:root { color-scheme: light; --blue:#0b3d91; --ink:#172033; --muted:#657089; --line:#dfe5ef; --soft:#f4f7fb; --ok:#18794e; --bad:#c0362c; --warn:#9a6700; }
* { box-sizing: border-box; }
body { margin:0; font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif; color:var(--ink); background:linear-gradient(135deg,#eef4ff,#fafcff 45%,#f1f7f7); min-height:100vh; }
.shell { width:min(920px,calc(100% - 32px)); margin:0 auto; padding:72px 0 96px; }
.hero { max-width:760px; margin-bottom:32px; }
.eyebrow { color:var(--blue); font-size:12px; font-weight:800; letter-spacing:.18em; }
h1 { margin:14px 0 14px; font-size:clamp(32px,5vw,52px); line-height:1.14; letter-spacing:-.04em; }
.hero p { margin:0; color:var(--muted); font-size:17px; line-height:1.8; }
.panel,.result,.status { background:rgba(255,255,255,.92); border:1px solid var(--line); border-radius:18px; box-shadow:0 18px 45px rgba(31,61,112,.09); }
.panel { padding:28px; }
.grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
label span { display:block; font-weight:700; font-size:14px; margin-bottom:8px; }
input[type=password],input[type=file] { width:100%; min-height:46px; padding:11px 12px; border:1px solid #cfd8e6; border-radius:10px; background:#fff; }
.quota { display:block; min-height:18px; margin-top:7px; color:var(--muted); font-size:12px; }
.quota-ok { color:var(--ok); }.quota-empty { color:var(--bad); }
.options { display:flex; align-items:center; justify-content:space-between; gap:16px; margin:22px 0; padding:14px 16px; border-radius:12px; background:var(--soft); }
.check { display:flex; align-items:center; gap:9px; font-size:14px; }
button { border:0; border-radius:10px; cursor:pointer; font-weight:750; font-size:15px; }
button:disabled { opacity:.55; cursor:wait; }
.primary { width:100%; padding:14px 20px; color:#fff; background:var(--blue); box-shadow:0 8px 20px rgba(11,61,145,.22); }
.ghost { padding:10px 14px; color:var(--blue); background:#fff; border:1px solid #b9c8de; white-space:nowrap; }
.privacy { margin:14px 0 0; color:var(--muted); font-size:12px; line-height:1.7; }
.status { margin-top:18px; padding:16px 18px; }
.status.working { color:var(--blue); }.status.success { color:var(--ok); }.status.warning { color:var(--warn); }.status.error { color:var(--bad); }
.hidden { display:none; }
.result { display:grid; grid-template-columns:150px 1fr; gap:26px; margin-top:18px; padding:26px; }
.score { display:flex; flex-direction:column; align-items:center; justify-content:center; min-height:140px; border-radius:16px; color:#fff; background:var(--blue); }
.score strong { font-size:54px; line-height:1; }.score span { margin-top:8px; opacity:.8; }
.summary h2 { margin:0 0 8px; }.summary p { color:var(--muted); line-height:1.7; }
.summary .gate-list { display:grid; grid-template-columns:1fr 1fr; padding:0; list-style:none; gap:8px 18px; font-size:13px; }
.ok { color:var(--ok); }.bad { color:var(--bad); }.issues { padding:10px 14px; background:#fff3f1; border-radius:10px; }
.review-note { margin:14px 0; padding:12px 14px; color:var(--warn); background:#fff8db; border-radius:10px; line-height:1.65; }
.model-note { display:grid; gap:6px; margin:14px 0; padding:12px 14px; border-radius:10px; background:#f5f7fb; color:#44546a; line-height:1.55; }
.model-note.ok { background:#edf9f2; color:#08783e; }
.model-note.warn { background:#fff7e8; color:#8a5a00; }
.model-note.muted { color:#667085; }
.repair-block { margin-top:18px; padding-top:14px; border-top:1px solid var(--line); }
.repair-block h3,.issues h3,.readiness h3 { margin:12px 0 8px; font-size:15px; }
.summary .repair-list { display:block; margin:0; padding:0; list-style:none; }
.repair-list li { padding:10px 0; border-bottom:1px solid #edf1f7; }
.repair-list b,.repair-list span { display:block; }
.repair-list span { margin-top:4px; color:var(--muted); font-size:13px; line-height:1.55; }
.readiness { margin-top:12px; padding:10px 14px; color:#705300; background:#fff9e8; border-radius:10px; }
.compact { width:auto; margin-top:8px; }
@media (max-width:680px) { .shell{padding-top:40px}.grid,.result{grid-template-columns:1fr}.options{align-items:flex-start;flex-direction:column}.summary .gate-list{grid-template-columns:1fr} }
