:root{--background:#f6f3ee;--foreground:#16201d;--muted:#5d6a65;--line:#d8d0c3;--panel:#fffaf2;--accent:#176b58;--accent-strong:#0d4f41;--gold:#d79c28;--blue:#345995}*{box-sizing:border-box}body,html{min-height:100%}body{margin:0;background:var(--background);color:var(--foreground);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.page-shell{min-height:100vh;overflow:hidden;padding:24px}.navbar{align-items:center;display:flex;gap:24px;justify-content:space-between;margin:0 auto;max-width:1160px;padding:12px 0}.brand{font-size:18px;font-weight:750;gap:10px}.brand,.brand-mark{align-items:center;display:inline-flex}.brand-mark{background:var(--accent);border-radius:8px;color:white;font-size:16px;height:34px;justify-content:center;width:34px}.nav-links{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.nav-links a{border-radius:999px;color:var(--muted);font-size:14px;font-weight:650;padding:10px 12px}.nav-links a:hover{background:rgba(23,107,88,.08);color:var(--foreground)}.hero{align-items:center;display:grid;grid-gap:54px;gap:54px;grid-template-columns:minmax(0,1.08fr) minmax(320px,.72fr);margin:0 auto;max-width:1160px;min-height:calc(100vh - 82px);padding:56px 0 72px}.hero-copy{max-width:720px}.eyebrow{color:var(--blue);font-size:14px;font-weight:800;margin:0 0 18px;text-transform:uppercase}.eyebrow,h1{letter-spacing:0}h1{font-size:clamp(48px,8vw,86px);line-height:.95;margin:0;max-width:850px}.lede{color:var(--muted);font-size:20px;line-height:1.65;margin:28px 0 0;max-width:660px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:36px}.primary-action,.secondary-action{align-items:center;border-radius:8px;display:inline-flex;font-weight:750;justify-content:center;min-height:48px;padding:0 18px}.primary-action{background:var(--accent);color:white}.primary-action:hover{background:var(--accent-strong)}.secondary-action{border:1px solid var(--line);color:var(--foreground)}.secondary-action:hover{background:rgba(255,255,255,.5)}.insight-panel{background:var(--panel);border:1px solid var(--line);border-radius:8px;box-shadow:0 28px 80px rgba(36,30,20,.12);display:grid;grid-gap:14px;gap:14px;padding:18px}.panel-header{align-items:center;display:flex;font-size:14px;font-weight:800;justify-content:space-between}.status-dot{align-items:center;color:var(--accent);display:inline-flex;font-size:13px;gap:6px}.status-dot:before{background:var(--gold);border-radius:999px;content:"";display:inline-block;height:8px;width:8px}.trace-card{background:white;border:1px solid #ece4d8;border-radius:8px;padding:16px}.trace-card p{font-size:16px;font-weight:700;line-height:1.45;margin:8px 0 0}.trace-label{color:var(--muted);display:block;font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}.trace-card.highlight{border-color:rgba(23,107,88,.35);box-shadow:inset 4px 0 0 var(--accent)}.auth-shell{align-items:center;display:grid;min-height:100vh;padding:24px}.auth-panel{background:var(--panel);border:1px solid var(--line);border-radius:8px;box-shadow:0 28px 80px rgba(36,30,20,.12);display:grid;grid-gap:28px;gap:28px;margin:0 auto;max-width:560px;padding:28px;width:100%}.auth-panel h1{font-size:42px;line-height:1}.auth-copy{color:var(--muted);font-size:16px;line-height:1.55;margin:14px 0 0}.auth-form{display:grid;grid-gap:12px;gap:12px}.auth-form label{color:var(--foreground);font-size:14px;font-weight:800}.auth-form input{background:white;border:1px solid var(--line);border-radius:8px;color:var(--foreground);font:inherit;min-height:48px;padding:0 14px}.auth-form input:focus{border-color:rgba(23,107,88,.55);outline:3px solid rgba(23,107,88,.14)}.auth-form button{background:var(--accent);border:0;border-radius:8px;color:white;cursor:pointer;font:inherit;font-weight:800;min-height:48px;padding:0 16px}.auth-form button:disabled{cursor:wait;opacity:.72}.auth-error,.auth-note{font-size:14px;line-height:1.45;margin:0}.auth-note{color:var(--accent)}.auth-error{color:#a13d2d}.account-list{display:grid;grid-gap:12px;gap:12px;margin:0}.account-list div{background:white;border:1px solid #ece4d8;border-radius:8px;padding:14px}.account-list dt{color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase}.account-list dd{font-size:16px;font-weight:750;margin:6px 0 0}.auth-actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.auth-actions form{margin:0}.auth-actions button{border:0;cursor:pointer;font:inherit}.app-shell{margin:0 auto;max-width:1160px;min-height:100vh;padding:24px}.app-header{gap:18px;justify-content:space-between;padding:8px 0 28px}.app-header,.app-nav{align-items:center;display:flex}.app-nav{flex-wrap:wrap;gap:8px;justify-content:flex-end}.app-nav a,.app-nav button{align-items:center;background:transparent;border:0;border-radius:8px;color:var(--muted);cursor:pointer;display:inline-flex;font:inherit;font-size:14px;font-weight:750;justify-content:center;line-height:1;min-height:40px;padding:0 12px;white-space:nowrap}.app-nav a:hover,.app-nav button:hover{background:rgba(23,107,88,.08);color:var(--foreground)}.app-nav form{display:flex;margin:0}.home-hero,.placeholder-panel{background:var(--panel);border:1px solid var(--line);border-radius:8px;box-shadow:0 24px 80px rgba(36,30,20,.1);padding:28px}.home-hero h1,.placeholder-panel h1{font-size:clamp(38px,6vw,64px);line-height:1;max-width:880px}.home-lede{color:var(--foreground);font-size:22px;font-weight:800;line-height:1.35;margin:24px 0 0;max-width:780px}.home-copy,.placeholder-panel p:not(.eyebrow){color:var(--muted);font-size:16px;line-height:1.6;margin:12px 0 0;max-width:720px}.home-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:18px}.home-card{background:#fffdf8;border:1px solid var(--line);border-radius:8px;display:grid;grid-gap:22px;gap:22px;min-height:220px;padding:18px}.home-card h2{font-size:20px;margin:0}.home-card p{color:var(--muted);font-size:14px;line-height:1.5;margin:10px 0 0}.home-card a{align-self:end;background:var(--accent);border-radius:8px;color:white;display:inline-flex;font-size:14px;font-weight:800;justify-content:center;min-height:40px;padding:10px 12px}.placeholder-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}@media (max-width:760px){.page-shell{padding:18px}.navbar{align-items:flex-start;flex-direction:column}.nav-links{justify-content:flex-start}.hero{grid-template-columns:1fr;min-height:auto;padding:46px 0 48px}h1{font-size:48px}.lede{font-size:18px}.app-shell{padding:16px}.app-header{align-items:flex-start;flex-direction:column}.app-nav{justify-content:flex-start}.home-grid{grid-template-columns:1fr}}