:root{--navy:#06162d;--blue:#0b5fb5;--cyan:#27b9e8;--red:#c63d2f;--ink:#172234;--muted:#677487;--line:#dce4ed;--paper:#f4f7fa;--white:#fff}*{box-sizing:border-box}body{margin:0;font-family:Inter,"Noto Sans SC","Microsoft YaHei",Arial,sans-serif;color:var(--ink);background:var(--paper)}.topbar{height:82px;padding:0 max(24px,calc((100vw - 1260px)/2));display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:5}.brand{display:flex;align-items:center;gap:14px;color:var(--navy);text-decoration:none}.brand img{width:64px;height:auto}.brand span{display:flex;flex-direction:column}.brand b{font-size:16px}.brand small{font-size:10px;color:var(--muted);letter-spacing:.03em;margin-top:3px}.back{color:var(--blue);text-decoration:none;font-weight:700}.hero{background:linear-gradient(120deg,#041226 0%,#082e58 68%,#0b5fb5 100%);color:#fff;padding:62px max(24px,calc((100vw - 1260px)/2));display:grid;grid-template-columns:1.35fr .65fr;gap:60px;align-items:end}.eyebrow{color:var(--cyan);letter-spacing:.2em;font-weight:800;font-size:12px}.hero h1{font-size:clamp(36px,4.5vw,64px);line-height:1.1;margin:12px 0 0}.hero h1 em{font-style:normal;color:#64cef2}.hero-card{border-left:2px solid var(--cyan);padding:8px 0 8px 24px}.hero-card b{font-size:19px}.hero-card p{line-height:1.65;color:#dceafb}.hero-card span{font-size:13px;color:#8fdaf2}.layout{max-width:1260px;margin:40px auto 72px;padding:0 24px;display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:start}.form-card,.result-card{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 16px 50px rgba(6,22,45,.08)}.form-card{padding:32px}.section-title{display:flex;gap:14px;align-items:flex-start;margin-bottom:22px}.section-title.second{margin-top:34px;padding-top:30px;border-top:1px solid var(--line)}.section-title>span{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:var(--navy);color:#fff;font-weight:800}.section-title h2{font-size:21px;margin:0}.section-title p{margin:6px 0 0;color:var(--muted);font-size:13px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.wide{grid-column:1/-1}label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:700}label b{color:var(--red)}input,select,textarea{width:100%;border:1px solid #cfd9e4;border-radius:9px;padding:12px 13px;background:#fff;color:var(--ink);font:inherit;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(11,95,181,.1)}textarea{min-height:112px;resize:vertical;line-height:1.55}.checks{display:grid;grid-template-columns:1fr 1fr;gap:9px}.checks label,.consent{flex-direction:row;align-items:flex-start;font-weight:500;line-height:1.5;background:#f6f9fc;padding:10px;border-radius:8px}.checks input,.consent input{width:auto;margin-top:3px}.consent{margin-top:18px}.trap{position:absolute;left:-9999px;width:1px;height:1px}.form-card button{margin-top:18px;width:100%;border:0;border-radius:10px;background:var(--blue);color:#fff;padding:15px 20px;font-size:16px;font-weight:800;cursor:pointer}.form-card button:hover{background:#074c92}.form-card button:disabled{opacity:.6;cursor:wait}.form-card button span{float:right}.fineprint{color:var(--muted);font-size:11px;line-height:1.6}.error{color:var(--red);font-size:13px;margin-top:12px}.result-card{padding:30px;position:sticky;top:104px;min-height:520px}.empty{text-align:center;padding:90px 28px}.empty>span{display:inline-grid;place-items:center;width:64px;height:64px;border-radius:18px;background:#e7f4fb;color:var(--blue);font-weight:900;font-size:22px}.empty h2{font-size:21px;margin-top:20px}.empty p{color:var(--muted);line-height:1.7}.report-head{border-bottom:1px solid var(--line);padding-bottom:20px}.report-head .sent{display:inline-block;color:#137a50;background:#e6f7ef;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800}.report-head h2{font-size:25px;margin:14px 0 8px}.risk{font-weight:800;color:var(--red)}.report-section{padding:20px 0;border-bottom:1px solid var(--line)}.report-section:last-child{border-bottom:0}.report-section h3{font-size:15px;color:var(--blue);margin:0 0 10px}.report-section p,.report-section li{font-size:13px;line-height:1.65}.dimension{padding:13px;background:#f6f9fc;border-radius:9px;margin:9px 0}.dimension b{display:block;margin-bottom:5px}.roadmap{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.roadmap div{padding:10px;background:#f6f9fc;border-radius:8px}.roadmap b{font-size:12px;color:var(--blue)}footer{background:var(--navy);color:#fff;padding:30px max(24px,calc((100vw - 1260px)/2));display:flex;gap:22px;align-items:center}footer span{color:#8ea4bd}footer a{margin-left:auto;color:#73cef0;text-decoration:none}@media(max-width:850px){.hero,.layout{grid-template-columns:1fr}.hero{gap:30px;padding-top:44px}.result-card{position:static}.grid,.checks{grid-template-columns:1fr}.roadmap{grid-template-columns:1fr}.topbar{height:70px}.brand small{display:none}.brand img{width:54px}footer{align-items:flex-start;flex-direction:column}footer a{margin-left:0}}
