:root{
  --blue-950:#062b5f; --blue-900:#073a7a; --blue-800:#0b4f9c; --blue-700:#0d5bb8;
  --blue-100:#eaf3ff; --blue-50:#f6faff; --gold:#c9982b; --gold-100:#fff6df;
  --green:#11985b; --red:#c62828; --amber:#b66a00; --text:#09285a; --muted:#5c6f91;
  --border:#d9e5f5; --card:#ffffff; --bg:#f8fbff; --shadow:0 16px 50px rgba(8,38,84,.08);
  --radius:18px; --sidebar:292px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.45} a{text-decoration:none;color:inherit} img{max-width:100%;display:block}.serif{font-family:Georgia,'Times New Roman',serif}.muted{color:var(--muted)}.gold{color:var(--gold)}
.loading{position:fixed;inset:0;background:rgba(255,255,255,.94);z-index:9999;display:grid;place-items:center;transition:opacity .25s ease,visibility .25s ease}.loading.done{opacity:0;visibility:hidden}.spinner{width:64px;height:64px;border-radius:50%;border:5px solid #dcecff;border-top-color:var(--blue-900);border-right-color:var(--gold);animation:spin .8s linear infinite}.loading p{font-weight:700;margin-top:18px;color:var(--blue-900)}@keyframes spin{to{transform:rotate(360deg)}}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--blue-900);background:var(--blue-900);color:#fff;padding:13px 20px;border-radius:14px;font-weight:800;cursor:pointer;transition:.2s;min-height:44px}.btn:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(6,43,95,.18)}.btn.secondary{background:#fff;color:var(--blue-900);border-color:var(--border)}.btn.gold{background:var(--gold);border-color:var(--gold);color:#061d42}.btn.danger{border-color:#ffd0d0;background:#fff5f5;color:var(--red)}.btn.good{border-color:#cdeedc;background:#effaf4;color:var(--green)}.btn.small{padding:8px 12px;border-radius:10px;min-height:36px;font-size:13px}.pill{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:800;border:1px solid var(--border);background:#fff}.pill.good{background:#effaf4;border-color:#cdeedc;color:var(--green)}.pill.warn{background:#fff6e7;border-color:#f4d7a2;color:var(--amber)}.pill.bad{background:#fff1f1;border-color:#ffc9c9;color:var(--red)}
.header{height:78px;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(18px,4vw,80px);position:sticky;top:0;z-index:100}.brand{display:flex;align-items:center;gap:14px}.brand img{width:172px;height:auto}.nav{display:flex;gap:28px;align-items:center;font-weight:700}.nav a{color:#142b58}.nav a:hover{color:var(--blue-700)}.nav-actions{display:flex;gap:12px;align-items:center}.hamb{display:none}
.hero{min-height:620px;padding:70px clamp(20px,6vw,110px);display:grid;grid-template-columns:1.1fr .9fr;gap:54px;align-items:center;background:linear-gradient(115deg,#fff 0%,#f7fbff 52%,#eef6ff 100%)}.hero h1{font-size:clamp(42px,6vw,76px);line-height:1.02;margin:0 0 22px;color:var(--blue-950)}.hero p{font-size:20px;max-width:650px;color:#31496d;margin:0 0 28px}.hero-card{background:#fff;border:1px solid var(--border);border-radius:28px;padding:14px;box-shadow:var(--shadow);overflow:hidden}.hero-card img{border-radius:20px;object-fit:cover;aspect-ratio:16/10}.quick-search{display:flex;gap:12px;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow);border-radius:18px;padding:12px;max-width:900px}.quick-search input,.quick-search select,.form input,.form select,.form textarea{width:100%;border:1px solid var(--border);border-radius:12px;padding:13px 14px;color:var(--text);background:#fff;outline:none}.quick-search input:focus,.form input:focus,.form select:focus,.form textarea:focus{border-color:#8fb8ee;box-shadow:0 0 0 3px rgba(13,91,184,.08)}
.section{padding:54px clamp(20px,6vw,110px)}.section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.section-title h2{font-size:34px;line-height:1.12;margin:0}.grid{display:grid;gap:18px}.grid.cards{grid-template-columns:repeat(4,minmax(0,1fr))}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:22px;box-shadow:0 8px 24px rgba(8,38,84,.04)}.metric{display:flex;align-items:center;gap:16px}.metric-icon{width:58px;height:58px;border-radius:18px;background:var(--blue-100);display:grid;place-items:center;flex:0 0 auto}.metric-icon img{width:34px;height:34px;object-fit:contain}.metric strong{display:block;font-size:28px;line-height:1.1}.feature{display:flex;gap:16px}.feature .metric-icon{width:50px;height:50px;border-radius:16px}.therapist-card{overflow:hidden;padding:0}.therapist-card .photo{height:190px;background:linear-gradient(135deg,#d8e9ff,#fff0cf);display:grid;place-items:center}.avatar{width:88px;height:88px;border-radius:50%;background:linear-gradient(135deg,#dbeaff,#fff2cd);display:grid;place-items:center;color:var(--blue-900);font-size:28px;font-weight:900}.therapist-card .body{padding:18px}.tag{display:inline-flex;padding:5px 10px;border-radius:999px;background:var(--gold-100);color:#8c6208;font-size:12px;font-weight:800;margin:4px 4px 4px 0}.filters{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:22px}.filters .form-control{min-width:190px;flex:1}.footer{padding:28px;text-align:center;color:#50698f;border-top:1px solid var(--border);font-size:13px;background:#fff}
.app{display:grid;grid-template-columns:var(--sidebar) 1fr;min-height:100vh}.sidebar{background:linear-gradient(180deg,#062b5f,#06356f);color:#fff;padding:28px 18px;display:flex;flex-direction:column;gap:22px;position:sticky;top:0;height:100vh}.sidebar-logo img{width:210px}.side-nav{display:grid;gap:7px}.side-link{display:flex;align-items:center;gap:13px;padding:13px 16px;border-radius:12px;color:#fff;opacity:.95;font-weight:700}.side-link.active,.side-link:hover{background:rgba(255,255,255,.11)}.side-link img{width:23px;height:23px;object-fit:contain;filter:brightness(0) invert(1)}.side-user{margin-top:auto;border-top:1px solid rgba(255,255,255,.15);padding-top:22px;display:flex;align-items:center;gap:12px}.side-user .avatar{width:52px;height:52px;font-size:16px;color:#06356f;background:#fff}.main{padding:34px clamp(20px,3vw,42px)}.topbar{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:26px}.topbar h1{font-size:34px;margin:0 0 6px}.datebox{border:1px solid var(--border);border-radius:12px;background:#fff;padding:12px 16px;font-weight:800}.kpi-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-bottom:22px}.kpi{background:#fff;border:1px solid var(--border);border-radius:18px;padding:20px;box-shadow:0 6px 20px rgba(8,38,84,.04)}.kpi img{width:38px;height:38px;object-fit:contain;margin-bottom:12px}.kpi b{font-size:28px;display:block}.panel-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse;min-width:760px}.table th,.table td{padding:14px;border-bottom:1px solid var(--border);text-align:left;font-size:14px}.table th{color:#365378;background:#f8fbff;font-weight:900}.actions{display:flex;gap:8px;flex-wrap:wrap}.form{display:grid;gap:14px}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.notice{border:1px solid #f1c998;background:#fff8e9;border-radius:16px;padding:16px;color:#7b4e06}.danger-box{border:1px solid #ffcaca;background:#fff6f6;color:#981b1b;border-radius:20px;padding:24px}.success-box{border:1px solid #c9eed9;background:#f2fbf6;color:#0d7a47;border-radius:20px;padding:24px}.upload{border:2px dashed #b8cbe6;border-radius:18px;padding:34px;text-align:center;background:#fbfdff}.chart-placeholder{height:250px;border-radius:16px;background:linear-gradient(180deg,#f7fbff,#fff);border:1px solid var(--border);position:relative;overflow:hidden}.chart-placeholder:before{content:'';position:absolute;left:42px;right:42px;bottom:58px;height:4px;background:linear-gradient(90deg,#2d6dd0,#25a764);border-radius:999px;transform:skewY(-10deg);box-shadow:80px -30px 0 #2d6dd0,180px -65px 0 #25a764,300px -90px 0 #2d6dd0}.match-list{display:grid;gap:12px}.match-row{display:grid;grid-template-columns:90px 1fr 120px 140px;gap:16px;align-items:center;border:1px solid var(--border);border-radius:16px;padding:14px}.score{width:66px;height:66px;border-radius:50%;display:grid;place-items:center;border:5px solid var(--green);font-weight:900;color:var(--green)}.login{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#062b5f,#f8fbff)}.login-card{width:min(430px,92vw);background:#fff;border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow);padding:28px}.login-card img{width:210px;margin:0 auto 18px}.toast{position:fixed;right:20px;bottom:20px;background:var(--blue-950);color:white;padding:14px 18px;border-radius:14px;box-shadow:var(--shadow);z-index:3000;display:none}.toast.show{display:block}
@media(max-width:1100px){.grid.cards{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr}.kpi-grid{grid-template-columns:repeat(2,1fr)}.panel-grid{grid-template-columns:1fr}.app{grid-template-columns:1fr}.sidebar{position:relative;height:auto}.side-nav{grid-template-columns:repeat(2,1fr)}.main{padding:24px}.nav{display:none}.hamb{display:block}}
@media(max-width:680px){.grid.cards,.grid.two,.form-row{grid-template-columns:1fr}.quick-search{flex-direction:column}.hero{padding:38px 18px}.section{padding:38px 18px}.header{height:auto;padding:14px 18px;align-items:flex-start}.brand img{width:140px}.nav-actions{display:none}.side-nav{grid-template-columns:1fr}.kpi-grid{grid-template-columns:1fr}.match-row{grid-template-columns:1fr}.topbar{flex-direction:column}.table{min-width:620px}}
