:root{--ink:#102a37;--muted:#617680;--brand:#0b526e;--brand2:#0b7a75;--bg:#eef5f6;--card:#fff;--line:#d8e4e6;--danger:#a12b35;--soft:#f5fafb;--accent:#dff3ef}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink)}header{position:sticky;top:0;z-index:10;background:#083b54;color:#fff;padding:15px max(4vw,18px);display:flex;justify-content:space-between;gap:15px;align-items:center}h1{font-size:clamp(16px,2.4vw,25px);margin:0}nav{display:flex;gap:7px;overflow:auto;padding:10px max(4vw,18px);background:#fff;border-bottom:1px solid var(--line);position:sticky;top:61px;z-index:9}nav button{white-space:nowrap;border:0;background:transparent;padding:9px 12px;border-radius:20px;color:var(--muted);font-weight:650}nav button.active{background:#d9eef0;color:#08495d}main{max-width:1180px;margin:auto;padding:22px}.page{display:none}.page.active{display:block}.hero{padding:18px 2px}.hero h2{margin:0 0 5px;font-size:clamp(23px,4vw,36px)}.hero p{margin:0;color:var(--muted)}.card{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:18px;margin-bottom:16px;box-shadow:0 7px 24px rgba(17,54,65,.05)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:13px}.grid.two{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:700}input,select,textarea{width:100%;border:1px solid #bdd0d4;border-radius:9px;padding:10px;background:#fff;font:inherit;color:var(--ink)}input:focus,select:focus,textarea:focus{outline:3px solid rgba(11,122,117,.15);border-color:var(--brand2)}textarea{min-height:90px;resize:vertical}.checks{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px}.checks label{flex-direction:row;align-items:center;background:#f7fafb;padding:9px;border-radius:9px}.checks input{width:auto}.actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end;margin-top:16px}button{cursor:pointer;font:inherit;font-weight:700;border-radius:9px;padding:10px 14px;border:0}.primary{background:var(--brand);color:#fff}.soft{background:#dcebed;color:#123d49}.danger-button{background:var(--danger);color:#fff}.kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(165px,1fr));gap:12px;margin-bottom:16px}.kpi{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px}.kpi strong{display:block;font-size:29px}.kpi span{color:var(--muted);font-size:13px}.alert{padding:13px;border-radius:10px;margin-bottom:12px}.danger{background:#fde8e8;color:#7c1d27;border:1px solid #edbec2}.warning{background:#fff4d8;color:#725314;border:1px solid #eddba5}.note{font-size:12px;color:var(--muted)}.hidden{display:none!important}.lock{position:fixed;inset:0;background:linear-gradient(145deg,#062e42,#0b6b70);display:grid;place-items:center;padding:20px;z-index:100}.lock-card{width:min(450px,100%);background:#fff;padding:28px;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.26)}.lock-card label{margin:13px 0}table{width:100%;border-collapse:collapse;font-size:12px}th,td{padding:8px;border-bottom:1px solid var(--line);vertical-align:top;text-align:left}th{background:#edf5f6;position:sticky;top:0}.table-wrap{overflow:auto;max-height:470px}.badge{display:inline-block;padding:3px 7px;border-radius:10px;background:#e1eff0}.empty{color:var(--muted);padding:18px;text-align:center}#profile-form{padding:0;overflow:hidden}#profile-form>.actions{padding:0 22px 22px}#profile-fields{padding:0 22px 22px;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.guided-profile-progress{padding:18px 22px;background:linear-gradient(135deg,#e5f5f1,#eef7fa);border-bottom:1px solid var(--line)}.guided-profile-progress>div:first-child{display:flex;justify-content:space-between;gap:12px;align-items:center;font-size:13px}.guided-profile-progress [data-progress-label]{font-size:17px;color:var(--brand2);font-weight:800}.guided-progress-track{height:10px;background:#fff;border-radius:999px;overflow:hidden;margin-top:10px;border:1px solid #cfe2e2}.guided-progress-track span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--brand2),#49a989);transition:width .35s ease}.profile-section-title{grid-column:1/-1;display:flex;align-items:center;gap:12px;margin:14px -4px 0;padding:14px 16px;border-radius:14px;background:linear-gradient(135deg,#f0f8f8,#f7fbfc);border:1px solid #dceaea}.profile-section-title>span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#dcefee;font-size:21px}.profile-section-title h3{margin:0;font-size:17px}.profile-section-title p{margin:3px 0 0;color:var(--muted);font-size:12px;line-height:1.4}.field-caption{display:block}.profile-choice-field{grid-column:1/-1;border:1px solid #d7e6e7;border-radius:16px;padding:16px;background:#fbfdfd;margin:0}.profile-choice-field legend{font-size:15px;font-weight:800;padding:0 8px}.profile-choice-field>p{margin:0 0 13px;color:var(--muted);font-size:12px}.profile-choice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:9px}.profile-choice-card{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:8px;padding:11px;border:1px solid #d7e5e6;border-radius:12px;background:#fff;cursor:pointer;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease;font-size:12px;font-weight:650}.profile-choice-card:hover{transform:translateY(-1px);border-color:#9dc8c5;box-shadow:0 5px 14px rgba(16,75,81,.08)}.profile-choice-card input{position:absolute;opacity:0;pointer-events:none}.profile-choice-card .check-mark{display:grid;place-items:center;width:22px;height:22px;border:1px solid #adc8c9;border-radius:7px;color:transparent;background:#fff}.profile-choice-card:has(input:checked){border-color:var(--brand2);background:var(--accent);box-shadow:0 4px 12px rgba(11,122,117,.1)}.profile-choice-card:has(input:checked) .check-mark{background:var(--brand2);border-color:var(--brand2);color:#fff}.profile-details{margin-top:13px}.profile-source-field{display:none!important}@media(max-width:700px){header{position:static}nav{top:0}main{padding:14px}.card{padding:14px}.grid{grid-template-columns:1fr}table{min-width:780px}#profile-fields{grid-template-columns:1fr;padding:0 14px 18px}.profile-choice-grid{grid-template-columns:1fr}.guided-profile-progress{padding:16px 14px}#profile-form>.actions{padding:0 14px 18px}.profile-section-title{margin-top:10px}.profile-choice-card{font-size:13px}}