.product-card{background:var(--surface-color);border:1px solid var(--border-color);border-radius:16px;flex-direction:column;height:100%;transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s,border-color .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 12px #0000000f}.product-card-link-overlay{z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.product-card:hover{border-color:#f75b0640;transform:translateY(-7px);box-shadow:0 16px 44px #00000024}.product-image-container{background-color:var(--bg-color);width:100%;padding-top:100%;position:relative;overflow:hidden}.product-image,.product-image-placeholder{object-fit:cover;width:100%;height:100%;transition:transform .55s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.product-card:hover .product-image{transform:scale(1.07)}.product-image-placeholder{color:var(--text-secondary);justify-content:center;align-items:center;font-size:.875rem;display:flex}.product-badge{background:var(--accent-color);color:#fff;letter-spacing:.5px;text-transform:uppercase;border-radius:20px;padding:3px 10px;font-size:.7rem;font-weight:700;position:absolute;top:10px;right:10px;box-shadow:0 3px 10px #f75b0666}.product-info{flex-direction:column;flex-grow:1;padding:.8rem .9rem .9rem;display:flex}.product-title{color:var(--text-primary);-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin-bottom:.2rem;font-size:.9rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.product-code{color:var(--text-secondary);opacity:.7;margin-bottom:.65rem;font-family:monospace;font-size:.72rem}.product-author{color:var(--text-secondary);margin-top:.05rem;margin-bottom:.2rem;font-size:.82rem;font-weight:500}.product-condition{margin-bottom:.65rem;font-size:.82rem;font-weight:700}.product-condition--new{color:#10b981}.product-condition--used{color:#f59e0b}.product-details{flex-direction:column;flex-grow:1;gap:.3rem;margin-bottom:.75rem;display:flex}.detail-item{color:var(--text-secondary);align-items:center;gap:.45rem;font-size:.82rem;display:flex}.in-stock{color:#10b981;font-weight:600}.pre-order{color:#ef4444;font-size:.62rem;font-weight:600;line-height:1.25}.out-of-stock{color:#ef4444;font-weight:700}.product-card-variants{flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:.2rem;display:flex}.product-card-colors{align-items:center;gap:3px;display:inline-flex}.product-card-color-dot{border:1px solid #00000026;border-radius:50%;width:10px;height:10px;display:inline-block;box-shadow:0 1px 2px #0000001a}.product-card-color-more{color:var(--text-secondary);font-size:.65rem;font-weight:600}.product-card-sizes{border:1px solid var(--border-color);background:#0000000a;border-radius:4px;align-items:center;max-width:100%;padding:1px 6px;display:inline-flex}:root[data-theme=dark] .product-card-sizes{background:#ffffff0d}.product-card-size-text{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.65rem;font-weight:600;overflow:hidden}.product-footer{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-top:auto;padding-top:.5rem;display:flex}.product-price{color:var(--text-primary);font-size:1rem;font-weight:800}.add-to-cart-btn{z-index:20;color:var(--accent-color);cursor:pointer;width:36px;height:36px;box-shadow:none;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:transform .25s,color .25s;display:flex;position:relative}.add-to-cart-btn:hover:not(:disabled){color:#ea580c;transform:scale(1.18)}.add-to-cart-btn:active:not(:disabled){transform:scale(.88)}.add-to-cart-btn:disabled{color:var(--border-color);cursor:not-allowed;box-shadow:none;opacity:.5;background:0 0}.add-to-cart-btn.added{color:#10b981;box-shadow:none;background:0 0;animation:.4s cubic-bezier(.34,1.56,.64,1) cart-added-pop;transform:scale(1.12)}@keyframes cart-added-pop{0%{transform:scale(.8)}60%{transform:scale(1.25)}to{transform:scale(1.12)}}.buy-now-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316,#ea580c);border-radius:10px;justify-content:center;align-items:center;gap:.4rem;width:100%;margin-top:.75rem;padding:.6rem 1rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:transform .22s cubic-bezier(.34,1.56,.64,1),box-shadow .22s;display:flex;box-shadow:0 4px 14px #f9731659}.buy-now-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #f9731673}.buy-now-btn:active{transform:scale(.97)}.buy-now-btn--disabled{color:#94a3b8;cursor:not-allowed;box-shadow:none;background:#0000000f}.buy-now-btn--disabled:hover{box-shadow:none;transform:none}
.pagination{justify-content:center;align-items:center;gap:1rem;padding:2rem 0;display:flex}.pagination-btn{background:var(--surface-color);border:1px solid var(--border-color);width:40px;height:40px;color:var(--text-primary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.pagination-btn:hover:not(:disabled){background:var(--accent-color);border-color:var(--accent-color);transform:scale(1.05)}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-numbers{gap:.5rem;display:flex}.pagination-number{width:40px;height:40px;color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;font-weight:600;transition:all .2s}.pagination-number:hover:not(.active){color:var(--text-primary);background:#ffffff0d}.pagination-number.active{background:var(--accent-color);color:#fff;border-color:var(--accent-color);box-shadow:0 4px 12px #3b82f64d}
.HeroBanner-module__HJxGwq__heroBanner{width:100%;min-height:440px;padding:3.5rem var(--page-x);border-radius:20px;justify-content:space-between;align-items:center;margin-bottom:2.5rem;display:flex;position:relative;overflow:hidden}.HeroBanner-module__HJxGwq__heroBanner[data-slide="1"]{background-color:#f7cf1c}.HeroBanner-module__HJxGwq__heroBanner[data-slide="2"]{background-color:#f75b06}.HeroBanner-module__HJxGwq__heroBanner[data-slide="3"]{background-color:#f71c44}.HeroBanner-module__HJxGwq__heroBanner[data-slide="4"]{background-color:#1cb2f7}.HeroBanner-module__HJxGwq__heroBanner:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(60% 80% at 80%,#ffffff24 0%,#0000 70%),radial-gradient(40% 60% at 10% 80%,#0000001f 0%,#0000 60%);position:absolute;inset:0}.HeroBanner-module__HJxGwq__heroBanner:after{content:"";z-index:20;background:linear-gradient(90deg,#0000 0%,#ffffff80 20%,#fffc 50%,#ffffff80 80%,#0000 100%);height:4px;animation:5s linear infinite HeroBanner-module__HJxGwq__heroProgress;position:absolute;bottom:0;left:0;right:0}@keyframes HeroBanner-module__HJxGwq__heroProgress{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0% 0 0)}}.HeroBanner-module__HJxGwq__heroText{z-index:2;flex-direction:column;flex:none;align-items:flex-start;gap:0;max-width:50%;display:flex;position:relative}.HeroBanner-module__HJxGwq__heroBadge{backdrop-filter:blur(10px);letter-spacing:.12em;text-transform:uppercase;color:#fff;background:#ffffff2e;border:1.5px solid #ffffff73;border-radius:999px;align-items:center;gap:.4rem;margin-bottom:1.1rem;padding:.32rem .95rem;font-size:.68rem;font-weight:700;display:inline-flex}.HeroBanner-module__HJxGwq__heroTitle{color:#fff;letter-spacing:-.025em;text-shadow:0 4px 20px #0003;margin:0 0 .85rem;font-size:clamp(1.75rem,3.8vw,2.9rem);font-weight:900;line-height:1.18}.HeroBanner-module__HJxGwq__heroSubtitle{color:#fffc;max-width:340px;margin-bottom:1.9rem;font-size:.97rem;line-height:1.7}.HeroBanner-module__HJxGwq__heroBtn{color:#1a0a00;letter-spacing:.01em;cursor:pointer;background:#fff;border:none;border-radius:999px;align-items:center;gap:.55rem;padding:.85rem 1.9rem;font-size:.9rem;font-weight:800;text-decoration:none;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s;display:inline-flex;box-shadow:0 8px 28px #0000002e}.HeroBanner-module__HJxGwq__heroBtn:hover{transform:translateY(-4px)scale(1.03);box-shadow:0 14px 36px #00000042}.HeroBanner-module__HJxGwq__heroBtn:active{transform:translateY(-1px)scale(.99)}.HeroBanner-module__HJxGwq__heroImageWrap{z-index:2;aspect-ratio:1;outline-offset:6px;border:5px solid #fff;border-radius:50%;outline:2px solid #ffffff40;flex:none;width:clamp(200px,30vw,380px);margin-bottom:-2.5rem;position:relative;overflow:hidden;box-shadow:0 24px 56px #00000047,inset 0 0 0 1px #ffffff1f}.HeroBanner-module__HJxGwq__heroImage{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.4,0,.2,1)}.HeroBanner-module__HJxGwq__heroImageWrap:hover .HeroBanner-module__HJxGwq__heroImage{transform:scale(1.07)}.HeroBanner-module__HJxGwq__heroDots{z-index:10;gap:.5rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.HeroBanner-module__HJxGwq__dot{cursor:pointer;background:#ffffff59;border:none;border-radius:999px;width:7px;height:7px;padding:0;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.HeroBanner-module__HJxGwq__dot.HeroBanner-module__HJxGwq__active{background:#fff;width:28px;box-shadow:0 0 10px #ffffff8c}.HeroBanner-module__HJxGwq__fadeIn .HeroBanner-module__HJxGwq__heroBadge{animation:.55s cubic-bezier(.22,1,.36,1) 50ms both HeroBanner-module__HJxGwq__slideUp}.HeroBanner-module__HJxGwq__fadeIn .HeroBanner-module__HJxGwq__heroTitle{animation:.6s cubic-bezier(.22,1,.36,1) .15s both HeroBanner-module__HJxGwq__slideUp}.HeroBanner-module__HJxGwq__fadeIn .HeroBanner-module__HJxGwq__heroSubtitle{animation:.6s cubic-bezier(.22,1,.36,1) .25s both HeroBanner-module__HJxGwq__slideUp}.HeroBanner-module__HJxGwq__fadeIn .HeroBanner-module__HJxGwq__heroBtn{animation:.6s cubic-bezier(.22,1,.36,1) .35s both HeroBanner-module__HJxGwq__slideUp}.HeroBanner-module__HJxGwq__fadeIn.HeroBanner-module__HJxGwq__heroImageWrap{animation:.7s cubic-bezier(.34,1.56,.64,1) .2s both HeroBanner-module__HJxGwq__popIn}@keyframes HeroBanner-module__HJxGwq__slideUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes HeroBanner-module__HJxGwq__popIn{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}.HeroBanner-module__HJxGwq__fadeOut{animation:.42s forwards HeroBanner-module__HJxGwq__fadeAway}@keyframes HeroBanner-module__HJxGwq__fadeAway{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@media (max-width:900px){.HeroBanner-module__HJxGwq__heroBanner{text-align:center;min-height:unset;flex-direction:column-reverse;align-items:center;gap:2rem;padding:2.5rem 6% 4rem}.HeroBanner-module__HJxGwq__heroText{align-items:center;max-width:100%}.HeroBanner-module__HJxGwq__heroSubtitle{max-width:100%}.HeroBanner-module__HJxGwq__heroImageWrap{width:clamp(150px,45vw,240px);margin-bottom:0}}@media (max-width:480px){.HeroBanner-module__HJxGwq__heroBanner{padding:2rem 5% 3.5rem}.HeroBanner-module__HJxGwq__heroTitle{font-size:clamp(1.55rem,7vw,2rem)}.HeroBanner-module__HJxGwq__heroImageWrap{width:clamp(130px,50vw,190px)}}
.home-overview-container{flex-direction:column;gap:2.5rem;padding-top:.5rem;padding-bottom:3rem;display:flex}.home-overview-with-sidebar{grid-template-columns:1fr 272px;align-items:start;gap:1.5rem;padding-top:.5rem;padding-bottom:3rem;display:grid}.home-overview-main{flex-direction:column;gap:2.5rem;min-width:0;display:flex}@media (max-width:1100px){.home-overview-with-sidebar{grid-template-columns:1fr 240px}}@media (max-width:900px){.home-overview-with-sidebar{grid-template-columns:1fr}.home-overview-spin-sidebar{order:-1}}.home-overview-section{animation:.5s cubic-bezier(.16,1,.3,1) both section-in}@keyframes section-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.home-overview-section:first-child{animation-delay:50ms}.home-overview-section:nth-child(2){animation-delay:.12s}.home-overview-section:nth-child(3){animation-delay:.19s}.home-overview-section:nth-child(4){animation-delay:.26s}.home-section-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.home-section-title-group{align-items:center;gap:.85rem;display:flex}.home-section-icon{background:linear-gradient(135deg, var(--accent-color), #ff8a47);color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 4px 14px #f75b0640}.home-section-title{color:var(--text-primary);margin:0;font-size:1.1rem;font-weight:800;line-height:1.2}.home-section-subtitle{color:var(--text-secondary);margin:.1rem 0 0;font-size:.78rem}.home-section-see-all{border:1.5px solid var(--border-color);color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border-radius:999px;align-items:center;gap:.3rem;padding:.4rem .85rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .2s;display:inline-flex}.home-section-see-all:hover{border-color:var(--accent-color);color:var(--accent-color);background:#f75b060f;transform:translate(2px)}.home-overview-grid,.home-section-loading{grid-template-columns:repeat(5,1fr);gap:1rem;display:grid}.home-skeleton-card{background:linear-gradient(90deg, var(--border-color) 0%, var(--surface-color) 50%, var(--border-color) 100%);background-size:200% 100%;border-radius:14px;height:280px;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.home-section-empty{text-align:center;color:var(--text-secondary);border:1.5px dashed var(--border-color);border-radius:14px;padding:2rem;font-size:.9rem}.home-exchange-compact{border:1.5px solid var(--border-color);background:var(--surface-color);border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #0000000d}.home-exchange-compact-header{border-bottom:1px solid var(--border-color);background:var(--glass-bg);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.home-exchange-compact-title{align-items:center;gap:.75rem;display:flex}.home-exchange-icon{color:#fff;background:linear-gradient(135deg,#0ea5e9,#38bdf8);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;font-weight:800;display:flex}.home-exchange-label{color:var(--text-primary);font-size:.95rem;font-weight:700}.home-exchange-time{color:var(--text-secondary);margin-top:.1rem;font-size:.72rem}.home-exchange-compact-actions{align-items:center;gap:.6rem;display:flex}.home-exchange-refresh-btn{border:1px solid var(--border-color);width:30px;height:30px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.home-exchange-refresh-btn:hover{border-color:var(--accent-color);color:var(--accent-color)}.home-exchange-refresh-btn.spinning svg{animation:.8s linear infinite spin}.home-exchange-compact-grid{flex-direction:column;display:flex}.home-exchange-compact-row{border-bottom:1px solid var(--border-color);grid-template-columns:1fr 1fr 1fr;align-items:center;padding:.85rem 1.25rem;transition:background .2s;display:grid}.home-exchange-compact-row:last-child{border-bottom:none}.home-exchange-compact-row:hover{background:var(--glass-bg)}.home-exchange-compact-currency{align-items:center;gap:.6rem;display:flex}.home-exchange-flag{font-size:1.3rem;line-height:1}.home-exchange-code{color:var(--text-primary);font-size:.95rem;font-weight:700}.home-exchange-name{color:var(--text-secondary);font-size:.7rem}.home-exchange-rate-cell{flex-direction:column;align-items:flex-end;gap:.1rem;display:flex}.home-exchange-rate-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);font-size:.65rem;font-weight:700}.home-exchange-rate-cell--buy .home-exchange-rate-label{color:#16a34a}.home-exchange-rate-cell--sell .home-exchange-rate-label{color:#dc2626}.home-exchange-rate-value{color:var(--text-primary);letter-spacing:-.01em;font-size:1rem;font-weight:800}.home-exchange-rate-unit{color:var(--text-secondary);font-size:.65rem}.home-exchange-info-row{border-top:1px solid var(--border-color);color:var(--text-secondary);background:#0ea5e90f;flex-wrap:wrap;align-items:center;gap:.4rem .75rem;padding:.6rem 1.25rem;font-size:.75rem;display:flex}.home-exchange-info-icon{color:#0ea5e9;flex-shrink:0}.home-exchange-notice{color:#dc2626;margin-left:auto;font-weight:600}.home-exchange-error{color:#dc2626;background:#dc26260f;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.82rem;display:flex}.home-exchange-cross-rates{background:var(--glass-bg);border-top:1px solid var(--border-color);padding:.75rem 1.25rem}.home-exchange-cross-title{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.07em;align-items:center;gap:.35rem;margin-bottom:.45rem;font-size:.72rem;font-weight:700;display:flex}.home-exchange-cross-row{color:var(--text-primary);flex-wrap:wrap;align-items:center;gap:.4rem .85rem;font-size:.8rem;display:flex}.home-exchange-cross-val{font-weight:700}.home-exchange-cross-val em{color:var(--text-secondary);font-size:.72rem;font-style:normal;font-weight:400}.home-exchange-cross-sep{color:var(--border-color);font-size:.9rem}@media (max-width:1200px){.home-overview-grid,.home-section-loading{grid-template-columns:repeat(4,1fr)}}@media (max-width:992px){.home-overview-grid,.home-section-loading{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.home-overview-grid,.home-section-loading{grid-template-columns:repeat(2,1fr);gap:.75rem}.home-exchange-compact-row{grid-template-columns:1fr 1fr 1fr;padding:.65rem 1rem}.home-exchange-compact-header{padding:.85rem 1rem}.home-exchange-notice{margin-left:0}.home-exchange-info-row{font-size:.7rem}}@media (max-width:480px){.home-overview-grid,.home-section-loading{grid-template-columns:repeat(2,1fr);gap:.5rem}.home-section-title{font-size:.98rem}.home-section-icon{border-radius:10px;width:36px;height:36px}.home-exchange-compact-row{grid-template-columns:1.2fr 1fr 1fr}.home-exchange-cross-row{flex-direction:column;align-items:flex-start;gap:.2rem}.home-exchange-cross-sep{display:none}}
