:root{--bg:#ffffff;--text:#0f172a;--muted:#6b7280;--stroke:#e5e7eb;--dashed:#d1d5db;--primary:#0b1249;--accent:#f59e0b;--radius:14px}.page{font-family:system-ui,Inter,Arial,sans-serif;color:var(--text);background:var(--bg)}.page__head{max-width:1100px;margin:20px auto 8px;padding:0 16px;display:flex;gap:12px;align-items:center;justify-content:space-between}.page__head h1{margin:0;font-size:clamp(20px,3.4vw,32px)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:10px;border:1px solid var(--stroke);background:#fff;cursor:pointer;text-decoration:none;font-weight:600;line-height:1;white-space:nowrap}.btn--ghost{background:#fff}.btn--primary{background:var(--primary);color:#fff;border-color:transparent}.grid{--min: 260px;max-width:1100px;margin:10px auto 40px;padding:0 16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(var(--min),1fr));gap:18px}.card{border:1px dashed var(--dashed);border-radius:var(--radius);background:#fff;overflow:hidden;display:flex;flex-direction:column;min-height:100%}.card__media{aspect-ratio:16 / 9;background:linear-gradient(0deg,#fafafa,#fff);border-bottom:1px dashed var(--dashed);display:grid;place-items:center;color:#9ca3af;font-size:12px;letter-spacing:.2px}.card__body{padding:14px;display:flex;flex-direction:column;height:100%}.specs{list-style:none;margin:0 0 12px;padding:0;display:grid;gap:6px}.specs li{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 0;border-bottom:1px solid var(--stroke)}.specs li:last-child{border-bottom:none}.specs span{color:var(--muted);overflow:hidden;text-overflow:ellipsis}.specs b{overflow:hidden;text-overflow:ellipsis;max-width:60%}.card__footer{margin-top:auto;display:flex;justify-content:flex-start}.simple-footer{border-top:1px solid var(--stroke);padding:18px 16px;color:var(--muted)}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}@media(max-width:860px){.page__head{flex-direction:column;align-items:flex-start;gap:8px}.btn--ghost{width:100%}}@media(max-width:360px){.grid{--min: 220px}}.pagination{max-width:1100px;margin:6px auto 28px;padding:0 16px;display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.page-btn{border:1px solid var(--stroke);background:#fff;color:var(--text);border-radius:10px;padding:8px 12px;font-weight:600;cursor:pointer;transition:all .2s ease}.page-btn:hover:not(:disabled){background:var(--primary);color:#fff;border-color:var(--primary)}.page-btn.is-active{background:var(--primary);color:#fff}.page-btn:disabled{opacity:.45;cursor:not-allowed}:root{--bg:#ffffff;--text:#0f172a;--muted:#6b7280;--stroke:#e5e7eb;--dashed:#d1d5db;--primary:#0b1249;--accent:#f59e0b;--radius:16px}.detail-page{font-family:system-ui,Inter,Arial,sans-serif;color:var(--text);background:var(--bg);min-height:100dvh;display:flex;flex-direction:column}.container{max-width:1100px;margin:16px auto 32px;padding:0 16px}.back-btn{border:1px solid var(--stroke);background:#fff;padding:8px 12px;border-radius:10px;cursor:pointer;font-weight:600}.title{margin:12px 0 14px;font-size:clamp(20px,3.2vw,30px)}.main-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:20px}@media(max-width:900px){.main-grid{grid-template-columns:1fr}}.box{border:1px dashed var(--dashed);border-radius:var(--radius);padding:14px;background:#fff}.box-title{margin:0 0 10px;font-size:clamp(16px,2.5vw,18px);color:var(--text)}.gallery .main-media{aspect-ratio:16/9;border:1px dashed var(--dashed);border-radius:12px;display:grid;place-items:center;color:#9aa1ad;background:#fbfbfd;margin-bottom:10px}.thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.thumb{aspect-ratio:4/3;border:1px dashed var(--dashed);border-radius:12px;display:grid;place-items:center;color:#9aa1ad;background:#fbfbfd}.kv{list-style:none;margin:0;padding:0;display:grid;gap:8px}.kv li{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid var(--stroke)}.kv li:last-child{border-bottom:none}.kv span{color:var(--muted)}.price{color:var(--accent);font-weight:800}.bid-form{display:flex;gap:8px;margin-top:10px}.input{flex:1;background:#fff;border:1px solid var(--stroke);border-radius:10px;padding:10px 12px}.btn{border:1px solid var(--stroke);border-radius:10px;padding:10px 14px;font-weight:700;background:#fff;cursor:pointer}.btn--primary{background:var(--primary);color:#fff;border-color:var(--primary)}.msg{margin-top:8px;color:#2563eb}.warn{margin-top:6px;color:#dc143c}.recent-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.recent-list li{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:8px;border:1px solid var(--stroke);border-radius:12px;background:#fff}.recent-list .dot{width:14px;height:14px;border-radius:50%;border:2px solid var(--muted)}.recent-list .r-name{color:var(--text)}.recent-list .r-amount{font-weight:800}.recent-list .empty{text-align:center;color:var(--muted);border:none;padding:14px}.vehicle-detail .fields{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.vehicle-detail .field{border:1px dashed var(--dashed);border-radius:12px;padding:12px;display:flex;justify-content:space-between;align-items:center}.vehicle-detail .field span{color:var(--muted)}@media(max-width:700px){.vehicle-detail .fields{grid-template-columns:repeat(2,1fr)}}@media(max-width:420px){.vehicle-detail .fields{grid-template-columns:1fr}}.simple-footer{border-top:1px solid var(--stroke);margin-top:auto;padding:18px 16px;color:var(--muted)}.simple-footer nav{max-width:1100px;margin:0 auto;display:flex;gap:18px;justify-content:center;flex-wrap:wrap}.simple-footer a{color:inherit;text-decoration:none}.simple-footer a:hover{text-decoration:underline}.auth-wrapper{min-height:100dvh;display:grid;place-items:center;background:#f6f7fb;padding:24px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Helvetica Neue,Arial,Noto Sans,"Apple Color Emoji","Segoe UI Emoji"}.auth-card{width:min(420px,92vw);background:#fff;border:2px solid #e5e7eb;border-radius:18px;box-shadow:0 8px 32px #0000000f;padding:24px 26px 22px}.auth-brand{display:flex;align-items:center;gap:10px;margin-bottom:6px}.auth-logo{width:22px;height:22px;border:2px solid #111;border-radius:6px;display:grid;place-items:center}.auth-logo-dot{width:6px;height:6px;background:#111;border-radius:999px}.auth-title{text-align:center;font-size:22px;font-weight:700;color:#111827;margin:2px 0 14px}.auth-form{display:grid;gap:12px;margin-top:4px}.auth-label{font-size:13px;font-weight:600;color:#111827;margin-bottom:4px}.auth-input{width:100%;padding:10px 12px;font-size:14px;border:1.8px dashed #bdbec3;border-radius:8px;outline:none;transition:box-shadow .2s ease,border-color .2s ease;background:#fff}.auth-input::placeholder{color:#a7aab2}.auth-input:focus{border-color:#6b7280;box-shadow:0 0 0 3px #3b82f62e}.btn-primary{margin-top:10px;width:100%;background:#3f4463;color:#fff;border:none;border-radius:8px;padding:10px 14px;font-weight:600;cursor:pointer;transition:transform .04s ease,filter .15s ease}.btn-primary:active{transform:translateY(1px)}.auth-error{margin-top:8px;color:#b91c1c;font-size:13px}.auth-note{margin-top:8px;color:#374151;font-size:13px;text-align:center}html,body,#root{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Helvetica Neue,Arial;background:#f6f7fb;color:#111827}:where(input,textarea,select,button){color:inherit;background:#fff}.auctions-page{max-width:1100px;margin:24px auto;padding:0 16px}.auctions-title{font-size:22px;font-weight:800;margin:18px 0}.auctions-table{width:100%;border-collapse:collapse;background:#fff;border-radius:10px;box-shadow:0 8px 24px #1018280f;overflow:hidden}.auctions-table thead{background:#f3f4f6}.auctions-table th,.auctions-table td{padding:12px 14px;text-align:left;border-bottom:1px solid #e5e7eb}.auctions-table th{font-weight:700;color:#374151}.auctions-table tr:hover{background:#f9fafb}.au-btn{height:38px;padding:0 14px;border-radius:10px;border:0;background:#2f3353;color:#fff;font-weight:600;cursor:pointer}.au-btn[disabled]{opacity:.6;cursor:not-allowed}.au-link{color:#4338ca;font-weight:600;text-decoration:none}.au-link:hover{text-decoration:underline}.publish-wrapper{max-width:980px;margin:22px auto 48px;padding:0 16px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Helvetica Neue,Arial}.publish-title{text-align:center;font-weight:700;font-size:18px;margin-bottom:10px;color:#111827}.publish-card{border:2px solid #e5e7eb;border-radius:18px;background:#fff;padding:18px 18px 22px;box-shadow:0 8px 24px #0000000d}.dropzone{border:2px dashed #cfd1d6;border-radius:14px;height:220px;display:grid;place-items:center;color:#9aa0a6;background:#fafafa;cursor:pointer}.dropzone:hover{background:#f3f4f6}.dropzone small{color:#9aa0a6}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.form-row{display:flex;flex-direction:column;gap:6px}.label{font-size:13px;font-weight:700;color:#111827}.input{border:1.8px dashed #bdbec3;border-radius:8px;padding:10px 12px;font-size:14px;color:#111827;background:#fff;outline:none}.input::placeholder{color:#a7aab2}.input:focus{border-color:#6b7280;box-shadow:0 0 0 3px #3b82f62e}.full{grid-column:1 / -1}.btn-primary{width:100%;margin-top:12px;background:#3f4463;color:#fff;border:none;border-radius:8px;padding:10px 14px;font-weight:600;cursor:pointer}.btn-primary:hover{filter:brightness(1.05)}.preview{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.preview img{width:110px;height:82px;object-fit:cover;border-radius:8px;border:1px solid #e5e7eb}.msg{margin-top:8px;color:#2563eb;font-size:13px}.err{margin-top:8px;color:#b91c1c;font-size:13px}@media(max-width:720px){.form-grid{grid-template-columns:1fr}}html,body,#root{height:100%;width:100%;margin:0;padding:0}*,*:before,*:after{box-sizing:border-box}body{background:#f5f6fa}.app-shell{min-height:100vh;min-height:100dvh;width:100%;display:flex;flex-direction:column}.app-shell{grid-column:1 / -1}html,body{overflow-x:hidden}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.grid{width:100%;max-width:1100px;margin:0 auto 40px;padding:0 16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;justify-items:center}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:center;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body,#root{min-height:100%;background:#f5f6fa}.page,.detail-page,.auctions-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;background:transparent}.page__head,.grid,.pagination,.simple-footer,.container{width:100%;max-width:1100px;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;justify-items:center}.auctions-page{grid-column:1 / -1}
