:root{--bg:#111;--surface:#1c1c1c;--surface-2:#262626;--brand-navy:#101010;--brand-orange:#ccab5d;--brand-blue:#3b82f6;--brand-blue-light:#3b82f61a;--gold:#ccab5d;--gold-soft:#e2cb90;--gold-muted:#958560;--ivory:#ece1d0;--bronze:#65593f;--text-primary:#ece1d0;--text-secondary:#a89470;--text-muted:#6b5f45;--border:#65593f80;--shadow:0 1px 4px #0006;--shadow-md:0 4px 16px #00000080;--success:#22c55e;--success-bg:#22c55e1f;--error:#f87171;--error-bg:#f871711f;--radius-sm:6px;--radius:12px;--radius-lg:16px;--font-main:system-ui, "Segoe UI", Roboto, sans-serif;color:var(--text-primary);background:var(--bg);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.5}*,:before,:after{box-sizing:border-box;font-family:inherit}body{min-height:100svh;font-family:var(--font-main);margin:0}#root{flex-direction:column;min-height:100svh;display:flex}h1,h2,h3{margin:0;font-weight:600;line-height:1.3}p{margin:0}.app-shell{flex-direction:column;min-height:100svh;display:flex}.app-header{background:var(--brand-navy);border-bottom:1px solid #65593f4d;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;height:auto;padding:16px 20px;display:flex}.app-header__logo{background:var(--brand-orange);color:#fff;letter-spacing:.08em;border-radius:4px;padding:3px 8px;font-size:.75rem;font-weight:700}.app-layout-brand{align-items:center;gap:12px;display:flex}.app-layout-brand--link{cursor:pointer;color:inherit;background:0 0;border:none;padding:0;text-decoration:none}.app-layout-brand__text{text-align:left}.app-layout-brand__logo{object-fit:contain;flex-shrink:0;width:64px;height:64px}.app-header__title,.app-header__company{color:var(--ivory);font-size:1.05rem;font-weight:600}.app-main{flex-direction:column;flex:1;display:flex}h1{color:var(--ivory);font-size:large;font-weight:600}p{color:var(--ivory);opacity:.7;font-size:small}
