.home-carousel{position:relative;width:100%;border-radius:20px;overflow:hidden;aspect-ratio:2.8/1;background:var(--shop-surface);border:1px solid var(--shop-border)}.home-carousel-track{display:flex;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.home-carousel-slide{min-width:100%;height:100%;position:relative}.home-carousel-slide img{width:100%;height:100%;object-fit:cover;display:block}.home-carousel-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(79,70,229,.1),rgba(124,58,237,.1));flex-direction:column;gap:8px}.home-carousel-placeholder span{font-size:48px;color:var(--shop-muted);opacity:.3}.home-carousel-placeholder p{font-size:13px;color:var(--shop-muted);opacity:.5}.home-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:rgba(0,0,0,.45);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);color:white;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:2;font-family:inherit}.home-arrow:hover{background:rgba(0,0,0,.7);transform:translateY(-50%) scale(1.08)}.home-arrow--left{left:16px}.home-arrow--right{right:16px}.home-dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:2}.home-dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.35);border:none;cursor:pointer;transition:all .3s;padding:0}.home-dot--active{background:white;width:28px;border-radius:5px;box-shadow:0 2px 8px rgba(0,0,0,.3)}.home-no-banners{width:100%;aspect-ratio:2.8/1;border-radius:20px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;background:linear-gradient(135deg,rgba(79,70,229,.08),rgba(124,58,237,.05));border:1px solid var(--shop-border)}.home-no-banners-icon{font-size:48px;color:var(--shop-accent);opacity:.3}.home-no-banners-text{font-size:18px;font-weight:800;letter-spacing:-.02em}.home-no-banners-sub{font-size:13px;color:var(--shop-muted)}.home-featured-news{margin-top:40px;margin-bottom:8px}.home-featured-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.home-featured-title{font-size:20px;font-weight:800;color:var(--shop-text);margin:0;letter-spacing:-.3px}.home-featured-link{font-size:12px;font-weight:600;color:var(--shop-accent);text-decoration:none}.home-featured-link:hover{text-decoration:underline}.home-featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media (max-width:768px){.home-featured-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.home-featured-grid{grid-template-columns:1fr}}.home-featured-card{border-radius:14px;overflow:hidden;background:var(--shop-surface);border:1px solid var(--shop-border);text-decoration:none;transition:all .25s;display:flex;flex-direction:column}.home-featured-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.home-featured-card-img{height:120px;background:var(--shop-border);overflow:hidden}.home-featured-card-img img{width:100%;height:100%;object-fit:cover}.home-featured-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.home-featured-card-placeholder .material-symbols-outlined{font-size:32px;color:var(--shop-muted);opacity:.3}.home-featured-card-body{padding:12px}.home-featured-card-cat{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--shop-accent)}.home-featured-card-body h3{font-size:13px;font-weight:700;color:var(--shop-text);line-height:1.3;-webkit-line-clamp:2;line-clamp:2}.home-featured-card-body h3,.home-featured-card-body p{margin:4px 0 0;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.home-featured-card-body p{font-size:11px;color:var(--shop-muted);-webkit-line-clamp:1;line-clamp:1}.home-sections{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:32px}@media (max-width:768px){.home-sections{grid-template-columns:repeat(2,1fr);gap:12px}}.home-section-card{display:flex;flex-direction:column;align-items:center;gap:12px;padding:28px 16px;border-radius:16px;background:var(--shop-surface);border:1px solid var(--shop-border);text-decoration:none;color:var(--shop-text);transition:all .25s;cursor:pointer}.home-section-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.08);border-color:var(--shop-accent)}.home-section-icon{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:24px}.home-section-label{font-size:14px;font-weight:800;letter-spacing:-.01em}.home-section-desc{font-size:11px;color:var(--shop-muted);text-align:center;line-height:1.4}.home-page{min-height:100vh}.home-main{max-width:1100px;margin:0 auto;padding:80px 16px 60px}@media (max-width:640px){.home-carousel{border-radius:14px;aspect-ratio:16/9}.home-arrow{width:36px;height:36px}.home-arrow--left{left:8px}.home-arrow--right{right:8px}}.home-loading{text-align:center;padding-top:100px}.home-spinner{display:inline-block;width:32px;height:32px;border:3px solid var(--shop-border);border-top:3px solid #4f46e5;border-radius:50%;animation:home-spin .6s linear infinite}@keyframes home-spin{to{transform:rotate(1turn)}}.home-welcome{text-align:center;margin-bottom:28px}.home-welcome h1{font-size:28px;font-weight:900;letter-spacing:-.03em;margin:0 0 4px}.home-welcome p{font-size:14px;color:var(--shop-muted);margin:0}.home-gradient-text{background:linear-gradient(135deg,#4f46e5,#7e22ce);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}