.ClothoAppShellHost{min-height:100vh;display:flex;flex-direction:column}.ClothoAppShellNav{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:4px;padding:10px 16px;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);flex-wrap:wrap}.ClothoAppShellBrand{font-weight:600;letter-spacing:-.02em;margin-right:10px;color:var(--text)}.ClothoAppShellLink{padding:4px 9px;border-radius:var(--radius-sm);color:var(--text-dim);font-size:13px}.ClothoAppShellLink:hover{color:var(--text);background:var(--bg-raised);text-decoration:none}.ClothoAppShellLinkActive{color:var(--text);background:var(--bg-raised)}.ClothoAppShellSpacer{flex:1}.ClothoAppShellUser{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-faint)}.ClothoAppShellMain{flex:1;width:100%;max-width:1240px;margin:0 auto;padding:20px 16px 64px}.ClothoAppShellBanner{display:flex;align-items:center;gap:8px;padding:9px 12px;margin-bottom:16px;border-radius:var(--radius-sm);border:1px solid var(--band-stretch);color:var(--band-stretch);font-size:13px}.ClothoAppShellToast{position:fixed;left:50%;bottom:24px;transform:translate(-50%);display:flex;align-items:center;gap:14px;padding:10px 14px;background:var(--bg-raised);border:1px solid var(--border-strong);border-radius:var(--radius);box-shadow:0 8px 28px #0000006b;font-size:13px;z-index:50}.ClothoAppShellToastError{border-color:var(--danger);color:var(--danger)}.ClothoAppShellToastUndo{color:var(--accent);font-weight:600}:root{color-scheme:dark;--bg: #0d0d0f;--bg-raised: #16161a;--bg-sunken: #09090b;--border: #26262c;--border-strong: #35353d;--text: #e8e8ea;--text-dim: #9a9aa4;--text-faint: #6a6a74;--accent: #7aa2f7;--accent-dim: #3d4f78;--band-strong: #7ec699;--band-likely: #7aa2f7;--band-stretch: #c9a86a;--band-reject: #6a6a74;--danger: #e07a7a;--radius: 8px;--radius-sm: 5px;--gap: 16px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace}@media(prefers-color-scheme:light){:root:not([data-theme=dark]){color-scheme:light;--bg: #fbfbfc;--bg-raised: #ffffff;--bg-sunken: #f2f2f4;--border: #e2e2e6;--border-strong: #cfcfd6;--text: #16161a;--text-dim: #56565e;--text-faint: #86868e;--accent: #2f5fbf;--accent-dim: #b9c9ea;--band-strong: #2f7a51;--band-likely: #2f5fbf;--band-stretch: #8a6a1f;--band-reject: #86868e;--danger: #b03b3b}}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--font);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}input,select,textarea{font:inherit;color:var(--text);background:var(--bg-sunken);border:1px solid var(--border);border-radius:var(--radius-sm);padding:6px 9px}input:focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible,a:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--accent);outline-offset:2px}h1,h2,h3{font-weight:600;letter-spacing:-.01em;margin:0}h1{font-size:22px}h2{font-size:17px}h3{font-size:15px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
