:root{--color-primary:#5c2d91;--color-primary-dark:#45216f;--color-primary-medium:#6c429c;--color-primary-soft:#7d57a7;--color-purple-light:#ded5e9;--color-purple-xlight:#eeeaf4;--color-promo:#de2a56;--color-promo-accent:#ff418c;--color-success:#008000;--color-warning:#f58221;--color-error:#d32f2f;--color-info:#0064b5;--color-bg:#f3f3f3;--color-surface:#ffffff;--color-text:#0a0a0a;--color-text-secondary:#666666;--color-border:#d9d9d9;--color-border-soft:#e3dfe9;--radius-card:10px;--radius-lg:14px;--shadow-card:0 1px 2px rgba(10,10,10,0.04);--shadow-hover:0 4px 14px rgba(92,45,145,0.12);--font-stack:"Inter","Roboto",Arial,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:var(--font-stack);background:var(--color-bg);color:var(--color-text);font-size:14px;line-height:1.5}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}img{max-width:100%}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.container{max-width:1440px;margin:0 auto;padding:0 32px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:8px;font-size:14px;font-weight:600;padding:10px 20px;transition:background .15s,box-shadow .15s}.btn,.btn:hover{text-decoration:none}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-dark)}.btn-secondary{background:var(--color-primary-medium);color:#fff}.btn-secondary:hover{background:var(--color-primary-dark)}.btn-outline{background:transparent;color:var(--color-primary);border:1.5px solid var(--color-primary)}.btn-outline:hover{background:var(--color-purple-xlight)}.btn-ghost{background:transparent;color:var(--color-text-secondary)}.btn-ghost:hover{background:var(--color-purple-xlight);color:var(--color-primary)}.btn-danger{background:var(--color-error);color:#fff}.btn-lg{padding:14px 28px;font-size:15px;font-weight:700}.btn-sm{padding:6px 12px;font-size:13px}.btn:disabled{background:var(--color-border);color:var(--color-text-secondary);cursor:not-allowed}.btn-block{width:100%}.announcement{background:var(--color-primary-dark);color:#fff;font-size:12px;padding:7px 0}.announcement .container{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.store-header{background:var(--color-surface);border-bottom:1px solid var(--color-border);position:-webkit-sticky;position:sticky;top:0;z-index:50}.header-main{display:flex;align-items:center;gap:28px;padding:16px 0}.logo{font-size:24px;font-weight:800;color:var(--color-primary);letter-spacing:-.5px;white-space:nowrap}.logo span{color:var(--color-promo)}.search-bar{flex:1 1;display:flex;max-width:560px}.search-bar input{flex:1 1;border:1.5px solid var(--color-border);border-right:none;border-radius:8px 0 0 8px;padding:10px 14px;font-size:14px;font-family:inherit}.search-bar input:focus{outline:none;border-color:var(--color-primary)}.search-bar button{background:var(--color-primary);color:#fff;border:none;border-radius:0 8px 8px 0;padding:0 18px;font-size:16px}.header-actions{display:flex;gap:22px;margin-left:auto}.header-action{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:12px;color:var(--color-text);position:relative}.header-action:hover{color:var(--color-primary);text-decoration:none}.header-action .icon{font-size:20px}.cart-badge{position:absolute;top:-4px;right:-10px;background:var(--color-promo);color:#fff;border-radius:999px;font-size:11px;font-weight:700;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;padding:0 4px}.category-nav{background:var(--color-primary)}.category-nav ul{display:flex;list-style:none;gap:4px;overflow-x:auto}.category-nav a{display:block;color:#fff;font-size:13.5px;font-weight:500;padding:11px 14px;white-space:nowrap}.category-nav a.active,.category-nav a:hover{background:var(--color-primary-dark);text-decoration:none}.store-footer{background:var(--color-primary-dark);color:#fff;margin-top:56px;padding:48px 0 24px}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px}.footer-grid h3{font-size:15px;font-weight:700;margin-bottom:14px}.footer-grid ul{list-style:none}.footer-grid li{margin-bottom:9px}.footer-grid a,.footer-grid p{color:rgba(255,255,255,.78);font-size:13px}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:36px;padding-top:20px;font-size:12px;color:rgba(255,255,255,.6);text-align:center}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.product-card{background:var(--color-surface);border:1px solid var(--color-border-soft);border-radius:var(--radius-card);box-shadow:var(--shadow-card);padding:16px;display:flex;flex-direction:column;position:relative;transition:box-shadow .15s,transform .15s}.product-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.product-card.featured{border:1.5px solid var(--color-primary-soft)}.product-card .card-image{height:160px;background:var(--color-purple-xlight);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:56px;margin-bottom:12px;overflow:hidden}.product-card .card-image img{width:100%;height:100%;object-fit:cover}.product-card.out .card-image{filter:grayscale(1);opacity:.6}.card-badges{position:absolute;top:24px;left:24px;display:flex;flex-direction:column;gap:6px}.badge{font-size:11px;font-weight:700;border-radius:4px;padding:3px 8px;color:#fff;width:-moz-fit-content;width:fit-content}.badge-discount{background:var(--color-promo)}.badge-featured{background:var(--color-primary-soft)}.badge-new{background:var(--color-info)}.card-brand{font-size:12px;font-weight:600;color:var(--color-primary-soft);text-transform:uppercase;letter-spacing:.4px}.card-name{font-size:15px;font-weight:600;color:var(--color-text);margin:4px 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:42px}a.card-name:hover{color:var(--color-primary);text-decoration:none}.card-specs{font-size:12px;color:var(--color-text-secondary);margin-bottom:8px}.stars{color:#f5a623;font-size:13px;letter-spacing:1px}.rating-row{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--color-text-secondary);margin-bottom:10px}.price-row{display:flex;align-items:baseline;gap:8px;margin-bottom:6px}.price{font-size:20px;font-weight:800;color:var(--color-text)}.old-price{font-size:13px;color:var(--color-text-secondary);text-decoration:line-through}.stock-line{font-size:12.5px;font-weight:600;margin-bottom:12px;display:flex;align-items:center;gap:5px}.stock-in{color:var(--color-success)}.stock-low{color:var(--color-warning)}.stock-out{color:var(--color-error)}.product-card .btn{margin-top:auto}.status-badge{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;border-radius:999px;padding:4px 12px;white-space:nowrap}.page-title{font-size:32px;font-weight:700;margin-bottom:8px}.section-heading{font-size:24px;font-weight:700;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between}.section-heading a{font-size:14px;font-weight:600}.section{margin-top:44px}.hero-row{display:grid;grid-template-columns:240px 1fr 300px;grid-gap:20px;gap:20px;margin-top:24px}.home-cat-sidebar{background:var(--color-surface);border:1px solid var(--color-border-soft);border-radius:var(--radius-card);padding:8px 0}.home-cat-sidebar a{display:flex;align-items:center;gap:10px;padding:10px 16px;color:var(--color-text);font-size:13.5px}.home-cat-sidebar a:hover{background:var(--color-purple-xlight);color:var(--color-primary);text-decoration:none}.hero-banner{background:linear-gradient(120deg,var(--color-primary-dark),var(--color-primary) 60%,var(--color-primary-medium));border-radius:var(--radius-lg);color:#fff;padding:48px 40px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.hero-banner h1{font-size:38px;font-weight:800;line-height:1.15;margin-bottom:12px}.hero-banner p{font-size:15px;color:var(--color-purple-light);margin-bottom:24px;max-width:420px}.promo-stack{display:flex;flex-direction:column;gap:20px}.promo-card{flex:1 1;border-radius:var(--radius-card);padding:22px;color:#fff;display:flex;flex-direction:column;justify-content:center}.promo-card.pink{background:linear-gradient(135deg,var(--color-promo),var(--color-promo-accent))}.promo-card.purple{background:var(--color-primary-medium)}.promo-card h3{font-size:18px;font-weight:700;margin-bottom:4px}.promo-card p{font-size:13px;opacity:.9;margin-bottom:12px}.promo-card a{color:#fff;font-weight:700;font-size:13px;text-decoration:underline}.category-tiles{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:16px;gap:16px}.category-tile{background:var(--color-surface);border:1px solid var(--color-border-soft);border-radius:var(--radius-card);padding:22px 12px;text-align:center;color:var(--color-text);transition:box-shadow .15s}.category-tile:hover{box-shadow:var(--shadow-hover);text-decoration:none;color:var(--color-primary)}.category-tile .icon{font-size:36px;display:block;margin-bottom:10px}.category-tile .name{font-weight:600;font-size:13.5px}.category-tile .count{font-size:12px;color:var(--color-text-secondary)}.wide-banner{background:linear-gradient(100deg,#1a1030,var(--color-primary-dark) 55%,var(--color-primary-medium));border-radius:var(--radius-lg);color:#fff;padding:40px 48px;display:flex;align-items:center;justify-content:space-between;gap:24px}.wide-banner h2{font-size:28px;font-weight:800;margin-bottom:6px}.wide-banner p{color:var(--color-purple-light);font-size:14px}.brand-row{display:grid;grid-template-columns:repeat(10,1fr);grid-gap:12px;gap:12px}.brand-chip{background:var(--color-surface);border:1px solid var(--color-border-soft);border-radius:8px;padding:16px 6px;text-align:center;font-weight:700;font-size:13px;color:var(--color-text-secondary)}.brand-chip:hover{color:var(--color-primary);border-color:var(--color-primary-soft)}.benefits-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.benefit{background:var(--color-purple-xlight);border-radius:var(--radius-card);padding:20px;display:flex;gap:14px;align-items:flex-start}.benefit .icon{font-size:26px}.benefit h4{font-size:14px;font-weight:700;margin-bottom:2px}.benefit p{font-size:12.5px}.benefit p,.breadcrumb{color:var(--color-text-secondary)}.breadcrumb{font-size:13px;padding:18px 0 4px}.breadcrumb a{color:var(--color-text-secondary)}.breadcrumb a:hover{color:var(--color-primary)}.breadcrumb .sep{margin:0 7px}.breadcrumb .current{color:var(--color-text);font-weight:600}.catalog-layout{display:grid;grid-template-columns:260px 1fr;grid-gap:24px;gap:24px;margin-top:16px;align-items:start}.filter-sidebar{background:var(--color-surface);border:1px solid var(--color-border-soft);border-radius:var(--radius-card);padding:20px}.filter-group{border-bottom:1px solid var(--color-border-soft);padding:14px 0}.filter-group:first-child{padding-top:0}.filter-group:last-child{border-bottom:none;padding-bottom:0}.filter-group h4{font-size:13.5px;font-weight:700;margin-bottom:10px}.filter-option{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--color-text);margin-bottom:7px;cursor:pointer}.filter-option input{accent-color:var(--color-primary);width:15px;height:15px}.filter-option .count{color:var(--color-text-secondary);font-size:12px;margin-left:auto}.filter-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.chip{background:var(--color-purple-light);color:var(--color-primary-dark);border:none;border-radius:999px;font-size:12px;font-weight:600;padding:5px 12px;display:inline-flex;align-items:center;gap:6px}.results-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;gap:16px;flex-wrap:wrap}.results-count{font-size:14px;color:var(--color-text-secondary)}.results-count strong{color:var(--color-text)}.sort-select{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--color-text-secondary)}input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],select,textarea{font-family:inherit;font-size:14px;border:1.5px solid var(--color-border);border-radius:8px;padding:9px 12px;background:var(--color-surface);color:var(--color-text)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--color-primary)}.no-results{background:var(--color-surface);border:1px solid var(--color-border-soft);border-radius:var(--radius-card);text-align:center;padding:72px 24px}.no-results .icon{font-size:48px;margin-bottom:12px}.no-results h3{font-size:20px;margin-bottom:6px}.no-results p{color:var(--color-text-secondary);margin-bottom:20px}.pagination{display:flex;justify-content:center;gap:6px;margin-top:32px}.pagination button{min-width:36px;height:36px;border:1px solid var(--color-border);background:var(--color-surface);border-radius:8px;font-size:13.5px;font-weight:600;color:var(--color-text);padding:0 10px}.pagination button:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary)}.pagination button.active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.pagination button:disabled{opacity:.45;cursor:not-allowed}.pdp-layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:36px;gap:36px;background:var(--color-surface);border:1px solid var(--color-border-soft);border-radius:var(--radius-lg);padding:32px;margin-top:16px}.pdp-gallery .main-image{background:var(--color-purple-xlight);border-radius:var(--radius-card);height:420px;display:flex;align-items:center;justify-content:center;font-size:130px;overflow:hidden}.pdp-gallery .main-image img{width:100%;height:100%;object-fit:cover}.pdp-thumbs button{overflow:hidden;padding:0}.pdp-thumbs button img{width:100%;height:100%;object-fit:cover}.pdp-thumbs{display:flex;gap:10px;margin-top:12px}.pdp-thumbs button{width:72px;height:72px;border-radius:8px;border:1.5px solid var(--color-border);background:var(--color-purple-xlight);font-size:28px}.pdp-thumbs button.active{border-color:var(--color-primary)}.pdp-info .brand-sku{display:flex;justify-content:space-between;font-size:12.5px;color:var(--color-text-secondary);margin-bottom:6px}.pdp-info .brand-sku .brand{color:var(--color-primary-soft);font-weight:700;text-transform:uppercase}.pdp-info h1{font-size:26px;font-weight:700;line-height:1.25;margin-bottom:10px}.pdp-price-block{background:var(--color-purple-xlight);border-radius:var(--radius-card);padding:18px;margin:16px 0}.pdp-price{font-size:34px;font-weight:800}.pdp-actions{display:flex;gap:12px;margin:18px 0;flex-wrap:wrap}.delivery-box{border:1px solid var(--color-border-soft);border-radius:var(--radius-card);padding:16px;display:flex;flex-direction:column;gap:10px;font-size:13px}.delivery-box .row{display:flex;gap:10px;align-items:center}.pdp-tabs{margin-top:28px;background:var(--color-surface);border:1px solid var(--color-border-soft);border-radius:var(--radius-lg);overflow:hidden}.tab-list{display:flex;border-bottom:1px solid var(--color-border-soft)}.tab-list button{background:none;padding:15px 24px;font-size:14px;font-weight:600;color:var(--color-text-secondary);border:none;border-bottom:3px solid transparent}.tab-list button.active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.tab-panel{padding:26px}.tab-panel ul{padding-left:20px;display:flex;flex-direction:column;gap:8px}.spec-table{width:100%;border-collapse:collapse}.spec-table td,.spec-table th{text-align:left;padding:11px 14px;font-size:13.5px;border-bottom:1px solid var(--color-border-soft)}.spec-table th{width:220px;color:var(--color-text-secondary);font-weight:600;background:var(--color-purple-xlight)}.qty-selector{display:inline-flex;align-items:center;border:1.5px solid var(--color-border);border-radius:8px;overflow:hidden}.qty-selector button{width:36px;height:38px;border:none;background:var(--color-surface);font-size:17px;color:var(--color-text)}.qty-selector button:hover:not(:disabled){background:var(--color-purple-xlight);color:var(--color-primary)}.qty-selector button:disabled{color:var(--color-border);cursor:not-allowed}.qty-selector .value{min-width:42px;text-align:center;font-weight:700;font-size:14px}.cart-layout{display:grid;grid-template-columns:1fr 360px;grid-gap:24px;gap:24px;margin-top:20px;align-items:start}.cart-list{background:var(--color-surface);border:1px solid var(--color-border-soft);border-radius:var(--radius-card)}.cart-item{display:grid;grid-template-columns:90px 1fr auto auto;grid-gap:18px;gap:18px;align-items:center;padding:20px;border-bottom:1px solid var(--color-border-soft)}.cart-item:last-child{border-bottom:none}.cart-item .thumb{width:90px;height:90px;background:var(--color-purple-xlight);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:38px}.cart-item .name{font-weight:600;font-size:14.5px}.cart-item .meta{font-size:12.5px;color:var(--color-text-secondary);margin:3px 0}.cart-item .remove{background:none;border:none;color:var(--color-error);font-size:12.5px;font-weight:600;padding:0;margin-top:6px}.cart-item .line-total{font-size:17px;font-weight:800;min-width:90px;text-align:right}.summary-card{background:var(--color-surface);border:1px solid var(--color-border-soft);border-radius:var(--radius-card);padding:22px;position:-webkit-sticky;position:sticky;top:140px}.summary-card h3{font-size:17px;font-weight:700;margin-bottom:16px}.summary-row{display:flex;justify-content:space-between;font-size:14px;margin-bottom:10px}.summary-row.discount{color:var(--color-promo);font-weight:600}.summary-total{display:flex;justify-content:space-between;font-size:18px;font-weight:800;border-top:1px solid var(--color-border-soft);padding-top:14px;margin:12px 0 18px}.coupon-row{display:flex;gap:8px;margin-bottom:16px}.coupon-row input{flex:1 1;min-width:0}.coupon-msg{font-size:12.5px;margin-top:-8px;margin-bottom:12px}.coupon-msg.ok{color:var(--color-success)}.coupon-msg.err{color:var(--color-error)}.checkout-section{background:var(--color-surface);border:1px solid var(--color-border-soft);border-radius:var(--radius-card);padding:24px;margin-bottom:20px}.checkout-section h2{font-size:17px;display:flex;gap:10px;margin-bottom:18px}.checkout-section h2,.step-num{font-weight:700;align-items:center}.step-num{background:var(--color-primary);color:#fff;width:26px;height:26px;border-radius:999px;display:inline-flex;justify-content:center;font-size:13px;flex-shrink:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.form-field{display:flex;flex-direction:column;gap:5px}.form-field.full{grid-column:1/-1}.form-field label{font-size:13px;font-weight:600}.form-field .error-text{color:var(--color-error);font-size:12px}.radio-card{display:flex;align-items:flex-start;gap:12px;border:1.5px solid var(--color-border);border-radius:var(--radius-card);padding:14px 16px;cursor:pointer;margin-bottom:10px}.radio-card input{accent-color:var(--color-primary);margin-top:3px}.radio-card.selected{border-color:var(--color-primary);background:var(--color-purple-xlight)}.radio-card .title{font-weight:700;font-size:14px}.radio-card .desc{font-size:12.5px;color:var(--color-text-secondary)}.radio-card .price{margin-left:auto;font-weight:700;font-size:14px}.qr-overlay{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(15,23,42,.55)}.qr-modal{width:100%;max-width:340px;background:var(--color-surface);border-radius:var(--radius-lg);padding:0 24px 22px;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.25);overflow:hidden}.khqr-header{margin:0 -24px 16px;padding:12px;background:#e1232b;color:#fff;font-weight:800;letter-spacing:1px;font-size:18px}.qr-merchant{font-weight:700;font-size:15px;margin:0}.qr-amount{font-weight:800;font-size:22px;margin:2px 0 14px}.qr-image{width:240px;height:240px;border:1px solid var(--color-border-soft);border-radius:var(--radius-md)}.qr-hint{margin:12px 0 16px}.qr-hint,.qr-simulate{font-size:12.5px;color:var(--color-text-secondary)}.qr-simulate{width:100%;margin-top:8px;padding:8px;background:transparent;border:1px dashed var(--color-border);border-radius:var(--radius-sm);cursor:pointer}.qr-simulate:disabled{opacity:.5;cursor:default}.qr-msg{font-size:12.5px;margin:12px 0 0}.qr-cancel,.qr-msg{color:var(--color-text-secondary)}.qr-cancel{margin-top:12px;background:none;border:none;font-size:13px;cursor:pointer;text-decoration:underline}.confirm-card{background:var(--color-surface);border:1px solid var(--color-border-soft);border-radius:var(--radius-lg);max-width:680px;margin:48px auto;padding:48px;text-align:center}.confirm-check{width:72px;height:72px;border-radius:999px;background:#e5f3e5;color:var(--color-success);font-size:36px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.confirm-card h1{font-size:26px;font-weight:800;margin-bottom:6px}.confirm-card .sub{color:var(--color-text-secondary);margin-bottom:28px}.confirm-details{text-align:left;background:var(--color-purple-xlight);border-radius:var(--radius-card);padding:20px;margin-bottom:24px}.confirm-details .row{display:flex;justify-content:space-between;font-size:13.5px;padding:6px 0}.confirm-details .row .label{color:var(--color-text-secondary)}.confirm-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.auth-layout{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 200px);background:var(--color-surface);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--color-border-soft);margin:32px 0}.auth-brand{background:linear-gradient(155deg,var(--color-primary-dark),var(--color-primary));color:#fff;padding:56px 48px;display:flex;flex-direction:column;justify-content:center}.auth-brand h1{font-size:34px;font-weight:800;line-height:1.2;margin-bottom:14px}.auth-brand p{color:var(--color-purple-light);margin-bottom:28px}.auth-brand ul{list-style:none;display:flex;flex-direction:column;gap:14px}.auth-brand li{display:flex;gap:10px;font-size:14px}.auth-form{padding:56px 64px}.auth-tabs{display:flex;border-bottom:1px solid var(--color-border);margin-bottom:28px}.auth-tabs button{background:none;padding:12px 22px;font-size:15px;font-weight:700;color:var(--color-text-secondary);border:none;border-bottom:3px solid transparent}.auth-tabs button.active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.checkbox-row{display:flex;align-items:flex-start;gap:8px;font-size:13px;margin:4px 0 8px}.checkbox-row input{accent-color:var(--color-primary);margin-top:3px}.account-layout{display:grid;grid-template-columns:280px 1fr;grid-gap:24px;gap:24px;margin-top:20px;align-items:start}.account-nav{background:var(--color-surface);border:1px solid var(--color-border-soft);border-radius:var(--radius-card);overflow:hidden}.account-profile{padding:24px 20px;border-bottom:1px solid var(--color-border-soft);gap:14px}.account-profile,.avatar{display:flex;align-items:center}.avatar{width:52px;height:52px;border-radius:999px;background:var(--color-primary);color:#fff;font-weight:700;font-size:18px;justify-content:center;flex-shrink:0}.account-nav nav button{display:flex;width:100%;align-items:center;gap:10px;background:none;border:none;padding:13px 20px;font-size:14px;color:var(--color-text);text-align:left}.account-nav nav button:hover{background:var(--color-purple-xlight)}.account-nav nav button.active{background:var(--color-purple-light);color:var(--color-primary-dark);font-weight:700}.stat-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-bottom:24px}.stat-card{background:var(--color-surface);border:1px solid var(--color-border-soft);border-radius:var(--radius-card);padding:20px}.stat-card .label{font-size:13px;color:var(--color-text-secondary)}.stat-card .value{font-size:28px;font-weight:800;margin-top:4px}.data-table-wrap{background:var(--color-surface);border:1px solid var(--color-border-soft);border-radius:var(--radius-card);overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:13.5px}.data-table th{text-align:left;padding:13px 16px;background:var(--color-purple-xlight);color:var(--color-text-secondary);font-weight:700;font-size:12.5px;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}.data-table td{padding:13px 16px;border-top:1px solid var(--color-border-soft);vertical-align:middle}.data-table tr:hover td{background:#faf9fc}.table-thumb{width:44px;height:44px;border-radius:8px;background:var(--color-purple-xlight);display:flex;align-items:center;justify-content:center;font-size:20px}.admin-shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.admin-sidebar{background:var(--color-primary-dark);color:#fff;padding:24px 0;position:-webkit-sticky;position:sticky;top:0;height:100vh;display:flex;flex-direction:column}.admin-sidebar .logo{color:#fff;padding:0 22px 22px;border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:14px;display:block}.admin-sidebar .logo span{color:var(--color-promo-accent)}.admin-sidebar nav{flex:1 1}.admin-sidebar nav a{display:flex;align-items:center;gap:11px;color:rgba(255,255,255,.82);font-size:14px;padding:12px 22px}.admin-sidebar nav a:hover{background:rgba(255,255,255,.07);color:#fff;text-decoration:none}.admin-sidebar nav a.active{background:var(--color-primary);color:#fff;font-weight:600;border-right:3px solid var(--color-promo-accent)}.admin-sidebar .logout{color:rgba(255,255,255,.7);padding:12px 22px;font-size:14px;display:flex;gap:11px}.admin-main{background:var(--color-bg);padding:0 28px 40px;min-width:0}.admin-topbar{display:flex;align-items:center;justify-content:space-between;padding:18px 0;margin-bottom:8px;gap:16px;flex-wrap:wrap}.admin-topbar h1{font-size:24px;font-weight:700}.admin-user{display:flex;align-items:center;gap:10px;font-size:13.5px}.metric-cards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin-bottom:24px}.metric-card{background:var(--color-surface);border:1px solid var(--color-border-soft);border-radius:var(--radius-card);padding:20px}.metric-card .label{font-size:13px;color:var(--color-text-secondary);display:flex;justify-content:space-between}.metric-card .value{font-size:26px;font-weight:800;margin:6px 0 4px}.metric-card .delta{font-size:12.5px;font-weight:600}.delta.up{color:var(--color-success)}.delta.down{color:var(--color-error)}.admin-panels{display:grid;grid-template-columns:2fr 1fr;grid-gap:16px;gap:16px;margin-bottom:24px}.panel{background:var(--color-surface);border:1px solid var(--color-border-soft);border-radius:var(--radius-card);padding:20px}.panel h3{font-size:15px;font-weight:700;margin-bottom:16px}.bar-chart{display:flex;align-items:flex-end;gap:14px;height:180px}.bar-col{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:6px;height:100%;justify-content:flex-end}.bar-col .bar{width:100%;max-width:46px;background:var(--color-primary-medium);border-radius:6px 6px 0 0}.bar-col .bar:hover{background:var(--color-primary)}.bar-col .day{font-size:11.5px;color:var(--color-text-secondary)}.bar-col .amt{font-size:11px;font-weight:700}.status-breakdown{display:flex;flex-direction:column;gap:12px}.status-breakdown .row{display:flex;align-items:center;gap:10px;font-size:13px}.status-breakdown .track{flex:1 1;height:8px;background:var(--color-purple-xlight);border-radius:999px;overflow:hidden}.status-breakdown .fill{height:100%;border-radius:999px}.admin-toolbar{display:flex;gap:12px;margin-bottom:18px;flex-wrap:wrap;align-items:center}.admin-toolbar input[type=search]{min-width:240px}.admin-toolbar .spacer{flex:1 1}.low-stock-list{display:flex;flex-direction:column;gap:10px}.low-stock-item{display:flex;align-items:center;gap:12px;border:1px solid #fdeede;background:#fffaf5;border-radius:8px;padding:10px 14px;font-size:13px}.low-stock-item .qty{margin-left:auto;font-weight:800;color:var(--color-warning)}.admin-form-layout{display:grid;grid-template-columns:2fr 1fr;grid-gap:20px;gap:20px;align-items:start}.form-card{background:var(--color-surface);border:1px solid var(--color-border-soft);border-radius:var(--radius-card);padding:22px;margin-bottom:18px}.form-card h3{font-size:15px;font-weight:700;margin-bottom:16px}.spec-row{display:grid;grid-template-columns:1fr 1fr auto;grid-gap:10px;gap:10px;margin-bottom:10px}.dropzone{border:2px dashed var(--color-border);border-radius:var(--radius-card);padding:32px 16px;text-align:center;color:var(--color-text-secondary);font-size:13px;cursor:pointer}.dropzone:hover{border-color:var(--color-primary-soft);background:var(--color-purple-xlight)}.toggle-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;font-size:14px}.toggle{position:relative;width:42px;height:24px;flex-shrink:0}.toggle input{opacity:0;width:100%;height:100%;position:absolute;cursor:pointer;z-index:1}.toggle .slider{position:absolute;inset:0;background:var(--color-border);border-radius:999px;transition:background .15s}.toggle .slider:before{content:"";position:absolute;width:18px;height:18px;border-radius:999px;background:#fff;top:3px;left:3px;transition:transform .15s}.toggle input:checked+.slider{background:var(--color-primary)}.toggle input:checked+.slider:before{transform:translateX(18px)}.form-actions{display:flex;gap:10px;flex-wrap:wrap}.order-detail-layout{display:grid;grid-template-columns:1fr 380px;grid-gap:20px;gap:20px;align-items:start}.timeline{display:flex;flex-direction:column}.timeline-item{display:flex;gap:14px;position:relative;padding-bottom:22px}.timeline-item:last-child{padding-bottom:0}.timeline-item:before{content:"";position:absolute;left:9px;top:22px;bottom:0;width:2px;background:var(--color-border-soft)}.timeline-item:last-child:before{display:none}.timeline-dot{width:20px;height:20px;border-radius:999px;background:var(--color-purple-light);border:2px solid var(--color-primary-soft);flex-shrink:0;z-index:1}.timeline-item.done .timeline-dot{background:var(--color-primary);border-color:var(--color-primary)}.timeline-item .when{font-size:12px;color:var(--color-text-secondary)}.drawer-overlay{position:fixed;inset:0;background:rgba(10,10,10,.45);z-index:90}.drawer{position:fixed;top:0;right:0;bottom:0;width:480px;max-width:92vw;background:var(--color-surface);z-index:100;box-shadow:-8px 0 30px rgba(10,10,10,.18);padding:26px;overflow-y:auto}.drawer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.drawer-header h2{font-size:18px}.drawer-close{background:none;border:none;font-size:22px;color:var(--color-text-secondary)}.inv-layout{display:grid;grid-template-columns:1fr 340px;grid-gap:20px;gap:20px;align-items:start}.adjust-panel .big-qty{display:flex;align-items:center;justify-content:center;gap:16px;margin:14px 0}.adjust-panel .big-qty .value{font-size:32px;font-weight:800;min-width:70px;text-align:center}.adjust-panel .big-qty button{width:44px;height:44px;border-radius:999px;border:1.5px solid var(--color-border);background:var(--color-surface);font-size:20px}.adjust-panel .big-qty button:hover{border-color:var(--color-primary);color:var(--color-primary)}.assistant-page{display:flex;gap:24px;align-items:flex-start;padding-top:28px;padding-bottom:48px}.assistant-main{flex:1 1;min-width:0}.chat-card{display:flex;flex-direction:column;height:640px;background:var(--color-surface);border:1px solid var(--color-border-soft);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card)}.chat-header{display:flex;align-items:center;gap:12px;padding:14px 18px;background:linear-gradient(120deg,#5c2d91,#45216f);color:#fff}.chat-header-avatar{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:rgba(255,255,255,.14);flex-shrink:0}.chat-header-info{display:flex;flex-direction:column;flex:1 1;min-width:0}.chat-header-info strong{font-size:15px;font-weight:700}.chat-status{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;opacity:.85}.chat-online-dot{width:7px;height:7px;border-radius:999px;background:#54e08a;flex-shrink:0}.chat-powered-pill{font-size:10.5px;font-weight:600;padding:4px 10px;border-radius:999px;white-space:nowrap}.chat-close,.chat-powered-pill{background:rgba(255,255,255,.16)}.chat-close{border:none;color:#fff;width:28px;height:28px;border-radius:999px;font-size:13px;line-height:1}.chat-close:hover{background:rgba(255,255,255,.28)}.chat-messages{flex:1 1;overflow-y:auto;display:flex;flex-direction:column;gap:16px;padding:22px;background:#faf9fc}.chat-divider{align-self:center;font-size:10.5px;font-weight:600;color:#b7abcb;text-transform:uppercase;letter-spacing:.06em}.msg-row{display:flex;gap:8px}.msg-row.user{justify-content:flex-end}.msg-avatar{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:9px;background:var(--color-purple-xlight);flex-shrink:0;align-self:flex-start}.msg-col{display:flex;flex-direction:column;gap:4px;max-width:78%;min-width:0}.msg-row.user .msg-col{align-items:flex-end}.msg-bubble{padding:10px 14px;font-size:13.5px;line-height:1.55;color:#2b2438;background:var(--color-surface);border:1px solid var(--color-border-soft);border-radius:4px 14px 14px 14px;width:-moz-fit-content;width:fit-content}.msg-row.user .msg-bubble{background:var(--color-primary);border:none;color:#fff;border-radius:14px 14px 4px 14px}.msg-time{font-size:10.5px;color:#b7abcb}.msg-typing{display:inline-flex;gap:5px;align-items:center;padding:14px}.msg-typing span{width:7px;height:7px;border-radius:999px;background:var(--color-primary-soft);animation:chat-typing 1.1s ease-in-out infinite}.msg-typing span:nth-child(2){animation-delay:.15s}.msg-typing span:nth-child(3){animation-delay:.3s}@keyframes chat-typing{0%,60%,to{transform:translateY(0);opacity:.45}30%{transform:translateY(-4px);opacity:1}}.chat-product-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px;margin-top:4px}.chat-product-card{display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border-soft);border-radius:var(--radius-lg);overflow:hidden}.chat-product-image{display:flex;align-items:center;justify-content:center;height:74px;font-size:34px;background:repeating-linear-gradient(45deg,var(--color-purple-xlight),var(--color-purple-xlight) 12px,#f5f1fa 12px,#f5f1fa 24px);overflow:hidden}.chat-product-image img{width:100%;height:100%;object-fit:cover}.chat-product-body{display:flex;flex-direction:column;gap:3px;padding:10px 12px 12px;flex:1 1}.chat-product-brand{font-size:10.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--color-primary)}.chat-product-name{font-size:13px;font-weight:600;line-height:1.35}.chat-product-specs{font-size:11.5px;color:var(--color-text-secondary);line-height:1.4}.chat-product-price-row{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-top:5px}.chat-product-price{font-size:14.5px;font-weight:800}.chat-product-tag{font-size:10px;font-weight:600;padding:3px 8px;border-radius:999px;background:#f2edf8;border:1px solid #e0d5ef;color:var(--color-primary);white-space:nowrap}.chat-product-add{margin-top:8px;width:100%;padding:8px 12px;font-size:12.5px}.chat-product-add:disabled{background:var(--color-border);color:var(--color-text-secondary);cursor:not-allowed}.chat-composer{border-top:1px solid var(--color-border-soft);padding:12px 16px 14px;display:flex;flex-direction:column;gap:10px;background:var(--color-surface)}.chat-chips{display:flex;flex-wrap:wrap;gap:8px}.chat-chip{border:1px solid #e0d5ef;background:#f2edf8;color:var(--color-primary);font-size:12px;font-weight:600;padding:6px 12px;border-radius:16px;transition:background .15s}.chat-chip:hover{background:var(--color-purple-light)}.chat-input-row{display:flex;gap:8px}.chat-input{flex:1 1;border:1.5px solid var(--color-border);border-radius:12px;padding:10px 14px;font-size:13.5px;font-family:inherit}.chat-input:focus{outline:none;border-color:var(--color-primary)}.chat-send{width:42px;height:42px;border:none;border-radius:12px;background:var(--color-primary);color:#fff;font-size:16px;flex-shrink:0}.chat-send:hover:not(:disabled){background:var(--color-primary-dark)}.chat-send:disabled{opacity:.45;cursor:not-allowed}.assistant-side{width:320px;flex-shrink:0;gap:16px}.assistant-promo,.assistant-side{display:flex;flex-direction:column}.assistant-promo{background:linear-gradient(120deg,#5c2d91,#2b2438);color:#fff;border-radius:var(--radius-lg);padding:22px;gap:10px}.assistant-promo-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:rgba(255,255,255,.14)}.assistant-promo h2{font-size:18px;font-weight:800}.assistant-promo p{font-size:12.5px;line-height:1.55;opacity:.85}.assistant-promo-btn{background:#fff;color:var(--color-primary);margin-top:4px;align-self:flex-start;padding:8px 16px;font-size:12.5px}.assistant-promo-btn:hover{background:var(--color-purple-xlight)}.assistant-capabilities{background:var(--color-surface);border:1px solid var(--color-border-soft);border-radius:var(--radius-lg);padding:18px;display:flex;flex-direction:column;gap:14px}.assistant-capabilities h3{font-size:13px;font-weight:700}.assistant-capability{display:flex;gap:12px;align-items:flex-start}.assistant-capability-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:var(--color-purple-xlight);font-size:16px;flex-shrink:0}.assistant-capability div{display:flex;flex-direction:column;gap:1px}.assistant-capability strong{font-size:12.5px;font-weight:700}.assistant-capability span:last-child{font-size:11.5px;color:var(--color-text-secondary);line-height:1.4}.assistant-note{font-size:11.5px;color:var(--color-text-secondary);line-height:1.5;padding:0 4px}.assistant-fab-wrap{position:fixed;right:24px;bottom:24px;display:flex;align-items:center;gap:12px;z-index:90}.assistant-fab-pill{background:var(--color-surface);border:1px solid var(--color-border-soft);border-radius:999px;padding:9px 14px;font-size:12.5px;font-weight:600;color:#2b2438;box-shadow:var(--shadow-hover);white-space:nowrap}.assistant-fab{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border:none;border-radius:999px;background:linear-gradient(135deg,#5c2d91,#45216f);color:#fff;font-size:18px;box-shadow:0 6px 20px rgba(92,45,145,.4);transition:transform .15s}.assistant-fab:hover{transform:scale(1.06)}.assistant-popover{position:fixed;right:24px;bottom:96px;width:380px;max-width:calc(100vw - 32px);z-index:90;box-shadow:0 12px 40px rgba(43,36,56,.28);border-radius:var(--radius-lg)}.chat-card.compact{height:540px;max-height:calc(100vh - 140px)}.chat-card.compact .chat-messages{padding:16px}.chat-card.compact .chat-product-grid{grid-template-columns:1fr}.chat-card.compact .chat-chips{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.chat-card.compact .chat-chip{white-space:nowrap}.admin-assistant-layout{display:flex;gap:24px;align-items:flex-start}.chat-card.admin-chat{height:calc(100vh - 150px);min-height:480px}.chat-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(140px,1fr));grid-gap:10px;gap:10px;margin-top:4px}.chat-stat{display:flex;flex-direction:column;gap:2px;background:var(--color-surface);border:1px solid var(--color-border-soft);border-radius:var(--radius-lg);padding:12px 14px}.chat-stat-label{font-size:11px;font-weight:600;color:var(--color-text-secondary)}.chat-stat-value{font-size:18px;font-weight:800}.chat-stat-delta{font-size:11px;font-weight:600;color:var(--color-text-secondary)}.chat-stat-delta.up{color:var(--color-success)}.chat-stat-delta.down{color:var(--color-error)}.chat-report-card{background:var(--color-surface);border:1px solid var(--color-border-soft);border-radius:var(--radius-lg);padding:14px 16px;margin-top:4px;display:flex;flex-direction:column;gap:12px;max-width:420px}.chat-report-head{display:flex;align-items:center;gap:10px}.chat-report-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:var(--color-purple-xlight);font-size:17px;flex-shrink:0}.chat-report-head div{display:flex;flex-direction:column}.chat-report-head strong{font-size:13.5px;font-weight:700}.chat-report-head span{font-size:11.5px;color:var(--color-text-secondary)}.chat-report-rows{display:flex;flex-direction:column;border-top:1px solid var(--color-border-soft)}.chat-report-rows>div{display:flex;justify-content:space-between;gap:12px;padding:7px 0;border-bottom:1px solid var(--color-border-soft);font-size:12.5px}.chat-report-rows dt{color:var(--color-text-secondary)}.chat-report-rows dd{font-weight:600;text-align:right}.chat-report-download{align-self:flex-start;padding:8px 14px;font-size:12.5px}.chat-table-card{background:var(--color-surface);border:1px solid var(--color-border-soft);border-radius:var(--radius-lg);padding:12px 14px;margin-top:4px;overflow-x:auto}.chat-table-title{display:block;font-size:12.5px;font-weight:700;margin-bottom:8px}.chat-table{width:100%;border-collapse:collapse;font-size:12px}.chat-table th{text-align:left;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-secondary);padding:5px 10px 5px 0}.chat-table td,.chat-table th{border-bottom:1px solid var(--color-border-soft)}.chat-table td{padding:6px 10px 6px 0}.chat-table tr:last-child td{border-bottom:none}@media (max-width:1100px){.admin-assistant-layout,.assistant-page{flex-direction:column}.assistant-main,.assistant-side{width:100%}}@media (max-width:640px){.chat-product-grid{grid-template-columns:1fr}.assistant-fab-pill{display:none}}@media (max-width:1100px){.product-grid{grid-template-columns:repeat(3,1fr)}.hero-row{grid-template-columns:1fr}.home-cat-sidebar{display:none}.promo-stack{flex-direction:row}.category-tiles{grid-template-columns:repeat(3,1fr)}.brand-row{grid-template-columns:repeat(5,1fr)}.benefits-row{grid-template-columns:repeat(2,1fr)}.account-layout,.admin-form-layout,.auth-layout,.cart-layout,.catalog-layout,.inv-layout,.order-detail-layout,.pdp-layout{grid-template-columns:1fr}.metric-cards{grid-template-columns:repeat(2,1fr)}.admin-panels{grid-template-columns:1fr}.admin-shell{grid-template-columns:64px 1fr}.admin-sidebar .label-text,.admin-sidebar .logo{display:none}}@media (max-width:640px){.container{padding:0 16px}.product-grid{grid-template-columns:repeat(2,1fr)}.benefits-row,.category-tiles,.form-grid,.metric-cards,.stat-cards{grid-template-columns:1fr}.brand-row{grid-template-columns:repeat(2,1fr)}.header-main{flex-wrap:wrap}.search-bar{order:3;max-width:none;width:100%}.cart-item{grid-template-columns:70px 1fr}.cart-item .line-total{text-align:left}}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_48b81b{font-family:Inter,Inter Fallback;font-style:normal}