:root{--font-sans: "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", sans-serif;--font-mono: "SF Mono", "SFMono-Regular", ui-monospace, "JetBrains Mono", "Cascadia Code", Menlo, Consolas, monospace;--text-xs: .75rem;--text-sm: .8125rem;--text-base: .875rem;--text-md: 1rem;--text-lg: 1.25rem;--text-xl: 1.5rem;--text-2xl: 1.875rem;--text-3xl: 2.25rem;--weight-normal: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--leading-tight: 1.2;--leading: 1.5;--tracking-wide: .04em;--tracking-wider: .08em;--space-0: 0;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--radius-sm: 6px;--radius: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 999px;--container: 1200px;--sidebar-w: 248px;--topbar-h: 60px;--dur-fast: .12s;--dur: .2s;--dur-slow: .32s;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1);--accent-contrast: #ffffff;--z-sticky: 100;--z-drawer: 200;--z-modal: 300;--z-toast: 400;--border-subtle: var(--border);--surface-1: var(--surface);--radius-md: var(--radius);--text-default: var(--text);--color-accent: var(--accent);--font-weight-medium: var(--weight-medium);--transition-fast: var(--dur-fast) var(--ease-out)}:root,[data-theme=dark]{color-scheme:dark;--bg: #0c0d28;--surface: #12143a;--surface-2: #171a46;--surface-3: #1e2254;--overlay: rgba(5, 6, 20, .66);--border: #262a5e;--border-strong: #35396f;--text: #eaecfb;--text-muted: #a0a6d2;--text-subtle: #858bbb;--text-inverse: #0c0d28;--accent: #7a68ff;--accent-hover: #8d7eff;--accent-quiet: rgba(122, 104, 255, .16);--brand-info: #a49bff;--brand-joy: #f9699e;--success: #36c98c;--success-quiet: rgba(54, 201, 140, .14);--success-text: #36c98c;--warning: #f0b429;--warning-quiet: rgba(240, 180, 41, .15);--danger: #ff6b7b;--danger-quiet: rgba(255, 107, 123, .14);--info: #7a68ff;--info-quiet: rgba(122, 104, 255, .14);--ring: #a99cff;--shadow-sm: 0 1px 2px rgba(4, 5, 18, .45);--shadow: 0 6px 20px rgba(4, 5, 18, .5);--shadow-lg: 0 18px 50px rgba(4, 5, 18, .6);--skeleton: linear-gradient( 90deg, var(--surface-2) 25%, var(--surface-3) 37%, var(--surface-2) 63% )}[data-theme=light]{color-scheme:light;--bg: #f6f9fc;--surface: #ffffff;--surface-2: #f6f9fc;--surface-3: #eaf0f6;--overlay: rgba(13, 37, 61, .4);--border: #e3e8ee;--border-strong: #a8c3de;--text: #0d253d;--text-muted: #62728b;--text-subtle: #64748b;--text-inverse: #ffffff;--accent: #533afd;--accent-hover: #4434d4;--accent-quiet: rgba(83, 58, 253, .1);--brand-info: #2e2b8c;--brand-joy: #ea2261;--success: #0f9d6b;--success-quiet: rgba(15, 157, 107, .12);--success-text: #0a7350;--warning: #b9770a;--warning-quiet: rgba(185, 119, 10, .12);--danger: #d83a3a;--danger-quiet: rgba(216, 58, 58, .1);--info: #533afd;--info-quiet: rgba(83, 58, 253, .1);--ring: #533afd;--shadow-sm: 0 1px 3px rgba(0, 55, 112, .08);--shadow: 0 8px 24px rgba(0, 55, 112, .08), 0 2px 6px rgba(0, 55, 112, .04);--shadow-lg: 0 20px 48px rgba(0, 55, 112, .14);--skeleton: linear-gradient( 90deg, var(--surface-2) 25%, var(--surface-3) 37%, var(--surface-2) 63% )}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{min-height:100vh;min-height:100dvh;font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}#root{min-height:100vh;min-height:100dvh;isolation:isolate}h1,h2,h3,h4,h5,h6{line-height:var(--leading-tight);font-weight:var(--weight-semibold)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}img,svg,video{display:block;max-width:100%}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:none;border:none}ul,ol{list-style:none;padding:0}:focus-visible{outline:2px solid var(--ring);outline-offset:2px;border-radius:var(--radius-sm)}:focus:not(:focus-visible){outline:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:var(--space-4);top:var(--space-2);transform:translateY(-200%);z-index:var(--z-toast);background:var(--surface);color:var(--text);padding:var(--space-2) var(--space-4);border-radius:var(--radius-sm);border:1px solid var(--border-strong);box-shadow:var(--shadow);transition:transform var(--dur) var(--ease-out)}.skip-link:focus{transform:translateY(0);text-decoration:none}*{scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:var(--radius-full);border:2px solid transparent;background-clip:content-box}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}._spinner_dg2nj_1{display:inline-block;border-style:solid;border-color:currentColor;border-right-color:transparent;border-radius:var(--radius-full);animation:_spin_dg2nj_1 .6s linear infinite;vertical-align:-2px}@keyframes _spin_dg2nj_1{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){._spinner_dg2nj_1{animation-duration:1.2s!important;animation-iteration-count:infinite!important}}._button_rkbiu_1{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);font-weight:var(--weight-semibold);line-height:1;white-space:nowrap;border-radius:var(--radius-sm);border:1px solid transparent;transition:background var(--dur-fast) var(--ease-out),border-color var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out),transform var(--dur-fast) var(--ease-out),opacity var(--dur-fast) var(--ease-out);-webkit-user-select:none;user-select:none}._button_rkbiu_1:active:not(:disabled){transform:translateY(1px) scale(.99)}._button_rkbiu_1:disabled{opacity:.55;cursor:not-allowed}._label_rkbiu_29{display:inline-block}._icon_rkbiu_32{display:inline-flex;align-items:center;flex-shrink:0}._icon_rkbiu_32 svg{width:1.05em;height:1.05em;flex-shrink:0}._spinner_rkbiu_42{color:currentColor}._sm_rkbiu_47{font-size:var(--text-sm);padding:0 var(--space-3);height:30px}._md_rkbiu_52{font-size:var(--text-base);padding:0 var(--space-4);height:38px}._lg_rkbiu_57{font-size:var(--text-md);padding:0 var(--space-5);height:46px}._fullWidth_rkbiu_63{width:100%}._primary_rkbiu_68{background:var(--accent);color:var(--accent-contrast)}._primary_rkbiu_68:hover:not(:disabled){background:var(--accent-hover)}._secondary_rkbiu_76{background:var(--surface-3);color:var(--text);border-color:var(--border-strong)}._secondary_rkbiu_76:hover:not(:disabled){background:var(--surface-2);border-color:var(--accent)}._subtle_rkbiu_86{background:var(--accent-quiet);color:var(--accent)}._subtle_rkbiu_86:hover:not(:disabled){background:var(--accent-quiet);filter:brightness(1.15)}._ghost_rkbiu_95{background:transparent;color:var(--text-muted)}._ghost_rkbiu_95:hover:not(:disabled){background:var(--surface-2);color:var(--text)}._danger_rkbiu_104{background:var(--danger);color:#fff}._danger_rkbiu_104:hover:not(:disabled){filter:brightness(1.08)}._btn_yllxj_1{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);border:1px solid transparent;color:var(--text-muted);transition:background var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out),border-color var(--dur-fast) var(--ease-out)}._btn_yllxj_1:hover:not(:disabled){color:var(--text)}._btn_yllxj_1:disabled{opacity:.5;cursor:not-allowed}._icon_yllxj_21{display:inline-flex}._icon_yllxj_21 svg{width:1.15em;height:1.15em}._sm_yllxj_29{width:32px;height:32px;font-size:var(--text-base)}._md_yllxj_34{width:40px;height:40px;font-size:var(--text-md)}._ghost_yllxj_40:hover:not(:disabled){background:var(--surface-2)}._secondary_yllxj_43{background:var(--surface-3);border-color:var(--border)}._secondary_yllxj_43:hover:not(:disabled){border-color:var(--accent)}._field_1ucom_1{display:flex;flex-direction:column;gap:var(--space-2)}._label_1ucom_7{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text)}._required_1ucom_13{color:var(--danger)}._hint_1ucom_17{font-size:var(--text-xs);color:var(--text-subtle)}._error_1ucom_22{font-size:var(--text-xs);color:var(--danger)}._control_i4sol_2{width:100%;font-size:var(--text-base);color:var(--text);background:var(--bg);border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:0 var(--space-3);height:40px;transition:border-color var(--dur-fast) var(--ease-out),box-shadow var(--dur-fast) var(--ease-out),background var(--dur-fast) var(--ease-out)}._control_i4sol_2::placeholder{color:var(--text-subtle)}._control_i4sol_2:hover:not(:disabled):not(:focus){border-color:var(--accent)}._control_i4sol_2:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-quiet)}._control_i4sol_2:disabled{opacity:.6;cursor:not-allowed}._control_i4sol_2._invalid_i4sol_36{border-color:var(--danger)}._control_i4sol_2._invalid_i4sol_36:focus{box-shadow:0 0 0 3px var(--danger-quiet)}._textarea_i4sol_43{height:auto;padding:var(--space-3);resize:vertical;line-height:var(--leading);min-height:88px}._wrap_i4sol_52{position:relative;display:flex;align-items:center}._leadIcon_i4sol_57{position:absolute;left:var(--space-3);display:inline-flex;color:var(--text-subtle);pointer-events:none}._leadIcon_i4sol_57 svg{width:16px;height:16px}._hasIcon_i4sol_68{padding-left:calc(var(--space-3) + 22px)}._selectWrap_i4sol_73{position:relative;display:flex;align-items:center}._select_i4sol_73{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:calc(var(--space-3) + 18px);cursor:pointer}._caret_i4sol_83{position:absolute;right:var(--space-3);font-size:10px;color:var(--text-muted);pointer-events:none}._card_1tzg2_1{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}._pad-none_1tzg2_8{padding:0}._pad-sm_1tzg2_11{padding:var(--space-3)}._pad-md_1tzg2_14{padding:var(--space-5)}._pad-lg_1tzg2_17{padding:var(--space-6)}._interactive_1tzg2_21{transition:border-color var(--dur) var(--ease-out),box-shadow var(--dur) var(--ease-out),transform var(--dur) var(--ease-out);cursor:pointer}._interactive_1tzg2_21:hover{border-color:var(--border-strong);box-shadow:var(--shadow);transform:translateY(-1px)}._interactive_1tzg2_21:focus-within{border-color:var(--accent)}._header_1tzg2_37{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4);margin-bottom:var(--space-4)}._headTitles_1tzg2_44{min-width:0}._title_1tzg2_47{font-size:var(--text-md);font-weight:var(--weight-semibold);color:var(--text)}._subtitle_1tzg2_52{margin-top:var(--space-1);font-size:var(--text-sm);color:var(--text-muted)}._headActions_1tzg2_57{display:flex;align-items:center;gap:var(--space-2);flex-shrink:0}._badge_z2vf3_1{display:inline-flex;align-items:center;gap:var(--space-1);font-size:var(--text-xs);font-weight:var(--weight-medium);line-height:1;padding:4px 8px;border-radius:var(--radius-full);border:1px solid transparent;white-space:nowrap}._dot_z2vf3_14{width:6px;height:6px;border-radius:var(--radius-full);background:currentColor}._icon_z2vf3_20{display:inline-flex}._icon_z2vf3_20 svg{width:12px;height:12px}._neutral_z2vf3_28{background:var(--surface-3);color:var(--text-muted);border-color:var(--border)}._accent_z2vf3_33{background:var(--accent-quiet);color:var(--accent)}._success_z2vf3_37{background:var(--success-quiet);color:var(--success)}._warning_z2vf3_41{background:var(--warning-quiet);color:var(--warning)}._danger_z2vf3_45{background:var(--danger-quiet);color:var(--danger)}._info_z2vf3_49{background:var(--info-quiet);color:var(--info)}._avatar_1s1e1_1{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-full);font-weight:var(--weight-semibold);letter-spacing:.02em;flex-shrink:0;-webkit-user-select:none;user-select:none}._sm_1s1e1_12{width:26px;height:26px;font-size:10px}._md_1s1e1_17{width:34px;height:34px;font-size:var(--text-xs)}._lg_1s1e1_22{width:44px;height:44px;font-size:var(--text-base)}._skeleton_oydz8_1{display:block;background:var(--skeleton);background-size:400% 100%;animation:_shimmer_oydz8_1 1.4s ease-in-out infinite}@keyframes _shimmer_oydz8_1{0%{background-position:100% 50%}to{background-position:0 50%}}@media (prefers-reduced-motion: reduce){._skeleton_oydz8_1{animation:none;background:var(--surface-3)}}._empty_1lz4b_1{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-3);padding:var(--space-12) var(--space-6);max-width:420px;margin:0 auto}._compact_1lz4b_11{padding:var(--space-8) var(--space-4)}._icon_1lz4b_15{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:var(--radius-lg);background:var(--accent-quiet);color:var(--accent)}._icon_1lz4b_15 svg{width:26px;height:26px}._title_1lz4b_30{font-size:var(--text-md);font-weight:var(--weight-semibold);color:var(--text)}._desc_1lz4b_35{font-size:var(--text-sm);color:var(--text-muted);line-height:var(--leading)}._action_1lz4b_40{margin-top:var(--space-2);display:flex;gap:var(--space-2)}._root_dod6a_1{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-modal);display:flex;align-items:center;justify-content:center;padding:var(--space-4)}._overlay_dod6a_11{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--overlay);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._dialog_dod6a_18{position:relative;width:100%;max-height:calc(100vh - var(--space-8));max-height:calc(100dvh - var(--space-8));display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}._sm_dod6a_32{max-width:400px}._md_dod6a_35{max-width:540px}._lg_dod6a_38{max-width:760px}._header_dod6a_42{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4);padding:var(--space-5) var(--space-5) var(--space-4);border-bottom:1px solid var(--border)}._title_dod6a_50{font-size:var(--text-md);font-weight:var(--weight-semibold)}._desc_dod6a_54{margin-top:var(--space-1);font-size:var(--text-sm);color:var(--text-muted)}._body_dod6a_60{position:relative;padding:var(--space-5);overflow-y:auto}._footer_dod6a_66{display:flex;justify-content:flex-end;gap:var(--space-2);padding:var(--space-4) var(--space-5);border-top:1px solid var(--border)}._viewport_131t4_1{position:fixed;bottom:var(--space-5);right:var(--space-5);z-index:var(--z-toast);display:flex;flex-direction:column;gap:var(--space-2);width:min(360px,calc(100vw - var(--space-8)));pointer-events:none}._toast_131t4_13{pointer-events:auto;display:flex;align-items:flex-start;gap:var(--space-3);padding:var(--space-3) var(--space-3) var(--space-3) var(--space-4);background:var(--surface);border:1px solid var(--border);border-left-width:3px;border-radius:var(--radius);box-shadow:var(--shadow-lg)}._icon_131t4_26{display:inline-flex;margin-top:2px}._icon_131t4_26 svg{width:18px;height:18px}._content_131t4_35{display:flex;flex-direction:column;flex:1;min-width:0}._title_131t4_41{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--text)}._desc_131t4_46{margin-top:2px;font-size:var(--text-xs);color:var(--text-muted)}._success_131t4_52{border-left-color:var(--success)}._success_131t4_52 ._icon_131t4_26{color:var(--success)}._error_131t4_58{border-left-color:var(--danger)}._error_131t4_58 ._icon_131t4_26{color:var(--danger)}._info_131t4_64{border-left-color:var(--accent)}._info_131t4_64 ._icon_131t4_26{color:var(--accent)}._action_131t4_74{align-self:flex-start;margin-top:var(--space-2);padding:var(--space-1) var(--space-2);border:1px solid currentColor;border-radius:var(--radius-sm);background:transparent;color:inherit;font:inherit;font-size:var(--text-sm);font-weight:var(--weight-semibold);cursor:pointer}._action_131t4_74:hover{background:#7f7f7f24}._action_131t4_74:focus-visible{outline:2px solid var(--ring);outline-offset:2px}._header_1iqmc_1{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-4);flex-wrap:wrap;margin-bottom:var(--space-6)}._text_1iqmc_9{min-width:0}._eyebrow_1iqmc_12{margin-bottom:var(--space-2)}._title_1iqmc_15{font-size:var(--text-xl);font-weight:var(--weight-bold);letter-spacing:-.02em;color:var(--text)}._desc_1iqmc_21{margin-top:var(--space-1);font-size:var(--text-base);color:var(--text-muted);max-width:60ch}._actions_1iqmc_27{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap}._body_hnr1o_1{display:block;white-space:pre-line;max-inline-size:62ch;margin-inline:auto}._sub_hnr1o_17{display:block;margin-block-start:var(--space-2);font-size:var(--text-sm);color:var(--text-muted)}._banner_1swf0_3{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-4);background:var(--warning-quiet);border-bottom:1px solid color-mix(in srgb,var(--warning) 45%,var(--border));position:relative;z-index:var(--z-sticky, 30)}._dot_1swf0_15{flex:none;width:8px;height:8px;border-radius:50%;background:var(--warning)}._text_1swf0_23{margin:0;flex:1;min-width:0;color:color-mix(in srgb,var(--text-muted) 60%,var(--text));font-size:var(--text-sm);line-height:1.4}._text_1swf0_23 strong{color:var(--text);font-weight:var(--weight-semibold)}@media (max-width: 640px){._banner_1swf0_3{align-items:flex-start;flex-wrap:wrap}._text_1swf0_23{flex-basis:100%;order:2}}._sidebar_ixg2x_1{display:flex;flex-direction:column;width:var(--sidebar-w);height:100vh;height:100dvh;position:sticky;top:0;background:var(--surface);border-right:1px solid var(--border);padding:var(--space-4) var(--space-3);flex-shrink:0}._header_ixg2x_17{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-1) var(--space-4)}._hamburger_ixg2x_23{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border:none;background:transparent;border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;transition:background var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out)}._hamburger_ixg2x_23:hover{background:var(--surface-2);color:var(--text)}._hamburger_ixg2x_23 svg{width:20px;height:20px}._brand_ixg2x_47{display:flex;align-items:center;gap:var(--space-2);min-width:0}._logo_ixg2x_53{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:var(--radius-sm);background:var(--accent);color:var(--accent-contrast)}._logo_ixg2x_53 svg{width:20px;height:20px}._logoImg_ixg2x_67{width:34px;height:34px;object-fit:contain;flex-shrink:0}._brandText_ixg2x_73{font-size:var(--text-md);font-weight:var(--weight-bold);letter-spacing:var(--tracking-wide)}._brandInfo_ixg2x_79{color:var(--brand-info)}._brandJoy_ixg2x_82{color:var(--brand-joy)}._brandSub_ixg2x_85{color:var(--text-subtle);font-weight:var(--weight-medium)}._nav_ixg2x_90{position:relative;display:flex;flex-direction:column;gap:2px;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden}._link_ixg2x_101{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);min-height:40px;border-radius:var(--radius-sm);color:var(--text-muted);font-size:var(--text-base);font-weight:var(--weight-medium);text-decoration:none;white-space:nowrap;overflow:hidden;transition:background var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out)}._linkLabel_ixg2x_118{overflow:hidden;text-overflow:ellipsis}._link_ixg2x_101:hover{background:var(--surface-2);color:var(--text);text-decoration:none}._active_ixg2x_127{background:var(--accent-quiet);color:var(--accent)}._icon_ixg2x_131{display:inline-flex}._icon_ixg2x_131 svg{width:19px;height:19px}._footer_ixg2x_139{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-2) var(--space-1);border-top:1px solid var(--border);margin-top:var(--space-3)}._badge_ixg2x_147{font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:capitalize;color:var(--accent);background:var(--accent-quiet);padding:2px 8px;border-radius:var(--radius-full)}._footText_ixg2x_156{font-size:var(--text-xs);color:var(--text-subtle)}@media (max-width: 1024px){._hamburger_ixg2x_23{display:none}}@media (min-width: 1025px){._collapsed_ixg2x_170{width:68px;padding-left:var(--space-2);padding-right:var(--space-2)}._collapsed_ixg2x_170 ._brand_ixg2x_47,._collapsed_ixg2x_170 ._linkLabel_ixg2x_118,._collapsed_ixg2x_170 ._footText_ixg2x_156{display:none}._collapsed_ixg2x_170 ._header_ixg2x_17{justify-content:center;padding-left:0;padding-right:0}._collapsed_ixg2x_170 ._link_ixg2x_101{justify-content:center;gap:0}._collapsed_ixg2x_170 ._footer_ixg2x_139{justify-content:center}}@media (max-width: 1024px){._sidebar_ixg2x_1{position:fixed;z-index:var(--z-drawer);transform:translate(-100%);transition:transform var(--dur) var(--ease-out);box-shadow:var(--shadow-lg)}._open_ixg2x_203{transform:translate(0)}}._locked_ixg2x_213{color:var(--text-subtle)}._locked_ixg2x_213:hover{background:var(--surface-2);color:var(--text-muted)}._lockBadge_ixg2x_220{display:inline-flex;margin-left:auto;flex:none;color:var(--text-subtle)}._lockBadge_ixg2x_220 svg{width:14px;height:14px}._collapsed_ixg2x_170 ._lockBadge_ixg2x_220{display:none}._unavailable_ixg2x_241{color:var(--text-muted)}._unavailable_ixg2x_241:hover{background:var(--surface-2);color:var(--text-default)}._offBadge_ixg2x_250{display:inline-flex;align-items:center;margin-left:auto;flex:none;padding:2px var(--space-2);border:1px solid var(--border);border-radius:var(--radius-full);background:var(--surface-2);font-size:10px;font-weight:var(--weight-semibold);letter-spacing:.02em;color:var(--text-muted)}._collapsed_ixg2x_170 ._offBadge_ixg2x_250{display:none}._srOnly_ixg2x_274{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}._trigger_utol0_3,._staticTrigger_utol0_4{display:inline-flex;align-items:center;gap:var(--space-2);min-width:0;max-width:220px;height:36px;padding:0 var(--space-2) 0 var(--space-3);border-radius:var(--radius-sm);color:var(--text);font-size:var(--text-sm);font-weight:var(--weight-medium)}._staticTrigger_utol0_4{color:var(--text-muted)}._trigger_utol0_3{border:1px solid transparent;background:transparent;cursor:pointer;transition:background var(--dur-fast) var(--ease-out),border-color var(--dur-fast) var(--ease-out)}._trigger_utol0_3:hover{background:var(--surface-2);border-color:var(--border)}._trigger_utol0_3[aria-expanded=true]{background:var(--surface-2);border-color:var(--border-strong)}._trigger_utol0_3:focus-visible{outline:2px solid var(--ring);outline-offset:2px}._icon_utol0_43{display:inline-flex;flex:none;color:var(--text-subtle)}._icon_utol0_43 svg{width:16px;height:16px}._triggerName_utol0_53,._staticName_utol0_54{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._caret_utol0_61{display:inline-flex;flex:none;color:var(--text-subtle);transform:rotate(90deg);transition:transform var(--dur-fast) var(--ease-out)}._caret_utol0_61 svg{width:14px;height:14px}._caretOpen_utol0_72{transform:rotate(-90deg)}._menu_utol0_77{position:fixed;z-index:var(--z-modal);max-width:min(320px,calc(100vw - 16px));padding:var(--space-1);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);animation:_menuIn_utol0_1 var(--dur) var(--ease-out)}._menuHead_utol0_89{margin:0;padding:var(--space-2) var(--space-3) var(--space-1);color:var(--text-subtle);font-size:var(--text-xs);font-weight:var(--weight-semibold);letter-spacing:var(--tracking-wide);text-transform:uppercase}._list_utol0_99{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}._item_utol0_108{display:flex;align-items:center;gap:var(--space-3);width:100%;min-height:40px;padding:var(--space-2) var(--space-3);border:none;border-radius:var(--radius-sm);background:transparent;color:var(--text);font-size:var(--text-sm);text-align:left;cursor:pointer;transition:background var(--dur-fast) var(--ease-out)}._item_utol0_108:hover:not(:disabled),._item_utol0_108:focus-visible{background:var(--surface-2)}._item_utol0_108:focus-visible{outline:2px solid var(--ring);outline-offset:-2px}._item_utol0_108[aria-current=true]{background:var(--accent-quiet)}._item_utol0_108:disabled{cursor:default;opacity:.6}._itemMain_utol0_140{display:flex;align-items:center;gap:var(--space-2);min-width:0;flex:1}._itemName_utol0_147{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:var(--weight-medium)}._role_utol0_154{flex:none;text-transform:capitalize}._check_utol0_159{display:inline-flex;flex:none;width:16px;color:var(--accent)}._check_utol0_159 svg{width:16px;height:16px}._footer_utol0_171{margin-top:2px;padding-top:var(--space-1);border-top:1px solid var(--border)}._createItem_utol0_177{display:flex;align-items:center;gap:var(--space-2);width:100%;min-height:40px;padding:var(--space-2) var(--space-3);border:none;border-radius:var(--radius-sm);background:transparent;color:var(--accent);font-size:var(--text-sm);font-weight:var(--weight-medium);text-align:left;cursor:pointer;transition:background var(--dur-fast) var(--ease-out)}._createItem_utol0_177:hover:not(:disabled),._createItem_utol0_177:focus-visible{background:var(--accent-quiet)}._createItem_utol0_177:focus-visible{outline:2px solid var(--ring);outline-offset:-2px}._createItem_utol0_177:disabled{cursor:default;opacity:.6}._createIcon_utol0_207{display:inline-flex;flex:none}._createIcon_utol0_207 svg{width:16px;height:16px}@keyframes _menuIn_utol0_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){._trigger_utol0_3,._caret_utol0_61,._item_utol0_108{transition:none}._menu_utol0_77{animation:none}}._topbar_98k9w_1{position:sticky;top:0;z-index:var(--z-sticky);height:var(--topbar-h);display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:0 var(--space-5);background:color-mix(in srgb,var(--bg) 86%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}._left_98k9w_16{display:flex;align-items:center;gap:var(--space-2);min-width:0}._title_98k9w_22{font-size:var(--text-lg);font-weight:var(--weight-semibold);letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._right_98k9w_31{display:flex;align-items:center;gap:var(--space-1)}._signalWindow_98k9w_39{display:inline-flex;margin-right:var(--space-2)}._signalWindow_98k9w_39 select{height:32px;padding-block:0;font-size:var(--text-sm)}@media (max-width: 640px){._signalWindow_98k9w_39{display:none}}._menuBtn_98k9w_55{display:none}@media (max-width: 1024px){._menuBtn_98k9w_55{display:inline-flex}}._shell_h18nw_1{display:flex;height:100vh;height:100dvh;overflow:hidden}._body_h18nw_15{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column}._main_h18nw_18{position:relative;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;outline:none}._container_h18nw_40{max-width:var(--container);margin:0 auto;padding:var(--space-6) var(--space-5) var(--space-12)}._scrim_h18nw_46{position:fixed;top:0;right:0;bottom:0;left:0;z-index:calc(var(--z-drawer) - 1);background:var(--overlay);border:none;cursor:pointer;display:none}@media (max-width: 1024px){._scrim_h18nw_46{display:block}._container_h18nw_40{padding:var(--space-5) var(--space-4) var(--space-10)}}._root_14ckm_1{display:grid;place-items:center;min-height:40vh;animation:_appear_14ckm_1 0s linear .16s forwards;opacity:0}@keyframes _appear_14ckm_1{to{opacity:1}}@media (prefers-reduced-motion: reduce){._root_14ckm_1{animation:none;opacity:1}}._page_16efj_1{min-height:100vh;min-height:100dvh;display:grid;grid-template-columns:1.1fr 1fr}._aside_16efj_11{position:relative;display:flex;flex-direction:column;justify-content:center;gap:var(--space-8);padding:var(--space-12);color:#fff;background:radial-gradient(120% 120% at 0% 0%,#2c2686 0%,transparent 55%),radial-gradient(120% 120% at 100% 100%,#4d1440 0%,transparent 55%),linear-gradient(160deg,#161849,#0c0d28);overflow:hidden}._brand_16efj_27{display:flex;align-items:center;gap:var(--space-3)}._logo_16efj_32{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius);background:var(--accent)}._logo_16efj_32 svg{width:24px;height:24px}._logoImg_16efj_45{width:44px;height:44px;object-fit:contain;flex-shrink:0;background:#fff;border-radius:var(--radius);padding:4px}._logoSmImg_16efj_54{width:32px;height:32px;object-fit:contain;flex-shrink:0}._brandText_16efj_60{font-size:var(--text-lg);font-weight:var(--weight-bold);letter-spacing:var(--tracking-wide)}._brandInfoOnDark_16efj_66{color:#b6adff}._brandJoyOnDark_16efj_69{color:#ff86ad}._brandInfo_16efj_66{color:var(--brand-info)}._brandJoy_16efj_69{color:var(--brand-joy)}._headline_16efj_79{font-size:var(--text-2xl);font-weight:var(--weight-bold);line-height:1.25;max-width:18ch}._highlights_16efj_85{display:flex;flex-direction:column;gap:var(--space-4)}._highlight_16efj_85{display:flex;align-items:center;gap:var(--space-3);font-size:var(--text-md);color:#ffffffdb}._hIcon_16efj_97{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:var(--radius-sm);background:#ffffff14;color:#c9c4ff;flex-shrink:0}._hIcon_16efj_97 svg{width:19px;height:19px}._formCol_16efj_114{display:flex;align-items:center;justify-content:center;padding:var(--space-6);background:var(--bg)}._formCard_16efj_121{width:100%;max-width:400px}._mobileBrand_16efj_125{display:none;align-items:center;gap:var(--space-2);font-weight:var(--weight-bold);margin-bottom:var(--space-6)}._logoSm_16efj_54{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-sm);background:var(--accent);color:var(--accent-contrast)}._logoSm_16efj_54 svg{width:18px;height:18px}._title_16efj_147{font-size:var(--text-xl);font-weight:var(--weight-bold);letter-spacing:-.02em}._subtitle_16efj_152{margin-top:var(--space-2);color:var(--text-muted);font-size:var(--text-base)}._form_16efj_114{display:flex;flex-direction:column;gap:var(--space-4);margin-top:var(--space-6)}._error_16efj_163{font-size:var(--text-sm);color:var(--danger);background:var(--danger-quiet);border:1px solid color-mix(in srgb,var(--danger) 30%,transparent);border-radius:var(--radius-sm);padding:var(--space-2) var(--space-3)}._switch_16efj_171{margin-top:var(--space-5);text-align:center;font-size:var(--text-sm);color:var(--text-muted)}._notice_16efj_177{font-size:var(--text-sm);color:var(--accent);background:var(--accent-quiet);border:1px solid color-mix(in srgb,var(--accent) 30%,transparent);border-radius:var(--radius-sm);padding:var(--space-2) var(--space-3)}._switchBtn_16efj_185{color:var(--accent);font-weight:var(--weight-semibold)}._switchBtn_16efj_185:hover{text-decoration:underline}._switchBtn_16efj_185:disabled{opacity:.55;cursor:not-allowed;text-decoration:none}@media (max-width: 880px){._page_16efj_1{grid-template-columns:1fr}._aside_16efj_11{display:none}._mobileBrand_16efj_125{display:flex}}
