:root{font-family:Inter,system-ui,sans-serif;color:#fff;background:#010a15;font-synthesis:none}
*{box-sizing:border-box}
html{min-width:320px}
body{margin:0;min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(circle at 82% 19%,rgba(0,93,181,.13),transparent 32%),#010a15}
button,input{font:inherit}
a{color:inherit}
.shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}
.site-header{border-bottom:1px solid rgba(0,163,255,.12);background:rgba(1,10,21,.82)}
.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;font-weight:500;white-space:nowrap}
.brand-mark{width:39px;height:39px;display:grid;place-items:center;border:1px solid rgba(0,163,255,.22);background:rgba(10,36,74,.55);border-radius:50%;color:#00a3ff;font-size:13px;font-weight:700;box-shadow:0 0 15px rgba(0,163,255,.13)}
.header-actions{display:flex;align-items:center;gap:30px}
.header-label{color:#9aadc3;font-size:13px}.header-slash{color:#00a3ff;padding:0 8px}
.header-link{color:#d5e2ef;font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap;transition:color .2s}
.header-link:hover{color:#00a3ff}.header-link span{margin-left:5px;color:#00a3ff}
.main-content{padding-top:72px;padding-bottom:96px;flex:1}
.eyebrow,.card-kicker,.overline,.result-topline{font-size:12px;font-weight:700;letter-spacing:.13em;color:#00a3ff}
.eyebrow{display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(0,163,255,.16);background:rgba(10,36,74,.38);border-radius:999px;padding:8px 13px}
.eyebrow-dot{width:7px;height:7px;background:#00a3ff;border-radius:50%;box-shadow:0 0 9px #00a3ff}
h1{font-size:clamp(38px,5vw,62px);line-height:1.08;letter-spacing:-.055em;font-weight:500;margin:24px 0 18px}
h1 span{background:linear-gradient(90deg,#fff,#00a3ff);background-clip:text;color:transparent}
.lead{color:#aebdd0;max-width:650px;line-height:1.65;font-size:17px;margin:0 0 38px}
.workspace{display:grid;grid-template-columns:minmax(0,1.14fr) minmax(310px,.86fr);gap:18px}
.search-card,.empty-card,.result{border:1px solid rgba(0,163,255,.2);background:rgba(10,36,74,.38);box-shadow:0 12px 36px rgba(0,0,0,.25);backdrop-filter:blur(12px);border-radius:20px}
.search-card{padding:32px;min-height:308px}
.search-card h2{font-size:26px;line-height:1.2;font-weight:500;letter-spacing:-.03em;margin:16px 0 26px}
label{display:block;color:#dce5ef;font-size:14px;font-weight:600;margin-bottom:10px}
.search-row{display:flex;gap:10px}
input{width:100%;min-width:0;height:56px;padding:0 18px;border-radius:12px;border:1px solid rgba(129,161,201,.28);background:#07172c;color:#fff;outline:none;font-size:17px;letter-spacing:.08em;transition:border-color .2s,box-shadow .2s}
input::placeholder{color:#6f829b;letter-spacing:0}
input:focus{border-color:#00a3ff;box-shadow:0 0 0 3px rgba(0,163,255,.16)}
button{min-width:160px;height:56px;border:0;border-radius:12px;padding:0 20px;display:flex;justify-content:space-between;align-items:center;gap:16px;background:linear-gradient(135deg,#0055ff,#00a3ff);box-shadow:0 0 20px rgba(0,163,255,.25);color:white;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}
button:hover{transform:translateY(-2px);box-shadow:0 0 28px rgba(0,163,255,.4)}
button:disabled{opacity:.7;cursor:wait;transform:none}
.field-hint{font-size:13px;color:#8ba0b8;margin:11px 0 0}
.feedback{margin-top:19px;padding:12px 14px;border-radius:10px;font-size:14px;line-height:1.5;background:rgba(0,163,255,.1);border:1px solid rgba(0,163,255,.2);color:#c8e7ff}
.feedback.error{background:rgba(255,105,105,.09);border-color:rgba(255,105,105,.28);color:#ffd4d4}
.empty-card{padding:32px;display:flex;flex-direction:column;min-height:308px}
.empty-icon{width:68px;height:68px;display:grid;place-items:center;margin:auto auto 18px;border:1px solid rgba(0,163,255,.22);border-radius:19px;color:#00a3ff;font-size:29px;background:rgba(0,163,255,.07)}
.empty-card p{margin:0 auto auto;max-width:290px;text-align:center;color:#a7b8cd;line-height:1.6;font-size:15px}
.result{margin-top:20px;padding:32px}
.result-topline{display:flex;justify-content:space-between;gap:16px;color:#8faccc;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:22px}
.company-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:28px 0 26px}
.overline{margin:0 0 11px}
.company-head h2{font-size:clamp(25px,3vw,37px);letter-spacing:-.035em;font-weight:500;line-height:1.2;margin:0}
.full-name{color:#93a8c0;line-height:1.5;margin:11px 0 0;font-size:14px}
.status{flex:none;max-width:280px;padding:10px 14px;border-radius:999px;border:1px solid rgba(0,163,255,.24);background:rgba(0,163,255,.09);color:#8bd2ff;font-size:13px;line-height:1.35}
.details-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.09);border-radius:13px;overflow:hidden}
.detail{background:#07182e;min-height:92px;padding:18px 20px;display:flex;flex-direction:column;gap:8px}
.detail-wide{grid-column:span 3;min-height:79px}
.detail span{font-size:13px;color:#8da3bc}
.detail strong{font-weight:500;font-size:16px;line-height:1.45;overflow-wrap:anywhere}
.risks{margin-top:34px}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:15px;margin-bottom:15px}
.section-heading h3{margin:0;font-size:23px;font-weight:500}
.risk-count{font-size:13px;color:#91a6bd}
.risk-list{display:flex;flex-wrap:wrap;gap:9px}
.risk-pill,.risk-clear{font-size:14px;line-height:1.45;padding:10px 13px;border-radius:10px;border:1px solid rgba(255,171,102,.3);color:#ffd2ac;background:rgba(255,171,102,.08)}
.risk-clear{border-color:rgba(0,163,255,.2);color:#b5ddf5;background:rgba(0,163,255,.07)}
.risk-note,.extract-date{font-size:13px;color:#8296ad;line-height:1.5;margin:16px 0 0}
.extract-date{margin-top:28px}
.site-footer{border-top:1px solid rgba(0,163,255,.1);padding:25px 0 30px;background:#010a15}
.footer-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:25px}
.footer-inner p{margin:0;font-size:13px;color:#a2b2c5;line-height:1.55}
.footer-inner a{color:#66c3ff;text-underline-offset:3px}.footer-inner a:hover{color:white}
.footer-inner .disclaimer{max-width:520px;text-align:right;font-size:12px;color:#72869d}
[hidden]{display:none!important}
@media(max-width:760px){.shell{width:min(100% - 32px,1180px)}.header-inner{height:68px}.header-label{display:none}.main-content{padding-top:52px;padding-bottom:72px}.lead{font-size:16px}.workspace{grid-template-columns:1fr}.search-card,.empty-card,.result{padding:24px}.empty-card{min-height:185px}.empty-icon{margin:17px auto 12px;width:48px;height:48px;font-size:22px}.empty-card p{margin:0 auto}.company-head{flex-direction:column;gap:15px}.status{max-width:100%}.footer-inner{flex-direction:column;gap:12px}.footer-inner .disclaimer{text-align:left}}
@media(max-width:480px){h1{font-size:40px}.header-link{font-size:11px;white-space:normal;max-width:100px;text-align:right} .search-row{flex-direction:column}button{width:100%}.details-grid{grid-template-columns:1fr}.detail-wide{grid-column:span 1}.result-topline{flex-direction:column;gap:5px}.search-card h2{font-size:23px}}
