:root {
  --bg:#f5f7fb; --surface:#ffffff; --surface-2:#f9fbfd; --text:#182230; --muted:#687588;
  --border:#e1e7ef; --border-strong:#cfd8e5; --accent:#0f766e; --accent-2:#0b5f59;
  --accent-soft:#ecfdf7; --blue:#2563eb; --shadow:0 20px 50px rgba(33,46,65,.09);
  --radius-xl:26px;
}
*{box-sizing:border-box} html{background:var(--bg)} body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}.app-shell{min-height:100vh}.topbar{height:76px;padding:0 clamp(20px,4vw,56px);display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:11px}.brand-mark{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent)}.brand-mark svg{width:26px}.brand strong,.brand span{display:block}.brand strong{font-size:14px}.brand span{font-size:11px;color:var(--muted);margin-top:2px}.secure-badge{display:flex;align-items:center;gap:8px;border:1px solid var(--border);background:#fff;border-radius:999px;padding:9px 12px;color:#506072;font-size:12px;font-weight:650}.secure-badge svg{width:16px}.view{display:none}.view.active{display:block}#introView,#successView{min-height:calc(100vh - 124px);padding:52px 20px;display:none;place-items:center;background:radial-gradient(circle at 15% 0%,rgba(15,118,110,.06),transparent 32%),var(--bg)}#introView.active,#successView.active{display:grid}.hero-card,.success-card{width:min(900px,100%);padding:clamp(28px,5vw,58px);border:1px solid var(--border);border-radius:var(--radius-xl);background:#fff;box-shadow:var(--shadow)}.eyebrow{color:var(--accent);font-size:11px;font-weight:800;letter-spacing:.16em;margin-bottom:12px}h1,h2{margin:0;letter-spacing:-.035em}h1{font-size:clamp(34px,6vw,56px);line-height:1.04;max-width:13ch}h2{font-size:clamp(30px,4vw,44px);line-height:1.06}.lead{color:var(--muted);line-height:1.7;font-size:16px;max-width:62ch}.summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:32px 0 20px}.summary-item{padding:18px;background:var(--surface-2);border:1px solid var(--border);border-radius:16px}.summary-label{display:block;color:var(--muted);font-size:12px;margin-bottom:8px}.summary-item strong{font-size:15px}.info-panel{display:flex;gap:14px;padding:18px;border-radius:16px;background:#f3f8ff;border:1px solid #dce8fa;margin:22px 0}.info-icon{width:28px;height:28px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;background:#e2ecff;color:var(--blue);font-weight:800}.info-panel strong{font-size:14px}.info-panel p{margin:5px 0 0;color:var(--muted);line-height:1.55;font-size:13px}.consent-row{display:flex;gap:12px;align-items:flex-start;color:#405064;font-size:14px;margin:24px 0;cursor:pointer}.consent-row input{width:18px;height:18px;accent-color:var(--accent);margin-top:1px}.primary-button,.secondary-button{appearance:none;border:0;border-radius:14px;min-height:48px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:760;cursor:pointer;text-decoration:none;transition:.18s ease;user-select:none}.primary-button{background:var(--accent);color:white;box-shadow:0 10px 24px rgba(15,118,110,.16)}.primary-button:hover{transform:translateY(-1px);background:var(--accent-2)}.primary-button:disabled{opacity:.38;cursor:not-allowed;transform:none;box-shadow:none}.secondary-button{color:#344256;background:#fff;border:1px solid var(--border-strong)}.secondary-button:hover{background:#f6f8fb}.workspace{min-height:calc(100vh - 124px);display:grid;grid-template-columns:300px 1fr}.steps-panel{padding:30px 22px;border-right:1px solid var(--border);background:#fff}.steps-head{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.12em;margin-bottom:18px}.steps-head strong{color:#344256}.steps-list{display:flex;flex-direction:column;gap:7px}.step-row{display:flex;align-items:center;gap:11px;padding:10px;border-radius:12px;color:#78879a;font-size:13px}.step-row.active{background:var(--accent-soft);color:#17443f}.step-row.done{color:#405064}.step-dot{width:24px;height:24px;border-radius:9px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--border-strong);font-size:11px;background:#fff}.step-row.active .step-dot{background:var(--accent);color:white;border-color:transparent;font-weight:900}.step-row.done .step-dot{background:#e9faf4;color:var(--accent);border-color:#ccefe3}.capture-panel{padding:30px clamp(18px,4vw,56px) 48px}.progress-wrap{max-width:900px;margin:0 auto 18px}.progress-meta{display:flex;justify-content:space-between;color:var(--muted);font-size:12px;margin-bottom:10px}.progress-track{height:7px;background:#e8edf3;border-radius:999px;overflow:hidden}.progress-bar{height:100%;width:0;background:linear-gradient(90deg,var(--accent),#3b82f6);transition:width .25s ease}.capture-card{max-width:900px;margin:0 auto;padding:clamp(22px,4vw,38px);border:1px solid var(--border);border-radius:var(--radius-xl);background:#fff;box-shadow:var(--shadow)}.capture-copy{margin-bottom:22px}.capture-copy p{color:var(--muted);line-height:1.65;max-width:62ch}.guide-frame{min-height:340px;border-radius:22px;border:1px dashed #c8d2df;background:linear-gradient(180deg,#fbfcfe,#f5f8fb);display:grid;place-items:center;position:relative;overflow:hidden}.guide-frame::before,.guide-frame::after{content:"";position:absolute;width:74px;height:74px;border-color:rgba(15,118,110,.5)}.guide-frame::before{top:18px;left:18px;border-top:2px solid;border-left:2px solid;border-radius:14px 0 0 0}.guide-frame::after{right:18px;bottom:18px;border-right:2px solid;border-bottom:2px solid;border-radius:0 0 14px 0}.guide-vehicle{width:min(74%,520px);color:#90a0b4;opacity:.9}.guide-vehicle svg{width:100%}.guide-hint{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.94);border:1px solid var(--border);color:#59687b;font-size:12px;white-space:nowrap;box-shadow:0 8px 20px rgba(30,45,65,.08)}.preview-wrap{position:absolute;inset:0}.preview-wrap img{width:100%;height:100%;object-fit:cover}.preview-wrap::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 70%,rgba(0,0,0,.24))}.preview-badge{position:absolute;z-index:2;top:18px;right:18px;background:rgba(255,255,255,.94);border:1px solid #bee8da;color:#12665e;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:750}.quality-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0 24px;color:#647387;font-size:12px}.quality-grid>div{padding:12px;border:1px solid var(--border);border-radius:12px;background:#fbfcfe}.quality-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--accent);margin-right:8px;box-shadow:0 0 0 4px rgba(15,118,110,.08)}.capture-actions{display:flex;gap:10px;justify-content:flex-end;align-items:center}.camera-button svg{width:19px}.review-shell{max-width:1180px;margin:0 auto;padding:48px 22px 64px}.review-header{display:flex;justify-content:space-between;gap:22px;align-items:flex-end;margin-bottom:28px}.review-header h1{max-width:15ch}.review-count{width:100px;height:100px;border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid var(--border);background:#fff;box-shadow:0 10px 30px rgba(33,46,65,.06)}.review-count strong{font-size:32px}.review-count span{color:var(--muted);font-size:12px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.review-item{border:1px solid var(--border);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(33,46,65,.05)}.review-thumb{aspect-ratio:4/3;background:#eef2f6;display:grid;place-items:center;position:relative;overflow:hidden}.review-thumb img{width:100%;height:100%;object-fit:cover}.review-placeholder{color:#8b9aae}.review-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px}.review-meta strong{font-size:13px}.review-meta button{border:0;background:none;color:var(--blue);cursor:pointer;font-weight:700;font-size:12px}.review-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:26px}.success-card{text-align:center;max-width:680px}.success-card h1{max-width:none}.success-card .lead{margin:18px auto 24px}.success-icon{width:72px;height:72px;display:grid;place-items:center;margin:0 auto 22px;border-radius:24px;background:var(--accent-soft);color:var(--accent)}.success-icon svg{width:42px}.status-card{display:flex;justify-content:space-between;align-items:center;padding:18px;background:#f7fafc;border:1px solid var(--border);border-radius:16px;margin:24px 0;text-align:left}.status-card span{color:var(--muted);font-size:13px}.status-card strong{color:#135b54}.footer{height:48px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 clamp(20px,4vw,56px);border-top:1px solid var(--border);background:#fff;color:#8491a2;font-size:11px}.hidden{display:none!important}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:860px){.workspace{grid-template-columns:1fr}.steps-panel{display:none}.capture-panel{padding-top:22px}.summary-grid{grid-template-columns:1fr}.review-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:580px){.topbar{height:68px;padding:0 16px}.secure-badge{font-size:0;width:38px;height:38px;justify-content:center;padding:0}.secure-badge svg{width:18px}#introView,#successView{padding:24px 14px}.hero-card,.success-card{border-radius:22px;padding:24px 20px}h1{font-size:36px}h2{font-size:32px}.capture-panel{padding:18px 12px 34px}.capture-card{padding:20px 16px;border-radius:22px}.guide-frame{min-height:290px}.quality-grid{grid-template-columns:1fr}.capture-actions{display:grid;grid-template-columns:1fr 1.4fr}.capture-actions .secondary-button{grid-column:1}.capture-actions .camera-button,.capture-actions #nextButton{grid-column:2}.review-shell{padding:28px 14px 46px}.review-header{align-items:flex-start}.review-count{width:76px;height:76px;border-radius:18px}.review-grid{grid-template-columns:1fr 1fr;gap:10px}.review-meta{align-items:flex-start;flex-direction:column}.review-footer{flex-direction:column-reverse}.footer{padding:0 16px}.footer span:last-child{display:none}}
