:root{color-scheme:light;--color-surface: #ffffff;--color-surface-raised: #ffffff;--color-surface-sunken: #f4f5f7;--color-border: #dcdfe4;--color-border-strong: #b6bcc6;--color-text: #1a1d21;--color-text-muted: #5b626c;--color-text-inverted: #ffffff;--color-accent: #3d5afe;--color-accent-hover: #2f47d0;--color-accent-subtle: #eef1ff;--color-danger: #c62828;--color-danger-hover: #a11f1f;--color-danger-subtle: #fdecec;--color-success: #1e7d43;--color-success-subtle: #e7f6ec;--color-warning: #9c5c00;--color-warning-subtle: #fdf2e3;--color-focus-ring: var(--color-accent);--color-overlay: rgb(26 29 33 / 45%);--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-family-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;--font-size-sm: .8125rem;--font-size-base: .9375rem;--font-size-lg: 1.125rem;--font-size-xl: 1.5rem;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-bold: 600;--line-height-tight: 1.25;--line-height-base: 1.5;--radius-sm: 3px;--radius-md: 6px;--radius-lg: 10px;--radius-pill: 999px;--shadow-sm: 0 1px 2px rgb(26 29 33 / 8%);--shadow-md: 0 4px 12px rgb(26 29 33 / 12%);--shadow-lg: 0 12px 32px rgb(26 29 33 / 18%);--z-base: 0;--z-sticky: 100;--z-dropdown: 200;--z-overlay: 300;--z-modal: 400;--z-toast: 500;--duration-fast: .12s;--easing-standard: cubic-bezier(.2, 0, .2, 1)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--color-surface: #16181d;--color-surface-raised: #1e2127;--color-surface-sunken: #101216;--color-border: #30343d;--color-border-strong: #464c58;--color-text: #e8eaed;--color-text-muted: #9aa2af;--color-text-inverted: #16181d;--color-accent: #8c9eff;--color-accent-hover: #a8b6ff;--color-accent-subtle: #23283a;--color-danger: #ef7c7c;--color-danger-hover: #f59a9a;--color-danger-subtle: #351f1f;--color-success: #6dd18f;--color-success-subtle: #1b2f22;--color-warning: #e0a341;--color-warning-subtle: #33280f;--color-overlay: rgb(0 0 0 / 60%);--shadow-sm: 0 1px 2px rgb(0 0 0 / 40%);--shadow-md: 0 4px 12px rgb(0 0 0 / 50%);--shadow-lg: 0 12px 32px rgb(0 0 0 / 60%)}}:root[data-theme=dark]{color-scheme:dark;--color-surface: #16181d;--color-surface-raised: #1e2127;--color-surface-sunken: #101216;--color-border: #30343d;--color-border-strong: #464c58;--color-text: #e8eaed;--color-text-muted: #9aa2af;--color-text-inverted: #16181d;--color-accent: #8c9eff;--color-accent-hover: #a8b6ff;--color-accent-subtle: #23283a;--color-danger: #ef7c7c;--color-danger-hover: #f59a9a;--color-danger-subtle: #351f1f;--color-success: #6dd18f;--color-success-subtle: #1b2f22;--color-warning: #e0a341;--color-warning-subtle: #33280f;--color-overlay: rgb(0 0 0 / 60%);--shadow-sm: 0 1px 2px rgb(0 0 0 / 40%);--shadow-md: 0 4px 12px rgb(0 0 0 / 50%);--shadow-lg: 0 12px 32px rgb(0 0 0 / 60%)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;min-height:100vh;font-family:var(--font-family);font-size:var(--font-size-base);line-height:var(--line-height-base);color:var(--color-text);background:var(--color-surface-sunken);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,p,figure{margin:0}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}._spinner_1xx4c_1{display:inline-block;border:2px solid var(--color-border-strong);border-top-color:var(--color-accent);border-radius:var(--radius-pill);animation:_spin_1xx4c_1 .7s linear infinite}._small_1xx4c_9{width:.875rem;height:.875rem}._medium_1xx4c_14{width:1.25rem;height:1.25rem}._large_1xx4c_19{width:2rem;height:2rem}@keyframes _spin_1xx4c_1{to{transform:rotate(360deg)}}._button_1guud_1{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);border:1px solid transparent;border-radius:var(--radius-md);padding:var(--space-2) var(--space-4);font:inherit;font-weight:var(--font-weight-medium);line-height:var(--line-height-tight);cursor:pointer;transition:background-color var(--duration-fast) var(--easing-standard)}._button_1guud_1:disabled{cursor:not-allowed;opacity:.55}._primary_1guud_21{background:var(--color-accent);color:var(--color-text-inverted)}._primary_1guud_21:hover:not(:disabled){background:var(--color-accent-hover)}._secondary_1guud_30{background:var(--color-surface-raised);border-color:var(--color-border-strong);color:var(--color-text)}._secondary_1guud_30:hover:not(:disabled){background:var(--color-surface-sunken)}._ghost_1guud_40{background:transparent;color:var(--color-accent)}._ghost_1guud_40:hover:not(:disabled){background:var(--color-accent-subtle)}._danger_1guud_49{background:var(--color-danger);color:var(--color-text-inverted)}._danger_1guud_49:hover:not(:disabled){background:var(--color-danger-hover)}._small_1guud_58{padding:var(--space-1) var(--space-3);font-size:var(--font-size-sm)}._large_1guud_63{padding:var(--space-3) var(--space-5);font-size:var(--font-size-lg)}._block_1guud_68{width:100%}._loadingLabel_1guud_77{opacity:0}._spinnerSlot_1guud_81{position:absolute;display:inline-flex}._relative_1guud_86{position:relative}._card_51lvl_1{background:var(--color-surface-raised);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}._padded_51lvl_8{padding:var(--space-5)}._header_51lvl_12{padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--color-border);font-weight:var(--font-weight-bold)}._body_51lvl_18{padding:var(--space-5)}._field_1ndb4_1{display:flex;flex-direction:column;gap:var(--space-1)}._label_1ndb4_7{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--color-text)}._required_1ndb4_13{color:var(--color-danger)}._message_1ndb4_17{font-size:var(--font-size-sm);color:var(--color-text-muted)}._error_1ndb4_22{color:var(--color-danger)}._input_o1pyg_1{width:100%;border:1px solid var(--color-border-strong);border-radius:var(--radius-md);padding:var(--space-2) var(--space-3);font:inherit;color:var(--color-text);background:var(--color-surface-raised)}._input_o1pyg_1::placeholder{color:var(--color-text-muted)}._input_o1pyg_1:disabled{cursor:not-allowed;background:var(--color-surface-sunken);color:var(--color-text-muted)}._invalid_o1pyg_21{border-color:var(--color-danger)}._menu_nrip7_1{position:relative;display:inline-block}._trigger_nrip7_6{display:inline-flex;align-items:center;gap:var(--space-2);border:1px solid var(--color-border-strong);border-radius:var(--radius-md);padding:var(--space-2) var(--space-3);font:inherit;color:var(--color-text);background:var(--color-surface-raised);cursor:pointer;transition:background-color var(--duration-fast) var(--easing-standard)}._trigger_nrip7_6:hover{background:var(--color-surface-sunken)}._list_nrip7_24{position:absolute;z-index:var(--z-dropdown);min-width:11rem;margin-top:var(--space-1);padding:var(--space-1);list-style:none;background:var(--color-surface-raised);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-md)}._start_nrip7_38{left:0}._end_nrip7_42{right:0}._item_nrip7_46{display:block;width:100%;border:0;border-radius:var(--radius-sm);padding:var(--space-2) var(--space-3);font:inherit;text-align:left;color:var(--color-text);background:transparent;cursor:pointer}._item_nrip7_46:hover:not(:disabled){background:var(--color-accent-subtle)}._item_nrip7_46:disabled{cursor:not-allowed;color:var(--color-text-muted)}._danger_nrip7_68{color:var(--color-danger)}._header_8ouvz_1{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4);padding-bottom:var(--space-4);margin-bottom:var(--space-5);border-bottom:1px solid var(--color-border)}._title_8ouvz_11{font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight)}._description_8ouvz_17{margin-top:var(--space-1);color:var(--color-text-muted)}._actions_8ouvz_22{display:flex;gap:var(--space-2)}._form_ryvq0_1{display:flex;flex-direction:column;gap:var(--space-4)}._title_ryvq0_7{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold)}._error_ryvq0_12{padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);background:var(--color-danger-subtle);color:var(--color-danger);font-size:var(--font-size-sm)}._portal_1bgxg_1{display:flex;flex-direction:column;align-items:center;gap:var(--space-4);padding:var(--space-7) var(--space-4);text-align:center}._cards_1hvfd_1{display:grid;gap:var(--space-5)}._list_1hvfd_6{display:grid;grid-template-columns:max-content 1fr;gap:var(--space-2) var(--space-5);margin:0}._list_1hvfd_6 dt{color:var(--color-text-muted)}._list_1hvfd_6 dd{margin:0}._sha_1hvfd_21{font-family:var(--font-family-mono)}._grid_dtbr0_1{display:grid;grid-template-columns:repeat(auto-fill,minmax(13rem,1fr));gap:var(--space-4)}._tile_dtbr0_7{display:flex;flex-direction:column;gap:var(--space-1);padding:var(--space-5);text-align:left;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface-raised);box-shadow:var(--shadow-sm);color:inherit;cursor:pointer;font:inherit}._tile_dtbr0_7:hover{border-color:var(--color-accent);text-decoration:none}._disabled_dtbr0_27{cursor:not-allowed;opacity:.55}._disabled_dtbr0_27:hover{border-color:var(--color-border)}._name_dtbr0_36{font-weight:var(--font-weight-bold)}._note_dtbr0_40{font-size:var(--font-size-sm);color:var(--color-text-muted)}._shell_1h4ym_1{display:grid;grid-template-rows:auto 1fr;grid-template-columns:auto 1fr;grid-template-areas:"header header" "sidebar content";min-height:100vh}._header_1h4ym_11{grid-area:header;position:sticky;top:0;z-index:var(--z-sticky);display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:var(--space-2) var(--space-4);background:var(--color-surface-raised);border-bottom:1px solid var(--color-border)}._brand_1h4ym_25{font-weight:var(--font-weight-bold);color:var(--color-accent)}._switcher_1h4ym_30{display:flex;gap:var(--space-1)}._switcherItem_1h4ym_35{padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);color:var(--color-text-muted)}._switcherItem_1h4ym_35:hover{background:var(--color-surface-sunken);text-decoration:none}._switcherItemCurrent_1h4ym_46{color:var(--color-text);background:var(--color-accent-subtle)}._switcherItemDisabled_1h4ym_51{cursor:not-allowed;opacity:.5}._sidebar_1h4ym_56{grid-area:sidebar;width:14rem;padding:var(--space-4) var(--space-3);border-right:1px solid var(--color-border);background:var(--color-surface-raised)}._sidebarEmpty_1h4ym_64{display:none}._navList_1h4ym_68{display:flex;flex-direction:column;gap:var(--space-1);list-style:none;margin:0;padding:0}._navLink_1h4ym_77{display:block;padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);color:var(--color-text-muted)}._navLink_1h4ym_77:hover{background:var(--color-surface-sunken);text-decoration:none}._navLinkCurrent_1h4ym_89{color:var(--color-text);background:var(--color-accent-subtle)}._content_1h4ym_94{grid-area:content;padding:var(--space-6) var(--space-5);min-width:0}@media(max-width:48rem){._shell_1h4ym_1{grid-template-rows:auto auto 1fr;grid-template-columns:100%;grid-template-areas:"header" "sidebar" "content"}._header_1h4ym_11{flex-wrap:wrap;gap:var(--space-2);padding:var(--space-2) var(--space-3)}._switcher_1h4ym_30{order:1;flex-basis:100%;overflow-x:auto}._sidebar_1h4ym_56{width:auto;padding:var(--space-2) var(--space-3);border-right:0;border-bottom:1px solid var(--color-border)}._navList_1h4ym_68{flex-direction:row;flex-wrap:wrap}._content_1h4ym_94{padding:var(--space-4) var(--space-3)}}._layout_r222z_1{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-5);min-height:100vh;padding:var(--space-5)}._brand_r222z_11{font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);color:var(--color-accent)}._card_r222z_17{width:100%;max-width:22rem}
