:root{--navy:#0b2b4a;--blue:#123f6b;--copper:#b66b32;--copper-dark:#8f4d20;--silver:#c5c9cc;--soft:#f3f5f7;--white:#ffffff;--ink:#17212b;--muted:#64707d;--border:#dfe5ea}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(11,43,74,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-inner{min-height:78px;gap:32px}.brand,.header-inner{display:flex;align-items:center}.brand{flex:0 0 auto}.brand img{width:132px;height:58px;object-fit:contain;object-position:left center}.main-nav{display:flex;align-items:center;justify-content:center;gap:26px;margin-left:auto}.main-nav a{font-size:14px;font-weight:650;color:#314050}.main-nav a:hover{color:var(--copper)}.header-actions{display:flex;gap:10px}.button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border-radius:9px;border:1px solid transparent;font-weight:750;font-size:14px;transition:.2s ease}.button:hover{transform:translateY(-1px)}.button-primary{color:var(--white);background:var(--copper);border-color:var(--copper);box-shadow:0 8px 20px rgba(182,107,50,.2)}.button-primary:hover{background:var(--copper-dark)}.button-outline{color:var(--navy);border-color:#9aabba;background:var(--white)}.button-outline:hover{border-color:var(--navy)}.hero{position:relative;min-height:520px;color:var(--white);background:radial-gradient(circle at 78% 35%,rgba(182,107,50,.18),transparent 25%),linear-gradient(120deg,#071e34,#0e355a 58%,#143c60);overflow:visible}.hero:before{inset:0;background:linear-gradient(90deg,rgba(5,19,34,.95),rgba(5,25,43,.7) 48%,rgba(9,38,64,.3)),repeating-linear-gradient(115deg,transparent 0 95px,rgba(255,255,255,.025) 96px 98px)}.hero:after,.hero:before{content:"";position:absolute}.hero:after{right:-2%;bottom:0;width:56%;height:74%;opacity:.2;background:radial-gradient(ellipse at 65% 90%,#fff 0 1%,transparent 2%),linear-gradient(150deg,transparent 0 40%,rgba(255,255,255,.14) 41% 44%,transparent 45% 100%);-webkit-clip-path:polygon(15% 30%,65% 20%,100% 45%,90% 100%,0 100%);clip-path:polygon(15% 30%,65% 20%,100% 45%,90% 100%,0 100%)}.hero-overlay{position:absolute;inset:auto 0 0;height:130px;background:linear-gradient(transparent,rgba(0,0,0,.16))}.hero-content{position:relative;z-index:2;padding-top:94px}.eyebrow{margin:0 0 12px;color:#f0be91;font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:850}.eyebrow.dark{color:var(--copper)}.hero h1{max-width:650px;margin:0;font-size:clamp(40px,6vw,66px);line-height:1.03;letter-spacing:-.04em}.hero h1 span{color:#e4823f;display:block}.hero-copy{max-width:620px;font-size:18px;line-height:1.65;color:#dbe7f1;margin:20px 0 0}.search-panel-wrap{position:relative;z-index:4;margin-top:-96px}.search-panel{background:var(--white);color:var(--ink);border-radius:16px;box-shadow:0 20px 55px rgba(3,24,42,.22);overflow:hidden}.category-tabs{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--border)}.category-tabs button{min-height:54px;border:0;background:#f8fafb;color:#52606e;font-weight:750}.category-tabs button.active{background:var(--white);color:var(--copper);border-top:3px solid var(--copper)}.search-grid{display:grid;grid-template-columns:1.65fr repeat(3,.85fr) auto;grid-gap:14px;gap:14px;align-items:end;padding:24px}.search-field{display:grid;grid-gap:7px;gap:7px}.search-field>span{font-size:12px;color:#657382;font-weight:750}.search-field div,.search-field select{height:46px;border:1px solid var(--border);border-radius:9px;background:var(--white)}.search-field div{display:flex;align-items:center;padding:0 12px}.search-icon{color:#8794a0;font-size:20px;margin-right:8px}.search-field input{width:100%;border:0;outline:0;color:var(--ink)}.search-field select{width:100%;padding:0 10px;color:#40505f}.search-button{height:46px;white-space:nowrap}.section{padding:86px 0}.section-soft{background:var(--soft)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.section-heading h2{margin:0;color:var(--navy);font-size:clamp(28px,4vw,38px);letter-spacing:-.025em}.section-heading>a{color:var(--copper);font-size:14px;font-weight:800}.auction-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.auction-card{display:flex;gap:16px;min-height:186px;padding:22px;border:1px solid var(--border);border-radius:14px;background:var(--white);box-shadow:0 9px 25px rgba(8,35,58,.06)}.date-card{width:58px;height:68px;flex:0 0 auto;display:grid;place-items:center;align-content:center;border-radius:10px;color:var(--white);background:var(--navy)}.date-card strong{font-size:24px;line-height:1}.date-card span{margin-top:3px;font-size:10px;font-weight:800;letter-spacing:.08em}.auction-card-content{display:flex;flex-direction:column;min-width:0}.status{display:inline-flex;align-items:center;gap:6px;color:#3d7a59;font-size:11px;font-weight:800}.status i{width:7px;height:7px;border-radius:50%;background:#39a76d}.auction-card h3{margin:9px 0 8px;font-size:16px;line-height:1.35;color:var(--navy)}.auction-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.text-link{margin-top:auto;padding-top:12px;color:var(--copper);font-size:12px;font-weight:850}.lots-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.lot-card{background:var(--white);border:1px solid var(--border);border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(8,35,58,.07)}.lot-image{position:relative;height:205px;overflow:hidden;display:grid;place-items:center;background:linear-gradient(135deg,#d8dde0,#f7f8f8)}.lot-image:after{content:"";position:absolute;left:10%;right:10%;bottom:22px;height:18px;border-radius:50%;background:rgba(5,24,39,.16);filter:blur(8px)}.vehicle-moto{background:linear-gradient(135deg,#9ba3a6,#e5e7e8)}.vehicle-truck{background:linear-gradient(135deg,#c0c7cc,#eef0f1)}.vehicle-white{background:linear-gradient(135deg,#d7dbdf,#f4f5f6)}.vehicle-shape{position:relative;z-index:2;width:72%;height:78px;border-radius:45% 55% 18% 18%/55% 55% 30% 30%;background:linear-gradient(160deg,#e3e6e8,#818b94 60%,#34414c);border:3px solid rgba(20,45,65,.55);transform:perspective(260px) rotateY(-7deg)}.vehicle-shape:after,.vehicle-shape:before{content:"";position:absolute;bottom:-13px;width:28px;height:28px;border-radius:50%;background:#152330;border:5px solid #6b7882}.vehicle-shape:before{left:18%}.vehicle-shape:after{right:18%}.vehicle-shape div{position:absolute;left:20%;top:-32px;width:58%;height:47px;border-radius:48% 48% 10% 10%;background:linear-gradient(150deg,#93a9ba,#263b4a);border:3px solid rgba(20,45,65,.5)}.vehicle-moto .vehicle-shape{width:55%;height:18px;border-radius:30px;transform:rotate(-6deg);background:#203444}.vehicle-moto .vehicle-shape div{width:45%;height:32px;left:25%;top:-30px;border-radius:10px 30px 5px 5px;background:var(--copper-dark)}.vehicle-truck .vehicle-shape{width:70%;height:88px;border-radius:8px}.vehicle-truck .vehicle-shape div{width:34%;height:75px;left:0;top:-2px;border-radius:10px 4px 4px 10px}.lot-badge{left:12px;padding:7px 9px;border-radius:7px;color:var(--white);background:var(--copper);font-size:10px;font-weight:850}.favorite,.lot-badge{position:absolute;z-index:3;top:12px}.favorite{right:12px;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;color:var(--navy);background:rgba(255,255,255,.9);font-size:20px}.lot-content{padding:18px}.lot-type{color:var(--copper);font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:900}.lot-content h3{min-height:50px;margin:7px 0 10px;color:var(--navy);font-size:15px;line-height:1.42}.location{margin:0;color:var(--muted);font-size:12px}.lot-price{display:grid;grid-gap:3px;gap:3px;margin:18px 0}.lot-price span{color:var(--muted);font-size:11px}.lot-price strong{color:var(--navy);font-size:21px}.full{width:100%}.steps-section{padding:86px 0;background:linear-gradient(135deg,#071f36,#0b3153)}.light-heading h2,.steps-section{color:var(--white)}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px}.step{position:relative;text-align:center;padding:12px 20px}.step:not(:last-child):after{content:"→";position:absolute;top:24px;right:-23px;color:var(--copper);font-size:25px}.step-number{width:52px;height:52px;margin:0 auto 16px;display:grid;place-items:center;border-radius:50%;color:var(--navy);background:var(--white);box-shadow:0 0 0 7px rgba(255,255,255,.08);font-size:18px;font-weight:900}.step h3{margin:0 0 8px;font-size:17px}.step p{margin:0;color:#bdcddd;font-size:13px;line-height:1.6}.trust-strip{padding:30px 0;border-bottom:1px solid var(--border)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.trust-grid div{display:grid;grid-gap:5px;gap:5px;padding-left:18px;border-left:3px solid var(--copper)}.trust-grid strong{color:var(--navy);font-size:14px}.trust-grid span{color:var(--muted);font-size:12px}.site-footer{padding:60px 0 24px;color:#d7e2ec;background:#061d32}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);grid-gap:46px;gap:46px}.footer-brand img{width:155px;height:78px;object-fit:contain;object-position:left center;filter:brightness(1.2);background:#fff;border-radius:10px;padding:6px}.footer-brand p{max-width:300px;color:#9eb2c4;font-size:13px;line-height:1.7}.site-footer h3{margin:0 0 16px;color:var(--white);font-size:14px}.site-footer a,.site-footer p{display:block;margin:0 0 10px;color:#a8bac9;font-size:12px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:42px;padding-top:22px;border-top:1px solid rgba(255,255,255,.09);color:#7f97aa;font-size:11px}@media (max-width:1040px){.main-nav{display:none}.header-actions{margin-left:auto}.search-grid{grid-template-columns:1.4fr 1fr 1fr}.search-button{grid-column:span 3}.auction-grid,.footer-grid,.lots-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.container{width:min(100% - 24px,1180px)}.header-inner{min-height:70px}.brand img{width:105px;height:50px}.header-actions .button-outline{display:none}.button{min-height:39px;padding:0 14px;font-size:12px}.hero{min-height:590px}.hero-content{padding-top:64px}.hero h1{font-size:43px}.hero-copy{font-size:16px}.search-panel-wrap{margin-top:-170px}.category-tabs{grid-template-columns:repeat(2,1fr)}.search-grid{grid-template-columns:1fr;padding:18px}.search-button{grid-column:auto}.section{padding:64px 0}.auction-grid,.footer-grid,.lots-grid,.steps-grid,.trust-grid{grid-template-columns:1fr}.section-heading{align-items:center}.section-heading>a{white-space:nowrap}.step:not(:last-child):after{content:"↓";top:auto;right:50%;bottom:-22px}.trust-grid{gap:18px}.footer-bottom{flex-direction:column}}.demo-chip{display:inline-flex;margin-top:24px;padding:8px 12px;border:1px solid rgba(255,255,255,.28);border-radius:999px;color:#f6d8bd;background:rgba(255,255,255,.08);font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.category-tabs-five{grid-template-columns:repeat(5,1fr)}.search-grid-demo{grid-template-columns:1.8fr 1fr 1fr auto}.result-count{margin:8px 0 0;color:var(--muted);font-size:13px}.clear-filters{border:0;color:var(--copper);background:transparent;font-weight:800}.lot-photo-wrap{display:block;background:#e8ecef}.lot-photo-wrap:after{display:none}.lot-photo{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.lot-card:hover .lot-photo{transform:scale(1.035)}.favorite{border:0;cursor:pointer;transition:.2s ease}.favorite-active,.favorite:hover{color:#fff;background:var(--copper)}.online-photo-badge{position:absolute;z-index:3;left:12px;bottom:12px;display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border-radius:7px;color:#fff;background:rgba(11,43,74,.84);font-size:10px;font-weight:800}.online-photo-badge i{width:7px;height:7px;border-radius:50%;background:#48d487;box-shadow:0 0 0 4px rgba(72,212,135,.16)}.lot-live{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:14px 0 0;padding:10px 12px;border-radius:9px;background:#f3f6f8}.lot-live span{color:var(--muted);font-size:11px}.lot-live strong{color:#2e7853;font-size:14px}.empty-lots{min-height:220px;display:grid;place-items:center;align-content:center;grid-gap:8px;gap:8px;border:1px dashed #bdc8d0;border-radius:16px;color:var(--muted);background:#fff;text-align:center}.empty-lots strong{color:var(--navy);font-size:20px}.site-footer button{display:block;margin:0 0 10px;padding:0;border:0;color:#a8bac9;background:transparent;font-size:12px;cursor:pointer}.site-footer button:hover{color:#fff}@media (max-width:1040px){.search-grid-demo{grid-template-columns:1.4fr 1fr}.search-grid-demo .search-button{grid-column:span 2}}@media (max-width:700px){.category-tabs-five{grid-template-columns:repeat(2,1fr)}.category-tabs-five button:last-child{grid-column:span 2}.search-grid-demo{grid-template-columns:1fr}.search-grid-demo .search-button{grid-column:auto}.lot-photo-wrap{height:230px}}.auth_page__p2Dj4{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:#f4f6f8;color:#17212b}.auth_visual__a2MIc{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;padding:48px;color:white;background:linear-gradient(145deg,rgba(5,25,43,.88),rgba(11,49,83,.76)),url(https://images.unsplash.com/photo-1686082344567-6f0dbee591f5?auto=format&fit=crop&w=1400&q=84) 50%/cover}.auth_visual__a2MIc img{width:150px;height:78px;object-fit:contain;padding:5px;border-radius:10px;background:white}.auth_visualContent__g1WAd{max-width:560px}.auth_visualContent__g1WAd span{color:#efb680;font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.auth_visualContent__g1WAd h1{margin:14px 0;font-size:clamp(38px,5vw,62px);line-height:1.04;letter-spacing:-.04em}.auth_visualContent__g1WAd p{color:#d9e5ef;font-size:17px;line-height:1.65}.auth_visual__a2MIc small{color:#a9bdcc}.auth_panel__BlfzW{min-height:100vh;display:grid;place-items:center;padding:36px}.auth_card__yw0Sq{width:min(490px,100%);padding:36px;border:1px solid #dce3e8;border-radius:20px;background:white;box-shadow:0 18px 50px rgba(8,35,58,.09)}.auth_back__FMw5k{display:inline-flex;margin-bottom:24px;color:#b66b32;font-size:13px;font-weight:800}.auth_card__yw0Sq h2{margin:0 0 8px;color:#0b2b4a;font-size:32px}.auth_card__yw0Sq>p{margin:0 0 26px;color:#6b7884;line-height:1.55}.auth_form__w6e22{display:grid;grid-gap:16px;gap:16px}.auth_form__w6e22 label{display:grid;grid-gap:7px;gap:7px;color:#52606e;font-size:12px;font-weight:800}.auth_form__w6e22 input,.auth_form__w6e22 select{width:100%;height:48px;padding:0 13px;border:1px solid #cfd8df;border-radius:10px;color:#17212b;background:white;outline:none}.auth_form__w6e22 input:focus,.auth_form__w6e22 select:focus{border-color:#b66b32;box-shadow:0 0 0 3px rgba(182,107,50,.1)}.auth_row__7Vv_U{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.auth_check__jOS0f{display:flex!important;grid-template-columns:auto 1fr;align-items:flex-start;gap:9px!important;font-weight:500!important;line-height:1.5}.auth_check__jOS0f input{width:17px;height:17px;margin-top:2px}.auth_submit__sUccG{min-height:50px;border:0;border-radius:10px;color:white;background:#b66b32;font-weight:900;cursor:pointer}.auth_submit__sUccG:hover{background:#8f4d20}.auth_helper__0yAYp{margin:20px 0 0!important;text-align:center;font-size:13px}.auth_helper__0yAYp a{color:#b66b32;font-weight:850}.auth_feedback__Puhso{margin:0;padding:11px 12px;border-radius:9px;color:#1f6543;background:#eaf7f0;border:1px solid #bde3cd;font-size:12px;text-align:center}.auth_demo__S7r4l{margin-top:18px;padding:10px 12px;border-radius:9px;color:#72572c;background:#fff7e6;border:1px solid #ecd9a8;font-size:11px;line-height:1.5;text-align:center}@media (max-width:900px){.auth_page__p2Dj4{grid-template-columns:1fr}.auth_visual__a2MIc{min-height:310px;padding:28px}.auth_visualContent__g1WAd h1{font-size:40px}.auth_panel__BlfzW{min-height:auto;padding:24px 14px 48px}}@media (max-width:560px){.auth_card__yw0Sq{padding:24px 18px}.auth_row__7Vv_U{grid-template-columns:1fr}}.lot_page__W1zEZ{min-height:100vh;background:#f5f7f9;color:#17212b}.lot_container__IR1NW{width:min(1180px,calc(100% - 40px));margin:0 auto}.lot_header__d5cXx{position:-webkit-sticky;position:sticky;top:0;z-index:40;background:rgba(255,255,255,.97);border-bottom:1px solid #e1e6ea;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.lot_headerInner__AMjqU{width:min(1180px,calc(100% - 40px));min-height:78px;margin:0 auto;display:flex;align-items:center;gap:28px}.lot_brand__dpHl6 img{display:block;width:132px;height:58px;object-fit:contain}.lot_nav__7G_oo{margin-left:auto;display:flex;gap:24px;font-size:14px;font-weight:700;color:#394958}.lot_nav__7G_oo a:hover{color:#b66b32}.lot_headerActions__WLqCL{display:flex;gap:10px}.lot_autoBidButton__R0m_l,.lot_bidButton__Q4aaM,.lot_cardHeader__wkdql button,.lot_helpCard__YQ0ms button,.lot_primaryButton__RJnm6,.lot_secondaryButton__D8wdu{min-height:42px;border-radius:9px;padding:0 18px;font:inherit;font-weight:800;cursor:pointer}.lot_bidButton__Q4aaM,.lot_helpCard__YQ0ms button,.lot_primaryButton__RJnm6{border:1px solid #b66b32;color:white;background:#b66b32}.lot_autoBidButton__R0m_l,.lot_cardHeader__wkdql button,.lot_secondaryButton__D8wdu{border:1px solid #a8b4be;color:#0b2b4a;background:white}.lot_breadcrumbBar__yxFwt{background:white;border-bottom:1px solid #e4e8ec}.lot_breadcrumbBar__yxFwt .lot_container__IR1NW{min-height:52px;display:flex;align-items:center;gap:9px;font-size:13px;color:#6b7884}.lot_breadcrumbBar__yxFwt strong{color:#0b2b4a}.lot_heroSection__Lij4m{padding:42px 0 46px;background:white}.lot_heroGrid__iKNg0{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(320px,.72fr);grid-gap:34px;gap:34px;align-items:start}.lot_titleRow__EeyVB{display:flex;justify-content:space-between;gap:20px;margin-bottom:22px}.lot_lotTag___uCms{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:7px;color:white;background:#0b2b4a;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.lot_titleRow__EeyVB h1{max-width:760px;margin:12px 0 8px;color:#0b2b4a;font-size:clamp(30px,4vw,44px);line-height:1.08;letter-spacing:-.035em}.lot_titleRow__EeyVB p{margin:0;color:#697784;font-size:15px}.lot_favoriteButton__6mcxV{width:44px;height:44px;flex:0 0 auto;border:1px solid #d6dde2;border-radius:50%;color:#0b2b4a;background:white;font-size:25px;cursor:pointer}.lot_gallery__tLCUw{display:grid;grid-gap:12px;gap:12px}.lot_mainPhoto__gCmTK{position:relative;min-height:455px;display:grid;place-items:center;overflow:hidden;border-radius:18px;background:linear-gradient(150deg,#d8dde1,#f4f6f7 52%,#b8c0c6)}.lot_mainPhoto__gCmTK:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 20%,rgba(255,255,255,.8),transparent 27%),linear-gradient(110deg,rgba(11,43,74,.08),transparent 45%)}.lot_photoCount__sc98N{position:absolute;right:16px;bottom:16px;z-index:3;padding:8px 11px;border-radius:7px;color:white;background:rgba(11,43,74,.82);font-size:12px;font-weight:800}.lot_vehicleMock__jJlG1{position:relative;z-index:2;width:min(560px,76%);height:210px}.lot_carBody___39gm{position:absolute;left:2%;right:2%;bottom:32px;height:112px;border:5px solid #53616d;border-radius:44% 56% 18% 18%/50% 50% 27% 27%;background:linear-gradient(160deg,#eff1f2,#aab2b8 58%,#59646d);box-shadow:0 28px 30px rgba(14,35,50,.18)}.lot_carRoof__3FB9I{position:absolute;left:24%;right:20%;bottom:123px;height:76px;z-index:2;border:5px solid #53616d;border-radius:58% 42% 12% 10%;background:linear-gradient(150deg,#8da4b4,#233948)}.lot_wheel__bvJKo{position:absolute;bottom:9px;z-index:3;width:66px;height:66px;border:11px solid #283641;border-radius:50%;background:#7c8992;box-shadow:inset 0 0 0 8px #bec5ca}.lot_wheelLeft__2GoXU{left:15%}.lot_wheelRight__l3gUB{right:14%}.lot_thumbnails__URroG{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px}.lot_thumbnails__URroG button{min-height:92px;display:grid;place-items:center;align-content:center;grid-gap:7px;gap:7px;border:2px solid transparent;border-radius:11px;background:#eef1f3;color:#5f6e7a;cursor:pointer}.lot_thumbnails__URroG .lot_activeThumbnail__Nq3bM{border-color:#b66b32;background:#fff8f3}.lot_thumbnailVehicle__CstAG{width:62px;height:25px;border-radius:45% 50% 20% 20%;background:linear-gradient(160deg,#cfd4d7,#45525c)}.lot_thumbnails__URroG small{font-size:11px;font-weight:800}.lot_bidPanel__zTkD1{position:-webkit-sticky;position:sticky;top:102px;padding:26px;border:1px solid #dce3e8;border-radius:18px;background:white;box-shadow:0 16px 40px rgba(8,35,58,.1)}.lot_onlineStatus__fr37Z{display:inline-flex;align-items:center;gap:7px;color:#397b58;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.lot_onlineStatus__fr37Z i{width:8px;height:8px;border-radius:50%;background:#37aa6e;box-shadow:0 0 0 5px rgba(55,170,110,.12)}.lot_endsLabel__Ljv2r{margin:22px 0 10px;color:#73808b;font-size:12px;font-weight:800}.lot_countdown__Y_dHK{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:14px;border-radius:12px;color:white;background:#0b2b4a}.lot_countdown__Y_dHK div{min-width:44px;display:grid;place-items:center}.lot_countdown__Y_dHK strong{font-size:24px;line-height:1}.lot_countdown__Y_dHK span{margin-top:4px;font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#b9c8d5}.lot_countdown__Y_dHK b{color:#b66b32}.lot_currentBid__izdq_{display:grid;grid-gap:4px;gap:4px;padding:24px 0;border-bottom:1px solid #e3e7ea}.lot_currentBid__izdq_ small,.lot_currentBid__izdq_ span{color:#75818c;font-size:12px}.lot_currentBid__izdq_ strong{color:#0b2b4a;font-size:32px;letter-spacing:-.035em}.lot_bidRules__c2Nhn{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;padding:18px 0}.lot_bidRules__c2Nhn div{display:grid;grid-gap:5px;gap:5px;padding:12px;border-radius:9px;background:#f3f5f7}.lot_bidInput__UDRhI>span,.lot_bidRules__c2Nhn span{color:#75818c;font-size:11px;font-weight:750}.lot_bidRules__c2Nhn strong{color:#0b2b4a;font-size:14px}.lot_bidInput__UDRhI{display:grid;grid-gap:7px;gap:7px}.lot_bidInput__UDRhI div{height:48px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid #cfd7dd;border-radius:9px;color:#4f5d69;background:white}.lot_bidInput__UDRhI input{width:100%;border:0;outline:0;color:#0b2b4a;background:transparent;font:inherit;font-weight:850}.lot_autoBidButton__R0m_l,.lot_bidButton__Q4aaM{width:100%;margin-top:12px}.lot_bidButton__Q4aaM{min-height:50px;font-size:16px}.lot_loginNotice__GRyjq{margin:16px 0 0;color:#75818c;font-size:11px;line-height:1.5;text-align:center}.lot_contentSection__Q6QEY{padding:54px 0 84px}.lot_contentGrid__l180F{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.65fr);grid-gap:28px;gap:28px;align-items:start}.lot_mainContent__zOzu3,.lot_sideContent__Wu8eB{display:grid;grid-gap:22px;gap:22px}.lot_card__czeIg,.lot_helpCard__YQ0ms,.lot_sideCard__ZjEZM{border:1px solid #dce3e8;border-radius:16px;background:white}.lot_card__czeIg{padding:26px}.lot_cardHeader__wkdql{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:22px}.lot_cardHeader__wkdql span{color:#b66b32;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.lot_cardHeader__wkdql h2{margin:5px 0 0;color:#0b2b4a;font-size:24px}.lot_detailsGrid__CUKM9{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:0 28px;gap:0 28px}.lot_detailsGrid__CUKM9 div{display:grid;grid-gap:5px;gap:5px;padding:14px 0;border-bottom:1px solid #edf0f2}.lot_detailsGrid__CUKM9 span{color:#7a8791;font-size:12px}.lot_detailsGrid__CUKM9 strong{color:#23323f;font-size:14px}.lot_description__Im4kO{margin:0;color:#596875;line-height:1.75}.lot_notice__I0Zda{margin-top:18px;padding:14px 16px;border-left:4px solid #b66b32;border-radius:8px;color:#5a4a3d;background:#fff7f1;font-size:13px;line-height:1.55}.lot_bidTable__pUFge{display:grid}.lot_bidTable__pUFge>div{min-height:54px;display:grid;grid-template-columns:1.3fr 1fr .65fr;align-items:center;grid-gap:14px;gap:14px;padding:0 14px;border-bottom:1px solid #edf0f2}.lot_tableHeader__n26xD{color:#74818c;background:#f4f6f7;font-size:11px;font-weight:850;text-transform:uppercase}.lot_bidTable__pUFge strong{color:#0b2b4a}.lot_bidTable__pUFge time{color:#74818c;font-size:12px}.lot_leadingBid__iggQ7{background:#fff9f4}.lot_leadingBid__iggQ7>span{display:flex;align-items:center;gap:8px}.lot_leadingBid__iggQ7 small{padding:4px 6px;border-radius:5px;color:#8f4d20;background:#f8dfcd;font-size:9px;font-weight:900;text-transform:uppercase}.lot_sideCard__ZjEZM{padding:22px}.lot_helpCard__YQ0ms h3,.lot_sideCard__ZjEZM h3{margin:0 0 17px;color:#0b2b4a;font-size:19px}.lot_sideCard__ZjEZM dl{margin:0}.lot_sideCard__ZjEZM dl div{display:grid;grid-gap:4px;gap:4px;padding:12px 0;border-bottom:1px solid #edf0f2}.lot_sideCard__ZjEZM dt{color:#7b8791;font-size:11px}.lot_sideCard__ZjEZM dd{margin:0;color:#273541;font-size:13px;font-weight:800}.lot_helpCard__YQ0ms p,.lot_sideCard__ZjEZM li,.lot_sideCard__ZjEZM p{color:#667481;font-size:13px;line-height:1.6}.lot_sideCard__ZjEZM ul{margin:14px 0 0;padding-left:18px}.lot_helpCard__YQ0ms{padding:24px;color:white;background:linear-gradient(145deg,#0b2b4a,#123f6b)}.lot_helpCard__YQ0ms span{color:#e6a16b;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.lot_helpCard__YQ0ms h3{margin-top:7px;color:white}.lot_helpCard__YQ0ms p{color:#cedae4}.lot_helpCard__YQ0ms button{width:100%}@media (max-width:980px){.lot_nav__7G_oo{display:none}.lot_headerActions__WLqCL{margin-left:auto}.lot_contentGrid__l180F,.lot_heroGrid__iKNg0{grid-template-columns:1fr}.lot_bidPanel__zTkD1{position:static}}@media (max-width:680px){.lot_container__IR1NW,.lot_headerInner__AMjqU{width:min(100% - 24px,1180px)}.lot_headerInner__AMjqU{min-height:68px;gap:12px}.lot_brand__dpHl6 img{width:105px;height:46px}.lot_secondaryButton__D8wdu{display:none}.lot_primaryButton__RJnm6{min-height:38px;padding:0 13px;font-size:12px}.lot_heroSection__Lij4m{padding-top:28px}.lot_titleRow__EeyVB h1{font-size:30px}.lot_mainPhoto__gCmTK{min-height:300px}.lot_vehicleMock__jJlG1{width:88%;transform:scale(.78)}.lot_thumbnails__URroG{grid-template-columns:repeat(2,1fr)}.lot_countdown__Y_dHK{gap:2px}.lot_countdown__Y_dHK strong{font-size:20px}.lot_bidRules__c2Nhn,.lot_detailsGrid__CUKM9{grid-template-columns:1fr}.lot_card__czeIg{padding:20px}.lot_cardHeader__wkdql{align-items:flex-start;flex-direction:column}.lot_bidTable__pUFge{overflow-x:auto}.lot_bidTable__pUFge>div{min-width:560px}}.demo_mainImage__dKXoT{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}.demo_mainImageOverlay__BN8BQ{position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,transparent 58%,rgba(5,24,39,.45));pointer-events:none}.demo_thumbnailButton__WhqBM{position:relative;overflow:hidden;padding:0!important}.demo_thumbnailImage__dgv1h{width:100%;height:92px;object-fit:cover;display:block}.demo_thumbnailLabel__FU1G2{position:absolute;left:7px;bottom:7px;padding:4px 7px;border-radius:6px;color:white;background:rgba(11,43,74,.78);font-size:10px}.demo_favoriteActive__cTyf9{color:white!important;background:#b66b32!important;border-color:#b66b32!important}.demo_feedback__IDX_J{margin:12px 0 0;padding:10px 12px;border-radius:9px;font-size:12px;line-height:1.45;text-align:center}.demo_success__GDnie{color:#1e6643;background:#eaf7f0;border:1px solid #bde3cd}.demo_error__gQQIs{color:#8c3b2d;background:#fff0ed;border:1px solid #f0c5bd}.demo_demoNotice__Qrtws{margin:14px 0 0;padding:10px 12px;border-radius:9px;color:#6d552e;background:#fff8e9;border:1px solid #f0deb3;font-size:11px;line-height:1.5;text-align:center}.demo_livePulse__9Gtii{display:inline-block;width:8px;height:8px;border-radius:50%;background:#37aa6e;animation:demo_pulse__hac5e 1.5s infinite}@keyframes demo_pulse__hac5e{0%,to{box-shadow:0 0 0 0 rgba(55,170,110,.3)}50%{box-shadow:0 0 0 7px rgba(55,170,110,0)}}@media (max-width:700px){.demo_thumbnailImage__dgv1h{height:74px}.demo_thumbnailLabel__FU1G2{display:none}}.account_page__F0H2r{min-height:100vh;background:#f3f5f7;color:#17212b}.account_header__Weag9{background:#fff;border-bottom:1px solid #dfe5ea}.account_headerInner__QZZ1Y{width:min(1180px,calc(100% - 40px));min-height:76px;margin:0 auto;display:flex;align-items:center;gap:26px}.account_header__Weag9 img{width:126px;height:58px;object-fit:contain}.account_header__Weag9 nav{margin-left:auto;display:flex;gap:22px;color:#52606e;font-size:13px;font-weight:800}.account_user__pXLf5{display:flex;align-items:center;gap:10px;padding-left:20px;border-left:1px solid #e2e7eb}.account_avatar__koERj{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#0b2b4a;font-weight:900}.account_main__RO88c{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:42px 0 80px}.account_welcome__6uCFb{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px}.account_welcome__6uCFb span{color:#b66b32;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.account_welcome__6uCFb h1{margin:8px 0;color:#0b2b4a;font-size:clamp(30px,4vw,44px)}.account_welcome__6uCFb p{margin:0;color:#6a7783}.account_status__AD3hX{padding:10px 13px;border-radius:999px;color:#805d20;background:#fff5d8;border:1px solid #ecd696;font-size:12px;font-weight:850}.account_metrics__G44Eb{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px;margin-bottom:28px}.account_metric__EUJQ3{padding:22px;border:1px solid #dce3e8;border-radius:15px;background:#fff}.account_metric__EUJQ3 span{color:#6c7985;font-size:12px}.account_metric__EUJQ3 strong{display:block;margin-top:10px;color:#0b2b4a;font-size:28px}.account_grid__ODIbU{display:grid;grid-template-columns:1.55fr .75fr;grid-gap:24px;gap:24px;align-items:start}.account_card__eQ1FE{padding:24px;border:1px solid #dce3e8;border-radius:16px;background:#fff}.account_cardHeader__WJhhx{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:20px}.account_cardHeader__WJhhx h2{margin:0;color:#0b2b4a;font-size:22px}.account_cardHeader__WJhhx a{color:#b66b32;font-size:12px;font-weight:850}.account_lots__T0s2T{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.account_lot__u2Zv3{overflow:hidden;border:1px solid #e0e5e9;border-radius:12px}.account_lot__u2Zv3 img{width:100%;height:145px;object-fit:cover;display:block}.account_lotContent__H4yxd{padding:14px}.account_lotContent__H4yxd span{color:#b66b32;font-size:10px;font-weight:900;text-transform:uppercase}.account_lotContent__H4yxd h3{min-height:42px;margin:6px 0 12px;color:#0b2b4a;font-size:14px;line-height:1.45}.account_lotContent__H4yxd strong{display:block;color:#2f7653;font-size:16px}.account_list__Owq6i{display:grid;grid-gap:0;gap:0}.account_list__Owq6i div{display:grid;grid-gap:5px;gap:5px;padding:15px 0;border-bottom:1px solid #e6eaed}.account_list__Owq6i div:last-child{border-bottom:0}.account_list__Owq6i span{color:#6b7884;font-size:11px}.account_list__Owq6i strong{color:#0b2b4a;font-size:14px}.account_notice__an8xU{margin-top:18px;padding:14px;border-radius:10px;color:#6d552e;background:#fff8e9;border:1px solid #ecdbae;font-size:12px;line-height:1.55}.account_button__K2kFp{min-height:42px;display:inline-flex;align-items:center;justify-content:center;margin-top:18px;padding:0 17px;border-radius:9px;color:white;background:#b66b32;font-size:13px;font-weight:850}@media (max-width:900px){.account_metrics__G44Eb{grid-template-columns:repeat(2,1fr)}.account_grid__ODIbU{grid-template-columns:1fr}.account_header__Weag9 nav{display:none}.account_user__pXLf5{margin-left:auto}}@media (max-width:600px){.account_headerInner__QZZ1Y,.account_main__RO88c{width:min(100% - 24px,1180px)}.account_welcome__6uCFb{align-items:flex-start;flex-direction:column}.account_lots__T0s2T,.account_metrics__G44Eb{grid-template-columns:1fr}.account_header__Weag9 img{width:104px}}

/* Componentes PHP/MySQL */
.brand-logo{display:inline-flex;width:132px;height:58px;overflow:hidden;background:#fff}.brand-logo img,.footer-logo img{width:100%;height:100%;object-fit:contain}.footer-logo{display:inline-flex;width:118px;height:112px;background:#fff;border-radius:10px;padding:4px}.favorite-form{position:absolute;right:14px;top:14px;z-index:3}.favorite-form .favorite{position:static}.flash-stack{position:relative;z-index:20;padding-top:14px}.flash{padding:14px 18px;border-radius:10px;margin-bottom:10px;border:1px solid}.flash-success{background:#edf9f0;border-color:#b5e0bf;color:#17622c}.flash-error{background:#fff0f0;border-color:#f1baba;color:#8d1f1f}.flash-warning{background:#fff8e8;border-color:#f1d08a;color:#76520c}.notice{padding:14px;border-radius:10px;background:#eef5fb;color:#174d78;margin:16px 0}.notice.warning{background:#fff7e7;color:#76520c}.auth-page{min-height:calc(100vh - 80px);background:linear-gradient(135deg,#0b2b4a,#123f6b);padding:64px 20px}.auth-shell{max-width:1080px;margin:auto;display:grid;grid-template-columns:1fr 1.05fr;gap:46px;align-items:center}.auth-shell-compact{max-width:900px}.auth-copy{color:#fff}.auth-copy h1{font-size:clamp(2.4rem,5vw,4.5rem);line-height:1;margin:12px 0 20px}.auth-copy p,.auth-copy li{color:#d9e5ef;line-height:1.7}.auth-copy ul{padding-left:20px}.auth-card,.install-card{background:#fff;border-radius:18px;padding:32px;box-shadow:0 24px 70px rgba(0,0,0,.22)}.auth-card h2,.install-card h1{margin-top:0}.auth-switch{text-align:center;color:var(--muted)}.auth-switch a{color:var(--copper);font-weight:700}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.form-grid.single-column{grid-template-columns:1fr}.form-grid label,.stack-form label,.bid-form label{display:grid;gap:7px;font-weight:700;color:#263849}.form-grid input,.form-grid select,.form-grid textarea,.stack-form input,.stack-form select,.bid-form input,.inline-form select,.admin-heading select{width:100%;border:1px solid var(--border);border-radius:9px;padding:12px 13px;background:#fff}.form-full{grid-column:1/-1}.form-grid hr{border:0;border-top:1px solid var(--border);width:100%}.checkbox-label{display:flex!important;align-items:center;gap:9px}.checkbox-label input{width:auto}.lot-page-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.75fr);gap:34px}.lot-gallery,.bid-panel,.lot-details,.history-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:20px;box-shadow:0 12px 35px rgba(11,43,74,.08)}.lot-main-image{height:470px;position:relative;overflow:hidden;border-radius:12px;background:#edf1f5}.lot-main-image img{width:100%;height:100%;object-fit:cover}.lot-thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:10px}.lot-thumbnails button{border:2px solid transparent;padding:0;border-radius:8px;overflow:hidden;background:#fff}.lot-thumbnails button:hover{border-color:var(--copper)}.lot-thumbnails img{width:100%;height:88px;object-fit:cover;display:block}.bid-panel h1{font-size:2rem;margin:10px 0}.countdown-card{background:var(--navy);color:#fff;border-radius:12px;padding:16px;margin:18px 0;display:grid;gap:4px}.countdown-card strong{font-size:1.4rem;color:#ffc18f}.countdown-card small{color:#c8d8e5}.bid-values{display:grid;gap:10px;margin:16px 0}.bid-values div{display:flex;justify-content:space-between;border-bottom:1px solid var(--border);padding-bottom:10px}.bid-values span{color:var(--muted)}.bid-form{display:grid;gap:12px}.bid-form small{color:var(--muted);line-height:1.5}.lot-content-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.7fr);gap:30px}.details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:22px}.details-grid div{background:var(--soft);border-radius:9px;padding:13px;display:grid;gap:4px}.details-grid span{font-size:.82rem;color:var(--muted)}.bid-history{display:grid;gap:0}.bid-history>div{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border);padding:11px 0}.bid-history span{display:grid}.bid-history small{color:var(--muted)}.lot-terms{margin-top:20px;background:var(--soft);padding:14px;border-radius:10px}.breadcrumb{display:flex;gap:8px;color:var(--muted);margin-bottom:18px}.account-page{padding:50px 0}.account-heading,.admin-heading{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-bottom:24px}.account-heading h1,.admin-heading h1{font-size:2.4rem;margin:4px 0}.account-status,.badge{display:inline-flex;padding:7px 11px;border-radius:999px;font-size:.78rem;font-weight:800;text-transform:uppercase}.status-approved,.badge-approved,.badge-open,.badge-paid{background:#e8f7ed;color:#17622c}.status-pending,.badge-pending,.badge-scheduled,.badge-awaiting_proof,.badge-under_review{background:#fff4d8;color:#7c5700}.status-blocked,.badge-blocked,.badge-rejected,.badge-closed{background:#ffe8e8;color:#8d1f1f}.badge-draft,.badge-archived{background:#edf0f3;color:#56616b}.account-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.account-card,.admin-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:24px;box-shadow:0 8px 26px rgba(11,43,74,.06)}.account-card h2,.admin-card h2{margin-top:0}.account-card dl{margin:0}.account-card dl div{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--border);padding:10px 0}.account-card dt{color:var(--muted)}.account-card dd{margin:0;font-weight:700}.stack-form{display:grid;gap:14px}.account-section{margin-top:22px}.responsive-table{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:13px 12px;border-bottom:1px solid var(--border);vertical-align:middle}th{font-size:.76rem;text-transform:uppercase;color:var(--muted)}td small{display:block;color:var(--muted);margin-top:3px}.mini-lots{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px}.mini-lots a{display:flex;gap:12px;border:1px solid var(--border);border-radius:10px;padding:10px}.mini-lots img{width:92px;height:76px;object-fit:cover;border-radius:7px}.mini-lots span{display:grid;gap:3px}.mini-lots small{color:var(--copper);font-weight:700}.mini-lots em{font-style:normal;color:var(--navy);font-weight:800}.inline-upload,.inline-form{display:flex;gap:8px;align-items:center}.inline-upload input{max-width:190px}.button-small{padding:8px 12px!important;font-size:.82rem}.admin-body{background:#f3f5f7}.admin-main{padding:42px 0 70px}.admin-nav{gap:18px!important}.stats-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-bottom:22px}.stat-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:18px}.stat-card span{display:block;color:var(--muted);font-size:.84rem}.stat-card strong{display:block;font-size:2rem;color:var(--navy);margin-top:8px}.admin-card-heading{display:flex;justify-content:space-between;align-items:center}.admin-split{display:grid;grid-template-columns:minmax(320px,.72fr) minmax(0,1.28fr);gap:22px}.admin-split-wide{grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr)}.install-page{background:linear-gradient(135deg,#071b33,#123f6b);min-height:100vh;padding:35px 20px}.install-shell{max-width:820px;margin:auto}.install-brand{text-align:center;color:#fff;margin-bottom:18px}.install-brand img{width:150px;background:#fff;border-radius:10px}.install-card{max-width:760px;margin:auto}.whatsapp-float{position:fixed;right:22px;bottom:22px;background:#25d366;color:#fff;padding:13px 17px;border-radius:999px;font-weight:800;box-shadow:0 10px 30px rgba(0,0,0,.2);z-index:30}
@media(max-width:980px){.main-nav{display:none}.auth-shell,.lot-page-grid,.lot-content-grid,.admin-split,.admin-split-wide{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(3,1fr)}.account-grid{grid-template-columns:1fr}.lot-main-image{height:390px}}
@media(max-width:640px){.header-actions .button-outline{display:none}.form-grid{grid-template-columns:1fr}.form-full{grid-column:auto}.auth-page{padding:35px 14px}.auth-copy h1{font-size:2.6rem}.auth-card{padding:22px}.details-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.account-heading,.admin-heading{align-items:flex-start;flex-direction:column}.lot-main-image{height:280px}.lot-thumbnails img{height:62px}.site-header .header-inner{gap:8px}.brand-logo{width:100px}.header-actions{gap:6px}.header-actions .button{padding:9px 10px}}
