:root{--ink:#132238;--muted:#667085;--line:#e5e7eb;--soft:#f6f8fb;--accent:#2457d6}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:#fff}.wrap{max-width:1120px;margin:auto;padding:32px}.brand{font-size:22px;font-weight:800}.pill{display:inline-block;padding:7px 11px;border-radius:999px;background:#eef3ff;color:var(--accent);font-weight:700;font-size:12px}.hero{padding:80px 0 54px}.hero h1{font-size:56px;line-height:1.02;max-width:820px;margin:18px 0}.hero p{font-size:20px;color:var(--muted);max-width:720px;line-height:1.6}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{border:1px solid var(--line);border-radius:18px;padding:24px;background:#fff}.metric{font-size:34px;font-weight:800}.label{color:var(--muted);margin-top:6px}.bar{height:8px;background:#e9edf5;border-radius:10px;margin-top:16px;overflow:hidden}.bar span{display:block;height:100%;background:var(--accent)}.section{padding:35px 0}.btn{display:inline-block;background:var(--ink);color:white;padding:13px 18px;border-radius:10px;text-decoration:none;font-weight:700}@media(max-width:760px){.hero h1{font-size:40px}.grid{grid-template-columns:1fr}}
.narrow{max-width:980px}.top{display:flex;align-items:center;justify-content:space-between;gap:18px}.brand-link{text-decoration:none;color:inherit}.page-head{padding:52px 0 24px}.page-head h1,.profile-hero h1{font-size:46px;line-height:1.05;margin:10px 0 12px}.page-head p,.profile-hero p{font-size:18px;line-height:1.6;color:var(--muted);max-width:760px}.eyebrow,.tiny-label{font-size:12px;letter-spacing:.08em;font-weight:800;color:var(--accent)}.searchbox{border:1px solid var(--line);background:var(--soft);padding:22px;border-radius:18px}.searchbox label,.profile-form label{display:block;font-weight:700}.searchrow{display:flex;gap:10px;margin:10px 0}.searchrow input{flex:1}.searchbox input,.profile-form input,.profile-form select,.profile-form textarea{width:100%;border:1px solid #cfd6e1;border-radius:10px;padding:12px 13px;background:#fff;font:inherit;color:var(--ink)}small{display:block;color:var(--muted);font-weight:400;margin-top:5px}.section-title{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:14px}.section-title h2{margin:0}.muted{color:var(--muted)}.result-list{display:grid;gap:10px}.result-card{display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid var(--line);padding:18px 20px;border-radius:14px;background:#fff}.result-title{font-weight:800;font-size:18px}.result-meta,.result-address{color:var(--muted);margin-top:4px}.btn.secondary{background:#fff;color:var(--ink);border:1px solid #cfd6e1}.empty{border:1px dashed #cfd6e1;border-radius:16px;padding:28px;text-align:center;color:var(--muted)}.empty strong{color:var(--ink);font-size:18px}.alert{padding:14px 16px;border-radius:12px;margin:18px 0}.alert.error{background:#fff0f0;color:#8a2732;border:1px solid #ffd4d8}.alert.success{background:#effaf3;color:#21633a;border:1px solid #cdeed8}.company-confirm{display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid var(--line);padding:20px;border-radius:16px;margin-bottom:22px}.company-confirm h2{margin:5px 0}.company-confirm p{margin:4px 0}.status-good{font-size:13px;font-weight:800;background:#effaf3;color:#21633a;padding:8px 10px;border-radius:999px;white-space:nowrap}.profile-form{display:grid;gap:18px}.profile-form fieldset{border:1px solid var(--line);border-radius:16px;padding:20px}.profile-form legend{font-size:18px;font-weight:800;padding:0 8px}.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.chips{display:flex;flex-wrap:wrap;gap:8px}.chip input{position:absolute;opacity:0;pointer-events:none}.chip span{display:inline-block;border:1px solid #cfd6e1;border-radius:999px;padding:9px 12px;font-weight:600;cursor:pointer;background:#fff}.chip input:checked+span{background:#eaf0ff;border-color:#8ba8ef;color:#143f9b}.gap-top{margin-top:18px}.form-actions{display:flex;align-items:center;gap:16px;padding:4px 0 20px}.profile-hero{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:54px 0 10px}.completion{width:150px;height:150px;border-radius:50%;background:var(--soft);display:flex;flex-direction:column;align-items:center;justify-content:center;border:10px solid #eaf0ff}.completion strong{font-size:34px}.completion span{color:var(--muted);font-size:12px}.progress{height:10px;background:#edf0f5;border-radius:999px;overflow:hidden}.progress span{display:block;height:100%;background:var(--accent)}.grid.two{grid-template-columns:repeat(2,1fr)}dl{margin:14px 0 0}dl div{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding:10px 0}dt{color:var(--muted)}dd{margin:0;font-weight:700;text-align:right}.tag-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.tag-list span{background:var(--soft);border:1px solid var(--line);padding:8px 10px;border-radius:999px;font-size:13px;font-weight:700}.tag-list .muted-tag{color:var(--muted);font-weight:500}.subhead{margin:26px 0 0}.next-step{border:1px solid #cfdcff;background:#f5f8ff;padding:24px;border-radius:18px;display:flex;justify-content:space-between;align-items:center;gap:24px;margin:20px 0 40px}.next-step h2{margin:7px 0}.next-step p{color:var(--muted);max-width:700px;line-height:1.55}.result-actions{display:flex;align-items:center;gap:10px}.score-mini{font-weight:800;color:var(--accent)}.hero.compact{padding:54px 0 38px}.hero.compact h1{font-size:48px}@media(max-width:760px){.searchrow,.company-confirm,.profile-hero,.next-step,.result-card{flex-direction:column;align-items:stretch}.form-grid,.grid.two{grid-template-columns:1fr}.completion{width:120px;height:120px}.result-actions{justify-content:space-between}}
