.home-discover-carousel{position:relative;min-height:128px}.home-discovery-empty{min-height:128px;border:1px dashed #dce4e9;border-radius:18px;background:#fff;display:grid;place-items:center;padding:20px;text-align:center;font-size:9px;color:#8c99a2}.home-feature-preview{margin:9px 0 4px;background:#fff;border-radius:18px;box-shadow:0 8px 24px rgba(6,39,68,.08);overflow:hidden;display:none;grid-template-columns:112px 1fr;min-height:128px;animation:baiCardIn .35s ease}.home-feature-preview.active{display:grid}.home-feature-preview img,.home-feature-fallback{width:112px;height:100%;min-height:128px;object-fit:cover}.home-feature-fallback{display:grid;place-items:center;background:linear-gradient(135deg,#062744,#0a365d);color:#ffc421;font-weight:950;font-size:20px;letter-spacing:-.04em}.home-feature-copy{padding:12px;min-width:0}.home-feature-copy small{font-size:7px;letter-spacing:.1em;color:#8b98a2;font-weight:900}.home-feature-copy h3{font-size:16px;margin:3px 0}.home-feature-copy p{font-size:8px;line-height:1.35;color:#6e7d88;margin:0 0 9px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-feature-actions{display:grid;grid-template-columns:.8fr 1.2fr;gap:6px}.home-feature-actions a{height:34px;border-radius:10px;display:grid;place-items:center;font-size:8px;font-weight:950;background:#eef2f5;color:#062744;text-align:center;text-decoration:none}.home-feature-actions a.ride{background:#ffc421}.home-carousel-dots{height:14px;display:flex;align-items:center;justify-content:center;gap:5px}.home-carousel-dots button{width:5px;height:5px;border:0;border-radius:99px;padding:0;background:#c8d1d7;transition:.25s}.home-carousel-dots button.active{width:16px;background:#062744}.auto-rotate-strip{scroll-behavior:smooth}@keyframes baiCardIn{from{opacity:.3;transform:translateX(7px)}to{opacity:1;transform:none}}