.home-page{color:#f7f8fb;background:linear-gradient(#06070a 0%,#0b0d12 45%,#08090c 100%);min-height:100vh;font-family:Inter,Arial,Helvetica,sans-serif}.home-nav{background:#050608;border-bottom:1px solid #2a2f3c;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.brand{color:#fff;font-size:20px;font-weight:800;text-decoration:none}.brand-mark{color:#ff3b3b;margin-right:6px}.sign-in-button,.button{border-radius:10px;padding:12px 18px;font-weight:700;text-decoration:none;display:inline-block}.sign-in-button,.button-red{color:#fff;background:#ff3b3b}.button-light{color:#000;background:#fff}.button-dark{color:#fff;background:#222}.hero{max-width:900px;margin:0 auto;padding:60px 20px}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.home-search{padding:50px 20px}.home-search h2{text-align:center;color:#fff;margin-bottom:24px}.search-form{flex-direction:column;gap:16px;max-width:700px;margin:0 auto;display:flex}.search-form input,.search-form select{color:#fff;box-sizing:border-box;background:#161616;border:1px solid #333;border-radius:10px;width:100%;padding:14px 16px;font-size:16px}.search-form button{width:100%}@media (width>=768px){.search-form{grid-template-columns:2fr 1fr auto;align-items:center;display:grid}.search-form button{width:auto}}.featured-auctions{padding:50px 20px 70px}.featured-auctions h2{color:#fff;margin:0 0 24px;font-size:30px}.auction-grid{grid-template-columns:1fr;gap:20px;display:grid}.auction-card{background:#121418;border:1px solid #2f333a;border-radius:16px;padding:18px}.auction-image{color:#b9bec7;background:linear-gradient(135deg,#22262d,#101216);border-radius:12px;justify-content:center;align-items:center;min-height:180px;margin-bottom:18px;font-weight:700;display:flex}.auction-card h3{color:#fff;margin:0 0 14px;font-size:22px}.auction-card p{color:#d4d7dc;margin:8px 0}.auction-card .button{text-align:center;box-sizing:border-box;width:100%;margin-top:18px;display:block}@media (width>=768px){.auction-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.auction-card-image{object-fit:cover;border-radius:12px;width:100%;height:220px;display:block}.auction-image-placeholder{color:#bbb;background:#1a1a1a;border-radius:12px;justify-content:center;align-items:center;width:100%;height:220px;display:flex}body{color:#fff;background:#0b0b0f;margin:0;font-family:Arial,sans-serif}.auctions-page{background:#0b0b0f;min-height:100vh;padding:24px}.auctions-container{max-width:1200px;margin:0 auto}.auctions-title{margin-bottom:12px;font-size:2rem;font-weight:700}.auctions-subtitle{color:#b8b8b8;margin-bottom:30px}.auctions-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;display:grid}.vehicle-card{background:#17181d;border:1px solid #2b2d35;border-radius:18px;transition:all .2s;overflow:hidden}.vehicle-card:hover{border-color:#ff3b3b;transform:translateY(-2px)}.vehicle-image{color:#999;background:#222;justify-content:center;align-items:center;height:220px;font-size:1rem;display:flex;position:relative}.vehicle-card-body{padding:18px}.vehicle-category{color:#ffb300;text-transform:uppercase;font-size:.9rem;font-weight:600}.auction-stats{justify-content:space-between;align-items:center;margin:18px 0;font-size:.95rem;display:flex}.auction-stats div{flex-direction:column;gap:4px;display:flex}.auction-stats span{color:#9ca3af}.auction-stats strong{color:#fff;font-size:1.1rem}.vehicle-card-footer{border-top:1px solid #2b2d35;justify-content:space-between;align-items:center;padding-top:14px;display:flex}.watch-button{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;width:36px;height:36px;position:absolute;top:12px;right:12px}.status-badge{color:#fff;background:#16a34a;border-radius:999px;padding:6px 10px;font-size:.75rem;font-weight:700;position:absolute;top:12px;left:12px}.vehicle-card{box-shadow:0 8px 24px #00000059}.vehicle-card:hover{transform:translateY(-4px);box-shadow:0 14px 32px #00000073}.watch-button{transition:all .2s}.watch-button:hover{color:#111;background:#f3b33b}.vehicle-card a{color:#111;background:#f3b33b;border-radius:10px;padding:10px 18px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block}.vehicle-card a:hover{background:#ffd36b}@media (width<=600px){.vehicle-card{border-radius:20px}.vehicle-image{height:220px}}.vehicle-image{height:220px;position:relative;overflow:hidden}.vehicle-photo{object-fit:cover;width:100%;height:100%;display:block}.vehicle-details-page{color:#fff;background:#0f0f14;min-height:100vh;padding:24px 16px 48px}.vehicle-details-container{width:100%;max-width:900px;margin:0 auto}.vehicle-details-label{color:#22c55e;letter-spacing:1px;text-transform:uppercase;margin:0 0 10px;font-size:.78rem;font-weight:800}.vehicle-details-container h1{margin:0;font-size:clamp(1.65rem,6vw,2.4rem);line-height:1.2}.vehicle-details-subtitle{color:#b5b5b5;margin:10px 0 24px;font-size:1rem}.vehicle-details-card{background:#17181d;border:1px solid #2b2d35;border-radius:20px;overflow:hidden;box-shadow:0 12px 32px #00000059}.vehicle-details-image{object-fit:cover;width:100%;height:auto;max-height:520px;display:block}.vehicle-details-content{padding:20px}.vehicle-details-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:20px;display:grid}.vehicle-details-stats>div{background:#202127;border:1px solid #30323a;border-radius:12px;padding:16px}.vehicle-details-stats span{color:#a7a9b0;margin-bottom:6px;font-size:.9rem;display:block}.vehicle-details-stats strong{color:#fff;font-size:1.35rem;display:block}.place-bid-button,.view-auction-button{cursor:pointer;border:none;border-radius:10px;min-height:48px;padding:12px 20px;font-size:1rem;font-weight:800;transition:transform .2s,background .2s,opacity .2s}.place-bid-button{color:#111318;background:#fbbf3b}.view-auction-button{color:#fff;background:#ff3b3b;margin-left:12px}.place-bid-button:hover,.view-auction-button:hover{opacity:.92;transform:translateY(-1px)}.place-bid-button:active,.view-auction-button:active{transform:translateY(0)}@media (width<=600px){.vehicle-details-page{padding:18px 12px 36px}.vehicle-details-card{border-radius:16px}.vehicle-details-content{padding:16px}.vehicle-details-stats{grid-template-columns:1fr;gap:12px}.place-bid-button,.view-auction-button{width:100%;display:block}.view-auction-button{margin-top:12px;margin-left:0}.max-bid-input{color:#fff;box-sizing:border-box;background:#202127;border:1px solid #3a3c45;border-radius:10px;outline:none;width:100%;min-height:52px;margin-bottom:14px;padding:0 16px;font-size:1rem;display:block}.max-bid-input::placeholder{color:#92959e}.max-bid-input:focus{border-color:#fbbf3b;box-shadow:0 0 0 3px #fbbf3b2e}}.activity-feed{margin-top:24px;padding-top:8px}.activity-item{background:#202127;border:1px solid #3a3c45;border-radius:12px;margin-bottom:14px;padding:16px}.activity-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.activity-message{margin:8px 0;line-height:1.5}.activity-amount{color:#ffbf3b;margin-top:8px;font-size:1.05rem;font-weight:700}.activity-item.winning{border-left:4px solid #22c55e}.activity-item.outbid{border-left:4px solid #ff5a5f}.activity-item.winning .activity-amount{color:#22c55e}.activity-item.outbid .activity-amount{color:#ffbf3b}.membership-message{color:#f5f5f5;text-align:center;background:#ffc1071f;border:1px solid #f5c542;border-radius:10px;margin:12px 0 20px;padding:12px 16px;font-size:.95rem;line-height:1.5}.vehicle-info-card{background:#1b1b22;border:1px solid #2d2d35;border-radius:16px;margin-top:24px;padding:20px}.vehicle-info-card h3{margin:0 0 18px;font-size:1.3rem}.vehicle-info-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.vehicle-info-grid div{flex-direction:column;display:flex}.vehicle-info-grid span{color:#9ca3af;margin-bottom:4px;font-size:.85rem}.vehicle-info-grid strong{color:#fff;font-size:1rem}.vehicle-info-grid div:last-child{grid-column:1/-1;padding-top:4px}.vehicle-info-grid div:not(:last-child){padding-bottom:4px}.vehicle-details-image{cursor:zoom-in}.vehicle-gallery-overlay{z-index:9999;background:#000000f0;justify-content:center;align-items:flex-start;padding:80px 20px 32px;display:flex;position:fixed;inset:0;overflow-y:auto}.vehicle-gallery-fullscreen-image{object-fit:contain;border-radius:12px;width:100%;max-width:1100px;max-height:88vh}.vehicle-gallery-close{color:#fff;cursor:pointer;background:#141418d9;border:1px solid #ffffff40;border-radius:50%;width:44px;height:44px;font-size:1.35rem;position:fixed;top:18px;right:18px}.vehicle-gallery-counter{color:#fff;z-index:10001;background:#141418d9;border:1px solid #ffffff26;border-radius:999px;padding:8px 14px;font-size:.9rem;font-weight:600;position:fixed;top:20px;left:20px}.vehicle-gallery-fullscreen-image{touch-action:pan-y;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;animation:.28s vehicleGallerySlideIn}.vehicle-gallery-arrow{z-index:10002;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);background:#0e121ad1;border:1px solid #ffffff38;border-radius:14px;justify-content:center;align-items:center;width:48px;height:58px;padding:0;font-size:2.5rem;font-weight:400;line-height:1;transition:transform .18s,background .18s,border-color .18s;display:flex;position:fixed;top:50%;transform:translateY(-50%)}.vehicle-gallery-arrow-left{left:18px}.vehicle-gallery-arrow-right{right:18px}.vehicle-gallery-arrow:hover{background:#202736f0;border-color:#ffffff6b}.vehicle-gallery-arrow:active{transform:translateY(-50%)scale(.92)}.vehicle-gallery-arrow:focus-visible{outline-offset:3px;outline:3px solid #fffc}@keyframes vehicleGallerySlideIn{0%{opacity:0;transform:translate(28px)scale(.98)}to{opacity:1;transform:translate(0)scale(1)}}@media (width<=600px){.vehicle-gallery-arrow{border-radius:12px;width:42px;height:52px;font-size:2.1rem}.vehicle-gallery-arrow-left{left:8px}.vehicle-gallery-arrow-right{right:8px}}
