:root{--bg:#f4f5f7;--surface-1:#fff;--surface-2:#f0f2f5;--border-subtle:#e4e7ec;--border-default:#d1d6df;--border-strong:#aab3c0;--text-primary:#111827;--text-muted:#4b5563;--text-subtle:#9ca3af;--accent:#3d9040;--accent-hover:#2e7834;--accent-active:#256030;--accent-subtle:rgba(61,144,64,.1);--danger:#dc2626;--warning:#d97706;--focus-ring:#3d9040;--t-base:150ms ease;--r-card:12px;--r-input:8px;--r-btn:6px}:root[data-theme=dark]{--bg:#0b0f14;--surface-1:#13181f;--surface-2:#1a2030;--border-subtle:#1c2330;--border-default:#252e3d;--border-strong:#384557;--text-primary:#e2e6ec;--text-muted:#8a96a6;--text-subtle:#5e6e82;--accent:#4eac48;--accent-hover:#5dc456;--accent-active:#3d9040;--accent-subtle:rgba(78,172,72,.12);--danger:#e08080;--warning:#e0934a;--focus-ring:#4eac48}*{box-sizing:border-box}html{min-height:100%;background:var(--bg);transition:background var(--t-base)}body{margin:0;padding:0;min-height:100vh;color:var(--text-primary);font-family:Segoe UI,Helvetica Neue,Arial,sans-serif}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.app-shell{max-width:1200px;margin:0 auto;padding:0 28px 32px}.header-bar{gap:16px;padding:14px 0 16px;border-bottom:1px solid var(--border-default);margin-bottom:16px}.brand-logo-frame,.header-bar{display:flex;align-items:center}.brand-logo-frame{width:40px;height:40px;border-radius:8px;background:var(--surface-1);justify-content:center;flex-shrink:0}.brand-logo{max-width:32px;max-height:32px}.header-bar-titles{flex:1 1;min-width:0}.header-bar-title{margin:0;font-size:18px;font-weight:600;color:var(--text-primary)}.header-bar-subtitle{margin:2px 0 0;font-size:13px;color:var(--text-muted)}.header-bar-meta{display:block;font-size:11px;color:var(--text-subtle);margin-top:2px;text-decoration:none}.header-bar-meta:hover{color:var(--text-muted);text-decoration:underline}.header-bar-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}