:root{color-scheme:light;--bg-muted: #f5f7fb;--bg-surface: #ffffff;--border-soft: #e2e6f0;--text-main: #1f2937;--text-muted: #6b7280;--primary: #2563eb;--accent: #f97316;--radius-lg: 18px;--radius-md: 14px;--radius-sm: 10px;font-family:Inter,Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;--brand-orange: #FF6C34;--brand-yellow: #FFBB4D;--brand-gradient: linear-gradient(90deg, var(--brand-orange) 0%, var(--brand-yellow) 100%);--nav-active-gradient: linear-gradient(130deg, #4f77ff 0%, #9a9aff 100%);--page-gradient: linear-gradient(180deg, #ffffff 0%, #fbf9ff 35%, #f5f7fb 100%)}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--page-gradient);color:var(--text-main);line-height:1.5;overflow-x:hidden}html{overflow-x:hidden}a{color:inherit;text-decoration:none}a:hover{color:var(--primary)}button,input,select,textarea{font:inherit}button{cursor:pointer;border:none;border-radius:var(--radius-sm);padding:.55rem 1.2rem;background:#eef1f8;color:var(--text-main);transition:background .2s ease}button:hover{background:#dfe7ff}button.primary{background:var(--primary);color:#fff}button.primary:hover{background:#1d4ed8}button.ghost{background:transparent;border:1px solid var(--border-soft)}input[type=text],input[type=number],input[type=email]{border:1px solid var(--border-soft);border-radius:var(--radius-sm);padding:.55rem .75rem;background:#fff;width:100%}.app-shell{min-height:100vh;display:flex;flex-direction:column}.page-content{flex:1;padding:8.5rem 0 3.5rem}.site-header{background:linear-gradient(90deg,#ff6c34,#ffbb4d);border-bottom:1px solid rgba(15,23,42,.05);box-shadow:0 8px 28px #0f172a1a;padding:.5rem 0 1;position:fixed;top:0;left:0;right:0;height:auto;z-index:1000;-webkit-backdrop-filter:saturate(150%) blur(6px);backdrop-filter:saturate(150%) blur(6px)}.header-top,.header-nav,.page-content>*:not(.full-width),.site-footer>*{width:min(1240px,92vw);margin:0 auto}.header-top{display:grid;grid-template-columns:minmax(140px,max-content) minmax(280px,1fr) max-content;grid-template-rows:auto auto;align-items:center;column-gap:1.2rem;row-gap:.4rem;padding:.85rem 0 .4rem}.header-top .brand-mark{grid-column:1;grid-row:1}.header-top .header-search{grid-column:2;grid-row:1;width:100%;max-width:100%}.header-top .header-actions{grid-column:3;grid-row:1}.header-top .header-nav{grid-column:2;grid-row:2;justify-self:start}.brand-mark{display:inline-flex;align-items:center;gap:.6rem;min-width:160px;z-index:1}.brand-logo{height:52px;width:auto;display:block}.header-search{flex:1;display:flex;background:#fff;border-radius:999px;height:48px;padding:0 .45rem 0 1rem;align-items:center;gap:.6rem;overflow:hidden;box-shadow:0 10px 24px #00000014;position:relative}.header-search input{background:transparent;border:none;padding-inline:0;flex:1 1 auto;min-width:0;width:100%;font-size:1rem}.header-search input:focus{outline:none}.header-search input::placeholder{color:#9aa3b2}.header-search button{display:inline-flex;align-items:center;justify-content:center;line-height:1;border-radius:999px;background:#4f46e5;color:#fff;padding-inline:1.2rem;height:38px;flex-shrink:0}.search-suggestions{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid var(--border-soft);border-radius:12px;box-shadow:0 8px 28px #00000014;padding:6px;z-index:30}.suggestion-item{display:block;width:100%;text-align:left;padding:8px 10px;border-radius:8px;background:transparent;border:none}.suggestion-item:hover{background:#f7f8fc}.suggestion-empty{color:var(--text-muted);padding:8px 10px}.header-actions{display:flex;align-items:center;gap:.8rem;justify-content:flex-end;min-width:260px}.api-switcher{display:none!important}.header-icons{display:flex;gap:.6rem}.icon-button{width:36px;height:36px;border-radius:50%;background:#f1f3f9;color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;padding:0}.icon-button img{width:22px;height:22px;object-fit:contain;display:block}.header-nav{display:flex;gap:.7rem;padding:.35rem 0 1rem}.nav-item{display:inline-flex;align-items:center;justify-content:center;border:none;padding:.62rem 1.1rem;border-radius:999px;background:#f4e6da;color:#3f3f46;font-weight:700;line-height:1;box-shadow:0 10px 18px #00000024}.nav-item.active{background:var(--nav-active-gradient);color:#fff;border-color:transparent;box-shadow:0 12px 24px #2563eb59}@media (max-width: 1200px){.header-top{flex-wrap:wrap;align-items:flex-start;gap:1rem}.brand-mark{flex:0 0 auto}.header-search{flex:1 1 100%;order:3}.header-actions{margin-left:auto}}.landing-page,.category-page,.product-page,.article-page{width:min(1240px,92vw);margin:0 auto;display:flex;flex-direction:column;gap:1.8rem;overflow:hidden;box-sizing:border-box}section{background:var(--bg-surface);border-radius:var(--radius-lg);padding:1.8rem;box-shadow:0 20px 45px #0f172a0d}.hero,.banner-split,.category-hero,.banner-wide{display:grid;gap:1.2rem;grid-template-columns:repeat(2,minmax(0,1fr))}.hero .hero-banner{position:relative;min-height:220px}.hero-banner.primary{grid-column:1 / 2}.hero-banner.secondary{grid-column:2 / 3}.hero-banner .image-placeholder{min-height:220px}.category-grid .category-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1.1rem;margin-top:1.2rem}.category-card{--icon-start: #dbe8ff;--icon-end: #eef3ff;display:flex;flex-direction:column;gap:.55rem;align-items:center;justify-content:center;padding:.25rem .25rem .5rem;border:none;background:transparent;text-align:center;font-weight:700}.icon-placeholder{width:88px;height:88px;border-radius:22px;background:linear-gradient(180deg,var(--icon-start),var(--icon-end));display:inline-flex;align-items:center;justify-content:center;box-shadow:0 14px 30px #0f172a1a}.icon-placeholder img{width:40px;height:40px;display:block;object-fit:contain}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:1rem}.section-heading h2{font-size:1.45rem}.section-heading p{color:var(--text-muted);font-size:.95rem}.carousel-controls{display:flex;gap:.5rem}.carousel-controls button{width:40px;height:40px;border-radius:50%}.card-row,.brand-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.2rem;margin-top:1.4rem}.grid{display:grid;gap:1.2rem}.grid.six{grid-template-columns:repeat(6,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{background:#fff;border:1px solid #edf1fb;border-radius:var(--radius-md);padding:1rem;gap:1rem;min-height:380px;height:100%;display:flex;flex-direction:column}.product-card.compact{min-height:200px}.product-card.small{min-height:190px}.product-card .card-body{display:flex;flex-direction:column;gap:.5rem}.product-card h3{font-size:1rem;line-height:1.3}.product-card__specs{display:grid;gap:.6rem}.product-card__specs.compact{gap:.4rem}.spec-line{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap}.spec-line--full{gap:.6rem}.spec-item{display:inline-flex;align-items:center;gap:.5rem;margin-right:.8rem}.spec-badge{padding:.28rem .55rem;border-radius:10px;font-size:.78rem;font-weight:800;color:#3f3d9d;background:linear-gradient(135deg,#dce3ff,#c6b8ff)}.spec-value{font-size:.95rem;font-weight:600;color:#111827}.spec-value--lg{font-size:.98rem;font-weight:600}.card-meta{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:var(--text-muted)}.price{color:var(--accent);font-weight:700}.rating{font-weight:600;color:#facc15}.wish-button{align-self:flex-start}.banner-card,.hero-card{border-radius:var(--radius-lg);padding:1.5rem;display:flex;flex-direction:column;gap:1rem;background:#f9fbff}.banner-card.dark{background:radial-gradient(circle at top,#1e293b,#111827);color:#fff}.hero-card .hero-caption h2{font-size:1.3rem}.tab-buttons{display:flex;gap:.6rem;flex-wrap:wrap}.tab-buttons button{background:#f1f4fe;border-radius:999px;padding:.45rem 1.4rem}.tab-buttons .active,.summary-tabs .active{background:var(--primary);color:#fff}.daily-section{display:flex;flex-direction:column;gap:1.5rem}.daily-banners{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.daily-group{display:flex;flex-direction:column;gap:1.1rem}.daily-group-header{display:flex;justify-content:space-between;align-items:center}.daily-footer{display:grid;grid-template-columns:1.3fr 2fr 1fr;gap:1.2rem;align-items:stretch}.daily-footer-columns{background:#f8faff;border-radius:var(--radius-lg);padding:1.4rem;display:flex;gap:1.8rem;justify-content:space-between}.daily-footer-columns h4{margin-bottom:.8rem}.daily-footer-columns ul{list-style:disc;color:var(--text-muted);display:grid;gap:.45rem;margin-left:1.2rem}.news-section .news-content{display:grid;grid-template-columns:1.3fr 1fr;gap:1.4rem;margin-top:1.6rem}.news-feature{display:flex;flex-direction:column;gap:1rem}.news-feature .news-labels{display:flex;gap:.7rem}.news-item{padding:1rem;border:1px solid var(--border-soft);border-radius:var(--radius-md);background:#f4f5f9}.time{color:var(--text-muted);font-size:.85rem}.image-placeholder{border-radius:var(--radius-md);border:2px dashed rgba(37,99,235,.25);background:#eef2ff;color:#4f46e5;display:grid;place-items:center;text-align:center;padding:2rem;font-weight:600}.image-placeholder.large{min-height:260px}.image-placeholder.small{min-height:80px;font-size:.85rem}.pill,.chip{display:inline-flex;align-items:center;border-radius:999px;padding:.3rem .9rem;font-size:.8rem;background:#e8edfb;color:var(--primary);font-weight:600}.pill.primary{background:#2563eb1a}.pill.light{background:#f8fafc;color:var(--text-muted)}.breadcrumb{display:flex;gap:.5rem;color:var(--text-muted);font-size:.9rem}.breadcrumb-separator{margin-inline:.3rem;color:#cbd5f5}.category-header{display:flex;justify-content:space-between;gap:1.6rem;align-items:flex-start}.category-header__title{display:flex;align-items:center;gap:1rem}.category-header__icon{width:68px;height:68px;border-radius:20px;background:linear-gradient(135deg,#f4f7ff,#fff);border:1px solid rgba(217,225,255,.8);box-shadow:0 18px 35px #0f172a14;display:inline-flex;align-items:center;justify-content:center}.category-header__icon img{width:34px;height:34px;display:block}.category-header .category-actions{display:flex;gap:.8rem}.category-page--detail{gap:2.2rem;--category-rail-card-width: clamp(180px, 18vw, 230px);--category-rail-gap: 1.2rem;--category-rail-shell-padding: 2rem;overflow-x:hidden;width:100%;max-width:100%}.category-header--detail{align-items:center}.category-header__actions{display:flex;align-items:center;gap:1rem;font-weight:600}.category-header__total{background:#f1f4fe;border-radius:999px;padding:.45rem 1.2rem;color:var(--primary);font-size:.9rem}.category-spotlight{display:grid;grid-template-columns:minmax(0,1.9fr) minmax(0,1fr);gap:1.6rem;overflow:hidden;width:100%;max-width:100%}.spotlight-right{display:flex;flex-direction:column;gap:.8rem}.spotlight-promos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;overflow:hidden}.promo-card{background:radial-gradient(circle at top right,#4f46e514,#ffffffe6);border-radius:var(--radius-lg);padding:1.4rem;display:flex;flex-direction:column;gap:1rem;border:1px solid rgba(79,70,229,.12);min-height:260px}.promo-card__caption h2{font-size:1.4rem}.spotlight-articles{background:#fff;border-radius:var(--radius-lg);padding:1.6rem;box-shadow:0 20px 45px #0f172a14;border:1px solid rgba(226,232,255,.8);display:flex;flex-direction:column;gap:1.2rem}.spotlight-articles__header{display:flex;justify-content:space-between;align-items:center}.spotlight-articles__header h2{font-size:1.2rem}.spotlight-articles__more{font-weight:600;color:var(--primary)}.spotlight-articles__list{display:grid;gap:1rem}.spotlight-article{display:grid;grid-template-columns:92px 1fr;gap:.9rem;align-items:center}.spotlight-article__thumb{width:92px;height:72px;border-radius:var(--radius-md);overflow:hidden;background:#eef2ff;display:grid;place-items:center}.spotlight-article__thumb img{width:100%;height:100%;object-fit:cover}.spotlight-article__copy{display:grid;gap:.4rem}.spotlight-article__copy h3{font-size:.95rem;line-height:1.3}.spotlight-article__copy span{font-size:.82rem;color:var(--text-muted)}.category-layout{display:grid;grid-template-columns:clamp(320px,28vw,380px) minmax(0,1fr);gap:2rem;align-items:start;overflow:hidden;width:100%;max-width:100%}.category-sidebar{display:flex;flex-direction:column;gap:1.2rem;position:sticky;top:1rem;max-height:none;overflow:visible;scrollbar-width:thin;scrollbar-color:rgba(99,102,241,.3) transparent}.sidebar-card:nth-child(1){min-height:unset}.sidebar-card:nth-child(2){min-height:unset}.category-sidebar::-webkit-scrollbar{width:4px}.category-sidebar::-webkit-scrollbar-track{background:transparent}.category-sidebar::-webkit-scrollbar-thumb{background:#6366f14d;border-radius:2px}.category-sidebar::-webkit-scrollbar-thumb:hover{background:#6366f180}.sidebar-card{background:#fff;border-radius:var(--radius-lg);padding:1.5rem;box-shadow:0 12px 32px #0f172a14;border:1px solid rgba(226,232,255,.7);display:flex;flex-direction:column;gap:1rem;transition:all .2s ease;position:relative;overflow:hidden;min-height:fit-content}.sidebar-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary),#6366f1);opacity:0;transition:opacity .2s ease}.sidebar-card:hover{box-shadow:0 16px 40px #0f172a1f;border-color:#6366f14d;transform:translateY(-2px)}.sidebar-card:hover:before{opacity:1}.category-multiselect{display:flex;flex-direction:column;gap:.8rem}.category-checkbox{display:flex;align-items:center;gap:.8rem;padding:.8rem 1rem;border-radius:var(--radius-md);border:1px solid rgba(226,232,255,.6);background:linear-gradient(135deg,#fafbff,#f8faff);transition:all .2s ease;cursor:pointer;position:relative}.checkbox-custom{width:20px;height:20px;border:2px solid rgba(99,102,241,.3);border-radius:4px;background:#fff;position:relative;transition:all .2s ease;flex-shrink:0}.category-checkbox input:checked+.checkbox-custom:after{content:"Ã¢Å“â€œ";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.category-label{flex:1;font-weight:500;color:var(--text-main)}.category-count{background:#6366f11a;color:var(--primary);padding:.2rem .6rem;border-radius:999px;font-size:.8rem;font-weight:700;min-width:32px;text-align:center}.category-skeleton{display:flex;flex-direction:column;gap:.8rem}.category-skeleton-item{display:flex;align-items:center;gap:.8rem;padding:.8rem 1rem;border-radius:var(--radius-md);background:#f8faff}.skeleton-checkbox{width:20px;height:20px;background:#e2e8f0;border-radius:4px;animation:pulse 1.5s ease-in-out infinite}.skeleton-text{flex:1;height:16px;background:#e2e8f0;border-radius:4px;animation:pulse 1.5s ease-in-out infinite}.skeleton-count{width:40px;height:20px;background:#e2e8f0;border-radius:999px;animation:pulse 1.5s ease-in-out infinite}.price-range-slider{display:flex;flex-direction:column;gap:1.5rem}.price-avg{display:flex;flex-direction:column;gap:.3rem;padding:1rem;background:linear-gradient(135deg,#f973161a,#f973160d);border-radius:var(--radius-md);border:1px solid rgba(249,115,22,.2)}.price-label{font-size:.8rem;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.price-value{font-size:1.6rem;font-weight:800;color:var(--accent)}.slider-container{display:flex;flex-direction:column;gap:1rem}.slider-labels{display:flex;justify-content:space-between;font-size:.8rem;color:var(--text-muted);font-weight:600}.dual-range-slider{position:relative;height:40px;display:flex;align-items:center}.slider{position:absolute;width:100%;height:6px;background:transparent;outline:none;-webkit-appearance:none;pointer-events:none}.slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:var(--primary);border-radius:50%;cursor:pointer;pointer-events:all;box-shadow:0 4px 12px #6366f14d;transition:all .2s ease}.slider::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 6px 16px #6366f166}.slider::-moz-range-thumb{width:20px;height:20px;background:var(--primary);border-radius:50%;cursor:pointer;pointer-events:all;border:none;box-shadow:0 4px 12px #6366f14d}.slider-track{position:absolute;width:100%;height:6px;background:#e2e8f0;border-radius:3px;z-index:1}.slider-range{position:absolute;height:6px;background:linear-gradient(90deg,var(--primary),#6366f1);border-radius:3px;z-index:2}.price-inputs{display:flex;align-items:center;gap:.8rem}.price-input{flex:1;padding:.6rem .8rem;border:1px solid rgba(226,232,255,.8);border-radius:var(--radius-sm);background:#fff;font-size:.9rem;text-align:center;transition:all .2s ease}.price-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a}.price-separator{color:var(--text-muted);font-weight:600}.placeholder-content{display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.placeholder-icon{font-size:3rem;margin-bottom:.5rem}.placeholder-content h4{font-size:1.1rem;font-weight:700;color:var(--text-main);margin:0}.placeholder-content p{color:var(--text-muted);font-size:.9rem;line-height:1.5;margin:0}.placeholder-features{display:flex;flex-direction:column;gap:.8rem;margin:1rem 0}.feature-item{display:flex;align-items:center;gap:.8rem;padding:.6rem;background:#6366f10d;border-radius:var(--radius-sm);font-size:.9rem}.feature-icon{font-size:1.2rem}.placeholder-cta{padding:.7rem 1.4rem;border-radius:999px;border:2px dashed rgba(99,102,241,.3);background:#6366f10d;color:var(--text-muted);font-weight:600;cursor:not-allowed;transition:all .2s ease}.news-skeleton{display:flex;flex-direction:column;gap:1rem;margin:1rem 0}.news-skeleton-item{display:flex;gap:.8rem;padding:.8rem;background:#6366f108;border-radius:var(--radius-sm)}.skeleton-image{width:60px;height:60px;background:#e2e8f0;border-radius:var(--radius-sm);animation:pulse 1.5s ease-in-out infinite}.skeleton-content{flex:1;display:flex;flex-direction:column;gap:.5rem}.skeleton-title{height:16px;background:#e2e8f0;border-radius:4px;animation:pulse 1.5s ease-in-out infinite}.skeleton-excerpt{height:12px;background:#e2e8f0;border-radius:4px;width:80%;animation:pulse 1.5s ease-in-out infinite}.skeleton-date{height:10px;background:#e2e8f0;border-radius:4px;width:60%;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sidebar-card{animation:slideInUp .4s ease-out}.sidebar-card:nth-child(1){animation-delay:.1s}.sidebar-card:nth-child(2){animation-delay:.2s}.sidebar-card:nth-child(3){animation-delay:.3s}.sidebar-card:nth-child(4){animation-delay:.4s}.sidebar-card header{display:flex;flex-direction:column;gap:.4rem}.sidebar-card header h3{font-size:1.05rem;font-weight:700;color:var(--text-main);margin:0;display:flex;align-items:center;gap:.4rem}.sidebar-card header h3:before{content:"";width:3px;height:14px;background:linear-gradient(135deg,var(--primary),#6366f1);border-radius:2px;flex-shrink:0}.sidebar-card header p{color:var(--text-muted);font-size:.8rem;margin:0;line-height:1.3}.sidebar-list{display:grid;gap:.7rem}.sidebar-list li a{display:flex;justify-content:space-between;align-items:center;gap:.8rem;padding:.8rem 1rem;border-radius:var(--radius-md);border:1px solid rgba(226,232,255,.6);background:linear-gradient(135deg,#fafbff,#f8faff);transition:all .2s ease;position:relative;overflow:hidden;font-weight:500}.sidebar-list li a:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--primary);transform:scaleY(0);transition:transform .2s ease}.sidebar-list li a:hover{border-color:#6366f166;box-shadow:0 8px 24px #6366f126;background:linear-gradient(135deg,#f1f4fe,#eef2ff);transform:translate(4px)}.sidebar-list li a:hover:before{transform:scaleY(1)}.sidebar-list li a:active{transform:translate(2px)}.sidebar-list__count{font-weight:700;color:var(--primary);background:#6366f11a;padding:.2rem .6rem;border-radius:999px;font-size:.8rem;min-width:32px;text-align:center}.sidebar-price{background:linear-gradient(135deg,#f8faff,#f1f4fe);border-radius:var(--radius-lg);padding:1.5rem;display:grid;gap:1.2rem;border:1px solid rgba(99,102,241,.15);position:relative;overflow:hidden}.sidebar-price:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--accent),#f97316)}.sidebar-price__avg{font-size:1.8rem;font-weight:800;color:var(--accent);text-align:center;padding:.5rem;background:#f973161a;border-radius:var(--radius-md);border:1px solid rgba(249,115,22,.2)}.sidebar-price dl{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:0}.sidebar-price dl>div{display:flex;flex-direction:column;gap:.3rem;text-align:center;padding:.8rem;background:#ffffffb3;border-radius:var(--radius-sm);border:1px solid rgba(226,232,255,.8)}.sidebar-price dt{font-size:.8rem;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.sidebar-price dd{margin:0;font-weight:700;font-size:1.1rem;color:var(--text-main)}.sidebar-cta{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary),#6366f1);color:#fff;border-radius:999px;padding:.75rem 1.6rem;font-weight:700;font-size:.9rem;text-decoration:none;transition:all .2s ease;box-shadow:0 4px 12px #6366f14d;position:relative;overflow:hidden}.sidebar-cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.sidebar-cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px #6366f166}.sidebar-cta:hover:before{left:100%}.sidebar-cta:active{transform:translateY(0)}.sidebar-news{display:grid;gap:1rem}.sidebar-news li a{display:grid;gap:.5rem;color:inherit;padding:1rem;border-radius:var(--radius-md);border:1px solid rgba(226,232,255,.6);background:linear-gradient(135deg,#fafbff,#f8faff);transition:all .2s ease;text-decoration:none;position:relative}.sidebar-news li a:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(135deg,var(--primary),#6366f1);border-radius:0 2px 2px 0;opacity:0;transition:opacity .2s ease}.sidebar-news li a:hover{border-color:#6366f14d;background:linear-gradient(135deg,#f1f4fe,#eef2ff);transform:translate(4px);box-shadow:0 4px 12px #6366f11a}.sidebar-news li a:hover:before{opacity:1}.sidebar-news li a p{font-weight:600;line-height:1.4;margin:0;color:var(--text-main)}.sidebar-news li span{color:var(--text-muted);font-size:.8rem;font-weight:500;display:flex;align-items:center;gap:.3rem}.sidebar-news li span:before{content:"Ã°Å¸â€œâ€¦";font-size:.7rem}.category-multiselect{display:flex;flex-direction:column;gap:.5rem;max-height:300px;overflow-y:auto;padding-right:.5rem}.category-multiselect::-webkit-scrollbar{width:4px}.category-multiselect::-webkit-scrollbar-track{background:transparent}.category-multiselect::-webkit-scrollbar-thumb{background:#6366f14d;border-radius:2px}.category-checkbox{display:flex;align-items:center;gap:.6rem;padding:.6rem .8rem;border-radius:var(--radius-sm);border:1px solid rgba(226,232,255,.6);background:linear-gradient(135deg,#fafbff,#f8faff);transition:all .2s ease;cursor:pointer;position:relative;font-size:.85rem}.category-checkbox:hover{border-color:#6366f166;background:linear-gradient(135deg,#f1f4fe,#eef2ff);transform:translate(2px)}.category-checkbox input[type=checkbox]{display:none}.checkbox-custom{width:16px;height:16px;border:2px solid rgba(99,102,241,.3);border-radius:3px;background:#fff;position:relative;transition:all .2s ease;flex-shrink:0}.category-checkbox input:checked+.checkbox-custom{background:var(--primary);border-color:var(--primary)}.category-checkbox input:checked+.checkbox-custom:after{content:"Ã¢Å“â€œ";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:10px;font-weight:700}.category-label{flex:1;font-weight:500;color:var(--text-main);font-size:.85rem}.category-count{background:#6366f11a;color:var(--primary);padding:.15rem .5rem;border-radius:999px;font-size:.75rem;font-weight:700;min-width:28px;text-align:center}.category-skeleton{display:flex;flex-direction:column;gap:.5rem}.category-skeleton-item{display:flex;align-items:center;gap:.6rem;padding:.6rem .8rem;border-radius:var(--radius-sm);background:#f8faff}.skeleton-checkbox{width:16px;height:16px;background:#e2e8f0;border-radius:3px;animation:pulse 1.5s ease-in-out infinite}.skeleton-text{flex:1;height:14px;background:#e2e8f0;border-radius:3px;animation:pulse 1.5s ease-in-out infinite}.skeleton-count{width:32px;height:18px;background:#e2e8f0;border-radius:999px;animation:pulse 1.5s ease-in-out infinite}.price-range-slider{display:flex;flex-direction:column;gap:1rem;min-height:200px;padding:.5rem}.price-display{text-align:center}.price-avg{display:flex;flex-direction:column;gap:.2rem;padding:.8rem;background:linear-gradient(135deg,#f973161a,#f973160d);border-radius:var(--radius-sm);border:1px solid rgba(249,115,22,.2)}.price-label{font-size:.7rem;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.price-value{font-size:1.4rem;font-weight:800;color:var(--accent)}.slider-container{display:flex;flex-direction:column;gap:.8rem}.slider-labels{display:flex;justify-content:space-between;font-size:.75rem;color:var(--text-muted);font-weight:600}.dual-range-slider{position:relative;height:35px;display:flex;align-items:center}.slider{position:absolute;width:100%;height:5px;background:transparent;outline:none;-webkit-appearance:none;pointer-events:none}.slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;background:var(--primary);border-radius:50%;cursor:pointer;pointer-events:all;box-shadow:0 3px 10px #6366f14d;transition:all .2s ease}.slider::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 4px 14px #6366f166}.slider::-moz-range-thumb{width:18px;height:18px;background:var(--primary);border-radius:50%;cursor:pointer;pointer-events:all;border:none;box-shadow:0 3px 10px #6366f14d}.slider-track{position:absolute;width:100%;height:5px;background:#e2e8f0;border-radius:2.5px;z-index:1}.slider-range{position:absolute;height:5px;background:linear-gradient(90deg,var(--primary),#6366f1);border-radius:2.5px;z-index:2}.price-inputs{display:flex;align-items:center;gap:.6rem}.price-input{flex:1;padding:.5rem .6rem;border:1px solid rgba(226,232,255,.8);border-radius:var(--radius-sm);background:#fff;font-size:.8rem;text-align:center;transition:all .2s ease}.price-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #6366f11a}.price-separator{color:var(--text-muted);font-weight:600;font-size:.8rem}.review-placeholder,.news-placeholder{text-align:center}.placeholder-content{display:flex;flex-direction:column;gap:.8rem;padding:1.2rem}.placeholder-icon{font-size:2.5rem;margin-bottom:.3rem}.placeholder-content h4{font-size:1rem;font-weight:700;color:var(--text-main);margin:0}.placeholder-content p{color:var(--text-muted);font-size:.8rem;line-height:1.4;margin:0}.placeholder-features{display:flex;flex-direction:column;gap:.6rem;margin:.8rem 0}.feature-item{display:flex;align-items:center;gap:.6rem;padding:.5rem;background:#6366f10d;border-radius:var(--radius-sm);font-size:.8rem}.feature-icon{font-size:1rem}.placeholder-cta{padding:.6rem 1.2rem;border-radius:999px;border:2px dashed rgba(99,102,241,.3);background:#6366f10d;color:var(--text-muted);font-weight:600;font-size:.8rem;cursor:not-allowed;transition:all .2s ease}.placeholder-cta:hover{border-color:#6366f166;background:#6366f114}.news-skeleton{display:flex;flex-direction:column;gap:.8rem;margin:.8rem 0}.news-skeleton-item{display:flex;gap:.6rem;padding:.6rem;background:#6366f108;border-radius:var(--radius-sm)}.skeleton-image{width:50px;height:50px;background:#e2e8f0;border-radius:var(--radius-sm);animation:pulse 1.5s ease-in-out infinite}.skeleton-content{flex:1;display:flex;flex-direction:column;gap:.4rem}.skeleton-title{height:14px;background:#e2e8f0;border-radius:3px;animation:pulse 1.5s ease-in-out infinite}.skeleton-excerpt{height:10px;background:#e2e8f0;border-radius:3px;width:80%;animation:pulse 1.5s ease-in-out infinite}.skeleton-date{height:8px;background:#e2e8f0;border-radius:3px;width:60%;animation:pulse 1.5s ease-in-out infinite}.news-strip{background:#fff;border-radius:var(--radius-lg);padding:1.8rem;box-shadow:0 18px 38px #0f172a0f;border:1px solid rgba(226,232,255,.55);display:flex;flex-direction:column;gap:1.4rem}.news-strip__header h2{font-size:1.35rem;margin:0;color:var(--text-main)}.news-strip__header a{color:var(--primary);font-weight:600;text-decoration:none;transition:color .2s ease}.news-strip__header a:hover{color:#1d4ed8}.news-strip__card{padding:1.2rem;border-radius:var(--radius-md);border:1px solid rgba(226,232,255,.7);background:#f9fbff;display:flex;flex-direction:column;gap:.8rem;text-decoration:none;color:inherit;transition:all .2s ease;flex:0 0 260px}.news-strip__card:hover{border-color:#6366f166;background:#f1f4fe;transform:translateY(-2px);box-shadow:0 8px 20px #6366f11a}.news-strip__card h3{font-size:1rem;margin:0;color:var(--text-main);line-height:1.4}.news-strip__card p{color:var(--text-muted);font-size:.9rem;margin:0;line-height:1.5}.news-strip__meta{display:flex;justify-content:space-between;align-items:center;color:var(--text-muted);font-size:.8rem;font-weight:500}@media (max-width: 768px){.news-strip__items{grid-template-columns:1fr;gap:1rem}.news-strip__header{flex-direction:column;align-items:flex-start;gap:.5rem}}.category-main{display:grid;gap:1.8rem;min-width:0;overflow:hidden}.category-page--detail .landing-rail{background:#fff;border-radius:var(--radius-lg);box-shadow:0 20px 42px #0f172a0f;border:1px solid rgba(226,232,255,.6);padding:1.6rem 0 2rem;width:100%;max-width:100%;margin:0;overflow:hidden}.category-page--detail .landing-rail .section-header{padding:0 var(--category-rail-shell-padding)}.category-page--detail .landing-rail .rail-shell{padding:0 var(--category-rail-shell-padding);overflow:hidden}.category-page--detail .landing-rail+.landing-rail{margin-top:.4rem}.rail-card{position:relative;display:flex;flex-shrink:0;width:var(--category-rail-card-width, 220px);max-width:var(--category-rail-card-width, 220px)}.category-rail .rail-track{gap:var(--category-rail-gap);padding-right:1rem}.category-rail .rail-track>*{flex:0 0 var(--category-rail-card-width);max-width:var(--category-rail-card-width);min-width:var(--category-rail-card-width)}.category-page--detail .product-card--rail{padding:.9rem;gap:.6rem;border-radius:22px;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.category-page--detail .product-card--rail .product-card__body h3{font-size:.9rem}.category-page--detail .product-card--rail .product-card__price{font-size:.98rem}.category-page--detail .product-card--rail .product-card__meta{font-size:.8rem}.category-page--detail .product-card--rail .product-card__footnote{font-size:.88rem}.category-page--detail .product-card--rail .product-card__media .image-frame{padding:.4rem;border-radius:16px}.brand-rail .section-header{align-items:center}.brand-rail .rail-track>*{flex:0 0 clamp(150px,18vw,190px)}.brand-tile,.brand-tile--placeholder{border-radius:22px;border:1px solid rgba(226,232,255,.75);background:#f8faff;padding:1.2rem;min-height:126px;display:flex;align-items:center;justify-content:center;box-shadow:0 16px 32px #3f4ecb1a}.brand-tile{cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.brand-tile:hover,.brand-tile.is-active{border-color:#3f4ecb8c;box-shadow:0 20px 40px #3f4ecb29;transform:translateY(-2px)}.brand-tile__slot{width:100%;height:74px;border-radius:20px;border:2px dashed rgba(79,70,229,.28);background:#4f46e512;display:grid;place-items:center;font-size:.85rem;font-weight:600;color:#3f4ecbcc}.brand-tile__img{max-height:56px;max-width:100%;object-fit:contain;display:block}.brand-tile.is-active .brand-tile__slot{background:#4f46e51f;border-color:#4f46e599}.brand-tile--placeholder{box-shadow:none;border-style:dashed;pointer-events:none}.brand-track{padding-bottom:.8rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.category-load-more{display:flex;justify-content:center;padding:1rem 0 .5rem}.category-load-more button{border-radius:999px;padding:.55rem 1.8rem;border:1px solid rgba(79,70,229,.35);background:#f1f4fe;font-weight:600;color:var(--primary)}.category-load-more button:disabled{opacity:.6;cursor:not-allowed}.product-rail{background:#fff;border-radius:var(--radius-lg);padding:1.8rem;box-shadow:0 22px 45px #0f172a0f;border:1px solid rgba(226,232,255,.6);display:grid;gap:1.4rem}.product-rail__header{display:flex;justify-content:space-between;align-items:center;gap:1.2rem}.product-rail__header h2{font-size:1.35rem}.product-rail__header p{color:var(--text-muted);font-size:.95rem}.product-rail__actions button{border-radius:999px;padding:.45rem 1.3rem;background:#f1f4fe;font-weight:600}.product-rail__items{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem}.product-rail__items--wide{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.product-rail__item{position:relative;height:100%}.product-rail__badge{position:absolute;top:.8rem;left:.8rem;width:32px;height:32px;border-radius:10px;background:var(--primary);color:#fff;display:grid;place-items:center;font-weight:700;z-index:1;box-shadow:0 12px 20px #4f46e540}.product-rail__badge--2{background:#f97316}.product-rail__badge--3{background:#10b981}.product-rail__badge--4{background:#0ea5e9}.product-rail--ranked .product-card{padding-top:2.6rem}.news-strip{background:#fff;border-radius:var(--radius-lg);padding:1.8rem;box-shadow:0 18px 38px #0f172a0f;border:1px solid rgba(226,232,255,.55);display:grid;gap:1.4rem}.news-strip__header{display:flex;justify-content:space-between;align-items:center}.news-strip__items{display:flex;gap:1.2rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.news-strip__card{padding:1.2rem;border-radius:var(--radius-md);border:1px solid rgba(226,232,255,.7);background:#f9fbff;display:grid;gap:.8rem;flex:0 0 260px}.news-strip__card h3{font-size:1rem}.news-strip__card p{color:var(--text-muted);font-size:.9rem}.news-strip__meta{display:flex;justify-content:space-between;color:var(--text-muted);font-size:.8rem}.brand-section{background:#fff;border-radius:var(--radius-lg);padding:1.8rem;box-shadow:0 18px 38px #0f172a0f;border:1px solid rgba(226,232,255,.55);display:grid;gap:1.2rem}.brand-section__header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.brand-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.9rem}.brand-strip__item{border-radius:var(--radius-md);border:1px solid rgba(226,232,255,.8);padding:.9rem 1rem;background:#f8faff;display:flex;justify-content:space-between;align-items:center;gap:.6rem;font-weight:600;color:var(--text-main)}.brand-strip__item.is-active{border-color:#4f46e599;background:#4f46e514;color:var(--primary)}.brand-strip__item--placeholder{justify-content:center;color:var(--primary);font-weight:700}.brand-strip__count{font-size:.82rem;color:var(--text-muted)}.banner-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.promo-banner .image-placeholder{min-height:140px}.category-content{display:grid;grid-template-columns:320px 1fr;gap:1.8rem;background:transparent;box-shadow:none;padding:0}.category-content section,.category-content .filters{background:none;box-shadow:none;padding:0;border-radius:0}.category-content .content-body{min-width:0}.filters{display:flex;flex-direction:column;gap:1.2rem;min-width:0}.filter-card{background:var(--bg-surface);border-radius:var(--radius-lg);padding:1.4rem;box-shadow:0 16px 35px #0f172a0a;border:1px solid #eef1f8}.filter-card h3{margin-bottom:.8rem}.filter-card select{width:100%;display:block;border:1px solid var(--border-soft);border-radius:var(--radius-md);padding:.6rem .75rem;background:#fff;color:var(--text-main)}.filter-card select:focus{outline:none;box-shadow:0 0 0 3px #2563eb26;border-color:#2563eb59}.filter-card ul{display:grid;gap:.4rem;color:var(--text-muted)}.range-fields{display:flex;align-items:center;gap:.6rem}.review-steps{display:grid;gap:.8rem;color:var(--text-muted);margin:0;padding:0;list-style:none}.review-steps li{display:flex;align-items:flex-start;gap:.8rem;padding:.6rem 0;position:relative;font-size:.9rem;line-height:1.4}.review-steps li:before{content:counter(step-counter);counter-increment:step-counter;display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:linear-gradient(135deg,var(--primary),#6366f1);color:#fff;border-radius:50%;font-size:.75rem;font-weight:700;flex-shrink:0;margin-top:.1rem}.review-steps{counter-reset:step-counter}.article-teasers{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;margin:1.6rem 0}.article-teasers button{background:#f1f4fe;font-weight:600}.brand-row{background:#f8faff;padding:1.2rem;border-radius:var(--radius-lg)}.brand-card{display:flex;justify-content:center;align-items:center;padding:1.2rem;background:#fff;border-radius:var(--radius-md);border:1px solid #eef1fb}.logo-placeholder{font-weight:700;color:var(--primary)}.banner-wide{background:none;box-shadow:none;padding:0}.banner-wide .image-placeholder{min-height:130px}.catalog-section{margin-top:1.6rem}.catalog-section h2{margin-bottom:1.2rem}.product-summary{display:flex;flex-direction:column;gap:1.4rem}.summary-header{display:flex;justify-content:space-between;gap:1.4rem}.summary-title h1{font-size:1.7rem}.summary-title .views{display:block;margin-top:.3rem;color:var(--text-muted)}.summary-rating{display:flex;gap:1rem}.rating-card{background:#f3f6ff;border-radius:var(--radius-md);padding:1rem 1.4rem;min-width:110px;text-align:center;display:grid;gap:.15rem}.summary-body{display:grid;grid-template-columns:2fr 1fr;gap:1.4rem}.summary-content{background:#f8faff;border-radius:var(--radius-lg);padding:1.4rem;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:1.2rem}.summary-review ul{margin-top:.8rem;color:var(--text-muted);display:grid;gap:.4rem}.summary-media{display:flex;flex-direction:column;gap:.9rem}.price-panel{display:flex;justify-content:space-between;align-items:center}.price-range{font-size:1.4rem;font-weight:700;color:var(--accent)}.summary-stores ul{display:grid;gap:.5rem;color:var(--text-muted)}.summary-sidebar{display:grid;gap:1rem}.info-card{background:#f8faff;border-radius:var(--radius-lg);padding:1.1rem;border:1px solid #eef2ff}.pill-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.7rem}.summary-tabs{display:flex;gap:.8rem}.summary-tabs button{padding-inline:1.6rem;background:#f1f4fe}.product-details{display:grid;gap:1.4rem}.details-card{background:#fff;border-radius:var(--radius-lg);padding:1.4rem;border:1px solid #edf1fb;box-shadow:0 12px 25px #0f172a0a}.details-card table{width:100%;border-collapse:collapse;margin-top:1rem}.details-card th,.details-card td{text-align:left;padding:.6rem 0;border-bottom:1px solid #eef1fb;font-weight:500}.details-card td{color:var(--text-muted)}.color-dots{display:flex;gap:.6rem}.color-dot{width:42px;height:42px;border-radius:50%;background:#e4e9ff;display:grid;place-items:center;font-weight:600}.user-review{display:grid;gap:1.2rem}.review-card{display:grid;grid-template-columns:auto 1fr;gap:1rem;background:#fff;border-radius:var(--radius-md);padding:1rem;border:1px solid #edf1fb}.avatar-placeholder{width:52px;height:52px;border-radius:50%;background:#e0e7ff;display:grid;place-items:center;color:#4338ca;font-weight:700}.review-meta{display:flex;justify-content:space-between;align-items:baseline}.review-form{display:flex;gap:.8rem}.review-form input{border-radius:var(--radius-md);padding:.7rem 1rem}.review-form--stack{flex-direction:column;align-items:flex-start;gap:.75rem}.review-form__label{font-weight:600;color:var(--text-title, #111827)}.review-form textarea{width:100%;min-height:130px;border-radius:var(--radius-md);border:1px solid #dbe3ff;padding:.85rem 1rem;font-size:.95rem;resize:vertical;transition:border-color .2s ease}.review-form textarea:focus{outline:none;border-color:#4b5dff;box-shadow:0 0 0 3px #4b5dff1f}.review-form__actions{display:flex;width:100%;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.6rem}.review-form__messages{display:flex;flex-direction:column;gap:.35rem}.review-form__feedback{color:var(--text-muted, #6b7280);font-size:.85rem}.review-form__feedback--error{color:#dc2626}.review-form button{background:linear-gradient(135deg,#4b5dff,#7c3aed);color:#fff;border:none;border-radius:999px;font-weight:600;padding:.6rem 1.4rem;cursor:pointer;transition:transform .1s ease,box-shadow .1s ease}.review-form button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 25px #535cff40}.review-form button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.review-form__rating{display:flex;align-items:center;gap:.75rem;font-weight:500;color:var(--text-title, #111827)}.review-form__stars{display:inline-flex;gap:.25rem}.review-form__stars .star{border:none;background:transparent;font-size:1.3rem;cursor:pointer;line-height:1;color:#d9dce9;transition:transform .1s ease,color .1s ease}.review-form__stars .star.active{color:#fbbf24}.review-form__stars .star:hover{transform:translateY(-1px) scale(1.05)}.compose-page{display:grid;gap:1.5rem;padding-bottom:4rem}.compose-header{display:flex;justify-content:space-between;gap:1rem;align-items:center;background:linear-gradient(135deg,#4f46e514,#16a34a14);border:1px solid rgba(99,102,241,.15);border-radius:16px;padding:1.5rem}.compose-header h1{margin-bottom:.4rem}.compose-actions{display:flex;gap:.75rem}.compose-form{display:grid;gap:1.5rem}.compose-form .form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.compose-form label{display:grid;gap:.4rem}.compose-form label.full{grid-column:1 / -1}.tag-input{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;border:1px solid #dbe3ff;border-radius:12px;padding:.5rem;background:#fff}.tag-input input{flex:1 0 160px;min-width:120px;border:none;outline:none;font-size:.95rem}.tag-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .6rem;border-radius:999px;background:#eef2ff;color:#3730a3;border:1px solid #c7d2fe}.tag-chip button{border:none;background:transparent;cursor:pointer;color:#4f46e5;font-weight:700}.hero-url-preview{margin-top:.6rem;border:1px solid #e5e7eb;border-radius:12px;padding:.4rem;max-width:520px}.hero-url-preview img{width:100%;height:auto;border-radius:8px;object-fit:cover}.compose-form input,.compose-form textarea,.compose-form select{border-radius:12px;border:1px solid #dbe3ff;padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s ease}.compose-form input:focus,.compose-form textarea:focus,.compose-form select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e526}.compose-toolbar{display:flex;flex-wrap:wrap;gap:.75rem;border:1px solid #e5e7eb;border-radius:12px;padding:.75rem;background:#f9fafb}.compose-toolbar .toolbar-group{display:inline-flex;gap:.35rem;align-items:center}.compose-toolbar button,.compose-toolbar select{border:1px solid #d1d5db;border-radius:10px;padding:.35rem .7rem;background:#fff;cursor:pointer;font-weight:600;transition:background .2s ease,box-shadow .2s ease}.compose-toolbar button:hover,.compose-toolbar select:hover{background:#eef2ff;box-shadow:0 2px 6px #4f46e526}.compose-editor{min-height:420px;border:1px solid #dbe3ff;border-radius:16px;padding:1.5rem;line-height:1.7;font-size:1rem;background:#fff;width:100%;max-width:none;box-sizing:border-box}.compose-editor:focus{outline:none;border-color:#4b5dff;box-shadow:0 0 0 3px #4b5dff26}.compose-editor img{max-width:100%;border-radius:12px;margin:1rem 0}.compose-editor h1,.compose-editor h2,.compose-editor h3,.compose-editor h4{margin:1rem 0 .5rem}.compose-editor ul,.compose-editor ol{padding-left:1.25rem}.compose-editor blockquote{border-left:4px solid #e5e7eb;padding-left:.75rem;color:var(--text-muted)}.compose-editor:empty:before{content:attr(data-placeholder);color:var(--text-muted)}.compose-editor,.compose-editor *{overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.author-card{background:linear-gradient(135deg,#0ea5e914,#6366f114);border:1px solid rgba(59,130,246,.12);border-radius:16px;padding:1.5rem;display:grid;gap:1rem}.compose-footer{display:flex;justify-content:space-between;gap:1rem;align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;padding:1rem 1.5rem}.compose-footer__info{display:grid;gap:.65rem}.image-row{display:flex;gap:.75rem;flex-wrap:wrap}.image-chip{width:64px;height:64px;border-radius:12px;overflow:hidden;border:2px solid transparent;padding:0;background:none;cursor:pointer}.image-chip.active{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e526}.image-chip img{width:100%;height:100%;object-fit:cover}.submission-history{border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem;background:#fff}.submission-history ul{margin-top:1rem;display:grid;gap:.75rem}.submission-history li{display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:12px;background:#f9fafb}.status{display:inline-block;margin-left:.75rem;font-size:.8rem;padding:.2rem .65rem;border-radius:999px;background:#e0e7ff;color:#3730a3}.status-pending{background:#fef3c7;color:#92400e}.status-approved{background:#dcfce7;color:#166534}.status-rejected{background:#fee2e2;color:#991b1b}.success-banner{padding:.9rem 1.1rem;border-radius:12px;background:#dcfce7;color:#166534;border:1px solid rgba(22,101,52,.2)}.compose-actions .ghost,.compose-footer__actions .primary{border-radius:999px}.article-hero{display:grid;gap:1.5rem;margin-bottom:1.5rem}.article-hero__meta h1{font-size:clamp(2rem,3vw,3rem);margin:.6rem 0}.article-subtitle{font-size:1.1rem;color:#475569}.article-hero__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;background:#f8fafc;border-radius:16px;padding:1rem 1.5rem;border:1px solid #e2e8f0}.author-block{display:flex;align-items:center;gap:.75rem}.author-avatar{width:48px;height:48px;border-radius:999px;background:#e2e8f0;display:grid;place-items:center;font-weight:600}.author-avatar img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.article-stat{display:grid;gap:.2rem;text-align:left}.article-stat .stat-value{font-weight:600}.article-hero-image{overflow:hidden;border-radius:24px;margin-bottom:1.5rem}.article-hero-image img{width:100%;height:auto;display:block}.article-share{background:#f9fafb;border:1px solid #e2e8f0;border-radius:16px;padding:1.25rem 1.5rem;margin-bottom:2rem}.share-actions{display:flex;gap:.75rem;flex-wrap:wrap}.share-actions a,.share-actions button{border-radius:999px;border:1px solid #dbeafe;background:#fff;padding:.4rem .9rem;font-weight:500;cursor:pointer}.share-actions button.ghost{border-color:#4b5dff;color:#4b5dff}.article-body-layout{display:grid;gap:2rem;grid-template-columns:minmax(0,1fr)}@media (min-width: 1024px){.article-body-layout{grid-template-columns:minmax(0,2fr) minmax(0,1fr)}}.article-body{display:grid;gap:1.5rem;font-size:1.05rem;line-height:1.8}.article-body-html h2,.article-body-html h3{margin-top:2rem}.article-summary{background:#f1f5f9;border-left:4px solid #2563eb;padding:1rem 1.25rem;border-radius:12px;color:#1e293b}.article-sidebar{display:grid;gap:1.5rem}.sidebar-card{border:1px solid #e2e8f0;border-radius:16px;padding:1.25rem;background:#fff;display:grid;gap:1rem}.related-news{display:grid;gap:.9rem}.related-news-card{display:flex;gap:.75rem;align-items:center;text-decoration:none;color:inherit}.related-news-card .thumbnail{width:90px;height:70px;border-radius:12px;overflow:hidden;background:#f1f5f9}.related-news-card img{width:100%;height:100%;object-fit:cover}.sidebar-products{display:grid;gap:.75rem}.author-follow{margin-top:2.5rem}.author-card{background:linear-gradient(135deg,#fcd34d33,#3b82f626);border-radius:24px;padding:2rem;border:1px solid rgba(59,130,246,.2)}.author-card__info{display:flex;gap:1rem;align-items:center}.author-avatar.large{width:72px;height:72px;font-size:1.5rem}.author-card__socials{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.25rem}.author-card__socials a{border:1px solid rgba(59,130,246,.4);border-radius:999px;padding:.35rem .85rem;font-weight:500}.article-comments{margin-top:3rem;border:1px solid #e2e8f0;border-radius:20px;padding:1.5rem;display:grid;gap:1.25rem}.comments-header{display:flex;justify-content:space-between;align-items:center}.comment-tabs{display:inline-flex;gap:.5rem;background:#f1f5f9;border-radius:999px;padding:.25rem}.comment-tabs button{border:none;background:transparent;border-radius:999px;padding:.35rem .9rem;cursor:pointer;font-weight:600}.comment-tabs button.active{background:#fff;box-shadow:0 1px 4px #0f172a1a}.comment-list{display:grid;gap:1rem}.comment-item{display:flex;gap:.85rem}.avatar-pill{width:40px;height:40px;border-radius:999px;background:#e2e8f0;display:grid;place-items:center;font-weight:600}.comment-author{font-weight:600;margin-bottom:.2rem}.comment-actions{display:flex;gap:1rem;font-size:.9rem;color:#475569}.comment-cta{text-align:center}.comment-cta button{border:1px solid #dbeafe;background:#f8fafc;border-radius:999px;padding:.5rem 1.5rem;color:#64748b}.compare-table .table-wrapper{overflow-x:auto}.compare-table table{width:100%;border-collapse:collapse}.compare-table th,.compare-table td{text-align:left;padding:.75rem 1rem;border-bottom:1px solid #ecf0f9}.store-cell{display:flex;align-items:center;gap:.7rem}.empty-row td{text-align:center;font-style:italic;color:var(--text-muted)}.article-header{display:flex;flex-direction:column;gap:.8rem}.article-layout{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem;background:transparent;box-shadow:none;padding:0}.article-layout>*{background:none;box-shadow:none;padding:0;border-radius:0}.article-content{display:grid;gap:1.2rem}.callout{border-left:4px solid var(--primary);padding:.4rem 1rem;background:#f1f4ff;border-radius:var(--radius-sm)}.bullet-list{margin-left:1rem;display:grid;gap:.4rem}.bullet-list li{list-style:disc;margin-left:1rem}.article-sidebar{display:grid;gap:1.2rem}.sidebar-card{background:#fff;border-radius:var(--radius-lg);padding:1.3rem;border:1px solid #edf1fb;box-shadow:0 12px 25px #0f172a0a;display:grid;gap:.8rem}.related-products{display:grid;gap:1.2rem}.site-footer{color:#e5e7eb;padding:2.5rem 0 1.5rem;margin-top:3rem;position:relative;z-index:3;background:#111827}.site-footer .footer-inner{display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap}.footer-columns{display:flex;gap:2.5rem}.footer-columns h5{margin-bottom:.8rem;font-size:.95rem}.footer-columns ul{list-style:none;display:grid;gap:.5rem;color:#9ca3af}.footer-subscribe{display:flex;gap:.6rem;margin-top:.7rem}.footer-subscribe input{background:#ffffff14;border:1px solid rgba(255,255,255,.2);color:#fff}.footer-meta{width:min(1240px,92vw);margin:2rem auto 0;padding-top:1rem;border-top:1px solid rgba(148,163,184,.25);text-align:center;color:#94a3b8;font-size:.85rem}@media (max-width: 1100px){.grid.six{grid-template-columns:repeat(3,minmax(0,1fr))}.category-content,.summary-body,.article-layout,.news-section .news-content,.summary-content{grid-template-columns:1fr}.daily-banners{grid-template-columns:repeat(2,minmax(0,1fr))}.daily-footer{grid-template-columns:1fr}.daily-footer-columns{flex-direction:column;gap:1.2rem}}@media (max-width: 900px){.grid.four,.grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}.hero,.banner-split,.category-hero{grid-template-columns:1fr}.category-header{flex-direction:column;align-items:stretch;gap:1.2rem}.category-header .category-actions{align-self:stretch;justify-content:space-between;flex-wrap:wrap;gap:.6rem}.daily-banners{grid-template-columns:1fr}}.card-media,.article-media{display:block}.image-frame{border-radius:var(--radius-md);background:#f8faff;border:1px solid #e4e9f7;padding:1rem;display:grid;place-items:center;min-height:180px;overflow:hidden;position:relative}.image-frame img{max-width:100%;max-height:220px;width:auto;height:auto;object-fit:contain;display:block}.product-card .card-media{display:block}.product-card .image-frame{min-height:200px}.product-card img,.article-card img{width:100%;height:100%;object-fit:contain}.card-brand{font-size:.85rem;text-transform:uppercase;color:var(--text-muted);font-weight:600;letter-spacing:.5px}.auth-inline{display:flex;align-items:center;gap:.6rem;flex-wrap:nowrap;white-space:nowrap}.auth-user{font-weight:600;color:var(--text-main)}.auth-chip{display:inline-flex;align-items:center;justify-content:center;padding:.45rem 1rem;border-radius:999px;font-weight:600;font-size:.9rem;text-decoration:none;border:1px solid var(--border-soft);background:#f8faff;color:var(--text-main);transition:all .2s ease}.auth-chip:hover{border-color:var(--primary);background:#f1f4fe;color:var(--primary)}.auth-chip.primary:hover{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.landing-rail{border-radius:var(--radius-lg);padding:1.8rem;display:flex;flex-direction:column;gap:1.4rem;overflow:hidden}.rail-track{display:flex;gap:1.5rem;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;flex:1;padding:.5rem 1rem .5rem 0;min-width:0}.rail-card{position:relative;display:flex;flex-shrink:0;width:var(--category-rail-card-width, 180px);max-width:var(--category-rail-card-width, 180px);min-width:var(--category-rail-card-width, 180px)}.rail-card .product-card{width:100%;max-width:100%}.rail-card__badge{position:absolute;top:.9rem;left:1rem;width:34px;height:34px;border-radius:12px;background:var(--primary);color:#fff;display:grid;place-items:center;font-weight:700;z-index:2;box-shadow:0 14px 24px #3f4ecb40}.rail-card__badge--2{background:#f97316}.rail-card__badge--3{background:#10b981}.rail-card__badge--4{background:#0ea5e9}.section-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.2rem;margin:0 2rem;flex-shrink:0}.section-header h2{font-size:2rem;margin:0}.section-header p{color:var(--text-muted);font-size:.95rem;margin:.2rem 0 0}.section-header__link{align-self:flex-end;font-weight:600;color:var(--primary);font-size:.9rem;display:inline-flex;gap:.4rem}.section-header__link:hover{text-decoration:underline}.subcategory-page{display:flex;flex-direction:column;gap:2.4rem;--category-rail-card-width: clamp(180px, 20vw, 240px)}.subcategory-page .rail-shell{gap:.6rem}.subcategory-page .rail-track{gap:1rem;padding:.4rem .6rem .4rem 0}.subcategory-page .rail-card{width:var(--category-rail-card-width);max-width:var(--category-rail-card-width);min-width:var(--category-rail-card-width)}.subcategory-page .product-card--rail{padding:.75rem;gap:.45rem;border-radius:16px;min-width:100%}.subcategory-page .product-card--rail .product-card__body h3{font-size:.88rem}.subcategory-page .product-card--rail .product-card__price{font-size:.94rem}.subcategory-page .product-card--rail .product-card__media .image-frame{padding:.45rem;border-radius:12px}.subcategory-page .product-card--rail .product-card__meta{font-size:.78rem}.subcategory-page .product-card--rail .product-card__footnote{font-size:.74rem}.subcategory-all-products{display:flex;flex-direction:column;gap:1.4rem}.subcategory-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.2rem;width:100%}.subcategory-products-grid__item{display:flex;min-width:0}.subcategory-products-grid__item .product-card{width:100%}.subcategory-products-grid__empty{grid-column:1 / -1;text-align:center;padding:1.6rem;background:linear-gradient(135deg,#e2e8ff73,#f8faffe6);border-radius:16px;color:var(--text-muted);font-weight:500}.filter-fab{position:fixed;right:14px;bottom:88px;z-index:60;display:none;align-items:center;gap:.45rem;padding:.6rem 1rem;border-radius:999px;background:linear-gradient(135deg,var(--primary),#6366f1);color:#fff;border:1px solid rgba(226,232,255,.6);box-shadow:0 18px 40px #4f46e547}.filter-fab__icon{line-height:1}.filter-sheet{position:fixed;inset:0;background:#0f172a73;z-index:70;display:grid;align-items:end}.filter-sheet__panel{background:#fff;border-radius:18px 18px 0 0;border:1px solid rgba(226,232,255,.8);box-shadow:0 -10px 35px #0f172a33;padding:1rem 1.2rem 1.2rem;max-height:85vh;overflow-y:auto}.filter-sheet__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem}.filter-sheet__header h3{margin:0;font-size:1.05rem}.filter-sheet__body{display:grid;gap:1rem}.subcategory-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.subcategory-pagination__button{background:#fff;border:1px solid rgba(79,70,229,.35);color:var(--primary);padding:.55rem 1.1rem;border-radius:999px;font-weight:600;transition:all .2s ease}.subcategory-pagination__button:hover:not(:disabled){background:#4f46e514;box-shadow:0 10px 24px #4f46e52e}.subcategory-pagination__button:disabled{opacity:.45;cursor:not-allowed}.subcategory-pagination__status{font-weight:600;color:var(--text-muted)}.subcategory-header{display:flex;justify-content:space-between;align-items:center;gap:1.2rem}.subcategory-header h1{font-size:2rem;margin-bottom:.35rem}.subcategory-header p{color:var(--text-muted)}.subcategory-header__tag{padding:.45rem 1.2rem;background:#eef2ff;border-radius:999px;font-weight:600;color:var(--primary)}.subcategory-hero{display:grid;grid-template-columns:minmax(0,1.9fr) minmax(0,1fr);gap:1.6rem}.subcategory-hero__features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.subcategory-hero__card{background:#fff;border-radius:var(--radius-lg);border:1px solid rgba(226,232,255,.7);box-shadow:0 20px 50px #0f172a14;padding:0;display:block;min-height:0;overflow:hidden;aspect-ratio:16 / 9}.subcategory-hero__image{border-radius:0;overflow:hidden;background:#eef2ff;height:100%}.subcategory-hero__image img{width:100%;height:100%;object-fit:cover;display:block}.subcategory-hero__content{display:none}.subcategory-hero__content h2{font-size:1.4rem}.subcategory-hero__content p{color:var(--text-muted);line-height:1.45}.subcategory-hero__articles{background:#fff;border-radius:var(--radius-lg);border:1px solid rgba(226,232,255,.8);box-shadow:0 16px 40px #0f172a14;padding:1.6rem;display:flex;flex-direction:column;gap:1rem}.subcategory-hero__articles header{display:flex;justify-content:space-between;align-items:center}.subcategory-hero__articles ul{display:grid;gap:1.2rem}.subcategory-hero__articles li a{display:grid;grid-template-columns:96px 1fr;gap:.9rem;align-items:center}.subcategory-hero__more{color:var(--primary);font-weight:600}.article-thumb{width:96px;height:72px;border-radius:var(--radius-md);overflow:hidden;background:#eef2ff;display:grid;place-items:center}.article-thumb img{width:100%;height:100%;object-fit:cover}.article-meta h3{font-size:.95rem;line-height:1.4}.article-meta span{display:block;margin-top:.35rem;font-size:.82rem;color:var(--text-muted)}.subcategory-rail{background:#fff;border-radius:var(--radius-lg);padding:1.6rem 1.8rem;box-shadow:0 18px 40px #0f172a14;border:1px solid rgba(226,232,255,.7)}.subcategory-grid{display:grid;grid-template-columns:minmax(0,320px) minmax(0,1fr);gap:1.6rem;align-items:start}.subcategory-sidebar{display:flex;flex-direction:column;gap:1.2rem}.subcategory-button-list{display:grid;gap:.6rem}.subcategory-link-btn{display:flex;justify-content:space-between;align-items:center;padding:.7rem 1rem;border-radius:12px;border:1px solid rgba(226,232,255,.7);background:linear-gradient(180deg,#fff,#f6f8ff);font-weight:600;color:var(--text-main);transition:box-shadow .15s ease,transform .15s ease,border-color .15s ease}.subcategory-link-btn:hover{border-color:#6366f180;box-shadow:0 10px 24px #3f4ecb1f;transform:translate(2px)}.subcategory-link-count{background:#6366f11a;color:#4f46e5;padding:.2rem .55rem;border-radius:999px;font-weight:700;font-size:.8rem}.subcategory-sidebar .sidebar-card{border:1px solid rgba(226,232,255,.8);box-shadow:0 16px 40px #0f172a14;border-radius:18px}.subcategory-sidebar .sidebar-card header h3{font-size:1.05rem}.subcategory-sidebar .sidebar-card header p{color:var(--text-muted)}.sidebar-card__body{display:flex;flex-direction:column;gap:.9rem}.filter-group{display:flex;flex-direction:column;gap:.6rem}.filter-group h4{font-size:.95rem;font-weight:800;margin:0;color:#111827}.brand-search{width:100%;border:1px solid rgba(226,232,255,.9);border-radius:10px;padding:.55rem .75rem;background:#fff}.sidebar-filter{display:flex;flex-direction:column;gap:.4rem}.sidebar-filter span{font-weight:600;font-size:.9rem}.sidebar-filter select{border:1px solid rgba(226,232,255,.9);border-radius:var(--radius-md);padding:.55rem .75rem;background:linear-gradient(135deg,#fafbff,#f0f3ff);font-size:.9rem}.review-highlight{display:flex;gap:.8rem;align-items:center}.review-score{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:radial-gradient(circle at top,#6366f140,#3b82f626);font-weight:700;font-size:1.2rem;color:var(--primary)}.review-highlight__meta{display:flex;flex-direction:column;gap:.3rem;color:var(--text-muted);font-size:.85rem}.subcategory-rails{display:flex;flex-direction:column;gap:1.6rem}.subcategory-keywords{background:#fff;border-radius:var(--radius-lg);border:1px solid rgba(226,232,255,.8);box-shadow:0 16px 35px #0f172a14;padding:1.8rem;display:flex;flex-direction:column;gap:1.2rem}.subcategory-keywords h2{font-size:1.3rem}.subcategory-keywords div{display:flex;flex-wrap:wrap;gap:.75rem}.keyword-chip{padding:.35rem 1rem;background:#f3f5ff;border-radius:999px;font-weight:600;color:var(--primary);font-size:.9rem}.subcategory-news{display:flex;flex-direction:column;gap:1.4rem}.subcategory-news__grid{display:grid;gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.subcategory-news__card{display:flex;flex-direction:column;gap:.9rem;background:#fff;border-radius:var(--radius-lg);border:1px solid rgba(226,232,255,.7);box-shadow:0 14px 32px #0f172a14;padding:1.1rem}.news-image{border-radius:var(--radius-md);overflow:hidden;background:#eef2ff;aspect-ratio:16 / 9}.news-image img{width:100%;height:100%;object-fit:cover}.news-copy{display:flex;flex-direction:column;gap:.6rem}.news-copy h3{font-size:1rem;line-height:1.4}.news-copy p{color:var(--text-muted);font-size:.9rem;line-height:1.45}.news-meta{display:flex;justify-content:space-between;font-size:.82rem;color:var(--text-muted)}.subcategory-thread{background:#fff;border-radius:var(--radius-lg);border:1px solid rgba(226,232,255,.8);box-shadow:0 18px 40px #0f172a14;padding:1.8rem;display:flex;flex-direction:column;gap:1.4rem}.subcategory-thread header{display:flex;justify-content:space-between;align-items:center}.subcategory-thread ul{list-style:none;display:flex;flex-direction:column;gap:1.1rem}.thread-title{font-weight:600;font-size:1.05rem}.thread-meta{display:flex;flex-wrap:wrap;gap:.8rem;color:var(--text-muted);font-size:.85rem}.thread-more{align-self:center}.subcategory-shops{background:#fff;border-radius:var(--radius-lg);border:1px solid rgba(226,232,255,.8);box-shadow:0 14px 32px #0f172a12;padding:1.6rem;display:flex;flex-direction:column;gap:1.2rem}.subcategory-shops h2{font-size:1.3rem}.subcategory-shops>div{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center}.subcategory-shops span{padding:.5rem 1.2rem;border-radius:999px;border:1px solid rgba(226,232,255,.9);background:linear-gradient(135deg,#fafbff,#f0f3ff);font-weight:600;font-size:.9rem}.subcategory-spec-search{background:linear-gradient(180deg,#ffe7d3d9,#fff2e8f2 60%,#ffebdce6);border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column;gap:1.4rem;border:1px solid rgba(255,200,150,.35);box-shadow:0 24px 55px #ffa84b1f inset,0 14px 36px #0f172a0a}.subcategory-spec-search header{display:flex;flex-direction:column;gap:.4rem;padding-bottom:.6rem;border-bottom:1px solid rgba(0,0,0,.06)}.subcategory-spec-search h2{font-size:1.4rem}.subcategory-spec-search p{color:#af6f3f;font-weight:500}.spec-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.spec-select{display:flex;flex-direction:column;gap:.4rem;padding:.9rem;border-radius:16px;background:linear-gradient(135deg,#ffd5b099,#ffddc299 45%,#ffcdb799);border:1px solid rgba(255,214,180,.8);box-shadow:0 10px 24px #ffa84b1a}.spec-select span{font-weight:600;color:#663c1e}.spec-select select{border:none;border-radius:12px;padding:.65rem .75rem;background:#ffffffe6;box-shadow:0 2px 4px #0000000a,inset 0 1px 3px #d173311a;font-weight:500}.subcategory-loading{display:flex;justify-content:center}@media (max-width: 1024px){.subcategory-hero{grid-template-columns:1fr}.subcategory-hero__features{grid-template-columns:1fr 1fr}.subcategory-grid{grid-template-columns:1fr}}@media (max-width: 768px){.subcategory-hero__features{grid-template-columns:1fr}.subcategory-header{flex-direction:column;align-items:flex-start}.subcategory-shops>div{gap:.6rem}.subcategory-spec-search{border-radius:var(--radius-lg);padding:1.6rem}}.credit-card-page{display:flex;flex-direction:column;gap:2.5rem}.credit-card-hero{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:1.6rem;align-items:stretch}.credit-card-hero__slider{position:relative;overflow:hidden;border-radius:var(--radius-lg);background:#111827;min-height:320px}.credit-card-slide{position:absolute;inset:0;opacity:0;transition:opacity .6s ease}.credit-card-slide.is-active{position:relative;opacity:1}.credit-card-slide img{width:100%;height:100%;object-fit:cover}.credit-card-slide__overlay{position:absolute;inset:0;background:linear-gradient(135deg,#111827cc,#1118274d);color:#fff;padding:2.2rem;display:flex;flex-direction:column;justify-content:flex-end;gap:.8rem}.credit-card-slide__overlay h1{font-size:2rem;line-height:1.2}.credit-card-slide__overlay p{max-width:420px;color:#ffffffd9}.credit-card-slide__overlay button.primary{align-self:flex-start;background:#2563eb;border-radius:999px;padding:.55rem 1.8rem;font-weight:600}.credit-card-slide__dots{position:absolute;bottom:1.2rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem}.credit-card-slide__dots button{width:10px;height:10px;border-radius:999px;background:#fff6;border:none}.credit-card-slide__dots button.is-active{width:24px;background:#ffffffe6}.credit-card-hero__articles{background:#fff;border-radius:var(--radius-lg);border:1px solid rgba(226,232,255,.8);box-shadow:0 18px 40px #0f172a14;padding:1.6rem;display:flex;flex-direction:column;gap:1rem}.credit-card-hero__articles header{display:flex;justify-content:space-between;align-items:center}.credit-card-hero__articles ul{display:flex;flex-direction:column;gap:1rem}.credit-card-hero__articles li a{display:grid;grid-template-columns:92px 1fr;gap:.9rem;align-items:center}.credit-card-hero__articles .thumb{width:92px;height:72px;border-radius:var(--radius-md);background:#eef2ff;display:grid;place-items:center;overflow:hidden;color:var(--primary);font-weight:700}.credit-card-hero__articles .thumb img{width:100%;height:100%;object-fit:cover}.credit-card-hero__articles .meta h3{font-size:.95rem;margin-bottom:.2rem}.credit-card-hero__articles .meta p{font-size:.82rem;color:var(--text-muted);line-height:1.4}.credit-card-filters{background:#fff;border-radius:var(--radius-lg);border:1px solid rgba(226,232,255,.75);box-shadow:0 14px 32px #0f172a0f;padding:1.8rem;display:flex;flex-direction:column;gap:1rem}.credit-card-filters .filter-group{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem}.credit-card-filters label{display:flex;flex-direction:column;gap:.5rem;font-size:.9rem}.credit-card-filters select{border-radius:var(--radius-md);border:1px solid rgba(226,232,255,.9);padding:.6rem .8rem;background:linear-gradient(135deg,#fafbff,#f0f5ff)}.credit-card-filters .filter-hint{font-size:.85rem;color:var(--text-muted)}.credit-card-rail{background:#fff;border-radius:var(--radius-lg);border:1px solid rgba(226,232,255,.8);box-shadow:0 14px 32px #0f172a0f;padding:1.8rem;display:flex;flex-direction:column;gap:1.2rem}.credit-card-rail header{display:flex;justify-content:space-between;align-items:center}.credit-card-rail .actions{display:flex;align-items:center;gap:1rem;color:var(--text-muted);font-size:.9rem}.rail-controls button{width:34px;height:34px;border-radius:50%;border:none;background:#eef2ff;color:var(--primary);font-size:1.1rem;font-weight:700}.credit-card-rail__track{display:flex;gap:1rem;overflow-x:auto;scroll-behavior:smooth;padding-bottom:.4rem}.credit-card-rail__track .placeholder{width:100%;text-align:center;color:var(--text-muted)}.credit-card-ranking{background:#fff;border-radius:var(--radius-lg);border:1px solid rgba(226,232,255,.8);box-shadow:0 18px 45px #0f172a14;padding:2rem;display:flex;flex-direction:column;gap:1.6rem;text-align:center}.credit-card-ranking__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.4rem}.ranking-card{border-radius:var(--radius-lg);padding:1.6rem;display:flex;flex-direction:column;gap:1rem;background:linear-gradient(135deg,#fffffff2,#fffc)}.ranking-card header{display:flex;flex-direction:column;gap:.3rem;text-align:left}.ranking-card header span{color:#ffffffd9;font-size:.85rem}.ranking-card ol{list-style:none;display:flex;flex-direction:column;gap:.7rem;margin:0;padding:0}.ranking-card li{display:flex;justify-content:space-between;align-items:center;gap:.8rem;color:#fff}.ranking-card li .rank{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#ffffff40;font-weight:600}.ranking-card li .content{flex:1;text-align:left}.ranking-card li .content span{display:block;color:#ffffffd9;font-size:.85rem}.ranking-card li .score{font-weight:700}.ranking-card--green{background:linear-gradient(135deg,#00c29a,#00a37b)}.ranking-card--orange{background:linear-gradient(135deg,#ff9f43,#ff7a18)}.ranking-card--purple{background:linear-gradient(135deg,#7c3aed,#5b21b6)}.ranking-card .placeholder{color:#fffc}.credit-card-lifestyle{background:#fff;border-radius:var(--radius-lg);border:1px solid rgba(226,232,255,.8);box-shadow:0 14px 32px #0f172a12;padding:1.8rem;display:flex;flex-direction:column;gap:1.4rem}.credit-card-lifestyle header{text-align:center;display:flex;flex-direction:column;gap:.3rem}.lifestyle-tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.8rem}.lifestyle-tabs button{border:1px solid rgba(226,232,255,.9);border-radius:var(--radius-md);padding:.9rem;background:linear-gradient(135deg,#f9fbff,#f1f5ff);display:flex;flex-direction:column;gap:.3rem;align-items:flex-start}.lifestyle-tabs button.is-active{background:linear-gradient(135deg,#2563eb,#1e3a8a);color:#fff;border-color:transparent}.lifestyle-tabs small{font-size:.82rem;color:inherit}.lifestyle-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.lifestyle-footnote{background:#f5f7ff;border-radius:var(--radius-md);padding:1.2rem;text-align:center;color:var(--text-muted);display:flex;flex-direction:column;gap:.4rem}.credit-card-loading{display:flex;justify-content:center}@media (max-width: 1024px){.credit-card-hero{grid-template-columns:1fr}.credit-card-filters .filter-group{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.credit-card-filters .filter-group{grid-template-columns:1fr}.credit-card-rail header{flex-direction:column;align-items:flex-start;gap:.8rem}.credit-card-rail__track{padding-bottom:.2rem}}.rail-shell{position:relative;display:flex;align-items:center;gap:1rem;min-width:0;overflow:hidden}.rail-track{display:flex;gap:1rem;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;flex:1;padding:.5rem 0;min-width:0}.rail-arrow{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:#f8faff;border:1px solid rgba(226,232,255,.8);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;padding:0}.rail-arrow:hover{background:#f1f4fe;border-color:var(--primary);box-shadow:0 8px 20px #2563eb26}.rail-arrow img{width:20px;height:20px;object-fit:contain}.rail-arrow:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.product-card{background:#fff;border:1px solid #edf1fb;border-radius:var(--radius-md);padding:.8rem;display:flex;flex-direction:column;gap:.8rem;min-height:220px;max-width:100%;transition:all .2s ease;position:relative;overflow:hidden;box-sizing:border-box}.product-card__compare{position:absolute;top:8px;left:8px;z-index:3;background:#fffffff5;border:1px solid rgba(226,232,255,.9);border-radius:999px;padding:4px 10px;line-height:1;font-size:12px;color:var(--text-main);box-shadow:0 6px 16px #0f172a14}.product-card__compare input{margin-right:6px}.product-card__compare.selected{border-color:#4f46e559;box-shadow:0 8px 20px #3f4ecb29}.compare-bar{position:fixed;left:16px;right:16px;bottom:max(16px,env(safe-area-inset-bottom));z-index:1200;background:#fffffffa;border:1px solid rgba(226,232,255,.9);border-radius:14px;box-shadow:0 24px 55px #0f172a29;-webkit-backdrop-filter:saturate(140%) blur(6px);backdrop-filter:saturate(140%) blur(6px)}.compare-bar__content{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px}.compare-bar__list{display:flex;align-items:center;gap:10px;overflow-x:auto;scrollbar-width:thin;-ms-overflow-style:none}.compare-bar__list::-webkit-scrollbar{height:6px}.compare-bar__actions{display:flex;align-items:center;gap:8px}.compare-chip{display:flex;align-items:center;gap:8px;background:#f8faff;border:1px solid rgba(226,232,255,.9);border-radius:999px;padding:6px 10px 6px 6px}.compare-chip__remove{width:22px;height:22px;border-radius:50%;border:1px solid rgba(226,232,255,.9);background:#fff;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.compare-chip__image{width:36px;height:36px;border-radius:8px;overflow:hidden;background:#fff;border:1px solid rgba(226,232,255,.8)}.compare-chip__image img{width:100%;height:100%;object-fit:cover;display:block}.compare-chip__meta{display:grid;line-height:1.2}.compare-chip__title{max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600}.compare-chip__price{color:#334155;font-size:12px}.compare-bar__actions button{appearance:none;border:1px solid rgba(226,232,255,.9);background:#fff;color:#111827;border-radius:10px;padding:8px 12px;cursor:pointer;font-weight:600}.compare-bar__actions .btn-primary,.compare-bar__actions button.btn-primary{background:#4f46e5;border-color:#4f46e5;color:#fff}@media (max-width: 540px){.compare-chip__title{max-width:120px}.compare-bar__content{padding:10px;gap:10px}}.product-card:hover{border-color:#2563eb40;box-shadow:0 12px 28px #0f172a14;transform:translateY(-2px)}.product-card--rail{min-height:320px;flex:0 0 auto;width:100%;max-width:100%;box-sizing:border-box}.product-card--rail .product-card__specs{min-height:60px}.product-card__specs:empty{min-height:80px}.product-card--blank{background:#f8faff;border:2px dashed rgba(37,99,235,.2);display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-weight:600;text-align:center;padding:2rem 1rem}.product-card__top{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.product-card__badge{background:#f1f4fe;color:var(--primary);padding:.25rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__wishlist{width:32px;height:32px;border-radius:50%;background:#f8faff;border:1px solid rgba(226,232,255,.8);display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer;transition:all .2s ease}.product-card__wishlist:hover{background:#f1f4fe;border-color:var(--primary)}.product-card__wishlist--overlay{position:absolute;top:.8rem;right:.8rem;z-index:2;background:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-card__wishlist img{width:16px;height:16px;object-fit:contain}.product-card__media,.product-card__media-link{display:block;text-decoration:none;color:inherit}.product-card__brand{font-size:.8rem;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.product-card__body h3{font-size:.9rem;line-height:1.3;margin:0;min-height:2.6rem;max-height:2.6rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;font-weight:700}.product-card__body h3 a{color:inherit;text-decoration:none;display:block;overflow:hidden;text-overflow:ellipsis}.product-card__spec{font-size:.85rem;color:var(--text-muted);line-height:1.3;margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word}.product-card__price-row{display:flex;align-items:center;gap:.8rem;flex-wrap:nowrap;margin-bottom:.4rem}.product-card__price--strike{font-size:.9rem;font-weight:500;color:var(--text-muted);text-decoration:line-through}.product-card__meta{display:flex;align-items:center;gap:1rem;font-size:.85rem}.product-card__rating,.product-card__sold,.product-card__comments{display:flex;align-items:center;gap:.3rem;color:var(--text-muted)}.product-card__rating img,.product-card__sold img,.product-card__comments img{width:10px;height:10px;object-fit:contain}.product-card__rating strong{color:var(--text-main);font-weight:600}.product-card__footnote{font-size:.8rem;color:var(--text-muted);margin-top:auto}.error-banner{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:1rem;border-radius:var(--radius-md);margin-top:1rem;text-align:center;font-weight:500}.empty-state{display:flex;align-items:center;justify-content:center;min-height:300px;padding:2rem}.empty-state__content{text-align:center;max-width:400px;background:#fff;border-radius:var(--radius-lg);padding:2rem;box-shadow:0 20px 45px #0f172a0f;border:1px solid rgba(226,232,255,.8)}.empty-state__content h3{color:var(--text-main);margin-bottom:.8rem;font-size:1.2rem}.empty-state__content p{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.5}.error-boundary{display:flex;align-items:center;justify-content:center;min-height:400px;padding:2rem}.error-boundary__content{text-align:center;max-width:500px;background:#fff;border-radius:var(--radius-lg);padding:2rem;box-shadow:0 20px 45px #0f172a14;border:1px solid #fecaca}.error-boundary__content h2{color:#dc2626;margin-bottom:1rem}.error-boundary__content p{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.5}.error-boundary__details{margin-top:1.5rem;text-align:left}.error-boundary__details summary{cursor:pointer;font-weight:600;color:var(--text-muted);margin-bottom:.5rem}.error-boundary__details pre{background:#f8fafc;border:1px solid #e2e8f0;border-radius:var(--radius-sm);padding:1rem;font-size:.8rem;overflow-x:auto;color:#dc2626}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;padding:2rem}.loading-spinner--small{padding:1rem;gap:.5rem}.loading-spinner--large{padding:3rem;gap:1.2rem}.loading-spinner__circle{width:32px;height:32px;border:3px solid #f3f4f6;border-top:3px solid var(--primary);border-radius:50%;animation:spin 1s linear infinite}.loading-spinner--small .loading-spinner__circle{width:24px;height:24px;border-width:2px}.loading-spinner--large .loading-spinner__circle{width:48px;height:48px;border-width:4px}.loading-spinner__message{color:var(--text-muted);font-size:.9rem;font-weight:500}.loading-spinner--small .loading-spinner__message{font-size:.8rem}.loading-spinner--large .loading-spinner__message{font-size:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-clamp-2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.text-clamp-3{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}*{max-width:100%;box-sizing:border-box}img{max-width:100%;height:auto}@media (max-width: 768px){.category-page--detail{--category-rail-card-width: clamp(160px, 55vw, 220px);--category-rail-gap: 1rem;--category-rail-shell-padding: 1rem}.subcategory-page{--category-rail-card-width: clamp(160px, 55vw, 220px)}.subcategory-page .rail-track{gap:.8rem;padding-right:.4rem}.subcategory-page .product-card--rail{padding:.7rem;gap:.4rem}.subcategory-products-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.category-spotlight{grid-template-columns:1fr;gap:1.2rem}.spotlight-promos{grid-template-columns:1fr}.category-layout{grid-template-columns:1fr;gap:1.5rem}.category-sidebar{grid-row:1}.category-main{grid-row:2}.rail-shell{gap:.6rem}.rail-arrow{width:36px;height:36px;flex-shrink:0}.rail-arrow img{width:16px;height:16px}.section-header{flex-direction:column;align-items:flex-start;gap:.8rem}.product-card{min-height:240px}.product-card--rail{min-height:220px}.rail-card{width:var(--category-rail-card-width);min-width:var(--category-rail-card-width);max-width:var(--category-rail-card-width);flex-shrink:0}.rail-track{gap:var(--category-rail-gap)}.product-card__body h3{-webkit-line-clamp:3}.category-multiselect{max-height:250px}.category-checkbox{padding:.5rem .6rem;gap:.5rem;font-size:.8rem}.checkbox-custom{width:14px;height:14px}.category-label{font-size:.8rem}.category-count{padding:.1rem .4rem;font-size:.7rem;min-width:24px}.price-range-slider{gap:.8rem;min-height:180px}.price-value{font-size:1.2rem}.subcategory-grid{grid-template-columns:1fr}.subcategory-sidebar{display:none}.filter-fab{display:inline-flex}.price-inputs{flex-direction:column;gap:.5rem}.price-input{width:100%;padding:.4rem .5rem;font-size:.75rem}.placeholder-content{padding:1rem;gap:.6rem}.placeholder-icon{font-size:2rem}.placeholder-content h4{font-size:.9rem}.placeholder-content p{font-size:.75rem}.feature-item{padding:.4rem;gap:.5rem;font-size:.75rem}.news-skeleton-item{padding:.5rem;gap:.5rem}.skeleton-image{width:40px;height:40px}}@media (min-width: 1200px){.category-page--detail{--category-rail-card-width: 230px;--category-rail-gap: 1.6rem}}@media (max-width: 480px){.page-content{padding:6.5rem 0 6.2rem}.site-header{padding:.35rem 0 0}.brand-logo{height:26px}.header-top,.header-nav{width:100%;margin:0;padding-inline:10px}.category-page--detail{--category-rail-card-width: clamp(150px, 80vw, 230px);--category-rail-shell-padding: .8rem;--category-rail-gap: .8rem}.subcategory-page{--category-rail-card-width: clamp(150px, 80vw, 200px)}.subcategory-page .product-card--rail{padding:.65rem}.subcategory-products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.9rem}.subcategory-pagination{flex-direction:column;gap:.6rem}.category-header--detail{flex-direction:column;align-items:flex-start;gap:1rem}.category-header__actions{flex-direction:column;align-items:flex-start;gap:.8rem;width:100%}.auth-inline{display:none}.auth-chip{text-align:center}.header-top{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;column-gap:.6rem;row-gap:.25rem;align-items:center}.header-top .brand-mark{grid-column:1;grid-row:1}.header-top .header-actions{grid-column:2;grid-row:1;justify-content:flex-end}.header-top .header-nav{grid-column:1;grid-row:2;min-width:0}.header-top .header-search{grid-column:2;grid-row:2;justify-self:end;width:100%;max-width:180px}.header-search{height:30px;padding:0 .2rem 0 .6rem;border-radius:999px}.header-search input{font-size:.86rem}.header-search button{height:26px;padding-inline:.66rem}.header-icons{gap:.4rem}.header-actions{min-width:0}.header-icons{gap:.3rem}.icon-button{width:24px;height:24px}.icon-button img{width:14px;height:14px}.header-nav{padding:.1rem 0 .2rem;overflow-x:auto;white-space:nowrap}.header-nav::-webkit-scrollbar{display:none}.nav-item{display:inline-flex;align-items:center;justify-content:center;padding:.3rem .65rem;font-weight:700;font-size:.82rem;line-height:1;box-shadow:0 6px 12px #00000014}.nav-item.active{box-shadow:0 12px 22px #2563eb47}}@media (max-width: 640px){.site-header .auth-inline{display:none!important}}.bottom-nav{display:none}@media (max-width: 640px){.bottom-nav{display:flex;position:fixed;left:50%;transform:translate(-50%);bottom:10px;z-index:50;width:min(560px,96vw);background:#fff;border:1px solid rgba(226,232,255,.9);box-shadow:0 18px 50px #0f172a2e;border-radius:22px;padding:.55rem .6rem;justify-content:space-around;align-items:center}.bottom-nav__item{flex:1 1 20%;display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.2rem .25rem;color:#475569;text-decoration:none;font-weight:600;font-size:.75rem}.bottom-nav__item.active{color:var(--primary)}.bottom-nav__icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(180deg,#eef2ff,#fff);border:1px solid rgba(226,232,255,.9);box-shadow:0 10px 18px #3f4ecb2e;font-size:18px}}@media (max-width: 480px){.category-grid .category-items{grid-template-columns:repeat(3,minmax(0,1fr))}}.price.original{text-decoration:line-through;color:#9ca3af;margin-left:.6rem;font-size:.85rem}.article-card{background:#fff;border-radius:22px;border:1px solid rgba(226,232,255,.9);box-shadow:0 12px 28px #0f172a0f;display:flex;flex-direction:column;overflow:hidden;padding:1rem}.article-card .image-frame{min-height:200px;border:none;border-bottom:1px solid rgba(226,232,255,.7)}.article-body{display:flex;flex-direction:column;gap:.6rem;padding:1.2rem 1.4rem 1.6rem}.article-body p{color:var(--text-muted);font-size:.95rem}.article-meta{display:flex;justify-content:space-between;font-size:.85rem;color:var(--text-muted)}.hero-product{display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;align-items:center;min-height:240px}.hero-copy{display:flex;flex-direction:column;gap:1rem}.hero-copy h1{font-size:2rem;line-height:1.2}.hero-actions{display:flex;gap:1rem}.hero-actions a{border-radius:999px;padding:.6rem 1.6rem;background:#f1f4fe}.hero-actions .primary{background:var(--primary);color:#fff}.hero-visual img{width:100%;max-height:280px;object-fit:contain}.thumbnail-row{display:flex;gap:.6rem;overflow-x:auto;padding:.5rem 0}.thumbnail{border:1px solid transparent;border-radius:var(--radius-sm);padding:.4rem;background:#f5f7ff}.thumbnail img{width:72px;height:72px;object-fit:contain}.thumbnail.active{border-color:var(--primary)}.product-hero{width:100%;max-height:280px;object-fit:contain}.inline-list{list-style:none;padding:0;margin:0;display:grid;gap:.4rem;color:var(--text-muted);font-size:.92rem}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin:2rem 0 0}.pagination button:disabled{opacity:.5;cursor:default}.error-banner{margin-top:1.5rem;padding:1rem 1.2rem;border-radius:var(--radius-md);background:#ef444426;color:#b91c1c}.article-body-html{display:grid;gap:1rem;color:var(--text-main)}.article-body-html h2{font-size:1.4rem}.article-body-html p{color:var(--text-muted)}.article-body-html img{max-width:100%;height:auto;display:block;margin:.5rem auto 1.25rem;border-radius:16px}.article-body-html a{color:var(--primary);text-decoration:underline}.article-body-html,.article-body-html *{overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.article-detail__body{width:100%;max-width:74ch;margin-inline:auto}.article-index-page,.article-detail-page,.compose-page{overflow-x:hidden}.article-card h3,.article-card p{overflow-wrap:anywhere;word-break:break-word}.price-stats{display:flex;gap:1.5rem;margin-top:1rem}.price-stats .label{display:block;font-size:.85rem;color:var(--text-muted)}.thumbnail-row::-webkit-scrollbar{height:6px}.thumbnail-row::-webkit-scrollbar-thumb{background:#0f172a33;border-radius:999px}@media (max-width: 900px){.hero-product{grid-template-columns:1fr;text-align:center}.hero-visual{order:-1}.hero-actions{justify-content:center}}.landing-page{width:min(1260px,94vw);margin:0 auto;display:flex;flex-direction:column;gap:2rem}.landing-hero,.landing-categories,.landing-rail,.landing-banner,.landing-news,.landing-daily,.landing-mixed{background:transparent;padding:0;box-shadow:none}.section-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.section-header.inline{align-items:center}.section-header h2{font-size:1.6rem}.section-header p{color:var(--text-muted);margin-top:.3rem;font-size:.95rem}.link-light{display:inline-flex;align-items:center;gap:.4rem;font-weight:600;color:var(--primary)}.link-light.link-more.disabled{pointer-events:none;color:#bec5e4}.link-light.link-more.disabled img{opacity:.35}.link-inline{border:none;background:#eef2ff;border-radius:50%;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center}.link-inline:hover{background:#dce5ff}.link-inline img,.link-more img{width:18px;height:18px}.icon-inline{width:22px;height:22px;object-fit:contain;vertical-align:middle;margin-right:.45rem}.hot-icon{filter:drop-shadow(0 1px 2px rgba(0,0,0,.12))}.landing-hero{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.hero-slider{position:relative;border-radius:18px;overflow:hidden;min-height:240px;background-size:cover;background-position:center;display:flex;align-items:flex-end}.landing-hero{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;align-items:stretch}.hero-main{display:flex;flex-direction:column;gap:.7rem}.hero-main__frame{aspect-ratio:16 / 9;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 26px 60px #0f172a1f}.hero-main__frame img{width:100%;height:100%;object-fit:cover;display:block}.hero-main__dots{display:flex;justify-content:center;gap:.4rem}.hero-dot{width:9px;height:9px;border-radius:999px;border:none;background:#d5d9e6}.hero-dot.active{background:#3f4ecb}.hero-side-single{display:flex;align-items:stretch}.hero-side__frame{aspect-ratio:16 / 9;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 24px 55px #0f172a1f;width:100%}.hero-side__frame img{width:100%;height:100%;object-fit:cover;display:block}.landing-categories .section-header{margin:0}.category-pill{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:.25rem .25rem .5rem;border-radius:0;border:none;background:transparent;font-weight:700;transition:transform .15s ease;color:var(--text-main)}.category-pill:hover{transform:translateY(-1px)}.category-pill--noicon{box-shadow:0 12px 28px #636eb11f}.category-pill--blank{pointer-events:none;box-shadow:none;opacity:.6}.category-pill--blank .category-pill__icon{background:#e8ecffb3;box-shadow:none}.category-pill__icon img{width:100px;height:100px;object-fit:contain;display:block}.category-pill__icon-blank{display:block;width:46px;height:46px;border-radius:16px;border:1.5px dashed rgba(126,138,194,.45);background:#eceffd99}.category-pill__label{font-size:.95rem;text-align:center;line-height:1.3}.category-pill--blank .category-pill__label{visibility:hidden;min-height:1.4rem}.landing-rail{display:flex;flex-direction:column;gap:1.4rem}.landing-rail .section-header h2{display:flex;align-items:center;gap:.5rem}.landing-rail .section-header h2 img{width:35px;height:35px;flex-shrink:0;object-fit:contain}.rail-controls,.rail-actions{display:flex;align-items:center;gap:.6rem}.rail-actions .link-light{margin-left:.4rem}.rail-shell{position:relative;padding:0 2.4rem}.rail-track{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.6rem;scroll-snap-type:x mandatory}.rail-track::-webkit-scrollbar{display:none}.rail-track>*{flex:0 0 clamp(190px,20vw,220px);scroll-snap-align:start;min-width:0}.landing-rail.trending .rail-track>*{flex-basis:280px}.landing-rail.trending{background:transparent;border-radius:25px;padding:2rem;box-shadow:0 3px 8px #0f172a14;margin:0 1.5rem}.rail-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid #e4e9ff;background:#fff;box-shadow:0 18px 40px #0f172a26;display:grid;place-items:center;padding:0;z-index:5}.rail-arrow--left{left:0;transform:translateY(-50%)}.rail-arrow--right{right:0;transform:translateY(-50%)}.rail-arrow img{width:24px;height:24px}.landing-banner{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;background:transparent;padding:0;box-shadow:none}.landing-banner__card{border-radius:26px;overflow:hidden;background:#fff;box-shadow:0 24px 55px #0f172a14}.landing-banner__card img{width:100%;height:100%;object-fit:cover;display:block}.rail-tabs{display:flex;gap:.7rem;flex-wrap:wrap;align-items:center}.pill-button{border-radius:999px;border:1px solid transparent;background:linear-gradient(75deg,#ffe8d6,#ffd5d5);padding:.45rem 1.4rem;font-weight:600;color:#000}.pill-button:hover{background:linear-gradient(75deg,#ffd5d5,#ffe8d6)}.landing-news .section-header{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;align-items:center;gap:1rem;margin-bottom:1rem}.landing-news{background:transparent;border-radius:0;padding:0;box-shadow:none}.news-tabs{display:flex;gap:.6rem;margin-top:.8rem;flex-wrap:wrap}.landing-news .section-header h2{flex:1 1 auto;grid-row:1;font-size:2rem}.landing-news .news-tabs{flex:0 1 auto;grid-column:1;grid-row:2;margin-top:0;display:flex;gap:.6rem;flex-wrap:wrap;align-self:center}.landing-news .section-header{margin:1rem 2.5rem}.landing-news .section-header .link-light{grid-column:2;grid-row:2;align-self:center}.news-tab{padding:.4rem 1rem;border-radius:999px;border:1px solid #e1e7ff;background:#f5f7ff;font-weight:600;color:#3f4b6e}.news-tab.active{background:var(--primary);color:#fff;border-color:var(--primary)}.news-layout{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;background:#ffffff70;border-radius:25px;padding:1.5rem 2rem;box-shadow:0 2px 10px #0f172a14;margin:0 2rem}.news-hero{border-radius:20px;overflow:hidden;background:#111827;display:block;position:relative;aspect-ratio:.5/.5}.news-hero img{inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.news-list{display:grid;gap:.8rem;height:100%;overflow-y:auto}.news-card{display:flex;align-items:center;flex-wrap:nowrap;gap:.6rem;padding:.5rem;border-radius:12px;border:1px solid #e4e9ff;background:#fff;transition:box-shadow .2s ease}.news-card:hover{box-shadow:0 20px 45px #0f172a14}.news-card--blank{pointer-events:none;box-shadow:none}.news-card--blank:hover{box-shadow:none}.news-card__thumb{border-radius:10px;overflow:hidden;display:grid;place-items:center;background:#f5f7ff;height:72px;aspect-ratio:1 / 1;flex:0 0 80px;order:2}.news-card__thumb img{width:100%;height:100%;object-fit:cover}.news-card__body{display:flex;flex-direction:column;gap:.25rem;order:1;flex:1 1 auto}.news-card__body h3{font-size:18px;line-height:1.3}.news-line{display:block;height:12px;border-radius:999px;background:#3f4ecb26}.news-line.short{width:60%}.news-card__meta{display:flex;justify-content:space-between;gap:.8rem;flex-wrap:wrap;font-size:.8rem;color:var(--text-muted)}.landing-daily{text-align:center;padding:2rem 0}.landing-daily .section-header{display:flex;justify-content:center;margin-bottom:4rem}.landing-daily .section-header h2{text-align:center;margin:0;font-size:2.5rem}.daily-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;max-width:1200px;margin:0 auto;padding:0 2rem}.landing-daily .daily-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.daily-card{border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 20px 48px #0f172a14;display:block;aspect-ratio:auto}.daily-card img{width:100%;height:100%;display:block}.landing-mixed{display:grid;grid-template-columns:.85fr 1.05fr 1.05fr .85fr;gap:1.2rem}.mixed-column{background:#fff;border-radius:22px;border:1px solid #e5e9ff;padding:1.4rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 20px 45px #0f172a0d}.mixed-column.ad{padding:0;overflow:hidden;display:flex}.mixed-column.ad img{width:100%;height:100%;object-fit:cover;display:block;border-radius:22px}.stacked-list{display:grid;gap:1rem}.stacked-item{display:grid;grid-template-columns:90px 1fr;gap:.9rem;align-items:center;padding:.85rem;border-radius:16px;border:1px solid transparent;transition:border-color .2s ease,box-shadow .2s ease}.stacked-item:hover{border-color:#dbe4ff;box-shadow:0 18px 35px #2563eb1f}.stacked-item--blank{pointer-events:none;border-color:#e6ecff}.stacked-item--blank:hover{box-shadow:none}.stacked-item__thumb{width:90px;height:72px;border-radius:16px;overflow:hidden;background:#f5f7ff;display:grid;place-items:center}.stacked-item__thumb img{width:100%;height:100%;object-fit:cover}.stacked-item--blank .stacked-item__thumb{background:#eef2ff}.stacked-item__body{display:flex;flex-direction:column;gap:.4rem}.stacked-item--blank .stacked-item__body{gap:.6rem}.stacked-line{display:block;height:11px;border-radius:999px;background:#3f4ecb24}.stacked-line.short{width:55%}.stacked-item__body h3{font-size:.96rem;line-height:1.3}.price-accent{color:var(--accent);font-weight:700}.stacked-item__meta{display:flex;flex-direction:column;gap:.3rem;font-size:.85rem;color:var(--text-muted)}.stacked-item__meta span{display:inline-flex;align-items:center;gap:.35rem}.stacked-item__meta img{width:14px;height:14px}.product-card{background:#fff;border-radius:26px;border:1px solid rgba(223,229,255,.85);padding:1.35rem;display:flex;flex-direction:column;gap:.85rem;box-shadow:0 24px 55px #3f4ecb1f;transition:transform .2s ease,box-shadow .2s ease;overflow:hidden;min-width:0;width:100%}.product-card:hover{transform:translateY(-4px);box-shadow:0 28px 65px #3f4ecb2e}.product-card--rail{min-width:270px;padding:1.25rem;gap:.8rem}.product-card--blank,.product-card--blank:hover{pointer-events:none;box-shadow:none;border-style:dashed;background:linear-gradient(135deg,#f4f6ff,#fff)}.product-card__media{position:relative}.product-card__media-link{display:block}.product-card__top{display:flex;justify-content:space-between;align-items:center}.product-card__badge{background:linear-gradient(135deg,#f6f8ff,#fff);border-radius:999px;padding:.35rem .9rem;font-size:.75rem;font-weight:600;color:#404dd7;max-width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__wishlist{width:38px;height:38px;border-radius:50%;border:1px solid #e6ebff;background:#fff;display:inline-grid;place-items:center;padding:0;box-shadow:0 12px 26px #3f4ecb2e}.product-card__wishlist--overlay{position:absolute;top:12px;right:12px}.product-card__media .image-frame{background:#fff;border-radius:16px;padding:.7rem;display:grid;place-items:center;aspect-ratio:4 / 3;overflow:hidden;width:100%;border:1px solid rgba(217,225,255,.9);box-shadow:inset 0 1px 4px #0f172a0a}.product-card--rail .product-card__media .image-frame{aspect-ratio:4 / 3;padding:.6rem}.product-card__media .image-frame img{width:100%;height:auto;max-height:100%;object-fit:contain;display:block}.product-card__body{display:flex;flex-direction:column;gap:.55rem;min-width:0}.product-card__brand{font-size:.85rem;color:var(--text-muted);font-weight:500}.product-card__body h3{font-size:.98rem;line-height:1.32;color:var(--text-main)}.product-card__price-row{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;margin-bottom:.4rem}.product-card__price{font-size:1.2rem;font-weight:700;color:#dc2626}.product-card__price--strike{color:#9aa3c8;text-decoration:line-through;font-weight:500}.product-card__spec{font-size:.84rem;color:var(--text-muted);line-height:1.4;min-height:2.4rem}.product-card__meta{display:flex;align-items:center;gap:1rem;font-size:.85rem;color:var(--text-muted)}.product-card__rating,.product-card__sold,.product-card__comments{display:inline-flex;align-items:center;gap:.35rem}.product-card__rating img,.product-card__sold img,.product-card__comments img{width:36px;height:36px;object-fit:contain}.product-card__footnote{font-size:.8rem;color:#98a0c7}.empty-state{padding:1.6rem;border-radius:18px;border:1px dashed #d6ddff;background:#f6f8ff;color:#5b6ba7;display:grid;place-items:center;text-align:center;min-height:140px}.image-silent{width:100%;height:100%;background:#eef2ff;border-radius:inherit}@media (max-width: 1024px){.landing-hero{grid-template-columns:1fr}.hero-side{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.landing-daily .daily-grid,.landing-mixed{grid-template-columns:repeat(2,minmax(0,1fr))}.rail-shell{padding:0}.rail-arrow{display:none}}@media (max-width: 768px){.section-header{flex-direction:column;align-items:flex-start}.rail-track>*{flex-basis:70%}.news-layout,.landing-daily .daily-grid,.landing-mixed{grid-template-columns:1fr}.mixed-column{padding:1.1rem}}.product-page{width:min(1260px,94vw);margin:0 auto;display:flex;flex-direction:column;gap:2rem;padding-bottom:3rem}.product-hero,.product-overview,.product-tabs,.product-specs,.product-history,.product-reviews,.compare-section{background:#fff;border-radius:28px;padding:2rem;box-shadow:0 28px 70px #0f172a14}.product-hero{display:flex;flex-direction:column;gap:1.8rem}.product-hero__heading{display:flex;justify-content:space-between;gap:1.2rem;align-items:flex-start}.product-hero__heading h1{font-size:2.1rem;line-height:1.2;max-width:720px}.product-hero__meta{display:flex;gap:1rem;flex-wrap:wrap;margin-top:.8rem;color:var(--text-muted);font-size:.95rem}.product-hero__meta span{display:inline-flex;align-items:center;gap:.35rem}.product-hero__meta img{width:18px;height:18px}.product-hero__actions{display:flex;gap:.8rem}.product-hero__actions button{border-radius:999px;padding-inline:1.6rem}.product-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.stat-card{background:#f5f7ff;border-radius:24px;padding:1.4rem;display:grid;gap:.4rem;align-content:center;min-height:130px}.stat-card strong{font-size:1.8rem;color:var(--text-main)}.stat-card .stat-label{color:var(--text-muted);font-weight:600}.stat-card .stat-meta{color:#8091c2;font-size:.9rem}.stat-card.highlight{background:linear-gradient(135deg,#e0e9ff,#f8fbff);justify-items:start}.inline-button{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .9rem;background:#fff;border-radius:999px;border:1px solid #d1dcff;font-weight:600;color:#334491}.inline-button img{width:18px;height:18px}.product-overview{display:grid;grid-template-columns:1.7fr 1.2fr .9fr;gap:1.6rem}.product-gallery{display:flex;flex-direction:column;gap:1rem}.product-gallery__main{border-radius:28px;background:#f4f6ff;min-height:320px;display:grid;place-items:center;overflow:hidden}.product-gallery__main img{width:100%;height:100%;object-fit:contain}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:.7rem}.product-gallery__thumbs .thumb{background:#f6f8ff;border-radius:20px;border:2px solid transparent;padding:.4rem;height:90px;display:grid;place-items:center}.product-gallery__thumbs .thumb img{width:100%;height:100%;object-fit:contain}.product-gallery__thumbs .thumb.active{border-color:var(--primary);box-shadow:0 12px 30px #2563eb33}.product-summary-panel{background:#f8faff;border-radius:26px;padding:1.6rem;display:flex;flex-direction:column;gap:1.4rem;border:1px solid #e3e9ff}.price-highlight{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.price-label{font-size:1.9rem;font-weight:700;color:var(--accent)}.price-original{display:block;color:#9aa4c6;text-decoration:line-through;margin-top:.3rem}.price-note{color:var(--text-muted);font-size:.9rem;margin-top:.6rem}.price-meta{background:#fff;border-radius:22px;padding:1rem;display:grid;gap:.8rem;border:1px solid #e3e9ff}.price-meta .meta-row{display:flex;align-items:center;gap:.6rem;color:#53649c;font-size:.95rem}.price-meta .meta-row img{width:18px;height:18px}.store-panel__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.store-list{display:grid;gap:.85rem}.store-item{display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:.8rem;padding:.85rem 1rem;border-radius:18px;background:#fff;border:1px solid #dde5ff}.store-rank{width:36px;height:36px;border-radius:50%;background:#edf2ff;display:grid;place-items:center;font-weight:700;color:#2b3f9f}.store-info{display:flex;flex-direction:column;gap:.25rem}.store-info small{color:#7a8cbf}.store-price{display:inline-flex;align-items:center;gap:.4rem;color:var(--accent);font-weight:700}.store-price img{width:16px;height:16px}.product-meta-cards{display:flex;flex-direction:column;gap:1.2rem}.meta-card{background:#f8faff;border-radius:24px;padding:1.4rem;border:1px solid #e3e9ff;display:grid;gap:.9rem}.meta-card h4{font-size:1rem}.product-tabs{display:flex;justify-content:center}.product-tabs .tab-buttons{background:#f0f4ff;padding:.4rem;border-radius:999px;display:inline-flex;gap:.4rem}.product-tabs button{border-radius:999px;padding:.5rem 1.6rem;background:transparent;font-weight:600}.product-tabs .active{background:#fff;color:var(--primary);box-shadow:0 10px 30px #2563eb26}.product-specs .spec-table table{width:100%;border-collapse:collapse}.product-specs th,.product-specs td{padding:1.1rem;text-align:left;border-bottom:1px solid #e5eafe;vertical-align:top}.product-specs th{font-size:1rem;color:#3d4c7a}.product-specs td ul{list-style:disc;margin-left:1.2rem;display:grid;gap:.35rem;color:var(--text-muted)}.product-history{display:flex;flex-direction:column;gap:1.4rem}.history-header{display:flex;justify-content:space-between;gap:1.2rem;flex-wrap:wrap;align-items:center}.history-cards{display:flex;gap:1rem;flex-wrap:wrap}.history-card{background:#f5f7ff;border-radius:16px;padding:.9rem 1.2rem;min-width:150px;display:grid;gap:.3rem}.history-card .label{color:var(--text-muted);font-size:.85rem}.history-table table{width:100%;border-collapse:collapse;border-radius:18px;overflow:hidden}.history-table th,.history-table td{padding:.9rem 1rem;border-bottom:1px solid #ecf0ff;text-align:left;color:#54628d}.product-reviews{display:flex;flex-direction:column;gap:1.4rem}.review-summary{display:grid;grid-template-columns:220px 1fr;gap:1.2rem;align-items:center;background:#f5f7ff;border-radius:22px;padding:1.2rem}.summary-score{display:flex;align-items:center;gap:.8rem}.summary-score img{width:38px;height:38px}.summary-score strong{font-size:2rem;display:block}.review-list{display:grid;gap:1rem}.review-card{border:1px solid #e3e9ff;border-radius:20px;padding:1.2rem;background:#fff;box-shadow:0 12px 35px #0f172a0d;display:grid;gap:.7rem}.review-card__header{display:flex;align-items:center;gap:.8rem}.review-card__rating{font-size:1.1rem;color:#f59e0b;letter-spacing:.12em}.review-empty{padding:1rem;border-radius:16px;background:#f8fafc;color:var(--text-muted)}.review-card .avatar{width:44px;height:44px;border-radius:50%;background:#eef2ff;display:grid;place-items:center;font-weight:700;color:#2f3f92}.review-card small{color:var(--text-muted)}.compare-section{display:flex;flex-direction:column;gap:1.4rem}.compare-filters{display:flex;gap:.8rem}.compare-filters button{border-radius:999px}.table-wrapper table{width:100%;border-collapse:collapse}.table-wrapper th,.table-wrapper td{text-align:left;padding:1rem 1.1rem;border-bottom:1px solid #e6ebff;font-size:.95rem}.store-cell{display:flex;align-items:center;gap:.9rem}.store-avatar{width:44px;height:44px;border-radius:16px;background:#f0f4ff;display:grid;place-items:center;font-weight:700;color:#314299}.store-cell__info{display:flex;flex-direction:column;gap:.3rem}.store-cell__info small{color:#7a8cbf;font-size:.8rem}.table-wrapper .empty-row{text-align:center;padding:2rem 1rem;color:#5b6ba7}.loading-card{background:#fff;border-radius:24px;padding:2rem;box-shadow:0 22px 55px #0f172a12;text-align:center;color:#4c5a88}@media (max-width: 1100px){.product-overview{grid-template-columns:1fr}.product-meta-cards{flex-direction:row;flex-wrap:wrap}.product-meta-cards .meta-card{flex:1 1 240px}}@media (max-width: 768px){.product-hero,.product-overview,.product-tabs,.product-specs,.product-history,.product-reviews,.compare-section{padding:1.4rem;border-radius:22px}.product-hero__heading{flex-direction:column}.product-hero__stats{grid-template-columns:1fr}.product-gallery__thumbs{grid-template-columns:repeat(auto-fit,minmax(70px,1fr))}.product-tabs .tab-buttons{width:100%;justify-content:space-between}.review-summary{grid-template-columns:1fr;text-align:center}.compare-filters{flex-wrap:wrap}}.product-card--rail .product-card__body h3{font-size:.85rem;min-height:2.4rem;max-height:2.4rem}.product-card--rail .spec-badge{font-size:.6rem;padding:.18rem .35rem}.product-card--rail .spec-value{font-size:.7rem;max-width:120px}.subcategory-products-grid .product-card .spec-badge,.article-related-products__grid .product-card--rail .spec-badge{font-size:.6rem;padding:.18rem .35rem}.subcategory-products-grid .product-card .spec-value,.article-related-products__grid .product-card--rail .spec-value{font-size:.7rem;max-width:120px}.product-card--rail .product-card__spec{min-height:2rem}.product-card--rail .product-card__footnote{margin-top:.35rem}.product-detail{width:min(1240px,94vw);margin:0 auto;display:flex;flex-direction:column;gap:1.8rem;padding-bottom:3.5rem}.product-detail .product-breadcrumb{margin-top:.5rem}.product-detail .product-breadcrumb nav{margin-bottom:.8rem}.detail-hero{display:grid;grid-template-columns:1.12fr .88fr;gap:1.6rem;align-items:stretch}.product-detail .detail-hero__left,.product-detail .detail-hero__right{display:flex;flex-direction:column;gap:1rem;min-height:0}.product-detail .detail-hero__right{height:100%;align-self:stretch;min-height:0;overflow:hidden}.detail-card{background:#fff;border-radius:28px;border:1px solid rgba(226,232,255,.6);box-shadow:0 26px 60px #0f172a14;padding:1.75rem;display:flex;flex-direction:column;gap:1.05rem}.detail-card--heading{gap:1.2rem}.detail-meta{display:inline-flex;align-items:center;gap:.9rem;color:var(--text-muted);font-size:.92rem}.detail-meta .meta-item{display:inline-flex;align-items:center;gap:.4rem;background:transparent;padding:0}.detail-meta img{width:18px;height:18px;object-fit:contain}.product-detail .meta-item{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .9rem;border-radius:999px;background:#f1f4ff}.product-detail .detail-metric-row{display:flex;gap:.8rem;flex-wrap:wrap}.product-detail .detail-headline h1{font-size:clamp(1.6rem,2.4vw,2.1rem);line-height:1.2}.product-detail .review-summary-inline{margin-top:.6rem;padding-top:.8rem;border-top:1px dashed rgba(99,102,241,.25)}.product-detail .review-summary-inline h3{font-size:1rem;margin-bottom:.25rem}.product-detail .review-summary-inline p{color:var(--text-muted);font-size:.92rem}.metric-card{flex:1 1 200px;background:#f5f7ff;border-radius:24px;padding:1.2rem 1.4rem;display:flex;flex-direction:column;gap:.45rem;border:1px solid rgba(223,229,255,.7)}.metric-card__label{display:inline-flex;align-items:center;gap:.45rem;font-size:.9rem;font-weight:600;color:#4a4f77}.metric-icon{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;font-size:.7rem;font-weight:700;color:#fff}.metric-icon--store{background:linear-gradient(135deg,#2563eb,#4f46e5)}.metric-icon--store:after{content:"S"}.metric-icon--community{background:linear-gradient(135deg,#f97316,#fb7185)}.metric-icon--community:after{content:"U"}.product-detail .metric-score{font-size:1.9rem;font-weight:700;color:var(--text-main)}.product-detail .metric-score small{font-size:1rem;font-weight:500;color:var(--text-muted);margin-left:.15rem}.product-detail .metric-caption{color:var(--text-muted);font-size:.85rem}.product-detail .detail-card--summary h3{font-size:1.05rem}.product-detail .summary-skeleton{display:grid;gap:.5rem}.product-detail .summary-skeleton span{display:block;height:12px;border-radius:999px;background:linear-gradient(90deg,#d9dfff99,#e9edff66)}.product-detail .summary-content{display:flex;flex-direction:column;gap:1rem}.product-detail .summary-score{display:flex;align-items:baseline;gap:.4rem}.product-detail .summary-score strong{font-size:2.1rem;font-weight:700;color:var(--text-main)}.product-detail .summary-score span{font-size:1rem;font-weight:500;color:var(--text-muted)}.product-detail .summary-score small{margin-left:auto;color:var(--text-muted);font-size:.85rem;font-weight:500}.product-detail .summary-distribution{display:flex;flex-direction:column;gap:.45rem}.product-detail .summary-bar{display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:var(--text-muted)}.product-detail .summary-bar-track{flex:1;height:8px;border-radius:999px;overflow:hidden;background:#94a3b840}.product-detail .summary-bar-track span{display:block;height:100%;width:var(--bar-width, 0%);background:linear-gradient(135deg,#2563eb,#4f46e5)}.product-detail .summary-highlights{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.product-detail .summary-list strong{display:block;font-size:.95rem;font-weight:600;color:var(--text-main)}.product-detail .summary-list ul{margin:.45rem 0 0;padding-left:1.1rem;display:grid;gap:.25rem;color:var(--text-muted);font-size:.85rem}.product-detail .summary-list p{margin:.45rem 0 0;color:var(--text-muted);font-size:.88rem;line-height:1.45}.product-detail .detail-card--chips h4{font-size:1.05rem}.product-detail .detail-card--chips .pill-row{display:flex;flex-wrap:wrap;gap:.6rem}.product-detail .detail-card--chips .pill{padding:.35rem 1rem}.product-detail .preview-card{display:flex;flex-direction:column;gap:1.4rem;height:100%;min-height:0;overflow:hidden}.product-detail .preview-card__visual{display:flex;gap:1rem;align-items:stretch;flex:1 1 auto;min-height:0;height:100%;overflow:hidden}.product-detail .preview-card__image{flex:1;background:transparent;border-radius:26px;display:grid;place-items:center;padding:1.4rem}.product-detail .preview-card__image img{width:220px;height:160px;object-fit:contain;margin:0 auto}.product-detail .preview-card__thumbs{display:flex;flex-direction:column;gap:.7rem;flex:0 0 76px;overflow-y:auto;height:auto;max-height:clamp(240px,62vh,520px);overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.product-detail .thumb{width:60px;height:68px;border-radius:20px;border:1px solid rgba(210,218,255,.8);background:#fff;display:grid;place-items:center;padding:.4rem;transition:border-color .2s ease,box-shadow .2s ease}.product-detail .thumb img{width:100%;height:100%;object-fit:contain;border-radius:14px}.product-detail .thumb.active{border-color:var(--primary);box-shadow:0 12px 28px #2563eb2e}.product-detail .thumb--blank{border-style:dashed;border-color:#cad2ffb3;background:#f1f4ff}.product-detail .preview-card__price{display:flex;justify-content:space-between;align-items:center;gap:1rem}.product-detail .preview-price{font-size:1.6rem;font-weight:700;color:var(--accent)}.product-detail .preview-note{display:block;color:var(--text-muted);font-size:.85rem}.product-detail .preview-delta{display:block;font-size:.85rem;font-weight:600;margin-top:.25rem}.product-detail .preview-delta.positive{color:#059669}.product-detail .preview-delta.negative{color:#dc2626}.product-detail .preview-history{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.4rem;border-radius:999px;border:1px solid rgba(210,218,255,.9);background:#eef2ff;font-weight:700;color:#2b3a66}.product-detail .preview-history:disabled{opacity:.55;cursor:not-allowed}.product-detail .preview-history img{width:22px;height:22px;object-fit:contain}.modal-backdrop{position:fixed;inset:0;background:#00000073;display:flex;align-items:flex-start;justify-content:center;padding:6vh 1rem 2rem;z-index:1000}.modal-window{width:min(880px,96vw);background:#fff;border-radius:18px;box-shadow:0 30px 70px #00000040;overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border-soft)}.modal-body{padding:1rem 1.25rem 1.25rem}.modal-close{background:transparent;border:1px solid var(--border-soft);padding:.4rem .7rem;border-radius:10px}.product-detail .preview-card__offers{display:flex;flex-direction:column;gap:.9rem}.product-detail .offers-header{display:flex;justify-content:space-between;align-items:center}.product-detail .offer-list{display:grid;gap:.75rem}.product-detail .offer-price{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;color:var(--text-main)}.product-detail .offer-link{font-size:.85rem;color:var(--primary)}.product-detail .offer-item{display:grid;grid-template-columns:auto 1fr auto;gap:1.1rem;align-items:center;background:#f6f8ff;border-radius:22px;padding:.75rem 1.1rem}.product-detail .offer-rank{width:34px;height:34px;border-radius:50%;background:#fff;border:1px solid rgba(210,218,255,.9);display:grid;place-items:center;font-weight:600;color:#3f4ecb}.product-detail .offer-store{display:flex;align-items:center;gap:.7rem}.product-detail .offer-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#f0f3ff,#fff);display:grid;place-items:center;font-weight:700;color:#3f4ecb}.product-detail .offer-store small{display:block;color:var(--text-muted)}.product-detail .offer-price{font-weight:700;color:var(--text-main)}.product-detail .offer-empty{padding:.9rem 1.1rem;border-radius:20px;background:#f1f4ff;color:#5b6ba7;text-align:center}.product-detail .detail-tabs{display:inline-flex;align-items:center;gap:.8rem;padding:.6rem;flex-wrap:nowrap}.product-detail .detail-tab{border:none;border-radius:999px;padding:.55rem 1.8rem;font-weight:600;background:#eef2ff;color:#4a4f77}.product-detail .detail-tab.active{background:linear-gradient(135deg,#4ade80,#16a34a);color:#fff;box-shadow:0 18px 35px #16a34a47}.product-detail .detail-tab:disabled{opacity:.5}.product-detail .detail-specs h2,.product-detail .detail-compare h2{font-size:1.35rem}.product-detail .spec-table{width:100%;border-collapse:separate;border-spacing:0}.product-detail .spec-table thead th{text-align:left;background:#f3f4f8;padding:.9rem 1.2rem;font-weight:600;color:#4a4f77;border-bottom:1px solid rgba(223,229,255,.9)}.product-detail .spec-table thead th:first-child{border-top-left-radius:14px;border-right:1px solid rgba(223,229,255,.9)}.product-detail .spec-table thead th:last-child{border-top-right-radius:14px}.product-detail .spec-table tbody th{width:180px;padding:1rem 1.2rem;background:#f8faff;border-bottom:1px solid rgba(223,229,255,.7);text-align:left;font-weight:600;color:#4a4f77;border-right:1px solid rgba(223,229,255,.7);vertical-align:top}.product-detail .spec-table tbody td{padding:1rem 1.4rem;border-bottom:1px solid rgba(223,229,255,.6);vertical-align:top}.product-detail .spec-list{list-style:none;display:grid;gap:.45rem;padding:0;margin:0;color:var(--text-muted)}.product-detail .color-row{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap}.product-detail .color-swatch{width:30px;height:30px;border-radius:50%;background:var(--swatch-color, #dfe3f8);border:1px solid rgba(210,218,255,.85);display:inline-flex;align-items:center;justify-content:center;font-size:.7rem;color:#4a4f77}.product-detail .color-swatch.placeholder{padding:0 .6rem;border-radius:18px;height:30px}.product-detail .detail-compare__header{display:flex;justify-content:space-between;align-items:center}.product-detail .compare-table-wrapper{margin-top:1rem;border-radius:24px;overflow:hidden;border:1px solid rgba(226,232,255,.7)}.product-detail .compare-table{width:100%;border-collapse:separate;border-spacing:0}.product-detail .compare-table th,.product-detail .compare-table td{text-align:left;padding:.75rem 1rem;border-bottom:1px solid rgba(226,232,255,.7);font-size:.95rem}.product-detail .compare-table th{background:#f3f4f8;font-weight:600;color:#4a4f77}.product-detail .compare-table th:nth-child(1){width:60px}.product-detail .compare-table th:nth-child(2){width:90px}.product-detail .compare-table th:nth-child(3){width:120px}.product-detail .compare-table th:nth-child(5){width:160px}.product-detail .compare-table th:nth-child(6){width:140px}.product-detail .compare-table th:nth-child(7){width:240px}.product-detail .compare-table thead th:first-child{border-top-left-radius:18px}.product-detail .compare-table thead th:last-child{border-top-right-radius:18px}.product-detail .compare-table tbody tr{background:#fff}.product-detail .compare-table tbody tr:nth-child(2n){background:#f8faff}.product-detail .compare-color-cell{display:flex;align-items:center;gap:.4rem}.product-detail .compare-color-label{color:var(--text-muted)}.product-detail .compare-price{font-weight:700;color:var(--accent)}.product-detail .payment-chip-row{display:flex;flex-wrap:wrap;gap:.4rem}.product-detail .payment-chip{display:inline-flex;align-items:center;padding:.3rem .9rem;border-radius:999px;background:#f1f4ff;color:#5260b4;font-size:.8rem;font-weight:600}.product-detail .coupon-chip{display:inline-flex;align-items:center;padding:.3rem .85rem;border-radius:999px;background:#facc152e;color:#b45309;font-size:.78rem;font-weight:600}@media (max-width: 1100px){.product-detail .detail-hero{grid-template-columns:1fr}.product-detail .detail-hero__right{order:-1}.product-detail .preview-card__visual{flex-direction:column}.product-detail .preview-card__thumbs{flex-direction:row;height:auto;max-height:none;overflow:auto;flex:0 1 auto}}@media (max-width: 900px){.product-detail .detail-tabs{flex-direction:row;flex-wrap:nowrap;overflow-x:auto}.product-detail .detail-specs,.product-detail .detail-compare{padding:1.6rem}}@media (max-width: 768px){.product-detail .detail-card{padding:1.4rem}.product-detail .detail-metric-row{flex-direction:column}.product-detail .preview-card__price{flex-direction:column;align-items:flex-start}.product-detail .detail-compare__header{flex-direction:column;align-items:flex-start;gap:.8rem}.product-detail .compare-table{min-width:unset}}@media (max-width: 768px){.product-detail .preview-card__image{padding:.75rem}.product-detail .preview-card__image img{width:100%;max-width:420px;height:auto}.product-detail .preview-card__thumbs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.25rem;gap:.5rem}.product-detail .preview-card__thumbs .thumb{flex:0 0 auto}.product-detail .detail-tabs{gap:.5rem}.product-detail .detail-specs h2{font-size:1.1rem}.product-detail .spec-table-wrapper{width:100%;overflow-x:visible}.product-detail .spec-table{min-width:unset;width:100%;font-size:.95rem}.product-detail .spec-table thead{display:none}.product-detail .spec-table tbody tr{display:block;border-bottom:1px solid rgba(223,229,255,.7)}.product-detail .spec-table tbody th{width:auto;background:transparent;border-right:none;padding:.4rem 0 .2rem;font-size:.95rem}.product-detail .spec-table tbody td{display:block;padding:0 0 .8rem}.product-detail .spec-list{gap:.3rem;font-size:.92rem}.product-detail .color-swatch{width:22px;height:22px;font-size:.65rem}.product-detail .compare-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.product-detail .compare-table{min-width:680px}}.product-card__body h3{font-size:.9rem}.product-card--rail .product-card__body h3{font-size:.88rem}.product-card__price{font-size:1rem}.product-card__brand{font-size:.78rem}.product-card__spec{font-size:.82rem}.product-card__media .image-frame{padding:.55rem}.product-card__media .image-frame img{max-height:85%}.metric-card__icon{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;font-size:.7rem;font-weight:700;color:#fff}.metric-card__icon--store{background:linear-gradient(135deg,#2563eb,#4f46e5)}.metric-card__icon--store:after{content:"S"}.metric-card__icon--community{background:linear-gradient(135deg,#f97316,#fb7185)}.metric-card__icon--community:after{content:"U"}.auth-page{display:flex;justify-content:center;align-items:center;padding:2rem 1rem 3rem}.auth-card{width:min(420px,100%);background:var(--bg-surface);border-radius:var(--radius-lg);padding:2.2rem 2.6rem;box-shadow:0 25px 55px #0f172a14;display:grid;gap:1.5rem}.auth-heading{font-size:1.8rem;font-weight:700}.auth-subheading{color:var(--text-muted);font-size:.95rem}.auth-form{display:grid;gap:1rem}.auth-field{display:grid;gap:.5rem;font-weight:600;color:#30374a}.auth-field input{border:1px solid var(--border-soft);border-radius:var(--radius-md);padding:.75rem .9rem;background:#fff}.auth-alert{border-radius:var(--radius-md);border:1px solid rgba(239,68,68,.25);background:#ef444414;color:#b91c1c;padding:.8rem 1rem;font-size:.9rem}.auth-actions{display:flex;justify-content:flex-end;font-size:.9rem}.auth-footer{text-align:center;color:var(--text-muted);font-size:.95rem}.auth-link{color:var(--primary);font-weight:600}.auth-inline{display:flex;align-items:center;gap:.6rem}.auth-chip{display:inline-flex;align-items:center;justify-content:center;padding:.45rem 1.2rem;border-radius:999px;border:1px solid var(--border-soft);background:#f8faff;font-weight:600;font-size:.9rem}.auth-chip.primary{background:var(--primary);color:#fff;border-color:var(--primary)}.auth-chip:hover{background:#e9efff}.auth-chip.primary:hover{background:#1d4ed8}.auth-user{font-weight:600;color:var(--text-muted)}@media (max-width: 640px){.auth-card{padding:2rem 1.4rem}.auth-heading{font-size:1.6rem}.auth-inline{flex-direction:column;align-items:flex-start}}.insurance-page{display:flex;flex-direction:column;gap:2.5rem}.insurance-hero{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:1.6rem;align-items:stretch}.insurance-hero__slider{position:relative;overflow:hidden;border-radius:var(--radius-lg);background:#0f172a;min-height:300px}.insurance-slide{position:absolute;inset:0;opacity:0;transition:opacity .6s ease}.insurance-slide.is-active{position:relative;opacity:1}.insurance-slide img{width:100%;height:100%;object-fit:cover}.insurance-slide__overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0f172acc,#2563eb59);color:#fff;padding:2.4rem;display:flex;flex-direction:column;justify-content:flex-end;gap:.6rem}.insurance-slide__overlay h1{font-size:2rem}.insurance-slide__overlay p{font-size:1rem;max-width:420px;color:#ffffffd9}.insurance-slide__dots{position:absolute;bottom:1.2rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem}.insurance-slide__dots button{width:10px;height:10px;border-radius:999px;border:none;background:#fff6}.insurance-slide__dots button.is-active{width:22px;background:#ffffffe6}.insurance-hero__articles{background:#fff;border-radius:var(--radius-lg);border:1px solid rgba(226,232,255,.85);box-shadow:0 18px 42px #0f172a14;padding:1.6rem;display:flex;flex-direction:column;gap:1rem}.insurance-hero__articles header{display:flex;justify-content:space-between;align-items:center}.insurance-hero__articles ul{display:flex;flex-direction:column;gap:1rem}.insurance-hero__articles li a{display:grid;grid-template-columns:92px 1fr;gap:.9rem;align-items:center}.insurance-hero__articles .thumb{width:92px;height:72px;border-radius:var(--radius-md);background:#eef2ff;display:grid;place-items:center;overflow:hidden;color:var(--primary);font-weight:700}.insurance-hero__articles .thumb img{width:100%;height:100%;object-fit:cover}.insurance-hero__articles .meta h3{font-size:.95rem;margin-bottom:.2rem}.insurance-hero__articles .meta p{color:var(--text-muted);font-size:.82rem;line-height:1.4}.insurance-filters{background:#fff;border-radius:var(--radius-lg);border:1px solid rgba(226,232,255,.8);box-shadow:0 16px 38px #0f172a0f;padding:1.8rem;display:flex;flex-direction:column;gap:1.4rem}.insurance-filters header{text-align:center}.insurance-filters__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem}.insurance-filters label{display:flex;flex-direction:column;gap:.5rem;font-size:.9rem}.insurance-filters select{border-radius:var(--radius-md);border:1px solid rgba(226,232,255,.9);padding:.6rem .8rem;background:linear-gradient(135deg,#fafbff,#f0f5ff)}.insurance-filters button.primary{align-self:center;padding:.55rem 2.2rem;border-radius:999px;background:#4f46e5;color:#fff;font-weight:600}.insurance-cards__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem}.insurance-card{background:#fff;border:1px solid rgba(226,232,255,.85);border-radius:var(--radius-lg);box-shadow:0 14px 32px #0f172a12;padding:1.6rem;display:flex;flex-direction:column;gap:.9rem;align-items:flex-start}.insurance-card .icon{font-size:2.2rem}.insurance-card p{color:var(--text-muted);font-size:.9rem;line-height:1.45}.insurance-card strong{color:#4f46e5}.insurance-card button{margin-top:auto;border-radius:999px;background:#4f46e5;color:#fff;padding:.5rem 1.4rem;border:none;font-weight:600}.insurance-table{background:#fff;border-radius:var(--radius-lg);border:1px solid rgba(226,232,255,.85);box-shadow:0 18px 42px #0f172a14;padding:2rem;display:flex;flex-direction:column;gap:1.4rem}.insurance-table header{text-align:center;display:flex;flex-direction:column;gap:.4rem}.insurance-table__wrapper{overflow-x:auto}.insurance-table table{width:100%;border-collapse:collapse;min-width:720px}.insurance-table th,.insurance-table td{padding:.9rem 1rem;text-align:left;border-bottom:1px solid rgba(226,232,255,.7);vertical-align:top}.insurance-table th{background:#eef2ff;font-weight:600;color:#1f2937}.insurance-table .contact-link{color:#4f46e5;font-weight:600}.insurance-table .placeholder{text-align:center;color:var(--text-muted)}.insurance-loading{display:flex;justify-content:center}@media (max-width: 1024px){.insurance-hero{grid-template-columns:1fr}.insurance-filters__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.insurance-filters__grid{grid-template-columns:1fr}.insurance-hero__articles li a{grid-template-columns:72px 1fr}}.article-index-page,.article-detail-page{width:min(1240px,92vw);margin:0 auto 3rem;display:flex;flex-direction:column;gap:2rem}.article-index__intro{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1.6rem}.article-index__copy h1{font-size:clamp(2rem,2.5vw,2.6rem);line-height:1.15;margin-bottom:.4rem}.article-index__copy p{color:var(--text-muted);max-width:520px;font-size:1.05rem}.article-index__actions{display:flex;flex-direction:column;gap:.8rem;align-items:flex-end}.article-index__tabs{display:flex;gap:.6rem;flex-wrap:wrap;justify-content:flex-end}.pill{border-radius:999px;padding:.55rem 1.4rem;display:inline-flex;align-items:center;gap:.4rem;border:1px solid transparent;background:#f1f5ffcc;color:var(--text-main);font-weight:540}.pill.primary{background:linear-gradient(135deg,#f97316,#fbbf24);color:#fff}.pill.ghost{background:transparent;border-color:#bec9fee6;color:var(--text-muted)}.pill.active{background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;border-color:transparent}.article-index__filters{display:flex;gap:.75rem;flex-wrap:nowrap;overflow-x:auto;padding:.75rem 1rem;border-radius:var(--radius-lg);background:transparent;box-shadow:none}.article-index__filters button{flex-shrink:0;opacity:.6}.filter-chip{border-radius:999px;border:1px solid rgba(226,232,255,.9);background:#ffffffd9;padding:.55rem 1rem;font-size:.92rem;color:var(--text-main);display:inline-flex;align-items:center;gap:.5rem;transition:transform .2s ease}.filter-chip.active{opacity:1;box-shadow:0 10px 24px #2563eb2e;border-color:transparent;color:#fff;background:linear-gradient(135deg,var(--chip-accent),rgba(255,255,255,.2))}.chip-icon{font-size:1.05rem}.article-spotlight{display:grid;grid-template-columns:1fr;gap:.8rem;align-items:start}.popular-heading{font-weight:800;color:#111827;display:inline-block;margin:.2rem 0 .4rem;position:relative}.popular-heading:after{content:"";position:absolute;left:1.6rem;right:-.6rem;bottom:-.2rem;height:3px;background:#ff9f43;border-radius:2px}.spotlight-card{background:#fff;border:1px solid rgba(226,232,255,.7);border-radius:22px;box-shadow:0 24px 55px #0f172a14;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1fr);gap:0;overflow:hidden}.spotlight-card__media{background:#f8fafc}.spotlight-card__media img{width:100%;height:100%;object-fit:cover;display:block}.spotlight-card__body{padding:1.2rem 1.4rem;display:grid;gap:.6rem}.spotlight-card__body .pill.small{width:200px;height:50px;line-height:1;display:inline-flex;align-items:center;justify-content:center;text-align:center;justify-self:center}.spotlight-card__tags{gap:.4rem;flex-wrap:wrap}.spotlight-card__title{font-size:clamp(1.2rem,2.2vw,1.6rem);line-height:1.3}.spotlight-card__excerpt{color:var(--text-muted)}.spotlight-card__toolbar{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-top:.4rem}.toolbar-actions{display:flex;gap:.4rem}.toolbar-stats{display:flex;gap:.9rem;color:var(--text-muted);font-size:.9rem}.article-grid__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:.6rem 0 .8rem}.article-grid__tabs{display:flex;gap:.6rem;flex-wrap:wrap}.article-grid__sort{display:inline-flex;align-items:center;gap:.4rem}.sort-label{color:var(--text-muted);font-weight:600}.sort-select{border:1px solid rgba(226,232,255,.9);border-radius:999px;padding:.4rem .8rem;background:#fff}.article-spotlight__visual{display:flex}.gradient-card{background:linear-gradient(140deg,#2563ebd9,#ec4899bf);border-radius:36px;padding:2rem;display:grid;place-items:center;width:100%;min-height:320px;box-shadow:0 30px 60px #3b82f659}.gradient-card img{width:min(320px,100%);max-height:260px;object-fit:contain;filter:drop-shadow(0 24px 40px rgba(15,23,42,.35))}.article-spotlight__content{background:#fff;border-radius:30px;padding:2.4rem;display:flex;flex-direction:column;gap:1.1rem;box-shadow:0 28px 56px #0f172a1f}.spotlight-tag{display:inline-flex;align-self:flex-start;border-radius:999px;padding:.35rem 1rem;background:#4f46e51f;color:#4338ca;font-weight:600}.article-spotlight__content h2{font-size:clamp(1.85rem,2.3vw,2.4rem);line-height:1.2}.article-spotlight__content p{color:var(--text-muted);font-size:1.02rem;line-height:1.55}.spotlight-meta{display:flex;gap:1.2rem;flex-wrap:wrap;color:var(--text-muted);font-size:.95rem}.article-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.6rem}.article-card.grid,.article-card{position:relative;background:#fff;border-radius:22px;padding:1rem;display:flex;flex-direction:column;gap:1rem;overflow:hidden;border:1px solid rgba(226,232,255,.9);box-shadow:0 12px 28px #0f172a0f}.article-card__inner{display:flex;flex-direction:column;gap:.85rem;z-index:2}.article-card__header{display:flex;justify-content:space-between;align-items:center;gap:.8rem}.save-button{background:#fff9;border-radius:999px;padding:.35rem .8rem;border:1px solid rgba(226,232,255,.8);color:#f87171;font-weight:600}.article-card h3{font-size:1.08rem;line-height:1.35}.article-card p{color:var(--text-muted);font-size:.95rem;line-height:1.5}.article-card__author{color:var(--text-muted);font-size:.9rem}.article-card__meta{display:flex;justify-content:space-between;align-items:center;gap:.8rem;margin-top:.1rem}.article-card__meta .author{color:var(--text-muted);font-size:.9rem}.article-card__meta .read-time{color:var(--text-muted);font-size:.9rem;display:inline-flex;align-items:center;gap:.35rem}.article-card .icon-16{width:16px;height:16px}.article-card__footer{display:flex;justify-content:space-between;gap:.8rem;align-items:center;padding-top:.6rem;border-top:1px solid rgba(226,232,255,.8)}.article-card__actions{display:flex;gap:.45rem}.mini-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.28rem .55rem;border-radius:999px;background:#f6f7fb;border:1px solid rgba(226,232,255,.9);font-size:.82rem}.mini-pill.ghost{background:#fff}.mini-pill .icon-16{width:16px;height:16px;object-fit:contain}.article-card__stats{display:flex;gap:.6rem;flex-wrap:nowrap;font-size:.82rem;color:var(--text-muted)}.article-card__stats .stat{white-space:nowrap}.article-card__stats .stat .i{margin-right:.2rem}.article-card__stats .icon-16{width:14px;height:14px;margin-right:.2rem;vertical-align:-2px}.article-card__cta{align-self:flex-start;font-weight:600;color:var(--primary)}.article-card__thumb{position:relative;width:100%;height:200px;background:linear-gradient(135deg,#bfdbfe,#e0f2fe);border-radius:16px;overflow:hidden}.article-card__thumb img{width:100%;height:100%;object-fit:cover}.article-chip{position:absolute;top:10px;left:10px;background:var(--brand-gradient);color:#fff;font-weight:700;padding:.28rem .7rem;border-radius:999px;font-size:.8rem;z-index:2;box-shadow:0 8px 18px #0000001f}.thumb-gradient{position:absolute;inset:0;background:linear-gradient(to top,#00000059,#0000001a 35%,#0000);pointer-events:none}.article-card.related{background:#fff;border-radius:22px;border:1px solid rgba(226,232,255,.8);display:grid;grid-template-columns:96px 1fr;gap:1rem;padding:1rem;box-shadow:0 14px 32px #0f172a14;align-items:center}.article-card.related strong{font-size:1rem;line-height:1.35}.article-card.related .chip{font-size:.78rem}.related-thumb{width:96px;height:96px;border-radius:18px;overflow:hidden;background:linear-gradient(135deg,#bfdbfe,#e0f2fe);display:grid;place-items:center}.related-thumb img{width:100%;height:100%;object-fit:cover}.related-body{display:flex;flex-direction:column;gap:.55rem}.related-meta{display:flex;gap:.8rem;font-size:.82rem;color:var(--text-muted)}.article-pagination{margin-top:2.4rem;display:flex;align-items:center;justify-content:space-between;gap:1.4rem;padding:1.4rem 1.8rem;border-radius:var(--radius-lg);background:#fff;box-shadow:0 18px 40px #0f172a14}.article-pagination .page-dots{display:flex;gap:.6rem;align-items:center}.article-pagination .dot{width:40px;height:40px;border-radius:50%;border:1px solid rgba(226,232,255,.8);background:transparent;color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;text-align:center;padding:0;line-height:1;font-weight:600}.article-pagination .dot.active{background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;border-color:transparent;box-shadow:0 18px 32px #4f46e540}.article-permission-banner{display:flex;justify-content:space-between;gap:1.4rem;align-items:center;padding:1.4rem 1.8rem;border-radius:28px;background:linear-gradient(135deg,#bfdbfe66,#eff6ffd9);box-shadow:0 22px 48px #3b82f62e}.article-permission-banner p{margin-top:.4rem;color:var(--text-muted)}.banner-actions{display:flex;align-items:center;gap:.8rem}.banner-success,.gate-feedback.success{display:inline-block;margin-top:.4rem;color:#15803d;font-size:.88rem;font-weight:500}.banner-error,.gate-feedback.error{display:inline-block;margin-top:.4rem;color:#b91c1c;font-size:.88rem;font-weight:500}.status-pill{display:inline-flex;align-items:center;justify-content:center;padding:.4rem 1.1rem;border-radius:999px;font-weight:600;font-size:.9rem}.status-pill.waiting{background:#fbbf2433;color:#92400e}.article-compose-gate{width:min(640px,92vw);margin:0 auto;min-height:calc(80vh - 120px);display:flex;align-items:center;justify-content:center}.gate-card{background:linear-gradient(135deg,#dbeafea6,#e0e7ffd9);border-radius:34px;padding:3rem;text-align:center;box-shadow:0 26px 58px #4f46e547;display:flex;flex-direction:column;gap:1rem}.gate-card h1{font-size:clamp(1.8rem,2.4vw,2.4rem)}.gate-card p{color:var(--text-muted);line-height:1.6}.article-detail__hero{display:flex;flex-direction:column;gap:1rem;padding-top:1rem}.article-detail__labels{display:flex;gap:.6rem;flex-wrap:wrap}.chip.filled{background:linear-gradient(135deg,#2563eb,#22d3ee);color:#fff}.article-detail__hero h1{font-size:clamp(2.2rem,2.8vw,3rem);line-height:1.12}.article-detail__meta{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:center}.article-detail__meta .meta-share{margin-left:auto;display:inline-flex;align-items:center;gap:.4rem;flex-wrap:wrap}.social-pill.small{width:36px;height:36px;font-size:.85rem}.pill.small{padding:.35rem .8rem;font-size:.88rem}.detail-stat{background:#f1f5ffe6;border-radius:14px;padding:.55rem 1rem;display:flex;flex-direction:column;font-size:.9rem}.article-detail__layout{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(0,.9fr);gap:2.4rem}.article-detail__content{display:flex;flex-direction:column;gap:1.8rem}.article-hero-visual{background:linear-gradient(140deg,#2563ebd9,#ec4899bf);border-radius:34px;padding:2.6rem;display:grid;place-items:center;box-shadow:0 30px 60px #4f46e540}.article-hero-visual img{width:100%;max-width:560px;object-fit:contain;filter:drop-shadow(0 24px 36px rgba(15,23,42,.35))}.share-inline,.aside-card{background:#fff;border-radius:26px;padding:1.8rem 2rem;box-shadow:0 20px 48px #0f172a14;display:flex;flex-direction:column;gap:.9rem}.share-inline__actions,.share-pill-row{display:flex;gap:.6rem;flex-wrap:wrap}.social-pill{width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb1a,#2563eb40);color:var(--primary);font-weight:700}.article-highlight{background:linear-gradient(135deg,#60a5fa2e,#c7d2fe59);border-radius:24px;padding:1.6rem;font-weight:560;line-height:1.55}.article-detail__body{display:grid;gap:1.1rem;font-size:1.02rem;line-height:1.65;color:#1f2937}.article-related-products__grid{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:1rem;isolation:isolate}.article-related-products__grid .product-card--rail{padding:.5rem;gap:.35rem;min-height:126px;position:relative;z-index:0;border:1px solid rgba(226,232,255,.9);border-radius:16px;box-shadow:0 8px 18px #0f172a0f}.article-related-products__grid .product-card--rail:hover{z-index:2;box-shadow:0 12px 26px #0f172a14}.article-related-products__grid .product-card--rail .product-card__media .image-frame{padding:.25rem;border-radius:12px;aspect-ratio:16 / 9}.article-related-products__grid .product-card--rail .product-card__media .image-frame img{max-height:80%}.article-related-products__grid .product-card--rail .product-card__body{gap:.4rem}.article-related-products__grid .product-card--rail .product-card__body h3{font-size:.7rem}.article-related-products__grid .product-card--rail .product-card__brand{font-size:.6rem}.article-related-products__grid .product-card--rail .product-card__price-row{gap:.4rem}.article-related-products__grid .product-card--rail .product-card__price{font-size:.78rem}.article-related-products__grid .product-card--rail .product-card__price--strike{font-size:.7rem}.article-related-products__grid .product-card--rail .product-card__meta{font-size:.68rem}.article-related-products__grid .product-card--rail .product-card__rating img,.article-related-products__grid .product-card--rail .product-card__comments img{width:24px;height:24px}.article-related-products__grid .product-card--rail .product-card__footnote{font-size:.72rem}.article-related-products__grid .product-card--rail .spec-badge{font-size:.65rem;padding:.2rem .45rem}.article-related-products__grid .product-card--rail .spec-value{font-size:.78rem}.article-related-products__grid .product-card--rail .spec-value--lg{font-size:.84rem}.article-related-products__grid .product-card--rail .spec-line{gap:.6rem}.article-share-section{background:#fff;border-radius:22px;padding:1.4rem;box-shadow:0 14px 36px #0f172a14;display:grid;gap:.8rem}.article-related__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.2rem}.author-follow>h2{font-size:1.4rem}.author-card{background:linear-gradient(120deg,#fcd34d33,#fbbf240d);border-radius:38px;padding:2rem 2.4rem;display:flex;flex-direction:column;gap:1.2rem;box-shadow:0 22px 52px #f59e0b2e}.author-card__info{display:flex;gap:1.2rem;align-items:center}.author-card__socials{display:flex;flex-wrap:wrap;gap:.8rem}.hint{color:var(--text-muted);font-size:.9rem}.article-comments{background:#fff;border-radius:32px;padding:2.2rem;box-shadow:0 20px 48px #0f172a14;display:flex;flex-direction:column;gap:1.4rem}.comment-tabs{display:flex;gap:.8rem}.comment-tabs button{border-radius:999px;padding-inline:1.6rem}.comment-tabs .active{background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff}.comment-item{display:grid;grid-template-columns:54px 1fr;gap:1.1rem;padding:1.2rem 0;border-bottom:1px solid rgba(226,232,255,.8)}.comment-item:last-child{border-bottom:none}.comment-actions{display:flex;gap:1.2rem;color:var(--text-muted);font-size:.9rem}.comment-cta{display:flex;justify-content:center}.comment-cta button{border-radius:999px;background:#e2e8ffb3;color:var(--text-muted);padding-inline:2.6rem}.article-detail__aside{display:flex;flex-direction:column;gap:1.6rem}.shop-card{background:linear-gradient(135deg,#3b82f626,#38bdf82e);color:#1d4ed8}.product-stack .sidebar-products{display:grid;gap:1rem}@media (max-width: 1100px){.article-spotlight{grid-template-columns:1fr}.article-card-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.article-related-products__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.article-detail__layout{grid-template-columns:1fr}.article-detail__aside{flex-direction:row;flex-wrap:wrap}.article-detail__aside .aside-card{flex:1 1 280px}}@media (max-width: 640px){.article-index__actions{align-items:flex-start}.article-pagination{flex-direction:column}.article-card__thumb{height:160px}.article-card{padding:1.4rem}.article-comments{padding:1.6rem}.comment-item{grid-template-columns:42px 1fr}}.icon-16{width:16px;height:16px;object-fit:contain}.bg-blob{position:fixed;border-radius:50%;filter:blur(70px);opacity:.8;z-index:0;pointer-events:none}.bg-blob-1{width:400px;height:400px;background:radial-gradient(circle,#a1d9fce3,#87cefa00);top:750px;left:20px}.bg-blob-2{width:450px;height:450px;background:radial-gradient(circle,#ffb6c18f,#ffb6c100);top:100px;right:-50px}.bg-blob-3{width:450px;height:450px;background:radial-gradient(circle,plum,#dda0dd00);top:35%;left:-150px}.bg-blob-4{width:400px;height:400px;background:radial-gradient(circle,#d8bfd8,#d8bfd800);top:40%;right:-80px}.bg-blob-5{width:500px;height:500px;background:radial-gradient(circle,#deffff,#afeeee00);bottom:20%;left:-180px}.bg-blob-6{width:420px;height:420px;background:radial-gradient(circle,#ffffb4,#ffffb400);opacity:.45;bottom:15%;right:10%}.bg-blob-7{width:480px;height:480px;background:radial-gradient(circle,#d6f7e8,#b4ffdc00);bottom:-100px;right:-120px}.bg-blob-8{width:350px;height:350px;background:radial-gradient(circle,#ffdae0,#ffdae000);top:50%;left:40%}.bg-blob-9{width:100px;height:100px;background:radial-gradient(circle,#ffcbb4,#ffccb300);top:80%;left:40%;filter:blur(90px)}.product-card__rating img{width:16px;height:16px;object-fit:contain}.product-card__rating strong{color:#facc15;font-weight:600;font-size:.9rem}.product-card__comments img{width:16px;height:16px;object-fit:contain}.product-card__specs{flex:1;min-height:80px;display:flex;flex-direction:column;justify-content:flex-start;gap:.4rem}.spec-row{display:flex;gap:.6rem;flex-wrap:wrap}.spec-line{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.spec-badge{padding:.2rem .4rem;border-radius:6px;font-size:.65rem;font-weight:700;color:#3f3d9d;background:linear-gradient(135deg,#dce3ff,#c6b8ff);flex-shrink:0;white-space:nowrap}.spec-value{font-size:.75rem;font-weight:500;color:#4b5563;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.2;max-width:150px}à¸« .landing-rail .rail-track{display:flex;gap:1rem;overflow-x:auto;scroll-behavior:smooth;padding:.5rem 0;scroll-snap-type:x mandatory}.landing-rail .rail-track>*{flex:0 0 280px;scroll-snap-align:start;min-width:280px;max-width:280px}.landing-rail .rail-card{flex:0 0 280px;min-width:280px;max-width:280px;scroll-snap-align:start}.landing-rail .rail-track{display:flex;gap:1rem;overflow-x:auto;scroll-behavior:smooth;padding:.5rem 0;scroll-snap-type:x mandatory}.landing-categories{padding:1.5rem 0}.product-card{background:#fff;border:1px solid #edf1fb;border-radius:18px;padding:1rem;display:flex;flex-direction:column;gap:.8rem;box-shadow:0 4px 12px #0f172a14;transition:all .2s ease;width:280px;flex-shrink:0;scroll-snap-align:start}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0f172a26}.product-card__media{display:block;position:relative}.product-card__wishlist{position:absolute;top:.75rem;right:.75rem;width:32px;height:32px;border-radius:50%;background:#fffffff2;border:1px solid #e2e6f0;display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer;flex-shrink:0;z-index:2;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}.product-card__wishlist:hover{transform:scale(1.1);background:#fff;box-shadow:0 4px 12px #00000026}.product-card__wishlist img{width:18px;height:18px}.image-frame{border-radius:12px;background:#f8faff;border:1px solid #e4e9f7;padding:1rem;display:grid;place-items:center;min-height:180px;overflow:hidden}.image-frame img{width:100%;height:auto;max-height:180px;object-fit:contain}.product-card__body{display:flex;flex-direction:column;gap:.6rem;flex:1}.product-card__body h3{font-size:.9rem;line-height:1.3;margin:0;min-height:2.6rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:700}.product-card__body h3 a{color:inherit;text-decoration:none}.product-card__body h3 a:hover{color:var(--primary)}.product-card__price-row{display:flex;align-items:center;gap:.8rem;flex-wrap:nowrap}.product-card__price{font-size:1.1rem;font-weight:700;color:#dc2626}.product-card__rating{display:flex;align-items:center;gap:.25rem;color:var(--text-muted);font-size:.85rem;margin-left:auto}.product-card__rating img{width:16px;height:16px}.product-card__rating strong{color:var(--text-main);font-weight:600;font-size:.9rem}.product-card__comments{display:flex;align-items:center;gap:.25rem;color:var(--text-muted);font-size:.85rem}.product-card__comments img{width:16px;height:16px}.product-card__specs{display:flex;flex-direction:column;gap:.5rem}.spec-row{display:flex;gap:.8rem;flex-wrap:wrap}.spec-line{display:flex;align-items:center;gap:.6rem}.spec-badge{padding:.25rem .5rem;border-radius:8px;font-size:.7rem;font-weight:700;color:#3f3d9d;background:linear-gradient(135deg,#dce3ff,#c6b8ff);flex-shrink:0}.spec-value{font-size:.8rem;font-weight:500;color:#4b5563;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.landing-rail .rail-shell{position:relative;padding:1.5rem 2.4rem;border-radius:0}.landing-rail .rail-track::-webkit-scrollbar{height:8px}.landing-rail .rail-track::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.landing-rail .rail-track::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.landing-rail .rail-track::-webkit-scrollbar-thumb:hover{background:#94a3b8}.landing-rail .rail-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid #e4e9ff;background:#fff;box-shadow:0 18px 40px #0f172a26;display:grid;place-items:center;padding:0;z-index:5;cursor:pointer;transition:all .2s ease}.landing-rail .rail-arrow:hover{background:#f1f4fe;border-color:var(--primary);box-shadow:0 8px 20px #2563eb26}.landing-rail .rail-arrow--left{left:0}.landing-rail .rail-arrow--right{right:0}.landing-rail .rail-arrow img{width:24px;height:24px}.landing-categories{padding:2rem 2.4rem}.landing-categories .category-pills{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-top:1.2rem}.category-pill{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:.25rem .25rem .5rem;border-radius:0;border:none;background:transparent;font-weight:700;transition:transform .15s ease;color:var(--text-main);text-align:center}.category-pill:hover{transform:translateY(-2px)}.category-pill__icon{width:120px;height:120px;border-radius:22px;display:grid;place-items:center;background:linear-gradient(180deg,#eaf0ff,#fff);box-shadow:0 14px 30px #0f172a1a}.landing-categories .category-pills .category-pill:nth-child(1) .category-pill__icon{background:linear-gradient(180deg,#b1c8f9,#dbc1f0)}.landing-categories .category-pills .category-pill:nth-child(2) .category-pill__icon{background:linear-gradient(180deg,#b8f2ce,#ebefb4)}.landing-categories .category-pills .category-pill:nth-child(3) .category-pill__icon{background:linear-gradient(180deg,#b3f1f3,#c8eed5)}.landing-categories .category-pills .category-pill:nth-child(4) .category-pill__icon{background:linear-gradient(180deg,#b5f1f1,#dae4ff)}.landing-categories .category-pills .category-pill:nth-child(5) .category-pill__icon{background:linear-gradient(180deg,#fbd7af,#fcc5be)}.landing-categories .category-pills .category-pill:nth-child(6) .category-pill__icon{background:linear-gradient(180deg,#fcc7bc,#d6c2ff)}.landing-categories .category-pills .category-pill:nth-child(7) .category-pill__icon{background:linear-gradient(180deg,#e2c3fb,#ffe693)}.category-pill__icon img{width:100px;height:100px;object-fit:contain}.category-pill__label{font-size:.95rem;line-height:1.3}@media (max-width: 768px){.landing-categories{padding:1.5rem}.landing-categories .category-pills{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.8rem}.category-pill__icon{width:80px;height:80px}.category-pill__icon img{width:60px;height:60px}.landing-rail .rail-shell{padding:0}.landing-rail .rail-arrow{display:none}}
