.coupon-card{background:#faf8ff;border:1px solid #e5e7eb;border-top:4px solid #7c3aed;border-radius:16px;flex-direction:column;gap:12px;padding:20px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 12px #0000000d}.coupon-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px #00000014}.coupon-card h3{color:#1f2937;margin:0;font-size:24px}.coupon-type{color:#6d28d9;background:#f3e8ff;border-radius:999px;padding:6px 12px;font-size:14px;font-weight:600}.coupon-card p{color:#4b5563;margin:0}.profile-coupons-page{max-width:900px;margin:0 auto}.coupon-status{border-radius:999px;align-items:center;width:fit-content;padding:4px 10px;font-size:14px;font-weight:600;display:inline-flex}.coupon-status-active{color:#1c7c38;background:#dff7e2}.coupon-status-used{color:#666;background:#ececec}.coupon-status-expired{color:#c62828;background:#ffe2e2}.coupon-status-inactive{color:#666;background:#f3f3f3}.telegram-coupon-info{background:#eff6ff;border-left:5px solid #3b82f6;border-radius:12px;margin-top:20px;padding:18px}.telegram-title{color:#1d4ed8;margin-bottom:12px;font-size:17px;font-weight:700}.telegram-list{color:#374151;margin:0;padding-left:20px}.telegram-list li{margin-bottom:8px;line-height:1.5}.telegram-list strong{color:#111827}.coupon-card .button{align-self:flex-start;margin-top:16px;padding:8px 18px;font-size:14px}.coupon-card .button-primary{background:linear-gradient(135deg,#8b5cf6,#6d28d9)}.coupon-card .button-primary:hover{background:linear-gradient(135deg,#7c3aed,#5b21b6)}.coupon-list{flex-direction:column;gap:20px;width:100%;display:flex}.coupon-filters{gap:12px;margin:24px 0;display:flex}.coupon-filters button{cursor:pointer;background:#fff;border:none;border-radius:999px;padding:10px 18px;transition:all .2s}.coupon-filters button.active{color:#fff;background:linear-gradient(135deg,#8b5cf6,#6d28d9);transform:scale(.98)}@media (width<=768px){.coupon-card .button{width:100%}.profile-coupons-page,.coupon-card{padding:16px}.coupon-filters{flex-direction:column}.coupon-filters button,.coupon-card button{width:100%}.coupon-details{grid-template-columns:1fr}}.coupon-header{justify-content:space-between;align-items:center;display:flex}.coupon-details{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.coupon-details div{flex-direction:column;gap:4px;display:flex}.coupon-details span{color:#747a83;font-size:13px}.coupon-details strong{color:#111827;font-size:16px}.coupon-code{color:#4c1d95;letter-spacing:2px;font-size:30px;font-weight:700}:root{--color-primary:#7b2cff;--color-primary-hover:#6d28d9;--color-primary-light:#ede4ff;--color-bg-dark:#0b0814;--color-card-dark:#151426;--color-bg-light:#f3f1fa;--color-card-light:#f6f4fb;--color-text-main:#1F2F6;--color-text-on-dark:#f1f2f6;--color-text-light:#fff;--color-text-muted:#888797;--color-border:#e5e1ef;--color-error:#ef4444;--color-success:#22c55e;--color-warning:#f59e0b;--color-discount-badge:#e11d48;color:var(--color-text-on-dark);background:var(--color-bg-dark);font-family:Inter,Arial,sans-serif}body{background:radial-gradient(circle at top left, #7b2cff38, transparent 32%), radial-gradient(circle at top right, #6d28d92e, transparent 28%), var(--color-bg-dark);min-width:320px;min-height:100vh;color:var(--color-text-on-dark);margin:0}a{color:inherit;text-decoration:none}button,input{font:inherit}*{box-sizing:border-box}.app-shell{min-height:100vh}.main-content{width:min(1240px,100% - 48px);margin:0 auto;padding:40px 0 96px}.eyebrow{color:var(--color-primary-light);letter-spacing:.04em;text-transform:uppercase;margin:0 0 8px;font-size:13px;font-weight:800}.hero-section{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);align-items:stretch;gap:24px;display:grid}.hero-content{padding:48px}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.promo-card{background:linear-gradient(135deg, #7b2cfff2, #151426fa), var(--color-card-dark);min-height:320px;padding:28px;position:relative;overflow:hidden}.promo-card:after{content:"";background:#ede4ff2e;border-radius:50%;width:180px;height:180px;position:absolute;bottom:-40px;right:-40px}.promo-card h2{max-width:280px;color:var(--color-text-light);margin:88px 0 12px;font-size:32px}.discount-badge{min-height:32px;color:var(--color-text-light);background:var(--color-discount-badge);border-radius:10px;justify-content:center;align-items:center;padding:0 12px;font-weight:800;display:inline-flex}.section-heading{margin:48px 0 24px}.section-heading h1,.section-heading h2{color:var(--color-text-light);margin:0 0 12px}.section-heading h2{font-size:32px}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card{padding:24px}.page-section{padding:8px 0 32px}.search-box{background:var(--color-card-dark);border:1px solid #e5e1ef2e;border-radius:16px;align-items:center;width:min(520px,100%);min-height:54px;padding:4px;display:flex}.search-box input{min-width:0;height:46px;color:var(--color-text-on-dark);background:0 0;border:0;outline:0;flex:1;padding:0 14px}.search-box input::placeholder{color:var(--color-text-muted)}.search-box button{width:46px;min-width:46px;height:46px;color:var(--color-text-light);background:var(--color-primary);cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.search-box button:hover{background:var(--color-primary-hover)}.product-category,.muted-text{color:var(--color-text-muted);font-size:13px}.state-card{max-width:720px;padding:32px}.state-card-error{border-color:#ef444459}.loading-block{min-height:240px;color:var(--color-text-muted);place-items:center;gap:14px;display:grid}.spinner{border:4px solid #ede4ff2e;border-top-color:var(--color-primary);border-radius:50%;width:42px;height:42px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.main-content{padding-bottom:132px}.product-topline{display:contents}.active-filter-chips{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.filter-chip{min-height:34px;color:var(--color-text-light);cursor:pointer;background:#7b2cff38;border:1px solid #ede4ff33;border-radius:999px;align-items:center;gap:8px;padding:0 11px;font-size:13px;font-weight:800;display:inline-flex}.filter-chip strong{color:var(--color-primary-light);font-size:16px;line-height:1}.filter-chip-reset{background:#ef44441f;border-color:#ef444438}.product-rating{min-height:21px;margin:0 0 10px;line-height:1.6}.product-old-price{color:var(--color-text-muted);margin:0;font-size:13px;text-decoration:line-through}@keyframes liquid-glass-shine{0%{opacity:0;left:-90%}20%{opacity:.75}to{opacity:0;left:130%}}.feedback-message{overflow-wrap:anywhere;border-radius:16px;gap:10px;width:100%;margin:16px 0;padding:14px 16px;font-weight:700;line-height:1.45;display:grid}.feedback-message-content{gap:4px;display:grid}.feedback-message strong,.feedback-message span{color:inherit}.feedback-message-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.feedback-message-actions .button,.feedback-message-actions button{width:auto;min-height:36px}.feedback-message-error{color:#fecaca;background:#ef444429;border:1px solid #ef44445c}.feedback-message-success{color:#bbf7d0;background:#22c55e24;border:1px solid #22c55e52}.feedback-message-info{color:var(--color-text-light);background:#7c3aed24;border:1px solid #a78bfa42}.feedback-message-warning{color:#fde68a;background:#f59e0b24;border:1px solid #f59e0b52}@media (width<=640px){.feedback-message{border-radius:14px;margin:12px 0;padding:12px 14px;font-size:14px}.feedback-message-actions,.feedback-message-actions .button,.feedback-message-actions button{width:100%}}.button,.cart-button{isolation:isolate;min-height:44px;color:var(--color-text-light);cursor:pointer;text-align:center;white-space:nowrap;-webkit-backdrop-filter:blur(12px);background:linear-gradient(135deg,#7b2cffb8,#6d28d985),#ffffff0f;border:1px solid #ede4ff42;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:0 20px;font-size:15px;font-weight:850;line-height:1;text-decoration:none;transition:transform .2s,border-color .2s,background .2s,box-shadow .2s;display:inline-flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff38,inset 0 -1px #0b081447,0 10px 28px #7b2cff38}.button:before,.cart-button:before{z-index:-1;content:"";border-radius:inherit;opacity:.72;pointer-events:none;background:linear-gradient(120deg,#ffffff61,#ffffff0f 34%,#fff0 58%);position:absolute;inset:0}.button:after,.cart-button:after{z-index:0;content:"";opacity:0;pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff52,#0000);width:70%;height:300%;position:absolute;top:-120%;left:-80%;transform:rotate(22deg)}.button>*,.cart-button>*{z-index:1;position:relative}.button-content{z-index:1;justify-content:center;align-items:center;gap:inherit;display:inline-flex;position:relative}.button:hover:not(:disabled),.cart-button:hover:not(:disabled){background:linear-gradient(135deg,#7b2cffe0,#6d28d9a8),#ffffff14;border-color:#ede4ff85;transform:translateY(-1px);box-shadow:inset 0 1px #ffffff4d,inset 0 -1px #0b081452,0 14px 36px #7b2cff52}.button:hover:not(:disabled):after,.cart-button:hover:not(:disabled):after{animation:.75s forwards liquid-glass-shine}.button:active:not(:disabled),.cart-button:active:not(:disabled){transform:translateY(0);box-shadow:inset 0 2px 8px #0b08145c,0 8px 20px #7b2cff38}.button:focus-visible,.cart-button:focus-visible{outline-offset:3px;outline:3px solid #ede4ffb3}.button:disabled,.cart-button:disabled{opacity:.52;cursor:not-allowed;transform:none;box-shadow:inset 0 1px #ffffff1f,0 6px 16px #0b08142e}.button:disabled:after,.cart-button:disabled:after{display:none}.button-primary{color:var(--color-text-light)}.button-secondary{color:var(--color-text-on-dark);background:linear-gradient(135deg,#201c34f5,#110e20f5);border-color:#e5e1ef24;box-shadow:inset 0 1px #ffffff14,0 10px 24px #0000002e}.button-secondary:hover:not(:disabled){color:var(--color-text-light);border-color:#ede4ff61}.button-danger{color:var(--color-text-light);background:linear-gradient(135deg,#ef4444f2,#b91c1cf2);border-color:#fecaca38;box-shadow:inset 0 1px #ffffff29,0 14px 34px #ef44443d}.button-sm{border-radius:12px;min-height:38px;padding:0 16px;font-size:13px}.button-md{min-height:44px;padding:0 20px}.button-lg{border-radius:14px;min-height:56px;padding:0 30px;font-size:16px}.button-icon{width:48px;min-width:48px;height:48px;min-height:48px;padding:0}.full-width,.cart-button{width:100%}@media (width<=767px){.button.full-width,.cart-button{width:100%}.button-icon{width:48px;min-width:48px}}.cart-button-icon{border-radius:14px;width:54px;min-width:54px;height:54px;min-height:54px;padding:0}.cart-button-icon img{z-index:1;object-fit:contain;filter:none;width:25px;height:25px;display:block;position:relative}.cart-button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.cart-button:disabled:hover{transform:none}.product-card .cart-button.cart-button-success{color:var(--color-text-light);background:radial-gradient(circle at 28% 18%,#245b3fc7,#0000 38%),radial-gradient(circle at 78% 82%,#073021e0,#0000 42%),linear-gradient(135deg,#1b4333 0%,#123723 48%,#082313 100%);border-color:#4b84645c;transform:none;box-shadow:inset 0 1px #ffffff1a,inset 0 -1px #00000052,0 10px 26px #062a1b57,0 0 22px #12372352}.product-card .cart-button.cart-button-success:hover:not(:disabled){background:radial-gradient(circle at 28% 18%,#2b6949d1,#0000 38%),radial-gradient(circle at 78% 82%,#083a26e6,#0000 42%),linear-gradient(135deg,#20523d 0%,#153f29 48%,#0a2a17 100%);border-color:#5896716b;box-shadow:inset 0 1px #ffffff1f,inset 0 -1px #00000057,0 12px 30px #062a1b66,0 0 26px #12372361}.logo-link{color:var(--color-text-light);letter-spacing:-.05em;align-items:baseline;gap:1px;line-height:1;text-decoration:none;display:inline-flex;transform:skew(-4deg)}.logo-gradient{color:#0000;letter-spacing:-.05em;background:linear-gradient(135deg,#7c3cff 0%,#02d7ff 72%);-webkit-background-clip:text;background-clip:text;font-size:34px;font-weight:950;display:inline-block}.logo-text{color:var(--color-text-light);letter-spacing:-.05em;font-size:30px;font-weight:950;display:inline-block}.desktop-nav{align-items:center;gap:20px;display:none}.desktop-nav a{color:var(--color-text-muted);font-size:15px;transition:color .2s}.desktop-nav a:hover,.desktop-nav a.active{color:var(--color-text-light)}.site-header{z-index:40;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0b0814f0;border-bottom:1px solid #e5e1ef1f;padding:0;display:block;position:sticky;top:0}.header-container{grid-template-columns:auto minmax(200px,500px) auto;align-items:center;gap:34px;width:min(1250px,100% - 88px);min-height:104px;margin:0 auto;display:grid}.header-search{background:var(--color-card-dark);border:1px solid #e5e1ef2e;border-radius:14px;grid-template-columns:minmax(0,1fr) 46px;align-items:center;width:100%;height:48px;display:grid;overflow:hidden}.header-search input{width:100%;min-width:0;height:100%;color:var(--color-text-on-dark);background:0 0;border:0;outline:0;padding:0 16px}.header-search input::placeholder{color:var(--color-text-muted)}.header-search>button{isolation:isolate;width:44px;min-width:44px;height:44px;min-height:0;color:var(--color-text-light);cursor:pointer;-webkit-backdrop-filter:blur(12px);background:linear-gradient(135deg,#7b2cffb8,#6d28d985),#ffffff0f;border:1px solid #ede4ff42;border-radius:12px;justify-content:center;justify-self:end;align-items:center;margin:1px 1px 1px 0;padding:0;transition:transform .2s,border-color .2s,background .2s,box-shadow .2s;display:inline-flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff38,inset 0 -1px #0b081447,0 10px 28px #7b2cff38}.header-search>button:before{z-index:-1;content:"";border-radius:inherit;opacity:.72;pointer-events:none;background:linear-gradient(120deg,#ffffff61,#ffffff0f 34%,#fff0 58%);position:absolute;inset:0}.header-search>button:after{z-index:0;content:"";opacity:0;pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff52,#0000);width:70%;height:300%;position:absolute;top:-120%;left:-80%;transform:rotate(22deg)}.header-search>button>*{z-index:1;position:relative}.header-search>button:hover{background:linear-gradient(135deg,#7b2cffe0,#6d28d9a8),#ffffff14;border-color:#ede4ff85;transform:translateY(-1px);box-shadow:inset 0 1px #ffffff4d,inset 0 -1px #0b081452,0 14px 36px #7b2cff52}.header-search>button:hover:after{animation:.75s forwards liquid-glass-shine}.header-actions{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:28px;display:flex}.header-actions .button{min-height:42px;padding:0 18px}.header-action-link{min-height:52px;color:var(--color-text-light);white-space:nowrap;align-items:center;gap:10px;text-decoration:none;display:inline-flex}.header-action-icon{width:46px;height:46px;color:var(--color-primary-light);background:radial-gradient(circle at 72% 76%,#7b2cffd1,#0000 28%),linear-gradient(135deg,#171428fa,#0c0a18fa);border:none;border-radius:50%;place-items:center;font-size:23px;line-height:1;display:grid;box-shadow:inset 0 1px #ffffff14,0 10px 26px #7b2cff3d}.header-action-icon img{object-fit:contain;filter:none;width:27px;height:27px;display:block}.header-action-text{gap:1px;line-height:1.05;display:grid}.header-action-text small{color:var(--color-text-on-dark);font-size:12px;font-weight:600;line-height:1.1}.header-action-text strong{color:var(--color-text-light);font-size:22px;font-weight:700;line-height:1.05}.header-action-link:hover .header-action-icon,.header-action-link.active .header-action-icon{color:var(--color-text-light);background:radial-gradient(circle at 70% 75%,#7b2cffe0,#0000 30%),linear-gradient(135deg,#231e3efa,#120f24fa);border-color:#ede4ff61;transform:translateY(-1px)}.user-chip{max-width:220px;color:var(--color-text-light);text-overflow:ellipsis;white-space:nowrap;background:var(--color-card-dark);border:1px solid #e5e1ef1f;border-radius:999px;padding:10px 14px;overflow:hidden}@media (width<=1023px){.header-container{grid-template-columns:auto 1fr;gap:18px;width:calc(100% - 48px);min-height:auto;padding:18px 0}.header-search{grid-area:2/1/auto/-1}.header-actions{justify-content:flex-end;gap:10px}.header-action-text{display:none}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bottom-nav{width:min(620px,100% - 32px);bottom:16px}}@media (width<=767px){.site-header{padding:0;position:sticky}.header-container{grid-template-columns:1fr auto;gap:12px;width:calc(100% - 32px);padding:14px 0}.logo-gradient{font-size:26px}.logo-text,.logo-link{font-size:24px}.header-actions{width:auto}.header-actions .button{flex:unset;min-height:38px;padding:0 12px;font-size:13px}.header-actions .header-action-link{width:auto;min-width:0;min-height:46px;color:var(--color-text-light);flex:none;justify-content:center;align-items:center;gap:0;text-decoration:none;display:inline-flex!important}.header-actions .header-action-icon{flex:0 0 46px;place-items:center;width:46px;height:46px;display:grid!important}.header-actions .header-action-icon img{object-fit:contain;width:27px;height:27px;display:block!important}.header-actions .header-action-text{display:none!important}.user-chip{display:none}.header-search{box-sizing:border-box;background:var(--color-card-dark);border:1px solid #e5e1ef2e;border-radius:14px;align-items:stretch;width:100%;height:48px;padding:0;display:flex;overflow:hidden}.header-search input{box-sizing:border-box;flex:auto;width:auto;min-width:0;height:100%;padding:0 12px}.header-search>button{border-radius:12px;flex:0 0 44px;width:44px;min-width:44px;height:44px;min-height:0;margin:1px 1px 1px 0;padding:0}.main-content{padding-bottom:112px}.product-grid{grid-template-columns:1fr}.bottom-nav{border-radius:18px;grid-template-columns:repeat(4,1fr);width:auto;bottom:16px;left:16px;right:16px;transform:none}.bottom-nav-admin{grid-template-columns:repeat(5,1fr)}.bottom-nav a{gap:5px;min-height:56px;font-size:12px}.bottom-nav-icon{font-size:17px}}.bottom-nav{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#151426f5;border:1px solid #e5e1ef24;border-radius:20px;grid-template-columns:repeat(4,minmax(90px,1fr));width:min(720px,100% - 48px);padding:8px;display:grid;position:fixed;bottom:24px;right:50%;transform:translate(50%);box-shadow:0 24px 80px #00000057}.bottom-nav-admin{grid-template-columns:repeat(5,minmax(82px,1fr));width:min(820px,100% - 48px)}.bottom-nav a{min-height:58px;color:var(--color-text-muted);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:6px;font-size:13px;font-weight:800;transition:all .2s;display:flex}.bottom-nav a:hover,.bottom-nav a.active{color:var(--color-text-light);background:#7b2cffb8}.bottom-nav-icon{place-items:center;width:24px;height:24px;line-height:1;display:grid}.bottom-nav-icon img{object-fit:contain;opacity:.78;filter:drop-shadow(0 0 8px #7b2cff2e);width:22px;height:22px;transition:opacity .2s,transform .2s,filter .2s;display:block}.bottom-nav a:hover .bottom-nav-icon img,.bottom-nav a.active .bottom-nav-icon img{opacity:1;filter:drop-shadow(0 0 8px #ede4ff38)drop-shadow(0 0 14px #7b2cff57);transform:translateY(-1px)}.bottom-nav,.mobile-nav{z-index:50;-webkit-backdrop-filter:blur(16px);box-sizing:border-box;background:linear-gradient(135deg,#ffffff14,#7b2cff1a),#151426b8;border:1px solid #ede4ff2e;border-radius:22px;justify-content:center;align-items:center;gap:8px;width:clamp(420px,38vw,620px);max-width:calc(100vw - 32px);padding:8px;display:flex;position:fixed;bottom:16px;left:50%;transform:translate(-50%);box-shadow:inset 0 1px #ffffff29,inset 0 -1px #0b081447,0 18px 42px #00000047}.bottom-nav a,.mobile-nav a,.bottom-nav .nav-link,.mobile-nav .nav-link,.bottom-nav .nav-item,.mobile-nav .nav-item{isolation:isolate;min-width:0;min-height:54px;color:var(--color-text-on-dark);box-shadow:none;text-align:center;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:17px;flex:1 1 0;justify-content:center;align-items:center;gap:6px;padding:8px 14px;font-size:14px;font-weight:900;text-decoration:none;transition:transform .22s,background .22s,border-color .22s,box-shadow .22s,color .22s;display:inline-flex;position:relative;overflow:hidden}.bottom-nav a:before,.mobile-nav a:before,.bottom-nav .nav-link:before,.mobile-nav .nav-link:before,.bottom-nav .nav-item:before,.mobile-nav .nav-item:before{content:"";z-index:-1;border-radius:inherit;opacity:0;pointer-events:none;background:linear-gradient(120deg,#ffffff3d,#ffffff0f 36%,#fff0 64%);transition:opacity .22s;position:absolute;inset:0}.bottom-nav a:after,.mobile-nav a:after,.bottom-nav .nav-link:after,.mobile-nav .nav-link:after,.bottom-nav .nav-item:after,.mobile-nav .nav-item:after{content:"";z-index:0;opacity:0;pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff3d,#0000);width:70%;height:300%;position:absolute;top:-120%;left:-90%;transform:rotate(22deg)}.bottom-nav a:hover,.mobile-nav a:hover,.bottom-nav .nav-link:hover,.mobile-nav .nav-link:hover,.bottom-nav .nav-item:hover,.mobile-nav .nav-item:hover{color:var(--color-text-light);background:linear-gradient(135deg,#7b2cff40,#ffffff14),#ffffff0d;border-color:#ede4ff4d;transform:translateY(-2px);box-shadow:inset 0 1px #fff3,0 10px 26px #7b2cff2e}.bottom-nav a:hover:before,.mobile-nav a:hover:before,.bottom-nav .nav-link:hover:before,.mobile-nav .nav-link:hover:before,.bottom-nav .nav-item:hover:before,.mobile-nav .nav-item:hover:before{opacity:1}.bottom-nav a:hover:after,.mobile-nav a:hover:after,.bottom-nav .nav-link:hover:after,.mobile-nav .nav-link:hover:after,.bottom-nav .nav-item:hover:after,.mobile-nav .nav-item:hover:after{animation:.75s forwards liquid-glass-shine}.bottom-nav a:active,.mobile-nav a:active,.bottom-nav .nav-link:active,.mobile-nav .nav-link:active,.bottom-nav .nav-item:active,.mobile-nav .nav-item:active{transform:translateY(2px)scale(.98)}.bottom-nav a.active,.mobile-nav a.active,.bottom-nav .nav-link.active,.mobile-nav .nav-link.active,.bottom-nav .nav-item.active,.mobile-nav .nav-item.active{color:var(--color-text-light);background:linear-gradient(135deg,#7b2cffc2,#6d28d980),#ffffff14;border-color:#ede4ff80;transform:translateY(1px);box-shadow:inset 0 2px 8px #0b081452,inset 0 1px #ffffff3d,0 12px 30px #7b2cff3d}.bottom-nav a.active:before,.mobile-nav a.active:before,.bottom-nav .nav-link.active:before,.mobile-nav .nav-link.active:before,.bottom-nav .nav-item.active:before,.mobile-nav .nav-item.active:before{opacity:1}.bottom-nav a:focus-visible,.mobile-nav a:focus-visible,.bottom-nav .nav-link:focus-visible,.mobile-nav .nav-link:focus-visible,.bottom-nav .nav-item:focus-visible,.mobile-nav .nav-item:focus-visible{outline-offset:3px;outline:3px solid #ede4ffad}@media (width<=767px){.bottom-nav,.mobile-nav{border-radius:18px;gap:4px;width:calc(100vw - 24px);max-width:calc(100vw - 24px);padding:5px;bottom:10px}.bottom-nav a,.mobile-nav a,.bottom-nav .nav-link,.mobile-nav .nav-link,.bottom-nav .nav-item,.mobile-nav .nav-item{border-radius:14px;min-height:50px;padding:6px 4px;font-size:12px}}@media (width<=380px){.bottom-nav,.mobile-nav{width:calc(100vw - 16px);max-width:calc(100vw - 16px)}.bottom-nav a,.mobile-nav a,.bottom-nav .nav-link,.mobile-nav .nav-link,.bottom-nav .nav-item,.mobile-nav .nav-item{gap:3px;font-size:11px}}.mobile-bottom-nav{display:none}.button:focus-visible{outline:3px solid var(--color-primary-light);outline-offset:2px}.catalog-toolbar{grid-template-columns:minmax(280px,520px) auto;justify-content:space-between;align-items:center;gap:24px;margin-bottom:24px;display:grid}.catalog-reset-button{white-space:nowrap;align-self:center}.catalog-toolbar{display:none}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}.product-card{flex-direction:column;min-height:360px;display:flex;position:relative;overflow:hidden}.catalog-hero{background:#151426e6;border:1px solid #e5e1ef1f;border-radius:24px;grid-template-columns:minmax(0,1fr) 220px;align-items:stretch;gap:24px;padding:32px;display:grid;box-shadow:0 24px 80px #00000038}.catalog-hero h1{letter-spacing:-1px;overflow-wrap:anywhere;font-size:clamp(28px,4vw,48px);line-height:1.08}.catalog-total-card{text-align:center;background:linear-gradient(135deg,#7b2cfff2,#6d28d9b8);border-radius:20px;align-content:center;place-items:center;gap:8px;min-height:150px;display:grid}.catalog-total-card span{color:var(--color-text-light);font-size:42px;font-weight:900;line-height:1}.catalog-total-card p{color:var(--color-primary-light);margin:0;font-size:14px;font-weight:800}.catalog-breadcrumbs{color:var(--color-text-muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:14px;display:flex}.catalog-breadcrumbs a{color:var(--color-primary-light);font-weight:800}.catalog-categories-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.catalog-section-title-row{justify-content:space-between;align-items:center;gap:16px;margin-bottom:34px;display:flex}.catalog-section-title-row .catalog-muted-text{align-self:center;margin:0}.catalog-link-button{white-space:nowrap;width:fit-content}.category-card img{object-fit:contain}.category-card-icon{background:linear-gradient(135deg,#7b2cfffa,#a069ffe0);font-weight:900;box-shadow:inset 0 1px #ffffff3d,0 8px 20px #7b2cff3d}@media (width<=767px){.category-grid{scroll-snap-type:x mandatory;gap:10px;padding-bottom:6px;display:flex;overflow-x:auto}.category-card{scroll-snap-align:start;border-radius:16px;grid-template-rows:52px 32px;width:118px;min-width:118px;min-height:108px}.category-card img,.category-card-icon{border-radius:14px;width:50px;height:50px}.category-card span:last-child{max-width:96px;font-size:12px}}.catalog-product-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));align-items:stretch;gap:20px;display:grid}.catalog-product-card{background:#151426f0;border:1px solid #e5e1ef1f;border-radius:22px;min-width:0;transition:all .2s;overflow:hidden;box-shadow:0 18px 56px #00000029}.catalog-product-card:hover{border-color:#ede4ff47;transform:translateY(-3px)}.catalog-product-card-link{flex-direction:column;min-height:100%;text-decoration:none;display:flex}.catalog-product-image-wrap{aspect-ratio:4/3;background:radial-gradient(circle at top left, #7b2cff47, transparent 44%), var(--color-bg-dark);place-items:center;min-height:190px;padding:16px;display:grid;position:relative}.catalog-product-image{object-fit:contain;width:100%;height:160px}.catalog-product-badge,.catalog-product-hot-badge{z-index:2;min-height:28px;color:var(--color-text-light);border-radius:9px;justify-content:center;align-items:center;padding:0 10px;font-size:12px;font-weight:900;line-height:1;display:inline-flex;position:absolute}.catalog-product-badge{background:var(--color-primary);top:14px;left:14px}.catalog-product-badge-discount{background:var(--color-discount-badge)}.catalog-product-hot-badge{background:var(--color-warning);top:14px;right:14px}.catalog-product-body{flex-direction:column;flex:1;padding:18px;display:flex}.catalog-product-meta-row{color:var(--color-text-muted);justify-content:space-between;gap:8px;font-size:12px;display:flex}.catalog-product-meta-row span{overflow-wrap:anywhere;min-width:0}.catalog-product-card h3{min-height:48px;color:var(--color-text-light);overflow-wrap:anywhere;margin:10px 0 12px;font-size:18px;line-height:1.25}.catalog-product-rating{color:var(--color-text-muted);flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:12px;font-size:13px;display:flex}.catalog-product-rating span:first-child{color:var(--color-warning)}.catalog-product-price-row{flex-wrap:wrap;align-items:baseline;gap:8px;margin-bottom:12px;display:flex}.catalog-layout{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:24px;display:grid}.catalog-filters{scrollbar-gutter:stable;background:#151426e6;border:1px solid #e5e1ef1f;border-radius:24px;gap:18px;max-height:calc(100dvh - 150px);padding:22px;display:grid;position:sticky;top:110px;overflow:hidden auto;box-shadow:0 24px 80px #0000002e}.catalog-filters::-webkit-scrollbar{width:8px}.catalog-filters::-webkit-scrollbar-track{background:#ffffff0a;border-radius:999px}.catalog-filters::-webkit-scrollbar-thumb{background:#7b2cff8c;border-radius:999px}.catalog-filters::-webkit-scrollbar-thumb:hover{background:#7b2cffd9}.catalog-filters-header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.catalog-filters-header h3,.catalog-filter-section h4{color:var(--color-text-light);margin:0}.catalog-filter-reset{color:var(--color-primary-light);cursor:pointer;background:0 0;border:0;padding:0;font-size:13px;font-weight:900}.catalog-filter-section{border-top:1px solid #e5e1ef1a;gap:12px;padding-top:16px;display:grid}.catalog-filter-inline{grid-template-columns:1fr 1fr;gap:10px;display:grid}.catalog-filter-inline label,.catalog-sort-select,.catalog-per-page-select{color:var(--color-text-muted);gap:7px;font-size:13px;font-weight:800;display:grid}.catalog-filter-inline input,.catalog-filter-section select,.catalog-sort-select select,.catalog-per-page-select select{min-width:0;min-height:42px;color:var(--color-text-on-dark);background:#0b0814b8;border:1px solid #e5e1ef24;border-radius:12px;outline:0;padding:0 12px}.catalog-filter-inline input:focus,.catalog-filter-section select:focus,.catalog-sort-select select:focus,.catalog-per-page-select select:focus{border-color:var(--color-primary)}.catalog-filter-error{color:var(--color-error);margin:0;font-size:12px;font-weight:800;line-height:1.4}.catalog-apply-price-button{width:100%;min-height:38px;color:var(--color-primary-light);cursor:pointer;background:#7b2cff1f;border:1px solid #ede4ff2e;border-radius:12px;font-size:13px;font-weight:900}.catalog-apply-price-button:hover:not(:disabled){color:var(--color-text-light);background:#7b2cff3d;border-color:#ede4ff52}.catalog-apply-price-button:disabled{opacity:.45;cursor:not-allowed}.catalog-filter-checkboxes{gap:9px;display:grid}.catalog-filter-checkbox{color:var(--color-text-on-dark);cursor:pointer;align-items:flex-start;gap:9px;font-size:14px;line-height:1.35;display:flex}.catalog-filter-checkbox input{width:16px;height:16px;accent-color:var(--color-primary);margin-top:2px}.catalog-controls-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:14px;margin-bottom:34px;display:flex}.catalog-pagination{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:24px;display:flex}.catalog-pagination button{min-width:42px;min-height:38px;color:var(--color-text-on-dark);cursor:pointer;background:#0b0814b3;border:1px solid #e5e1ef24;border-radius:12px;padding:0 12px;font-weight:900}.catalog-pagination button.active{color:var(--color-text-light);background:var(--color-primary);border-color:var(--color-primary)}.catalog-pagination button:disabled{opacity:.45;cursor:not-allowed}.catalog-load-more{justify-content:center;margin-top:16px;display:flex}.catalog-search{position:static;overflow:visible}.catalog-search-dropdown{z-index:100;-webkit-backdrop-filter:blur(18px);background:#151426fa;border:1px solid #e5e1ef29;border-radius:24px;gap:0;width:min(1120px,100vw - 32px);max-height:520px;padding:10px 0;display:grid;position:fixed;top:100px;left:50%;overflow-y:auto;transform:translate(-50%);box-shadow:0 28px 90px #00000075}.catalog-search-group{gap:0;padding:6px 0;display:grid}.catalog-search-group+.catalog-search-group{border-top:1px solid #e5e1ef1a}.catalog-search-group p,.catalog-search-empty{color:var(--color-text-muted);letter-spacing:.06em;text-transform:uppercase;margin:0;padding:10px 24px 8px;font-size:12px;font-weight:900}.catalog-search-item{width:100%;min-width:0;height:auto;min-height:56px;color:var(--color-text-on-dark);text-align:left;box-shadow:none;cursor:pointer;background:0 0;border:0;border-radius:0;gap:3px;padding:12px 34px;display:grid}.catalog-search-item:after{display:none}.catalog-search-item span{min-width:0;color:var(--color-text-light);text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:850;line-height:1.25;overflow:hidden}.catalog-search-item small{min-width:0;color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.25;overflow:hidden}.catalog-search-item:hover{color:var(--color-text-light);background:#7b2cff2e;border:0;transform:none}@media (width<=767px){.catalog-search-dropdown{border-radius:20px;width:calc(100vw - 24px);max-height:420px;top:122px}.catalog-search-item{min-height:54px;padding:9px 16px}}@media (width<=1023px){.catalog-layout{grid-template-columns:1fr}.catalog-filters{max-height:none;position:static;overflow:visible}}@media (width<=767px){.catalog-filters{border-radius:18px;padding:18px}.catalog-controls-row{grid-template-columns:1fr;display:grid}.catalog-filter-inline{grid-template-columns:1fr}.catalog-sort-select,.catalog-per-page-select{width:100%}.catalog-search-dropdown{max-height:320px}}.product-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));align-items:stretch;gap:20px;display:grid}.product-card{background:#151426e6;border:1px solid #e5e1ef1f;border-radius:24px;flex-direction:column;min-height:390px;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 80px #00000038}.product-image span{color:var(--color-text-light);font-weight:700}.product-category,.product-brand,.product-rating,.product-stock-status{color:var(--color-text-muted);font-size:13px}.product-card h3{color:#fffffff5;letter-spacing:-.02em;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:0;margin:0 0 2px;font-size:18px;font-weight:600;line-height:1.22;display:-webkit-box;overflow:hidden}.product-stock-status{border-radius:999px;width:fit-content;min-height:28px;margin:12px 0 0;padding:5px 9px;font-weight:800}.product-stock-status-in_stock{color:var(--color-success);background:#22c55e1f}.product-stock-status-out_of_stock{color:var(--color-error);background:#ef44441f}.product-stock-status-made_to_order,.product-stock-status-expected_delivery{color:var(--color-warning);background:#f59e0b1f}.product-card:before{content:"";z-index:0;border-radius:inherit;opacity:0;pointer-events:none;background:radial-gradient(circle at 50% 0,#7b2cff38,#0000 42%),linear-gradient(135deg,#ffffff14,#0000 55%);transition:opacity .22s;position:absolute;inset:0}.product-card:hover:before{opacity:1}.product-card:hover{transform:scale(1.06)}.product-badge{z-index:5;min-height:30px;color:var(--color-text-light);background:linear-gradient(135deg,#8d2455,#6f1a41);border:1px solid #ffffff24;border-radius:10px;justify-content:center;align-items:center;padding:0 12px;font-size:13px;font-weight:850;line-height:1;display:inline-flex;position:absolute;top:16px;left:auto;right:16px;box-shadow:inset 0 1px #ffffff29,0 10px 24px #6f1a4157}.product-card:hover .product-badge{transform:translateY(-1px)scale(1.04);box-shadow:0 8px 22px #e11d4847}.product-card .product-badge{z-index:5;position:absolute;top:14px;left:auto;right:14px}.catalog-sort-custom{min-width:230px;position:relative}.catalog-sort-trigger:hover,.catalog-sort-trigger.open{background:linear-gradient(135deg,#7b2cff38,#ffffff14),#151426f5;border-color:#ede4ff6b}.catalog-sort-arrow{color:var(--color-primary-light);font-size:18px;line-height:1}.catalog-sort-menu{z-index:70;-webkit-backdrop-filter:blur(18px);background:#151426fa;border:1px solid #ede4ff2e;border-radius:18px;gap:4px;width:100%;min-width:250px;padding:8px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 22px 70px #0000006b}.catalog-sort-option{width:100%;min-height:42px;color:var(--color-text-on-dark);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:0 12px;font-weight:800;display:flex}.catalog-sort-option:hover{color:var(--color-text-light);background:#7b2cff2e}.catalog-sort-option.active{color:var(--color-text-light);background:linear-gradient(135deg,#7b2cffb8,#6d28d980),#ffffff0f}.catalog-sort-option strong{color:var(--color-primary-light);font-size:15px}@media (width<=767px){.catalog-sort-custom{width:100%;min-width:0}.catalog-sort-menu{width:100%;min-width:0;left:0;right:auto}}.catalog-per-page-custom{min-width:170px;position:relative}.catalog-per-page-trigger{width:100%;min-height:44px;color:var(--color-text-light);cursor:pointer;background:linear-gradient(135deg,#ffffff14,#7b2cff14),#0b0814b8;border:1px solid #ede4ff2e;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:0 14px;font-weight:850;display:flex;box-shadow:inset 0 1px #ffffff1f,0 10px 26px #0000002e}.catalog-per-page-trigger:hover,.catalog-per-page-trigger.open{background:linear-gradient(135deg,#7b2cff38,#ffffff14),#151426f5;border-color:#ede4ff6b}.catalog-per-page-arrow{color:var(--color-primary-light);font-size:18px;line-height:1}.catalog-per-page-menu{z-index:70;-webkit-backdrop-filter:blur(18px);background:#151426fa;border:1px solid #ede4ff2e;border-radius:18px;gap:4px;width:100%;min-width:190px;padding:8px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 22px 70px #0000006b}.catalog-per-page-option{width:100%;min-height:42px;color:var(--color-text-on-dark);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:0 12px;font-weight:800;display:flex}.catalog-per-page-option:hover{color:var(--color-text-light);background:#7b2cff2e}.catalog-per-page-option.active{color:var(--color-text-light);background:linear-gradient(135deg,#7b2cffb8,#6d28d980),#ffffff0f}.catalog-per-page-option strong{color:var(--color-primary-light);font-size:15px}@media (width<=767px){.catalog-per-page-custom{width:100%;min-width:0}.catalog-per-page-menu{width:100%;min-width:0;left:0;right:auto}}.catalog-rating-custom{width:100%;position:relative}.catalog-rating-trigger{width:100%;min-height:44px;color:var(--color-text-light);cursor:pointer;background:linear-gradient(135deg,#ffffff14,#7b2cff14),#0b0814b8;border:1px solid #ede4ff2e;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:0 14px;font-weight:850;display:flex;box-shadow:inset 0 1px #ffffff1f,0 10px 26px #0000002e}.catalog-rating-trigger:hover,.catalog-rating-trigger.open{background:linear-gradient(135deg,#7b2cff38,#ffffff14),#151426f5;border-color:#ede4ff6b}.catalog-rating-arrow{color:var(--color-primary-light);font-size:18px;line-height:1}.catalog-rating-menu{z-index:80;-webkit-backdrop-filter:blur(18px);background:#151426fa;border:1px solid #ede4ff2e;border-radius:18px;gap:4px;width:100%;min-width:220px;padding:8px;display:grid;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 22px 70px #0000006b}.catalog-rating-option{width:100%;min-height:42px;color:var(--color-text-on-dark);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:0 12px;font-weight:800;display:flex}.catalog-rating-option:hover{color:var(--color-text-light);background:#7b2cff2e}.catalog-rating-option.active{color:var(--color-text-light);background:linear-gradient(135deg,#7b2cffb8,#6d28d980),#ffffff0f}.catalog-rating-option strong{color:var(--color-primary-light);font-size:15px}@media (width<=767px){.catalog-rating-menu{width:100%;min-width:0}}.catalog-brand-list{max-height:none}.catalog-show-more-button{width:100%;min-height:36px;color:var(--color-primary-light);cursor:pointer;background:#7b2cff1f;border:1px solid #ede4ff2e;border-radius:12px;margin-top:4px;font-size:13px;font-weight:900}.catalog-show-more-button:hover{color:var(--color-text-light);background:#7b2cff3d;border-color:#ede4ff52}.category-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px;display:grid}.category-card{isolation:isolate;min-height:150px;color:var(--color-text-light);text-align:center;background:linear-gradient(135deg,#ffffff1a,#7b2cff14),#151426c7;border:1px solid #ede4ff33;border-radius:18px;grid-template-rows:88px auto;place-items:center;gap:12px;padding:18px 16px;transition:transform .2s,border-color .2s,background .2s,box-shadow .2s;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff24,inset 0 -1px #0b08144d,0 12px 30px #0000002e}.category-card:before{content:"";z-index:0;opacity:.65;pointer-events:none;background:linear-gradient(125deg,#ffffff38,#ffffff0a 38%,#0000 64%);position:absolute;inset:0}.category-card>*{z-index:1;position:relative}.category-card:hover,.category-card.active{background:linear-gradient(135deg,#7b2cff38,#ffffff14),#151426e0;border-color:#ede4ff73;transform:translateY(-2px);box-shadow:inset 0 1px #ffffff38,inset 0 -1px #0b081452,0 16px 38px #7b2cff33}.category-card img,.category-card-icon{border-radius:0;place-items:center;width:112px;height:92px;display:grid}.category-card img{object-fit:contain;mix-blend-mode:normal;filter:none}.category-card-icon{background:linear-gradient(135deg,#7b2cfffa,#a069ffe0);border-radius:18px;font-weight:900;box-shadow:inset 0 1px #ffffff3d,0 8px 20px #7b2cff3d}.category-card span:last-child{width:100%;max-width:150px;color:var(--color-text-light);text-align:center;word-break:normal;overflow-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;font-weight:900;line-height:1.18;display:-webkit-box;overflow:hidden}.brand-card{text-align:center;place-items:center;min-height:92px;padding:14px 18px;display:grid;overflow:hidden}.brand-card img{object-fit:contain;box-sizing:border-box;background:#fffffff0;border-radius:14px;width:100%;max-width:150px;height:54px;margin:0 auto;padding:8px 12px;display:block;box-shadow:inset 0 0 0 1px #0f0c1c14,0 10px 22px #0000002e}.brand-card:hover img{background:#fffffffa}.product-grid,.home-product-grid,.catalog-product-grid{align-items:stretch;gap:22px}.product-card{background:linear-gradient(#161426fa,#0f0e1bfa);border:1px solid #ede4ff1a;border-radius:22px;flex-direction:column;min-height:420px;transition:transform .22s,border-color .22s,box-shadow .22s,background .22s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0f,0 18px 42px #00000038}.product-card:before{z-index:0;content:"";opacity:.85;pointer-events:none;background:radial-gradient(circle at 50% 22%,#7b2cff2e,#0000 42%),linear-gradient(#ffffff09,#0000 48%);position:absolute;inset:0}.product-card:hover{background:linear-gradient(#1a172cfa,#0f0e1bfc);border-color:#ede4ff42;transform:translateY(-4px);box-shadow:inset 0 1px #ffffff1a,0 24px 58px #00000052,0 0 30px #7b2cff24}.product-card-link,.product-card-actions{z-index:1;position:relative}.product-card-link{min-height:100%;color:inherit;flex:1;grid-template-rows:218px auto;text-decoration:none;display:grid}.product-image{aspect-ratio:1;width:100%;min-height:unset;isolation:isolate;background:radial-gradient(circle at 50% 36%,#7b2cff3d,#0000 52%),linear-gradient(#261b42e6,#121020bd);padding:0;display:block;position:relative;overflow:hidden}.product-image:after{z-index:2;content:"";pointer-events:none;background:linear-gradient(#0000,#12102075 58%,#121020e6);height:52px;position:absolute;bottom:-1px;left:0;right:0}.product-image img{z-index:1;object-fit:cover;opacity:.9;filter:saturate(1.06)contrast(.98)drop-shadow(0 0 18px #7b2cff2e);border-radius:18px;width:calc(100% - 28px);max-width:none;height:calc(100% - 28px);transition:transform .24s,opacity .24s;display:block;position:absolute;inset:14px}.product-image-fallback-wrap:after{z-index:2;content:"";pointer-events:none;background:linear-gradient(#0000,#121020b8 62%,#121020f5);height:58px;position:absolute;bottom:-1px;left:0;right:0}.product-image img.product-image-fallback{object-fit:cover;opacity:.78;mix-blend-mode:screen;border-radius:18px;width:calc(100% - 16px);height:calc(100% - 16px);inset:8px;-webkit-mask-image:radial-gradient(#000 54%,#000000d1 70%,#0000 94%);mask-image:radial-gradient(#000 54%,#000000d1 70%,#0000 94%)}.product-card:hover .product-image img{opacity:.94;transform:scale(1.04)}.product-card:hover .product-image img.product-image-fallback{opacity:.82;transform:scale(1.02)}.product-body{z-index:3;gap:15px;min-width:0;padding:45px 18px 92px;display:grid;position:relative}.product-topline{justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.product-category,.product-brand,.product-rating{color:#ede4ff85;font-size:13px;font-weight:450;line-height:1.25}.product-category,.product-brand{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.product-brand{text-align:right;flex:none;max-width:38%}.product-rating{color:#ede4ff80;min-height:18px;margin:0;font-size:13px;line-height:1.2}.product-price-row{z-index:4;gap:4px;min-width:0;max-width:calc(100% - 94px);margin:0;padding:0;display:grid;position:absolute;bottom:20px;left:18px}.product-price{color:#ede4ffb8;letter-spacing:-.025em;margin:0;font-size:21px;font-weight:600;line-height:1.05}.product-old-price{color:#ede4ff61;margin:0;font-size:14px;font-weight:450;line-height:1.2;text-decoration:line-through}.product-stock-status{display:none}.product-card-actions{z-index:5;padding:0;position:absolute;bottom:18px;right:18px}.product-card{margin:0}@media (width<=1200px){.product-grid,.home-product-grid,.catalog-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=767px){.product-body{padding:14px 16px 84px}.product-card h3{min-height:auto;font-size:17px}.product-price-row{max-width:calc(100% - 86px);bottom:18px;left:16px}.product-price{font-size:22px}.product-card-actions{bottom:16px;right:16px}}.product-card{position:relative}.product-cart-toast{z-index:20;color:#fffffff0;-webkit-backdrop-filter:blur(14px);text-align:center;white-space:normal;overflow-wrap:anywhere;word-break:normal;pointer-events:none;background:radial-gradient(circle at 16% 0,#7b2cff2e,#0000 42%),linear-gradient(135deg,#18152af5,#0c0a18fa);border:1px solid #ede4ff24;border-radius:14px;max-width:none;padding:10px 12px;font-size:12px;font-weight:700;line-height:1.35;animation:.2s forwards product-cart-toast-in;display:block;position:absolute;bottom:112px;left:16px;right:16px;box-shadow:inset 0 1px #ffffff14,0 14px 34px #00000057,0 0 22px #7b2cff24}.product-cart-toast.feedback-message-success{background:radial-gradient(circle at 20% 0,#3776562e,#0000 40%),radial-gradient(circle at 88% 100%,#7b2cff24,#0000 42%),linear-gradient(135deg,#18152af5,#0c0a18fa);border-color:#5c9e7747;box-shadow:inset 0 1px #ffffff14,0 16px 42px #0000005c,0 0 22px #19422d33,0 0 24px #7b2cff1f}.product-cart-toast.feedback-message-error{background:radial-gradient(circle at 20% 0,#ef444424,#0000 40%),linear-gradient(135deg,#18152af5,#0c0a18fa);border-color:#ef444452;box-shadow:inset 0 1px #ffffff14,0 16px 42px #0000005c,0 0 22px #ef444429}@keyframes product-cart-toast-in{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=767px){.product-cart-toast{text-align:center;white-space:normal;max-width:none;bottom:92px;left:16px;right:16px}}.catalog-page *,.product-page *{box-sizing:border-box}.catalog-page,.product-page{gap:28px;min-width:0;display:grid}.catalog-page,.product-page,.catalog-hero,.catalog-categories,.catalog-products-section,.product-details-layout,.product-gallery,.product-info-card,.product-content-card,.catalog-product-card,.category-card,.catalog-state{min-width:0}.catalog-page .eyebrow,.product-page .eyebrow,.catalog-state .eyebrow{color:var(--color-primary-light);letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:13px;font-weight:900}.catalog-hero h1,.catalog-categories h2,.catalog-products-section h2,.product-title-block h1,.product-content-card h2,.catalog-state h2{color:var(--color-text-light);margin:0}.product-title-block h1{letter-spacing:-.7px;overflow-wrap:anywhere;font-size:clamp(26px,3vw,38px);line-height:1.12}.catalog-hero p,.catalog-muted-text,.catalog-state p,.product-title-block p,.product-content-card p{color:var(--color-text-muted);overflow-wrap:anywhere;line-height:1.65}.catalog-categories,.catalog-products-section,.product-content-card,.catalog-state{background:#151426e6;border:1px solid #e5e1ef1f;border-radius:24px;padding:24px;box-shadow:0 24px 80px #0000002e}.catalog-product-image-placeholder,.product-gallery-placeholder{width:100%;height:100%;min-height:160px;color:var(--color-text-light);background:linear-gradient(135deg,#7b2cff57,#ede4ff0f);border:1px dashed #ede4ff38;border-radius:18px;align-content:center;place-items:center;gap:4px;display:grid}.catalog-product-image-placeholder span,.product-gallery-placeholder span{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-light));color:#0000;-webkit-background-clip:text;background-clip:text;font-size:28px;font-weight:900;line-height:1}.catalog-product-image-placeholder strong,.product-gallery-placeholder strong{color:var(--color-text-light);font-size:22px;line-height:1}.catalog-product-status,.product-status-box{border-radius:999px;align-items:center;width:fit-content;min-height:30px;margin-bottom:14px;padding:0 10px;font-size:13px;font-weight:800;display:inline-flex}.catalog-product-status-in_stock,.product-status-box-in_stock{color:var(--color-success);background:#22c55e1f}.catalog-product-status-out_of_stock,.product-status-box-out_of_stock{color:var(--color-error);background:#ef44441f}.catalog-product-status-made_to_order,.product-status-box-made_to_order,.catalog-product-status-expected_delivery,.product-status-box-expected_delivery{color:var(--color-warning);background:#f59e0b1f}.catalog-product-card .cart-button:disabled,.product-info-card .button:disabled{opacity:.55;cursor:not-allowed}.product-details-layout{grid-template-columns:minmax(0,1fr) minmax(320px,420px);align-items:start;gap:24px;display:grid}.product-gallery,.product-info-card{background:#151426e6;border:1px solid #e5e1ef1f;border-radius:24px;box-shadow:0 24px 80px #0000002e}.product-gallery{gap:16px;padding:20px;display:grid}.product-gallery-main{aspect-ratio:1;background:radial-gradient(circle at top left, #7b2cff38, transparent 42%), var(--color-bg-dark);border-radius:20px;place-items:center;min-height:460px;display:grid}.product-gallery-main img{object-fit:contain;width:100%;max-height:430px}.product-gallery-placeholder p{color:var(--color-text-muted);margin:8px 0 0}.product-gallery-thumbs{grid-template-columns:repeat(auto-fit,minmax(64px,1fr));gap:10px;display:grid}.product-gallery-thumbs button{min-height:72px;color:var(--color-text-muted);cursor:pointer;background:#0b0814b8;border:1px solid #e5e1ef1f;border-radius:14px;place-items:center;padding:6px;display:grid}.product-gallery-thumbs button.active{border-color:var(--color-primary)}.product-gallery-thumbs img{object-fit:contain;width:100%;height:58px}.product-info-card{gap:18px;padding:24px;display:grid}.product-title-block p{margin:8px 0 0}.product-info-badges{flex-wrap:wrap;gap:8px;display:flex}.product-info-badges span{min-height:28px;color:var(--color-text-light);background:var(--color-primary);border-radius:9px;align-items:center;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.product-info-badges .discount{background:var(--color-discount-badge)}.product-price-box{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.product-price-box strong{color:var(--color-text-light);font-size:clamp(24px,2.2vw,30px);font-weight:900;line-height:1.12}.product-price-box span{color:var(--color-text-muted);font-size:14px;text-decoration:line-through}.product-small-info-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;display:grid}.product-small-info-grid>div{background:#0b08148a;border:1px solid #e5e1ef1a;border-radius:14px;gap:4px;padding:14px;display:grid}.product-small-info-grid>div>span{color:var(--color-text-muted);font-size:12px}.product-small-info-grid>div>strong{color:var(--color-text-light);overflow-wrap:anywhere;font-size:14px}.product-characteristics-list{gap:0;margin:18px 0 0;display:grid}.product-characteristics-list div{border-bottom:1px solid #e5e1ef1a;grid-template-columns:minmax(160px,.7fr) minmax(0,1fr);gap:16px;padding:14px 0;display:grid}.product-characteristics-list dt{color:var(--color-text-muted)}.product-characteristics-list dd{color:var(--color-text-light);overflow-wrap:anywhere;margin:0;font-weight:800}.product-reviews-section{gap:22px;scroll-margin-top:24px;display:grid}.product-reviews-header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.product-reviews-summary{background:#0b081475;border:1px solid #e5e1ef1a;border-radius:16px;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;padding:12px 14px;display:flex}.product-reviews-summary strong{color:var(--color-text-light);font-size:20px;font-weight:900}.product-reviews-summary span{color:var(--color-text-muted);font-size:14px;font-weight:800}.review-rating-stars{color:#e5e1ef47;white-space:nowrap;flex-flow:row;align-items:center;gap:3px;font-size:20px;line-height:1;display:inline-flex}.review-rating-stars-interactive{gap:6px}.review-rating-star{color:inherit;flex:none;justify-content:center;align-items:center;line-height:1;display:inline-flex}.review-rating-star-readonly{width:1em;height:1em;color:inherit}.review-rating-star-icon{width:1em;height:1em;display:block;overflow:visible}.review-rating-star-empty{fill:#e5e1ef47}.review-rating-star-filled{fill:var(--color-warning)}button.review-rating-star{color:#e5e1ef47;cursor:pointer;appearance:none;background:#0b081475;border:1px solid #e5e1ef1f;border-radius:10px;width:38px;height:38px;padding:0;font-size:22px;transition:transform .2s,border-color .2s,color .2s,background .2s}button.review-rating-star:hover:not(:disabled),button.review-rating-star:focus-visible{color:var(--color-warning);background:#f59e0b14;border-color:#f59e0b8c;transform:translateY(-1px)}button.review-rating-star:disabled{cursor:not-allowed;opacity:.52}.review-rating-star-active{color:var(--color-warning)}.review-action-section{gap:14px;display:grid}.review-auth-card,.review-form,.review-card,.review-state{background:#0b081475;border:1px solid #e5e1ef1a;border-radius:18px;padding:18px}.review-auth-card{justify-content:space-between;align-items:center;gap:18px;display:flex}.review-auth-card strong,.review-state strong,.review-card-header strong,.review-form h3,.review-manager-reply span{color:var(--color-text-light)}.review-auth-card p,.review-state p,.review-form p,.review-card-header span,.review-card-muted,.review-form-field small,.review-manager-reply small{color:var(--color-text-muted);line-height:1.55}.review-form{gap:16px;display:grid}.review-form-header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.review-form h3{margin:0 0 6px;font-size:20px}.review-form-field{text-align:left;gap:8px;display:grid}.review-form-field>span{color:var(--color-text-muted);font-size:13px;font-weight:800}.review-form-field textarea{width:100%;min-height:130px;color:var(--color-text-light);resize:vertical;box-sizing:border-box;background:#151426e0;border:1px solid #e5e1ef24;border-radius:16px;padding:14px 16px}.review-form-field textarea:focus{border-color:#ede4ff6b;outline:3px solid #ede4ff52}.review-form-field textarea:disabled{cursor:not-allowed;opacity:.62}.review-state-info{color:var(--color-text-muted);background:#ede4ff0f;border:1px solid #e5e1ef1f}.reviews-list-wrap,.reviews-list{gap:14px;display:grid}.reviews-show-more-button{justify-self:center;width:fit-content}.review-card{gap:12px;display:grid}.review-card-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.review-card-author{gap:4px;display:grid}.review-card-rating{flex:none;justify-content:flex-end;display:flex}.review-card-text{color:var(--color-text-light);overflow-wrap:anywhere;margin:0;line-height:1.6}.review-manager-reply{background:#7b2cff1f;border:1px solid #ede4ff29;border-radius:16px;gap:6px;padding:14px;display:grid}.review-manager-reply p{color:var(--color-text-light);margin:0;line-height:1.55}.review-state{text-align:left;justify-items:start;gap:12px;display:grid}@media (width<=1023px){.catalog-hero,.product-details-layout{grid-template-columns:1fr}.product-gallery-main{min-height:360px}}@media (width<=767px){.catalog-page,.product-page{gap:20px}.product-title-block h1{letter-spacing:-.5px;font-size:28px;line-height:1.14}.catalog-hero,.catalog-categories,.catalog-products-section,.product-content-card,.catalog-state,.product-gallery,.product-info-card{border-radius:18px;padding:18px}.catalog-total-card{min-height:110px}.catalog-total-card span{font-size:34px}.catalog-categories-header{flex-direction:column;align-items:stretch}.catalog-section-title-row{flex-direction:column;align-items:stretch;margin-bottom:24px}.catalog-product-image-wrap{min-height:170px}.product-gallery-main{min-height:280px}.product-gallery-main img{max-height:260px}.product-gallery-thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}.product-price-box strong{font-size:24px}.product-characteristics-list div{grid-template-columns:1fr;gap:4px}.product-reviews-header,.review-auth-card,.review-card-header{flex-direction:column;align-items:stretch}.product-reviews-summary,.review-card-rating{justify-content:flex-start}.review-rating-stars-interactive{flex-wrap:wrap}.review-form,.review-card,.review-auth-card,.review-state{border-radius:16px;padding:14px}}@media (width<=430px){.catalog-hero,.catalog-categories,.catalog-products-section,.product-content-card,.catalog-state,.product-gallery,.product-info-card,.catalog-product-body{padding:14px}.catalog-product-actions{padding:0 14px 14px}.catalog-product-price-row strong{font-size:18px}.product-price-box strong{font-size:22px}.product-gallery-thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-stock-status-awaiting_delivery,.catalog-product-status-awaiting_delivery,.product-status-box-awaiting_delivery{color:var(--color-warning);background:#f59e0b1f}.product-rating{color:#ede4ff94;flex-wrap:wrap;align-items:center;gap:6px;min-height:20px;margin:0;font-size:13px;line-height:1.2;display:flex}.product-rating>span{color:#ede4ff9e;font-size:13px;font-weight:700}.product-rating-details{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.product-rating-details strong{color:var(--color-text-light);font-size:14px;font-weight:900}.product-rating-reviews-link{color:var(--color-text-muted);font-size:14px;font-weight:800;text-decoration:none;transition:color .2s}.product-rating-reviews-link:hover,.product-rating-reviews-link:focus-visible{color:var(--color-primary-light)}.review-rating-stars-sm{gap:2px;font-size:15px}.review-rating-stars-md{font-size:20px}.review-rating-star.review-rating-star-active{color:var(--color-warning);text-shadow:0 0 16px #f59e0b47}button.review-rating-star.review-rating-star-active{color:var(--color-warning);background:#f59e0b1a;border-color:#f59e0b8c}.review-card-rating .review-rating-stars,.product-reviews-summary .review-rating-stars,.product-rating .review-rating-stars{color:inherit}.review-image-field{gap:12px}.review-image-upload{color:var(--color-text-light);cursor:pointer;background:#f59e0b0f;border:1px solid #f59e0b94;border-radius:16px;gap:6px;padding:18px;transition:background .2s,border-color .2s,box-shadow .2s,transform .2s;display:grid;box-shadow:inset 0 0 0 1px #f59e0b14}.review-image-upload:hover,.review-image-upload:focus-within{background:#f59e0b1a;border-color:#f59e0bd1;transform:translateY(-1px);box-shadow:inset 0 0 0 1px #f59e0b24}.review-image-upload input{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.review-image-upload strong{color:var(--color-text-light);font-size:15px;font-weight:900}.review-image-upload small{color:var(--color-text-muted);line-height:1.45}.review-image-upload-disabled{cursor:not-allowed;opacity:.62;transform:none}.review-image-errors{color:var(--color-error);background:#ef44441a;border:1px solid #ef444442;border-radius:14px;gap:6px;padding:12px 14px;font-size:13px;font-weight:800;display:grid}.review-image-errors span{overflow-wrap:anywhere}.review-selected-images{gap:12px;display:grid}.review-selected-images-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.review-selected-images-header strong{color:var(--color-text-light)}.review-selected-images-header span{color:var(--color-text-muted);font-size:13px;font-weight:800}.review-selected-images-grid{grid-template-columns:repeat(auto-fill,minmax(180px,220px));justify-content:start;gap:12px;display:grid}.review-selected-image{background:#151426c7;border:1px solid #e5e1ef1a;border-radius:16px;gap:10px;padding:12px;display:grid}.review-selected-image img{object-fit:contain;background:#f6f4fb0d;border-radius:12px;width:100%;height:132px;display:block}.review-selected-image div{gap:4px;display:grid}.review-selected-image strong{color:var(--color-text-light);overflow-wrap:anywhere;font-size:13px}.review-selected-image span{color:var(--color-text-muted);font-size:12px;font-weight:700}.review-selected-image .button{width:100%}.review-images-gallery{gap:10px;display:grid}.review-images-gallery>span{color:var(--color-text-muted);font-size:13px;font-weight:800}.review-images-list{flex-wrap:wrap;gap:10px;display:flex}.review-image-thumb{cursor:pointer;appearance:none;background:#151426c7;border:1px solid #e5e1ef24;border-radius:14px;width:92px;height:92px;padding:0;transition:border-color .2s,transform .2s;display:block;overflow:hidden}.review-image-thumb:hover,.review-image-thumb:focus-visible{border-color:#f59e0ba6;outline:none;transform:translateY(-2px)}.review-image-thumb img{object-fit:cover;width:100%;height:100%;display:block}.review-image-modal{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#05030ad1;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.review-image-modal-content{background:#151426f5;border:1px solid #e5e1ef29;border-radius:24px;gap:14px;width:min(960px,100%);max-height:calc(100vh - 48px);padding:18px;display:grid;position:relative;box-shadow:0 30px 90px #0000007a}.review-image-modal-content>img{object-fit:contain;border-radius:18px;max-width:100%;max-height:calc(100vh - 190px);margin:0 auto;display:block}.review-image-modal-close{width:38px;height:38px;color:var(--color-text-light);cursor:pointer;background:#0b0814b8;border:1px solid #e5e1ef29;border-radius:999px;justify-content:center;align-items:center;font-size:26px;line-height:1;display:inline-flex;position:absolute;top:12px;right:12px}.review-image-modal-close:hover,.review-image-modal-close:focus-visible{color:var(--color-warning);border-color:#f59e0b8c;outline:none}.review-image-modal-nav{grid-template-columns:auto minmax(56px,auto) auto;justify-content:center;align-items:center;gap:12px;display:grid}.review-image-modal-nav .button{flex:none;width:auto;min-width:132px}.review-image-modal-nav span{color:var(--color-text-muted);text-align:center;white-space:nowrap;justify-self:center;font-size:13px;font-weight:800}@media (width<=767px){.review-selected-images-grid{grid-template-columns:repeat(auto-fill,minmax(148px,1fr))}.review-selected-image img{height:118px}.review-images-list{flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.review-image-thumb{flex:0 0 82px;width:82px;height:82px}.review-image-modal{padding:12px}.review-image-modal-content{border-radius:18px;max-height:calc(100vh - 24px);padding:14px}.review-image-modal-content>img{border-radius:14px;max-height:calc(100vh - 190px)}.review-image-modal-nav{grid-template-columns:auto minmax(44px,auto) auto;gap:8px}.review-image-modal-nav .button{min-width:0;min-height:40px;padding:0 12px;font-size:13px}}.cart-page{color:var(--color-text-on-dark)}.cart-header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.cart-header h1{color:var(--color-text-light);margin:0 0 10px;font-size:clamp(28px,4vw,42px);line-height:1.05}.cart-header p{max-width:660px;color:var(--color-text-muted);margin:0;line-height:1.6}.cart-clear-button{white-space:nowrap}.cart-layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:24px;display:grid}.cart-items{gap:16px;display:grid}.cart-item-card,.cart-summary,.cart-state-card{background:linear-gradient(145deg, #ffffff0e, #ffffff04), var(--color-card-dark);border:1px solid #e5e1ef24;box-shadow:0 18px 40px #0000003d}.cart-item-card{border-radius:22px;grid-template-columns:112px minmax(0,1fr) 170px 130px 96px;align-items:center;gap:18px;padding:18px;display:grid}.cart-item-image{width:112px;height:112px;color:var(--color-text-muted);text-align:center;background:#f3f1fa0f;border:1px solid #e5e1ef1a;border-radius:18px;justify-content:center;align-items:center;font-size:13px;display:flex;overflow:hidden}.cart-item-image img{object-fit:contain;width:100%;height:100%;padding:8px}.cart-item-info{min-width:0}.cart-item-name{color:var(--color-text-light);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:18px;font-weight:800;line-height:1.35;display:-webkit-box;overflow:hidden}.cart-item-name:hover{color:var(--color-primary-light)}.cart-item-meta{color:var(--color-text-muted);margin-top:10px;font-size:14px;display:block}.cart-quantity-control{grid-template-columns:42px minmax(56px,1fr) 42px;align-items:center;gap:8px;display:grid}.cart-quantity-control button,.cart-quantity-control input,.cart-remove-button,.cart-error-row button{border-radius:12px;min-height:42px;font-weight:800}.cart-quantity-control button{color:var(--color-text-light);cursor:pointer;background:#ede4ff14;border:1px solid #e5e1ef24}.cart-quantity-control button:hover:not(:disabled){background:#7b2cff47;border-color:#ede4ff5c}.cart-quantity-control input{width:100%;color:var(--color-text-light);text-align:center;background:#0b08146b;border:1px solid #e5e1ef24;outline:none}.cart-quantity-control input:focus{border-color:#7b2cffb8;box-shadow:0 0 0 3px #7b2cff2e}.cart-quantity-control button:disabled,.cart-quantity-control input:disabled,.cart-remove-button:disabled,.cart-error-row button:disabled{opacity:.55;cursor:not-allowed}.cart-item-total{gap:4px;display:grid}.cart-item-total span{color:var(--color-text-muted);font-size:13px}.cart-item-total strong{color:var(--color-text-light);font-size:18px}.cart-remove-button{color:var(--color-text-light);cursor:pointer;background:#ef444424;border:1px solid #ef444457}.cart-remove-button:hover:not(:disabled){background:#ef44443d}.cart-summary{border-radius:24px;gap:18px;padding:24px;display:grid;position:sticky;top:124px}.cart-summary h2{color:var(--color-text-light);margin:0;font-size:26px}.cart-summary dl{gap:14px;margin:0;display:grid}.cart-summary dl div{border-bottom:1px solid #e5e1ef1a;justify-content:space-between;align-items:center;gap:16px;padding-bottom:14px;display:flex}.cart-summary dt{color:var(--color-text-muted)}.cart-summary dd{color:var(--color-text-light);margin:0;font-weight:800}.cart-summary .cart-summary-total{border-bottom:0;padding-top:4px}.cart-summary-total dt,.cart-summary-total dd{color:var(--color-text-light);font-size:20px}.cart-summary-note{color:var(--color-text-muted);margin:0;font-size:13px;line-height:1.5}.cart-discount-panel,.cart-bonus-panel{background:#0b081457;border:1px solid #e5e1ef1a;border-radius:18px;gap:14px;padding:18px;display:grid}.cart-discount-heading{gap:12px;display:grid}.cart-discount-heading h3,.cart-bonus-panel h3{color:var(--color-text-light);margin:0;font-size:18px}.cart-discount-heading p,.cart-bonus-info p,.cart-bonus-info small{color:var(--color-text-muted);margin:6px 0 0;font-size:13px;line-height:1.5}.cart-bonus-info strong{color:var(--color-text-light)}.cart-active-code{background:#22c55e1a;border:1px solid #22c55e47;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:10px 12px;display:flex}.cart-active-code span{color:var(--color-success);white-space:nowrap;font-size:12px;font-weight:900}.cart-active-code strong{min-width:0;color:var(--color-text-light);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:900;overflow:hidden}.cart-discount-rules,.cart-bonus-rules{background:#ede4ff0e;border:1px solid #e5e1ef17;border-radius:14px;gap:6px;padding:12px;display:grid}.cart-discount-rules p,.cart-bonus-rules p{color:var(--color-text-muted);margin:0;font-size:13px;line-height:1.45}.cart-discount-rules strong,.cart-bonus-rules strong{color:var(--color-text-light)}.cart-discount-form,.cart-discount-field{gap:10px;display:grid}.cart-discount-field span{color:var(--color-text-muted);font-size:13px;font-weight:800}.cart-discount-field input{width:100%;min-height:46px;color:var(--color-text-light);background:#0b08147a;border:1px solid #e5e1ef24;border-radius:14px;outline:none;padding:0 14px}.cart-discount-field input:focus{border-color:#7b2cffb8;box-shadow:0 0 0 3px #7b2cff2e}.cart-discount-field input:disabled{opacity:.72;cursor:not-allowed}.cart-discount-actions{gap:10px;display:grid}.cart-discount-error{color:var(--color-error);background:#ef44441a;border:1px solid #ef44443d;border-radius:14px;margin:0;padding:12px;font-size:13px;font-weight:800;line-height:1.45}.cart-bonus-panel{grid-template-columns:minmax(0,1fr)}.cart-bonus-toggle{width:fit-content;color:var(--color-text-light);cursor:pointer;align-items:center;gap:12px;font-weight:900;display:flex}.cart-bonus-toggle input{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.cart-bonus-switch{background:#e5e1ef24;border:1px solid #e5e1ef29;border-radius:999px;flex:0 0 48px;width:48px;height:28px;transition:background .2s,border-color .2s;position:relative}.cart-bonus-switch:before{content:"";background:var(--color-text-light);border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:3px;left:3px}.cart-bonus-toggle.active .cart-bonus-switch{background:#7b2cffad;border-color:#ede4ff57}.cart-bonus-toggle.active .cart-bonus-switch:before{transform:translate(20px)}.cart-bonus-toggle input:focus-visible+.cart-bonus-switch{box-shadow:0 0 0 3px #7b2cff2e}.cart-bonus-toggle input:disabled+.cart-bonus-switch,.cart-bonus-toggle input:disabled~.cart-bonus-toggle-text{opacity:.55;cursor:not-allowed}.cart-bonus-toggle-text{font-size:14px}.cart-bonus-applied{color:var(--color-success);background:#22c55e1a;border:1px solid #22c55e38;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;font-size:13px;font-weight:900;display:flex}.cart-bonus-applied strong{color:var(--color-text-light)}.cart-summary-discount-row dd{color:var(--color-success)}.cart-error-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.cart-error-row button{color:var(--color-text-light);cursor:pointer;background:#ffffff14;border:1px solid #ffffff29;padding:0 14px}.cart-state-card{max-width:720px;margin:0 auto}@media (width<=1100px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media (width<=900px){.cart-header{flex-direction:column;align-items:stretch}.cart-clear-button{width:100%}.cart-item-card{grid-template-columns:96px minmax(0,1fr);gap:14px}.cart-item-image{width:96px;height:96px}.cart-quantity-control,.cart-item-total,.cart-remove-button{grid-column:1/-1}.cart-item-total{justify-content:space-between;align-items:center;display:flex}}@media (width<=640px){.cart-page{padding-top:0}.cart-header h1{font-size:28px}.cart-item-card,.cart-summary,.cart-state-card{border-radius:18px}.cart-item-card{grid-template-columns:82px minmax(0,1fr);padding:14px}.cart-item-image{border-radius:14px;width:82px;height:82px}.cart-item-name{font-size:16px}.cart-item-meta{font-size:13px}.cart-quantity-control{grid-template-columns:44px minmax(0,1fr) 44px}.cart-error-row{flex-direction:column;align-items:stretch}}.checkout-page,.checkout-success-page{flex-direction:column;gap:24px;display:flex}.checkout-header{max-width:760px}.checkout-header p{color:var(--color-text-muted)}.checkout-person-notice{max-width:760px}.checkout-layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:24px;display:grid}.checkout-main{flex-direction:column;gap:20px;display:flex}.checkout-card,.checkout-summary,.checkout-success-card{background:#151426db;border:1px solid #e5e1ef29;border-radius:24px;box-shadow:0 20px 60px #0000002e}.checkout-card{padding:24px}.checkout-card h2,.checkout-summary h2,.checkout-success-card h2{margin-bottom:16px}.checkout-warning,.checkout-info,.checkout-delivery-result,.checkout-success-note{border-radius:18px;padding:16px}.checkout-warning{background:#f59e0b1a;border:1px solid #f59e0b59}.checkout-info,.checkout-success-note{color:var(--color-text-on-dark);background:#7b2cff1a;border:1px solid #7b2cff47}.checkout-delivery-result{color:var(--color-success);background:#22c55e1f;border:1px solid #22c55e59;margin-top:16px}.checkout-empty-address{gap:12px;display:grid}.checkout-add-address-button{width:fit-content;margin-top:14px}.checkout-address-summary{background:#f6f4fb0a;border:1px solid #e5e1ef24;border-radius:18px;gap:8px;margin-bottom:16px;padding:16px;display:grid}.checkout-options{flex-direction:column;gap:12px;display:flex}.checkout-option{cursor:pointer;background:#f6f4fb0a;border:1px solid #e5e1ef29;border-radius:16px;align-items:center;gap:12px;padding:14px 16px;display:flex}.checkout-option input{width:18px;height:18px}.checkout-option-disabled{opacity:.45;cursor:not-allowed}.checkout-option-disabled input,.checkout-option-disabled span{cursor:not-allowed}.checkout-muted{color:var(--color-text-muted)}.checkout-summary{padding:24px;position:sticky;top:160px}.checkout-summary-items{flex-direction:column;gap:14px;margin-bottom:20px;display:flex}.checkout-summary-item,.checkout-summary-row,.checkout-summary-total{justify-content:space-between;gap:16px;display:flex}.checkout-summary-item{border-bottom:1px solid #e5e1ef1f;align-items:center;padding-bottom:14px}.checkout-summary-item-image{object-fit:cover;background:#f6f4fb14;border-radius:14px;flex:0 0 52px;width:52px;height:52px}.checkout-summary-item-image-placeholder{color:var(--color-text-muted);place-items:center;font-weight:900;display:grid}.checkout-summary-item-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.checkout-summary-item-info strong{text-overflow:ellipsis;overflow:hidden}.checkout-summary-item span,.checkout-summary-row span,.checkout-summary-total span{color:var(--color-text-muted)}.checkout-summary-row,.checkout-summary-total{border-top:1px solid #e5e1ef1f;padding:12px 0}.checkout-summary-total{font-size:18px}.checkout-success-card{max-width:920px;margin:0 auto;padding:32px}.checkout-success-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:24px 0;display:grid}.checkout-success-info{background:#f6f4fb0a;border:1px solid #e5e1ef24;border-radius:18px;flex-direction:column;gap:6px;padding:16px;display:flex}.checkout-success-info span{color:var(--color-text-muted)}.checkout-success-total strong{color:var(--color-success);font-size:22px}.checkout-success-actions{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}@media (width<=920px){.checkout-layout{grid-template-columns:1fr}.checkout-summary{z-index:2;margin-top:16px;position:sticky;top:128px}}@media (width<=640px){.checkout-card,.checkout-success-card{border-radius:18px;padding:18px}.checkout-summary{margin-top:12px;top:180px}.checkout-summary-item{align-items:flex-start}.checkout-summary-item-image{flex-basis:46px;width:46px;height:46px}.checkout-success-grid{grid-template-columns:1fr}.checkout-success-actions{flex-direction:column}.checkout-success-actions .button{width:100%}}.header-cart-link .header-action-icon{position:relative}.header-cart-badge{min-width:20px;height:20px;color:var(--color-text-light);background:var(--color-discount-badge);border:2px solid var(--color-bg-dark);border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-weight:900;line-height:1;display:inline-flex;position:absolute;top:-8px;right:-8px}.bottom-nav-cart-link .bottom-nav-icon{position:relative}.bottom-nav-cart-count{min-width:18px;height:18px;color:var(--color-text-light);background:var(--color-discount-badge);border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-size:10px;font-weight:900;line-height:1;display:inline-flex;position:absolute;top:-10px;right:-14px}.cart-button-success,.button.cart-button-success,.cart-button-success:hover:not(:disabled),.button.cart-button-success:hover:not(:disabled){background:var(--color-success)}.product-cart-message{margin:10px 0 0;font-size:13px;font-weight:700;line-height:1.4}.cart-button:disabled,.button:disabled{cursor:not-allowed}@media (width<=767px){.header-cart-badge{min-width:18px;height:18px;font-size:10px;top:-6px;right:-6px}.product-cart-message{font-size:12px}}.cart-intent-notification{border-radius:14px;max-width:min(1180px,100% - 32px);margin:16px auto 0;padding:12px 16px;font-size:14px;font-weight:800;line-height:1.4}.hero-content,.promo-card,.feature-card,.product-card,.auth-card,.profile-card,.state-card,.admin-sidebar,.admin-content{background:#151426e6;border:1px solid #e5e1ef1f;border-radius:24px;box-shadow:0 24px 80px #00000038}.hero-content h1,.section-heading h1,.auth-card h1,.state-card h1{color:var(--color-text-light);letter-spacing:-1.8px;margin:0 0 16px;font-size:clamp(32px,5vw,56px);line-height:1.05}.hero-content p,.section-heading p,.auth-card p,.state-card p,.admin-page p{color:var(--color-text-muted);line-height:1.7}.auth-page{justify-content:center;display:flex}.auth-card{width:min(480px,100%);padding:32px}.auth-card h1{letter-spacing:-1px;font-size:clamp(28px,4vw,40px);line-height:1.08}.auth-card label{color:var(--color-text-on-dark);gap:8px;margin-top:16px;font-weight:700;display:grid}.auth-card input,.auth-card select{width:100%;min-height:46px;color:var(--color-text-on-dark);background:#100e1c;border:1px solid #e5e1ef24;border-radius:12px;outline:0;padding:0 14px}.auth-card input:focus,.auth-card select:focus{border-color:var(--color-primary)}.birth-date-fieldset{border:0;min-width:0;margin:16px 0 0;padding:0}.birth-date-fieldset legend{color:var(--color-text-on-dark);padding:0;font-weight:700}.birth-date-fields{grid-template-columns:minmax(86px,.8fr) minmax(150px,1.4fr) minmax(104px,1fr);gap:8px;margin-top:8px;display:grid}.compact-select{min-width:0;position:relative}.compact-select-trigger{width:100%;min-height:46px;color:var(--color-text-on-dark);font:inherit;text-align:left;cursor:pointer;background:#100e1c;border:1px solid #e5e1ef24;border-radius:12px;justify-content:space-between;align-items:center;padding:0 13px;display:flex}.compact-select-trigger:hover,.compact-select.is-open .compact-select-trigger,.compact-select-trigger:focus-visible{border-color:var(--color-primary);outline:0}.compact-select-trigger:disabled{cursor:not-allowed;opacity:.65}.compact-select-placeholder{color:var(--color-text-muted)}.compact-select-arrow{border-bottom:2px solid;border-right:2px solid;width:8px;height:8px;margin:-4px 2px 0 10px;transition:transform .16s,margin .16s;transform:rotate(45deg)}.compact-select.is-open .compact-select-arrow{margin-top:4px;transform:rotate(225deg)}.compact-select-menu{z-index:120;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#e5e1ef73 transparent;background:#100e1c;border:1px solid #9b5cffb8;border-radius:12px;max-height:min(220px,42vh);padding:5px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 18px 42px #0006}.compact-select.opens-up .compact-select-menu{top:auto;bottom:calc(100% + 6px)}.compact-select-menu::-webkit-scrollbar{width:7px}.compact-select-menu::-webkit-scrollbar-thumb{background:#e5e1ef6b;border-radius:999px}.compact-select-option{width:100%;min-height:36px;color:var(--color-text-on-dark);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:7px 10px;display:block}.compact-select-option:hover,.compact-select-option:focus-visible{background:#9b5cff2e;outline:0}.compact-select-option.is-selected{background:var(--color-primary);color:var(--color-text-light)}.compact-select-option-placeholder{color:var(--color-text-muted)}@media (width<=420px){.birth-date-fields{grid-template-columns:minmax(70px,.8fr) minmax(112px,1.35fr) minmax(84px,1fr);gap:6px}.compact-select-trigger{min-height:44px;padding:0 10px;font-size:14px}.compact-select-menu{max-height:min(196px,38vh)}.compact-select-option{min-height:34px;padding:6px 8px;font-size:14px}}.auth-card .button{margin-top:20px}.auth-note{text-align:center}.auth-note a{color:var(--color-primary-light);font-weight:800}@media (width<=767px){.logo-link{font-size:24px}.header-actions{justify-content:space-between;width:100%}.header-actions .button{flex:1;padding:0 12px;font-size:14px}.user-chip{max-width:160px}.main-content{width:calc(100% - 32px);padding:24px 0 96px}.hero-content,.auth-card,.profile-card,.state-card,.admin-sidebar,.admin-content{border-radius:18px;padding:20px}.hero-content h1,.section-heading h1,.auth-card h1,.state-card h1{letter-spacing:-.8px;font-size:28px}.promo-card{border-radius:18px;min-height:240px}.promo-card h2{margin-top:54px;font-size:24px}.feature-grid,.product-grid,.admin-stat-grid{grid-template-columns:1fr}.catalog-toolbar{grid-template-columns:1fr;align-items:stretch}.search-box{width:100%}.profile-card dl div{flex-direction:column;gap:4px}.mobile-bottom-nav{z-index:30;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#151426f0;border:1px solid #e5e1ef24;border-radius:18px;grid-template-columns:repeat(3,1fr);padding:8px;display:grid;position:fixed;bottom:16px;left:16px;right:16px}.mobile-bottom-nav a{color:var(--color-text-muted);text-align:center;border-radius:12px;padding:10px 8px;font-size:13px;font-weight:800}.mobile-bottom-nav a.active{color:var(--color-text-light);background:var(--color-primary)}}.feature-card h3,.profile-card h2{color:var(--color-text-light);margin:0 0 12px}.feature-card p,.product-card p,.profile-card p{color:var(--color-text-muted);line-height:1.6}.profile-page{flex-direction:column;gap:24px;display:flex}.profile-grid{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);align-items:stretch;gap:24px;display:grid}.profile-card{padding:24px}.profile-card dl{gap:14px;margin:0;display:grid}.profile-card dl div{border-bottom:1px solid #e5e1ef1a;justify-content:space-between;gap:16px;padding-bottom:12px;display:flex}.profile-card dt{color:var(--color-text-muted)}.profile-card dd{color:var(--color-text-light);text-align:right;overflow-wrap:anywhere;margin:0;font-weight:800}.profile-action-button{justify-content:center;width:240px;margin-top:15px;display:inline-flex}.role-section{width:100%}.role-list{flex-wrap:wrap;gap:10px;display:flex}.role-badge{color:var(--color-text-light);background:var(--color-primary);border-radius:999px;padding:8px 12px;font-weight:800}.customer-level-card{gap:18px;display:grid}.customer-level-badge{width:fit-content;color:var(--color-text-light);background:#7b2cff2e;border-radius:999px;padding:8px 18px;font-weight:800;display:inline-flex}.customer-level-card dl{gap:14px;margin:0;display:grid}.customer-level-card dl div{border-bottom:1px solid #e5e1ef1a;justify-content:space-between;gap:16px;padding-bottom:12px;display:flex}.level-progress-bar{gap:12px;margin-top:22px;display:grid}.level-progress-track{background:#ffffff14;border-radius:999px;width:100%;height:10px;overflow:hidden}.level-progress-fill{border-radius:inherit;background:linear-gradient(90deg,#7b2cff,#b57bff);height:100%}.level-progress-text{color:var(--color-text-muted);font-size:14px}.profile-menu{position:relative}.profile-menu-button{width:52px;height:52px;color:var(--color-text-light);cursor:pointer;background:0 0;border:none;border-radius:18px;place-items:center;padding:0;font-size:22px;transition:all .2s;display:grid;overflow:hidden;box-shadow:0 10px 26px #7b2cff38}.profile-menu-button img{object-fit:cover;border-radius:inherit;filter:none;width:100%;height:100%;display:block}.profile-menu-button:hover{border:none;transform:translateY(-1px);box-shadow:inset 0 1px #ffffff1a,0 12px 30px #7b2cff57}.profile-dropdown{z-index:80;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#151426fa;border:1px solid #ede4ff29;border-radius:18px;gap:6px;width:220px;padding:10px;display:grid;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 24px 80px #0000006b}.profile-dropdown-user{border-bottom:1px solid #ede4ff1f;gap:3px;padding:10px 12px 12px;display:grid}.profile-dropdown-user strong{color:var(--color-text-light);overflow-wrap:anywhere;font-size:14px}.profile-dropdown-user small{color:var(--color-text-muted);font-size:12px}.profile-dropdown a,.profile-dropdown button{min-height:40px;color:var(--color-text-on-dark);text-align:left;cursor:pointer;font:inherit;background:0 0;border:0;border-radius:12px;align-items:center;padding:0 12px;font-size:14px;font-weight:800;text-decoration:none;transition:all .2s;display:flex}.profile-dropdown a:hover,.profile-dropdown button:hover{color:var(--color-text-light);background:#7b2cff38}.header-action-icon img{object-fit:contain;width:26px;height:26px;display:block}.header-action-link:hover .header-action-icon,.header-action-link.active .header-action-icon{border:none;transform:translateY(-1px);box-shadow:inset 0 1px #ffffff1a,0 12px 30px #7b2cff57}@media (width<=1023px){.profile-grid{grid-template-columns:1fr}.header-actions{gap:14px}.header-action-text{display:none}.header-action-icon{width:44px;height:44px}.header-action-icon img{width:25px;height:25px}.profile-menu-button{border-radius:16px;width:46px;height:46px}}@media (width<=767px){.profile-page{gap:18px}.profile-card{border-radius:18px;padding:20px}.profile-card dl div{flex-direction:column;gap:4px}.profile-card dd{text-align:left}.header-action-link{display:none}.profile-menu-button{border-radius:15px;width:44px;height:44px;font-size:20px}.profile-dropdown{width:210px;right:0}}.address-section{flex-direction:column;gap:22px;display:flex}.address-section-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.address-section-header h2{margin-bottom:6px}.address-list{flex-direction:column;gap:18px;display:flex}.address-empty{background:#f6f4fb0a;border:1px dashed #e5e1ef33;border-radius:20px;gap:12px;padding:22px;display:grid}.address-empty p{color:var(--color-text-muted)}.address-card{background:#f6f4fb0a;border:1px solid #e5e1ef24;border-radius:18px;flex-direction:column;gap:14px;padding:18px;display:flex}.address-card-header{justify-content:space-between;gap:16px;display:flex}.address-card-header h3{color:var(--color-text-light);margin:0;font-size:17px;line-height:1.35}.address-default-badge{width:fit-content;color:var(--color-success);background:#22c55e1f;border:1px solid #22c55e47;border-radius:999px;margin-top:8px;padding:5px 10px;font-size:12px;font-weight:800;display:inline-flex}.address-card-details{gap:10px;margin:0;display:grid}.address-card-details div{border-bottom:1px solid #e5e1ef1a;grid-template-columns:160px minmax(0,1fr);gap:12px;padding-bottom:10px;display:grid}.address-card-details div:last-child{border-bottom:0;padding-bottom:0}.address-card-details dt{color:var(--color-text-muted)}.address-card-details dd{color:var(--color-text-light);overflow-wrap:anywhere;margin:0;font-weight:700}.address-card-actions{flex-wrap:wrap;gap:10px;padding-top:2px;display:flex}.address-modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#080612b8;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.address-modal{background:var(--color-card-dark);border:1px solid #e5e1ef2e;border-radius:24px;width:min(680px,100%);max-height:calc(100vh - 48px);padding:28px;overflow-y:auto;box-shadow:0 24px 80px #00000052}.address-modal-header{justify-content:space-between;gap:16px;margin-bottom:22px;display:flex}.address-modal-header h2{color:var(--color-text-light);margin:4px 0 0}.address-modal-close{width:40px;height:40px;color:var(--color-text-on-dark);cursor:pointer;background:#f6f4fb0f;border:1px solid #e5e1ef24;border-radius:14px;flex:0 0 40px;place-items:center;font-size:28px;line-height:1;transition:all .2s;display:grid}.address-modal-close:hover{color:var(--color-text-light);background:#7b2cff38}.address-modal-form{gap:16px;display:grid}.address-modal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.address-field{color:var(--color-text-on-dark);gap:8px;font-weight:700;display:grid}.address-field input,.address-field select,.address-field textarea{box-sizing:border-box;width:100%;min-height:46px;color:var(--color-text-on-dark);font:inherit;background:#100e1c;border:1px solid #e5e1ef24;border-radius:12px;outline:0;padding:0 14px}.address-field textarea{resize:vertical;min-height:96px;padding-top:12px}.address-field input:focus,.address-field select:focus,.address-field textarea:focus{border-color:var(--color-primary)}.address-field input:disabled,.address-field select:disabled,.address-field textarea:disabled{opacity:.6;cursor:not-allowed}.address-checkbox{width:fit-content;color:var(--color-text-on-dark);cursor:pointer;align-items:center;gap:10px;font-weight:700;display:flex}.address-checkbox input{width:18px;height:18px}.address-modal-actions{justify-content:flex-end;gap:12px;margin-top:4px;display:flex}@media (width<=640px){.address-section{gap:18px}.address-section-header{flex-direction:column;align-items:stretch}.address-section-header .button{width:100%}.address-card{border-radius:18px;padding:16px}.address-card-details div{grid-template-columns:1fr;gap:4px}.address-card-actions{flex-direction:column}.address-card-actions .button{width:100%}.address-modal-backdrop{align-items:start;padding:16px}.address-modal{border-radius:20px;max-height:calc(100vh - 32px);padding:20px}.address-modal-grid{grid-template-columns:1fr}.address-modal-actions{flex-direction:column-reverse}.address-modal-actions .button{width:100%}}.profile-orders-page{gap:24px;min-width:0;display:grid}.profile-orders-page *,.profile-order-card,.profile-order-details-card,.profile-order-history-card,.profile-order-receipt-card,.profile-order-item{box-sizing:border-box;min-width:0}.profile-orders-header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.profile-orders-header-content{gap:12px;display:grid}.profile-order-header-meta{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.profile-order-header-meta>span{color:var(--color-text-muted);line-height:1.6}.profile-orders-header h1,.profile-order-card h2,.profile-order-details-card h2,.profile-order-history-card h2,.profile-order-receipt-card h2{color:var(--color-text-light);margin:0}.profile-order-card p,.profile-orders-muted{color:var(--color-text-muted);line-height:1.6}.profile-orders-list{gap:18px;display:grid}.profile-orders-preview{margin-top:20px}.profile-orders-preview-list{gap:16px;margin:0;padding:0;list-style:none;display:grid}.profile-orders-preview-item{background:#0b081473;border:1px solid #e5e1ef14;border-radius:18px;grid-template-columns:minmax(0,1fr) 170px minmax(150px,max-content);align-items:center;gap:20px;padding:18px;display:grid}.profile-orders-preview-item>div{gap:6px;display:grid}.profile-orders-preview-item strong{color:var(--color-text-light)}.profile-orders-preview-item small{color:var(--color-text-muted)}.profile-orders-preview-item .profile-order-status{justify-self:center}.profile-orders-preview-amount{color:var(--color-text-light);text-align:right;justify-self:end;font-size:20px;font-weight:800}.profile-orders-empty{justify-items:start;gap:18px;display:grid}.profile-order-card,.profile-order-details-card,.profile-order-history-card,.profile-order-receipt-card,.profile-orders-state{background:#151426e0;border:1px solid #e5e1ef24;border-radius:24px;box-shadow:0 22px 70px #0000002e}.profile-order-card,.profile-order-details-card,.profile-order-history-card,.profile-order-receipt-card{padding:24px}.profile-order-card-main,.profile-order-card-footer,.profile-orders-actions{justify-content:space-between;align-items:center;gap:16px;display:flex}.profile-order-label,.profile-order-info-grid span,.profile-order-card-footer span,.profile-order-details-grid span,.profile-order-address span,.profile-order-tracking span,.profile-order-item-price span,.profile-order-history-list span{color:var(--color-text-muted);font-size:13px;font-weight:700}.profile-order-status{min-height:34px;color:var(--color-text-light);white-space:nowrap;background:#7b2cff3d;border:1px solid #ede4ff29;border-radius:999px;justify-content:center;align-items:center;padding:7px 12px;font-size:13px;font-weight:900;display:inline-flex}.profile-order-status-paid,.profile-order-status-delivered{color:var(--color-success);background:#22c55e1f;border-color:#22c55e47}.profile-order-status-cancelled{color:var(--color-error);background:#ef44441f;border-color:#ef444447}.profile-order-info-grid,.profile-order-details-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:20px 0;display:grid}.profile-order-info-grid div,.profile-order-details-grid div,.profile-order-address,.profile-order-tracking{background:#0b081475;border:1px solid #e5e1ef1a;border-radius:18px;gap:6px;padding:16px;display:grid}.profile-order-info-grid strong,.profile-order-card-footer strong,.profile-order-details-grid strong,.profile-order-address strong,.profile-order-tracking strong,.profile-order-item-price strong{color:var(--color-text-light);overflow-wrap:anywhere}.profile-order-info-grid small,.profile-order-item-info span,.profile-order-history-list small{color:var(--color-text-muted);font-size:13px}.profile-order-card-footer{border-top:1px solid #e5e1ef1a;padding-top:18px}.profile-order-card-footer>div{gap:4px;display:grid}.profile-order-details-layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:24px;display:grid}.profile-order-details-main{gap:18px;display:grid}.profile-order-details-sidebar{align-items:start;gap:18px;display:grid}.profile-order-details-card h2,.profile-order-history-card h2,.profile-order-receipt-card h2{margin-bottom:16px}.profile-order-details-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-order-address,.profile-order-tracking{margin-top:14px}.profile-order-tracking-empty{color:var(--color-text-muted);background:#f59e0b14;border-color:#f59e0b3d}.profile-order-items{gap:12px;display:grid}.profile-order-item{background:#0b081475;border:1px solid #e5e1ef1a;border-radius:18px;grid-template-columns:86px minmax(0,1fr) 130px 130px;align-items:center;gap:14px;padding:14px;display:grid}.profile-order-item-image{width:86px;height:86px;color:var(--color-text-muted);text-align:center;background:#f6f4fb0d;border-radius:16px;place-items:center;font-size:12px;display:grid;overflow:hidden}.profile-order-item-image img{object-fit:contain;width:100%;height:100%;display:block}.profile-order-item-info,.profile-order-item-price{gap:6px;display:grid}.profile-order-item-info a{color:var(--color-text-light);font-weight:900}.profile-order-receipt{background:#0b081475;border:1px solid #e5e1ef1a;border-radius:18px;gap:14px;padding:18px;display:grid}.profile-order-receipt-row{justify-content:space-between;align-items:center;gap:18px;display:flex}.profile-order-receipt-row span{color:var(--color-text-muted);font-size:14px;font-weight:800}.profile-order-receipt-row strong{color:var(--color-text-light);text-align:right;font-size:16px;font-weight:900}.profile-order-receipt-divider{background:#e5e1ef24;height:1px}.profile-order-receipt-total{padding-top:4px}.profile-order-receipt-total span{color:var(--color-text-light);font-size:16px}.profile-order-receipt-total strong{color:var(--color-primary);font-size:26px}.profile-order-history-list{gap:14px;margin:0;padding:0;list-style:none;display:grid}.profile-order-history-list li{background:#0b081475;border:1px solid #e5e1ef1a;border-radius:16px;gap:6px;padding:14px 14px 14px 18px;display:grid;position:relative}.profile-order-history-list li:before{content:"";background:var(--color-primary);border-radius:999px;width:3px;position:absolute;top:14px;bottom:14px;left:-1px}.profile-order-history-list strong{color:var(--color-text-light)}.profile-order-history-list p{color:var(--color-text-muted);margin:0;line-height:1.5}@media (width<=1100px){.profile-order-info-grid,.profile-order-details-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-order-details-layout{grid-template-columns:1fr}}@media (width<=767px){.profile-orders-header,.profile-order-card-main,.profile-order-card-footer,.profile-orders-actions{flex-direction:column;align-items:stretch}.profile-order-header-meta{flex-direction:column;align-items:flex-start}.profile-order-status{width:fit-content;max-width:100%}.profile-order-card,.profile-order-details-card,.profile-order-history-card,.profile-order-receipt-card{border-radius:18px;padding:18px}.profile-order-info-grid,.profile-order-details-grid,.profile-order-details-grid-two{grid-template-columns:1fr}.profile-order-item{grid-template-columns:74px minmax(0,1fr)}.profile-order-item-image{width:74px;height:74px}.profile-order-item-price{grid-column:1/-1;grid-template-columns:1fr auto;align-items:center}.profile-order-receipt-row{align-items:flex-start}.profile-order-receipt-total strong{font-size:22px}.profile-orders-preview-item{grid-template-columns:1fr;align-items:stretch;gap:12px}.profile-orders-preview-item .profile-order-status,.profile-orders-preview-amount{text-align:left;justify-self:start}}.bonus-balance-card{gap:12px;display:grid}.bonus-balance-value{color:var(--color-primary);font-size:42px;font-weight:900}.bonus-stats{gap:14px;display:grid}.bonus-stat{border-bottom:1px solid #e5e1ef1a;justify-content:space-between;align-items:center;gap:16px;padding-bottom:10px;display:flex}.bonus-stat span{color:var(--color-text-muted)}.bonus-stat strong{color:var(--color-text-light)}.bonus-history-list{gap:16px;margin-top:18px;display:grid}.bonus-history-item{background:#0b081475;border:1px solid #e5e1ef1a;border-radius:18px;gap:10px;padding:18px;display:grid}.bonus-history-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.bonus-history-header strong{color:var(--color-text-light)}.bonus-history-item p{color:var(--color-text-muted);margin:0}.bonus-history-item small{color:var(--color-text-muted)}.bonus-history-empty{text-align:center;color:var(--color-text-muted);padding:24px}@media (width<=767px){.bonus-history-header,.bonus-stat{flex-direction:column;align-items:flex-start}.bonus-balance-value{font-size:32px}}.profile-reviews-page{gap:24px;min-width:0;display:grid}.profile-reviews-page *,.profile-review-card,.profile-reviews-state{box-sizing:border-box;min-width:0}.profile-reviews-header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.profile-reviews-header h1,.profile-review-card h2,.profile-review-card strong{color:var(--color-text-light)}.profile-reviews-header h1{margin:0}.profile-reviews-header p:not(.eyebrow),.profile-review-muted{color:var(--color-text-muted);line-height:1.6}.profile-reviews-toolbar{justify-content:flex-start;margin-top:-4px;display:flex}.profile-reviews-filter{gap:8px;width:min(260px,100%);display:grid}.profile-reviews-filter span{color:var(--color-text-muted);font-size:13px;font-weight:800}.profile-reviews-filter select{width:100%;min-height:46px;color:var(--color-text-light);cursor:pointer;appearance:none;background-color:#151426eb;background-image:url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10L12 15L17 10' stroke='%23E5E1EF' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;background-size:14px 14px;border:1px solid #e5e1ef29;border-radius:14px;outline:none;padding:0 42px 0 14px}.profile-reviews-filter select::-ms-expand{display:none}.profile-reviews-filter select:focus{border-color:#7b2cff9e;box-shadow:0 0 0 3px #7b2cff29}.profile-reviews-list{gap:18px;display:grid}.profile-review-card,.profile-reviews-state{background:#151426e0;border:1px solid #e5e1ef24;border-radius:24px;box-shadow:0 22px 70px #0000002e}.profile-review-card{gap:18px;padding:24px;display:grid}.profile-review-card-header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.profile-review-product{gap:6px;display:grid}.profile-review-product span,.profile-review-meta-grid span,.profile-review-text-block span,.profile-review-manager-reply span{color:var(--color-text-muted);font-size:13px;font-weight:800}.profile-review-product a,.profile-review-product strong{color:var(--color-text-light);overflow-wrap:anywhere;font-size:20px;font-weight:900}.profile-review-product a:hover,.profile-review-product a:focus-visible{color:var(--color-primary-light)}.profile-review-status{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:7px 12px;font-size:13px;font-weight:900;display:inline-flex}.profile-review-status-published{color:var(--color-success);background:#22c55e1f;border:1px solid #22c55e47}.profile-review-status-pending{color:var(--color-warning);background:#f59e0b1a;border:1px solid #f59e0b47}.profile-review-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.profile-review-meta-grid>div,.profile-review-text-block,.profile-review-manager-reply,.profile-review-images-status-block{background:#0b081475;border:1px solid #e5e1ef1a;border-radius:18px;gap:8px;padding:16px;display:grid}.profile-review-rating-value{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.profile-review-text-block p,.profile-review-manager-reply p,.profile-review-images-status-block p{color:var(--color-text-light);overflow-wrap:anywhere;margin:0;line-height:1.6}.profile-review-manager-reply{background:#7b2cff1f;border-color:#ede4ff29}.profile-review-manager-reply small{color:var(--color-text-muted);font-size:13px;font-weight:700}.profile-review-images-status-block p{color:var(--color-text-muted);line-height:1.55}.profile-review-image-status{border-radius:999px;justify-content:center;align-items:center;width:fit-content;max-width:100%;min-height:32px;padding:7px 12px;font-size:13px;font-weight:900;display:inline-flex}.profile-review-image-status-pending{color:var(--color-warning);background:#f59e0b1a;border:1px solid #f59e0b47}.profile-review-image-status-approved{color:var(--color-success);background:#22c55e1f;border:1px solid #22c55e47}.profile-review-image-status-rejected{color:var(--color-error);background:#ef44441f;border:1px solid #ef444447}.profile-reviews-state{gap:14px;padding:28px;display:grid}.profile-reviews-state h1,.profile-reviews-state h2{color:var(--color-text-light);margin:0}.profile-reviews-state p{color:var(--color-text-muted);margin:0;line-height:1.7}.profile-reviews-filter-state{justify-items:start}@media (width<=767px){.profile-reviews-header,.profile-review-card-header{flex-direction:column;align-items:stretch}.profile-reviews-header .button{width:fit-content}.profile-reviews-toolbar{justify-content:flex-start}.profile-reviews-filter{width:100%}.profile-review-meta-grid{grid-template-columns:1fr}.profile-review-card{border-radius:18px;padding:18px}.profile-review-status{width:fit-content;max-width:100%}.profile-reviews-state{border-radius:20px;padding:22px}}.feature-grid,.product-grid,.profile-grid,.admin-stat-grid{gap:20px;display:grid}.admin-layout{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:24px;width:100%;display:grid}.admin-sidebar{align-self:start;width:260px;min-width:260px;max-width:260px;height:fit-content;max-height:calc(100vh - 120px);padding:24px;position:sticky;top:96px;overflow-y:auto}.admin-content{width:100%;min-width:0;padding:24px;overflow:visible}.admin-sidebar h2,.admin-page h1{color:var(--color-text-light);margin:0 0 16px}.admin-sidebar ul{gap:10px;margin:24px 0 0;padding:0;list-style:none;display:grid}.admin-sidebar li{background:0 0;border-radius:12px;margin:0;padding:0}.admin-sidebar a,.admin-sidebar span{box-sizing:border-box;width:100%;min-height:46px;color:var(--color-text-muted);background:#ffffff0a;border:1px solid #0000;border-radius:12px;align-items:center;padding:12px;font-weight:800;line-height:1.2;text-decoration:none;display:flex}.admin-sidebar a:hover{color:var(--color-text-light);background:#ffffff14}.admin-sidebar a.active{color:var(--color-text-light);background:#7c3aed57;border-color:#a78bfa80;box-shadow:inset 0 0 0 1px #a78bfa2e,0 10px 24px #7c3aed2e}.admin-nav{gap:10px;margin-top:24px;display:grid}.admin-nav-button{justify-content:flex-start;gap:10px;width:100%}.admin-page{width:100%;min-width:0}.admin-page p{max-width:760px}.admin-page-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.admin-page-header>div{min-width:0;max-width:720px}.admin-page-header .button,.admin-page-header .button-primary,.admin-page-header .button-secondary{white-space:nowrap;text-align:center;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:auto;min-width:max-content;max-width:none;padding:14px 22px;line-height:1;display:inline-flex}.admin-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px}.admin-stat-grid article{background:#ffffff0a;border-radius:16px;padding:20px}.admin-stat-grid span{color:var(--color-primary-light);font-size:32px;font-weight:900}.admin-table-wrap{box-sizing:border-box;background:#0f0e1eb8;border:1px solid #ede4ff1f;border-radius:20px;width:100%;max-width:100%;padding:0;overflow:hidden}.admin-table{table-layout:fixed;border-collapse:collapse;width:100%;min-width:0}.admin-table thead{background:#ffffff09}.admin-table th,.admin-table td{vertical-align:middle;text-align:left;box-sizing:border-box;border-bottom:1px solid #ede4ff17;padding:16px 12px}.admin-table th{color:var(--color-text-light);text-transform:uppercase;letter-spacing:.04em;font-size:13px;font-weight:900;line-height:1.2}.admin-table td{color:var(--color-text-light);font-size:14px;line-height:1.25}.admin-table tbody tr:last-child td{border-bottom:0}.admin-table tbody tr:hover{background:#ffffff09}.admin-list-preview,.admin-list-preview-category,.admin-list-preview-brand{background:#ffffff1a;border:1px solid #ede4ff3d;border-radius:15px;place-items:center;width:68px;min-width:68px;max-width:68px;height:68px;min-height:68px;max-height:68px;display:grid;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0a,0 10px 24px #00000038}.admin-list-preview-category{background:linear-gradient(145deg,#ffffff24,#7c3aed1f)}.admin-list-preview-brand{background:#fffffff5}.admin-list-preview img,.admin-list-preview-category img,.admin-list-preview-brand img{object-fit:contain;box-sizing:border-box;box-shadow:none;border-radius:0;margin:0;display:block}.admin-list-preview-category img{background:0 0;width:60px;max-width:60px;height:60px;max-height:60px;padding:0}.admin-list-preview-brand img{background:0 0;width:60px;max-width:60px;height:40px;max-height:40px;padding:4px}.admin-list-preview span,.admin-list-preview-category span,.admin-list-preview-brand span{color:var(--color-text-light);opacity:.95}.admin-category-level{box-sizing:border-box;max-width:100%;min-height:30px;color:var(--color-text-light);overflow-wrap:anywhere;vertical-align:middle;background:#7c3aed52;border:1px solid #a78bfa47;border-radius:999px;align-items:center;padding:7px 13px;font-size:13px;font-weight:900;line-height:1.15;display:inline-flex}.admin-category-level-1{background:#7c3aed42}.admin-status-active{color:#22c55e;white-space:nowrap;font-weight:900}.admin-status-inactive{color:#ef4444;white-space:nowrap;font-weight:900}.admin-table-row-muted{opacity:1}.admin-table-row-muted td{color:#f1f2f6db}.admin-table-row-muted .admin-list-preview,.admin-table-row-muted .admin-list-preview-category,.admin-table-row-muted .admin-list-preview-brand,.admin-table-row-muted .admin-category-level{opacity:.78}.admin-table-actions{gap:8px;width:100%;max-width:100%;margin:0;display:grid}.admin-table-link,.admin-table-danger,.admin-table-restore{box-sizing:border-box;text-align:center;white-space:nowrap;cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;width:100%;min-width:0;max-width:100%;min-height:34px;padding:8px;font-family:inherit;font-size:12px;font-weight:900;line-height:1;text-decoration:none;display:inline-flex;overflow:hidden}.admin-table-link{color:var(--color-text-light);background:#7c3aed47;border-color:#a78bfa59}.admin-table-link:hover{color:var(--color-text-light);background:#7c3aed70;border-color:#a78bfa94}.admin-table-danger{appearance:none;color:#fff;background:#ef44443d;border-color:#ef444475}.admin-table-danger:hover{background:#ef444461;border-color:#ef4444b8}.admin-table-restore{appearance:none;color:#fff;background:#22c55e38;border-color:#22c55e75}.admin-table-restore:hover{background:#22c55e5c;border-color:#22c55eb8}.admin-table-danger:disabled,.admin-table-restore:disabled{opacity:.5;cursor:not-allowed}.admin-form{background:#0f0e1eb8;border:1px solid #ede4ff1f;border-radius:20px;width:100%;margin-top:24px;padding:24px}.admin-form label{color:var(--color-text-light);gap:8px;font-size:14px;font-weight:800;line-height:1.25;display:grid}.admin-form input,.admin-form select,.admin-form textarea{box-sizing:border-box;width:100%;min-height:46px;color:var(--color-text-light);background:#ffffff0f;border:1px solid #ede4ff29;border-radius:14px;outline:none;padding:12px 14px;font-family:inherit;font-size:14px;font-weight:700}.admin-form textarea{resize:vertical;min-height:110px}.admin-form input:focus,.admin-form select:focus,.admin-form textarea:focus{border-color:#a78bfab3;box-shadow:0 0 0 3px #7c3aed38}.admin-form input:disabled,.admin-form select:disabled,.admin-form textarea:disabled{opacity:.65;cursor:not-allowed}.admin-form select{color:var(--color-text-light);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background-color:#ffffff0f;border-color:#ede4ff29}.admin-form select option{color:#fff;background-color:#171326}.admin-form-full{grid-column:1/-1}.admin-form .button{margin-top:22px}.admin-field-hint{color:var(--color-text-muted);font-size:12px;font-weight:500;line-height:1.45}.admin-image-panel{background:#0f0e1eb8;border:1px solid #ede4ff1f;border-radius:20px;grid-template-columns:220px minmax(0,1fr);align-items:start;gap:24px;width:100%;margin-top:24px;padding:24px;display:grid}.admin-image-preview{background:#ffffff0d;border:1px solid #ede4ff24;border-radius:18px;place-items:center;width:220px;height:180px;display:grid;overflow:hidden}.admin-image-preview img{object-fit:contain;width:100%;max-width:180px;height:100%;max-height:140px;box-shadow:none;background:0 0;border-radius:0;margin:0;padding:0;display:block}.admin-image-preview span{width:72px;height:72px;color:var(--color-text-light);background:#7c3aed47;border:1px solid #a78bfa59;border-radius:18px;place-items:center;font-size:28px;font-weight:900;display:grid}.admin-image-info{gap:16px;min-width:0;display:grid}.admin-image-info h2{color:var(--color-text-light);margin:0 0 8px}.admin-image-info p{color:var(--color-text-muted);margin:0;line-height:1.55}.admin-image-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.admin-file-input{justify-content:center;align-items:center;min-height:44px;margin:0;padding:0;display:inline-flex;position:relative}.admin-file-input input{opacity:0;cursor:pointer;position:absolute;inset:0}.admin-file-input span{min-height:44px;color:var(--color-text-light);white-space:nowrap;background:#ffffff0f;border:1px solid #ede4ff29;border-radius:14px;justify-content:center;align-items:center;padding:12px 18px;font-size:14px;font-weight:900;line-height:1;display:inline-flex}.admin-file-input:hover span{background:#ffffff1a;border-color:#a78bfa73}.admin-readonly-note,.admin-muted{color:var(--color-text-muted);font-size:13px;line-height:1.45}@media (width<=1023px){.desktop-nav{display:none}.main-content{width:min(100% - 32px,920px)}.hero-section,.profile-grid,.admin-layout{grid-template-columns:1fr}.feature-grid,.product-grid,.admin-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-sidebar{width:100%;min-width:0;max-width:none;max-height:none;position:static;overflow:visible}.admin-sidebar ul{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-form-grid,.admin-image-panel{grid-template-columns:1fr}.admin-image-preview{width:100%}}@media (width<=767px){.admin-page-header{flex-direction:column;align-items:stretch}.admin-page-header .button,.admin-page-header .button-primary,.admin-page-header .button-secondary{width:fit-content}.admin-sidebar ul{grid-template-columns:1fr}.admin-list-preview,.admin-list-preview-category,.admin-list-preview-brand{width:60px;min-width:60px;max-width:60px;height:60px;min-height:60px;max-height:60px}.admin-list-preview-category img{width:52px;max-width:52px;height:52px;max-height:52px}.admin-list-preview-brand img{width:52px;max-width:52px;height:36px;max-height:36px}.category-grid{scroll-snap-type:x mandatory;gap:10px;padding-bottom:6px;display:flex;overflow-x:auto}.category-card{scroll-snap-align:start;border-radius:16px;grid-template-rows:72px auto;width:150px;min-width:150px;min-height:132px;padding:14px 12px}.category-card img,.category-card-icon{width:72px;height:72px}.category-card span:last-child{max-width:126px;font-size:12px}}.admin-categories-table,.admin-brands-table{table-layout:fixed}.admin-categories-table th,.admin-categories-table td,.admin-brands-table th,.admin-brands-table td{width:auto;min-width:0}.admin-categories-table th:nth-child(2),.admin-categories-table td:nth-child(2){width:260px}.admin-categories-table th:nth-child(3),.admin-categories-table td:nth-child(3){width:190px}.admin-categories-table th:nth-child(4),.admin-categories-table td:nth-child(4),.admin-categories-table th:nth-child(5),.admin-categories-table td:nth-child(5){width:160px}.admin-categories-table th:nth-child(6),.admin-categories-table td:nth-child(6){width:180px}.admin-brands-table th:first-child,.admin-brands-table td:first-child{width:120px}.admin-brands-table th:nth-child(2),.admin-brands-table td:nth-child(2){width:280px}.admin-brands-table th:nth-child(3),.admin-brands-table td:nth-child(3){width:190px}.admin-brands-table th:nth-child(4),.admin-brands-table td:nth-child(4){width:170px}.admin-brands-table th:nth-child(5),.admin-brands-table td:nth-child(5){width:180px}.admin-name-badge{box-sizing:border-box;width:fit-content;min-width:0;max-width:100%;min-height:34px;color:var(--color-text-light);white-space:normal;word-break:normal;overflow-wrap:anywhere;background:#7c3aed57;border:1px solid #a78bfa6b;border-radius:999px;align-items:center;padding:8px 16px;font-size:14px;font-weight:900;line-height:1.15;display:inline-flex;box-shadow:inset 0 0 0 1px #ffffff0a,0 8px 18px #7c3aed29}.admin-name-badge,.admin-category-level{color:var(--color-text-light)}.admin-categories-table .admin-category-level{max-width:230px}.admin-brands-table .admin-name-badge{max-width:250px}.admin-list-preview-category{background:linear-gradient(145deg,#ffffff29,#7c3aed29);border-color:#ede4ff47}.admin-list-preview-brand{background:#fffffffa;border-color:#ede4ff47}.admin-categories-table th,.admin-brands-table th{white-space:nowrap}@media (width<=900px){:is(.admin-table-wrap:has(.admin-categories-table),.admin-table-wrap:has(.admin-brands-table)){background:0 0;border:0;border-radius:0;overflow:visible}.admin-categories-table,.admin-brands-table,.admin-categories-table thead,.admin-brands-table thead,.admin-categories-table tbody,.admin-brands-table tbody,.admin-categories-table tr,.admin-brands-table tr,.admin-categories-table th,.admin-brands-table th,.admin-categories-table td,.admin-brands-table td{display:block;width:100%!important;min-width:0!important;max-width:none!important}.admin-categories-table,.admin-brands-table{border-collapse:separate;border-spacing:0;table-layout:auto}.admin-categories-table thead,.admin-brands-table thead{display:none!important}.admin-categories-table tbody,.admin-brands-table tbody{gap:14px;display:grid}.admin-categories-table tbody tr,.admin-brands-table tbody tr{box-sizing:border-box;background:#0f0e1ed6;border:1px solid #ede4ff21;border-radius:18px;grid-template-columns:72px minmax(0,1fr);gap:12px 14px;padding:14px;display:grid}.admin-categories-table tbody tr:hover,.admin-brands-table tbody tr:hover{background:#18162aeb}.admin-categories-table th,.admin-brands-table th,.admin-categories-table td,.admin-brands-table td{border-bottom:0;padding:0}.admin-categories-table td:first-child,.admin-brands-table td:first-child{grid-area:1/1/span 4;width:72px!important}.admin-categories-table td:not(:first-child):not(:last-child),.admin-brands-table td:not(:first-child):not(:last-child){color:var(--color-text-light);grid-column:2;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:10px;display:grid}.admin-categories-table td:not(:first-child):not(:last-child):before,.admin-brands-table td:not(:first-child):not(:last-child):before{content:attr(data-label);min-width:0;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:900;line-height:1.2}.admin-categories-table td:last-child,.admin-brands-table td:last-child{grid-column:1/-1;margin-top:8px;width:100%!important}.admin-categories-table td:last-child:before,.admin-brands-table td:last-child:before{display:none}.admin-categories-table .admin-category-level,.admin-categories-table .admin-name-badge,.admin-brands-table .admin-name-badge{width:fit-content;min-width:0;max-width:100%;min-height:32px;color:var(--color-text-light);white-space:normal;word-break:normal;overflow-wrap:anywhere;padding:8px 12px;font-size:13px;line-height:1.15}.admin-categories-table .admin-table-actions,.admin-brands-table .admin-table-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;display:grid}.admin-categories-table .admin-table-link,.admin-categories-table .admin-table-danger,.admin-categories-table .admin-table-restore,.admin-brands-table .admin-table-link,.admin-brands-table .admin-table-danger,.admin-brands-table .admin-table-restore{white-space:normal;width:100%;min-width:0;min-height:42px;padding:10px 8px;font-size:13px;line-height:1.1;overflow:visible}}.admin-categories-table th:first-child,.admin-categories-table td:first-child{width:110px}.admin-categories-table th:nth-child(2),.admin-categories-table td:nth-child(2),.admin-brands-table th:nth-child(2),.admin-brands-table td:nth-child(2){width:auto}.admin-categories-table .admin-name-badge,.admin-categories-table .admin-category-level,.admin-brands-table .admin-name-badge{width:fit-content;min-width:0;max-width:100%}.admin-categories-table td:nth-child(2),.admin-brands-table td:nth-child(2){white-space:normal}.admin-categories-table td:nth-child(2)>.admin-name-badge,.admin-categories-table td:nth-child(2)>.admin-category-level,.admin-brands-table td:nth-child(2)>.admin-name-badge{width:fit-content;min-width:0;max-width:100%;display:inline-flex}@media (width>=901px){.admin-categories-table .admin-category-level,.admin-categories-table .admin-name-badge,.admin-brands-table .admin-name-badge{max-width:260px}.admin-categories-table th:nth-child(2),.admin-categories-table td:nth-child(2){width:260px}.admin-brands-table th:nth-child(2),.admin-brands-table td:nth-child(2){width:280px}}.main-content:has(.admin-layout){width:min(1680px,100% - 32px);padding-top:32px}.admin-layout{grid-template-columns:260px minmax(0,1fr);width:100%}.admin-content,.admin-page,.admin-card,.admin-table-wrap{min-width:0;max-width:100%}.admin-page{gap:24px;width:100%;display:grid}.admin-card{background:#0f0e1ec7;border:1px solid #ede4ff24;border-radius:24px;width:100%;padding:28px;box-shadow:0 22px 70px #0000002e}.admin-page-header{align-items:flex-start;margin-bottom:24px}.admin-page-header h1{margin-bottom:12px;font-size:clamp(30px,3vw,42px);line-height:1.05}.admin-page-header p{color:var(--color-text-muted);margin:0;line-height:1.6}.admin-section-title{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:24px;display:flex}.admin-section-title h2{color:var(--color-text-light);margin:0;font-size:clamp(26px,3vw,36px);line-height:1.08}.admin-section-title p{color:var(--color-text-muted);margin:0;line-height:1.55}.admin-section-controls{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.button.button-secondary,.button.button-danger{text-align:center;white-space:nowrap;cursor:pointer;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-size:14px;font-weight:900;line-height:1;transition:all .2s;display:inline-flex}.button.button-secondary{color:var(--color-text-light);background:#7c3aed3d;border-color:#a78bfa57}.button.button-secondary:hover:not(:disabled){background:#7c3aed66;border-color:#a78bfa8f}.button.button-danger{color:#fff;background:#ef444438;border-color:#ef44446b}.button.button-danger:hover:not(:disabled){background:#ef44445c;border-color:#ef4444a8}.button:disabled{opacity:.55;cursor:not-allowed}.admin-card label,.admin-form label,.admin-modal .admin-form-grid label{min-width:0;color:var(--color-text-light);gap:8px;font-size:14px;font-weight:800;line-height:1.3;display:grid}.admin-card input,.admin-card select,.admin-card textarea,.admin-form input,.admin-form select,.admin-form textarea,.admin-modal .admin-form-grid input,.admin-modal .admin-form-grid select,.admin-modal .admin-form-grid textarea{width:100%;min-width:0;min-height:46px;color:var(--color-text-light);font:inherit;background:#080610b8;border:1px solid #ede4ff2e;border-radius:14px;outline:none;padding:12px 14px;font-size:14px;font-weight:750}.admin-card textarea,.admin-form textarea,.admin-modal .admin-form-grid textarea{resize:vertical;min-height:130px;line-height:1.45}.admin-card input::placeholder,.admin-card textarea::placeholder,.admin-form input::placeholder,.admin-form textarea::placeholder,.admin-modal .admin-form-grid input::placeholder,.admin-modal .admin-form-grid textarea::placeholder{color:#f1f2f67a}.admin-card input:focus,.admin-card select:focus,.admin-card textarea:focus,.admin-form input:focus,.admin-form select:focus,.admin-form textarea:focus,.admin-modal .admin-form-grid input:focus,.admin-modal .admin-form-grid select:focus,.admin-modal .admin-form-grid textarea:focus{border-color:#a78bfac2;box-shadow:0 0 0 3px #7c3aed33}.admin-card select,.admin-form select,.admin-modal .admin-form-grid select{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.admin-card select option,.admin-form select option,.admin-modal .admin-form-grid select option{color:#fff;background:#171326}.admin-muted,.admin-field-hint,.admin-form-helper{color:var(--color-text-muted);font-size:13px;line-height:1.45}.admin-filter-grid{grid-template-columns:minmax(220px,1.4fr) minmax(150px,1fr) minmax(150px,1fr) minmax(140px,.9fr) minmax(150px,.9fr) auto;align-items:center;gap:12px;display:grid}.admin-filter-grid input,.admin-filter-grid select{min-width:0}.admin-filter-grid .button{min-width:112px}.admin-table-wrap{scrollbar-gutter:stable;border-radius:20px;width:100%;overflow:auto hidden}.admin-table-wrap::-webkit-scrollbar{height:10px}.admin-table-wrap::-webkit-scrollbar-track{background:#ffffff0a;border-radius:999px}.admin-table-wrap::-webkit-scrollbar-thumb{background:#7b2cff8c;border-radius:999px}.admin-table-wrap::-webkit-scrollbar-thumb:hover{background:#7b2cffd9}.admin-table{border-collapse:collapse;width:100%}.admin-table th{white-space:nowrap}.admin-table th,.admin-table td{vertical-align:middle;border-bottom:1px solid #ede4ff17;padding:16px 12px}.admin-products-table{table-layout:fixed;width:100%;min-width:0}.admin-products-table th,.admin-products-table td{min-width:0;overflow:hidden}.admin-products-table th:first-child,.admin-products-table td:first-child{width:31%}.admin-products-table th:nth-child(2),.admin-products-table td:nth-child(2){width:14%}.admin-products-table th:nth-child(3),.admin-products-table td:nth-child(3){width:10%}.admin-products-table th:nth-child(4),.admin-products-table td:nth-child(4),.admin-products-table th:nth-child(5),.admin-products-table td:nth-child(5){width:12%}.admin-products-table th:nth-child(6),.admin-products-table td:nth-child(6){width:13%}.admin-products-table th:nth-child(7),.admin-products-table td:nth-child(7){width:8%}.admin-products-table th:nth-child(8),.admin-products-table td:nth-child(8){width:10%}.admin-product-cell{grid-template-columns:64px minmax(0,1fr);align-items:center;gap:12px;min-width:0;display:grid}.admin-product-thumb,.admin-product-image,.admin-product-photo{width:64px;min-width:64px;height:64px;color:var(--color-text-muted);background:radial-gradient(circle at 0 0,#7b2cff47,#0000 46%),#ffffff0b;border:1px solid #ede4ff29;border-radius:15px;place-items:center;font-size:12px;font-weight:900;display:grid;overflow:hidden}.admin-product-thumb img,.admin-product-image img,.admin-product-photo img{object-fit:contain;width:58px;height:58px}.admin-product-cell strong,.admin-product-title{max-width:100%;color:var(--color-text-light);-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.25;display:-webkit-box;overflow:hidden}.admin-product-cell span,.admin-product-sku{max-width:100%;color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:12px;line-height:1.3;display:block;overflow:hidden}.admin-inline-control{grid-template-columns:minmax(52px,1fr) 46px;gap:7px;display:grid}.admin-inline-control input{min-width:0;min-height:38px;padding:8px 9px}.admin-inline-control .button{min-width:46px;min-height:38px;padding:0 9px}.admin-products-table select,.admin-characteristics-table select{width:100%;min-width:0;min-height:38px;padding:8px 9px;font-size:13px}.admin-row-actions,.admin-table-actions{gap:7px;width:100%;display:grid}.admin-row-actions .button,.admin-table-actions .button,.admin-table-link,.admin-table-danger,.admin-table-restore{width:100%;min-height:36px;padding:0 8px;font-size:12px}.admin-characteristics-table{table-layout:fixed;width:100%;min-width:0}.admin-characteristics-table th,.admin-characteristics-table td{min-width:0;overflow:hidden}.admin-characteristics-table th:nth-child(3),.admin-characteristics-table td:nth-child(3){width:18%}.admin-characteristics-table th:nth-child(4),.admin-characteristics-table td:nth-child(4){width:23%}.admin-characteristics-table th:nth-child(5),.admin-characteristics-table td:nth-child(5),.admin-characteristics-table th:nth-child(6),.admin-characteristics-table td:nth-child(6){width:10%}.admin-characteristics-table th:nth-child(7),.admin-characteristics-table td:nth-child(7){width:14%}.admin-form,.admin-form-stack{gap:24px;width:100%;min-width:0;display:grid}.admin-form{background:0 0;border:0;border-radius:0;margin-top:0;padding:0}.admin-form .admin-card{margin:0}.admin-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:18px 22px;display:grid}.admin-form-grid-four{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 22px;display:grid}.admin-form-full,.admin-field-full{grid-column:1/-1}.admin-upload-panel{background:#0806107a;border:1px solid #ede4ff24;border-radius:20px;gap:18px;padding:22px;display:grid}.admin-upload-panel input[type=file]::file-selector-button{min-height:54px;color:var(--color-text-light);cursor:pointer;font:inherit;background:#7c3aed75;border:0;border-right:1px solid #ede4ff2e;margin:0 14px 0 0;padding:0 22px;font-weight:900}.admin-image-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:14px;display:grid}.admin-image-card{background:#ffffff0a;border:1px solid #ede4ff1f;border-radius:16px;gap:12px;min-width:0;padding:14px;display:grid}.admin-characteristics-list{gap:14px;display:grid}.admin-characteristic-row{background:#0806107a;border:1px solid #ede4ff1f;border-radius:16px;gap:14px;padding:16px;display:grid}.admin-sticky-actions{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#151426f5;border:1px solid #ede4ff29;border-radius:18px;flex-wrap:wrap;justify-content:flex-end;gap:12px;padding:16px;display:flex;position:sticky;bottom:18px;box-shadow:0 18px 56px #00000057}.admin-characteristic-form{margin-bottom:24px}.admin-characteristic-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 22px;display:grid}.admin-toggle-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.admin-toggle-card{color:var(--color-text-on-dark);cursor:pointer;background:#7b2cff29;border:1px solid #a78bfa52;border-radius:18px;grid-template-columns:38px minmax(0,1fr);align-items:start;gap:12px;padding:18px;transition:all .2s;display:grid;position:relative}.admin-toggle-card:hover,.admin-toggle-card.active{color:var(--color-text-light);background:#7b2cff3d;border-color:#a78bfa8f}.admin-toggle-card input{opacity:0;pointer-events:none;position:absolute}.admin-toggle-check{width:38px;height:38px;color:var(--color-text-light);background:var(--color-primary);border:1px solid #ede4ff38;border-radius:14px;place-items:center;font-size:20px;font-weight:900;line-height:1;display:grid}.admin-toggle-content{gap:5px;display:grid}.admin-toggle-content strong{color:var(--color-text-light);font-size:15px;line-height:1.3}.admin-toggle-content small{color:var(--color-text-muted);font-size:13px;line-height:1.45}.admin-form-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.admin-empty-state{color:var(--color-text-muted);background:#ffffff09;border:1px dashed #ede4ff2e;border-radius:18px;justify-items:flex-start;gap:10px;padding:28px;display:grid}.admin-empty-state h3{color:var(--color-text-light);margin:0}.admin-empty-state p{margin:0}@media (width<=1200px){.admin-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-filter-grid .button{width:fit-content}.admin-products-table{min-width:980px}.admin-characteristics-table{min-width:920px}.admin-form-grid-four{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1023px){.main-content:has(.admin-layout){width:calc(100% - 24px)}.admin-layout{grid-template-columns:1fr}.admin-sidebar{width:100%;min-width:0;max-width:none;position:static}.admin-sidebar ul{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-page-header{flex-direction:column;gap:16px}.admin-page-header .button{width:fit-content}.admin-sticky-actions{position:static}}@media (width<=767px){.main-content:has(.admin-layout){width:calc(100% - 16px);padding:16px 0 96px}.admin-sidebar,.admin-content,.admin-card{border-radius:18px;padding:16px}.admin-sidebar ul{grid-template-columns:1fr}.admin-page-header .button,.admin-filter-grid .button{width:100%}.admin-filter-grid,.admin-form-grid,.admin-form-grid-four,.admin-characteristic-form-grid,.admin-toggle-grid{grid-template-columns:1fr}.admin-products-table{min-width:940px}.admin-characteristics-table{min-width:860px}.admin-product-cell{grid-template-columns:56px minmax(0,1fr)}.admin-product-thumb,.admin-product-image,.admin-product-photo{width:56px;min-width:56px;height:56px}.admin-product-thumb img,.admin-product-image img,.admin-product-photo img{width:50px;height:50px}.admin-sticky-actions,.admin-form-actions{grid-template-columns:1fr;display:grid}.admin-sticky-actions .button,.admin-form-actions .button{width:100%}.admin-upload-panel{padding:16px}.admin-upload-panel input[type=file]::file-selector-button{padding:0 16px}}@media (width<=430px){.admin-sidebar,.admin-content,.admin-card{padding:14px}.admin-products-table{min-width:900px}.admin-characteristics-table{min-width:820px}}.admin-upload-panel input[type=file]{width:100%;min-height:52px;color:var(--color-text-muted);background:#080610b8;border:1px solid #ede4ff2e;border-radius:16px;padding:10px}.admin-upload-panel input[type=file]::file-selector-button{min-height:42px;color:var(--color-text-light);cursor:pointer;font:inherit;background:#7c3aed75;border:0;border-radius:12px;margin-right:14px;padding:0 18px;font-weight:900}.admin-upload-panel,.admin-upload-panel *{min-width:0}@media (width<=767px){.admin-upload-panel input[type=file]{border-radius:16px;width:100%;min-height:auto;padding:10px;display:block}.admin-upload-panel input[type=file]::file-selector-button{border-radius:12px;width:100%;min-height:46px;margin:0 0 8px;padding:0 16px;display:block}.main-content:has(.admin-layout){width:calc(100% - 16px);padding:16px 0 96px}.admin-layout{grid-template-columns:1fr;gap:16px}.admin-sidebar,.admin-content,.admin-card{border-radius:18px;width:100%;min-width:0;max-width:100%;padding:16px}.admin-sidebar{position:static}.admin-sidebar ul{grid-template-columns:1fr}.admin-page,.admin-content{overflow:visible}.admin-page-header{flex-direction:column;gap:16px}.admin-page-header .button{width:100%}.admin-filter-grid,.admin-form-grid,.admin-form-grid-four,.admin-characteristic-form-grid,.admin-toggle-grid{grid-template-columns:1fr}.admin-filter-grid input,.admin-filter-grid select,.admin-filter-grid .button{width:100%}.admin-products-page .admin-table-wrap,.admin-characteristics-page .admin-table-wrap{background:0 0;border:0;border-radius:0;overflow:visible}.admin-products-table,.admin-characteristics-table{table-layout:auto;width:100%;min-width:0;display:block}.admin-products-table thead,.admin-characteristics-table thead{display:none}.admin-products-table tbody,.admin-characteristics-table tbody{gap:14px;width:100%;display:grid}.admin-products-table tr,.admin-characteristics-table tr{background:#0f0e1ed1;border:1px solid #ede4ff24;border-radius:18px;gap:0;width:100%;min-width:0;max-width:100%;padding:16px;display:grid;box-shadow:0 14px 42px #0003}.admin-products-table td,.admin-characteristics-table td{width:100%;min-width:0;max-width:100%;color:var(--color-text-light);border:0;grid-template-columns:96px minmax(0,1fr);align-items:start;gap:12px;padding:12px 0;display:grid;overflow:visible}.admin-products-table td+td,.admin-characteristics-table td+td{border-top:1px solid #ede4ff17}.admin-products-table td:before,.admin-characteristics-table td:before{color:var(--color-text-muted);letter-spacing:.06em;text-transform:uppercase;white-space:normal;font-size:11px;font-weight:900;line-height:1.25;display:block}.admin-products-table td:first-child:before{content:"Товар"}.admin-products-table td:nth-child(2):before{content:"Категория"}.admin-products-table td:nth-child(3):before{content:"Бренд"}.admin-products-table td:nth-child(4):before{content:"Цена"}.admin-products-table td:nth-child(5):before{content:"Остаток"}.admin-products-table td:nth-child(6):before{content:"Статус"}.admin-products-table td:nth-child(7):before{content:"Активность"}.admin-products-table td:nth-child(8):before{content:"Действия"}.admin-characteristics-table td:first-child:before{content:"Название"}.admin-characteristics-table td:nth-child(2):before{content:"Код"}.admin-characteristics-table td:nth-child(3):before{content:"Тип"}.admin-characteristics-table td:nth-child(4):before{content:"Значения"}.admin-characteristics-table td:nth-child(5):before{content:"Статус"}.admin-characteristics-table td:nth-child(6):before{content:"Фильтр"}.admin-characteristics-table td:nth-child(7):before{content:"Действия"}.admin-product-cell{grid-template-columns:58px minmax(0,1fr);align-items:center;gap:12px;width:100%;min-width:0;display:grid}.admin-product-thumb,.admin-product-image,.admin-product-photo{border-radius:15px;width:58px;min-width:58px;max-width:58px;height:58px;overflow:hidden}.admin-product-thumb img,.admin-product-image img,.admin-product-photo img{object-fit:contain;width:52px;height:52px}.admin-product-cell strong,.admin-product-title{max-width:100%;color:var(--color-text-light);white-space:normal;overflow-wrap:anywhere;-webkit-line-clamp:unset;font-size:14px;line-height:1.3;display:block;overflow:visible}.admin-product-cell span,.admin-product-sku{max-width:100%;color:var(--color-text-muted);white-space:normal;text-overflow:unset;overflow-wrap:anywhere;margin-top:4px;font-size:12px;line-height:1.35;display:block;overflow:visible}.admin-products-table td>*,.admin-characteristics-table td>*{min-width:0;max-width:100%}.admin-products-table td>strong,.admin-products-table td>span,.admin-characteristics-table td>strong,.admin-characteristics-table td>span{overflow-wrap:anywhere;white-space:normal;max-width:100%;display:block}.admin-inline-control{grid-template-columns:minmax(0,1fr) 56px;gap:8px;width:100%;display:grid}.admin-inline-control input{width:100%;min-width:0;min-height:42px}.admin-inline-control .button{width:56px;min-width:56px;min-height:42px;padding:0}.admin-products-table select,.admin-characteristics-table select{width:100%;min-width:0;max-width:100%;min-height:42px}.admin-row-actions,.admin-table-actions{grid-template-columns:1fr;gap:8px;width:100%;display:grid}.admin-row-actions .button,.admin-table-actions .button,.admin-table-link,.admin-table-danger,.admin-table-restore{justify-content:center;width:100%;min-width:0;min-height:44px;padding:0 12px;font-size:13px}.admin-form-actions,.admin-sticky-actions{grid-template-columns:1fr;gap:10px;display:grid;position:static}.admin-form-actions .button,.admin-sticky-actions .button{width:100%}}@media (width<=430px){.admin-sidebar,.admin-content,.admin-card,.admin-products-table tr,.admin-characteristics-table tr{padding:14px}.admin-products-table td,.admin-characteristics-table td{grid-template-columns:82px minmax(0,1fr);gap:10px}.admin-product-cell{grid-template-columns:52px minmax(0,1fr)}.admin-product-thumb,.admin-product-image,.admin-product-photo{width:52px;min-width:52px;max-width:52px;height:52px}.admin-product-thumb img,.admin-product-image img,.admin-product-photo img{width:46px;height:46px}.admin-inline-control{grid-template-columns:1fr}.admin-inline-control .button{width:100%}}.admin-upload-panel input[type=file]{width:100%;min-height:56px;color:var(--color-text-muted);background:#080610b8;border:1px solid #ede4ff2e;border-radius:16px;padding:0;overflow:hidden}.admin-upload-panel input[type=file]::file-selector-button{float:right;width:20%;min-width:170px;max-width:240px;min-height:56px;color:var(--color-text-light);cursor:pointer;font:inherit;background:#7c3aed80;border:0;border-left:1px solid #ede4ff2e;margin:0 0 0 14px;padding:0 16px;font-weight:900}@media (width<=767px){.admin-upload-panel input[type=file]::file-selector-button{width:34%;min-width:138px;max-width:180px;margin-left:10px;padding:0 12px}.main-content:has(.admin-layout){width:calc(100% - 16px);padding:16px 0 96px}.admin-layout{grid-template-columns:1fr;gap:16px}.admin-sidebar,.admin-content,.admin-card{border-radius:18px;width:100%;min-width:0;max-width:100%;padding:16px}.admin-sidebar{position:static}.admin-sidebar ul,.admin-filter-grid,.admin-form-grid,.admin-form-grid-four,.admin-characteristic-form-grid,.admin-toggle-grid{grid-template-columns:1fr}.admin-filter-grid input,.admin-filter-grid select,.admin-filter-grid .button{width:100%}.admin-products-page .admin-table-wrap{background:0 0;border:0;border-radius:0;overflow:visible}.admin-products-table{table-layout:auto;width:100%;min-width:0;display:block}.admin-products-table thead{display:none}.admin-products-table tbody{gap:16px;width:100%;display:grid}.admin-products-table tr{background:#0f0e1ed1;border:1px solid #ede4ff24;border-radius:18px;width:100%;min-width:0;max-width:100%;padding:16px;display:grid;box-shadow:0 14px 42px #0003}.admin-products-table td{width:100%;min-width:0;max-width:100%;color:var(--color-text-light);border:0;grid-template-columns:96px minmax(0,1fr);align-items:start;gap:12px;padding:12px 0;display:grid;overflow:visible}.admin-products-table td+td{border-top:1px solid #ede4ff17}.admin-products-table td:before{color:var(--color-text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:900;line-height:1.25;display:block}.admin-products-table td:first-child:before{content:"Товар"}.admin-products-table td:nth-child(2):before{content:"Категория"}.admin-products-table td:nth-child(3):before{content:"Бренд"}.admin-products-table td:nth-child(4):before{content:"Цена"}.admin-products-table td:nth-child(5):before{content:"Остаток"}.admin-products-table td:nth-child(6):before{content:"Статус"}.admin-products-table td:nth-child(7):before{content:"Активность"}.admin-products-table td:nth-child(8):before{content:"Действия"}.admin-product-cell{grid-template-columns:64px minmax(0,1fr);align-items:start;gap:12px;width:100%;min-width:0;display:grid}.admin-product-thumb,.admin-product-image,.admin-product-photo{border-radius:15px;width:64px;min-width:64px;max-width:64px;height:64px;overflow:hidden}.admin-product-thumb img,.admin-product-image img,.admin-product-photo img{object-fit:contain;width:58px;height:58px}.admin-product-cell strong,.admin-product-title{max-width:100%;color:var(--color-text-light);white-space:normal;overflow-wrap:anywhere;-webkit-line-clamp:unset;font-size:14px;line-height:1.35;display:block;overflow:visible}.admin-product-cell span,.admin-product-sku{max-width:100%;color:var(--color-text-muted);white-space:normal;text-overflow:unset;overflow-wrap:anywhere;margin-top:4px;font-size:12px;line-height:1.35;display:block;overflow:visible}.admin-products-table td>*{min-width:0;max-width:100%}.admin-inline-control{grid-template-columns:minmax(0,1fr) 56px;gap:8px;width:100%;display:grid}.admin-inline-control input{width:100%;min-width:0;min-height:42px}.admin-inline-control .button{width:56px;min-width:56px;min-height:42px;padding:0}.admin-products-table select{width:100%;min-width:0;max-width:100%;min-height:42px}.admin-row-actions,.admin-table-actions{grid-template-columns:1fr;gap:8px;width:100%;display:grid}.admin-row-actions .button,.admin-table-actions .button,.admin-table-link,.admin-table-danger,.admin-table-restore{justify-content:center;width:100%;min-width:0;min-height:44px;padding:0 12px;font-size:13px}.admin-characteristics-page .admin-table-wrap{background:0 0;border:0;border-radius:0;overflow:visible}.admin-characteristics-table{table-layout:auto;width:100%;min-width:0;display:block}.admin-characteristics-table thead{display:none}.admin-characteristics-table tbody{gap:14px;width:100%;display:grid}.admin-characteristics-table tr{background:#0f0e1ed1;border:1px solid #ede4ff24;border-radius:18px;width:100%;min-width:0;max-width:100%;padding:16px;display:grid;box-shadow:0 14px 42px #0003}.admin-characteristics-table td{width:100%;min-width:0;max-width:100%;color:var(--color-text-light);border:0;grid-template-columns:92px minmax(0,1fr);align-items:start;gap:12px;padding:10px 0;display:grid;overflow:visible}.admin-characteristics-table td+td{border-top:1px solid #ede4ff17}.admin-characteristics-table td:before{color:var(--color-text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:900;line-height:1.25;display:block}.admin-characteristics-table td:first-child:before{content:"Название"}.admin-characteristics-table td:nth-child(2):before{content:"Код"}.admin-characteristics-table td:nth-child(3):before{content:"Тип"}.admin-characteristics-table td:nth-child(4):before{content:"Значения"}.admin-characteristics-table td:nth-child(5):before{content:"Статус"}.admin-characteristics-table td:nth-child(6):before{content:"Фильтр"}.admin-characteristics-table td:nth-child(7):before{content:"Действия"}.admin-characteristics-table td>*{white-space:normal;overflow-wrap:anywhere;min-width:0;max-width:100%}.admin-characteristics-table .admin-row-actions,.admin-characteristics-table .admin-table-actions{grid-template-columns:1fr;gap:8px;width:100%;display:grid}.admin-characteristics-table .button,.admin-characteristics-table .admin-table-link,.admin-characteristics-table .admin-table-danger,.admin-characteristics-table .admin-table-restore{width:100%;min-height:44px}.admin-form-actions,.admin-sticky-actions{grid-template-columns:1fr;gap:10px;display:grid;position:static}.admin-form-actions .button,.admin-sticky-actions .button{width:100%}}@media (width<=430px){.admin-products-table td,.admin-characteristics-table td{grid-template-columns:82px minmax(0,1fr);gap:10px}.admin-products-table tr,.admin-characteristics-table tr{padding:14px}.admin-product-cell{grid-template-columns:56px minmax(0,1fr)}.admin-product-thumb,.admin-product-image,.admin-product-photo{width:56px;min-width:56px;max-width:56px;height:56px}.admin-product-thumb img,.admin-product-image img,.admin-product-photo img{width:50px;height:50px}.admin-inline-control{grid-template-columns:1fr}.admin-inline-control .button{width:100%}.admin-upload-panel input[type=file]::file-selector-button{width:38%;min-width:124px;max-width:150px}}.admin-products-page .admin-table-wrap,.admin-characteristics-page .admin-table-wrap,.admin-upload-panel,.admin-upload-panel *{box-sizing:border-box}.admin-products-page .admin-table-wrap,.admin-characteristics-page .admin-table-wrap{max-width:100%}.admin-upload-panel{grid-template-columns:minmax(0,1fr) minmax(150px,18%);align-items:center;gap:12px;display:grid}.admin-upload-panel>input[type=text]{min-width:0}.admin-upload-panel .button.button-secondary{text-overflow:ellipsis;justify-self:end;width:100%;min-width:0;max-width:220px;overflow:hidden}.admin-upload-panel .button.button-secondary input[type=file]{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.admin-products-table td,.admin-characteristics-table td{overflow-wrap:anywhere}.admin-characteristics-table th:first-child,.admin-characteristics-table td:first-child{width:22%}.admin-characteristics-table th:nth-child(2),.admin-characteristics-table td:nth-child(2),.admin-characteristics-table th:nth-child(3),.admin-characteristics-table td:nth-child(3),.admin-characteristics-table th:nth-child(4),.admin-characteristics-table td:nth-child(4){width:18%}.admin-characteristics-table th:nth-child(5),.admin-characteristics-table td:nth-child(5),.admin-characteristics-table th:nth-child(6),.admin-characteristics-table td:nth-child(6){width:12%}@media (width<=767px){.admin-products-page .admin-card,.admin-characteristics-page .admin-card{overflow:hidden}.admin-upload-panel{grid-template-columns:1fr;padding:14px}.admin-upload-panel .button.button-secondary{justify-self:stretch;width:100%;max-width:none}.admin-products-page .admin-table-wrap,.admin-characteristics-page .admin-table-wrap{width:100%;overflow:visible}.admin-products-table tbody,.admin-characteristics-table tbody{gap:14px;display:grid}.admin-products-table tr,.admin-characteristics-table tr{width:100%;max-width:100%;height:auto;min-height:auto;display:grid}.admin-products-table td,.admin-characteristics-table td{grid-template-columns:minmax(82px,30%) minmax(0,1fr);align-items:start;height:auto;min-height:auto;padding:11px 0;display:grid;overflow:visible}.admin-products-table td>*,.admin-characteristics-table td>*{overflow-wrap:anywhere;white-space:normal;width:100%;min-width:0;max-width:100%}.admin-product-cell{grid-template-columns:58px minmax(0,1fr)}.admin-products-table .admin-inline-control{grid-template-columns:minmax(0,1fr) 56px}.admin-characteristics-table td:nth-child(6):before{content:"Действия"}}@media (width<=430px){.admin-products-table td,.admin-characteristics-table td{grid-template-columns:76px minmax(0,1fr);gap:10px}.admin-products-table .admin-inline-control{grid-template-columns:1fr}}@media (width<=767px){.admin-products-page,.admin-characteristics-page,.admin-products-page *,.admin-characteristics-page *{box-sizing:border-box}.admin-products-page .admin-card,.admin-characteristics-page .admin-card,.admin-characteristics-page .admin-panel{width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.admin-products-page .admin-table-wrap,.admin-characteristics-page .admin-table-wrap{background:0 0!important;border:0!important;border-radius:0!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow:visible!important}.admin-products-table,.admin-characteristics-table{table-layout:auto!important;border-collapse:separate!important;border-spacing:0!important;width:100%!important;min-width:0!important;max-width:100%!important;display:block!important}.admin-products-table thead,.admin-characteristics-table thead{display:none!important}.admin-products-table tbody,.admin-characteristics-table tbody{gap:14px!important;width:100%!important;min-width:0!important;max-width:100%!important;display:grid!important}.admin-products-table tr,.admin-characteristics-table tr{background:#0f0e1ee6!important;border:1px solid #ede4ff24!important;border-radius:18px!important;width:100%!important;min-width:0!important;max-width:100%!important;height:auto!important;min-height:0!important;padding:14px!important;display:grid!important;overflow:hidden!important;box-shadow:0 14px 36px #00000038!important}.admin-products-table th,.admin-products-table td,.admin-characteristics-table th,.admin-characteristics-table td,.admin-products-table th:nth-child(n),.admin-products-table td:nth-child(n),.admin-characteristics-table th:nth-child(n),.admin-characteristics-table td:nth-child(n){width:auto!important;min-width:0!important;max-width:100%!important}.admin-products-table td,.admin-characteristics-table td{width:100%!important;min-width:0!important;max-width:100%!important;height:auto!important;min-height:0!important;color:var(--color-text-light)!important;vertical-align:top!important;border:0!important;grid-template-columns:116px minmax(0,1fr)!important;align-items:start!important;gap:0 14px!important;padding:11px 0!important;line-height:1.35!important;display:grid!important;overflow:visible!important}.admin-products-table td+td,.admin-characteristics-table td+td{border-top:1px solid #ede4ff1a!important}.admin-products-table td:before,.admin-characteristics-table td:before{width:116px!important;max-width:116px!important;color:var(--color-text-muted)!important;letter-spacing:.06em!important;text-transform:uppercase!important;white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important;grid-area:1/1!important;padding-top:2px!important;font-size:11px!important;font-weight:900!important;line-height:1.2!important;display:block!important}.admin-products-table td>*,.admin-characteristics-table td>*{white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;grid-area:1/2!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow:visible!important}.admin-products-table td:first-child:before{content:"Товар"!important}.admin-products-table td:nth-child(2):before{content:"Категория"!important}.admin-products-table td:nth-child(3):before{content:"Бренд"!important}.admin-products-table td:nth-child(4):before{content:"Цена"!important}.admin-products-table td:nth-child(5):before{content:"Остаток"!important}.admin-products-table td:nth-child(6):before{content:"Статус"!important}.admin-products-table td:nth-child(7):before{content:"Активность"!important}.admin-characteristics-table td:first-child:before{content:"Название"!important}.admin-characteristics-table td:nth-child(2):before{content:"Код"!important}.admin-characteristics-table td:nth-child(3):before{content:"Тип"!important}.admin-characteristics-table td:nth-child(4):before{content:"Значения"!important}.admin-characteristics-table td:nth-child(5):before{content:"Статус"!important}.admin-products-table td:nth-child(8),.admin-characteristics-table td:nth-child(6){padding-top:14px!important;display:block!important}.admin-products-table td:nth-child(8):before,.admin-characteristics-table td:nth-child(6):before{content:""!important;display:none!important}.admin-products-table td:nth-child(8)>*,.admin-characteristics-table td:nth-child(6)>*{grid-template-columns:1fr!important;gap:10px!important;width:100%!important;min-width:0!important;max-width:100%!important;display:grid!important}.admin-product-cell{grid-template-columns:64px minmax(0,1fr)!important;align-items:start!important;gap:12px!important;width:100%!important;min-width:0!important;max-width:100%!important;display:grid!important}.admin-product-cell>div:last-child{min-width:0!important;max-width:100%!important}.admin-product-thumb,.admin-product-image,.admin-product-photo{border-radius:14px!important;place-items:center!important;width:64px!important;min-width:64px!important;max-width:64px!important;height:64px!important;min-height:64px!important;max-height:64px!important;display:grid!important;overflow:hidden!important}.admin-product-thumb img,.admin-product-image img,.admin-product-photo img{object-fit:contain!important;width:58px!important;max-width:58px!important;height:58px!important;max-height:58px!important;display:block!important}.admin-product-cell strong,.admin-characteristics-table td strong{width:100%!important;max-width:100%!important;color:var(--color-text-light)!important;white-space:normal!important;overflow-wrap:anywhere!important;font-size:14px!important;line-height:1.35!important;display:block!important}.admin-product-cell span,.admin-muted{white-space:normal!important;overflow-wrap:anywhere!important;max-width:100%!important;margin-top:4px!important;font-size:12px!important;line-height:1.35!important;display:block!important}.admin-products-table .admin-inline-control{grid-template-columns:minmax(0,1fr) 56px!important;gap:8px!important;width:100%!important;display:grid!important}.admin-products-table input,.admin-products-table select,.admin-characteristics-table input,.admin-characteristics-table select{width:100%!important;min-width:0!important;max-width:100%!important;min-height:42px!important}.admin-row-actions,.admin-table-actions,.admin-row-actions-wrap,.admin-characteristics-table .admin-row-actions,.admin-products-table .admin-row-actions{grid-template-columns:1fr!important;gap:10px!important;width:100%!important;min-width:0!important;max-width:100%!important;display:grid!important}.admin-row-actions .button,.admin-table-actions .button,.admin-products-table .button,.admin-characteristics-table .button,.admin-table-link,.admin-table-danger,.admin-table-restore{white-space:nowrap!important;justify-content:center!important;width:100%!important;min-width:0!important;max-width:100%!important;min-height:44px!important;padding:0 12px!important}}@media (width<=430px){.admin-products-table td,.admin-characteristics-table td{grid-template-columns:104px minmax(0,1fr)!important;column-gap:10px!important}.admin-products-table td:before,.admin-characteristics-table td:before{width:104px!important;max-width:104px!important;font-size:10.5px!important}.admin-products-table .admin-inline-control{grid-template-columns:1fr!important}.admin-products-table .admin-inline-control .button{width:100%!important;min-width:0!important}}.gsa68-mobile-list{display:none}@media (width<=767px){html,body,#root{width:100%;max-width:100%;overflow-x:hidden}.admin-page,.admin-card,.admin-products-page,.admin-characteristics-page,.admin-products-page .admin-card,.admin-characteristics-page .admin-card{box-sizing:border-box;width:100%;min-width:0;max-width:100%;overflow-x:hidden}.admin-products-page .admin-table-wrap,.admin-characteristics-page .admin-table-wrap,.admin-products-page table,.admin-characteristics-page table,.admin-products-page .admin-mobile-cards,.admin-characteristics-page .admin-mobile-cards{display:none!important}.gsa68-mobile-list{box-sizing:border-box;grid-template-columns:1fr;gap:14px;width:100%;min-width:0;max-width:100%;display:grid!important}.gsa68-mobile-card{box-sizing:border-box;background:#0c0a18f5;border:1px solid #ede4ff29;border-radius:18px;gap:12px;width:100%;min-width:0;max-width:100%;margin:0;padding:14px;overflow:hidden;box-shadow:0 12px 28px #00000047;grid-template-columns:1fr!important;display:grid!important}.gsa68-mobile-card,.gsa68-mobile-card *,.gsa68-mobile-card :before,.gsa68-mobile-card :after{box-sizing:border-box}.gsa68-mobile-card-head{border-bottom:1px solid #ede4ff1a;align-items:center;gap:12px;width:100%;min-width:0;padding-bottom:10px;grid-template-columns:58px minmax(0,1fr)!important;display:grid!important}.gsa68-mobile-card-head .admin-product-thumb{border-radius:14px;overflow:hidden;width:58px!important;min-width:58px!important;max-width:58px!important;height:58px!important;min-height:58px!important;max-height:58px!important}.gsa68-mobile-card-head .admin-product-thumb img{object-fit:cover;width:100%!important;height:100%!important}.gsa68-mobile-card-title{gap:4px;width:100%;min-width:0;max-width:100%;overflow:hidden;grid-template-columns:1fr!important;display:grid!important}.gsa68-mobile-title-text{width:100%;min-width:0;max-width:100%;color:var(--color-text-light);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:15px;font-weight:900;line-height:1.25;overflow:hidden;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important;-webkit-hyphens:none!important;hyphens:none!important;display:-webkit-box!important}.gsa68-mobile-meta{width:100%;min-width:0;max-width:100%;color:var(--color-text-muted);text-overflow:ellipsis;font-size:11.5px;font-weight:700;line-height:1.25;overflow:hidden;white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important;display:block!important}.gsa68-mobile-card-fields{gap:0;width:100%;min-width:0;max-width:100%;grid-template-columns:1fr!important;display:grid!important}.gsa68-mobile-field{border-bottom:1px solid #ede4ff17;align-items:center;gap:12px;width:100%;min-width:0;max-width:100%;padding:9px 0;grid-template-columns:104px minmax(0,1fr)!important;display:grid!important}.gsa68-characteristics-mobile-list .gsa68-mobile-field{grid-template-columns:96px minmax(0,1fr)!important}.gsa68-mobile-field:first-child{padding-top:0}.gsa68-mobile-field:last-child{border-bottom:0;padding-bottom:0}.gsa68-mobile-field>span{width:100%;min-width:0;max-width:100%;color:var(--color-text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:10.5px;font-weight:900;line-height:1.2;white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important;-webkit-hyphens:none!important;hyphens:none!important;display:block!important}.gsa68-mobile-value-text,.gsa68-mobile-code-text{width:100%;min-width:0;max-width:100%;color:var(--color-text-light);text-align:left;font-size:14px;font-weight:800;line-height:1.3;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important;-webkit-hyphens:none!important;hyphens:none!important;display:block!important}.gsa68-mobile-code-text{text-overflow:ellipsis;overflow:hidden;white-space:nowrap!important;overflow-wrap:normal!important}.gsa68-mobile-field-control{align-items:center}.gsa68-mobile-field .admin-inline-control{gap:8px;width:100%;min-width:0;max-width:100%;grid-template-columns:minmax(0,1fr) 54px!important;display:grid!important}.gsa68-mobile-field .admin-inline-control input{height:42px;min-height:42px;width:100%!important;min-width:0!important;max-width:100%!important}.gsa68-mobile-field .admin-inline-control .button{height:42px;min-height:42px;padding:0;width:54px!important;min-width:54px!important;max-width:54px!important}.gsa68-mobile-field select{height:42px;min-height:42px;width:100%!important;min-width:0!important;max-width:100%!important}.gsa68-mobile-card-actions{gap:10px;width:100%;min-width:0;max-width:100%;padding-top:4px;grid-template-columns:1fr!important;display:grid!important}.gsa68-mobile-card-actions .button{text-align:center;justify-content:center;min-height:44px;white-space:nowrap!important;width:100%!important;min-width:0!important;max-width:100%!important}}@media (width<=390px){.gsa68-mobile-card{border-radius:16px;padding:12px}.gsa68-mobile-field{gap:10px;grid-template-columns:88px minmax(0,1fr)!important}.gsa68-characteristics-mobile-list .gsa68-mobile-field{grid-template-columns:84px minmax(0,1fr)!important}.gsa68-mobile-field>span{font-size:10px}.gsa68-mobile-title-text{font-size:14px}.gsa68-mobile-value-text,.gsa68-mobile-code-text{font-size:13.5px}}@media (width>=768px){.admin-table .admin-actions{box-sizing:border-box;grid-template-columns:1fr;justify-content:stretch;align-items:stretch;gap:8px;width:100%;min-width:0;max-width:100%;display:grid}.admin-table .admin-actions .button{box-sizing:border-box;text-align:center;text-overflow:ellipsis;border-radius:12px;justify-content:center;align-items:center;height:38px;min-height:38px;padding:0 12px;font-size:13px;font-weight:900;line-height:1;display:inline-flex;overflow:hidden;white-space:nowrap!important;width:100%!important;min-width:0!important;max-width:100%!important}.admin-table .admin-actions .button-secondary{color:var(--color-text-light);background:linear-gradient(135deg,#8b5cf67a,#31185ee6);border:1px solid #a78bfab8}.admin-table .admin-actions .button-secondary:hover:not(:disabled){background:linear-gradient(135deg,#9361ff9e,#441f80f2);border-color:#c4b5fde6}.admin-table .admin-actions .button-danger{color:var(--color-text-light);background:linear-gradient(135deg,#7f1d1dc7,#450a0aeb);border:1px solid #ef4444b3}.admin-table .admin-actions .button-danger:hover:not(:disabled){background:linear-gradient(135deg,#991b1be6,#581c1cfa);border-color:#f87171e6}.admin-table .admin-actions .button:disabled{opacity:.55;cursor:not-allowed}.admin-table th:last-child,.admin-table td:last-child{min-width:0!important;max-width:none!important}}.gsa68-mobile-list,.gsa68-products-mobile-list,.gsa68-characteristics-mobile-list{display:none!important}@media (width>=768px){.admin-products-page .admin-table-wrap,.admin-characteristics-page .admin-table-wrap{display:block!important}.admin-products-page .admin-table,.admin-products-page .admin-products-table,.admin-characteristics-page .admin-table,.admin-characteristics-page .admin-characteristics-table{display:table!important}.admin-products-page .admin-table thead,.admin-products-page .admin-products-table thead,.admin-characteristics-page .admin-table thead,.admin-characteristics-page .admin-characteristics-table thead{display:table-header-group!important}.admin-products-page .admin-table tbody,.admin-products-page .admin-products-table tbody,.admin-characteristics-page .admin-table tbody,.admin-characteristics-page .admin-characteristics-table tbody{display:table-row-group!important}.admin-products-page .admin-table tr,.admin-products-page .admin-products-table tr,.admin-characteristics-page .admin-table tr,.admin-characteristics-page .admin-characteristics-table tr{display:table-row!important}.admin-products-page .admin-table th,.admin-products-page .admin-table td,.admin-products-page .admin-products-table th,.admin-products-page .admin-products-table td,.admin-characteristics-page .admin-table th,.admin-characteristics-page .admin-table td,.admin-characteristics-page .admin-characteristics-table th,.admin-characteristics-page .admin-characteristics-table td{display:table-cell!important}}@media (width<=767px){.admin-products-page .admin-table-wrap,.admin-characteristics-page .admin-table-wrap{display:none!important}.gsa68-products-mobile-list,.gsa68-characteristics-mobile-list{display:grid!important}}.admin-products-page .admin-row-actions,.admin-products-page .admin-table-actions,.admin-characteristics-page .admin-actions,.admin-characteristics-page .admin-table-actions{grid-template-columns:1fr;gap:8px;width:100%;max-width:100%;margin:0;display:grid}.admin-products-page .admin-row-actions .admin-table-link,.admin-products-page .admin-row-actions .admin-table-danger,.admin-products-page .admin-row-actions .admin-table-restore,.admin-products-page .admin-table-actions .admin-table-link,.admin-products-page .admin-table-actions .admin-table-danger,.admin-products-page .admin-table-actions .admin-table-restore,.admin-characteristics-page .admin-actions .admin-table-link,.admin-characteristics-page .admin-actions .admin-table-danger,.admin-characteristics-page .admin-actions .admin-table-restore,.admin-characteristics-page .admin-table-actions .admin-table-link,.admin-characteristics-page .admin-table-actions .admin-table-danger,.admin-characteristics-page .admin-table-actions .admin-table-restore{box-sizing:border-box;text-align:center;white-space:nowrap;cursor:pointer;text-overflow:ellipsis;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;width:100%;min-width:0;max-width:100%;min-height:34px;padding:8px;font-family:inherit;font-size:12px;font-weight:900;line-height:1;text-decoration:none;display:inline-flex;overflow:hidden}.admin-products-page .admin-table-link,.admin-characteristics-page .admin-table-link{color:var(--color-text-light);background:#7c3aed47;border-color:#a78bfa59}.admin-products-page .admin-table-link:hover,.admin-characteristics-page .admin-table-link:hover{color:var(--color-text-light);background:#7c3aed70;border-color:#a78bfa94}.admin-products-page .admin-table-danger,.admin-characteristics-page .admin-table-danger{appearance:none;color:#fff;background:#ef44443d;border-color:#ef444475}.admin-products-page .admin-table-danger:hover:not(:disabled),.admin-characteristics-page .admin-table-danger:hover:not(:disabled){background:#ef444461;border-color:#ef4444b8}.admin-products-page .admin-table-restore,.admin-characteristics-page .admin-table-restore{appearance:none;color:#fff;background:#22c55e38;border-color:#22c55e75}.admin-products-page .admin-table-restore:hover:not(:disabled),.admin-characteristics-page .admin-table-restore:hover:not(:disabled){background:#22c55e5c;border-color:#22c55eb8}.admin-products-page .admin-table-danger:disabled,.admin-products-page .admin-table-restore:disabled,.admin-characteristics-page .admin-table-danger:disabled,.admin-characteristics-page .admin-table-restore:disabled{opacity:.5;cursor:not-allowed}@media (width<=767px){.gsa68-mobile-card-actions .admin-table-link,.gsa68-mobile-card-actions .admin-table-danger,.gsa68-mobile-card-actions .admin-table-restore{min-height:44px;font-size:13px}}.admin-products-page .admin-row-actions,.admin-products-page .admin-row-actions-wrap{grid-template-columns:1fr;gap:8px;width:100%;min-width:0;max-width:100%;margin:0;padding:0;display:grid}.admin-products-page .admin-row-actions .admin-table-link,.admin-products-page .admin-row-actions .admin-table-danger,.admin-products-page .admin-row-actions-wrap .admin-table-link,.admin-products-page .admin-row-actions-wrap .admin-table-danger{box-sizing:border-box;text-align:center;white-space:nowrap;cursor:pointer;text-overflow:ellipsis;border-radius:10px;justify-content:center;align-items:center;width:100%;min-width:0;max-width:100%;min-height:36px;padding:0 12px;font-family:inherit;font-size:13px;font-weight:900;line-height:1;text-decoration:none;transition:background .18s,border-color .18s,box-shadow .18s,transform .18s;display:inline-flex;overflow:hidden}.admin-products-page .admin-row-actions .admin-table-link,.admin-products-page .admin-row-actions-wrap .admin-table-link{color:var(--color-text-light);background:linear-gradient(135deg,#8b5cf657,#31185ec7);border:1px solid #a78bfab8;box-shadow:inset 0 0 0 1px #ede4ff14,0 0 0 1px #7c3aed24,0 10px 24px #7c3aed2e}.admin-products-page .admin-row-actions .admin-table-link:hover,.admin-products-page .admin-row-actions-wrap .admin-table-link:hover{color:var(--color-text-light);background:linear-gradient(135deg,#9361ff7a,#441f80eb);border-color:#c4b5fdf2;box-shadow:inset 0 0 0 1px #ede4ff1f,0 0 0 1px #a78bfa38,0 14px 32px #7c3aed42}.admin-products-page .admin-row-actions .admin-table-danger,.admin-products-page .admin-row-actions-wrap .admin-table-danger{appearance:none;color:#fff;background:linear-gradient(135deg,#7f1d1d8f,#450a0ad6);border:1px solid #f87171b8;box-shadow:inset 0 0 0 1px #fecaca0f,0 0 0 1px #ef44441f,0 10px 24px #7f1d1d2e}.admin-products-page .admin-row-actions .admin-table-danger:hover:not(:disabled),.admin-products-page .admin-row-actions-wrap .admin-table-danger:hover:not(:disabled){background:linear-gradient(135deg,#991b1bbd,#581c1cf5);border-color:#fca5a5eb;box-shadow:inset 0 0 0 1px #fecaca14,0 0 0 1px #f8717133,0 14px 32px #7f1d1d42}.admin-products-page .admin-row-actions .admin-table-link:active,.admin-products-page .admin-row-actions .admin-table-danger:active,.admin-products-page .admin-row-actions-wrap .admin-table-link:active,.admin-products-page .admin-row-actions-wrap .admin-table-danger:active{transform:translateY(1px)}.admin-products-page .admin-row-actions .admin-table-danger:disabled,.admin-products-page .admin-row-actions-wrap .admin-table-danger:disabled{opacity:.5;cursor:not-allowed}@media (width>=768px){.admin-products-table th:last-child,.admin-products-table td:last-child{width:112px!important;min-width:112px!important;max-width:112px!important}}@media (width<=767px){.gsa68-mobile-card-actions .admin-table-link,.gsa68-mobile-card-actions .admin-table-danger{border-radius:12px;min-height:44px;font-size:13px}}@media (width>=768px){.admin-products-page .admin-table-wrap{width:100%;max-width:100%;overflow-x:hidden}.admin-products-table{table-layout:fixed;width:100%;max-width:100%;min-width:0!important}.admin-products-table th,.admin-products-table td{box-sizing:border-box;padding:14px 8px;overflow:hidden;min-width:0!important;max-width:none!important}.admin-products-table th{letter-spacing:.035em;white-space:nowrap;font-size:12px}.admin-products-table td{font-size:13px;line-height:1.25}.admin-products-table th:first-child,.admin-products-table td:first-child{width:28%!important}.admin-products-table th:nth-child(2),.admin-products-table td:nth-child(2){width:12%!important}.admin-products-table th:nth-child(3),.admin-products-table td:nth-child(3){width:9%!important}.admin-products-table th:nth-child(4),.admin-products-table td:nth-child(4){width:11%!important}.admin-products-table th:nth-child(5),.admin-products-table td:nth-child(5){width:10%!important}.admin-products-table th:nth-child(6),.admin-products-table td:nth-child(6){width:11%!important}.admin-products-table th:nth-child(7),.admin-products-table td:nth-child(7){width:8%!important}.admin-products-table th:nth-child(8),.admin-products-table td:nth-child(8){width:11%!important}.admin-products-table .admin-product-cell{grid-template-columns:64px minmax(0,1fr);gap:10px;width:100%;min-width:0}.admin-products-table .admin-product-cell>div:last-child{min-width:0;overflow:hidden}.admin-products-table .admin-product-cell strong{word-break:normal;overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:100%;line-height:1.25;display:-webkit-box;overflow:hidden}.admin-products-table .admin-product-cell span{max-width:100%;color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.35;display:block;overflow:hidden}.admin-products-table td:nth-child(2),.admin-products-table td:nth-child(3),.admin-products-table td:nth-child(4),.admin-products-table td:nth-child(7){white-space:normal;word-break:normal;overflow-wrap:anywhere}.admin-products-table td:nth-child(4) strong{line-height:1.2;display:block}.admin-products-table td:nth-child(4) .admin-muted{margin-top:2px;font-size:12px;line-height:1.2;display:block}.admin-products-table .admin-inline-control{grid-template-columns:minmax(44px,1fr) 42px;gap:6px;width:100%;min-width:0}.admin-products-table .admin-inline-control input{width:100%;min-width:0;height:38px;min-height:38px;padding:8px;font-size:13px}.admin-products-table .admin-inline-control .button{height:38px;min-height:38px;padding:0;font-size:12px;width:42px!important;min-width:42px!important;max-width:42px!important}.admin-products-table .admin-product-status-control,.admin-products-table .admin-product-active-control{width:100%;min-width:0}.admin-products-table .admin-product-status-control select{text-overflow:ellipsis;width:100%;min-width:0;height:38px;min-height:38px;padding:8px 26px 8px 10px;font-size:12px}.admin-products-table .admin-product-active-cell{font-size:12px;line-height:1.2}.admin-products-table .admin-row-actions,.admin-products-table .admin-row-actions-wrap{grid-template-columns:1fr;gap:8px;width:100%;min-width:0;max-width:100%;display:grid}.admin-products-table .admin-row-actions .admin-table-link,.admin-products-table .admin-row-actions .admin-table-danger,.admin-products-table .admin-row-actions-wrap .admin-table-link,.admin-products-table .admin-row-actions-wrap .admin-table-danger{white-space:nowrap;border-radius:10px;width:100%;min-width:0;max-width:100%;height:34px;min-height:34px;padding:0 8px;font-size:12px}}@media (width>=768px) and (width<=1500px){.main-content:has(.admin-layout){width:calc(100% - 24px)}.admin-layout{grid-template-columns:230px minmax(0,1fr);gap:16px}.admin-sidebar{width:230px;min-width:230px;max-width:230px;padding:18px}.admin-content{padding:16px}.admin-card{padding:20px}.admin-products-table th,.admin-products-table td{padding-left:7px;padding-right:7px}.admin-products-table th:first-child,.admin-products-table td:first-child{width:29%!important}.admin-products-table th:nth-child(2),.admin-products-table td:nth-child(2){width:12%!important}.admin-products-table th:nth-child(3),.admin-products-table td:nth-child(3){width:9%!important}.admin-products-table th:nth-child(4),.admin-products-table td:nth-child(4){width:11%!important}.admin-products-table th:nth-child(5),.admin-products-table td:nth-child(5){width:10%!important}.admin-products-table th:nth-child(6),.admin-products-table td:nth-child(6){width:11%!important}.admin-products-table th:nth-child(7),.admin-products-table td:nth-child(7){width:7%!important}.admin-products-table th:nth-child(8),.admin-products-table td:nth-child(8){width:11%!important}.admin-products-table .admin-product-thumb{width:56px;min-width:56px;height:56px}.admin-products-table .admin-product-thumb img{width:50px;height:50px}.admin-products-table .admin-product-cell{grid-template-columns:56px minmax(0,1fr)}}@media (width>=768px){.admin-products-table th:nth-child(5),.admin-products-table td:nth-child(5){width:11%!important;min-width:112px!important}.admin-products-table .admin-inline-control{gap:8px;width:100%;min-width:104px;max-width:132px;display:grid;grid-template-columns:minmax(56px,1fr) 44px!important}.admin-products-table .admin-inline-control input{box-sizing:border-box;height:38px;min-height:38px;color:var(--color-text-light);text-align:left;padding:8px 10px;font-size:13px;font-weight:900;line-height:1;width:100%!important;min-width:56px!important;max-width:none!important}.admin-products-table .admin-inline-control .button{box-sizing:border-box;height:38px;min-height:38px;width:44px!important;min-width:44px!important;max-width:44px!important;padding:0!important}}@media (width>=768px) and (width<=1500px){.admin-products-table th:first-child,.admin-products-table td:first-child{width:28%!important}.admin-products-table th:nth-child(5),.admin-products-table td:nth-child(5){width:12%!important;min-width:118px!important}.admin-products-table th:nth-child(7),.admin-products-table td:nth-child(7){width:7%!important}.admin-products-table .admin-inline-control{min-width:112px;max-width:136px;grid-template-columns:minmax(60px,1fr) 44px!important}.admin-products-table .admin-inline-control input{padding-left:10px;padding-right:10px;min-width:60px!important}}@media (width>=768px) and (width<=1320px){.main-content:has(.admin-layout){width:calc(100% - 16px);padding:16px 0 88px}.admin-layout{grid-template-columns:220px minmax(0,1fr);gap:14px}.admin-sidebar{width:220px;min-width:220px;max-width:220px;padding:16px}.admin-content{min-width:0;padding:14px;overflow:hidden}.admin-card{border-radius:20px;padding:18px}.admin-products-page .admin-table-wrap{display:none!important}.admin-products-page .gsa68-products-mobile-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;width:100%;max-width:100%;display:grid!important}.admin-products-page .gsa68-mobile-card{border-radius:18px;padding:14px}.admin-products-page .gsa68-mobile-card-head{gap:12px;grid-template-columns:56px minmax(0,1fr)!important}.admin-products-page .gsa68-mobile-card-head .admin-product-thumb{width:56px!important;min-width:56px!important;max-width:56px!important;height:56px!important;min-height:56px!important;max-height:56px!important}.admin-products-page .gsa68-mobile-title-text{-webkit-line-clamp:2;font-size:14px;line-height:1.25}.admin-products-page .gsa68-mobile-meta{font-size:11px}.admin-products-page .gsa68-mobile-field{gap:10px;padding:8px 0;grid-template-columns:92px minmax(0,1fr)!important}.admin-products-page .gsa68-mobile-field>span{font-size:10px}.admin-products-page .gsa68-mobile-value-text,.admin-products-page .gsa68-mobile-code-text{font-size:13px;line-height:1.25}.admin-products-page .gsa68-mobile-field .admin-inline-control{gap:8px;width:100%;min-width:0;max-width:150px;grid-template-columns:minmax(58px,1fr) 44px!important}.admin-products-page .gsa68-mobile-field .admin-inline-control input{height:38px;min-height:38px;padding:8px 10px;min-width:58px!important}.admin-products-page .gsa68-mobile-field .admin-inline-control .button{height:38px;min-height:38px;width:44px!important;min-width:44px!important;max-width:44px!important}.admin-products-page .gsa68-mobile-field select{height:38px;min-height:38px;font-size:12px}.admin-products-page .gsa68-mobile-card-actions{gap:10px;padding-top:4px;grid-template-columns:repeat(2,minmax(0,1fr))!important}.admin-products-page .gsa68-mobile-card-actions .admin-table-link,.admin-products-page .gsa68-mobile-card-actions .admin-table-danger{min-height:40px;font-size:12px}}@media (width>=768px) and (width<=1120px){.admin-products-page .gsa68-products-mobile-list{grid-template-columns:1fr}}@media (width>=768px) and (width<=1320px){.admin-products-page .gsa68-products-mobile-list{align-items:start;gap:18px}.admin-products-page .gsa68-mobile-card{background:radial-gradient(circle at 0 0,#7b2cff29,#0000 42%),#0f0e1eeb;border:1px solid #c4b5fd3d;border-radius:20px;gap:14px;min-height:0;padding:18px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ede4ff0b,0 14px 36px #00000047,0 0 28px #7c3aed14;display:grid!important}.admin-products-page .gsa68-mobile-card:before{content:"";pointer-events:none;border-radius:inherit;opacity:.7;background:linear-gradient(135deg,#ede4ff14,#0000 28%,#7c3aed14);position:absolute;inset:0}.admin-products-page .gsa68-mobile-card>*{z-index:1;position:relative}.admin-products-page .gsa68-mobile-card-head{border-bottom:1px solid #ede4ff1f;align-items:start;padding-top:2px;padding-bottom:12px}.admin-products-page .gsa68-mobile-card-head .admin-product-thumb{align-self:start;margin-top:0}.admin-products-page .gsa68-mobile-card-fields{padding-top:2px}.admin-products-page .gsa68-mobile-field:first-child{padding-top:0}.admin-products-page .gsa68-mobile-card-actions{border-top:1px solid #ede4ff1a;padding-top:6px}}@media (width>=768px) and (width<=1120px){.admin-products-page .gsa68-products-mobile-list{gap:16px}.admin-products-page .gsa68-mobile-card{padding:16px}}@media (width>=768px) and (width<=1320px){.admin-products-page .gsa68-products-mobile-list{align-items:stretch!important}.admin-products-page .gsa68-mobile-card{grid-template-rows:auto 1fr auto;height:100%;min-height:100%;display:grid!important}.admin-products-page .gsa68-mobile-card-fields{align-self:stretch}.admin-products-page .gsa68-mobile-card-actions{align-self:end;margin-top:auto}}.admin-orders-page,.admin-order-details-page{min-width:0}.admin-orders-filter-card{gap:18px;display:grid}.admin-orders-filter-grid{grid-template-columns:minmax(180px,1.2fr) minmax(150px,1fr) minmax(150px,1fr) minmax(150px,1fr) minmax(150px,1fr) minmax(145px,.8fr) auto}.admin-orders-filter-grid .button{align-self:end;min-height:46px}.admin-orders-table{table-layout:fixed;width:100%}.admin-orders-table th,.admin-orders-table td{min-width:0;overflow:hidden}.admin-orders-table th:first-child,.admin-orders-table td:first-child,.admin-orders-table th:nth-child(2),.admin-orders-table td:nth-child(2){width:18%}.admin-orders-table th:nth-child(3),.admin-orders-table td:nth-child(3){width:13%}.admin-orders-table th:nth-child(4),.admin-orders-table td:nth-child(4),.admin-orders-table th:nth-child(5),.admin-orders-table td:nth-child(5){width:14%}.admin-orders-table th:nth-child(6),.admin-orders-table td:nth-child(6){width:12%}.admin-orders-table th:nth-child(7),.admin-orders-table td:nth-child(7){width:120px}.admin-order-main-cell,.admin-order-customer-cell,.admin-order-money-cell,.admin-order-payment-cell,.admin-order-delivery-cell{gap:4px;min-width:0;display:grid}.admin-order-main-cell strong,.admin-order-customer-cell strong,.admin-order-money-cell strong,.admin-order-payment-cell strong,.admin-order-delivery-cell strong{max-width:100%;color:var(--color-text-light);text-overflow:ellipsis;white-space:nowrap;font-weight:900;line-height:1.25;overflow:hidden}.admin-order-main-cell small,.admin-order-customer-cell small,.admin-order-payment-cell small,.admin-order-delivery-cell small{max-width:100%;color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.35;overflow:hidden}.admin-order-details-layout{grid-template-columns:minmax(0,1fr) minmax(320px,380px);align-items:start;gap:24px;display:grid}.admin-order-details-main,.admin-order-details-sidebar{gap:24px;min-width:0;display:grid}.admin-order-details-sidebar{position:sticky;top:96px}.admin-order-card{gap:18px;display:grid}.admin-order-card h2,.admin-order-card h3{color:var(--color-text-light);margin:0;line-height:1.15}.admin-order-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.admin-order-info-grid div{background:#0806106b;border:1px solid #ede4ff1a;border-radius:16px;gap:5px;min-width:0;padding:14px;display:grid}.admin-order-info-grid span{color:var(--color-text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:800}.admin-order-info-grid strong{color:var(--color-text-light);overflow-wrap:anywhere;font-size:14px;line-height:1.35}.admin-order-items,.admin-order-actions,.admin-order-status-form,.admin-order-history-list{gap:12px;display:grid}.admin-order-item{background:#0806106b;border:1px solid #ede4ff1a;border-radius:16px;grid-template-columns:minmax(0,1fr) 90px 120px;align-items:center;gap:14px;padding:14px;display:grid}.admin-order-item small,.admin-order-item span{color:var(--color-text-muted);font-size:12px;line-height:1.35}.admin-order-actions .button{width:100%}.admin-order-status-form textarea{min-height:92px}.admin-order-history-list{margin:0;padding:0;list-style:none}.admin-order-history-list li{background:#0806106b;border:1px solid #ede4ff1a;border-radius:16px;gap:6px;padding:14px;display:grid}.admin-order-history-list span{color:var(--color-text-muted);font-size:12px;line-height:1.35}.admin-order-history-list strong{color:var(--color-text-light);line-height:1.35}@media (width<=1200px){.admin-orders-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-orders-filter-grid .button{width:fit-content}.admin-order-details-layout{grid-template-columns:1fr}.admin-order-details-sidebar{position:static}}@media (width<=1023px){.admin-orders-filter-grid{grid-template-columns:1fr}.admin-orders-filter-grid .button{width:100%}.admin-orders-page .admin-table-wrap{background:0 0;border:0;border-radius:0;overflow:visible}.admin-orders-table{table-layout:auto;border-collapse:separate;border-spacing:0;width:100%;min-width:0;display:block}.admin-orders-table thead{display:none}.admin-orders-table tbody{gap:14px;width:100%;display:grid}.admin-orders-table tr{background:#0f0e1ed1;border:1px solid #ede4ff24;border-radius:18px;width:100%;padding:16px;display:grid;box-shadow:0 14px 42px #0003}.admin-orders-table td{border:0;grid-template-columns:96px minmax(0,1fr);align-items:start;gap:12px;padding:12px 0;display:grid;overflow:visible;width:100%!important}.admin-orders-table td+td{border-top:1px solid #ede4ff17}.admin-orders-table td:before{content:attr(data-label);color:var(--color-text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:900;line-height:1.25}.admin-orders-table td:last-child{padding-top:14px;display:block}.admin-orders-table td:last-child:before{display:none}.admin-orders-table .admin-table-actions{grid-template-columns:1fr}.admin-order-main-cell strong,.admin-order-customer-cell strong,.admin-order-payment-cell strong,.admin-order-delivery-cell strong,.admin-order-main-cell small,.admin-order-customer-cell small,.admin-order-payment-cell small,.admin-order-delivery-cell small{white-space:normal;text-overflow:clip;overflow-wrap:anywhere;overflow:visible}.admin-order-info-grid,.admin-order-item{grid-template-columns:1fr}}@media (width<=430px){.admin-orders-table td{grid-template-columns:82px minmax(0,1fr);gap:10px}.admin-order-info-grid div,.admin-order-item,.admin-order-history-list li{padding:12px}.admin-sidebar{max-height:calc(100vh - 200px);top:104px}}.admin-order-info-grid-full{grid-column:1/-1}.admin-order-item{grid-template-columns:minmax(260px,1fr) minmax(120px,max-content) minmax(160px,max-content);align-items:start;gap:20px}.admin-order-item>div{gap:6px;min-width:0;display:grid}.admin-order-item strong{color:var(--color-text-light);overflow-wrap:anywhere;line-height:1.3;display:block}.admin-order-item small,.admin-order-item span{color:var(--color-text-muted);font-size:12px;line-height:1.35;display:block}.admin-order-item>div:nth-child(2),.admin-order-item>div:nth-child(3){text-align:right;justify-items:end}.admin-order-item>div:nth-child(2) strong,.admin-order-item>div:nth-child(3) strong{font-size:18px;font-weight:900}@media (width<=767px){.admin-order-item{grid-template-columns:1fr;gap:14px}.admin-order-item>div:nth-child(2),.admin-order-item>div:nth-child(3){text-align:left;justify-items:start}.admin-order-item>div:nth-child(2) strong,.admin-order-item>div:nth-child(3) strong{font-size:16px}}@media (width<=1023px){:is(.main-content:has(.admin-orders-page) .admin-sidebar,.main-content:has(.admin-order-details-page) .admin-sidebar){max-height:calc(100vh - 205px);top:158px}}@media (width<=767px){:is(.main-content:has(.admin-orders-page),.main-content:has(.admin-order-details-page)){width:calc(100% - 16px);padding-top:18px;padding-bottom:150px}:is(.main-content:has(.admin-orders-page) .admin-content,.main-content:has(.admin-order-details-page) .admin-content){padding:0}:is(.main-content:has(.admin-orders-page) .admin-sidebar,.main-content:has(.admin-order-details-page) .admin-sidebar){border-radius:18px;max-height:calc(100vh - 220px);padding:16px;top:166px}}@media (width<=430px){:is(.main-content:has(.admin-orders-page) .admin-sidebar,.main-content:has(.admin-order-details-page) .admin-sidebar){max-height:calc(100vh - 210px);top:158px}}.admin-orders-table .admin-table-actions{grid-template-columns:1fr;gap:8px;width:100%;display:grid}.admin-orders-table .admin-table-link{white-space:nowrap;text-overflow:ellipsis;justify-content:center;align-items:center;width:100%;min-width:96px;min-height:38px;padding:0 12px;display:inline-flex;overflow:hidden}@media (width<=1023px){.admin-orders-table td:last-child{padding-top:14px;display:block}.admin-orders-table td:last-child .admin-table-actions{width:100%}.admin-orders-table td:last-child .admin-table-link{white-space:nowrap;text-overflow:clip;width:100%;min-width:0;min-height:44px;padding:0 16px;font-size:14px;overflow:visible}}@media (width<=1320px){:is(.main-content:has(.admin-orders-page),.main-content:has(.admin-order-details-page)){width:calc(100% - 24px);padding-top:24px;padding-bottom:140px}:is(.main-content:has(.admin-orders-page) .admin-layout,.main-content:has(.admin-order-details-page) .admin-layout){grid-template-columns:1fr;gap:20px}:is(.main-content:has(.admin-orders-page) .admin-sidebar,.main-content:has(.admin-order-details-page) .admin-sidebar){z-index:auto;width:100%;min-width:0;max-width:100%;max-height:none;margin-bottom:20px;overflow:visible;position:static!important;top:auto!important}:is(.main-content:has(.admin-orders-page) .admin-sidebar ul,.main-content:has(.admin-order-details-page) .admin-sidebar ul){grid-template-columns:repeat(2,minmax(0,1fr))}:is(.main-content:has(.admin-orders-page) .admin-content,.main-content:has(.admin-order-details-page) .admin-content){width:100%;min-width:0}}@media (width<=767px){:is(.main-content:has(.admin-orders-page),.main-content:has(.admin-order-details-page)){width:calc(100% - 16px);padding-top:18px;padding-bottom:150px}:is(.main-content:has(.admin-orders-page) .admin-sidebar,.main-content:has(.admin-order-details-page) .admin-sidebar,.main-content:has(.admin-orders-page) .admin-content,.main-content:has(.admin-order-details-page) .admin-content){border-radius:18px;padding:16px}:is(.main-content:has(.admin-orders-page) .admin-sidebar ul,.main-content:has(.admin-order-details-page) .admin-sidebar ul){grid-template-columns:1fr}}.admin-alert{margin:16px 0}.admin-feedback-backdrop{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#060410b8;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.admin-feedback-modal{width:min(460px,100%);color:var(--color-text-light);background:#0f0e1ef5;border:1px solid #ede4ff24;border-radius:24px;gap:18px;padding:24px;display:grid;box-shadow:0 22px 54px #0000005c}.admin-feedback-modal.success{border-color:#22c55e61}.admin-feedback-modal.error{border-color:#ef444461}.admin-feedback-icon{border-radius:999px;place-items:center;width:48px;height:48px;font-size:24px;font-weight:900;display:grid}.admin-feedback-modal.success .admin-feedback-icon{color:#bbf7d0;background:#22c55e29;border:1px solid #22c55e5c}.admin-feedback-modal.error .admin-feedback-icon{color:#fecaca;background:#ef444429;border:1px solid #ef44445c}.admin-feedback-content{gap:8px;display:grid}.admin-feedback-content h2,.admin-feedback-content p{margin:0}.admin-feedback-content>p:last-child{color:var(--color-text-muted);overflow-wrap:anywhere;line-height:1.55}.admin-feedback-actions{justify-content:flex-end;display:flex}@media (width<=640px){.admin-feedback-backdrop{align-items:end;padding:12px}.admin-feedback-modal{border-radius:20px;padding:18px}.admin-feedback-actions,.admin-feedback-actions .button{width:100%}}.admin-modal-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.admin-field-label{align-items:center;gap:4px;display:inline-flex}.admin-field-label b{color:#f87171}.admin-discounts-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.admin-discounts-tabs button{min-height:48px;color:var(--color-text-muted);font:inherit;cursor:pointer;background:#ffffff0e;border:1px solid #ede4ff24;border-radius:16px;padding:0 18px;font-size:14px;font-weight:900}.admin-discounts-tabs button:hover,.admin-discounts-tabs button.active{color:var(--color-text-light);background:#7c3aed57;border-color:#a78bfa80}.admin-discounts-table{table-layout:fixed;min-width:1120px}.admin-discounts-table th,.admin-discounts-table td{overflow:hidden}.admin-discounts-table th:first-child,.admin-discounts-table td:first-child,.admin-discounts-table th:nth-child(2),.admin-discounts-table td:nth-child(2){width:13%!important}.admin-discounts-table th:nth-child(3),.admin-discounts-table td:nth-child(3){width:14%!important}.admin-discounts-table th:nth-child(4),.admin-discounts-table td:nth-child(4){width:18%!important}.admin-discounts-table th:nth-child(5),.admin-discounts-table td:nth-child(5){width:15%!important}.admin-discounts-table th:nth-child(6),.admin-discounts-table td:nth-child(6){width:10%!important}.admin-discounts-table th:nth-child(7),.admin-discounts-table td:nth-child(7){width:11%!important}.admin-discounts-table th:nth-child(8),.admin-discounts-table td:nth-child(8){width:12%!important}.admin-discount-code-cell,.admin-discount-meta-list{gap:5px;min-width:0;display:grid}.admin-discount-code-cell strong,.admin-discount-meta-list strong{color:var(--color-text-light);overflow-wrap:anywhere;font-weight:900;line-height:1.25}.admin-discount-code-cell span,.admin-discount-meta-list span{color:var(--color-text-muted);overflow-wrap:anywhere;font-size:12px;line-height:1.35}.admin-discount-code-cell span{color:#fef3c7;background:#f59e0b29;border:1px solid #f59e0b57;border-radius:999px;width:fit-content;padding:5px 9px;font-weight:900}.admin-pagination{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;margin-top:18px;display:flex}.admin-pagination span{color:var(--color-text-muted);font-size:14px;font-weight:800}.admin-inline-error{color:#fecaca;background:#ef444421;border:1px solid #ef444457;border-radius:14px;margin-bottom:16px;padding:12px 14px;font-size:14px;font-weight:800;line-height:1.45}.admin-inline-error-actions{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.admin-inline-success{color:#bbf7d0;background:#22c55e21;border:1px solid #22c55e57;border-radius:14px;margin-bottom:16px;padding:12px 14px;font-size:14px;font-weight:800;line-height:1.45}.admin-discount-form-modal{width:min(980px,100%)}@media (width<=1200px){.admin-discounts-table{min-width:1080px!important}}.admin-modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#060410b8;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.admin-modal{width:min(560px,100%);max-height:calc(100vh - 48px);color:var(--color-text-light);background:#0f0e1ef5;border:1px solid #ede4ff24;border-radius:24px;padding:24px;overflow-y:auto;box-shadow:0 22px 54px #0000005c}.admin-modal h2,.admin-modal p{margin-top:0}.admin-confirm-details{background:#0806106b;border:1px solid #ede4ff1a;border-radius:16px;gap:8px;margin:16px 0 0;padding:14px;display:grid}.admin-confirm-details div{grid-template-columns:150px minmax(0,1fr);gap:12px;min-width:0;display:grid}.admin-confirm-details dt{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:900;line-height:1.35}.admin-confirm-details dd{min-width:0;color:var(--color-text-light);overflow-wrap:break-word;margin:0;font-size:14px;font-weight:800;line-height:1.35}@media (width<=640px){.admin-confirm-details div{grid-template-columns:1fr;gap:4px}}.admin-field-error{color:#fecaca;font-size:13px;font-weight:800;line-height:1.4}@media (width<=640px){.admin-modal-backdrop{align-items:end;padding:12px}.admin-modal{border-radius:20px;width:100%;padding:18px}.admin-modal-actions,.admin-modal-actions .button{width:100%}.admin-discount-form-modal{max-height:calc(100dvh - 24px);padding-bottom:max(18px, env(safe-area-inset-bottom))}}.admin-discount-main-text{text-overflow:clip;white-space:normal;overflow-wrap:anywhere;word-break:normal;min-width:0;max-width:100%;display:block;overflow:visible}.admin-discount-picker{gap:10px;min-width:0;display:grid}.admin-discount-picker-list{background:#08061085;border:1px solid #ede4ff24;border-radius:16px;gap:8px;max-height:280px;padding:8px;display:grid;overflow-y:auto}.admin-discount-picker-item{width:100%;min-width:0;color:var(--color-text-light);font:inherit;text-align:left;cursor:pointer;background:#ffffff0e;border:1px solid #ede4ff1f;border-radius:14px;gap:4px;padding:12px 14px;font-weight:850;line-height:1.25;display:grid}.admin-discount-picker-item:hover:not(:disabled),.admin-discount-picker-item.active{background:#7c3aed52;border-color:#a78bfab8;box-shadow:0 0 0 3px #7c3aed24}.admin-discount-picker-item span,.admin-discount-picker-item small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.admin-discount-picker-item small{color:var(--color-text-muted);font-size:12px;font-weight:750}.admin-discount-picker-empty{color:var(--color-text-muted);margin:0;padding:12px 14px;font-size:14px;font-weight:800;line-height:1.35}@media (width<=767px){.admin-discounts-page{padding-bottom:116px}.admin-discounts-page .admin-table-wrap{background:0 0!important;border:0!important;border-radius:0!important;display:block!important;overflow:visible!important}.admin-discounts-table,.admin-discounts-table thead,.admin-discounts-table tbody,.admin-discounts-table tr,.admin-discounts-table th,.admin-discounts-table td{width:100%!important;min-width:0!important;display:block!important}.admin-discounts-table{table-layout:auto!important;border-collapse:separate!important;border-spacing:0!important;min-width:0!important}.admin-discounts-table thead{display:none!important}.admin-discounts-table tbody{gap:14px;display:grid!important}.admin-discounts-table tbody tr{background:#0f0e1ec7;border:1px solid #ede4ff24;border-radius:20px;gap:0;padding:16px;overflow:hidden;display:grid!important}.admin-discounts-table th,.admin-discounts-table td{border-bottom:1px solid #ede4ff17!important;padding:12px 0!important;overflow:visible!important}.admin-discounts-table td:not([data-label=Код]):not([data-label=Действия]){align-items:start;gap:12px;grid-template-columns:minmax(92px,30%) minmax(0,1fr)!important;display:grid!important}.admin-discounts-table td:before{color:var(--color-text-muted);letter-spacing:.08em;text-transform:uppercase;margin:2px 0 0;font-size:11px;font-weight:900;line-height:1.2;content:attr(data-label)!important;display:block!important}.admin-discounts-table td[data-label=Код]{padding-top:0!important}.admin-discounts-table td[data-label=Код]:before,.admin-discounts-table td[data-label=Действия]:before{content:none!important;display:none!important}.admin-discounts-table td:last-child{border-bottom:0!important;padding-bottom:0!important}.admin-discounts-table td[data-label=Код] .admin-discount-main-text{font-size:clamp(18px,5vw,24px);line-height:1.05}.admin-discounts-table .admin-discount-meta-list{align-content:start;gap:7px;min-width:0}.admin-discounts-table .admin-discount-meta-list span,.admin-discounts-table .admin-discount-meta-list strong{overflow-wrap:normal;word-break:normal}.admin-discounts-table td[data-label=Действия]{padding-top:14px!important;display:block!important}.admin-discounts-table .admin-table-actions{grid-template-columns:1fr;gap:8px;display:grid}.admin-discounts-table .admin-table-actions button{width:100%}}@media (width<=420px){.admin-discounts-table td:not([data-label=Код]):not([data-label=Действия]){gap:6px;grid-template-columns:1fr!important}}@media (width<=767px){.admin-discounts-table td[data-label=Код]{width:100%!important;max-width:100%!important;display:block!important}.admin-discounts-table td[data-label=Код] .admin-discount-code-cell{gap:6px;width:100%;min-width:0;max-width:100%;display:grid}.admin-discounts-table td[data-label=Код] .admin-discount-main-text{width:100%;font-size:clamp(18px,5vw,24px);line-height:1.12}.admin-discounts-table td[data-label=Кампания] .admin-discount-main-text,.admin-discounts-table td[data-label=Тип] .admin-discount-main-text{white-space:normal;text-overflow:clip;overflow-wrap:anywhere;word-break:normal;overflow:visible}}.admin-reviews-page .admin-page-header{margin-bottom:0}.admin-reviews-retry{width:fit-content}.admin-reviews-filter-grid{grid-template-columns:minmax(220px,1.3fr) minmax(180px,1fr) minmax(140px,.7fr) auto}.admin-reviews-table{table-layout:fixed;min-width:1180px}.admin-reviews-table th:first-child,.admin-reviews-table td:first-child{width:7%!important}.admin-reviews-table th:nth-child(2),.admin-reviews-table td:nth-child(2){width:15%!important}.admin-reviews-table th:nth-child(3),.admin-reviews-table td:nth-child(3){width:23%!important}.admin-reviews-table th:nth-child(4),.admin-reviews-table td:nth-child(4){width:9%!important}.admin-reviews-table th:nth-child(5),.admin-reviews-table td:nth-child(5){width:8%!important}.admin-reviews-table th:nth-child(6),.admin-reviews-table td:nth-child(6){width:15%!important}.admin-reviews-table th:nth-child(7),.admin-reviews-table td:nth-child(7){width:8%!important}.admin-reviews-table th:nth-child(8),.admin-reviews-table td:nth-child(8),.admin-reviews-table th:nth-child(9),.admin-reviews-table td:nth-child(9){width:10%!important}.admin-review-main-cell,.admin-review-product-cell,.admin-review-photo-count,.admin-review-rating{gap:5px;min-width:0;display:grid}.admin-review-main-cell strong,.admin-review-product-cell strong,.admin-review-photo-count strong,.admin-review-rating strong{color:var(--color-text-light);overflow-wrap:anywhere;font-weight:900;line-height:1.25}.admin-review-main-cell small,.admin-review-product-cell small,.admin-review-photo-count small,.admin-review-product-cell span{color:var(--color-text-muted);overflow-wrap:anywhere;font-size:12px;line-height:1.35}.admin-review-rating span{color:#facc15;letter-spacing:.04em;font-size:13px}.admin-review-status-badge{width:fit-content;max-width:100%;min-height:32px;color:var(--color-text-light);text-align:center;white-space:normal;overflow-wrap:anywhere;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:7px 12px;font-size:12px;font-weight:900;line-height:1.15;display:inline-flex}.admin-review-status-pending{color:#fef3c7;background:#f59e0b2e;border-color:#f59e0b6b}.admin-review-status-approved{color:#bbf7d0;background:#22c55e29;border-color:#22c55e6b}.admin-review-status-rejected{color:#fecaca;background:#ef444429;border-color:#ef44446b}.admin-review-status-no-photos,.admin-review-status-muted{color:#f1f2f6d1;background:#ffffff12;border-color:#ede4ff2e}.admin-review-details-backdrop{align-items:start;overflow-y:auto}.admin-review-details-modal{width:min(1120px,100%);max-height:none;margin:24px 0}.admin-review-modal-header,.admin-review-section-title,.admin-review-lightbox-header,.admin-review-actions-row,.admin-review-field-footer{justify-content:space-between;align-items:center;gap:14px;display:flex}.admin-review-modal-header{margin-bottom:22px}.admin-review-modal-header h2{margin-bottom:0}.admin-review-icon-button{width:42px;min-width:42px;height:42px;color:var(--color-text-light);cursor:pointer;background:#ffffff12;border:1px solid #ede4ff29;border-radius:14px;place-items:center;font-size:26px;font-weight:800;line-height:1;display:inline-grid}.admin-review-icon-button:hover:not(:disabled){background:#7c3aed47;border-color:#a78bfa6b}.admin-review-icon-button:disabled{opacity:.55;cursor:not-allowed}.admin-review-details-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px;display:grid}.admin-review-details-card{background:#0806108f;border:1px solid #ede4ff1f;border-radius:20px;gap:16px;margin-bottom:16px;padding:20px;display:grid}.admin-review-details-card h3{color:var(--color-text-light);margin:0;font-size:20px;line-height:1.2}.admin-review-details-card dl,.admin-review-meta-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;display:grid}.admin-review-details-card dl div,.admin-review-meta-list div{gap:4px;min-width:0;display:grid}.admin-review-details-card dt,.admin-review-meta-list dt{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:900;line-height:1.2}.admin-review-details-card dd,.admin-review-meta-list dd{color:var(--color-text-light);overflow-wrap:anywhere;margin:0;font-size:14px;font-weight:800;line-height:1.35}.admin-review-meta-list dd span{color:var(--color-text-muted)}.admin-review-full-text{color:var(--color-text-light);overflow-wrap:anywhere;background:#ffffff0e;border:1px solid #ede4ff1c;border-radius:16px;margin:0;padding:16px;line-height:1.6;max-width:none!important}.admin-review-photo-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px;display:grid}.admin-review-photo-thumb{aspect-ratio:1;cursor:pointer;background:#ffffff0f;border:1px solid #ede4ff29;border-radius:16px;place-items:center;padding:0;display:grid;overflow:hidden}.admin-review-photo-thumb:hover,.admin-review-photo-thumb:focus-visible{border-color:#a78bfa9e;box-shadow:0 0 0 3px #7c3aed2e}.admin-review-photo-thumb img{object-fit:contain;background:#0000002e;width:100%;height:100%}.admin-review-lightbox-backdrop{z-index:1100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#05030edb;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.admin-review-lightbox{background:#0f0e1efa;border:1px solid #ede4ff29;border-radius:22px;gap:16px;width:min(980px,100%);max-height:calc(100vh - 48px);padding:18px;display:grid;box-shadow:0 24px 80px #00000070}.admin-review-lightbox-header strong{color:var(--color-text-light)}.admin-review-lightbox-image-wrap{background:#0000003d;border-radius:16px;place-items:center;min-height:240px;max-height:calc(100vh - 220px);display:grid;overflow:hidden}.admin-review-lightbox-image-wrap img{object-fit:contain;max-width:100%;max-height:calc(100vh - 240px);display:block}.admin-review-lightbox-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.admin-review-actions-row{flex-wrap:wrap;justify-content:flex-start}.admin-review-existing-reply,.admin-review-reply-form,.admin-review-reject-form{gap:12px;display:grid}.admin-review-existing-reply p{color:var(--color-text-light);overflow-wrap:anywhere;margin:0;line-height:1.6;max-width:none!important}.admin-review-existing-reply small{color:var(--color-text-muted);font-size:13px;font-weight:800}.admin-review-reply-form textarea,.admin-review-reject-form textarea{min-height:130px}@media (width<=1100px){.admin-reviews-table{min-width:1100px}}@media (width<=900px){.admin-reviews-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-reviews-filter-grid .button{width:100%}.admin-review-details-grid,.admin-review-details-card dl,.admin-review-meta-list{grid-template-columns:1fr}}@media (width<=767px){.admin-reviews-table,.admin-reviews-table thead,.admin-reviews-table tbody,.admin-reviews-table tr,.admin-reviews-table th,.admin-reviews-table td{display:block;width:100%!important;min-width:0!important;max-width:none!important}.admin-reviews-table{border-collapse:separate;border-spacing:0;min-width:0!important}.admin-reviews-table thead{display:none!important}.admin-reviews-table tbody{gap:14px;display:grid}.admin-reviews-table tbody tr{background:#0f0e1ed6;border:1px solid #ede4ff21;border-radius:18px;gap:12px;padding:16px;display:grid}.admin-reviews-table td{border-bottom:0!important;grid-template-columns:104px minmax(0,1fr)!important;align-items:start!important;gap:10px!important;padding:0!important;display:grid!important}.admin-reviews-table td:before{content:attr(data-label);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:900;line-height:1.25}.admin-reviews-table td:last-child{margin-top:6px;display:block!important}.admin-reviews-table td:last-child:before{display:none}.admin-reviews-table .admin-table-actions{grid-template-columns:1fr!important}.admin-reviews-filter-grid{grid-template-columns:1fr}.admin-reviews-pagination{justify-content:stretch}.admin-reviews-pagination .button,.admin-reviews-pagination span{text-align:center;width:100%}}@media (width<=640px){.admin-review-details-backdrop{align-items:end;padding:10px}.admin-review-details-modal{border-radius:20px;width:100%;max-height:calc(100dvh - 20px);margin:0;padding:16px}.admin-review-modal-header,.admin-review-section-title,.admin-review-actions-row,.admin-review-field-footer{flex-direction:column;align-items:stretch}.admin-review-modal-header{flex-direction:row;align-items:flex-start}.admin-review-actions-row .button,.admin-review-reply-form .button,.admin-review-lightbox-actions .button{width:100%}.admin-review-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-review-lightbox-backdrop{padding:10px}.admin-review-lightbox{border-radius:18px;max-height:calc(100dvh - 20px);padding:12px}.admin-review-lightbox-image-wrap{max-height:calc(100dvh - 190px)}.admin-review-lightbox-image-wrap img{max-height:calc(100dvh - 210px)}}.admin-review-form-field{text-align:left;gap:8px;width:100%;display:grid}.admin-review-form-field>span{color:var(--color-text-muted);font-size:13px;font-weight:800;line-height:1.2}.admin-review-reply-form textarea,.admin-review-reject-form textarea{width:100%;min-height:130px;color:var(--color-text-light);resize:vertical;box-sizing:border-box;font:inherit;background:#151426e0;border:1px solid #e5e1ef24;border-radius:16px;padding:14px 16px;line-height:1.5;display:block}.admin-review-reply-form textarea::placeholder,.admin-review-reject-form textarea::placeholder{color:var(--color-text-muted);opacity:.86}.admin-review-reply-form textarea:focus,.admin-review-reject-form textarea:focus{border-color:#ede4ff6b;outline:3px solid #ede4ff52}.admin-review-reply-form textarea:disabled,.admin-review-reject-form textarea:disabled{cursor:not-allowed;opacity:.62}.admin-review-field-footer{align-items:flex-start}.admin-customers-page,.admin-customer-details-page{min-width:0}.admin-customer-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:24px;display:grid}.admin-customer-grid .admin-card{align-content:start;gap:14px;display:grid}.admin-customer-grid .admin-card h2{color:var(--color-text-light);margin:0;font-size:22px;line-height:1.15}.admin-customer-grid .admin-card p{color:var(--color-text-muted);margin:0;line-height:1.5}.admin-details-list{gap:0;margin:0;display:grid}.admin-details-list div{border-bottom:1px solid #ede4ff14;grid-template-columns:160px minmax(0,1fr);gap:14px;min-width:0;padding:12px 0;display:grid}.admin-details-list div:last-child{border-bottom:0}.admin-details-list dt{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.035em;font-size:13px;font-weight:900;line-height:1.35}.admin-details-list dd{min-width:0;color:var(--color-text-light);overflow-wrap:break-word;margin:0;font-size:15px;font-weight:800;line-height:1.35}.admin-customer-bonus-value{color:var(--color-primary-light);margin-bottom:4px;font-size:clamp(34px,4vw,48px);font-weight:950;line-height:1}.admin-customer-actions{grid-template-columns:1fr;gap:14px;margin-top:20px;display:grid}.admin-customer-actions .button{width:100%}.admin-customer-history{margin-top:24px}.admin-customers-table,.admin-customer-history-table{table-layout:fixed;width:100%}.admin-customers-table{min-width:1080px}.admin-customer-history-table{min-width:1120px}.admin-customers-table th,.admin-customers-table td,.admin-customer-history-table th,.admin-customer-history-table td{white-space:normal!important;width:100%!important;min-width:0!important;max-width:100%!important}.admin-customers-table th,.admin-customer-history-table th{white-space:nowrap}.admin-clickable-row{cursor:pointer;transition:background .18s,box-shadow .18s}.admin-clickable-row:hover td{background:#7c3aed0f}.admin-clickable-row:focus-visible{outline-offset:-2px;outline:2px solid #a78bfad1}.admin-clickable-row:focus-visible td{background:#7c3aed14}.admin-customers-table th:first-child,.admin-customers-table td:first-child{width:18%}.admin-customers-table th:nth-child(2),.admin-customers-table td:nth-child(2){width:21%}.admin-customers-table th:nth-child(3),.admin-customers-table td:nth-child(3){width:10%}.admin-customers-table th:nth-child(4),.admin-customers-table td:nth-child(4){width:8%}.admin-customers-table th:nth-child(5),.admin-customers-table td:nth-child(5),.admin-customers-table th:nth-child(6),.admin-customers-table td:nth-child(6){width:11%}.admin-customers-table th:nth-child(7),.admin-customers-table td:nth-child(7){white-space:nowrap;width:21%}.admin-customer-history-table th:first-child,.admin-customer-history-table td:first-child{width:15%}.admin-customer-history-table th:nth-child(2),.admin-customer-history-table td:nth-child(2){width:18%}.admin-customer-history-table th:nth-child(3),.admin-customer-history-table td:nth-child(3){width:10%}.admin-customer-history-table th:nth-child(4),.admin-customer-history-table td:nth-child(4){width:24%}.admin-customer-history-table th:nth-child(5),.admin-customer-history-table td:nth-child(5),.admin-customer-history-table th:nth-child(6),.admin-customer-history-table td:nth-child(6){width:10%}.admin-customer-history-table th:nth-child(7),.admin-customer-history-table td:nth-child(7){width:13%}.admin-customer-meta{overflow-wrap:break-word;max-width:100%;margin-top:4px;font-size:12px;font-weight:700;display:block}@media (width<=1200px){.admin-customers-table{min-width:1020px}.admin-customer-history-table{min-width:1060px}}@media (width<=1023px){.admin-customer-grid{grid-template-columns:1fr}.admin-customers-table{min-width:960px}.admin-customer-history-table{min-width:1020px}}@media (width<=767px){.admin-customer-grid{grid-template-columns:1fr;gap:18px}.admin-details-list div{grid-template-columns:118px minmax(0,1fr);gap:10px;padding:10px 0}.admin-details-list dt{font-size:12px;line-height:1.25}.admin-details-list dd{font-size:14px;line-height:1.3}.admin-customer-actions{gap:14px}:is(.admin-table-wrap:has(.admin-customers-table),.admin-table-wrap:has(.admin-customer-history-table)){background:0 0;border:0;border-radius:0;overflow:visible}.admin-customers-table,.admin-customer-history-table,.admin-customers-table thead,.admin-customer-history-table thead,.admin-customers-table tbody,.admin-customer-history-table tbody,.admin-customers-table tr,.admin-customer-history-table tr,.admin-customers-table th,.admin-customer-history-table th,.admin-customers-table td,.admin-customer-history-table td{width:100%;min-width:0;max-width:none;display:block}.admin-customers-table,.admin-customer-history-table{border-collapse:separate;border-spacing:0;table-layout:auto;min-width:0}.admin-customers-table thead,.admin-customer-history-table thead{display:none}.admin-customers-table tbody,.admin-customer-history-table tbody{gap:14px;display:grid}.admin-customers-table tbody tr,.admin-customer-history-table tbody tr{box-sizing:border-box;background:#0f0e1ed6;border:1px solid #ede4ff21;border-radius:18px;grid-template-columns:1fr;gap:0;width:100%;min-width:0;max-width:100%;padding:16px;display:grid;box-shadow:0 14px 42px #0003}.admin-customers-table tbody tr:hover,.admin-customer-history-table tbody tr:hover{background:#18162aeb}.admin-customers-table td,.admin-customer-history-table td{width:100%;min-width:0;max-width:none;color:var(--color-text-light);white-space:normal;word-break:normal;overflow-wrap:break-word;border:0;grid-template-columns:1fr;gap:6px;margin:0;padding:0;display:grid;overflow:visible}.admin-customers-table td+td,.admin-customer-history-table td+td{border-top:1px solid #ede4ff14;margin-top:10px;padding-top:10px}.admin-customers-table td:first-child,.admin-customer-history-table td:first-child{border-bottom:1px solid #ede4ff14;margin-bottom:10px;padding-bottom:10px}.admin-customers-table td:first-child:before,.admin-customer-history-table td:first-child:before{content:none;display:none}.admin-customers-table td:not(:first-child):before,.admin-customer-history-table td:not(:first-child):before{content:attr(data-label);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;white-space:normal;margin-bottom:4px;font-size:11px;font-weight:900;line-height:1.2;display:block}.admin-customers-table td>*,.admin-customer-history-table td>*{white-space:normal;word-break:normal;overflow-wrap:anywhere;min-width:0;max-width:100%}.admin-clickable-row{outline-offset:3px}}@media (width<=430px){.admin-details-list div{grid-template-columns:1fr;gap:4px}.admin-customers-table tbody tr,.admin-customer-history-table tbody tr{padding:14px}}.home-page{gap:28px;min-width:0;display:grid}.home-page *,.home-hero,.home-section,.home-category-card,.home-benefit-card,.home-state-card{box-sizing:border-box;min-width:0}.home-hero h1,.home-section h2,.home-state-card h3,.home-benefit-card h3{color:var(--color-text-light);margin:0}.home-hero p,.home-section-header p:not(.eyebrow),.home-state-card p,.home-benefit-card p{color:var(--color-text-muted);overflow-wrap:anywhere;line-height:1.65}.home-section{background:#151426e6;border:1px solid #e5e1ef1f;border-radius:24px;padding:24px;box-shadow:0 24px 80px #0000002e}.home-section-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}.home-section-header h2{letter-spacing:-.6px;font-size:clamp(24px,3vw,34px);line-height:1.12}.home-section-header p{margin-top:8px}.home-benefit-card,.home-state-card{background:#0b08148a;border:1px solid #e5e1ef1a;border-radius:18px;padding:20px}.home-state-card{justify-items:flex-start;gap:10px;display:grid}.home-state-card-error{border-color:#ef444452}@media (width<=1023px){.home-benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=767px){.home-page{gap:20px}.home-section{border-radius:18px;padding:18px}.home-section-header{flex-direction:column;align-items:stretch}.home-benefits-grid{grid-template-columns:1fr}}.home-category-strip{box-shadow:none;background:0 0;border:0;padding:0}.home-category-strip .home-state-card{background:#151426e6;border:1px solid #e5e1ef1f;border-radius:20px;padding:20px}.home-category-grid{grid-template-columns:repeat(auto-fit,minmax(145px,165px));justify-content:center;gap:22px;display:grid}.home-category-card{min-width:0;min-height:138px;color:var(--color-text-light);background:linear-gradient(135deg,#ffffff14,#7b2cff12),#151426d1;border:1px solid #ede4ff24;border-radius:18px;grid-template-rows:98px auto;gap:8px;padding:10px;transition:transform .2s,border-color .2s,background .2s,box-shadow .2s;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff14,0 14px 34px #0000002e}.home-category-card:hover{background:linear-gradient(135deg,#7b2cff29,#ffffff0f),#151426eb;border-color:#ede4ff57;transform:translateY(-3px);box-shadow:0 18px 42px #0000003d,0 0 28px #7b2cff29}.home-category-image-link{place-items:center;min-width:0;min-height:92px;text-decoration:none;display:grid}.home-category-image-link img{object-fit:contain;width:100%;max-width:129px;height:78px;transition:transform .22s;display:block}.home-category-card:hover .home-category-image-link img{transform:scale(1.06)}.home-category-icon{width:82px;height:82px;color:var(--color-text-light);background:linear-gradient(135deg, var(--color-primary), #a069ffe6);border-radius:22px;place-items:center;font-size:28px;font-weight:900;display:grid}.home-category-name-row{justify-content:center;min-width:0;min-height:24px;display:flex}.home-category-name{color:#ffffffe6;cursor:pointer;letter-spacing:.01em;text-align:center;white-space:nowrap;text-overflow:clip;background:0 0;border:0;width:100%;min-width:0;padding:0 6px;font-size:15px;font-weight:600;line-height:1.6;text-decoration:none;display:block;overflow:hidden}.home-category-name.expanded{white-space:normal;overflow:visible}.home-category-name:not(.expanded){text-overflow:clip}.home-category-name:hover,.home-category-more:hover{color:var(--color-text-light)}@media (width<=1200px){.home-category-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (width<=900px){.home-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=767px){.home-category-grid{scroll-snap-type:x mandatory;gap:12px;padding-bottom:6px;display:flex;overflow-x:auto}.home-category-card{scroll-snap-align:start;grid-template-rows:104px auto;width:142px;min-width:142px;min-height:158px;padding:10px}.home-category-image-link{min-height:98px}.home-category-image-link img{max-width:104px;height:86px}.home-category-name{font-size:13px}}.home-promo-banner{background:linear-gradient(90deg,#662bccf0,#271156f5,#0f0a20fa);border:1px solid #ede4ff24;border-radius:26px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;min-height:118px;padding:20px 26px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff1f,0 20px 60px #0000003d}.home-promo-banner:before{content:"";pointer-events:none;background:linear-gradient(90deg,#4c1ca057,#0000 24%,#0b081457 82%),radial-gradient(circle at 7%,#7b2cff3d,#0000 24%);position:absolute;inset:0}.home-promo-icon{z-index:2;width:76px;height:76px;box-shadow:none;background:radial-gradient(circle,#2310527a,#0000 68%);border:none;border-radius:0;place-items:center;display:grid;position:relative}.home-promo-icon img{object-fit:contain;filter:drop-shadow(0 0 1px #fff)drop-shadow(0 0 2px #fff)drop-shadow(0 0 5px #ffffffd9)drop-shadow(0 0 14px #ede4ffc7)drop-shadow(0 0 24px #7b2cffb8);width:66px;height:66px;display:block}.home-promo-content{z-index:2;min-width:0;position:relative}.home-promo-content h2{max-width:720px;color:var(--color-text-light);letter-spacing:.015em;text-transform:uppercase;margin:0;font-size:clamp(22px,2vw,30px);font-weight:500;line-height:1.08}.home-promo-content p{color:#ede4ffe6;letter-spacing:.01em;margin:8px 0 0;font-size:16px;font-weight:400;line-height:1.35}.home-promo-image{z-index:1;opacity:.72;background-position:50%;background-repeat:no-repeat;background-size:cover;width:min(760px,48%);position:absolute;top:0;bottom:0;right:245px;-webkit-mask-image:linear-gradient(90deg,#0000,#000 12% 86%,#0000);mask-image:linear-gradient(90deg,#0000,#000 12% 86%,#0000)}.home-promo-button{z-index:2;justify-self:end;position:relative}@media (width<=1023px){.home-promo-banner{gap:18px}.home-promo-content h2{font-size:26px}.home-promo-content p{font-size:15px}.home-promo-image{opacity:.5;width:52%;right:165px}}@media (width<=767px){.home-promo-banner{border-radius:20px;grid-template-columns:auto minmax(0,1fr);gap:14px;min-height:132px;padding:18px}.home-promo-icon{width:46px;height:46px}.home-promo-icon img{width:40px;height:40px}.home-promo-content h2{font-size:20px}.home-promo-content p{font-size:13px}.home-promo-image{opacity:.24;width:78%;right:0}}.home-hero{background:#0b0814f0;border:1px solid #ede4ff1f;border-radius:26px;min-height:430px;padding:58px 70px;position:relative;overflow:hidden;box-shadow:0 24px 80px #00000042}.home-hero-background{z-index:0;opacity:.82;background-position:100%;background-repeat:no-repeat;background-size:80%;position:absolute;inset:0}.home-hero-overlay{z-index:1;background:linear-gradient(90deg,#0b0814f0 0%,#0b0814db 26%,#0b081470 52%,#0b08141f 100%),radial-gradient(circle at 22% 28%,#7b2cff29,#0000 30%);position:absolute;inset:0}.home-hero-content{z-index:2;justify-items:flex-start;max-width:560px;display:grid;position:relative}.home-hero-eyebrow{color:#ede4ffb8;letter-spacing:.08em;text-transform:uppercase;margin:0 0 28px;font-size:15px;font-weight:500}.home-hero h1{color:var(--color-text-light);letter-spacing:.01em;text-transform:uppercase;gap:6px;margin:0;font-size:clamp(32px,4vw,54px);font-weight:700;line-height:1;display:grid}.home-hero h1 span{color:var(--color-text-light)}.home-hero h1 strong{color:#723ed2;font:inherit;text-shadow:0 0 18px #723ed26b}.home-hero-description{color:#ede4ffc7;max-width:360px;margin:34px 0 0;font-size:18px;font-weight:400;line-height:1.55}.home-hero-button{margin-top:38px}.home-hero-button span{font-size:20px;line-height:1}.home-hero-dots{gap:12px;margin-top:48px;display:flex}.home-hero-dots span{background:#ede4ff52;border-radius:999px;width:12px;height:12px}.home-hero-dots span.active{background:#723ed2;width:34px;position:relative;box-shadow:0 0 18px #723ed28c}.home-hero-dots span.active:after{content:"";background:#fffffff2;border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:68%;transform:translateY(-50%);box-shadow:0 0 8px #ffffffa6}@media (width<=1023px){.home-hero{min-height:380px;padding:44px 36px}.home-hero h1{font-size:38px}.home-hero-background{opacity:.62;background-position:100%}.home-hero-description{font-size:16px}}@media (width<=767px){.home-hero{border-radius:20px;min-height:420px;padding:30px 22px}.home-hero-background{opacity:.42;background-position:62%}.home-hero-overlay{background:linear-gradient(90deg,#0b0814f5 0%,#0b0814d1 60%,#0b081480 100%)}.home-hero-eyebrow{margin-bottom:20px;font-size:12px}.home-hero h1{font-size:32px}.home-hero-description{margin-top:24px;font-size:14px}.home-hero-dots{margin-top:34px}}.home-product-section-header{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.home-product-eyebrow{color:#fff;letter-spacing:-.02em;text-transform:none;align-items:center;gap:8px;margin:0;font-size:24px;font-weight:750;line-height:1;display:inline-flex}.home-product-eyebrow-icon{object-fit:contain;flex:none;width:30px;height:30px;display:block}.home-product-eyebrow-icon-new{width:62px;height:50px}.home-product-eyebrow span{line-height:1;display:block}.home-product-view-all{color:#ffffffe0;white-space:nowrap;flex-flow:row;justify-content:center;align-items:center;gap:6px;width:fit-content;min-width:max-content;margin-top:0;font-size:16px;font-weight:500;line-height:1;text-decoration:none;transition:color .2s,transform .2s;display:inline-flex}.home-product-view-all:hover{color:var(--color-text-light);transform:translate(2px)}.home-product-view-all span{white-space:nowrap;line-height:1;display:inline-block}.home-product-view-all-icon{object-fit:contain;flex:none;width:26px;height:26px;display:block;transform:translateY(1px)}.home-bonus-banner{background:linear-gradient(90deg,#0b0814f5 0%,#180b30e6 36%,#0b0814f5 100%);border:1px solid #ede4ff1f;border-radius:24px;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr) auto;align-items:center;min-height:240px;padding:34px 42px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff14,0 24px 70px #0000003d}.home-bonus-banner:before{z-index:1;content:"";pointer-events:none;background:linear-gradient(90deg,#0b0814db 0%,#0b08148f 25%,#0b08141f 48%,#0b08147a 78%,#0b0814d1 100%);position:absolute;inset:0}.home-bonus-content{z-index:4;justify-items:flex-start;max-width:520px;display:grid;position:relative}.home-bonus-content h2{color:var(--color-text-light);letter-spacing:.02em;text-transform:uppercase;margin:0;font-size:clamp(25px,2.8vw,38px);font-weight:500;line-height:1.12}.home-bonus-content h2 span{display:block}.home-bonus-content p{color:#ede4ffc7;letter-spacing:.03em;margin:18px 0 0;font-size:17px;font-weight:400;line-height:1.45}.home-bonus-content p span{display:block}.home-bonus-button{border-radius:12px;min-height:46px;margin-top:24px;padding:0 26px;font-size:15px;font-weight:650}.home-bonus-image-wrap{z-index:2;pointer-events:none;position:absolute;inset:-26px 230px -34px 5%}.home-bonus-image-wrap img{object-fit:cover;object-position:80% center;opacity:.86;filter:saturate(1.08)contrast(1.02)drop-shadow(0 0 30px #7b2cff3d);width:100%;height:100%;display:block;-webkit-mask-image:linear-gradient(90deg,#0000,#000 12% 74%,#0000);mask-image:linear-gradient(90deg,#0000,#000 12% 74%,#0000)}.home-bonus-card{z-index:4;isolation:isolate;transform-origin:100%;background:radial-gradient(circle at 50% 0,#7b2cff2e,#0000 48%),linear-gradient(135deg,#110e1ff5,#080711fc);border:1px solid #b97dffad;border-radius:20px;align-content:center;justify-self:end;justify-items:center;width:270px;min-width:270px;height:128px;padding:20px 24px;display:grid;position:relative;overflow:hidden;transform:perspective(900px)rotateY(-4deg);box-shadow:inset 0 1px #ffffff24,inset 0 -1px #7b2cff29,0 0 0 1px #7b2cff1f,0 0 18px #a069ff57,0 0 42px #7b2cff47,0 18px 46px #00000057}.home-bonus-card:before{z-index:-2;content:"";border-radius:inherit;opacity:.62;filter:blur(12px);pointer-events:none;background:linear-gradient(135deg,#d8baffad,#7b2cff70,#ede4ff47);position:absolute;inset:-2px}.home-bonus-card:after{z-index:-1;content:"";pointer-events:none;background:linear-gradient(135deg,#110e1ffa,#080711fc);border-radius:19px;position:absolute;inset:1px}.home-bonus-logo{letter-spacing:-.05em;align-items:baseline;gap:1px;line-height:1;display:inline-flex;transform:skew(-4deg)}.home-bonus-logo .logo-gradient{font-size:34px;font-weight:950}.home-bonus-logo .logo-text{font-size:30px;font-weight:950}.home-bonus-points{color:#ede4ffeb;margin:14px 0 0;font-size:19px;line-height:1}.home-bonus-points strong{color:#ede4fff5;font-size:inherit;font-weight:800}.home-bonus-points span{color:#ede4ffdb;font-size:inherit;font-weight:400}@media (width<=1023px){.home-bonus-banner{grid-template-columns:minmax(0,1fr) auto;min-height:220px;padding:28px}.home-bonus-image-wrap{opacity:.75;left:30%;right:160px}.home-bonus-card{width:220px;min-width:220px;height:122px}.home-bonus-card strong{font-size:28px}.home-bonus-card p{font-size:17px}}@media (width<=767px){.home-bonus-banner{border-radius:22px;grid-template-columns:1fr;gap:22px;min-height:360px;padding:24px}.home-bonus-content{max-width:100%}.home-bonus-content h2{font-size:28px}.home-bonus-content p{font-size:15px}.home-bonus-image-wrap{opacity:.58;inset:70px -40px 0 20%}.home-bonus-card{border-radius:18px;justify-self:flex-start;width:178px;min-width:178px;height:96px;padding:16px;transform:perspective(700px)rotateY(-6deg)}.home-bonus-card strong{font-size:24px}.home-bonus-card p{margin-top:10px;font-size:14px}}.home-product-section-hot,.home-product-section-new{padding-top:22px;padding-bottom:22px}.home-product-section-hot .home-product-section-header,.home-product-section-new .home-product-section-header{margin-bottom:18px}.home-benefits-strip{background:#12111feb;border:1px solid #ede4ff1a;border-radius:22px;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:22px 28px;display:grid;box-shadow:inset 0 1px #ffffff0f,0 18px 54px #0003}.home-benefit-item{grid-template-columns:44px minmax(0,1fr);align-items:center;gap:16px;min-width:0;padding:0 22px;display:grid}.home-benefit-item:not(:last-child){border-right:1px solid #ede4ff14}.home-benefit-item img{object-fit:contain;opacity:.92;filter:drop-shadow(0 0 10px #7b2cff38)drop-shadow(0 0 18px #ede4ff14);width:34px;height:34px;display:block}.home-benefit-item h3{color:var(--color-text-light);letter-spacing:-.01em;white-space:nowrap;margin:0;font-size:17px;font-weight:700;line-height:1.2}.home-benefit-item p{color:#ede4ff9e;margin:5px 0 0;font-size:15px;font-weight:400;line-height:1.35}@media (width<=1023px){.home-benefits-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 0}.home-benefit-item:nth-child(2){border-right:0}}@media (width<=767px){.home-benefits-strip{border-radius:20px;grid-template-columns:1fr;gap:16px;padding:20px;display:grid}.home-benefit-item{border-right:0;padding:0}.home-benefit-item:not(:last-child){border-bottom:1px solid #ede4ff14;border-right:0;padding-bottom:16px}.home-benefit-item h3{font-size:16px}.home-benefit-item p{font-size:13px}}body{background-color:#0000;background-image:radial-gradient(circle at 16% 14%,#7b2cff57,#0000 36%),radial-gradient(circle at 84% 12%,#723ed242,#0000 34%),radial-gradient(circle at 50% 38%,#7b2cff29,#0000 44%),radial-gradient(circle at 22% 82%,#48188e33,#0000 36%),linear-gradient(#080510 0%,#10081d 42%,#07050e 100%);background-position:0 0,0 0,0 0,0 0,0 0;background-repeat:repeat,repeat,repeat,repeat,repeat;background-size:auto,auto,auto,auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box,border-box}.telegram-mini-app-page{min-height:100vh;color:var(--color-text-light);background:radial-gradient(circle at 20% 20%, #7b2cff3d, transparent 34%), radial-gradient(circle at 80% 0%, #0ea5e929, transparent 32%), var(--color-bg-dark);padding:24px}.telegram-mini-app-shell{background:#151426eb;border:1px solid #e5e1ef1f;border-radius:28px;gap:22px;width:min(760px,100%);margin:0 auto;padding:28px;display:grid;box-shadow:0 24px 80px #00000042}.telegram-mini-app-header{gap:12px;display:grid}.telegram-mini-app-header h1{color:var(--color-text-light);letter-spacing:-.8px;margin:0;font-size:clamp(28px,8vw,46px);line-height:1.05}.telegram-mini-app-header p{color:var(--color-text-muted);margin:0;line-height:1.7}.telegram-mini-app-badge{width:fit-content;color:var(--color-text-light);letter-spacing:.08em;text-transform:uppercase;background:#7b2cff2e;border:1px solid #a78bfa52;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:900}.telegram-mini-app-user-card{background:#ffffff0b;border:1px solid #e5e1ef1a;border-radius:18px;align-items:center;min-height:58px;padding:16px 18px;display:flex}.telegram-mini-app-user-card strong{color:var(--color-text-light);font-size:22px}.telegram-mini-app-content{min-width:0}.telegram-mini-app-placeholder{background:#ffffff0b;border:1px solid #e5e1ef1a;border-radius:18px;gap:10px;padding:20px;display:grid}.telegram-mini-app-placeholder h2,.telegram-mini-app-placeholder p{margin:0}.telegram-mini-app-placeholder p{color:var(--color-text-muted);line-height:1.6}.telegram-mini-app-page .loading-block{background:#ffffff0b;border:1px solid #e5e1ef1a;border-radius:18px;padding:24px}@media (width<=640px){.telegram-mini-app-page{padding:14px}.telegram-mini-app-shell{border-radius:22px;padding:20px}.telegram-mini-app-user-card{border-radius:16px;padding:14px}.telegram-mini-app-placeholder{border-radius:16px;padding:16px}}.telegram-mini-app-error-actions{flex-wrap:wrap;gap:8px;display:flex}.telegram-mini-app-navigation{z-index:40;left:50%;bottom:calc(12px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#19172bf0;border:1px solid #e5e1ef24;border-radius:18px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:min(680px,100% - 48px);padding:8px;display:grid;position:fixed;transform:translate(-50%);box-shadow:0 18px 48px #00000061}.telegram-mini-app-navigation-link{min-width:0;min-height:48px;color:var(--color-text-muted);background:0 0;border:1px solid #0000;border-radius:13px;justify-content:center;align-items:center;gap:8px;padding:10px 14px;font-size:14px;font-weight:800;text-decoration:none;display:flex;position:relative}.telegram-mini-app-navigation-link:hover{color:var(--color-text-light);background:#ffffff0e}.telegram-mini-app-navigation-link.active{color:var(--color-text-light);background:#7b2cff33;border-color:#a78bfa5c}.telegram-mini-app-navigation-link:focus-visible{outline-offset:2px;outline:3px solid #ede4ffb8}.telegram-mini-app-navigation-icon{font-size:20px;line-height:1}.telegram-mini-app-navigation-badge{color:#fff;background:#7c3aed;border:2px solid #19172bf5;border-radius:999px;place-items:center;min-width:22px;height:22px;padding:0 6px;font-size:11px;font-weight:900;line-height:1;display:grid}.telegram-mini-app-content{padding-bottom:92px}@media (width<=640px){.telegram-mini-app-page{padding:max(10px, env(safe-area-inset-top)) 10px calc(98px + env(safe-area-inset-bottom))}.telegram-mini-app-shell{border-radius:18px;gap:16px;padding:16px}.telegram-mini-app-header{gap:8px}.telegram-mini-app-header h1{font-size:clamp(25px,8vw,34px)}.telegram-mini-app-header p{font-size:14px;line-height:1.55}.telegram-mini-app-user-card{min-height:54px;padding:14px}.telegram-mini-app-user-card strong{overflow-wrap:anywhere;text-align:left;min-width:0;font-size:17px}.telegram-mini-app-navigation{bottom:calc(8px + env(safe-area-inset-bottom));border-radius:16px;width:calc(100% - 20px);padding:6px}.telegram-mini-app-navigation-link{min-height:46px;padding:8px 10px;font-size:13px}.telegram-mini-app-navigation-icon{font-size:18px}.telegram-mini-app-content{padding-bottom:16px}}@media (width<=360px){.telegram-mini-app-navigation-link{gap:5px;padding-inline:7px}.telegram-mini-app-navigation-badge{min-width:20px;height:20px;padding-inline:5px}}.telegram-catalog-page{gap:18px;display:grid}.telegram-catalog-header{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.telegram-catalog-header h2,.telegram-catalog-header p,.telegram-catalog-empty h2,.telegram-catalog-empty p{margin:0}.telegram-catalog-header h2,.telegram-catalog-empty h2{color:var(--color-text-light);font-size:clamp(22px,6vw,30px);line-height:1.15}.telegram-catalog-header .eyebrow,.telegram-catalog-empty .eyebrow{color:#c4b5fdeb;letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px;font-size:12px;font-weight:900}.telegram-catalog-count{min-width:42px;min-height:42px;color:var(--color-text-light);background:#7b2cff33;border:1px solid #a78bfa57;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:14px;font-weight:900;display:inline-flex}.telegram-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.telegram-product-card{background:#ffffff0d;border:1px solid #e5e1ef1c;border-radius:18px;min-width:0;transition:transform .2s,border-color .2s,box-shadow .2s;overflow:hidden;box-shadow:0 12px 28px #00000029}.telegram-product-card:hover{border-color:#a78bfa66;transform:translateY(-2px);box-shadow:0 16px 36px #0000003d}.telegram-product-card-link{height:100%;color:inherit;display:grid}.telegram-product-card-link:focus-visible{outline-offset:-3px;border-radius:18px;outline:3px solid #ede4ffb8}.telegram-product-card-image-wrap{aspect-ratio:1;background:radial-gradient(circle at 50% 22%,#a78bfa33,#0000 48%),#ffffff09;position:relative;overflow:hidden}.telegram-product-card-image{object-fit:cover;width:100%;height:100%;transition:transform .25s;display:block}.telegram-product-card:hover .telegram-product-card-image{transform:scale(1.03)}.telegram-product-card-image-empty{width:100%;height:100%;color:var(--color-text-muted);text-align:center;place-items:center;padding:16px;font-size:12px;font-weight:700;line-height:1.4;display:grid}.telegram-product-card-badge{color:var(--color-text-light);letter-spacing:.04em;background:#e11d48eb;border:1px solid #fff3;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:900;position:absolute;top:10px;left:10px}.telegram-product-card-body{align-content:start;gap:8px;padding:13px;display:grid}.telegram-product-card-brand,.telegram-product-card-title{margin:0}.telegram-product-card-brand{color:var(--color-text-muted);letter-spacing:.04em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:11px;font-weight:800;overflow:hidden}.telegram-product-card-title{min-height:2.7em;color:var(--color-text-light);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;line-height:1.35;display:-webkit-box;overflow:hidden}.telegram-product-card-price-row{flex-wrap:wrap;align-items:baseline;gap:5px 8px;display:flex}.telegram-product-card-price{color:var(--color-text-light);font-size:15px;line-height:1.2}.telegram-product-card-old-price{color:var(--color-text-muted);font-size:11px;text-decoration:line-through}.telegram-product-card-status{border-radius:999px;width:fit-content;max-width:100%;padding:5px 8px;font-size:10px;font-weight:800;line-height:1.25}.telegram-product-card-status-available{color:#bbf7d0;background:#22c55e24;border:1px solid #22c55e3d}.telegram-product-card-status-unavailable{color:#fecaca;background:#ef444421;border:1px solid #ef44443d}.telegram-product-card-status-waiting{color:#fde68a;background:#f59e0b21;border:1px solid #f59e0b3d}.telegram-catalog-empty{text-align:center;background:#ffffff0b;border:1px solid #e5e1ef1a;border-radius:18px;gap:10px;padding:24px;display:grid}.telegram-catalog-empty>p:last-child{color:var(--color-text-muted);line-height:1.6}.telegram-catalog-feedback{margin:0}.telegram-catalog-load-more{width:100%}@media (width<=420px){.telegram-product-grid{gap:10px}.telegram-product-card{border-radius:16px}.telegram-product-card-body{padding:11px}.telegram-product-card-title{font-size:13px}.telegram-product-card-price{font-size:14px}}@media (width<=350px){.telegram-product-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.telegram-product-card,.telegram-product-card-image{transition:none}}.telegram-product-page{gap:18px;display:grid}.telegram-product-back-link{color:#ddd6fe;width:fit-content;font-size:14px;font-weight:800}.telegram-product-back-link:hover{color:var(--color-text-light)}.telegram-product-back-link:focus-visible{outline-offset:4px;border-radius:6px;outline:3px solid #ede4ffb8}.telegram-product-main-grid{grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);align-items:start;gap:18px;display:grid}.telegram-product-gallery,.telegram-product-info-card,.telegram-product-content-card{background:#ffffff0b;border:1px solid #e5e1ef1a;border-radius:20px;min-width:0}.telegram-product-gallery{gap:10px;padding:12px;display:grid}.telegram-product-gallery-main{aspect-ratio:1;background:radial-gradient(circle at 50% 22%,#a78bfa33,#0000 52%),#ffffff08;border-radius:16px;place-items:center;display:grid;overflow:hidden}.telegram-product-gallery-main img{object-fit:contain;width:100%;height:100%;display:block}.telegram-product-gallery-empty{min-height:220px;color:var(--color-text-muted);text-align:center;place-items:center;gap:6px;padding:20px;display:grid}.telegram-product-gallery-empty strong{color:var(--color-text-light);letter-spacing:.08em;font-size:24px}.telegram-product-gallery-thumbs{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.telegram-product-gallery-thumbs button{aspect-ratio:1;color:var(--color-text-muted);cursor:pointer;background:#ffffff09;border:1px solid #e5e1ef1f;border-radius:12px;place-items:center;padding:0;display:grid;overflow:hidden}.telegram-product-gallery-thumbs button.active{border-color:#a78bfad9;box-shadow:0 0 0 2px #a78bfa2e}.telegram-product-gallery-thumbs button:focus-visible{outline-offset:2px;outline:3px solid #ede4ffb8}.telegram-product-gallery-thumbs img{object-fit:cover;width:100%;height:100%;display:block}.telegram-product-info-card{gap:16px;padding:20px;display:grid}.telegram-product-heading{gap:7px;display:grid}.telegram-product-heading p,.telegram-product-heading h2,.telegram-product-heading span,.telegram-product-content-card h3,.telegram-product-content-card p{margin:0}.telegram-product-heading h2{color:var(--color-text-light);overflow-wrap:anywhere;font-size:clamp(24px,6vw,34px);line-height:1.12}.telegram-product-heading>span{color:var(--color-text-muted);font-size:13px}.telegram-product-price-row{flex-wrap:wrap;align-items:baseline;gap:8px 12px;display:flex}.telegram-product-price-row strong{color:var(--color-text-light);font-size:26px}.telegram-product-price-row span{color:var(--color-text-muted);font-size:14px;text-decoration:line-through}.telegram-product-status{border-radius:14px;gap:4px;padding:12px 14px;display:grid}.telegram-product-status strong{font-size:14px}.telegram-product-status span{font-size:12px}.telegram-product-status-available{color:#bbf7d0;background:#22c55e24;border:1px solid #22c55e3d}.telegram-product-status-unavailable{color:#fecaca;background:#ef444421;border:1px solid #ef44443d}.telegram-product-status-waiting{color:#fde68a;background:#f59e0b21;border:1px solid #f59e0b3d}.telegram-product-meta-row{border-top:1px solid #e5e1ef1a;border-bottom:1px solid #e5e1ef1a;justify-content:space-between;gap:12px;padding:12px 0;display:flex}.telegram-product-meta-row span{color:var(--color-text-muted)}.telegram-product-meta-row strong{overflow-wrap:anywhere;text-align:right}.telegram-product-cart-panel{gap:12px;display:grid}.telegram-product-quantity{grid-template-columns:46px minmax(70px,1fr) 46px;gap:8px;display:grid}.telegram-product-quantity button,.telegram-product-quantity input{min-height:46px;color:var(--color-text-light);font:inherit;background:#ffffff0d;border:1px solid #e5e1ef24;border-radius:12px}.telegram-product-quantity button{cursor:pointer;font-size:22px;font-weight:900}.telegram-product-quantity input{text-align:center;appearance:textfield;width:100%;padding:0 8px;font-weight:800}.telegram-product-quantity input::-webkit-inner-spin-button{appearance:none;margin:0}.telegram-product-quantity input::-webkit-outer-spin-button{appearance:none;margin:0}.telegram-product-quantity button:hover:not(:disabled){background:#a78bfa24;border-color:#a78bfa94}.telegram-product-quantity button:focus-visible,.telegram-product-quantity input:focus-visible{outline-offset:2px;outline:3px solid #ede4ffb8}.telegram-product-quantity button:disabled,.telegram-product-quantity input:disabled{cursor:not-allowed;opacity:.5}.telegram-product-feedback{margin:0}.telegram-product-feedback-actions{flex-wrap:wrap;gap:8px;display:flex}.telegram-product-content-card{gap:10px;padding:20px;display:grid}.telegram-product-content-card h3{color:var(--color-text-light);font-size:22px}.telegram-product-content-card>p:last-child{color:var(--color-text-muted);white-space:pre-line;line-height:1.65}.telegram-product-characteristics{gap:0;margin:0;display:grid}.telegram-product-characteristics>div{border-bottom:1px solid #e5e1ef17;grid-template-columns:minmax(120px,.8fr) minmax(0,1.2fr);gap:14px;padding:12px 0;display:grid}.telegram-product-characteristics>div:last-child{border-bottom:0}.telegram-product-characteristics dt{color:var(--color-text-muted)}.telegram-product-characteristics dd{color:var(--color-text-light);overflow-wrap:anywhere;margin:0;font-weight:700}@media (width<=700px){.telegram-product-main-grid{grid-template-columns:1fr}}@media (width<=420px){.telegram-product-info-card,.telegram-product-content-card{border-radius:16px;padding:16px}.telegram-product-gallery{border-radius:16px;padding:9px}.telegram-product-gallery-main{border-radius:13px}.telegram-product-characteristics>div{grid-template-columns:1fr;gap:5px}}.telegram-cart-page{gap:18px;display:grid}.telegram-cart-header{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.telegram-cart-header h2,.telegram-cart-header p,.telegram-cart-empty h2,.telegram-cart-empty p,.telegram-cart-summary p{margin:0}.telegram-cart-header h2,.telegram-cart-empty h2{color:var(--color-text-light);font-size:clamp(22px,6vw,30px);line-height:1.15}.telegram-cart-header .eyebrow,.telegram-cart-empty .eyebrow{color:#c4b5fdeb;letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px;font-size:12px;font-weight:900}.telegram-cart-count{min-width:42px;min-height:42px;color:var(--color-text-light);background:#7b2cff33;border:1px solid #a78bfa57;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:14px;font-weight:900;display:inline-flex}.telegram-cart-items{gap:12px;display:grid}.telegram-cart-item{background:#ffffff0b;border:1px solid #e5e1ef1a;border-radius:18px;grid-template-columns:116px minmax(0,1fr);gap:14px;min-width:0;padding:12px;display:grid}.telegram-cart-item-image-link{aspect-ratio:1;background:radial-gradient(circle at 50% 22%,#a78bfa33,#0000 52%),#ffffff09;border-radius:14px;display:block;overflow:hidden}.telegram-cart-item-image-link:focus-visible,.telegram-cart-item-name:focus-visible,.telegram-cart-item-delete:focus-visible,.telegram-cart-item-quantity button:focus-visible{outline-offset:2px;outline:3px solid #ede4ffb8}.telegram-cart-item-image,.telegram-cart-item-image-empty{place-items:center;width:100%;height:100%;display:grid}.telegram-cart-item-image{object-fit:cover}.telegram-cart-item-image-empty{color:var(--color-text-muted);letter-spacing:.08em;padding:10px;font-size:12px;font-weight:900}.telegram-cart-item-content{align-content:start;gap:10px;min-width:0;display:grid}.telegram-cart-item-heading{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.telegram-cart-item-name{color:var(--color-text-light);overflow-wrap:anywhere;font-size:16px;font-weight:850;line-height:1.35}.telegram-cart-item-name:hover{color:#ddd6fe}.telegram-cart-item-delete{color:#fecaca;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;flex:none;padding:4px;font-size:12px;font-weight:800}.telegram-cart-item-delete:hover:not(:disabled){color:#fff;background:#ef444429}.telegram-cart-item-delete:disabled{cursor:not-allowed;opacity:.5}.telegram-cart-item-unit-price{color:var(--color-text-muted);margin:0;font-size:12px}.telegram-cart-item-bottom{justify-content:space-between;align-items:flex-end;gap:14px;display:flex}.telegram-cart-item-quantity{grid-template-columns:38px 42px 38px;gap:6px;display:grid}.telegram-cart-item-quantity button,.telegram-cart-item-quantity output{min-height:38px;color:var(--color-text-light);font:inherit;background:#ffffff0d;border:1px solid #e5e1ef24;border-radius:10px;place-items:center;font-weight:900;display:grid}.telegram-cart-item-quantity button{cursor:pointer;font-size:18px}.telegram-cart-item-quantity button:hover:not(:disabled){background:#a78bfa24;border-color:#a78bfa94}.telegram-cart-item-quantity button:disabled{cursor:not-allowed;opacity:.45}.telegram-cart-item-total{text-align:right;gap:3px;display:grid}.telegram-cart-item-total span{color:var(--color-text-muted);font-size:11px}.telegram-cart-item-total strong{color:var(--color-text-light);font-size:16px}.telegram-cart-item-progress{color:#ddd6fe;font-size:11px;font-weight:700}.telegram-cart-summary{background:#ffffff0b;border:1px solid #e5e1ef1a;border-radius:18px;gap:0;padding:18px;display:grid}.telegram-cart-summary>div{border-bottom:1px solid #e5e1ef17;justify-content:space-between;gap:16px;padding:10px 0;display:flex}.telegram-cart-summary>div span{color:var(--color-text-muted)}.telegram-cart-summary>div strong{color:var(--color-text-light);text-align:right}.telegram-cart-summary-total{align-items:baseline;border-bottom:0!important}.telegram-cart-summary-total span,.telegram-cart-summary-total strong{font-size:20px;font-weight:900;color:var(--color-text-light)!important}.telegram-cart-summary p{color:var(--color-text-muted);padding-top:10px;font-size:11px;line-height:1.55}.telegram-cart-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.telegram-cart-clear-button{color:#fecaca;border-color:#ef444447}.telegram-cart-empty{text-align:center;background:#ffffff0b;border:1px solid #e5e1ef1a;border-radius:18px;gap:12px;padding:24px;display:grid}.telegram-cart-empty>p:not(.eyebrow){color:var(--color-text-muted);line-height:1.6}.telegram-cart-feedback{margin:0}@media (width<=560px){.telegram-cart-item{border-radius:16px;grid-template-columns:88px minmax(0,1fr);gap:11px;padding:10px}.telegram-cart-item-heading{gap:5px;display:grid}.telegram-cart-item-delete{width:fit-content;padding-left:0}.telegram-cart-item-bottom{flex-direction:column;align-items:flex-start}.telegram-cart-item-total{text-align:left}.telegram-cart-actions{grid-template-columns:1fr}}@media (width<=380px){.telegram-cart-item{grid-template-columns:72px minmax(0,1fr)}.telegram-cart-item-quantity{grid-template-columns:36px 40px 36px}}
