@charset "UTF-8";:root{--iris-accent: #2563eb;--accent-contrast: #ffffff;--bg: #f7f8fa;--surface: #ffffff;--surface-2: #f0f2f5;--text: #111827;--muted: #6b7280;--border: #e3e6ea;--danger: #b91c1c;--note-bg: #fff7ed;--note-border: #fdba74;--note-text: #9a3412}:root[data-theme=dark]{--iris-accent: #3b82f6;--accent-contrast: #ffffff;--bg: #0f1419;--surface: #1b2230;--surface-2: #161c27;--text: #e6e9ee;--muted: #9aa4b2;--border: #2b3442;--danger: #f87171;--note-bg: #2a2113;--note-border: #7c5a1e;--note-text: #f4d29a}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text);background:var(--bg)}app-root{display:block;height:100dvh}.app-shell{display:flex;flex-direction:column;height:100dvh;min-height:0}.brand-bar{flex:0 0 auto;display:flex;align-items:center;gap:.6rem;padding:.5rem 1rem;background:var(--iris-accent);color:var(--accent-contrast)}.brand-bar .brand-name{font-weight:700;letter-spacing:-.01em}.brand-bar .brand-sub{font-size:.75rem;opacity:.85}.brand-bar .spacer{flex:1}.brand-bar .theme-toggle{background:#ffffff2e;border:0;color:inherit;border-radius:999px;padding:.3rem .7rem;font-size:.8rem;cursor:pointer}.page{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.page>router-outlet{display:none}.page>*:not(router-outlet){flex:1 1 auto;min-height:0;display:flex;flex-direction:column}@media(max-width:600px){.brand-bar .brand-sub{display:none}}
