:root{--ink:#19201d;--muted:#66706b;--paper:#f4f3ef;--white:#fff;--line:#dfe1dc;--green:#176b4d;--green-soft:#e5f1eb;--amber:#be6b16;--red:#b53d37;--shadow:0 14px 36px rgba(25,32,29,.09)}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif}button,input,select{font:inherit}button{cursor:pointer}.shell{max-width:720px;min-height:100dvh;margin:auto;padding:0 20px 104px}.topbar{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;font:800 21px Manrope}.drop{width:27px;height:32px;background:var(--green);border-radius:55% 45% 55% 45%;transform:rotate(45deg);position:relative}.drop:after{content:"";position:absolute;width:8px;height:8px;background:#fff8;border-radius:50%;top:6px;left:6px}.avatar{width:40px;height:40px;border:0;border-radius:50%;background:#dde2dd;font-weight:700}.eyebrow{font-weight:700;color:var(--green);font-size:13px;text-transform:uppercase}.hero h1,.auth h1{font:800 clamp(30px,9vw,46px)/1.08 Manrope;margin:8px 0 10px;letter-spacing:0}.hero p,.auth p{color:var(--muted);line-height:1.55;margin:0}.vehicle{margin:26px 0 16px;background:var(--ink);color:white;border-radius:8px;padding:18px;display:flex;align-items:center;gap:14px}.vehicle-icon{font-size:25px}.vehicle small{display:block;color:#bbc2be}.vehicle strong{display:block;margin-top:3px}.vehicle button{margin-left:auto;border:0;background:#ffffff18;color:white;width:38px;height:38px;border-radius:6px}.scan{width:100%;min-height:188px;border:0;border-radius:8px;background:var(--green);color:white;padding:24px;box-shadow:var(--shadow);text-align:left;position:relative;overflow:hidden}.scan:after{content:"";position:absolute;width:160px;height:160px;border:34px solid #ffffff12;border-radius:50%;right:-48px;bottom:-62px}.scan-icon{width:48px;height:48px;background:white;color:var(--green);border-radius:50%;display:grid;place-items:center;font-size:24px}.scan strong{display:block;font:800 24px Manrope;margin:18px 0 4px}.scan span{color:#d7eee4}.section-title{display:flex;align-items:center;justify-content:space-between;margin:28px 0 12px}.section-title h2{font:800 18px Manrope;margin:0}.link{border:0;background:none;color:var(--green);font-weight:700}.empty,.result{background:white;border:1px solid var(--line);border-radius:8px;padding:20px}.empty{color:var(--muted);text-align:center}.auth{max-width:460px;margin:auto;padding:8vh 24px}.auth .brand{margin-bottom:44px}.form{display:grid;gap:14px;margin-top:28px}.field label{display:block;font-size:13px;font-weight:700;margin-bottom:6px}.field input,.field select{width:100%;height:50px;border:1px solid var(--line);background:white;border-radius:6px;padding:0 14px;color:var(--ink)}.primary,.secondary,.google{height:52px;border-radius:6px;font-weight:700}.primary{border:0;background:var(--green);color:white}.secondary,.google{background:white;border:1px solid var(--line);color:var(--ink)}.divider{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:12px}.divider:before,.divider:after{content:"";height:1px;background:var(--line);flex:1}.steps{display:flex;gap:7px;margin:30px 0}.steps i{height:5px;flex:1;background:var(--line);border-radius:5px}.steps i.on{background:var(--green)}.note{font-size:12px;color:var(--muted);line-height:1.45}.modal{position:fixed;inset:0;background:#17201dbd;display:flex;align-items:flex-end;justify-content:center;z-index:5}.sheet{width:min(100%,720px);max-height:92dvh;overflow:auto;background:var(--paper);border-radius:8px 8px 0 0;padding:24px 20px calc(24px + env(safe-area-inset-bottom))}.sheet-head{display:flex;justify-content:space-between;align-items:center}.sheet h2{font:800 24px Manrope;margin:0}.close{border:0;background:white;width:40px;height:40px;border-radius:50%;font-size:22px}.actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:24px 0}.capture{background:white;border:1px solid var(--line);border-radius:8px;min-height:116px;padding:18px;font-weight:700}.capture span{display:block;font-size:28px;margin-bottom:8px}.preview{width:100%;max-height:300px;object-fit:contain;background:#202523;border-radius:8px}.loading{text-align:center;padding:40px 0}.spinner{width:44px;height:44px;margin:0 auto 16px;border:4px solid var(--line);border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.verdict{display:flex;gap:16px;align-items:center;margin-bottom:18px}.light{width:62px;height:62px;border-radius:50%;box-shadow:0 0 0 8px #eee;flex:none}.light.green{background:#2ca76f;box-shadow:0 0 0 8px #dff4e9}.light.orange{background:#ef942f;box-shadow:0 0 0 8px #fff0dc}.light.red{background:#d64b45;box-shadow:0 0 0 8px #f9e2df}.verdict h3{margin:0;font:800 22px Manrope}.result p{color:var(--muted);line-height:1.5}.specs{display:grid;grid-template-columns:1fr 1fr;gap:10px}.spec{background:var(--paper);padding:12px;border-radius:6px}.spec small{display:block;color:var(--muted)}#toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%) translateY(100px);background:var(--ink);color:white;padding:12px 18px;border-radius:6px;transition:.25s;z-index:10}#toast.show{transform:translateX(-50%) translateY(0)}.hidden{display:none!important}@media(min-width:700px){.modal{align-items:center}.sheet{border-radius:8px;max-height:88vh}.shell{padding-top:8px}}
