:root{
  --fs-bg:#f3f6fb;
  --fs-bg-2:#eef3f9;
  --fs-ink:#0f172a;
  --fs-muted:#64748b;
  --fs-line:#dbe4ef;
  --fs-white:#ffffff;
  --fs-dark:#0b1220;
  --fs-dark-2:#111827;
  --fs-primary:#00a884;
  --fs-primary-2:#008b72;
  --fs-green-soft:#e8fff8;
  --fs-blue:#1d4ed8;
  --fs-blue-soft:#eaf1ff;
  --fs-amber:#f59e0b;
  --fs-amber-soft:#fff7e6;
  --fs-red:#b91c1c;
  --fs-red-soft:#fee2e2;
  --fs-card-shadow:0 18px 45px rgba(15,23,42,.08);
  --fs-radius:22px;
}
*{box-sizing:border-box}
html{min-height:100%;background:var(--fs-bg)}
body{margin:0;min-height:100%;font-family:Inter,Arial,Helvetica,sans-serif;background:linear-gradient(180deg,#f8fbff 0%,var(--fs-bg) 42%,#edf2f8 100%);color:var(--fs-ink);font-size:16px}
a{color:inherit}

/* Login */
.auth-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px;background:radial-gradient(circle at 20% 0%,#1d3d82 0%,#111827 42%,#050816 100%)}
.auth-card{width:100%;max-width:430px;background:#fff;border-radius:26px;padding:34px;box-shadow:0 26px 70px rgba(0,0,0,.34);border:1px solid rgba(255,255,255,.2)}
.brand-mark{width:58px;height:58px;border-radius:17px;background:#101827;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;letter-spacing:.02em;margin-bottom:18px;border:3px solid var(--fs-primary);box-shadow:0 8px 20px rgba(0,168,132,.22)}
h1,h2,h3,p{margin-top:0}.auth-card h1{font-size:28px;line-height:1.16;margin-bottom:22px}.auth-form{display:grid;gap:12px}.auth-form label{font-weight:800;color:#172033;font-size:14px;margin-top:6px}.auth-form input{width:100%;border:1px solid #cbd5e1;border-radius:14px;padding:14px 15px;font-size:16px;outline:none;background:#fff;transition:border-color .15s,box-shadow .15s}.auth-form input:focus{border-color:var(--fs-primary);box-shadow:0 0 0 4px rgba(0,168,132,.12)}.password-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.btn-primary,button,.button-link{border:0;border-radius:14px;padding:15px 18px;background:var(--fs-primary);color:#fff;font-weight:900;font-size:15px;text-align:center;text-decoration:none;cursor:pointer;transition:transform .12s,background .12s,box-shadow .12s}.btn-primary:hover,.button-link:hover{background:var(--fs-primary-2);box-shadow:0 10px 25px rgba(0,168,132,.18)}.btn-primary:active{transform:translateY(1px)}.btn-ghost{border:1px solid #cbd5e1;background:#fff;color:#0f172a;border-radius:13px;padding:13px 16px;font-weight:800;cursor:pointer}.alert{border-radius:14px;padding:13px 16px;margin:0 0 18px;font-size:14px;line-height:1.4}.alert-error{background:var(--fs-red-soft);color:#8d1717;border:1px solid #fecaca}.alert-ok{background:#dcfce7;color:#14532d;border:1px solid #bbf7d0}

/* Layout */
.app-shell{min-height:100vh}.topbar{height:72px;background:var(--fs-dark);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 32px;border-bottom:4px solid var(--fs-primary);box-shadow:0 8px 25px rgba(15,23,42,.12);position:sticky;top:0;z-index:10}.topbar__brand{display:flex;align-items:center;gap:14px}.topbar__logo{width:42px;height:42px;border-radius:13px;background:#111c31;border:2px solid var(--fs-primary);display:flex;align-items:center;justify-content:center;font-weight:900}.topbar__title{display:flex;flex-direction:column;gap:2px}.topbar__title strong{font-size:17px}.topbar__title span{font-size:13px;color:#cbd5e1}.topbar__user{display:flex;align-items:center;gap:12px;color:#dbeafe}.topbar__user strong{font-weight:800;color:#fff}.topbar__logout{background:#334155;color:#fff;text-decoration:none;border-radius:12px;padding:10px 14px;font-weight:800}.topbar__logout:hover{background:#475569}.dashboard{max-width:1260px;margin:0 auto;padding:30px 24px 46px}.dashboard-grid{display:grid;grid-template-columns:260px minmax(0,1fr);gap:22px}.side-card{background:#fff;border:1px solid var(--fs-line);border-radius:var(--fs-radius);box-shadow:var(--fs-card-shadow);padding:18px;position:sticky;top:94px;align-self:start}.side-card__label{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--fs-primary);font-weight:900;margin-bottom:8px}.side-card h2{font-size:22px;line-height:1.16;margin-bottom:8px}.side-card p{font-size:14px;color:var(--fs-muted);line-height:1.45;margin-bottom:16px}.nav-list{display:grid;gap:8px}.nav-list a{text-decoration:none;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;color:#334155;font-size:14px;font-weight:750}.nav-list a.active,.nav-list a:hover{background:var(--fs-green-soft);color:#065f46}.main-col{display:grid;gap:20px}.hero{background:#fff;border:1px solid var(--fs-line);border-radius:var(--fs-radius);padding:24px 26px;box-shadow:var(--fs-card-shadow);display:flex;align-items:center;justify-content:space-between;gap:20px}.hero__eyebrow{text-transform:uppercase;font-size:12px;letter-spacing:.14em;font-weight:900;color:var(--fs-primary);margin-bottom:10px}.hero h1{font-size:32px;line-height:1.12;margin-bottom:8px}.hero p{max-width:720px;color:#475569;line-height:1.45;margin-bottom:0}.period-card{min-width:210px;border:1px solid #a7f3d0;background:linear-gradient(135deg,#ecfdf5,#f8fffb);color:#065f46;border-radius:18px;padding:15px;text-align:left}.period-card span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;margin-bottom:6px}.period-card strong{display:block;font-size:14px;line-height:1.35}.cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.metric-card{background:#fff;border:1px solid var(--fs-line);border-radius:18px;padding:18px;box-shadow:0 12px 28px rgba(15,23,42,.055);min-height:118px}.metric-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.metric-card span{display:block;color:#64748b;font-size:13px;font-weight:750;margin-bottom:12px}.metric-card strong{font-size:28px;letter-spacing:-.02em}.metric-card small{display:block;color:#94a3b8;margin-top:9px;font-size:12px}.metric-icon{width:34px;height:34px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--fs-blue-soft);color:var(--fs-blue);font-weight:900}.metric-card.green .metric-icon{background:var(--fs-green-soft);color:#047857}.metric-card.amber .metric-icon{background:var(--fs-amber-soft);color:#b45309}.section-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);gap:18px}.panel{background:#fff;border:1px solid var(--fs-line);border-radius:var(--fs-radius);padding:22px;box-shadow:var(--fs-card-shadow)}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--fs-line)}.panel-head h2{font-size:20px;margin-bottom:4px}.panel-head span{display:block;color:#64748b;font-size:13px;line-height:1.45}.status-pill{display:inline-flex;align-items:center;gap:8px;border-radius:999px;background:#ecfdf5;color:#047857;padding:8px 12px;font-size:12px;font-weight:900;white-space:nowrap}.status-dot{width:8px;height:8px;border-radius:999px;background:#10b981}.empty{padding:24px;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;color:#475569}.empty strong{display:block;margin-bottom:6px;color:#172033}.empty p{margin-bottom:0;line-height:1.5}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:720px}th,td{text-align:left;border-bottom:1px solid #e5e7eb;padding:13px 12px;font-size:14px}th{background:#f8fafc;color:#334155;font-size:12px;text-transform:uppercase;letter-spacing:.05em}td:nth-child(n+3),th:nth-child(n+3){text-align:right}.opportunity-list{display:grid;gap:12px}.opportunity{border:1px solid #e5e7eb;border-radius:15px;padding:14px;background:#fbfdff}.opportunity strong{display:block;margin-bottom:5px}.opportunity p{font-size:13px;color:#64748b;line-height:1.45;margin-bottom:0}.timeline{display:grid;gap:12px}.timeline-item{display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:start}.timeline-marker{width:26px;height:26px;border-radius:9px;background:#e8fff8;color:#047857;display:flex;align-items:center;justify-content:center;font-weight:900}.timeline-item strong{display:block;font-size:14px;margin-bottom:3px}.timeline-item span{display:block;color:#64748b;font-size:13px;line-height:1.4}.error-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:30px;background:#0b1220}.error-card{width:100%;max-width:560px;background:#fff;border-radius:24px;padding:34px;box-shadow:0 26px 70px rgba(0,0,0,.34)}.error-card h1{color:#065f46}.error-card p{color:#475569;line-height:1.5}.error-actions{margin-top:22px}.error-actions a{display:inline-block;background:var(--fs-primary);color:#fff;text-decoration:none;border-radius:14px;padding:14px 18px;font-weight:900}
@media(max-width:1050px){.dashboard-grid{grid-template-columns:1fr}.side-card{position:static}.cards{grid-template-columns:repeat(2,minmax(0,1fr))}.section-grid{grid-template-columns:1fr}.nav-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.topbar{height:auto;padding:16px;align-items:flex-start;gap:14px;flex-direction:column}.topbar__user{width:100%;justify-content:space-between}.dashboard{padding:18px 14px 32px}.hero{flex-direction:column;align-items:flex-start;padding:20px}.hero h1{font-size:26px}.period-card{width:100%}.cards{grid-template-columns:1fr}.auth-shell{padding:18px}.auth-card{padding:26px}.password-row{grid-template-columns:1fr}.btn-ghost{width:100%}.nav-list{grid-template-columns:1fr}}
