.linkit-my-info{box-sizing:border-box;min-width:0;max-width:16rem;min-height:2.25rem;color:var(--foreground,#0f172a);font:inherit;background:var(--background,#fff);border:1px solid var(--border,#e2e8f0);border-radius:.375rem;align-items:center;gap:.125rem;padding:.125rem;font-size:.875rem;font-weight:500;line-height:1.25;transition:color .12s ease-out,background-color .12s ease-out,border-color .12s ease-out,box-shadow .12s ease-out;display:inline-flex;box-shadow:0 1px 2px #0f172a0d}.linkit-my-info:hover:not(:disabled){color:var(--accent-foreground,var(--foreground,#0f172a));background:var(--accent,var(--muted,#f1f5f9))}.linkit-my-info:focus-within{outline:3px solid color-mix(in srgb, var(--ring,#2563eb) 50%, transparent);outline-offset:1px}.linkit-my-info:disabled{pointer-events:none;opacity:.5}.linkit-my-info__inbox,.linkit-my-info__account{min-width:0;min-height:2rem;color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:.25rem;align-items:center;display:inline-flex}.linkit-my-info__inbox{flex:none;justify-content:center;width:2rem;padding:0;position:relative}.linkit-my-info__account{flex:1;gap:.375rem;padding:0 .375rem}.linkit-my-info__inbox:hover,.linkit-my-info__account:hover{background:color-mix(in srgb, var(--foreground,#0f172a) 8%, transparent)}.linkit-my-info__inbox:focus-visible,.linkit-my-info__account:focus-visible{outline:3px solid color-mix(in srgb, var(--ring,#2563eb) 55%, transparent);outline-offset:1px}.linkit-my-info__unread-badge{min-width:1rem;height:1rem;color:var(--primary-foreground,#fff);background:var(--primary,#0f172a);border:2px solid var(--background,#fff);font-variant-numeric:tabular-nums;border-radius:999px;place-items:center;padding:0 .2rem;font-size:.625rem;font-weight:700;line-height:1;display:grid;position:absolute;top:-.25rem;right:-.25rem}.linkit-my-info__name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.linkit-my-info__backdrop{z-index:50;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a2e;position:fixed;inset:0}.linkit-my-info__dialog{z-index:50;width:min(42rem,100vw - 2rem);max-height:min(48rem,100vh - 2rem);color:var(--popover-foreground,var(--foreground,#0f172a));background:var(--popover,var(--background,#fff));box-shadow:0 0 0 1px color-mix(in srgb, var(--foreground,#0f172a) 10%, transparent);border-radius:.75rem;outline:none;gap:1rem;padding:1rem;display:grid;position:fixed;top:50%;left:50%;overflow:auto;transform:translate(-50%,-50%)}.linkit-my-info__dialog[data-open]{animation:.12s ease-out linkit-my-info-enter}.linkit-my-info__dialog-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.linkit-my-info__dialog-header h2{margin:0;font-size:1rem;font-weight:600;line-height:1.25}.linkit-my-info__dialog-header p,.linkit-my-info__section>p{color:var(--muted-foreground,#64748b);margin:.35rem 0 0;font-size:.875rem;line-height:1.45}.linkit-my-info__form,.linkit-my-info__section,.linkit-my-info__field-group{flex-direction:column;gap:1rem;display:flex}.linkit-my-info__section h3{margin:0;font-size:.875rem;font-weight:600}.linkit-my-info__field{flex-direction:column;gap:.375rem;font-size:.875rem;font-weight:500;display:flex}.linkit-my-info__field input,.linkit-my-info__field textarea{box-sizing:border-box;width:100%;min-height:2rem;font:inherit;color:inherit;background:var(--background,transparent);border:1px solid var(--input,var(--border,#cbd5e1));border-radius:.5rem;outline:none;padding:.45rem .65rem}.linkit-my-info__field textarea{resize:vertical;min-height:5rem}.linkit-my-info__field input:focus-visible,.linkit-my-info__field textarea:focus-visible{border-color:var(--ring,#2563eb);box-shadow:0 0 0 3px color-mix(in srgb, var(--ring,#2563eb) 45%, transparent)}.linkit-my-info__avatar-row,.linkit-my-info__security-actions,.linkit-my-info__footer{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.linkit-my-info__avatar{width:1.5rem;height:1.5rem;color:var(--muted-foreground,#64748b);background:var(--muted,#f1f5f9);border-radius:999px;flex:none;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.linkit-my-info__avatar[data-size=lg]{width:2.5rem;height:2.5rem}.linkit-my-info__avatar-image{object-fit:cover;width:100%;height:100%}.linkit-my-info__avatar-fallback{justify-content:center;align-items:center;width:100%;height:100%;font-size:.75rem;display:flex}.linkit-my-info__avatar[data-size=lg] .linkit-my-info__avatar-fallback{font-size:1rem}.linkit-my-info__button,.linkit-my-info__icon-button{min-height:2rem;font:inherit;color:var(--primary-foreground,#fff);cursor:pointer;background:var(--primary,#0f172a);border:1px solid #0000;border-radius:.5rem;justify-content:center;align-items:center;gap:.35rem;padding:.45rem .65rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:background-color .12s ease-out,transform .12s ease-out;display:inline-flex}.linkit-my-info__icon-button{width:2rem;min-width:2rem;color:inherit;background:0 0;padding:0}.linkit-my-info__button--outline{color:inherit;background:var(--background,transparent);border-color:var(--border,#cbd5e1)}.linkit-my-info__button--destructive{color:var(--destructive,#b91c1c);background:color-mix(in srgb, var(--destructive,#b91c1c) 10%, transparent)}.linkit-my-info__button:hover,.linkit-my-info__icon-button:hover{background:color-mix(in srgb, var(--primary,#0f172a) 84%, black)}.linkit-my-info__button--outline:hover,.linkit-my-info__icon-button:hover{color:var(--foreground,#0f172a);background:var(--muted,#f1f5f9)}.linkit-my-info__button--destructive:hover{background:color-mix(in srgb, var(--destructive,#b91c1c) 18%, transparent)}.linkit-my-info__button:focus-visible,.linkit-my-info__icon-button:focus-visible{outline:3px solid color-mix(in srgb, var(--ring,#2563eb) 55%, transparent);outline-offset:2px}.linkit-my-info__button:disabled,.linkit-my-info__icon-button:disabled{pointer-events:none;opacity:.5}.linkit-my-info__separator{background:var(--border,#e2e8f0);width:100%;height:1px}.linkit-my-info__uid{background:var(--muted,#f1f5f9);border-radius:.5rem;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.5rem;padding:.55rem .65rem;display:grid}.linkit-my-info__uid>span{color:var(--muted-foreground,#64748b);font-size:.75rem;font-weight:600}.linkit-my-info__uid code{white-space:nowrap;font-size:.75rem;overflow:auto}.linkit-my-info__alert{color:var(--muted-foreground,#64748b);background:var(--muted,#f1f5f9);border:1px solid var(--border,#e2e8f0);border-radius:.5rem;align-items:center;gap:.5rem;padding:.6rem .7rem;font-size:.875rem;display:flex}.linkit-my-info__alert[data-variant=destructive]{color:var(--destructive,#b91c1c);background:color-mix(in srgb, var(--destructive,#b91c1c) 8%, transparent);border-color:color-mix(in srgb, var(--destructive,#b91c1c) 30%, transparent)}.linkit-my-info__alert[data-variant=success]{color:var(--foreground,#0f172a)}.linkit-my-info__skeletons{gap:.5rem;display:grid}.linkit-my-info__skeletons span{background:var(--muted,#f1f5f9);border-radius:.5rem;height:2rem;animation:1.3s ease-in-out infinite linkit-my-info-pulse;display:block}.linkit-my-info__skeletons span:nth-child(2){width:84%}.linkit-my-info__skeletons span:nth-child(3){width:68%}.linkit-my-info__spinner{animation:1s linear infinite linkit-my-info-spin}.linkit-my-info__visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes linkit-my-info-enter{0%{opacity:0;transform:translate(-50%,-49%)}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes linkit-my-info-spin{to{transform:rotate(360deg)}}@keyframes linkit-my-info-pulse{50%{opacity:.55}}@media (width<=34rem){.linkit-my-info__dialog{width:calc(100vw - 1rem);max-height:calc(100vh - 1rem)}.linkit-my-info__footer>*{flex:auto}.linkit-my-info__uid{grid-template-columns:minmax(0,1fr) auto}.linkit-my-info__uid>span{grid-column:1/-1}}@media (prefers-reduced-motion:reduce){.linkit-my-info__dialog,.linkit-my-info__skeletons span,.linkit-my-info__spinner{animation:none}}.linkit-user-info{min-width:100px;max-width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:.5rem;align-items:center;gap:.5rem;padding:.25rem;display:inline-flex}.linkit-user-info:hover{background:var(--muted,#f1f5f9)}.linkit-user-info:focus-visible{outline:3px solid color-mix(in srgb, var(--ring,#2563eb) 55%, transparent);outline-offset:2px}.linkit-user-info__avatar{width:2rem;height:2rem;color:var(--muted-foreground,#64748b);background:var(--muted,#f1f5f9);border-radius:999px;flex:none;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.linkit-user-info--compact .linkit-user-info__avatar{width:1.75rem;height:1.75rem}.linkit-user-info__avatar[data-large]{width:3.5rem;height:3.5rem}.linkit-user-info__avatar-image{object-fit:cover;width:100%;height:100%}.linkit-user-info__avatar-fallback{justify-content:center;align-items:center;width:100%;height:100%;display:inline-flex}.linkit-user-info__avatar-fallback svg{width:52%;height:52%}.linkit-user-info__copy{gap:.05rem;min-width:0;display:grid}.linkit-user-info__username{text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:600;line-height:1.2;overflow:hidden}.linkit-user-info__id{color:var(--muted-foreground,#64748b);text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.7rem;line-height:1.25;overflow:hidden}.linkit-user-info--compact .linkit-user-info__username{font-size:.8rem}.linkit-user-info--compact .linkit-user-info__id{font-size:.65rem}.linkit-user-info__popup{width:min(21rem,100vw - 2rem);color:var(--popover-foreground,var(--foreground,#0f172a));background:var(--popover,var(--background,#fff));border:1px solid var(--border,#e2e8f0);transform-origin:var(--transform-origin);border-radius:.75rem;outline:none;gap:.75rem;padding:.9rem;transition:opacity .14s ease-out,transform .14s ease-out;display:grid;box-shadow:0 .5rem 1rem #0f172a1f}.linkit-user-info__popup[data-starting-style],.linkit-user-info__popup[data-ending-style]{opacity:0;transform:scale(.98)}.linkit-user-info__popup>[data-base-ui-popup-title]{font-size:.8rem;font-weight:600}.linkit-user-info__detail{align-items:center;gap:.75rem;min-width:0;display:flex}.linkit-user-info__detail-copy{gap:.2rem;min-width:0;display:grid}.linkit-user-info__detail-username,.linkit-user-info__intro{overflow-wrap:anywhere;margin:0}.linkit-user-info__detail-username{font-size:1rem;font-weight:650}.linkit-user-info__detail-name-row,.linkit-user-info__note-editor{align-items:center;gap:.2rem;min-width:0;display:flex}.linkit-user-info__note-editor{flex:1}.linkit-user-info__note-editor input{min-width:0;min-height:2rem;color:inherit;font:inherit;background:var(--background,#fff);border:1px solid var(--border,#e2e8f0);border-radius:.4rem;flex:1;padding:.35rem .5rem;font-size:1rem;font-weight:650}.linkit-user-info__note-editor input:focus-visible{outline:3px solid color-mix(in srgb, var(--ring,#2563eb) 55%, transparent);outline-offset:1px}.linkit-user-info__note-editor input:disabled{cursor:wait;opacity:.65}.linkit-user-info__note-icon{width:1.8rem;height:1.8rem;color:var(--muted-foreground,#64748b);cursor:pointer;background:0 0;border:0;border-radius:.4rem;flex:none;place-items:center;padding:0;display:inline-grid}.linkit-user-info__note-icon:hover:not(:disabled){color:var(--foreground,#0f172a);background:var(--muted,#f1f5f9)}.linkit-user-info__note-icon:focus-visible{outline:3px solid color-mix(in srgb, var(--ring,#2563eb) 55%, transparent);outline-offset:1px}.linkit-user-info__note-icon:disabled{cursor:wait;opacity:.55}.linkit-user-info__note-icon svg{width:1rem;height:1rem}.linkit-user-info__note-icon--destructive:hover:not(:disabled){color:var(--destructive,#b91c1c)}.linkit-user-info__detail-id{overflow-wrap:anywhere;color:var(--muted-foreground,#64748b);font-size:.75rem}.linkit-user-info__intro{color:var(--muted-foreground,#64748b);white-space:pre-wrap;font-size:.875rem;line-height:1.5}.linkit-user-info__separator{background:var(--border,#e2e8f0);width:100%;height:1px}.linkit-user-info__dm{min-height:2.5rem;color:var(--primary-foreground,#fff);font:inherit;cursor:pointer;background:var(--primary,#0f172a);border:0;border-radius:.5rem;justify-content:center;align-items:center;gap:.4rem;padding:.5rem .75rem;font-size:.875rem;font-weight:600;display:inline-flex}.linkit-user-info__dm:hover:not(:disabled){background:color-mix(in srgb, var(--primary,#0f172a) 84%, black)}.linkit-user-info__dm:focus-visible{outline:3px solid color-mix(in srgb, var(--ring,#2563eb) 55%, transparent);outline-offset:2px}.linkit-user-info__dm:disabled{cursor:not-allowed;opacity:.55}.linkit-user-info__alert{color:var(--muted-foreground,#64748b);background:var(--muted,#f1f5f9);border:1px solid var(--border,#e2e8f0);border-radius:.5rem;align-items:flex-start;gap:.4rem;padding:.55rem .65rem;font-size:.8rem;line-height:1.4;display:flex}.linkit-user-info__alert[data-destructive]{color:var(--destructive,#b91c1c);background:color-mix(in srgb, var(--destructive,#b91c1c) 8%, transparent);border-color:color-mix(in srgb, var(--destructive,#b91c1c) 30%, transparent)}.linkit-user-info__skeleton{gap:.4rem;display:grid}.linkit-user-info__skeleton span{background:var(--muted,#f1f5f9);border-radius:.25rem;width:82%;height:.75rem;animation:1.3s ease-in-out infinite linkit-user-info-pulse;display:block}.linkit-user-info__skeleton span:last-child{width:56%}.linkit-user-info__spinner{animation:1s linear infinite linkit-user-info-spin}.linkit-user-info__visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes linkit-user-info-pulse{50%{opacity:.55}}@keyframes linkit-user-info-spin{to{transform:rotate(360deg)}}@media (width<=34rem){.linkit-user-info__popup{width:min(100vw - 1rem,24rem)}.linkit-user-info__dm{width:100%}}@media (prefers-reduced-motion:reduce){.linkit-user-info__popup,.linkit-user-info__skeleton span,.linkit-user-info__spinner{transition:none;animation:none}}.linkit-avatar{box-sizing:border-box;width:1.75rem;height:1.75rem;color:var(--muted-foreground,#64748b);background:var(--muted,#f1f5f9);border-radius:999px;flex:none;place-items:center;font-size:.75rem;font-weight:500;line-height:1;display:inline-grid;overflow:hidden}.linkit-avatar--sm{width:1.5rem;height:1.5rem;font-size:.65rem}.linkit-avatar--lg{width:2.5rem;height:2.5rem;font-size:1rem}.linkit-avatar__image,.linkit-avatar__fallback{width:100%;height:100%;display:block}.linkit-avatar__image{object-fit:cover}.linkit-avatar__fallback{place-items:center;display:grid}.linkit-user-picker{min-width:min(100%,17rem);color:var(--foreground,#0f172a);gap:.375rem;display:grid;position:relative}.linkit-user-picker__label{color:var(--foreground,#0f172a);font-size:.875rem;font-weight:500;line-height:1.25}.linkit-user-picker__input{width:100%;min-width:0;height:2.5rem;color:inherit;font:inherit;background:var(--background,#fff);border:1px solid var(--input,var(--border,#cbd5e1));border-radius:.5rem;outline:none;padding:.5rem .7rem;font-size:.875rem;line-height:1.25;transition:border-color .12s ease-out,box-shadow .12s ease-out}.linkit-user-picker__input::placeholder{color:var(--muted-foreground,#64748b);opacity:1}.linkit-user-picker__input:hover:not(:disabled){border-color:color-mix(in srgb, var(--foreground,#0f172a) 28%, var(--border,#cbd5e1))}.linkit-user-picker__input:focus-visible{border-color:var(--ring,#2563eb);box-shadow:0 0 0 3px color-mix(in srgb, var(--ring,#2563eb) 22%, transparent)}.linkit-user-picker__input:disabled{cursor:not-allowed;color:var(--muted-foreground,#64748b);background:var(--muted,#f1f5f9);opacity:.65}.linkit-user-picker__selection{background:var(--muted,#f1f5f9);border:1px solid var(--border,#e2e8f0);border-radius:.5rem;justify-content:space-between;align-items:flex-start;gap:.5rem;min-width:0;padding:.45rem .5rem;display:flex}.linkit-user-picker__selected-users{flex-wrap:wrap;flex:1;gap:.35rem;min-width:0;display:flex}.linkit-user-picker__selected-user{min-width:0;max-width:100%;color:var(--foreground,#0f172a);background:var(--background,#fff);border:1px solid var(--border,#e2e8f0);border-radius:.375rem;align-items:center;gap:.35rem;padding:.2rem .25rem .2rem .35rem;display:flex}.linkit-user-picker__selected-user strong,.linkit-user-picker__option-username{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.875rem;line-height:1.2;overflow:hidden}.linkit-user-picker__option-id{min-width:0;color:var(--muted-foreground,#64748b);white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.7rem;line-height:1.25;display:block;overflow:auto hidden}.linkit-user-picker__clear,.linkit-user-picker__remove{min-height:2rem;color:var(--foreground,#0f172a);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:.375rem;flex:none;padding:.35rem .5rem;font-size:.75rem;font-weight:500}.linkit-user-picker__remove{place-items:center;min-width:1.5rem;min-height:1.5rem;padding:.1rem;line-height:1;display:grid}.linkit-user-picker__clear:hover:not(:disabled),.linkit-user-picker__remove:hover:not(:disabled){background:var(--accent,#e2e8f0)}.linkit-user-picker__clear:focus-visible,.linkit-user-picker__remove:focus-visible,.linkit-user-picker__option:focus-visible{outline:3px solid color-mix(in srgb, var(--ring,#2563eb) 55%, transparent);outline-offset:-1px}.linkit-user-picker__clear:disabled,.linkit-user-picker__remove:disabled{cursor:not-allowed;opacity:.55}.linkit-user-picker__results{z-index:20;max-height:min(20rem,45vh);color:var(--popover-foreground,var(--foreground,#0f172a));background:var(--popover,var(--background,#fff));border:1px solid var(--border,#e2e8f0);border-radius:.625rem;padding:.25rem;display:grid;position:absolute;top:calc(100% + .25rem);left:0;right:0;overflow:auto;box-shadow:0 .5rem 1rem #0f172a1f}.linkit-user-picker__option{box-sizing:border-box;width:100%;min-width:0;height:64px;min-height:64px;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:.5rem;align-items:center;gap:.55rem;padding:.5rem;display:flex}.linkit-user-picker__option-avatar{border-radius:50%;width:28px;height:28px}.linkit-user-picker__option-copy{flex:1;gap:.08rem;min-width:0;display:grid}.linkit-user-picker__option:hover,.linkit-user-picker__option[data-active]{background:var(--accent,var(--muted,#f1f5f9));color:var(--accent-foreground,var(--foreground,#0f172a))}.linkit-user-picker__status,.linkit-user-picker__error{color:var(--muted-foreground,#64748b);margin:0;padding:.6rem .65rem;font-size:.8rem;line-height:1.4}.linkit-user-picker__error{color:var(--destructive,#b91c1c);background:color-mix(in srgb, var(--destructive,#b91c1c) 8%, transparent);border-radius:.5rem}@media (width<=34rem){.linkit-user-picker{min-width:0}.linkit-user-picker__results{max-height:min(18rem,50vh)}}@media (prefers-reduced-motion:reduce){.linkit-user-picker__input{transition:none}}.linkit-embedded-conversation{min-height:min(38rem,72vh);color:var(--foreground,#0f172a);background:var(--background,#fff);border:1px solid var(--border,#e2e8f0);border-radius:.75rem;grid-template-rows:auto minmax(0,1fr) auto;display:grid;position:relative;overflow:hidden}.linkit-embedded-conversation--loading,.linkit-embedded-conversation--error{min-height:12rem;color:var(--muted-foreground,#64748b);text-align:center;justify-content:center;align-items:center;gap:.6rem;padding:1rem;display:flex}.linkit-embedded-conversation--error>div{justify-items:center;gap:.5rem;display:grid}.linkit-embedded-conversation--error p{margin:0;font-size:.875rem}.linkit-embedded-conversation__header{background:var(--muted,#f8fafc);border-bottom:1px solid var(--border,#e2e8f0);justify-content:space-between;align-items:center;gap:.75rem;min-height:3.5rem;padding:.75rem 1rem;display:flex}.linkit-embedded-conversation__status{color:var(--muted-foreground,#64748b);flex:none;font-size:.75rem;font-weight:600}.linkit-embedded-conversation__messages{scroll-behavior:smooth;min-height:0;padding:1rem;overflow:auto}.linkit-embedded-conversation__messages>*+*{margin-top:.85rem}.linkit-embedded-conversation__message{max-width:min(88%,40rem)}.linkit-embedded-conversation__message--mine{margin-left:auto}.linkit-embedded-conversation__message header{color:var(--muted-foreground,#64748b);flex-wrap:wrap;align-items:center;gap:.35rem .5rem;margin:0 0 .25rem;font-size:.72rem;display:flex}.linkit-embedded-conversation__message header strong{color:var(--foreground,#0f172a);font-size:.78rem}.linkit-embedded-conversation__message header span{background:var(--muted,#f1f5f9);border-radius:.25rem;padding:.1rem .3rem;font-size:.65rem;font-weight:600}.linkit-embedded-conversation__message header .linkit-embedded-conversation__urgent-badge{color:var(--destructive,#b91c1c);background:color-mix(in srgb, var(--destructive,#b91c1c) 10%, transparent)}.linkit-embedded-conversation__message header time{margin-left:auto}.linkit-embedded-conversation__bubble{color:var(--foreground,#0f172a);background:var(--muted,#f1f5f9);overflow-wrap:anywhere;border-radius:.65rem;gap:.55rem;padding:.65rem .75rem;display:grid}.linkit-embedded-conversation__message--mine .linkit-embedded-conversation__bubble{color:var(--primary-foreground,#fff);background:var(--primary,#0f172a)}.linkit-embedded-conversation__bubble p{white-space:pre-wrap;margin:0;line-height:1.48}.linkit-embedded-conversation__attachment{width:fit-content;min-width:0;color:inherit;overflow-wrap:anywhere;align-items:center;gap:.35rem;font-size:.8rem;display:inline-flex}a.linkit-embedded-conversation__attachment{text-underline-offset:.15em;text-decoration:underline}.linkit-embedded-conversation__load-older,.linkit-embedded-conversation__new-messages{min-height:2rem;color:var(--foreground,#0f172a);font:inherit;cursor:pointer;background:var(--background,#fff);border:1px solid var(--border,#e2e8f0);border-radius:.45rem;justify-content:center;align-items:center;gap:.35rem;padding:.35rem .55rem;font-size:.8rem;font-weight:500;display:inline-flex}.linkit-embedded-conversation__load-older{margin:0 auto .25rem}.linkit-embedded-conversation__new-messages{z-index:1;position:absolute;bottom:5.5rem;left:50%;transform:translate(-50%);box-shadow:0 .25rem .75rem #0f172a29}.linkit-embedded-conversation__load-older:hover:not(:disabled),.linkit-embedded-conversation__new-messages:hover{background:var(--muted,#f1f5f9)}.linkit-embedded-conversation__load-older:focus-visible,.linkit-embedded-conversation__new-messages:focus-visible{outline:3px solid color-mix(in srgb, var(--ring,#2563eb) 55%, transparent);outline-offset:2px}.linkit-embedded-conversation__load-older:disabled{opacity:.55;cursor:not-allowed}.linkit-embedded-conversation__empty{max-width:28rem;color:var(--muted-foreground,#64748b);text-align:center;margin:3rem auto;font-size:.875rem;line-height:1.5}.linkit-embedded-conversation__composer{background:var(--background,#fff);border-top:1px solid var(--border,#e2e8f0);gap:.45rem;padding:.75rem;display:grid}.linkit-embedded-conversation__composer-row{align-items:flex-end;gap:.5rem;display:flex}.linkit-embedded-conversation__composer textarea{box-sizing:border-box;min-width:0;min-height:2.5rem;max-height:9rem;color:inherit;font:inherit;resize:vertical;background:var(--background,#fff);border:1px solid var(--input,var(--border,#cbd5e1));border-radius:.5rem;outline:none;flex:1;padding:.55rem .65rem;font-size:.9rem;line-height:1.35}.linkit-embedded-conversation__composer textarea:focus-visible{border-color:var(--ring,#2563eb);box-shadow:0 0 0 3px color-mix(in srgb, var(--ring,#2563eb) 22%, transparent)}.linkit-embedded-conversation__button,.linkit-embedded-conversation__icon-button{min-height:2.5rem;color:var(--primary-foreground,#fff);font:inherit;cursor:pointer;background:var(--primary,#0f172a);border:1px solid #0000;border-radius:.5rem;flex:none;justify-content:center;align-items:center;gap:.35rem;padding:.5rem .7rem;font-size:.84rem;font-weight:600;display:inline-flex}.linkit-embedded-conversation__icon-button{min-width:2.5rem;color:var(--foreground,#0f172a);background:var(--background,#fff);border-color:var(--border,#e2e8f0);padding:.45rem}.linkit-embedded-conversation__button--outline{color:var(--foreground,#0f172a);background:var(--background,#fff);border-color:var(--border,#e2e8f0)}.linkit-embedded-conversation__button:hover:not(:disabled){background:color-mix(in srgb, var(--primary,#0f172a) 84%, black)}.linkit-embedded-conversation__icon-button:hover:not(:disabled),.linkit-embedded-conversation__button--outline:hover:not(:disabled){background:var(--muted,#f1f5f9)}.linkit-embedded-conversation__button:focus-visible,.linkit-embedded-conversation__icon-button:focus-visible{outline:3px solid color-mix(in srgb, var(--ring,#2563eb) 55%, transparent);outline-offset:2px}.linkit-embedded-conversation__button:disabled{cursor:not-allowed;opacity:.5}.linkit-embedded-conversation__file{display:none}.linkit-embedded-conversation__attachments{flex-wrap:wrap;gap:.4rem;display:flex}.linkit-embedded-conversation__attachments>span{max-width:100%;color:var(--foreground,#0f172a);background:var(--muted,#f1f5f9);overflow-wrap:anywhere;border-radius:.35rem;align-items:center;gap:.3rem;padding:.25rem .4rem;font-size:.75rem;display:inline-flex}.linkit-embedded-conversation__attachments button{width:1.25rem;height:1.25rem;color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:.25rem;place-items:center;padding:0;display:grid}.linkit-embedded-conversation__attachments button:hover{background:var(--accent,#e2e8f0)}.linkit-embedded-conversation__urgent{width:fit-content;color:var(--foreground,#0f172a);align-items:center;gap:.4rem;font-size:.78rem;display:flex}.linkit-embedded-conversation__urgent input{width:1rem;height:1rem}.linkit-embedded-conversation__urgent-notice,.linkit-embedded-conversation__hint{color:var(--muted-foreground,#64748b);margin:0;font-size:.72rem;line-height:1.35}.linkit-embedded-conversation__urgent-notice{color:var(--destructive,#b91c1c)}.linkit-embedded-conversation__error{color:var(--destructive,#b91c1c);background:color-mix(in srgb, var(--destructive,#b91c1c) 8%, transparent);border-bottom:1px solid color-mix(in srgb, var(--destructive,#b91c1c) 20%, transparent);align-items:flex-start;gap:.4rem;margin:0;padding:.55rem .7rem;font-size:.8rem;line-height:1.4;display:flex}.linkit-embedded-conversation__spinner{animation:1s linear infinite linkit-embedded-conversation-spin}@keyframes linkit-embedded-conversation-spin{to{transform:rotate(360deg)}}@media (width<=34rem){.linkit-embedded-conversation{border-radius:.5rem;min-height:min(34rem,78vh)}.linkit-embedded-conversation__header{padding-inline:.75rem}.linkit-embedded-conversation__messages{padding:.75rem}.linkit-embedded-conversation__message{max-width:94%}.linkit-embedded-conversation__composer{padding:.65rem}.linkit-embedded-conversation__composer-row{gap:.35rem}.linkit-embedded-conversation__button{padding-inline:.55rem}.linkit-embedded-conversation__button svg+*{display:none}}@media (prefers-reduced-motion:reduce){.linkit-embedded-conversation__messages{scroll-behavior:auto}.linkit-embedded-conversation__spinner{animation:none}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-content:"";--tw-animation-delay:0s;--tw-animation-direction:normal;--tw-animation-duration:initial;--tw-animation-fill-mode:none;--tw-animation-iteration-count:1;--tw-enter-blur:0;--tw-enter-opacity:1;--tw-enter-rotate:0;--tw-enter-scale:1;--tw-enter-translate-x:0;--tw-enter-translate-y:0;--tw-exit-blur:0;--tw-exit-opacity:1;--tw-exit-rotate:0;--tw-exit-scale:1;--tw-exit-translate-x:0;--tw-exit-translate-y:0;--tw-divide-y-reverse:0}}}@layer theme{:root,:host{--font-sans:"Geist Variable", sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-amber-700:oklch(55.5% .163 48.998);--color-emerald-400:oklch(76.5% .177 163.223);--color-emerald-700:oklch(50.8% .118 165.612);--color-blue-600:oklch(54.6% .245 262.881);--color-black:#000;--spacing:.25rem;--container-sm:24rem;--container-md:28rem;--container-lg:32rem;--container-xl:36rem;--container-2xl:42rem;--container-3xl:48rem;--container-5xl:64rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-base:1rem;--text-base--line-height:calc(1.5 / 1);--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--tracking-normal:0em;--tracking-widest:.1em;--leading-tight:1.25;--leading-snug:1.375;--radius-md:calc(var(--radius) * .8);--animate-spin:spin 1s linear infinite;--blur-xs:4px;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:"Geist Variable", sans-serif;--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*{border-color:var(--border);outline-color:var(--ring)}@supports (color:color-mix(in lab, red, red)){*{outline-color:color-mix(in oklab, var(--ring) 50%, transparent)}}html{font-family:Geist Variable,sans-serif}body{background-color:var(--background);color:var(--foreground);margin:0}code{font-family:var(--font-mono);font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height));overflow-wrap:break-word;color:var(--foreground)}dt{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);color:var(--muted-foreground)}dd{font-family:var(--font-mono);font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height));overflow-wrap:break-word;color:var(--foreground);margin:0}}@layer components{.skip-link{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;top:calc(var(--spacing) * 4);left:calc(var(--spacing) * 4);z-index:50;border-radius:calc(var(--radius) * .8);background-color:var(--primary);padding:0;padding-inline:calc(var(--spacing) * 3);padding-block:calc(var(--spacing) * 2);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);color:var(--primary-foreground);border-width:0;margin:-1px;position:fixed;overflow:hidden}.skip-link:focus{clip-path:none;white-space:normal;width:auto;height:auto;margin:0;padding:0;position:static;overflow:visible}.skip-link:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);--tw-ring-color:var(--ring)}@supports (color:color-mix(in lab, red, red)){.skip-link:focus-visible{--tw-ring-color:color-mix(in oklab, var(--ring) 50%, transparent)}}.skip-link:focus-visible{--tw-outline-style:none;outline-style:none}.app-mobile-navigation{gap:calc(var(--spacing) * 5);grid-template-rows:auto minmax(0,1fr);display:grid}.page-stack{gap:calc(var(--spacing) * 4);flex-direction:column;display:flex}.account-source-section{scroll-margin-top:calc(var(--spacing) * 32);gap:calc(var(--spacing) * 4);flex-direction:column;display:flex}.account-source-section>.panel-title{border-radius:calc(var(--radius) * 1.4);background-color:var(--card);color:var(--card-foreground);--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);--tw-ring-color:var(--foreground)}@supports (color:color-mix(in lab, red, red)){.account-source-section>.panel-title{--tw-ring-color:color-mix(in oklab, var(--foreground) 10%, transparent)}}.account-source-actions{justify-content:flex-end;display:flex}.metrics-grid{gap:calc(var(--spacing) * 3);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.metrics-grid.compact{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.fund-alert-metrics>*{background-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.fund-alert-metrics>*{background-color:color-mix(in oklab, var(--destructive) 10%, transparent)}}.fund-alert-metrics>*{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.fund-alert-metrics>*{--tw-ring-color:color-mix(in oklab, var(--destructive) 35%, transparent)}}.fund-common-summary .metrics-grid{padding-inline:calc(var(--spacing) * 5);padding-bottom:calc(var(--spacing) * 5)}.fund-common-summary .metrics-grid+.metrics-grid{padding-top:0}.fund-description{border-bottom-style:var(--tw-border-style);padding-inline:calc(var(--spacing) * 5);padding-block:calc(var(--spacing) * 4);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-leading:calc(var(--spacing) * 6);line-height:calc(var(--spacing) * 6);white-space:pre-wrap;color:var(--foreground);border-bottom-width:1px}.fund-performance-summary .metrics-grid{padding-inline:calc(var(--spacing) * 5);padding-bottom:calc(var(--spacing) * 5)}.fund-request-intro{justify-content:space-between;align-items:center;gap:calc(var(--spacing) * 4);border-bottom-style:var(--tw-border-style);padding-inline:calc(var(--spacing) * 5);padding-block:calc(var(--spacing) * 4);border-bottom-width:1px;display:flex}@media not all and (width>=48rem){.fund-request-intro{flex-direction:column;align-items:stretch}}.fund-request-intro p{max-width:70ch;font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.fund-request-review-summary{margin:0}:where(.fund-request-review-summary>:not(:last-child)){--tw-divide-y-reverse:0;border-bottom-style:var(--tw-border-style);border-top-style:var(--tw-border-style);border-top-width:calc(1px * var(--tw-divide-y-reverse));border-bottom-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)))}.fund-request-review-summary>div{gap:calc(var(--spacing) * 3);padding-block:calc(var(--spacing) * 3);grid-template-columns:minmax(7rem,.4fr) minmax(0,1fr);display:grid}.fund-request-review-summary>div:first-child{padding-top:0}.fund-request-review-summary>div:last-child{padding-bottom:0}@media not all and (width>=40rem){.fund-request-review-summary>div{gap:var(--spacing);grid-template-columns:repeat(1,minmax(0,1fr))}}.fund-request-review-summary dt{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);color:var(--muted-foreground)}.fund-request-review-summary dd{font-family:Geist Variable,sans-serif;font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height));--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold);overflow-wrap:break-word;color:var(--foreground)}.fund-investment-requests .fund-request-status-rejected{color:#fff!important;background-color:oklch(42% .17 27)!important}.fund-request-field-error{color:oklch(42% .17 27)}.dark .fund-request-field-error{color:oklch(80% .12 27)}.panel,.toolbar-panel{border-radius:calc(var(--radius) * 1.4);background-color:var(--card);color:var(--card-foreground);--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);--tw-ring-color:var(--foreground);overflow:hidden}@supports (color:color-mix(in lab, red, red)){.panel,.toolbar-panel{--tw-ring-color:color-mix(in oklab, var(--foreground) 10%, transparent)}}.panel-heading,.toolbar-panel,.split-panel,.account-detail-head,.panel-title{justify-content:space-between;align-items:center;gap:calc(var(--spacing) * 4);display:flex}.panel-heading,.panel-title{border-bottom-style:var(--tw-border-style);padding-inline:calc(var(--spacing) * 5);padding-block:calc(var(--spacing) * 4);border-bottom-width:1px}.split-panel,.account-detail-head,.empty-detail{padding:calc(var(--spacing) * 5)}.toolbar-panel{padding:calc(var(--spacing) * 4)}.credential-form{gap:calc(var(--spacing) * 4);padding-inline:calc(var(--spacing) * 5);padding-bottom:calc(var(--spacing) * 5);flex-direction:column;display:flex}.credential-form.dialog-form{padding-inline:0;padding-bottom:0}.credential-form label,.credential-field-grid label{gap:calc(var(--spacing) * 2);font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);color:var(--muted-foreground);display:grid}.credential-form textarea{min-height:calc(var(--spacing) * 24);resize:vertical;border-radius:var(--radius);border-style:var(--tw-border-style);border-width:1px;border-color:var(--input);width:100%;padding-inline:calc(var(--spacing) * 3);padding-block:calc(var(--spacing) * 2);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));color:var(--foreground);--tw-outline-style:none;background-color:#0000;outline-style:none}.credential-form textarea:focus-visible{border-color:var(--ring);--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);--tw-ring-color:var(--ring)}@supports (color:color-mix(in lab, red, red)){.credential-form textarea:focus-visible{--tw-ring-color:color-mix(in oklab, var(--ring) 50%, transparent)}}.event-payload-preview{max-width:var(--container-md);text-overflow:ellipsis;white-space:nowrap;border-radius:calc(var(--radius) * .8);background-color:var(--muted);padding-inline:calc(var(--spacing) * 2);padding-block:var(--spacing);font-family:var(--font-mono);font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height));color:var(--foreground);display:block;overflow:hidden}.event-payload-editor{min-height:calc(var(--spacing) * 80);resize:vertical;border-radius:var(--radius);border-style:var(--tw-border-style);border-width:1px;border-color:var(--input);width:100%;padding-inline:calc(var(--spacing) * 3);padding-block:calc(var(--spacing) * 2);font-family:var(--font-mono);font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height));color:var(--foreground);--tw-outline-style:none;background-color:#0000;outline-style:none}.event-payload-editor:focus-visible{border-color:var(--ring);--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);--tw-ring-color:var(--ring)}@supports (color:color-mix(in lab, red, red)){.event-payload-editor:focus-visible{--tw-ring-color:color-mix(in oklab, var(--ring) 50%, transparent)}}.event-pagination{justify-content:space-between;align-items:center;gap:calc(var(--spacing) * 3);border-bottom-style:var(--tw-border-style);padding-inline:calc(var(--spacing) * 5);padding-block:calc(var(--spacing) * 3);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));color:var(--muted-foreground);border-bottom-width:1px;flex-wrap:wrap;display:flex}.event-page-jump{align-items:center;gap:calc(var(--spacing) * 2);display:flex}.event-page-jump input{height:calc(var(--spacing) * 8);width:calc(var(--spacing) * 20);text-align:center}.net-worth-tabs{gap:calc(var(--spacing) * 2);border-top-style:var(--tw-border-style);padding-inline:calc(var(--spacing) * 5);padding-block:calc(var(--spacing) * 3);border-top-width:1px;flex-wrap:wrap;display:flex}.net-worth-tab{border-radius:calc(var(--radius) * .8);border-style:var(--tw-border-style);padding-inline:calc(var(--spacing) * 3);padding-block:calc(var(--spacing) * 1.5);font-family:var(--font-mono);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);color:var(--muted-foreground);--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration));border-width:1px}@media (hover:hover){.net-worth-tab:hover{background-color:var(--muted)}}.net-worth-tab:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);--tw-ring-color:var(--ring)}@supports (color:color-mix(in lab, red, red)){.net-worth-tab:focus-visible{--tw-ring-color:color-mix(in oklab, var(--ring) 50%, transparent)}}.net-worth-tab:focus-visible{--tw-outline-style:none;outline-style:none}.net-worth-tab-active{border-color:var(--foreground);background-color:var(--foreground);color:var(--background)}@media (hover:hover){.net-worth-tab-active:hover{background-color:var(--foreground)}}.net-worth-history{gap:calc(var(--spacing) * 4);flex-direction:column;display:flex}.net-worth-chart{gap:calc(var(--spacing) * 3);padding-inline:calc(var(--spacing) * 5);padding-bottom:calc(var(--spacing) * 5);flex-direction:column;display:flex}.net-worth-canvas{height:calc(var(--spacing) * 80);border-radius:var(--radius);border-style:var(--tw-border-style);background-color:var(--background);border-width:1px;width:100%;overflow:hidden}.net-worth-legend{column-gap:calc(var(--spacing) * 4);row-gap:calc(var(--spacing) * 2);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));color:var(--muted-foreground);flex-wrap:wrap;display:flex}.net-worth-legend span{align-items:center;gap:calc(var(--spacing) * 2);display:inline-flex}.net-worth-legend i{width:calc(var(--spacing) * 2.5);height:calc(var(--spacing) * 2.5);border-radius:3.40282e38px}.net-worth-snapshot-dot{background-color:var(--color-blue-600)}.net-worth-realtime-dot{background-color:var(--color-amber-700)}.fund-candle-chart{gap:calc(var(--spacing) * 4);padding:calc(var(--spacing) * 5);flex-direction:column;display:flex}.fund-candle-canvas{height:calc(var(--spacing) * 80);border-radius:var(--radius);border-style:var(--tw-border-style);background-color:var(--background);border-width:1px;width:100%;overflow:hidden}.fund-candle-summary{gap:calc(var(--spacing) * 3);grid-template-columns:repeat(auto-fit,minmax(140px,1fr));display:grid}.fund-candle-empty{padding-inline:calc(var(--spacing) * 5);padding-block:calc(var(--spacing) * 8);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));color:var(--muted-foreground)}.account-equity-history{gap:calc(var(--spacing) * 4);flex-direction:column;display:flex}.account-equity-chart{gap:calc(var(--spacing) * 3);padding-inline:calc(var(--spacing) * 5);padding-bottom:calc(var(--spacing) * 5);flex-direction:column;display:flex}.account-equity-canvas{height:calc(var(--spacing) * 80);border-radius:var(--radius);border-style:var(--tw-border-style);background-color:var(--background);border-width:1px;width:100%;overflow:hidden}.account-equity-legend{column-gap:calc(var(--spacing) * 4);row-gap:calc(var(--spacing) * 2);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));color:var(--muted-foreground);flex-wrap:wrap;display:flex}.account-equity-legend span{align-items:center;gap:calc(var(--spacing) * 2);display:inline-flex}.account-equity-legend i{width:calc(var(--spacing) * 2.5);height:calc(var(--spacing) * 2.5);border-radius:3.40282e38px}.account-equity-empty{padding-inline:calc(var(--spacing) * 5);padding-block:calc(var(--spacing) * 8);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));color:var(--muted-foreground)}.fund-monthly-return-table{border-top-style:var(--tw-border-style);border-top-width:1px}.fund-access-list{padding-top:calc(var(--spacing) * 2)}.credential-field-grid,.account-detail-grid,.schema-grid{display:grid}.credential-field-grid,.account-detail-grid{gap:calc(var(--spacing) * 3);grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.account-detail-grid{padding:calc(var(--spacing) * 5)}.account-selector{gap:calc(var(--spacing) * 2);font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);color:var(--muted-foreground);display:grid}.account-selector-hint{padding-inline:calc(var(--spacing) * 3);padding-top:calc(var(--spacing) * 2);font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height));--tw-leading:calc(var(--spacing) * 5);line-height:calc(var(--spacing) * 5);--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal);color:var(--muted-foreground);margin:0}.detail-item{gap:calc(var(--spacing) * 2);border-radius:var(--radius);border-style:var(--tw-border-style);background-color:var(--background);padding:calc(var(--spacing) * 4);border-width:1px;display:grid}.detail-list{min-width:min(460px,100%);margin:0}.detail-list div{gap:var(--spacing);border-bottom-style:var(--tw-border-style);padding-block:calc(var(--spacing) * 3);border-bottom-width:1px;display:grid}.detail-list div:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.resource-list{margin:0}:where(.resource-list>:not(:last-child)){--tw-divide-y-reverse:0;border-bottom-style:var(--tw-border-style);border-top-style:var(--tw-border-style);border-top-width:calc(1px * var(--tw-divide-y-reverse));border-bottom-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)))}.resource-list>div{gap:calc(var(--spacing) * 3);padding-inline:calc(var(--spacing) * 5);padding-block:calc(var(--spacing) * 4);display:grid}@media (width>=48rem){.resource-list>div{grid-template-columns:minmax(8rem,.7fr) minmax(12rem,1fr) minmax(18rem,1.5fr);align-items:center}}.resource-list dt{align-items:center;gap:calc(var(--spacing) * 2);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);color:var(--foreground);display:flex}.resource-value{font-family:Geist Variable,sans-serif;font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold);overflow-wrap:break-word;--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.resource-detail{gap:calc(var(--spacing) * 2);min-width:0;font-family:Geist Variable,sans-serif;font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height));color:var(--muted-foreground);flex-direction:column;display:flex}.resource-detail span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.resource-detail progress{height:calc(var(--spacing) * 1.5);width:100%;accent-color:var(--primary)}.resource-loading{padding-inline:calc(var(--spacing) * 5);padding-block:calc(var(--spacing) * 8);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));color:var(--muted-foreground)}.role-management-intro{gap:calc(var(--spacing) * 4);padding-inline:calc(var(--spacing) * 5);padding-block:calc(var(--spacing) * 4);display:grid}.role-management-form{align-items:flex-end;gap:calc(var(--spacing) * 3);grid-template-columns:minmax(0,1fr) minmax(9rem,.35fr) auto;display:grid}@media not all and (width>=48rem){.role-management-form{grid-template-columns:repeat(1,minmax(0,1fr))}}.role-management-form label{gap:calc(var(--spacing) * 2);font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);color:var(--muted-foreground);display:grid}.muted,.form-note{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-leading:calc(var(--spacing) * 6);line-height:calc(var(--spacing) * 6);color:var(--muted-foreground);margin:0}.form-note{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.section-label{margin-bottom:var(--spacing);font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height));--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold);--tw-tracking:var(--tracking-normal);letter-spacing:var(--tracking-normal);color:var(--muted-foreground);text-transform:uppercase}.count-chip{height:calc(var(--spacing) * 5);border-radius:calc(var(--radius) * 2.6);background-color:var(--secondary);width:fit-content;padding-inline:calc(var(--spacing) * 2);font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);color:var(--secondary-foreground);align-items:center;display:inline-flex}.success-note,.status-text.good{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);color:var(--primary)}.status-text,.status-text.bad{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);color:var(--destructive)}.secondary-link,.account-id-link{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);color:var(--primary);text-underline-offset:4px}@media (hover:hover){:is(.secondary-link,.account-id-link):hover{text-decoration-line:underline}}:is(.secondary-link,.account-id-link):focus-visible{border-radius:calc(var(--radius) * .8);--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);--tw-ring-color:var(--ring)}@supports (color:color-mix(in lab, red, red)){:is(.secondary-link,.account-id-link):focus-visible{--tw-ring-color:color-mix(in oklab, var(--ring) 50%, transparent)}}:is(.secondary-link,.account-id-link):focus-visible{--tw-outline-style:none;outline-style:none}.inline-check,.row-actions{align-items:center;gap:calc(var(--spacing) * 2);display:flex}.schema-row{justify-content:space-between;align-items:center;gap:calc(var(--spacing) * 4);border-bottom-style:var(--tw-border-style);padding-inline:calc(var(--spacing) * 5);padding-block:calc(var(--spacing) * 3);border-bottom-width:1px;display:flex}.schema-row:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}@media not all and (width>=48rem){.schema-row{flex-direction:column;align-items:stretch}}.schema-row span{font-family:var(--font-mono);font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height));color:var(--muted-foreground)}@media (width<=720px){.panel-heading,.panel-title,.account-detail-head,.split-panel,.toolbar-panel{flex-direction:column;align-items:stretch}}}@layer utilities{.\@container\/card-header{container:card-header/inline-size}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.top-0{top:0}.top-1\/2{top:50%}.top-2{top:calc(var(--spacing) * 2)}.top-3{top:calc(var(--spacing) * 3)}.top-7{top:calc(var(--spacing) * 7)}.right-0{right:0}.right-2{right:calc(var(--spacing) * 2)}.bottom-0{bottom:0}.left-0{left:0}.left-1\/2{left:50%}.isolate{isolation:isolate}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.z-\[60\]{z-index:60}.order-first{order:-9999}.order-last{order:9999}.col-start-2{grid-column-start:2}.row-span-2{grid-row:span 2/span 2}.row-start-1{grid-row-start:1}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.m-4{margin:calc(var(--spacing) * 4)}.m-5{margin:calc(var(--spacing) * 5)}.-mx-1{margin-inline:calc(var(--spacing) * -1)}.-mx-4{margin-inline:calc(var(--spacing) * -4)}.mx-5{margin-inline:calc(var(--spacing) * 5)}.mx-auto{margin-inline:auto}.my-1{margin-block:var(--spacing)}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:decimal}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:disc}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.25em;font-weight:600}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;font-style:italic;font-weight:500}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:0;margin-bottom:.888889em;font-size:2.25em;font-weight:800;line-height:1.11111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:2em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.33333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em;display:block}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-family:inherit;font-size:.875em;font-weight:500}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);padding-top:.857143em;padding-inline-end:1.14286em;padding-bottom:.857143em;border-radius:.375rem;margin-top:1.71429em;margin-bottom:1.71429em;padding-inline-start:1.14286em;font-size:.875em;font-weight:400;line-height:1.71429;overflow-x:auto}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){table-layout:auto;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);vertical-align:bottom;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em;font-weight:600}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);margin-top:.857143em;font-size:.875em;line-height:1.42857}.prose{--tw-prose-body:oklch(37.3% .034 259.733);--tw-prose-headings:oklch(21% .034 264.665);--tw-prose-lead:oklch(44.6% .03 256.802);--tw-prose-links:oklch(21% .034 264.665);--tw-prose-bold:oklch(21% .034 264.665);--tw-prose-counters:oklch(55.1% .027 264.364);--tw-prose-bullets:oklch(87.2% .01 258.338);--tw-prose-hr:oklch(92.8% .006 264.531);--tw-prose-quotes:oklch(21% .034 264.665);--tw-prose-quote-borders:oklch(92.8% .006 264.531);--tw-prose-captions:oklch(55.1% .027 264.364);--tw-prose-kbd:oklch(21% .034 264.665);--tw-prose-kbd-shadows:oklab(21% -.00316127 -.0338527/.1);--tw-prose-code:oklch(21% .034 264.665);--tw-prose-pre-code:oklch(92.8% .006 264.531);--tw-prose-pre-bg:oklch(27.8% .033 256.848);--tw-prose-th-borders:oklch(87.2% .01 258.338);--tw-prose-td-borders:oklch(92.8% .006 264.531);--tw-prose-invert-body:oklch(87.2% .01 258.338);--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:oklch(70.7% .022 261.325);--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:oklch(70.7% .022 261.325);--tw-prose-invert-bullets:oklch(44.6% .03 256.802);--tw-prose-invert-hr:oklch(37.3% .034 259.733);--tw-prose-invert-quotes:oklch(96.7% .003 264.542);--tw-prose-invert-quote-borders:oklch(37.3% .034 259.733);--tw-prose-invert-captions:oklch(70.7% .022 261.325);--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:#ffffff1a;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:oklch(87.2% .01 258.338);--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:oklch(44.6% .03 256.802);--tw-prose-invert-td-borders:oklch(37.3% .034 259.733);font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.571429em;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.mt-1{margin-top:var(--spacing)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-4{margin-top:calc(var(--spacing) * 4)}.-mb-4{margin-bottom:calc(var(--spacing) * -4)}.mb-1{margin-bottom:var(--spacing)}.-ml-1{margin-left:calc(var(--spacing) * -1)}.-ml-2{margin-left:calc(var(--spacing) * -2)}.ml-auto{margin-left:auto}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-flex{display:inline-flex}.inline-grid{display:inline-grid}.table{display:table}.table-caption{display:table-caption}.table-cell{display:table-cell}.table-row{display:table-row}.field-sizing-content{field-sizing:content}.size-3{width:calc(var(--spacing) * 3);height:calc(var(--spacing) * 3)}.size-3\.5{width:calc(var(--spacing) * 3.5);height:calc(var(--spacing) * 3.5)}.size-4{width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}.size-6{width:calc(var(--spacing) * 6);height:calc(var(--spacing) * 6)}.size-7{width:calc(var(--spacing) * 7);height:calc(var(--spacing) * 7)}.size-8{width:calc(var(--spacing) * 8);height:calc(var(--spacing) * 8)}.size-9{width:calc(var(--spacing) * 9);height:calc(var(--spacing) * 9)}.size-full{width:100%;height:100%}.h-5{height:calc(var(--spacing) * 5)}.h-6{height:calc(var(--spacing) * 6)}.h-7{height:calc(var(--spacing) * 7)}.h-8{height:calc(var(--spacing) * 8)}.h-9{height:calc(var(--spacing) * 9)}.h-10{height:calc(var(--spacing) * 10)}.h-14{height:calc(var(--spacing) * 14)}.h-\[calc\(--spacing\(5\.25\)\)\]{height:calc(calc(var(--spacing) * 5.25))}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-svh{height:100svh}.max-h-\(--available-height\){max-height:var(--available-height)}.max-h-\[85vh\]{max-height:85vh}.max-h-\[calc\(100dvh-2rem\)\]{max-height:calc(100dvh - 2rem)}.max-h-\[min\(720px\,calc\(100vh-2rem\)\)\]{max-height:min(720px,100vh - 2rem)}.max-h-\[min\(760px\,calc\(100vh-2rem\)\)\]{max-height:min(760px,100vh - 2rem)}.max-h-\[min\(calc\(--spacing\(72\)---spacing\(9\)\)\,calc\(var\(--available-height\)---spacing\(9\)\)\)\]{max-height:min(calc(calc(var(--spacing) * 72) - calc(var(--spacing) * 9)), calc(var(--available-height) - calc(var(--spacing) * 9)))}.min-h-0{min-height:0}.min-h-8{min-height:calc(var(--spacing) * 8)}.min-h-11{min-height:calc(var(--spacing) * 11)}.min-h-16{min-height:calc(var(--spacing) * 16)}.min-h-screen{min-height:100vh}.w-\(--anchor-width\){width:var(--anchor-width)}.w-40{width:calc(var(--spacing) * 40)}.w-72{width:calc(var(--spacing) * 72)}.w-\[min\(42rem\,calc\(100vw-2rem\)\)\]{width:min(42rem,100vw - 2rem)}.w-auto{width:auto}.w-fit{width:fit-content}.w-full{width:100%}.max-w-\(--available-width\){max-width:var(--available-width)}.max-w-\[19rem\]{max-width:19rem}.max-w-\[70ch\]{max-width:70ch}.max-w-\[1600px\]{max-width:1600px}.max-w-\[calc\(100\%-2rem\)\]{max-width:calc(100% - 2rem)}.max-w-full{max-width:100%}.max-w-md{max-width:var(--container-md)}.max-w-none{max-width:none}.max-w-xl{max-width:var(--container-xl)}.min-w-0{min-width:0}.min-w-16{min-width:calc(var(--spacing) * 16)}.min-w-32{min-width:calc(var(--spacing) * 32)}.min-w-36{min-width:calc(var(--spacing) * 36)}.min-w-64{min-width:calc(var(--spacing) * 64)}.min-w-\[96px\]{min-width:96px}.min-w-\[calc\(var\(--anchor-width\)\+--spacing\(7\)\)\]{min-width:calc(var(--anchor-width) + calc(var(--spacing) * 7))}.flex-1{flex:1}.shrink-0{flex-shrink:0}.caption-bottom{caption-side:bottom}.origin-\(--transform-origin\){transform-origin:var(--transform-origin)}.-translate-x-0{--tw-translate-x:0;translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-x-1\/2{--tw-translate-x:calc(calc(1 / 2 * 100%) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-0{--tw-translate-y:0;translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y:calc(calc(1 / 2 * 100%) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.animate-spin{animation:var(--animate-spin)}.cursor-default{cursor:default}.cursor-text{cursor:text}.resize-none{resize:none}.scroll-my-1{scroll-margin-block:var(--spacing)}.scroll-mt-32{scroll-margin-top:calc(var(--spacing) * 32)}.scroll-py-1{scroll-padding-block:var(--spacing)}.auto-rows-min{grid-auto-rows:min-content}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.place-content-center{place-content:center}.place-items-center{place-items:center}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.gap-\(--card-spacing\){gap:var(--card-spacing)}.gap-0\.5{gap:calc(var(--spacing) * .5)}.gap-1{gap:var(--spacing)}.gap-1\.5{gap:calc(var(--spacing) * 1.5)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.self-start{align-self:flex-start}.justify-self-end{justify-self:flex-end}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.overscroll-contain{overscroll-behavior:contain}.rounded-4xl{border-radius:calc(var(--radius) * 2.6)}.rounded-\[4px\]{border-radius:4px}.rounded-\[calc\(var\(--radius\)-3px\)\]{border-radius:calc(var(--radius) - 3px)}.rounded-\[min\(var\(--radius-md\)\,10px\)\]{border-radius:min(var(--radius-md), 10px)}.rounded-\[min\(var\(--radius-md\)\,12px\)\]{border-radius:min(var(--radius-md), 12px)}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) * .8)}.rounded-none{border-radius:0}.rounded-sm{border-radius:calc(var(--radius) * .6)}.rounded-xl{border-radius:calc(var(--radius) * 1.4)}.rounded-t-xl{border-top-left-radius:calc(var(--radius) * 1.4);border-top-right-radius:calc(var(--radius) * 1.4)}.rounded-b-xl{border-bottom-right-radius:calc(var(--radius) * 1.4);border-bottom-left-radius:calc(var(--radius) * 1.4)}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-border{border-color:var(--border)}.border-input{border-color:var(--input)}.border-muted{border-color:var(--muted)}.border-transparent{border-color:#0000}.border-t-primary{border-top-color:var(--primary)}.bg-background,.bg-background\/95{background-color:var(--background)}@supports (color:color-mix(in lab, red, red)){.bg-background\/95{background-color:color-mix(in oklab, var(--background) 95%, transparent)}}.bg-black\/10{background-color:#0000001a}@supports (color:color-mix(in lab, red, red)){.bg-black\/10{background-color:color-mix(in oklab, var(--color-black) 10%, transparent)}}.bg-border{background-color:var(--border)}.bg-card{background-color:var(--card)}.bg-destructive\/10{background-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.bg-destructive\/10{background-color:color-mix(in oklab, var(--destructive) 10%, transparent)}}.bg-muted,.bg-muted\/30{background-color:var(--muted)}@supports (color:color-mix(in lab, red, red)){.bg-muted\/30{background-color:color-mix(in oklab, var(--muted) 30%, transparent)}}.bg-muted\/50{background-color:var(--muted)}@supports (color:color-mix(in lab, red, red)){.bg-muted\/50{background-color:color-mix(in oklab, var(--muted) 50%, transparent)}}.bg-popover{background-color:var(--popover)}.bg-primary{background-color:var(--primary)}.bg-secondary{background-color:var(--secondary)}.bg-transparent{background-color:#0000}.bg-clip-padding{background-clip:padding-box}.object-cover{object-fit:cover}.p-\(--card-spacing\){padding:var(--card-spacing)}.p-0{padding:0}.p-1{padding:var(--spacing)}.p-2{padding:calc(var(--spacing) * 2)}.p-3{padding:calc(var(--spacing) * 3)}.p-4{padding:calc(var(--spacing) * 4)}.px-\(--card-spacing\){padding-inline:var(--card-spacing)}.px-0{padding-inline:0}.px-1\.5{padding-inline:calc(var(--spacing) * 1.5)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-2\.5{padding-inline:calc(var(--spacing) * 2.5)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-5{padding-inline:calc(var(--spacing) * 5)}.py-\(--card-spacing\){padding-block:var(--card-spacing)}.py-0\.5{padding-block:calc(var(--spacing) * .5)}.py-1{padding-block:var(--spacing)}.py-1\.5{padding-block:calc(var(--spacing) * 1.5)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-2\.5{padding-block:calc(var(--spacing) * 2.5)}.py-4{padding-block:calc(var(--spacing) * 4)}.py-5{padding-block:calc(var(--spacing) * 5)}.py-6{padding-block:calc(var(--spacing) * 6)}.pt-2{padding-top:calc(var(--spacing) * 2)}.pt-4{padding-top:calc(var(--spacing) * 4)}.pr-2{padding-right:calc(var(--spacing) * 2)}.pr-8{padding-right:calc(var(--spacing) * 8)}.pr-10{padding-right:calc(var(--spacing) * 10)}.pb-2{padding-bottom:calc(var(--spacing) * 2)}.pl-1\.5{padding-left:calc(var(--spacing) * 1.5)}.pl-2{padding-left:calc(var(--spacing) * 2)}.pl-2\.5{padding-left:calc(var(--spacing) * 2.5)}.text-center{text-align:center}.text-left{text-align:left}.align-middle{vertical-align:middle}.font-heading{font-family:var(--font-sans)}.font-mono{font-family:var(--font-mono)}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[0\.6rem\]{font-size:.6rem}.text-\[0\.7rem\]{font-size:.7rem}.text-\[0\.8rem\]{font-size:.8rem}.text-\[10px\]{font-size:10px}.leading-4{--tw-leading:calc(var(--spacing) * 4);line-height:calc(var(--spacing) * 4)}.leading-5{--tw-leading:calc(var(--spacing) * 5);line-height:calc(var(--spacing) * 5)}.leading-6{--tw-leading:calc(var(--spacing) * 6);line-height:calc(var(--spacing) * 6)}.leading-none{--tw-leading:1;line-height:1}.leading-snug{--tw-leading:var(--leading-snug);line-height:var(--leading-snug)}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-normal{--tw-tracking:var(--tracking-normal);letter-spacing:var(--tracking-normal)}.tracking-widest{--tw-tracking:var(--tracking-widest);letter-spacing:var(--tracking-widest)}.text-balance{text-wrap:balance}.\[overflow-wrap\:anywhere\]{overflow-wrap:anywhere}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.whitespace-nowrap{white-space:nowrap}.text-card-foreground{color:var(--card-foreground)}.text-current{color:currentColor}.text-destructive{color:var(--destructive)}.text-emerald-700{color:var(--color-emerald-700)}.text-foreground{color:var(--foreground)}.text-muted-foreground{color:var(--muted-foreground)}.text-popover-foreground{color:var(--popover-foreground)}.text-primary{color:var(--primary)}.text-primary-foreground{color:var(--primary-foreground)}.text-secondary-foreground{color:var(--secondary-foreground)}.uppercase{text-transform:uppercase}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.underline-offset-4{text-underline-offset:4px}.opacity-50{opacity:.5}.shadow-\[1px_0_0_var\(--border\)\]{--tw-shadow:1px 0 0 var(--tw-shadow-color,var(--border));box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a), 0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.ring-0{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.ring-1{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.ring-foreground\/10{--tw-ring-color:var(--foreground)}@supports (color:color-mix(in lab, red, red)){.ring-foreground\/10{--tw-ring-color:color-mix(in oklab, var(--foreground) 10%, transparent)}}.outline-hidden{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.outline-hidden{outline-offset:2px;outline:2px solid #0000}}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.backdrop-blur{--tw-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-none{transition-property:none}.duration-100{--tw-duration:.1s;transition-duration:.1s}.prose-neutral{--tw-prose-body:oklch(37.1% 0 0);--tw-prose-headings:oklch(20.5% 0 0);--tw-prose-lead:oklch(43.9% 0 0);--tw-prose-links:oklch(20.5% 0 0);--tw-prose-bold:oklch(20.5% 0 0);--tw-prose-counters:oklch(55.6% 0 0);--tw-prose-bullets:oklch(87% 0 0);--tw-prose-hr:oklch(92.2% 0 0);--tw-prose-quotes:oklch(20.5% 0 0);--tw-prose-quote-borders:oklch(92.2% 0 0);--tw-prose-captions:oklch(55.6% 0 0);--tw-prose-kbd:oklch(20.5% 0 0);--tw-prose-kbd-shadows:oklab(20.5% 0 0/.1);--tw-prose-code:oklch(20.5% 0 0);--tw-prose-pre-code:oklch(92.2% 0 0);--tw-prose-pre-bg:oklch(26.9% 0 0);--tw-prose-th-borders:oklch(87% 0 0);--tw-prose-td-borders:oklch(92.2% 0 0);--tw-prose-invert-body:oklch(87% 0 0);--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:oklch(70.8% 0 0);--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:oklch(70.8% 0 0);--tw-prose-invert-bullets:oklch(43.9% 0 0);--tw-prose-invert-hr:oklch(37.1% 0 0);--tw-prose-invert-quotes:oklch(97% 0 0);--tw-prose-invert-quote-borders:oklch(37.1% 0 0);--tw-prose-invert-captions:oklch(70.8% 0 0);--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:#ffffff1a;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:oklch(87% 0 0);--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:oklch(43.9% 0 0);--tw-prose-invert-td-borders:oklch(37.1% 0 0)}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}.\[--card-spacing\:--spacing\(4\)\]{--card-spacing:calc(var(--spacing) * 4)}.paused{animation-play-state:paused}.running{animation-play-state:running}.group-focus-within\/help\:block:is(:where(.group\/help):focus-within *){display:block}@media (hover:hover){.group-hover\/help\:block:is(:where(.group\/help):hover *){display:block}}.group-focus\/dropdown-menu-item\:text-accent-foreground:is(:where(.group\/dropdown-menu-item):focus *){color:var(--accent-foreground)}.group-has-disabled\/field\:opacity-50:is(:where(.group\/field):has(:disabled) *){opacity:.5}.group-has-data-\[slot\=combobox-clear\]\/input-group\:hidden:is(:where(.group\/input-group):has([data-slot=combobox-clear]) *){display:none}.group-has-\[\>input\]\/input-group\:pt-2:is(:where(.group\/input-group):has(>input) *){padding-top:calc(var(--spacing) * 2)}.group-has-\[\>input\]\/input-group\:pb-2:is(:where(.group\/input-group):has(>input) *){padding-bottom:calc(var(--spacing) * 2)}.group-has-\[\>svg\]\/alert\:col-start-2:is(:where(.group\/alert):has(>svg) *){grid-column-start:2}.group-data-empty\/combobox-content\:flex:is(:where(.group\/combobox-content)[data-empty] *){display:flex}.group-data-\[disabled\=true\]\:pointer-events-none:is(:where(.group)[data-disabled=true] *){pointer-events:none}.group-data-\[disabled\=true\]\:opacity-50:is(:where(.group)[data-disabled=true] *),.group-data-\[disabled\=true\]\/input-group\:opacity-50:is(:where(.group\/input-group)[data-disabled=true] *){opacity:.5}.group-data-\[size\=sm\]\/card\:text-sm:is(:where(.group\/card)[data-size=sm] *){font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled~*){cursor:not-allowed}.peer-disabled\:opacity-50:is(:where(.peer):disabled~*){opacity:.5}.file\:inline-flex::file-selector-button{display:inline-flex}.file\:h-6::file-selector-button{height:calc(var(--spacing) * 6)}.file\:border-0::file-selector-button{border-style:var(--tw-border-style);border-width:0}.file\:bg-transparent::file-selector-button{background-color:#0000}.file\:text-sm::file-selector-button{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.file\:font-medium::file-selector-button{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.file\:text-foreground::file-selector-button{color:var(--foreground)}.placeholder\:text-muted-foreground::placeholder{color:var(--muted-foreground)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-inset-x-3:after{content:var(--tw-content);inset-inline:calc(var(--spacing) * -3)}.after\:-inset-y-2:after{content:var(--tw-content);inset-block:calc(var(--spacing) * -2)}.first\:sticky:first-child{position:sticky}.first\:left-0:first-child{left:0}.first\:z-20:first-child{z-index:20}.first\:bg-card:first-child{background-color:var(--card)}.first\:shadow-\[1px_0_0_var\(--border\)\]:first-child{--tw-shadow:1px 0 0 var(--tw-shadow-color,var(--border));box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.focus-within\:border-ring:focus-within{border-color:var(--ring)}.focus-within\:ring-3:focus-within{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.focus-within\:ring-ring\/50:focus-within{--tw-ring-color:var(--ring)}@supports (color:color-mix(in lab, red, red)){.focus-within\:ring-ring\/50:focus-within{--tw-ring-color:color-mix(in oklab, var(--ring) 50%, transparent)}}@media (hover:hover){.hover\:bg-\[color-mix\(in_oklch\,var\(--secondary\)\,var\(--foreground\)_5\%\)\]:hover{background-color:var(--secondary)}@supports (color:color-mix(in lab, red, red)){.hover\:bg-\[color-mix\(in_oklch\,var\(--secondary\)\,var\(--foreground\)_5\%\)\]:hover{background-color:color-mix(in oklch,var(--secondary),var(--foreground) 5%)}}.hover\:bg-destructive\/20:hover{background-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.hover\:bg-destructive\/20:hover{background-color:color-mix(in oklab, var(--destructive) 20%, transparent)}}.hover\:bg-muted:hover,.hover\:bg-muted\/50:hover{background-color:var(--muted)}@supports (color:color-mix(in lab, red, red)){.hover\:bg-muted\/50:hover{background-color:color-mix(in oklab, var(--muted) 50%, transparent)}}.hover\:bg-primary\/80:hover{background-color:var(--primary)}@supports (color:color-mix(in lab, red, red)){.hover\:bg-primary\/80:hover{background-color:color-mix(in oklab, var(--primary) 80%, transparent)}}.hover\:text-foreground:hover{color:var(--foreground)}.hover\:text-muted-foreground:hover{color:var(--muted-foreground)}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}}.focus\:bg-accent:focus{background-color:var(--accent)}.focus\:text-accent-foreground:focus,:is(.focus\:\*\*\:text-accent-foreground:focus *),:is(.not-data-\[variant\=destructive\]\:focus\:\*\*\:text-accent-foreground:not([data-variant=destructive]):focus *){color:var(--accent-foreground)}.focus-visible\:border-destructive\/40:focus-visible{border-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.focus-visible\:border-destructive\/40:focus-visible{border-color:color-mix(in oklab, var(--destructive) 40%, transparent)}}.focus-visible\:border-ring:focus-visible{border-color:var(--ring)}.focus-visible\:ring-0:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.focus-visible\:ring-3:focus-visible,.focus-visible\:ring-\[3px\]:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.focus-visible\:ring-destructive\/20:focus-visible{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.focus-visible\:ring-destructive\/20:focus-visible{--tw-ring-color:color-mix(in oklab, var(--destructive) 20%, transparent)}}.focus-visible\:ring-ring\/50:focus-visible{--tw-ring-color:var(--ring)}@supports (color:color-mix(in lab, red, red)){.focus-visible\:ring-ring\/50:focus-visible{--tw-ring-color:color-mix(in oklab, var(--ring) 50%, transparent)}}.focus-visible\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}.active\:not-aria-\[haspopup\]\:translate-y-px:active:not([aria-haspopup]){--tw-translate-y:1px;translate:var(--tw-translate-x) var(--tw-translate-y)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-input\/50:disabled{background-color:var(--input)}@supports (color:color-mix(in lab, red, red)){.disabled\:bg-input\/50:disabled{background-color:color-mix(in oklab, var(--input) 50%, transparent)}}.disabled\:bg-transparent:disabled{background-color:#0000}.disabled\:opacity-50:disabled{opacity:.5}:where([data-slot=button-group]) .in-data-\[slot\=button-group\]\:rounded-lg{border-radius:var(--radius)}:where([data-slot=combobox-content]) .in-data-\[slot\=combobox-content\]\:focus-within\:border-inherit:focus-within{border-color:inherit}:where([data-slot=combobox-content]) .in-data-\[slot\=combobox-content\]\:focus-within\:ring-0:focus-within{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.has-disabled\:pointer-events-none:has(:disabled){pointer-events:none}.has-disabled\:cursor-not-allowed:has(:disabled){cursor:not-allowed}.has-disabled\:bg-input\/50:has(:disabled){background-color:var(--input)}@supports (color:color-mix(in lab, red, red)){.has-disabled\:bg-input\/50:has(:disabled){background-color:color-mix(in oklab, var(--input) 50%, transparent)}}.has-disabled\:opacity-50:has(:disabled){opacity:.5}.has-aria-expanded\:bg-muted\/50:has([aria-expanded=true]){background-color:var(--muted)}@supports (color:color-mix(in lab, red, red)){.has-aria-expanded\:bg-muted\/50:has([aria-expanded=true]){background-color:color-mix(in oklab, var(--muted) 50%, transparent)}}.has-aria-invalid\:border-destructive:has([aria-invalid=true]){border-color:var(--destructive)}.has-aria-invalid\:ring-3:has([aria-invalid=true]){--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.has-aria-invalid\:ring-destructive\/20:has([aria-invalid=true]){--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.has-aria-invalid\:ring-destructive\/20:has([aria-invalid=true]){--tw-ring-color:color-mix(in oklab, var(--destructive) 20%, transparent)}}.has-data-\[icon\=inline-end\]\:pr-1\.5:has([data-icon=inline-end]){padding-right:calc(var(--spacing) * 1.5)}.has-data-\[icon\=inline-end\]\:pr-2:has([data-icon=inline-end]){padding-right:calc(var(--spacing) * 2)}.has-data-\[icon\=inline-start\]\:pl-1\.5:has([data-icon=inline-start]){padding-left:calc(var(--spacing) * 1.5)}.has-data-\[icon\=inline-start\]\:pl-2:has([data-icon=inline-start]){padding-left:calc(var(--spacing) * 2)}.has-data-\[slot\=alert-action\]\:relative:has([data-slot=alert-action]){position:relative}.has-data-\[slot\=alert-action\]\:pr-18:has([data-slot=alert-action]){padding-right:calc(var(--spacing) * 18)}.has-data-\[slot\=card-action\]\:grid-cols-\[1fr_auto\]:has([data-slot=card-action]){grid-template-columns:1fr auto}.has-data-\[slot\=card-description\]\:grid-rows-\[auto_auto\]:has([data-slot=card-description]){grid-template-rows:auto auto}.has-data-\[slot\=card-footer\]\:pb-0:has([data-slot=card-footer]){padding-bottom:0}.has-data-\[slot\=combobox-chip\]\:px-1:has([data-slot=combobox-chip]){padding-inline:var(--spacing)}.has-data-\[slot\=combobox-chip-remove\]\:pr-0:has([data-slot=combobox-chip-remove]){padding-right:0}.has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:border-ring:has([data-slot=input-group-control]:focus-visible){border-color:var(--ring)}.has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-3:has([data-slot=input-group-control]:focus-visible){--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-ring\/50:has([data-slot=input-group-control]:focus-visible){--tw-ring-color:var(--ring)}@supports (color:color-mix(in lab, red, red)){.has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-ring\/50:has([data-slot=input-group-control]:focus-visible){--tw-ring-color:color-mix(in oklab, var(--ring) 50%, transparent)}}.has-\[\[data-slot\]\[aria-invalid\=true\]\]\:border-destructive:has([data-slot][aria-invalid=true]){border-color:var(--destructive)}.has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-3:has([data-slot][aria-invalid=true]){--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-destructive\/20:has([data-slot][aria-invalid=true]){--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-destructive\/20:has([data-slot][aria-invalid=true]){--tw-ring-color:color-mix(in oklab, var(--destructive) 20%, transparent)}}.has-\[\>\[data-align\=block-end\]\]\:h-auto:has(>[data-align=block-end]){height:auto}.has-\[\>\[data-align\=block-end\]\]\:flex-col:has(>[data-align=block-end]){flex-direction:column}.has-\[\>\[data-align\=block-start\]\]\:h-auto:has(>[data-align=block-start]){height:auto}.has-\[\>\[data-align\=block-start\]\]\:flex-col:has(>[data-align=block-start]){flex-direction:column}.has-\[\>button\]\:mr-\[-0\.3rem\]:has(>button){margin-right:-.3rem}.has-\[\>button\]\:ml-\[-0\.3rem\]:has(>button){margin-left:-.3rem}.has-\[\>img\:first-child\]\:pt-0:has(>img:first-child){padding-top:0}.has-\[\>kbd\]\:mr-\[-0\.15rem\]:has(>kbd){margin-right:-.15rem}.has-\[\>kbd\]\:ml-\[-0\.15rem\]:has(>kbd){margin-left:-.15rem}.has-\[\>svg\]\:grid-cols-\[auto_1fr\]:has(>svg){grid-template-columns:auto 1fr}.has-\[\>svg\]\:gap-x-2:has(>svg){column-gap:calc(var(--spacing) * 2)}.has-\[\>svg\]\:p-0:has(>svg){padding:0}.has-\[\>textarea\]\:h-auto:has(>textarea){height:auto}.aria-expanded\:bg-muted[aria-expanded=true]{background-color:var(--muted)}.aria-expanded\:bg-secondary[aria-expanded=true]{background-color:var(--secondary)}.aria-expanded\:text-foreground[aria-expanded=true]{color:var(--foreground)}.aria-expanded\:text-secondary-foreground[aria-expanded=true]{color:var(--secondary-foreground)}.aria-invalid\:border-destructive[aria-invalid=true]{border-color:var(--destructive)}.aria-invalid\:ring-0[aria-invalid=true]{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.aria-invalid\:ring-3[aria-invalid=true]{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.aria-invalid\:ring-destructive\/20[aria-invalid=true]{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.aria-invalid\:ring-destructive\/20[aria-invalid=true]{--tw-ring-color:color-mix(in oklab, var(--destructive) 20%, transparent)}}.aria-invalid\:aria-checked\:border-primary[aria-invalid=true][aria-checked=true],.data-checked\:border-primary[data-checked]{border-color:var(--primary)}.data-checked\:bg-primary[data-checked]{background-color:var(--primary)}.data-checked\:text-primary-foreground[data-checked]{color:var(--primary-foreground)}.data-closed\:animate-out[data-closed]{animation:exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-closed\:overflow-hidden[data-closed]{overflow:hidden}.data-closed\:fade-out-0[data-closed]{--tw-exit-opacity:0}.data-closed\:zoom-out-95[data-closed]{--tw-exit-scale:.95}.data-disabled\:pointer-events-none[data-disabled]{pointer-events:none}.data-disabled\:opacity-50[data-disabled]{opacity:.5}.data-empty\:p-0[data-empty]{padding:0}.data-highlighted\:bg-accent[data-highlighted]{background-color:var(--accent)}.data-highlighted\:text-accent-foreground[data-highlighted],:is(.not-data-\[variant\=destructive\]\:data-highlighted\:\*\*\:text-accent-foreground:not([data-variant=destructive])[data-highlighted] *){color:var(--accent-foreground)}.data-horizontal\:h-px[data-horizontal]{height:1px}.data-horizontal\:w-full[data-horizontal]{width:100%}.data-inset\:pl-7[data-inset]{padding-left:calc(var(--spacing) * 7)}.data-open\:animate-in[data-open]{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-open\:bg-accent[data-open]{background-color:var(--accent)}.data-open\:text-accent-foreground[data-open]{color:var(--accent-foreground)}.data-open\:fade-in-0[data-open]{--tw-enter-opacity:0}.data-open\:zoom-in-95[data-open]{--tw-enter-scale:.95}.data-placeholder\:text-muted-foreground[data-placeholder]{color:var(--muted-foreground)}.data-popup-open\:bg-accent[data-popup-open]{background-color:var(--accent)}.data-popup-open\:text-accent-foreground[data-popup-open]{color:var(--accent-foreground)}.data-pressed\:bg-transparent[data-pressed]{background-color:#0000}.data-vertical\:w-px[data-vertical]{width:1px}.data-vertical\:self-stretch[data-vertical]{align-self:stretch}.data-\[align-trigger\=true\]\:animate-none[data-align-trigger=true]{animation:none}.data-\[chips\=true\]\:min-w-\(--anchor-width\)[data-chips=true]{min-width:var(--anchor-width)}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y:calc(2*var(--spacing)*-1)}.data-\[side\=inline-end\]\:slide-in-from-left-2[data-side=inline-end]{--tw-enter-translate-x:calc(2*var(--spacing)*-1)}.data-\[side\=inline-start\]\:slide-in-from-right-2[data-side=inline-start],.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x:calc(2*var(--spacing))}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x:calc(2*var(--spacing)*-1)}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y:calc(2*var(--spacing))}.data-\[size\=default\]\:h-8[data-size=default]{height:calc(var(--spacing) * 8)}.data-\[size\=sm\]\:h-7[data-size=sm]{height:calc(var(--spacing) * 7)}.data-\[size\=sm\]\:rounded-\[min\(var\(--radius-md\)\,10px\)\][data-size=sm]{border-radius:min(var(--radius-md), 10px)}.data-\[size\=sm\]\:\[--card-spacing\:--spacing\(3\)\][data-size=sm]{--card-spacing:calc(var(--spacing) * 3)}.data-\[size\=sm\]\:has-data-\[slot\=card-footer\]\:pb-0[data-size=sm]:has([data-slot=card-footer]){padding-bottom:0}:is(.\*\:data-\[slot\=alert-description\]\:text-destructive\/90>*)[data-slot=alert-description]{color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){:is(.\*\:data-\[slot\=alert-description\]\:text-destructive\/90>*)[data-slot=alert-description]{color:color-mix(in oklab, var(--destructive) 90%, transparent)}}:is(.\*\:data-\[slot\=input-group\]\:m-1>*)[data-slot=input-group]{margin:var(--spacing)}:is(.\*\:data-\[slot\=input-group\]\:mb-0>*)[data-slot=input-group]{margin-bottom:0}:is(.\*\:data-\[slot\=input-group\]\:h-8>*)[data-slot=input-group]{height:calc(var(--spacing) * 8)}:is(.\*\:data-\[slot\=input-group\]\:border-input\/30>*)[data-slot=input-group]{border-color:var(--input)}@supports (color:color-mix(in lab, red, red)){:is(.\*\:data-\[slot\=input-group\]\:border-input\/30>*)[data-slot=input-group]{border-color:color-mix(in oklab, var(--input) 30%, transparent)}}:is(.\*\:data-\[slot\=input-group\]\:bg-input\/30>*)[data-slot=input-group]{background-color:var(--input)}@supports (color:color-mix(in lab, red, red)){:is(.\*\:data-\[slot\=input-group\]\:bg-input\/30>*)[data-slot=input-group]{background-color:color-mix(in oklab, var(--input) 30%, transparent)}}:is(.\*\:data-\[slot\=input-group\]\:shadow-none>*)[data-slot=input-group]{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}:is(.\*\:data-\[slot\=select-value\]\:line-clamp-1>*)[data-slot=select-value]{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}:is(.\*\:data-\[slot\=select-value\]\:flex>*)[data-slot=select-value]{display:flex}:is(.\*\:data-\[slot\=select-value\]\:items-center>*)[data-slot=select-value]{align-items:center}:is(.\*\:data-\[slot\=select-value\]\:gap-1\.5>*)[data-slot=select-value]{gap:calc(var(--spacing) * 1.5)}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:var(--muted)}.data-\[variant\=destructive\]\:text-destructive[data-variant=destructive]{color:var(--destructive)}.data-\[variant\=destructive\]\:focus\:bg-destructive\/10[data-variant=destructive]:focus{background-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.data-\[variant\=destructive\]\:focus\:bg-destructive\/10[data-variant=destructive]:focus{background-color:color-mix(in oklab, var(--destructive) 10%, transparent)}}.data-\[variant\=destructive\]\:focus\:text-destructive[data-variant=destructive]:focus{color:var(--destructive)}@supports ((-webkit-backdrop-filter:var(--tw)) or (backdrop-filter:var(--tw))){.supports-backdrop-filter\:backdrop-blur-xs{--tw-backdrop-blur:blur(var(--blur-xs));-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.supports-\[backdrop-filter\]\:bg-background\/80{background-color:var(--background)}@supports (color:color-mix(in lab, red, red)){.supports-\[backdrop-filter\]\:bg-background\/80{background-color:color-mix(in oklab, var(--background) 80%, transparent)}}}@media not all and (width>=48rem){.max-md\:min-w-0{min-width:0}}@media (width>=40rem){.sm\:inline-flex{display:inline-flex}.sm\:max-w-2xl{max-width:var(--container-2xl)}.sm\:max-w-3xl{max-width:var(--container-3xl)}.sm\:max-w-5xl{max-width:var(--container-5xl)}.sm\:max-w-\[19rem\]{max-width:19rem}.sm\:max-w-lg{max-width:var(--container-lg)}.sm\:max-w-md{max-width:var(--container-md)}.sm\:max-w-sm{max-width:var(--container-sm)}.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}}@media (width>=48rem){.md\:px-6{padding-inline:calc(var(--spacing) * 6)}.md\:py-6{padding-block:calc(var(--spacing) * 6)}.md\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.md\:text-pretty{text-wrap:pretty}}@media (width>=64rem){.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:inline-flex{display:inline-flex}.lg\:grid-cols-\[3rem_minmax\(0\,1fr\)\]{grid-template-columns:3rem minmax(0,1fr)}.lg\:grid-cols-\[16rem_minmax\(0\,1fr\)\]{grid-template-columns:16rem minmax(0,1fr)}}.dark\:border-input:is(.dark *){border-color:var(--input)}.dark\:bg-destructive\/20:is(.dark *){background-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.dark\:bg-destructive\/20:is(.dark *){background-color:color-mix(in oklab, var(--destructive) 20%, transparent)}}.dark\:bg-input\/30:is(.dark *){background-color:var(--input)}@supports (color:color-mix(in lab, red, red)){.dark\:bg-input\/30:is(.dark *){background-color:color-mix(in oklab, var(--input) 30%, transparent)}}.dark\:bg-transparent:is(.dark *){background-color:#0000}.dark\:text-emerald-400:is(.dark *){color:var(--color-emerald-400)}.dark\:prose-invert:is(.dark *){--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}@media (hover:hover){.dark\:hover\:bg-destructive\/30:is(.dark *):hover{background-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.dark\:hover\:bg-destructive\/30:is(.dark *):hover{background-color:color-mix(in oklab, var(--destructive) 30%, transparent)}}.dark\:hover\:bg-input\/50:is(.dark *):hover{background-color:var(--input)}@supports (color:color-mix(in lab, red, red)){.dark\:hover\:bg-input\/50:is(.dark *):hover{background-color:color-mix(in oklab, var(--input) 50%, transparent)}}.dark\:hover\:bg-muted\/50:is(.dark *):hover{background-color:var(--muted)}@supports (color:color-mix(in lab, red, red)){.dark\:hover\:bg-muted\/50:is(.dark *):hover{background-color:color-mix(in oklab, var(--muted) 50%, transparent)}}}.dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible{--tw-ring-color:color-mix(in oklab, var(--destructive) 40%, transparent)}}.dark\:disabled\:bg-input\/80:is(.dark *):disabled{background-color:var(--input)}@supports (color:color-mix(in lab, red, red)){.dark\:disabled\:bg-input\/80:is(.dark *):disabled{background-color:color-mix(in oklab, var(--input) 80%, transparent)}}.dark\:disabled\:bg-transparent:is(.dark *):disabled{background-color:#0000}.dark\:has-disabled\:bg-input\/80:is(.dark *):has(:disabled){background-color:var(--input)}@supports (color:color-mix(in lab, red, red)){.dark\:has-disabled\:bg-input\/80:is(.dark *):has(:disabled){background-color:color-mix(in oklab, var(--input) 80%, transparent)}}.dark\:has-aria-invalid\:border-destructive\/50:is(.dark *):has([aria-invalid=true]){border-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.dark\:has-aria-invalid\:border-destructive\/50:is(.dark *):has([aria-invalid=true]){border-color:color-mix(in oklab, var(--destructive) 50%, transparent)}}.dark\:has-aria-invalid\:ring-destructive\/40:is(.dark *):has([aria-invalid=true]){--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.dark\:has-aria-invalid\:ring-destructive\/40:is(.dark *):has([aria-invalid=true]){--tw-ring-color:color-mix(in oklab, var(--destructive) 40%, transparent)}}.dark\:has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-destructive\/40:is(.dark *):has([data-slot][aria-invalid=true]){--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.dark\:has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-destructive\/40:is(.dark *):has([data-slot][aria-invalid=true]){--tw-ring-color:color-mix(in oklab, var(--destructive) 40%, transparent)}}.dark\:aria-invalid\:border-destructive\/50:is(.dark *)[aria-invalid=true]{border-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.dark\:aria-invalid\:border-destructive\/50:is(.dark *)[aria-invalid=true]{border-color:color-mix(in oklab, var(--destructive) 50%, transparent)}}.dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid=true]{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid=true]{--tw-ring-color:color-mix(in oklab, var(--destructive) 40%, transparent)}}.dark\:data-checked\:bg-primary:is(.dark *)[data-checked]{background-color:var(--primary)}.dark\:data-\[variant\=destructive\]\:focus\:bg-destructive\/20:is(.dark *)[data-variant=destructive]:focus{background-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.dark\:data-\[variant\=destructive\]\:focus\:bg-destructive\/20:is(.dark *)[data-variant=destructive]:focus{background-color:color-mix(in oklab, var(--destructive) 20%, transparent)}}.\[\&_a\]\:underline a{text-decoration-line:underline}.\[\&_a\]\:underline-offset-3 a{text-underline-offset:3px}@media (hover:hover){.\[\&_a\]\:hover\:text-foreground a:hover{color:var(--foreground)}}.\[\&_p\:not\(\:last-child\)\]\:mb-4 p:not(:last-child){margin-bottom:calc(var(--spacing) * 4)}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3 svg:not([class*=size-]){width:calc(var(--spacing) * 3);height:calc(var(--spacing) * 3)}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3\.5 svg:not([class*=size-]){width:calc(var(--spacing) * 3.5);height:calc(var(--spacing) * 3.5)}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*=size-]){width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}.\[\&_tr\]\:border-b tr{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-style:var(--tw-border-style);border-width:0}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\.border-b\]\:pb-\(--card-spacing\).border-b{padding-bottom:var(--card-spacing)}.\[\.border-b\]\:pb-2.border-b{padding-bottom:calc(var(--spacing) * 2)}.\[\.border-t\]\:pt-2.border-t{padding-top:calc(var(--spacing) * 2)}:is(.\*\:\[a\]\:underline>*):is(a){text-decoration-line:underline}:is(.\*\:\[a\]\:underline-offset-3>*):is(a){text-underline-offset:3px}@media (hover:hover){.\[a\]\:hover\:bg-destructive\/20:is(a):hover{background-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.\[a\]\:hover\:bg-destructive\/20:is(a):hover{background-color:color-mix(in oklab, var(--destructive) 20%, transparent)}}.\[a\]\:hover\:bg-muted:is(a):hover{background-color:var(--muted)}.\[a\]\:hover\:bg-primary\/80:is(a):hover{background-color:var(--primary)}@supports (color:color-mix(in lab, red, red)){.\[a\]\:hover\:bg-primary\/80:is(a):hover{background-color:color-mix(in oklab, var(--primary) 80%, transparent)}}.\[a\]\:hover\:bg-secondary\/80:is(a):hover{background-color:var(--secondary)}@supports (color:color-mix(in lab, red, red)){.\[a\]\:hover\:bg-secondary\/80:is(a):hover{background-color:color-mix(in oklab, var(--secondary) 80%, transparent)}}.\[a\]\:hover\:text-muted-foreground:is(a):hover{color:var(--muted-foreground)}:is(.\*\:\[a\]\:hover\:text-foreground>*):is(a):hover{color:var(--foreground)}}:is(.\*\:\[img\:first-child\]\:rounded-t-xl>*):is(img:first-child){border-top-left-radius:calc(var(--radius) * 1.4);border-top-right-radius:calc(var(--radius) * 1.4)}:is(.\*\:\[img\:last-child\]\:rounded-b-xl>*):is(img:last-child){border-bottom-right-radius:calc(var(--radius) * 1.4);border-bottom-left-radius:calc(var(--radius) * 1.4)}:is(.\*\:\[span\]\:last\:flex>*):is(span):last-child{display:flex}:is(.\*\:\[span\]\:last\:items-center>*):is(span):last-child{align-items:center}:is(.\*\:\[span\]\:last\:gap-2>*):is(span):last-child{gap:calc(var(--spacing) * 2)}:is(.\*\:\[svg\]\:row-span-2>*):is(svg){grid-row:span 2/span 2}:is(.\*\:\[svg\]\:translate-y-0\.5>*):is(svg){--tw-translate-y:calc(var(--spacing) * .5);translate:var(--tw-translate-x) var(--tw-translate-y)}:is(.\*\:\[svg\]\:text-current>*):is(svg){color:currentColor}:is(.data-\[variant\=destructive\]\:\*\:\[svg\]\:text-destructive[data-variant=destructive]>*):is(svg){color:var(--destructive)}:is(.\*\:\[svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4>*):is(svg:not([class*=size-])){width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}.has-\[\>\[data-align\=block-end\]\]\:\[\&\>input\]\:pt-3:has(>[data-align=block-end])>input{padding-top:calc(var(--spacing) * 3)}.has-\[\>\[data-align\=block-start\]\]\:\[\&\>input\]\:pb-3:has(>[data-align=block-start])>input{padding-bottom:calc(var(--spacing) * 3)}.has-\[\>\[data-align\=inline-end\]\]\:\[\&\>input\]\:pr-1\.5:has(>[data-align=inline-end])>input{padding-right:calc(var(--spacing) * 1.5)}.has-\[\>\[data-align\=inline-start\]\]\:\[\&\>input\]\:pl-1\.5:has(>[data-align=inline-start])>input{padding-left:calc(var(--spacing) * 1.5)}.\[\&\>kbd\]\:rounded-\[calc\(var\(--radius\)-5px\)\]>kbd{border-radius:calc(var(--radius) - 5px)}.\[\&\>svg\]\:pointer-events-none>svg{pointer-events:none}.\[\&\>svg\]\:size-3\!>svg{width:calc(var(--spacing) * 3)!important;height:calc(var(--spacing) * 3)!important}.\[\&\>svg\]\:size-3\.5>svg,.\[\&\>svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3\.5>svg:not([class*=size-]){width:calc(var(--spacing) * 3.5);height:calc(var(--spacing) * 3.5)}.\[\&\>svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4>svg:not([class*=size-]){width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}.\[\&\>tr\]\:last\:border-b-0>tr:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}}@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/geist-cyrillic-ext-wght-normal-DjL33-gN.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/geist-cyrillic-wght-normal-BEAKL7Jp.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/geist-vietnamese-wght-normal-6IgcOCM7.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/geist-latin-ext-wght-normal-DC-KSUi6.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/geist-latin-wght-normal-BgDaEnEv.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}#root{isolation:isolate}:root{--background:oklch(100% 0 0);--foreground:oklch(14.5% 0 0);--card:oklch(100% 0 0);--card-foreground:oklch(14.5% 0 0);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.5% 0 0);--primary:oklch(20.5% 0 0);--primary-foreground:oklch(98.5% 0 0);--secondary:oklch(97% 0 0);--secondary-foreground:oklch(20.5% 0 0);--muted:oklch(97% 0 0);--muted-foreground:oklch(55.6% 0 0);--accent:oklch(97% 0 0);--accent-foreground:oklch(20.5% 0 0);--destructive:oklch(57.7% .245 27.325);--border:oklch(92.2% 0 0);--input:oklch(92.2% 0 0);--ring:oklch(70.8% 0 0);--chart-1:oklch(87% 0 0);--chart-2:oklch(55.6% 0 0);--chart-3:oklch(43.9% 0 0);--chart-4:oklch(37.1% 0 0);--chart-5:oklch(26.9% 0 0);--radius:.625rem}.dark{--background:oklch(14.5% 0 0);--foreground:oklch(98.5% 0 0);--card:oklch(20.5% 0 0);--card-foreground:oklch(98.5% 0 0);--popover:oklch(20.5% 0 0);--popover-foreground:oklch(98.5% 0 0);--primary:oklch(92.2% 0 0);--primary-foreground:oklch(20.5% 0 0);--secondary:oklch(26.9% 0 0);--secondary-foreground:oklch(98.5% 0 0);--muted:oklch(26.9% 0 0);--muted-foreground:oklch(70.8% 0 0);--accent:oklch(26.9% 0 0);--accent-foreground:oklch(98.5% 0 0);--destructive:oklch(70.4% .191 22.216);--border:oklch(100% 0 0/.1);--input:oklch(100% 0 0/.15);--ring:oklch(55.6% 0 0);--chart-1:oklch(87% 0 0);--chart-2:oklch(55.6% 0 0);--chart-3:oklch(43.9% 0 0);--chart-4:oklch(37.1% 0 0);--chart-5:oklch(26.9% 0 0)}html[data-app-surface=mobile]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;overscroll-behavior-y:none;background:#edf1f7}html[data-app-surface=mobile] body{color:#082650;-webkit-font-smoothing:antialiased;background:#edf1f7;min-width:320px;min-height:100dvh}.mobile-investor-shell{background:#f8fafc;width:min(100%,560px);min-height:100dvh;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 0 70px #1730521f}.mobile-investor-main{min-height:100dvh;padding-bottom:calc(92px + env(safe-area-inset-bottom))}.mobile-topbar,.mobile-brand-lockup,.mobile-section-heading,.mobile-allocation-row,.mobile-fund-card,.mobile-simple-header{align-items:center;display:flex}.mobile-topbar{justify-content:space-between}.mobile-brand-lockup{color:#082650;letter-spacing:-.02em;gap:10px;font-size:17px;font-weight:680}.mobile-brand-lockup img{border-radius:50%;width:34px;height:34px;box-shadow:0 8px 22px #246bfd24}.mobile-icon-button{color:#082650;background:#fff;border:1px solid #08265014;border-radius:50%;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 8px 24px #17305212}.mobile-icon-button svg{width:19px;height:19px}.mobile-welcome{gap:3px;padding:2px 2px 0;display:grid}.mobile-welcome p,.mobile-welcome h1,.mobile-section-heading h2,.mobile-section-heading span,.mobile-hero-copy span,.mobile-hero-copy strong,.mobile-hero-copy small,.mobile-fund-name small,.mobile-fund-value small,.mobile-sign-in h1,.mobile-sign-in p,.mobile-simple-header h1,.mobile-simple-header small,.mobile-empty-state h2,.mobile-empty-state p{margin:0}.mobile-welcome p{color:#708099;font-size:14px;font-weight:520}.mobile-welcome h1{color:#082650;letter-spacing:-.045em;font-size:clamp(27px,7vw,34px);font-weight:690;line-height:1.12}.mobile-hero-card{background:#fff;border:1px solid #08265012;border-radius:30px;grid-template-columns:minmax(0,1fr) 108px;gap:22px 12px;padding:25px 22px 18px;display:grid;position:relative;overflow:hidden;box-shadow:0 20px 60px #1730521a}.mobile-hero-card:after{content:"";border:24px solid #246bfd0d;border-radius:50%;width:150px;height:150px;position:absolute;top:-50px;right:-40px}.mobile-hero-copy{z-index:1;flex-direction:column;justify-content:center;min-width:0;display:flex;position:relative}.mobile-hero-copy span{color:#76859a;font-size:13px;font-weight:560}.mobile-hero-copy strong{color:#082650;letter-spacing:-.055em;text-overflow:ellipsis;white-space:nowrap;margin-top:6px;font-size:clamp(32px,9vw,45px);font-weight:700;line-height:1.08;overflow:hidden}.mobile-hero-copy small{color:#079981;background:#18c6ae1c;border-radius:999px;width:fit-content;margin-top:10px;padding:5px 9px;font-size:12px;font-weight:680}.mobile-asset-ring{z-index:1;border-radius:50%;place-items:center;width:104px;height:104px;display:grid;position:relative;box-shadow:inset 0 0 0 1px #0826500d,0 12px 30px #246bfd1f}.mobile-asset-ring:after{content:"";background:#fff;border-radius:50%;width:72px;height:72px;position:absolute;box-shadow:inset 0 0 0 1px #0826500f}.mobile-asset-ring span{z-index:1;color:#246bfd;border-radius:50%;place-items:center;width:46px;height:46px;display:grid}.mobile-asset-ring svg{width:22px;height:22px}.mobile-hero-actions{z-index:1;border-top:1px solid #edf1f5;grid-column:1/-1;grid-template-columns:1fr 1fr;gap:10px;padding-top:16px;display:grid;position:relative}.mobile-hero-actions a{color:#175bd8;background:#eff5ff;border-radius:16px;justify-content:center;align-items:center;gap:8px;min-height:44px;font-size:14px;font-weight:650;text-decoration:none;transition:transform .16s,background .16s;display:flex}.mobile-hero-actions a:last-child{color:#087f6d;background:#ecfaf7}.mobile-hero-actions a:active{transform:scale(.98)}.mobile-hero-actions svg{width:17px;height:17px}.mobile-section-heading{justify-content:space-between;padding:0 2px}.mobile-section-heading div{gap:2px;display:grid}.mobile-section-heading span{color:#8290a3;font-size:12px;font-weight:580}.mobile-section-heading h2{color:#082650;letter-spacing:-.025em;font-size:20px;font-weight:680}.mobile-section-heading>a{color:#246bfd;align-items:center;gap:2px;min-height:40px;font-size:13px;font-weight:620;text-decoration:none;display:flex}.mobile-section-heading>a svg{width:16px;height:16px}.mobile-allocation-list,.mobile-fund-stack{background:#fff;border:1px solid #08265012;border-radius:24px;overflow:hidden;box-shadow:0 12px 36px #1730520f}.mobile-allocation-row{border-bottom:1px solid #eef1f5;gap:13px;min-height:75px;margin:0 17px}.mobile-allocation-row:last-child{border-bottom:0}.mobile-round-icon{border-radius:50%;flex:none;place-items:center;width:43px;height:43px;display:grid}.mobile-round-icon svg{width:19px;height:19px}.mobile-round-icon.is-blue{color:#246bfd;background:#eaf1ff}.mobile-round-icon.is-mint{color:#0da88f;background:#e7faf6}.mobile-round-icon.is-violet{color:#8454e8;background:#f2ecff}.mobile-allocation-label{flex:1;gap:1px;min-width:0;display:grid}.mobile-allocation-label strong,.mobile-allocation-value,.mobile-fund-name strong,.mobile-fund-value strong{color:#15345d;font-size:14px;font-weight:640}.mobile-allocation-label small,.mobile-allocation-value small,.mobile-fund-name small,.mobile-fund-value small{color:#8692a5;font-size:11px;font-weight:500}.mobile-allocation-value{text-align:right;font-variant-numeric:tabular-nums}.mobile-fund-card{border-bottom:1px solid #eef1f5;gap:12px;min-height:84px;margin:0 17px;text-decoration:none}.mobile-fund-card:last-child{border-bottom:0}.mobile-fund-avatar{color:#fff;background:#0d315e;border-radius:50%;flex:none;place-items:center;width:48px;height:48px;font-size:19px;font-weight:720;display:grid;box-shadow:0 9px 22px #0d315e29}.mobile-fund-avatar.is-mint{background:#14ad98}.mobile-fund-name,.mobile-fund-value{gap:2px;min-width:0;display:grid}.mobile-fund-name{flex:1}.mobile-fund-name strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mobile-fund-value{text-align:right;font-variant-numeric:tabular-nums}.mobile-fund-card>svg{color:#a0aaba;width:17px;height:17px}.mobile-empty-card{color:#738197;text-align:center;padding:26px 20px;font-size:14px;line-height:1.55}.mobile-page-header>div{gap:1px;display:grid}.mobile-page-header>div.is-centered{text-align:center}.mobile-page-header small,.mobile-page-header h1{margin:0}.mobile-page-header small{color:#8794a7;font-size:11px;font-weight:570}.mobile-page-header h1{color:#082650;letter-spacing:-.04em;text-overflow:ellipsis;white-space:nowrap;font-size:28px;font-weight:710;line-height:1.08;overflow:hidden}.mobile-funds-summary,.mobile-net-worth-card{color:#fff;background:#0a2f60;border-radius:28px;justify-content:space-between;align-items:center;min-height:148px;padding:25px 23px;display:flex;position:relative;overflow:hidden;box-shadow:0 22px 54px #0a2f6033}.mobile-funds-summary:before,.mobile-net-worth-card:before{content:"";border:32px solid #ffffff0d;border-radius:50%;width:180px;height:180px;position:absolute;top:-58px;right:-42px}.mobile-funds-summary>div,.mobile-net-worth-card>div{z-index:1;gap:5px;min-width:0;display:grid}.mobile-funds-summary span,.mobile-net-worth-card span{color:#ffffffad;font-size:12px;font-weight:570}.mobile-funds-summary strong,.mobile-net-worth-card strong{color:#fff;letter-spacing:-.035em;text-overflow:ellipsis;white-space:nowrap;max-width:270px;font-size:24px;font-weight:690;overflow:hidden}.mobile-funds-summary small,.mobile-net-worth-card small{color:#6ee4d2;font-size:12px;font-weight:590}.mobile-summary-orbit{z-index:1;border:1px solid #ffffff47;border-radius:50%;flex:none;place-items:center;width:69px;height:69px;display:grid;box-shadow:inset 0 0 0 13px #ffffff0d;color:#fff!important}.mobile-summary-orbit svg{width:24px;height:24px}.mobile-segmented-control{background:#edf1f6;border:1px solid #08265012;border-radius:18px;grid-template-columns:1fr 1fr;padding:4px;display:grid}.mobile-segmented-control button{color:#7d899b;background:0 0;border:0;border-radius:14px;min-height:43px;font-size:14px;font-weight:630}.mobile-segmented-control button.is-active{color:#15345d;background:#fff;box-shadow:0 6px 18px #17305217}.mobile-search-field>svg{z-index:1;color:#8995a7;width:18px;height:18px;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.mobile-search-field input{background:#fff;border:1px solid #08265014;border-radius:17px;min-height:48px;padding-left:43px;box-shadow:0 8px 24px #1730520d}.mobile-fund-grid{gap:14px;display:grid}.mobile-discovery-card{color:inherit;background:#fff;border:1px solid #08265012;border-radius:24px;gap:15px;padding:19px;text-decoration:none;display:grid;box-shadow:0 13px 38px #1730520f}.mobile-discovery-card-top,.mobile-fund-identity,.mobile-price-row,.mobile-holding-card,.mobile-request-list>div,.mobile-profile-card,.mobile-settings-row,.mobile-settings-link,.mobile-settings-info{align-items:center;display:flex}.mobile-discovery-card-top{gap:12px}.mobile-fund-avatar.is-violet{background:#7951d6}.mobile-fund-title{flex:1;gap:2px;min-width:0;display:grid}.mobile-fund-title small{color:#8793a4;font-size:11px}.mobile-discovery-card-top>svg{color:#9ca7b7;width:18px;height:18px}.mobile-discovery-card>p{color:#76849a;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:12px;line-height:1.55;display:-webkit-box;overflow:hidden}.mobile-fund-metrics{border-top:1px solid #eef1f5;grid-template-columns:repeat(3,minmax(0,1fr));padding-top:14px;display:grid}.mobile-fund-metrics>span{border-right:1px solid #eef1f5;gap:3px;min-width:0;padding:0 10px;display:grid}.mobile-fund-metrics>span:first-child{padding-left:0}.mobile-fund-metrics>span:last-child{border-right:0;padding-right:0}.mobile-fund-metrics small{color:#8a96a7;font-size:10px}.mobile-fund-metrics strong{color:#0c977f;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:680;overflow:hidden}.mobile-fund-metrics strong.is-negative,.mobile-price-row strong.is-negative,.mobile-personal-account-value.is-negative{color:#d43d51}.mobile-fund-hero{background:#fff;border:1px solid #08265012;border-radius:28px;gap:20px;padding:21px;display:grid;box-shadow:0 16px 50px #17305214}.mobile-fund-identity{gap:12px}.mobile-fund-identity small{color:#8491a3;font-size:11px}.mobile-price-row{justify-content:space-between}.mobile-price-row small{color:#8491a3;font-size:11px}.mobile-price-row strong{color:#0c977f;letter-spacing:-.04em;font-size:28px;font-weight:700}.mobile-price-row>span:first-child strong{color:#082650}.mobile-mini-chart{border-bottom:1px solid #edf1f5;align-items:end;gap:4px;height:100px;padding:10px 2px 0;display:flex}.mobile-mini-chart i{background:#dbe8ff;border-radius:999px 999px 3px 3px;flex:1;min-height:10px}.mobile-mini-chart i:nth-last-child(-n+5){background:#76a5ff}.mobile-fund-periods{text-align:center;grid-template-columns:repeat(3,1fr);align-items:center;display:grid}.mobile-fund-periods span,.mobile-fund-periods strong{color:#8b97a8;border-radius:12px;padding:8px;font-size:12px;font-weight:610}.mobile-fund-periods strong{color:#246bfd;background:#edf4ff}.mobile-holding-card{background:#effbf9;border:1px solid #18c6ae2e;border-radius:22px;justify-content:space-between;gap:14px;padding:19px 20px}.mobile-holding-card>div{gap:3px;display:grid}.mobile-holding-card>div:last-child{text-align:right}.mobile-holding-card small{color:#6f8d8a;font-size:11px}.mobile-holding-card strong{color:#0b7969;font-size:16px;font-weight:680}.mobile-stat-grid{background:#fff;border:1px solid #08265012;border-radius:22px;grid-template-columns:1fr 1fr;display:grid;overflow:hidden;box-shadow:0 11px 34px #1730520d}.mobile-stat-grid>span{border-bottom:1px solid #eef1f5;border-right:1px solid #eef1f5;gap:5px;padding:17px;display:grid}.mobile-stat-grid small{color:#8a96a7;font-size:10px}.mobile-stat-grid strong{color:#15345d;font-size:17px;font-weight:680}.mobile-description-card{background:#fff;border:1px solid #08265012;border-radius:22px;padding:19px}.mobile-request-list{background:#fff;border:1px solid #08265012;border-radius:22px;overflow:hidden}.mobile-request-list>div:not(.mobile-empty-card){border-bottom:1px solid #eef1f5;gap:10px;min-height:68px;margin:0 16px}.mobile-request-list>div:last-child{border-bottom:0}.mobile-request-kind{color:#079981;background:#e8f8f5;border-radius:50%;place-items:center;width:34px;height:34px;font-size:13px;font-weight:720;display:grid}.mobile-fund-action-bar{z-index:35;right:max(0px,50vw - 280px);bottom:calc(72px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f8fafcf0;border-top:1px solid #08265014;grid-template-columns:1fr 1.25fr;gap:10px;padding:12px 20px;display:grid;position:fixed;left:max(0px,50vw - 280px)}.mobile-action-primary,.mobile-action-secondary{border-radius:17px;min-height:49px;font-size:14px;font-weight:680}.mobile-action-primary{color:#fff;background:#0a2f60}.mobile-action-secondary{color:#15345d;background:#fff;border:1px solid #b9c9df}.mobile-action-dialog input,.mobile-action-dialog [data-slot=select-trigger]{color:#15345d;background:#f8fafc;border-radius:15px;min-height:48px;font-size:15px}.mobile-action-dialog input[type=number]{font-size:22px;font-weight:670}.mobile-quick-amounts button{color:#246bfd;background:#edf4ff;border:0;border-radius:13px;min-height:40px;font-size:12px;font-weight:660}.mobile-form-note,.mobile-scope-note{color:#7c899b;align-items:flex-start;gap:7px;margin:0;font-size:11px;line-height:1.55;display:flex}.mobile-form-note svg,.mobile-scope-note svg{color:#18a990;flex:none;width:15px;height:15px;margin-top:1px}.mobile-count-pill{background:#eaf1ff;border-radius:999px;place-items:center;min-width:30px;height:30px;display:grid;color:#246bfd!important;font-size:12px!important;font-weight:680!important}.mobile-add-button{color:#fff;background:#0a2f60}.mobile-personal-account-list{background:#fff;border:1px solid #08265012;border-radius:24px;overflow:hidden;box-shadow:0 12px 36px #1730520f}.mobile-personal-account{border-bottom:1px solid #eef1f5;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:11px;min-height:82px;margin:0 16px;display:grid}.mobile-personal-account:last-child{border-bottom:0}.mobile-round-icon.is-coral{color:#db5a4f;background:#fff0ee}.mobile-personal-account-copy small,.mobile-personal-account-value small{color:#8894a6;font-size:10px}.mobile-personal-account-value{color:#15345d;text-align:right;font-variant-numeric:tabular-nums;font-size:13px;font-weight:670}.mobile-account-more{color:#6f7d92;background:#f1f4f8;border:0;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.mobile-account-more svg{width:15px;height:15px}.mobile-scope-note{padding:0 4px}.mobile-profile-card{background:#fff;border:1px solid #08265012;border-radius:25px;gap:14px;padding:19px;box-shadow:0 13px 38px #1730520f}.mobile-profile-card>img,.mobile-profile-card>span{color:#fff;object-fit:cover;background:#0a2f60;border-radius:50%;flex:none;place-items:center;width:58px;height:58px;font-size:23px;font-weight:700;display:grid}.mobile-profile-card>div{flex:1;gap:3px;min-width:0;display:grid}.mobile-profile-card strong{color:#15345d;font-size:17px;font-weight:680}.mobile-profile-card small{color:#8491a3;font-size:11px}.mobile-profile-card>svg{color:#18a990;width:20px;height:20px}.mobile-settings-group{background:#fff;border:1px solid #08265012;border-radius:24px;overflow:hidden;box-shadow:0 12px 36px #1730520d}.mobile-settings-title{color:#8894a6;letter-spacing:.08em;text-transform:uppercase;padding:15px 17px 8px;font-size:10px;font-weight:660}.mobile-settings-row,.mobile-settings-link,.mobile-settings-info{width:100%;min-height:76px;color:inherit;text-align:left;background:0 0;border:0;border-top:1px solid #eef1f5;gap:12px;padding:12px 16px}.mobile-settings-row>div:not(.mobile-inline-options),.mobile-settings-link>span:nth-child(2),.mobile-settings-info>span:nth-child(2){flex:1;gap:2px;min-width:0;display:grid}.mobile-settings-row strong,.mobile-settings-link strong,.mobile-settings-info strong{color:#15345d;font-size:13px;font-weight:650}.mobile-settings-row small,.mobile-settings-link small,.mobile-settings-info small{color:#8995a6;font-size:10px;line-height:1.45}.mobile-settings-link>svg{color:#a0aaba;width:17px;height:17px}.mobile-inline-options{flex-wrap:wrap;justify-content:flex-end;gap:4px;display:flex}.mobile-inline-options button{color:#7b879a;background:#f2f5f8;border:0;border-radius:10px;min-height:30px;padding:0 8px;font-size:10px;font-weight:640}.mobile-inline-options button.is-active{color:#246bfd;background:#e8f0ff}.mobile-sign-out{color:#d34455;background:#fff;border:1px solid #f0d7d9;border-radius:18px;justify-content:center;align-items:center;gap:8px;min-height:52px;font-size:14px;font-weight:660;display:flex}.mobile-sign-out svg{width:18px;height:18px}.mobile-demo-note{color:#98a2b1;text-align:center;margin:-10px 0 0;font-size:10px}.mobile-tab-bar{z-index:40;padding:9px 14px calc(9px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff0;border-top:1px solid #08265014;grid-template-columns:repeat(4,1fr);gap:2px;display:grid;position:fixed;bottom:0;left:max(0px,50vw - 280px);right:max(0px,50vw - 280px);box-shadow:0 -12px 35px #17305214}.mobile-tab{color:#8a96a8;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:54px;font-size:11px;font-weight:600;text-decoration:none;transition:color .15s,background .15s,transform .15s;display:flex}.mobile-tab:active{transform:scale(.96)}.mobile-sign-in{min-height:100dvh;padding:calc(28px + env(safe-area-inset-top)) 24px calc(28px + env(safe-area-inset-bottom));background:#f6f9fd;place-items:center;display:grid;position:relative;overflow:hidden}.mobile-orbit{border:1px solid #246bfd21;border-radius:50%;position:absolute}.mobile-orbit-one{width:320px;height:320px;top:-70px;right:-110px;box-shadow:inset 0 0 0 38px #246bfd08}.mobile-orbit-two{width:380px;height:380px;bottom:-130px;left:-150px;box-shadow:inset 0 0 0 55px #18c6ae0a}.mobile-sign-in-card{z-index:1;text-align:center;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border:1px solid #08265012;border-radius:34px;flex-direction:column;align-items:center;width:min(100%,420px);padding:40px 28px 30px;display:flex;position:relative;box-shadow:0 30px 90px #17305221}.mobile-brand-mark{border-radius:50%;width:78px;height:78px;box-shadow:0 18px 45px #246bfd2e}.mobile-eyebrow{color:#246bfd;letter-spacing:.13em;text-transform:uppercase;font-size:12px;font-weight:720;margin-top:23px!important}.mobile-sign-in h1{color:#082650;letter-spacing:-.045em;margin-top:10px;font-size:32px;font-weight:720}.mobile-sign-in-card>p:not(.mobile-eyebrow,.mobile-auth-note){color:#748399;max-width:32ch;margin-top:13px;font-size:14px;line-height:1.7}.mobile-primary-button{background:#0a2f60;border-radius:18px;width:100%;min-height:52px;margin-top:28px;font-size:15px;box-shadow:0 14px 34px #0a2f6033}.mobile-auth-note{color:#8793a4;align-items:center;gap:6px;font-size:11px;font-weight:550;display:flex;margin-top:19px!important}.mobile-auth-note svg{color:#11a38d;width:14px;height:14px}.mobile-simple-header{gap:13px}.mobile-simple-header div{gap:1px;display:grid}.mobile-simple-header small{color:#8a96a8;font-size:11px}.mobile-simple-header h1{color:#082650;letter-spacing:-.04em;font-size:27px;font-weight:700}.mobile-empty-state{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:48px 24px;display:flex}.mobile-empty-state .mobile-asset-ring{background:conic-gradient(#246bfd,#18c6ae,#8b5cf6,#246bfd)}.mobile-empty-state h2{color:#082650;margin-top:24px;font-size:24px;font-weight:700}.mobile-empty-state p{color:#7b889c;max-width:28ch;margin-top:8px;font-size:14px;line-height:1.6}@media (width<=380px){.mobile-page{padding-left:15px;padding-right:15px}.mobile-hero-card{grid-template-columns:minmax(0,1fr) 88px;padding-left:17px;padding-right:17px}.mobile-asset-ring{width:88px;height:88px}.mobile-asset-ring:after{width:60px;height:60px}}@media print{header,[data-print-hidden]{display:none!important}body{color:#000!important;background:#fff!important}main{max-width:none!important;padding:0!important}.settlement-report-page{gap:12px!important}.settlement-report-page .page-hero,.settlement-report-page .panel,.settlement-report-page .metrics-grid>*{break-inside:avoid;box-shadow:none!important;border-color:#d4d4d4!important}.settlement-report-page table{font-size:10px}}.fund-description{overflow-wrap:anywhere;white-space:normal;overflow-wrap:anywhere;white-space:normal}.fund-description :where(h1,h2,h3,h4){text-wrap:balance}.fund-description :where(table){max-width:100%;display:block;overflow-x:auto}.fund-description :where(pre){max-width:100%;overflow-x:auto}.mobile-description-card .fund-description{color:var(--mobile-secondary);margin-top:8px;font-size:15px;line-height:1.6}.fund-detail-tabs-list{border-bottom:1px solid var(--border);scrollbar-width:thin;gap:4px;padding:2px;display:flex;overflow-x:auto}.fund-detail-tab{color:var(--muted-foreground);white-space:nowrap;border-radius:8px 8px 0 0;flex:none;padding:9px 12px;font-size:.875rem;font-weight:600}.fund-detail-tab[data-selected]{color:var(--foreground);background:var(--muted)}.fund-detail-tab:focus-visible{outline:2px solid var(--ring);outline-offset:-2px}.fund-detail-tab-panel{gap:16px;padding-top:16px;display:grid}@media (width<=640px){.fund-detail-tabs-list{margin-left:-4px;margin-right:-4px}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""}@property --tw-divide-y-reverse{syntax:"*";inherits:false;initial-value:0}@keyframes spin{to{transform:rotate(360deg)}}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0));filter:blur(var(--tw-enter-blur,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0));filter:blur(var(--tw-exit-blur,0))}}html[data-app-surface=mobile]{--mobile-primary:#0a5fd8;--mobile-primary-soft:#0a5fd814;--mobile-label:#0b0b0f;--mobile-secondary:#6b7280;--mobile-tertiary:#9ca3af;--mobile-separator:#e5e7eb;--mobile-background:#f2f2f7;--mobile-surface:#fff;--mobile-positive:#16a34a;--mobile-negative:#dc2626;background:var(--mobile-background);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;overscroll-behavior-y:none}html[data-app-surface=mobile] body{background:var(--mobile-background);min-width:320px;min-height:100dvh;color:var(--mobile-label);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,Helvetica Neue,sans-serif}html[data-app-surface=mobile] button,html[data-app-surface=mobile] input,html[data-app-surface=mobile] select,html[data-app-surface=mobile] textarea{font:inherit}.mobile-investor-shell{background:var(--mobile-background);width:min(100%,560px);min-height:100dvh;box-shadow:none;margin:0 auto;position:relative;overflow:clip}.mobile-investor-main{min-height:100dvh;padding-bottom:calc(76px + env(safe-area-inset-bottom));transform:translate3d(0, var(--mobile-pull-distance,0), 0);transition:transform .26s cubic-bezier(.22,.61,.36,1)}.mobile-investor-shell[data-pulling=true]:not([data-refreshing=true]) .mobile-investor-main{transition:none}.mobile-pull-refresh{z-index:2;top:calc(8px + env(safe-area-inset-top));height:32px;color:var(--mobile-secondary);opacity:clamp(0, calc(var(--mobile-pull-distance,0px) / 48px), 1);pointer-events:none;transform:translate3d(-50%, calc(var(--mobile-pull-distance,0px) - 48px), 0);white-space:nowrap;align-items:center;gap:8px;font-size:13px;transition:opacity .18s,transform .26s cubic-bezier(.22,.61,.36,1);display:flex;position:absolute;left:50%}.mobile-investor-shell[data-pulling=true]:not([data-refreshing=true]) .mobile-pull-refresh{transition:none}.mobile-pull-refresh svg{width:17px;height:17px;transition:transform .18s}.mobile-pull-refresh[data-ready=true] svg{transform:rotate(180deg)}.mobile-investor-shell[data-refreshing=true] .mobile-pull-refresh svg{animation:.72s linear infinite mobile-refresh-spin}@keyframes mobile-refresh-spin{to{transform:rotate(360deg)}}.mobile-investor-shell[data-detail=true] .mobile-investor-main{padding-bottom:0}.mobile-page{min-height:100%;padding:calc(20px + env(safe-area-inset-top)) 20px calc(40px + env(safe-area-inset-bottom));flex-direction:column;gap:24px;display:flex}.mobile-home-page,.mobile-funds-page,.mobile-assets-page,.mobile-profile-page{padding-bottom:calc(112px + env(safe-area-inset-bottom))}.mobile-fund-detail-page{padding-bottom:calc(100px + env(safe-area-inset-bottom))}.mobile-page-header{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;min-height:44px;display:grid}.mobile-page-header>div{min-width:0}.mobile-page-header h1{color:var(--mobile-label);letter-spacing:-.03em;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:34px;font-weight:600;line-height:1.12;overflow:hidden}.mobile-page-header.is-compact{grid-template-columns:40px minmax(0,1fr) 40px}.mobile-page-header.is-compact>div{text-align:center}.mobile-page-header.is-compact h1{letter-spacing:0;font-size:17px;font-weight:600}.mobile-header-spacer{width:40px;height:40px}.mobile-icon-button{background:var(--mobile-surface);width:40px;height:40px;color:var(--mobile-primary);box-shadow:none;border:0;border-radius:999px;place-items:center;padding:0;display:grid}.mobile-icon-button svg{stroke-width:2px;width:20px;height:20px}.mobile-page-header.is-compact .mobile-icon-button{color:var(--mobile-label);background:0 0}.mobile-add-button{background:var(--mobile-primary);color:#fff}.mobile-hero-card,.mobile-funds-summary,.mobile-net-worth-card{border:.5px solid var(--mobile-separator);background:var(--mobile-surface);min-height:0;color:var(--mobile-label);box-shadow:none;border-radius:16px;padding:20px;display:block;position:static;overflow:visible}.mobile-hero-card:after,.mobile-funds-summary:before,.mobile-net-worth-card:before{content:none;display:none}.mobile-hero-copy,.mobile-funds-summary>div,.mobile-net-worth-card>div{flex-direction:column;gap:4px;min-width:0;display:flex}.mobile-hero-copy span,.mobile-funds-summary span,.mobile-net-worth-card span{color:var(--mobile-secondary);font-size:13px;font-weight:500}.mobile-hero-copy strong,.mobile-funds-summary strong,.mobile-net-worth-card strong{max-width:100%;color:var(--mobile-label);letter-spacing:-.035em;text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums;margin:4px 0 0;font-size:42px;font-weight:600;line-height:1.12;overflow:hidden}.mobile-funds-summary strong{font-size:34px}.mobile-hero-copy small,.mobile-funds-summary small,.mobile-net-worth-card small{width:fit-content;color:var(--mobile-secondary);background:0 0;border-radius:0;margin:4px 0 0;padding:0;font-size:15px;font-weight:400}.mobile-hero-copy small{color:var(--mobile-positive)}.mobile-hero-copy small.is-negative{color:var(--mobile-negative);background:0 0}.mobile-hero-actions{border:0;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px;padding:0;display:grid}.mobile-hero-actions a{border:1px solid var(--mobile-primary);background:var(--mobile-surface);min-height:48px;color:var(--mobile-primary);border-radius:10px;justify-content:center;align-items:center;gap:8px;font-size:15px;font-weight:600;text-decoration:none;transition:opacity .12s;display:flex}.mobile-hero-actions a:first-child{background:var(--mobile-primary);color:#fff}.mobile-hero-actions a:last-child{background:var(--mobile-surface);color:var(--mobile-primary)}.mobile-hero-actions a:active{opacity:.72;transform:none}.mobile-hero-actions svg{stroke-width:2px;width:20px;height:20px}.mobile-section{gap:12px;display:grid}.mobile-section-heading{justify-content:space-between;align-items:center;gap:16px;min-height:24px;padding:0 4px;display:flex}.mobile-section-heading h2,.mobile-settings-section>h2{color:var(--mobile-label);letter-spacing:0;margin:0;font-size:17px;font-weight:600}.mobile-section-heading>span,.mobile-section-heading>a{min-height:24px;color:var(--mobile-secondary);align-items:center;gap:0;font-size:13px;font-weight:400;text-decoration:none;display:flex}.mobile-section-heading>a{color:var(--mobile-primary)}.mobile-section-heading>a svg{stroke-width:2px;width:16px;height:16px}.mobile-allocation-list,.mobile-fund-stack,.mobile-personal-account-list,.mobile-request-list,.mobile-settings-group{border:.5px solid var(--mobile-separator);background:var(--mobile-surface);box-shadow:none;border-radius:16px;overflow:hidden}.mobile-allocation-row,.mobile-fund-card{min-height:72px;color:inherit;border:0;align-items:center;gap:12px;margin:0;padding:12px 16px;text-decoration:none;display:flex;position:relative}.mobile-allocation-row:after,.mobile-fund-card:after{background:var(--mobile-separator);content:"";height:.5px;position:absolute;bottom:0;left:52px;right:16px}.mobile-allocation-row:last-child:after,.mobile-fund-card:last-child:after{display:none}.mobile-round-icon,.mobile-setting-icon{width:24px;height:24px;color:var(--mobile-secondary);background:0 0;border-radius:0;flex:none;place-items:center;display:grid}.mobile-round-icon.is-blue,.mobile-round-icon.is-mint,.mobile-round-icon.is-violet,.mobile-round-icon.is-coral{color:var(--mobile-secondary);background:0 0}.mobile-round-icon svg,.mobile-setting-icon svg{stroke-width:2px;width:22px;height:22px}.mobile-allocation-label,.mobile-fund-name{flex:1;gap:2px;min-width:0;display:grid}.mobile-allocation-label strong,.mobile-fund-name strong,.mobile-allocation-value,.mobile-fund-value strong{color:var(--mobile-label);text-overflow:ellipsis;white-space:nowrap;font-size:17px;font-weight:400;overflow:hidden}.mobile-allocation-label small,.mobile-fund-name small,.mobile-fund-value small{color:var(--mobile-secondary);font-size:13px;font-weight:400}.mobile-allocation-value,.mobile-fund-value{min-width:0;color:var(--mobile-label);text-align:right;font-variant-numeric:tabular-nums;justify-content:flex-end;align-items:baseline;gap:.25em;font-size:17px;font-weight:500;display:flex}.mobile-fund-value{justify-items:end;gap:2px;display:grid}.mobile-fund-value-line{white-space:nowrap;justify-content:flex-end;align-items:baseline;gap:.25em;display:flex}.mobile-fund-profit,.mobile-fund-market-state{color:var(--mobile-positive);white-space:nowrap;font-size:11px;font-style:normal;font-weight:400}.mobile-fund-profit.is-negative{color:var(--mobile-negative)}.mobile-fund-card>svg,.mobile-discovery-card>svg,.mobile-profile-card>svg,.mobile-settings-link>svg{width:20px;height:20px;color:var(--mobile-tertiary);stroke-width:2px;flex:none}.mobile-fund-avatar{border:.5px solid var(--mobile-separator);background:var(--mobile-surface);width:36px;height:36px;color:var(--mobile-secondary);box-shadow:none;border-radius:999px;flex:none;place-items:center;display:grid}.mobile-fund-avatar.is-blue,.mobile-fund-avatar.is-mint,.mobile-fund-avatar.is-violet{background:var(--mobile-surface);color:var(--mobile-secondary)}.mobile-fund-avatar svg{stroke-width:2px;width:20px;height:20px}.mobile-fund-manager-avatar{border:.5px solid var(--mobile-separator);background:var(--mobile-primary-soft);width:36px;height:36px;color:var(--mobile-primary);object-fit:cover;border-radius:999px;flex:none;place-items:center;font-size:13px;font-weight:600;display:grid}.mobile-empty-card,.mobile-empty-state{color:var(--mobile-secondary);text-align:center;background:0 0;border:0;border-radius:16px;padding:48px 24px;font-size:15px;line-height:1.55}.mobile-fund-empty-state{flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:240px;display:flex}.mobile-fund-empty-state>svg{width:32px;height:32px;color:var(--mobile-tertiary);stroke-width:1.5px;margin-bottom:8px}.mobile-fund-empty-state strong{color:var(--mobile-label);font-size:17px;font-weight:500}.mobile-fund-empty-state p{color:var(--mobile-secondary);margin:0;font-size:13px}.mobile-fund-empty-state button{min-height:44px;color:var(--mobile-primary);background:0 0;border:0;border-radius:10px;padding:0 16px;font-size:15px;font-weight:500}.mobile-segmented-control,.mobile-inline-options{background:#e9eaed;border:0;border-radius:10px;grid-auto-columns:1fr;grid-auto-flow:column;gap:0;min-height:36px;padding:2px;display:grid}.mobile-segmented-control button,.mobile-inline-options button{min-width:0;min-height:32px;color:var(--mobile-secondary);white-space:nowrap;background:0 0;border:0;border-radius:10px;padding:0 12px;font-size:13px;font-weight:500}.mobile-segmented-control button.is-active,.mobile-inline-options button.is-active{background:var(--mobile-surface);color:var(--mobile-primary);box-shadow:0 1px 2px #00000014}.mobile-inline-options button:disabled:not(.is-active){opacity:.62}.mobile-search-field{display:block;position:relative}.mobile-search-field>svg{z-index:1;width:20px;height:20px;color:var(--mobile-secondary);stroke-width:2px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.mobile-search-field input{border:.5px solid var(--mobile-separator);background:var(--mobile-surface);min-height:44px;box-shadow:none;color:var(--mobile-label);border-radius:10px;padding-left:40px;font-size:15px}.mobile-fund-grid{border:.5px solid var(--mobile-separator);background:var(--mobile-surface);border-radius:16px;display:block;overflow:hidden}.mobile-discovery-card{min-height:88px;color:inherit;box-shadow:none;background:0 0;border:0;border-radius:0;grid-template-columns:36px minmax(0,1fr) auto 20px;align-items:center;gap:12px;padding:12px 16px;text-decoration:none;display:grid;position:relative}.mobile-discovery-card:after{background:var(--mobile-separator);content:"";height:.5px;position:absolute;bottom:0;left:64px;right:16px}.mobile-discovery-card:last-child:after{display:none}.mobile-discovery-card.is-market:not(.has-position){background:var(--mobile-primary-soft)}.mobile-fund-title{gap:2px;min-width:0;display:grid}.mobile-fund-title strong{color:var(--mobile-label);text-overflow:ellipsis;white-space:nowrap;font-size:17px;font-weight:400;overflow:hidden}.mobile-fund-title small{color:var(--mobile-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.mobile-fund-title em{color:var(--mobile-positive);font-size:11px;font-style:normal;font-weight:400}.mobile-fund-title em.is-negative{color:var(--mobile-negative)}.mobile-fund-title em.is-neutral,.mobile-price-row strong.is-neutral{color:var(--mobile-secondary)}.mobile-fund-manager{color:var(--mobile-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:400;overflow:hidden}.mobile-fund-metrics-line{align-items:baseline;gap:6px;min-width:0;display:flex}.mobile-fund-metrics-line em{white-space:nowrap;flex:none}.mobile-fund-row-value{text-align:right;white-space:nowrap;justify-content:flex-end;justify-items:end;gap:2px;display:grid}.mobile-fund-row-value strong{color:var(--mobile-label);font-variant-numeric:tabular-nums;font-size:17px;font-weight:500}.mobile-fund-row-value small{color:var(--mobile-secondary);font-size:13px}.mobile-fund-market-state{color:var(--mobile-secondary)}.mobile-fund-market-state.is-open{color:var(--mobile-primary)}.mobile-standalone-empty{background:0 0;border:0;border-radius:0}.mobile-fund-hero,.mobile-holding-card,.mobile-stat-grid,.mobile-description-card{border:.5px solid var(--mobile-separator);background:var(--mobile-surface);box-shadow:none;border-radius:16px;overflow:hidden}.mobile-fund-hero{gap:20px;padding:20px;display:grid}.mobile-fund-identity{border-bottom:.5px solid var(--mobile-separator);align-items:center;gap:12px;padding-bottom:16px;display:flex}.mobile-fund-identity>div{gap:2px;display:grid}.mobile-fund-identity strong{color:var(--mobile-label);font-size:17px;font-weight:500}.mobile-fund-identity small,.mobile-price-row small,.mobile-holding-card small,.mobile-stat-grid small{color:var(--mobile-secondary);font-size:13px;font-weight:400}.mobile-price-row{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.mobile-price-row>span{gap:4px;display:grid}.mobile-price-row>span:last-child{text-align:right}.mobile-price-row strong{color:var(--mobile-positive);letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-size:34px;font-weight:600}.mobile-price-row>span:first-child strong{color:var(--mobile-label);font-size:42px}.mobile-price-row strong.is-negative,.mobile-personal-account-value.is-negative strong{color:var(--mobile-negative)}.mobile-mini-chart{border-top:.5px solid var(--mobile-separator);border-bottom:.5px solid var(--mobile-separator);height:132px;position:relative;overflow:hidden}.mobile-chart-empty-state{border-top:.5px solid var(--mobile-separator);border-bottom:.5px solid var(--mobile-separator);min-height:132px;color:var(--mobile-secondary);grid-template-columns:28px minmax(0,1fr);align-items:center;gap:12px;padding:20px;display:grid}.mobile-chart-empty-state>svg{width:28px;height:28px;color:var(--mobile-tertiary);stroke-width:1.5px}.mobile-chart-empty-state>span{gap:4px;display:grid}.mobile-chart-empty-state strong{color:var(--mobile-label);font-size:15px;font-weight:500}.mobile-chart-empty-state small{color:var(--mobile-secondary);font-size:13px;line-height:1.45}.mobile-mini-chart svg{width:100%;height:100%;display:block}.mobile-mini-chart polyline{fill:none;stroke:var(--mobile-primary);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;vector-effect:non-scaling-stroke}.mobile-fund-periods{text-align:center;background:#e9eaed;border-radius:10px;grid-template-columns:repeat(3,1fr);min-height:36px;padding:2px;display:grid}.mobile-fund-periods span,.mobile-fund-periods strong{min-height:32px;color:var(--mobile-secondary);border-radius:10px;place-items:center;padding:0 8px;font-size:13px;font-weight:500;display:grid}.mobile-fund-periods strong{background:var(--mobile-surface);color:var(--mobile-primary);box-shadow:0 1px 2px #00000014}.mobile-holding-card{grid-template-columns:1fr 1fr;gap:0;padding:0;display:grid}.mobile-holding-card>div{gap:4px;padding:16px;display:grid}.mobile-holding-card>div+div{border-left:.5px solid var(--mobile-separator);text-align:right}.mobile-holding-card strong,.mobile-stat-grid strong{color:var(--mobile-label);font-variant-numeric:tabular-nums;font-size:17px;font-weight:500}.mobile-stat-grid{grid-template-columns:1fr 1fr;display:grid}.mobile-stat-grid>span{border-right:.5px solid var(--mobile-separator);border-bottom:.5px solid var(--mobile-separator);gap:4px;padding:16px;display:grid}.mobile-stat-grid>span:nth-child(2n){border-right:0}.mobile-stat-grid>span:nth-last-child(-n+2){border-bottom:0}.mobile-description-card{padding:16px}.mobile-description-card>span{color:var(--mobile-label);font-size:17px;font-weight:500}.mobile-description-card p{color:var(--mobile-secondary);margin:8px 0 0;font-size:15px;line-height:1.6}.mobile-request-list>div:not(.mobile-empty-card){border:0;align-items:center;gap:12px;min-height:64px;margin:0;padding:12px 16px;display:flex;position:relative}.mobile-request-list>div:not(.mobile-empty-card):after{background:var(--mobile-separator);content:"";height:.5px;position:absolute;bottom:0;left:52px;right:16px}.mobile-request-list>div:last-child:after{display:none}.mobile-request-kind{width:24px;height:24px;color:var(--mobile-secondary);background:0 0;border-radius:0;place-items:center;font-size:13px;font-weight:600;display:grid}.mobile-request-kind.is-redemption{color:var(--mobile-secondary);background:0 0}.mobile-request-list>div>span:nth-child(2){flex:1;gap:2px;min-width:0;display:grid}.mobile-request-list strong{color:var(--mobile-label);font-size:15px;font-weight:400}.mobile-request-list small{color:var(--mobile-secondary);font-size:13px}.mobile-fund-action-bar{z-index:35;padding:12px 20px calc(12px + env(safe-area-inset-bottom));border-top:.5px solid var(--mobile-separator);-webkit-backdrop-filter:saturate(180%)blur(20px);backdrop-filter:saturate(180%)blur(20px);background:#ffffffe0;grid-template-columns:1fr 1fr;gap:12px;display:grid;position:fixed;bottom:0;left:max(0px,50vw - 280px);right:max(0px,50vw - 280px)}.mobile-action-primary,.mobile-action-secondary,.mobile-primary-button{border-radius:10px;min-height:48px;font-size:15px;font-weight:600}.mobile-action-primary,.mobile-primary-button{border:1px solid var(--mobile-primary);background:var(--mobile-primary);color:#fff;box-shadow:none}.mobile-action-secondary{border:1px solid var(--mobile-primary);background:var(--mobile-surface);color:var(--mobile-primary)}.mobile-action-dialog{border-radius:16px;width:calc(100% - 32px);max-width:460px;max-height:calc(100dvh - 32px);padding:24px;overflow-y:auto}.mobile-action-dialog form{gap:16px;display:grid}.mobile-action-dialog form>label,.mobile-form-grid>label{color:var(--mobile-secondary);gap:8px;font-size:13px;font-weight:500;display:grid}.mobile-account-kind{border:0;gap:8px;padding:0;display:grid}.mobile-account-kind legend{color:var(--mobile-secondary);margin-bottom:8px;font-size:13px;font-weight:500}.mobile-account-kind .mobile-inline-options{min-width:0}.mobile-action-dialog input,.mobile-action-dialog [data-slot=select-trigger]{border:.5px solid var(--mobile-separator);background:var(--mobile-surface);min-height:44px;color:var(--mobile-label);border-radius:10px;font-size:15px}.mobile-action-dialog input[type=number]{font-variant-numeric:tabular-nums;font-size:17px;font-weight:500}.mobile-quick-amounts{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.mobile-quick-amounts button{background:var(--mobile-primary-soft);min-height:40px;color:var(--mobile-primary);border:0;border-radius:10px;font-size:13px;font-weight:500}.mobile-form-note,.mobile-scope-note,.mobile-updated-at,.mobile-settings-footer,.mobile-demo-note,.mobile-auth-note{color:var(--mobile-secondary);margin:0;font-size:13px;line-height:1.55}.mobile-form-note,.mobile-scope-note,.mobile-auth-note{align-items:flex-start;gap:8px;display:flex}.mobile-form-note svg,.mobile-scope-note svg,.mobile-auth-note svg{width:16px;height:16px;color:var(--mobile-secondary);stroke-width:2px;flex:none;margin-top:2px}.mobile-form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.mobile-personal-account{width:100%;min-height:72px;color:inherit;text-align:left;background:0 0;border:0;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:12px;margin:0;padding:12px 16px;display:grid;position:relative}.mobile-personal-account:after{background:var(--mobile-separator);content:"";height:.5px;position:absolute;bottom:0;left:52px;right:16px}.mobile-personal-account:last-of-type:after{display:none}.mobile-personal-account-copy,.mobile-personal-account-value{gap:2px;min-width:0;display:grid}.mobile-personal-account-copy strong{color:var(--mobile-label);text-overflow:ellipsis;white-space:nowrap;font-size:17px;font-weight:400;overflow:hidden}.mobile-personal-account-copy small,.mobile-personal-account-value small{color:var(--mobile-secondary);font-size:13px;font-weight:400}.mobile-personal-account-value{text-align:right;align-items:end}.mobile-personal-account-value strong{color:var(--mobile-label);font-variant-numeric:tabular-nums;font-size:17px;font-weight:500}.mobile-updated-at{padding:0 4px}.mobile-profile-card-shell{position:relative}.mobile-profile-card-visual{border:.5px solid var(--mobile-separator);background:var(--mobile-surface);width:100%;min-height:88px;color:inherit;box-shadow:none;text-align:left;border-radius:16px;grid-template-columns:56px minmax(0,1fr) 20px;align-items:center;gap:16px;padding:16px 64px 16px 16px;display:grid}.mobile-profile-card-visual>img,.mobile-profile-card-visual>span{width:56px;height:56px;color:var(--mobile-secondary);object-fit:cover;background:#e9eaed;border-radius:999px;place-items:center;font-size:34px;font-weight:400;display:grid}.mobile-profile-card-visual>div{gap:2px;min-width:0;display:grid}.mobile-profile-card-visual strong,.mobile-profile-card-visual small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mobile-profile-card-visual strong{color:var(--mobile-label);font-size:17px;font-weight:500}.mobile-profile-card-visual small{color:var(--mobile-secondary);font-size:13px}.mobile-profile-card-visual>svg{width:20px;height:20px;color:var(--mobile-tertiary)}.mobile-profile-card-shell>.linkit-my-info{width:100%;max-width:none;box-shadow:none;background:0 0;border:0;border-radius:16px;padding:0;position:absolute;inset:0}.mobile-profile-card-shell>.linkit-my-info .linkit-my-info__account{opacity:0;width:100%;min-height:100%;padding:0;position:absolute;inset:0}.mobile-profile-card-shell>.linkit-my-info .linkit-my-info__inbox{z-index:1;width:36px;min-height:36px;color:var(--mobile-secondary);position:absolute;top:50%;right:16px;transform:translateY(-50%)}.mobile-transfer-page .page-stack{gap:16px;display:grid}.mobile-settings-section{gap:8px;display:grid}.mobile-settings-section>h2{color:var(--mobile-secondary);letter-spacing:.02em;padding:0 16px;font-size:13px;font-weight:500}.mobile-settings-row,.mobile-settings-link{width:100%;min-height:64px;color:inherit;text-align:left;background:0 0;border:0;align-items:center;gap:12px;padding:12px 16px;display:flex;position:relative}.mobile-settings-row+.mobile-settings-row:before,.mobile-settings-row+.mobile-settings-link:before,.mobile-settings-link+.mobile-settings-link:before{background:var(--mobile-separator);content:"";height:.5px;position:absolute;top:0;left:52px;right:16px}.mobile-settings-link:disabled{opacity:.65}.mobile-settings-row>div:not(.mobile-inline-options),.mobile-settings-link>span:nth-child(2){flex:1;gap:2px;min-width:0;display:grid}.mobile-settings-row strong,.mobile-settings-link strong{color:var(--mobile-label);font-size:17px;font-weight:400}.mobile-settings-row small,.mobile-settings-link small{color:var(--mobile-secondary);font-size:13px}.mobile-inline-options{min-width:136px}.mobile-settings-footer{padding:0 16px}.mobile-sign-out-group{overflow:hidden}.mobile-sign-out{width:100%;min-height:52px;color:var(--mobile-negative);text-align:center;background:0 0;border:0;border-radius:0;padding:0 16px;font-size:17px;font-weight:400;display:block}.mobile-demo-note{text-align:center;margin-top:-8px}.mobile-rate-status{gap:8px;display:grid}.mobile-rate-attribution{color:var(--mobile-tertiary);justify-self:end;font-size:11px;text-decoration:none}.mobile-tab-bar{z-index:40;padding:4px 12px calc(4px + env(safe-area-inset-bottom));border-top:.5px solid var(--mobile-separator);box-shadow:none;-webkit-backdrop-filter:saturate(180%)blur(20px);backdrop-filter:saturate(180%)blur(20px);background:#ffffffd1;grid-template-columns:repeat(4,1fr);gap:0;display:grid;position:fixed;bottom:0;left:max(0px,50vw - 280px);right:max(0px,50vw - 280px)}.mobile-tab{min-height:64px;color:var(--mobile-secondary);background:0 0;border-radius:0;flex-direction:column;justify-content:center;align-items:center;gap:2px;font-size:11px;font-weight:400;text-decoration:none;transition:color .12s;display:flex}.mobile-tab svg{stroke-width:1.75px;width:24px;height:24px}.mobile-tab.is-active{color:var(--mobile-primary);background:0 0}.mobile-tab.is-active svg{fill:#0a5fd81f;stroke-width:2.5px}.mobile-tab:active{opacity:.68;transform:none}.mobile-sign-in{min-height:100dvh;padding:calc(32px + env(safe-area-inset-top)) 20px calc(32px + env(safe-area-inset-bottom));background:var(--mobile-background);place-items:center;display:grid}.mobile-sign-in-card{border:.5px solid var(--mobile-separator);background:var(--mobile-surface);width:min(100%,420px);box-shadow:none;text-align:center;border-radius:16px;flex-direction:column;align-items:center;padding:32px 24px;display:flex}.mobile-brand-mark{width:64px;height:64px;box-shadow:none;object-fit:cover;border-radius:999px;place-items:center;display:grid}.mobile-brand-fallback{background:var(--mobile-primary);color:#fff;font-size:17px;font-weight:600}.mobile-sign-in h1{color:var(--mobile-label);letter-spacing:-.03em;margin:24px 0 0;font-size:34px;font-weight:600}.mobile-sign-in-card>p:not(.mobile-auth-note){max-width:32ch;color:var(--mobile-secondary);margin:12px 0 0;font-size:15px;line-height:1.6}.mobile-sign-in .mobile-primary-button{width:100%;margin-top:24px}.mobile-sign-in .mobile-auth-note{margin-top:16px}@media (width<=360px){.mobile-page{padding-left:16px;padding-right:16px}.mobile-hero-copy strong,.mobile-net-worth-card strong{font-size:34px}.mobile-inline-options{min-width:120px}.mobile-settings-row,.mobile-settings-link{gap:8px;padding-left:12px;padding-right:12px}}
