:root{--bg:#08111f;--muted:#9db0c9;--text:#eef5ff;--line:#263852;--accent:#f5c542}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:radial-gradient(circle at 15% 0,#20385e 0,#08111f 38%,#050910 100%);color:var(--text)}.hero{min-height:70vh;padding:24px clamp(18px,4vw,64px);display:flex;flex-direction:column;justify-content:space-between;position:relative}.hero:before{content:"";position:absolute;inset:auto -10% -20% 38%;height:420px;background:radial-gradient(circle,#f5c54255,transparent 62%);filter:blur(16px)}nav{display:flex;justify-content:space-between;gap:20px;color:var(--muted)}nav b{color:var(--text)}.hero section{max-width:980px;position:relative}.eyebrow{color:var(--accent);font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero h1{font-size:clamp(36px,7vw,86px);line-height:.93;margin:12px 0}.lead{font-size:clamp(17px,2vw,22px);color:#c7d5e8;max-width:820px;line-height:1.5}.heroActions,.toolbar{display:flex;flex-wrap:wrap;gap:12px}.btn{border:1px solid #ffffff2b;background:#ffffff10;color:var(--text);padding:12px 16px;border-radius:14px;font-weight:800;cursor:pointer;text-decoration:none}.btn.primary{background:linear-gradient(135deg,var(--accent),#ff9f1c);color:#160f00;border:0}.btn.ghost{background:transparent}main{padding:0 clamp(16px,4vw,56px) 48px}.notice{border:1px solid #ffffff20;background:#ffffff0c;border-radius:22px;padding:18px 20px;margin:-48px 0 22px;position:relative;backdrop-filter:blur(12px);color:#dce8f8}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:22px 0}.stat{background:#ffffff0d;border:1px solid #ffffff18;border-radius:18px;padding:16px}.stat b{font-size:26px;display:block}.stat span{color:var(--muted);font-size:13px}.toolbar{position:sticky;top:0;z-index:5;padding:14px;background:#08111fe6;backdrop-filter:blur(14px);border:1px solid #ffffff18;border-radius:20px;margin:12px 0 22px}input,select{background:#0c1728;border:1px solid var(--line);border-radius:12px;color:var(--text);padding:12px;min-height:44px}#search{flex:1;min-width:240px}.check{display:flex;align-items:center;gap:8px;color:#cdd9e8}.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:18px}.card{background:linear-gradient(180deg,#142238,#0c1626);border:1px solid #ffffff18;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #0006;display:flex;flex-direction:column}.thumb{height:220px;background:linear-gradient(135deg,#1d2d46,#0c1626);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.thumb:before{content:"";position:absolute;width:240px;height:240px;border-radius:50%;background:#f5c54222;filter:blur(20px)}.thumb img{width:100%;height:100%;object-fit:cover;object-position:center}.vehIcon{font-size:58px;z-index:1}.lot,.score{position:absolute;top:12px;background:#08111fee;border:1px solid #ffffff2a;border-radius:999px;padding:8px 10px;font-weight:900;z-index:2}.lot{left:12px}.score{right:12px;background:var(--accent);color:#151000}.cardBody{padding:18px;display:flex;flex-direction:column;gap:12px;flex:1}.card h3{margin:0;font-size:20px;line-height:1.2}.meta{display:flex;flex-wrap:wrap;gap:8px}.pill{font-size:12px;color:#dce9fa;background:#ffffff10;border:1px solid #ffffff16;border-radius:999px;padding:6px 9px}.details{display:grid;grid-template-columns:1fr 1fr;gap:8px;color:#c5d3e6;font-size:14px}.details b{color:#fff}.equip{color:#b7c7dd;font-size:13px;line-height:1.45;min-height:54px}.interest{margin-top:auto;border-top:1px solid #ffffff12;padding-top:12px}.interest label{display:flex;justify-content:space-between;color:#d8e4f4;font-weight:800}.interest input[type=range]{width:100%;accent-color:var(--accent)}.cardActions{display:flex;gap:8px}.cardActions .btn{flex:1;padding:10px;font-size:13px}.summary{display:none;position:fixed;inset:0;background:#0009;z-index:20;align-items:stretch;justify-content:flex-end}.summary.open{display:flex}.summaryPanel{width:min(520px,100%);background:#0b1524;border-left:1px solid #ffffff20;padding:28px;overflow:auto}.x{float:right;background:#ffffff12;color:#fff;border:1px solid #ffffff25;border-radius:12px;font-size:24px;width:44px;height:44px;cursor:pointer}.summaryItem{border:1px solid #ffffff18;border-radius:16px;padding:12px;margin:10px 0;background:#ffffff08}.modal{display:none;position:fixed;inset:0;background:#000d;z-index:30;padding:60px 16px 16px}.modal.open{display:block}.detailPanel{max-width:900px;max-height:100%;overflow:auto;margin:auto;background:#0b1524;border:1px solid #ffffff24;border-radius:20px;padding:22px;white-space:pre-wrap;line-height:1.5}footer{color:#9db0c9;text-align:center;padding:30px}@media(max-width:760px){.stats{grid-template-columns:repeat(2,1fr)}.hero{min-height:62vh}.toolbar{position:static}.details{grid-template-columns:1fr}.notice{margin-top:-20px}}.estimate{border:1px solid #f5c54245;background:linear-gradient(135deg,#f5c54218,#ffffff08);border-radius:16px;padding:12px;display:flex;flex-direction:column;gap:3px}.estimate b{font-size:20px;color:#ffe08a}.estimate span{font-size:12px;color:#cbd8ea}.estimate small{font-size:12px;color:#ffb4a8}.estimateNote{border:1px solid #f5c54255;background:#f5c54212;border-radius:14px;padding:12px}.stripImg{width:100%;height:auto;border-radius:14px;border:1px solid #ffffff22;margin:12px 0;display:block}.detailPanel h2{white-space:normal}
