.home-carousel{aspect-ratio:2.8;background:var(--shop-surface);border:1px solid var(--shop-border);border-radius:20px;width:100%;position:relative;overflow:hidden}.home-carousel-track{height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex}.home-carousel-slide{min-width:100%;height:100%;position:relative}.home-carousel-slide img{object-fit:cover;width:100%;height:100%;display:block}.home-carousel-placeholder{background:linear-gradient(135deg,#4f46e51a 0%,#7c3aed1a 100%);flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;display:flex}.home-carousel-placeholder span{color:var(--shop-muted);opacity:.3;font-size:48px}.home-carousel-placeholder p{color:var(--shop-muted);opacity:.5;font-size:13px}.home-arrow{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;z-index:2;background:#00000073;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-family:inherit;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.home-arrow:hover{background:#000000b3;transform:translateY(-50%)scale(1.08)}.home-arrow--left{left:16px}.home-arrow--right{right:16px}.home-dots{z-index:2;gap:8px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.home-dot{cursor:pointer;background:#ffffff59;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.home-dot--active{background:#fff;border-radius:5px;width:28px;box-shadow:0 2px 8px #0000004d}.home-no-banners{aspect-ratio:2.8;border:1px solid var(--shop-border);background:linear-gradient(135deg,#4f46e514,#7c3aed0d);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;display:flex}.home-no-banners-icon{color:var(--shop-accent);opacity:.3;font-size:48px}.home-no-banners-text{letter-spacing:-.02em;font-size:18px;font-weight:800}.home-no-banners-sub{color:var(--shop-muted);font-size:13px}.home-featured-news{margin-top:40px;margin-bottom:8px}.home-featured-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.home-featured-title{color:var(--shop-text);letter-spacing:-.3px;margin:0;font-size:20px;font-weight:800}.home-featured-link{color:var(--shop-accent);font-size:12px;font-weight:600;text-decoration:none}.home-featured-link:hover{text-decoration:underline}.home-featured-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@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{background:var(--shop-surface);border:1px solid var(--shop-border);border-radius:14px;flex-direction:column;text-decoration:none;transition:all .25s;display:flex;overflow:hidden}.home-featured-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001f}.home-featured-card-img{background:var(--shop-border);height:120px;overflow:hidden}.home-featured-card-img img{object-fit:cover;width:100%;height:100%}.home-featured-card-placeholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.home-featured-card-placeholder .material-symbols-outlined{color:var(--shop-muted);opacity:.3;font-size:32px}.home-featured-card-body{padding:12px}.home-featured-card-cat{text-transform:uppercase;letter-spacing:.05em;color:var(--shop-accent);font-size:9px;font-weight:700}.home-featured-card-body h3{color:var(--shop-text);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:4px 0 0;font-size:13px;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.home-featured-card-body p{color:var(--shop-muted);-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;margin:4px 0 0;font-size:11px;display:-webkit-box;overflow:hidden}.home-sections{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:32px;display:grid}@media (max-width:768px){.home-sections{grid-template-columns:repeat(2,1fr);gap:12px}}.home-section-card{background:var(--shop-surface);border:1px solid var(--shop-border);color:var(--shop-text);cursor:pointer;border-radius:16px;flex-direction:column;align-items:center;gap:12px;padding:28px 16px;text-decoration:none;transition:all .25s;display:flex}.home-section-card:hover{border-color:var(--shop-accent);transform:translateY(-4px);box-shadow:0 8px 30px #00000014}.home-section-icon{border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;font-size:24px;display:flex}.home-section-label{letter-spacing:-.01em;font-size:14px;font-weight:800}.home-section-desc{color:var(--shop-muted);text-align:center;font-size:11px;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{aspect-ratio:16/9;border-radius:14px}.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{border:3px solid var(--shop-border);border-top-color:#4f46e5;border-radius:50%;width:32px;height:32px;animation:.6s linear infinite home-spin;display:inline-block}@keyframes home-spin{to{transform:rotate(360deg)}}.home-welcome{text-align:center;margin-bottom:28px}.home-welcome h1{letter-spacing:-.03em;margin:0 0 4px;font-size:28px;font-weight:900}.home-welcome p{color:var(--shop-muted);margin:0;font-size:14px}.home-gradient-text{background:linear-gradient(135deg,#4f46e5 0%,#7e22ce 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}
