.app{max-width:42rem;margin:0 auto;padding:2rem 1rem 3rem;font-family:var(--font-sans)}@media(min-width:640px){.app{padding:3rem 1.5rem 4rem}}.hero{margin-bottom:2rem}.hero-eyebrow{margin:0 0 .35rem;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.hero h1{margin:0 0 .5rem;font-size:clamp(1.85rem,4vw,2.35rem);font-weight:700;letter-spacing:-.02em;color:var(--text-primary);line-height:1.15}.tagline{margin:0;font-size:1.05rem;color:var(--text-secondary);line-height:1.5}.dibit-links{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;margin:1.25rem 0 0;padding:0;list-style:none}.dibit-links a{color:var(--accent);font-weight:600;font-size:.9rem;text-decoration:none}.dibit-links a:hover{text-decoration:underline;color:var(--accent-hover)}.hint{margin:0 0 1.5rem;padding:.75rem 1rem;color:var(--text-secondary);font-size:.875rem;line-height:1.55;background:var(--hint-bg);border:1px solid var(--hint-border);border-radius:8px}.hint code{margin:0 .2rem;padding:.12rem .4rem;background:var(--code-bg);border-radius:4px;font-size:.82em}.panel{padding:1.25rem 1.35rem;background:var(--bg-elevated);border:1px solid var(--border);border-radius:10px;border-left:3px solid var(--panel-accent-border);box-shadow:0 1px 3px var(--shadow)}.panel-title{margin:0 0 .65rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.muted{margin:0;color:var(--text-muted);font-size:.95rem}.ok{margin:0;color:var(--success);font-weight:500;font-size:1rem}.error{margin:0;color:var(--error);font-size:.95rem;line-height:1.45}.site-header{border-bottom:1px solid var(--header-border);background:var(--header-bg);box-shadow:0 1px #0000001f}.site-header-inner{font-family:var(--font-sans);width:100%;max-width:var(--portal-content-max, 1280px);margin-left:auto;margin-right:auto;padding:.75rem max(var(--portal-content-pad-x, 1rem),env(safe-area-inset-left,0px)) .75rem max(var(--portal-content-pad-x, 1rem),env(safe-area-inset-right,0px));box-sizing:border-box}@media(min-width:640px){.site-header-inner{padding-top:.85rem;padding-bottom:.85rem}}.brand{display:flex;flex-direction:row;align-items:center;gap:.65rem;font-weight:700;font-size:1.05rem;color:var(--header-fg);text-decoration:none;letter-spacing:.02em;line-height:1.2;min-width:0}.brand:hover{color:var(--header-fg);opacity:.92}.brand-logo{height:2.35rem;width:auto;max-width:7.5rem;object-fit:contain;flex-shrink:0;border-radius:6px}.brand-text{display:flex;flex-direction:column;gap:.1rem;min-width:0}.brand-mark{font-size:1.15rem;letter-spacing:.06em}.brand-sub{font-size:.72rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--header-muted)}.site-nav{display:flex;align-items:center;gap:.75rem 1rem;flex-wrap:wrap;font-size:.9rem}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:1px solid var(--header-toggle-border);border-radius:8px;background:var(--header-toggle-bg);color:var(--header-fg);cursor:pointer;font:inherit}.theme-toggle:hover{background:#ffffff24}.theme-toggle:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.theme-toggle-icon{font-size:1.1rem;line-height:1}.site-header .nav-link{color:var(--header-muted);text-decoration:none;font-weight:500}.site-header .nav-link:hover{color:var(--header-fg);text-decoration:underline}.nav-user{color:var(--header-muted);font-size:.85rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-header .btn.primary{background:var(--header-btn-primary-bg);color:var(--header-btn-primary-fg)}.site-header .btn.primary:hover:not(:disabled){background:var(--header-btn-primary-hover);color:var(--header-btn-primary-fg)}.site-header .btn.ghost{border-color:#ffffff59;color:var(--header-fg)}.site-header .btn.ghost:hover:not(:disabled){background:#ffffff1a}.site-header .muted{color:var(--header-muted)}.welcome{margin:.75rem 0 0;font-size:.95rem;color:var(--text-secondary)}.auth-page h1{margin:0 0 .35rem;font-size:1.65rem;font-weight:650;color:var(--text-primary)}.auth-sub{margin:0 0 1.5rem;color:var(--text-secondary);font-size:.95rem;line-height:1.45}.auth-form{display:flex;flex-direction:column;gap:1rem;max-width:22rem}.field{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem;color:var(--text-secondary)}.field input{padding:.55rem .65rem;border:1px solid var(--border-input);border-radius:8px;font-size:1rem;background:var(--bg-elevated);color:var(--text-primary)}.field input:focus{outline:2px solid var(--focus-ring);outline-offset:1px;border-color:var(--focus-ring)}.btn{font-size:.95rem;padding:.55rem 1rem;border-radius:8px;border:1px solid transparent;cursor:pointer;font-weight:500}.btn:disabled{opacity:.65;cursor:not-allowed}.btn.primary{background:var(--accent);color:#fff}.btn.primary:hover:not(:disabled){background:var(--accent-hover)}.btn.small{padding:.4rem .75rem;font-size:.875rem}.btn.ghost{background:transparent;border-color:var(--border-input);color:var(--text-secondary)}.btn.ghost:hover:not(:disabled){background:var(--ghost-hover)}.auth-footer{margin-top:1.5rem;font-size:.9rem;color:var(--text-secondary)}.auth-footer a{color:var(--link-auth);font-weight:500}.build-stack-panel{margin-top:1.5rem}.build-grid{display:grid;gap:1.25rem}@media(min-width:640px){.build-grid{grid-template-columns:1fr 1fr;gap:1.5rem}}.build-block-title{margin:0 0 .65rem;font-size:.8rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.build-dl{margin:0;display:grid;grid-template-columns:auto 1fr;gap:.35rem .75rem;font-size:.875rem;align-items:baseline}.build-dl dt{margin:0;color:var(--text-muted);font-weight:500}.build-dl dd{margin:0;color:var(--text-primary)}.build-mono{font-family:ui-monospace,monospace;font-size:.82em;word-break:break-all}.build-stack-list{margin:0;padding-left:1.1rem;color:var(--text-secondary)}.build-stack-list li{margin:.2rem 0}.build-k{color:var(--text-muted);font-weight:500}.build-foot{margin:1rem 0 0;font-size:.8rem;line-height:1.45}.build-foot code{font-size:.85em}.admin-dashboard{max-width:72rem}.cereri-table{width:100%;border-collapse:collapse;font-size:.875rem}.cereri-table th,.cereri-table td{padding:.5rem .65rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:middle}.cereri-table th{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-weight:600}.cereri-table tbody tr:hover{background:var(--ghost-hover)}.cereri-table .btn.small{white-space:nowrap}.admin-api-logs-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;width:100%;box-sizing:border-box;margin-bottom:.75rem}.admin-api-logs-toolbar:not(.admin-api-logs-toolbar--embedded){justify-content:space-between}.admin-api-logs-toolbar--embedded{justify-content:flex-start}.admin-api-logs-toolbar-controls{display:grid;grid-template-columns:auto auto auto;align-items:center;gap:.5rem .85rem;min-width:0}.admin-api-logs-severity{display:inline-flex;flex-wrap:nowrap;align-items:center;gap:.35rem}.admin-api-logs-severity-label{white-space:nowrap}.admin-api-logs-severity-select{font-family:inherit;cursor:pointer;padding:.25rem .5rem;min-width:6.5rem}.admin-api-logs-autorefresh{display:inline-flex;align-items:center;gap:.35rem;white-space:nowrap}@media(max-width:640px){.admin-api-logs-toolbar-controls{grid-template-columns:1fr;justify-items:start}}.cerere-docs-panel{margin-top:1.5rem;max-width:52rem}.cerere-docs-embedded{margin-top:0;max-width:none}.cerere-docs-intro{font-size:.9rem;line-height:1.5;margin-bottom:1rem}.cerere-docs-progress{margin:0 0 .75rem;font-size:.85rem}.cerere-docs-list{list-style:none;margin:0;padding:0}.cerere-docs-row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.5rem 1rem;padding:.55rem 0;border-bottom:1px solid var(--border);font-size:.875rem}.cerere-docs-row.done .cerere-docs-status{color:var(--success, #2e7d32)}.cerere-docs-label{display:flex;gap:.5rem;align-items:flex-start;flex:1;min-width:12rem}.cerere-docs-status{flex-shrink:0;width:1.25rem;text-align:center;font-weight:700}.cerere-docs-actions{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.cerere-docs-file-label{position:relative;cursor:pointer;margin:0}.cerere-docs-file-input{position:absolute;width:.01px;height:.01px;opacity:0;overflow:hidden;z-index:-1}.cerere-docs-finalize{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border)}.cerere-docs-hint{margin:.5rem 0 0;font-size:.85rem}.rd-pro{--rd-bg: #f5f7fb;--rd-panel: #ffffff;--rd-ink: #18324a;--rd-muted: #61758a;--rd-line: #d8e0ea;--rd-brand: #1d4f7a;--rd-brand2: #eaf3fb}:root[data-theme=dark] .rd-pro{--rd-bg: var(--bg-page);--rd-panel: var(--bg-elevated);--rd-ink: var(--text-primary);--rd-muted: var(--text-muted);--rd-line: var(--border);--rd-brand: var(--accent);--rd-brand2: var(--accent-soft)}.rd-pro{font-family:var(--font-sans, system-ui, sans-serif);background:var(--rd-bg);color:var(--rd-ink);min-height:calc(100vh - 3.5rem)}.rd-pro-header{background:linear-gradient(135deg,#163a63,#245b91);color:#fff;padding:1.25rem 1.5rem;position:sticky;top:0;z-index:20;box-shadow:0 8px 20px #0000001f}.rd-pro-header-inner{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;max-width:1280px;margin:0 auto}.rd-pro-header-logo{height:2.75rem;width:auto;max-width:8.25rem;object-fit:contain;flex-shrink:0;border-radius:8px;background:#fffffff7;padding:4px 6px}.rd-pro-header-titles{flex:1;min-width:min(100%,16rem)}.rd-pro-header h1{margin:0 0 .35rem;font-size:1.5rem;font-weight:700}.rd-pro-header p{margin:0;opacity:.92;font-size:.95rem;line-height:1.45}.rd-pro--portal-shell{min-height:calc(100vh - 4rem)}.rd-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}.rd-pro-portal-meta{margin:0 0 .85rem;display:flex;flex-direction:column;gap:.5rem}.rd-pro-readonly-banner--inline{margin:0!important;background:var(--rd-brand2, #eaf3fb);color:var(--rd-ink);border:1px solid var(--rd-line)}:root[data-theme=dark] .rd-pro-readonly-banner--inline{background:var(--accent-soft, #164e63);color:var(--text-primary, #f1f5f9);border-color:var(--border, #2a3f5c)}.rd-pro-readonly-fieldset{border:0;margin:0;padding:0;min-width:0}.rd-pro-readonly-banner{margin:.5rem 0 0;padding:.5rem .75rem;background:#ffffff26;border-radius:6px;font-size:.88rem;font-weight:600}.rd-buttonlike.rd-disabled{opacity:.45;pointer-events:none}.rd-pro-wrap{max-width:var(--portal-content-max, 1280px);margin:1.25rem auto;padding:0;padding-left:max(var(--portal-content-pad-x, 1rem),env(safe-area-inset-left,0px));padding-right:max(var(--portal-content-pad-x, 1rem),env(safe-area-inset-right,0px));padding-bottom:2rem;display:grid;grid-template-columns:300px 1fr;gap:1.125rem;box-sizing:border-box}.rd-pro-panel{background:var(--rd-panel);border:1px solid var(--rd-line);border-radius:18px;box-shadow:0 8px 24px #1118270f}:root[data-theme=dark] .rd-pro-panel{box-shadow:0 4px 16px var(--shadow)}.rd-pro-sidebar{padding:1rem;position:sticky;top:120px;height:fit-content}.rd-pro--portal-shell .rd-pro-sidebar{top:1rem}.rd-pro-main{padding:1.125rem}.rd-pro-small{font-size:.75rem;color:var(--rd-muted)}.rd-pro-nav button,.rd-pro-nav a.rd-pro-nav-link,.rd-pro-nav span.rd-pro-nav-link{display:block;width:100%;margin:.5rem 0;padding:.75rem .875rem;border-radius:12px;border:1px solid var(--rd-line);background:var(--rd-panel);color:var(--rd-ink);font-weight:600;text-align:left;cursor:pointer;font:inherit;box-sizing:border-box}.rd-pro-nav a.rd-pro-nav-link{text-decoration:none}.rd-pro-nav a.rd-pro-nav-link:hover{border-color:#9ec1e1;color:var(--rd-brand)}.rd-pro-nav span.rd-pro-nav-link{cursor:default}.rd-pro-nav button.rd-active,.rd-pro-nav a.rd-pro-nav-link.rd-active,.rd-pro-nav span.rd-pro-nav-link.rd-active{background:var(--rd-brand2);border-color:#9ec1e1;color:var(--rd-brand)}:root[data-theme=dark] .rd-pro-nav button.rd-active,:root[data-theme=dark] .rd-pro-nav a.rd-pro-nav-link.rd-active,:root[data-theme=dark] .rd-pro-nav span.rd-pro-nav-link.rd-active{border-color:var(--border-input)}.rd-pro-toolbar{display:flex;flex-wrap:wrap;gap:.625rem;margin-bottom:1.125rem}.rd-pro-toolbar .rd-pro-toolbar-spacer{flex:1 1 4rem;min-width:0}.rd-pro-toolbar button,.rd-pro-toolbar label.rd-buttonlike{width:auto;text-align:center;margin:0;padding:.65rem .75rem;border-radius:12px;border:1px solid var(--rd-line);background:var(--rd-panel);color:var(--rd-ink);font-weight:600;cursor:pointer;font:inherit;display:inline-flex;align-items:center;justify-content:center}.rd-pro-toolbar button.rd-pro-submit-cerere{background:var(--accent, #0369a1);border-color:transparent;color:#fff}.rd-pro-toolbar button.rd-pro-submit-cerere:hover:not(:disabled){background:var(--accent-hover, #0284c7);filter:brightness(1.02)}.rd-pro-toolbar button.rd-pro-submit-cerere:disabled{opacity:.55;cursor:not-allowed}:root[data-theme=dark] .rd-pro-toolbar button.rd-pro-submit-cerere{background:var(--accent, #38bdf8);color:#0a1628}:root[data-theme=dark] .rd-pro-toolbar button.rd-pro-submit-cerere:hover:not(:disabled){background:var(--accent-hover, #7dd3fc)}.rd-pro-toolbar label.rd-buttonlike{display:flex}.rd-pro-toolbar input[type=file]{display:none}.rd-pro h2{margin:.5rem 0 .35rem;font-size:1.375rem;color:var(--rd-brand)}.rd-pro h3{margin:1.125rem 0 .5rem;font-size:1rem;color:var(--rd-brand)}.rd-pro-grid2,.rd-pro-grid3,.rd-pro-grid4{display:grid;gap:.75rem}.rd-pro-grid2{grid-template-columns:repeat(2,minmax(0,1fr))}.rd-pro-grid3{grid-template-columns:repeat(3,minmax(0,1fr))}.rd-pro-grid4{grid-template-columns:repeat(4,minmax(0,1fr))}.rd-pro-field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.75rem}.rd-pro-field>label{font-size:.8125rem;font-weight:700;color:var(--rd-ink)}.rd-pro-field input,.rd-pro-field textarea,.rd-pro-field select{width:100%;padding:.6875rem .75rem;border:1px solid var(--rd-line);border-radius:12px;background:var(--rd-panel);font:inherit;color:inherit}.rd-pro-field textarea{min-height:92px;resize:vertical}.rd-pro-field input:focus,.rd-pro-field textarea:focus,.rd-pro-field select:focus{outline:2px solid var(--focus-ring, #0284c7);outline-offset:1px}.rd-pro-input-date,.rd-pro-field input[type=date]{min-height:2.75rem;color-scheme:light dark}:root[data-theme=dark] .rd-pro-input-date,:root[data-theme=dark] .rd-pro-field input[type=date]{color-scheme:dark}.rd-pro-date-legacy{display:block;margin-top:.35rem;font-size:.75rem;color:var(--rd-muted);line-height:1.35}.rd-pro-view{display:none}.rd-pro-view.rd-active{display:block}.rd-pro-block{padding:1rem;border:1px solid var(--rd-line);border-radius:16px;background:var(--rd-panel);margin-bottom:.875rem}.rd-pro-block.rd-soft{background:var(--rd-brand2)}:root[data-theme=dark] .rd-pro-block.rd-soft{background:var(--hint-bg)}.rd-pro-checklist{columns:2;column-gap:1.625rem}.rd-pro-checklist label{display:block;font-weight:500;font-size:.875rem;padding:.25rem 0}.rd-pro-checklist input{margin-right:.35rem}.rd-pro-summary{background:#f8fbfe;border:1px dashed #9ec1e1}:root[data-theme=dark] .rd-pro-summary{background:var(--hint-bg);border-color:var(--border-input)}.rd-pro-warning{background:#fff8e8;border:1px solid #f3d38b;color:#7a5b16;padding:.75rem .875rem;border-radius:14px;font-size:.875rem;line-height:1.45;margin-top:.75rem}.rd-pro-rowcard{border:1px solid var(--rd-line);border-radius:16px;padding:.875rem;background:var(--rd-brand2);margin-bottom:.75rem}:root[data-theme=dark] .rd-pro-rowcard{background:var(--hint-bg)}.rd-pro-rowhead{display:flex;justify-content:space-between;gap:.625rem;align-items:center;margin-bottom:.625rem}.rd-pro-pill{display:inline-block;padding:.25rem .625rem;border-radius:999px;background:var(--rd-brand2);color:var(--rd-brand);font-size:.75rem;font-weight:700}.rd-pro-actions{display:flex;gap:.5rem;flex-wrap:wrap}.rd-pro-actions button{padding:.5rem .625rem;border-radius:10px;border:1px solid var(--rd-line);background:var(--rd-panel);cursor:pointer;font:inherit;font-size:.8125rem}.rd-pro-json{white-space:pre-wrap;word-break:break-word;background:#0f172a;color:#ecf2ff;padding:.875rem;border-radius:14px;max-height:400px;overflow:auto;font-size:.75rem;margin:0}.rd-pro-foot{margin-top:.875rem;color:var(--rd-muted);font-size:.75rem;line-height:1.45}.rd-pro-sidebar-link{display:inline-block;margin-top:.75rem;font-size:.8125rem;font-weight:600;color:var(--rd-brand);text-decoration:none}.rd-pro-sidebar-link:hover{text-decoration:underline}.rd-pro-documents-view>h2{margin-top:0;margin-bottom:.75rem;font-size:1.2rem}.rd-pro-finalize-in-summary{margin-top:1rem;padding:.9rem 1rem;background:var(--rd-brand2);border:1px solid var(--rd-line);border-radius:12px}.rd-pro-finalize-in-summary h3{margin:0 0 .35rem;font-size:1.05rem}@media(max-width:980px){.rd-pro-wrap{grid-template-columns:1fr}.rd-pro-sidebar{position:static}.rd-pro-grid2,.rd-pro-grid3,.rd-pro-grid4{grid-template-columns:1fr}.rd-pro-checklist{columns:1}}.rd-pro-admin .cereri-table-wrap,.rd-pro-portal-cereri .cereri-table-wrap{overflow-x:auto;margin-bottom:0}.rd-pro-read-summary-doc{font-size:.9rem;line-height:1.45;color:var(--rd-ink)}.rd-pro-read-summary-lead{margin:0 0 1rem;padding-bottom:.75rem;border-bottom:1px solid var(--rd-line);color:var(--rd-muted)}.rd-pro-read-summary-section{margin-bottom:1.15rem}.rd-pro-read-summary-h{margin:0 0 .5rem;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--rd-brand)}.rd-pro-read-summary-dl{margin:0;display:grid;grid-template-columns:minmax(7rem,11rem) 1fr;gap:.35rem .85rem;align-items:baseline}.rd-pro-read-summary-row dt{margin:0;font-size:.78rem;font-weight:600;color:var(--rd-muted)}.rd-pro-read-summary-row dd{margin:0;word-break:break-word}.rd-pro-read-summary-list{margin:0;padding-left:1.25rem}.rd-pro-read-summary-list li{margin-bottom:.75rem}.rd-pro-read-summary-checks{margin:0;padding-left:1.1rem;list-style:disc}.rd-pro-read-check-yes{font-weight:600;color:var(--success, #0d7a5c)}.rd-pro-read-check-no{color:var(--rd-muted)}@media(max-width:560px){.rd-pro-read-summary-dl{grid-template-columns:1fr}.rd-pro-read-summary-row dt{margin-top:.35rem}}.rd-pro-admin-dashboard{display:grid;grid-template-columns:repeat(auto-fill,minmax(10.5rem,1fr));gap:.85rem 1rem;margin-bottom:.5rem}.rd-pro-admin-dashboard-card{padding:.95rem 1.05rem;background:var(--rd-panel);border:1px solid var(--rd-line);border-radius:10px;border-left:3px solid var(--rd-brand);min-width:0}.rd-pro-admin-dashboard-card-value{font-size:1.55rem;font-weight:700;color:var(--rd-ink);line-height:1.15;font-variant-numeric:tabular-nums}.rd-pro-admin-dashboard-card-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--rd-muted);margin-top:.4rem;line-height:1.35}.rd-pro-admin-section-title{margin:0 0 1rem;font-size:1.2rem;font-weight:700;color:var(--rd-ink)}.rd-pro-admin-detail-title{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:var(--rd-ink)}@media print{.rd-pro-header,.rd-pro-sidebar,.rd-pro-toolbar,.rd-no-print{display:none!important}.rd-pro{background:#fff;color:#000}.rd-pro-wrap{max-width:none;margin:0;padding:0;display:block}.rd-pro-panel,.rd-pro-block,.rd-pro-rowcard{box-shadow:none;border:1px solid #ccd4dd;border-radius:8px}.rd-pro-view{display:block!important;page-break-after:always}.rd-pro-view:last-of-type{page-break-after:auto}}/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */@layer theme{:root,:host{--font-sans:"Source Sans 3", system-ui, -apple-system, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--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%;-moz-tab-size:4;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;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]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.static{position:static}.ml-auto{margin-left:auto}.block{display:block}.flex{display:flex}.grid{display:grid}.w-full{width:100%}.max-w-full{max-width:100%}.min-w-0{min-width:calc(var(--spacing) * 0)}.flex-1{flex:1}.shrink-0{flex-shrink:0}.basis-full{flex-basis:100%}.touch-manipulation{touch-action:manipulation}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.gap-3{gap:calc(var(--spacing) * 3)}.gap-x-3{column-gap:calc(var(--spacing) * 3)}.gap-y-2{row-gap:calc(var(--spacing) * 2)}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.break-all{word-break:break-all}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}@media(min-width:40rem){.sm\:ml-0{margin-left:calc(var(--spacing) * 0)}.sm\:w-auto{width:auto}.sm\:max-w-\[14rem\]{max-width:14rem}.sm\:max-w-\[55\%\]{max-width:55%}.sm\:flex-1{flex:1}.sm\:flex-none{flex:none}.sm\:basis-auto{flex-basis:auto}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:justify-end{justify-content:flex-end}.sm\:gap-4{gap:calc(var(--spacing) * 4)}}}*{box-sizing:border-box}:root{color-scheme:light;--font-sans:"Source Sans 3", system-ui, -apple-system, sans-serif;--bg-page:#f0f4f8;--bg-elevated:#fff;--text-primary:#142339;--text-secondary:#3d4f66;--text-muted:#64748b;--text-nav:#475569;--border:#d8e2ec;--border-input:#b8c9d9;--accent:#0369a1;--accent-hover:#0284c7;--accent-soft:#e0f2fe;--success:#0d7a5c;--error:#b91c1c;--focus-ring:#0284c7;--shadow:#0f29420f;--hint-bg:#f8fafc;--hint-border:#d8e2ec;--code-bg:#e8f0f7;--ghost-hover:#e8f0f7;--link-auth:#0369a1;--header-bg:#0f2942;--header-fg:#f8fafc;--header-muted:#f8fafcd1;--header-border:#ffffff14;--header-toggle-border:#ffffff40;--header-toggle-bg:#ffffff14;--header-btn-primary-bg:#fff;--header-btn-primary-fg:#0369a1;--header-btn-primary-hover:#e0f2fe;--panel-accent-border:#0369a1;--portal-content-max:1280px;--portal-content-pad-x:1rem}:root[data-theme=dark]{color-scheme:dark;--bg-page:#0a1628;--bg-elevated:#111f33;--text-primary:#f1f5f9;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--text-nav:#cbd5e1;--border:#2a3f5c;--border-input:#3d5675;--accent:#38bdf8;--accent-hover:#7dd3fc;--accent-soft:#164e63;--success:#4ade80;--error:#f87171;--focus-ring:#38bdf8;--shadow:#00000059;--hint-bg:#111f33;--hint-border:#2a3f5c;--code-bg:#1a2d45;--ghost-hover:#1a2d45;--link-auth:#7dd3fc;--header-bg:#071018;--header-fg:#f1f5f9;--header-muted:#f1f5f9cc;--header-border:#ffffff0f;--header-toggle-border:#fff3;--header-toggle-bg:#ffffff0f;--header-btn-primary-bg:#f1f5f9;--header-btn-primary-fg:#0c4a6e;--header-btn-primary-hover:#e2e8f0;--panel-accent-border:#38bdf8}body{background:var(--bg-page);min-height:100vh;color:var(--text-primary);font-family:var(--font-sans);margin:0}
