@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,700;0,800;0,900;1,700;1,800;1,900&family=Space+Grotesk:wght@400;500;600;700&family=Share+Tech+Mono&display=swap";.cart-overlay{z-index:200;opacity:0;pointer-events:none;background:#000000a6;transition:opacity .25s;position:fixed;inset:0}.cart-overlay.visible{opacity:1;pointer-events:all}.cart-drawer{background:var(--bg-card);border-left:1px solid var(--border);z-index:201;width:min(400px,100vw);height:100dvh;box-shadow:var(--shadow-lg);flex-direction:column;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.cart-drawer.open{transform:translate(0)}.cart-drawer__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.cart-drawer__title{color:var(--white);margin:0;font-size:1.1rem;font-weight:700}.cart-drawer__close{cursor:pointer;color:var(--text-muted);background:0 0;border:none;padding:0;font-size:1.5rem;line-height:1;transition:color .15s}.cart-drawer__close:hover{color:var(--white)}.cart-drawer__empty{color:var(--text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.75rem;display:flex}.cart-drawer__empty span{font-size:2.5rem}.cart-drawer__items{flex:1;margin:0;padding:.75rem 0;list-style:none;overflow-y:auto}.cart-item{border-bottom:1px solid var(--border);align-items:flex-start;gap:.75rem;padding:.875rem 1.5rem;display:flex;position:relative}.cart-item__img{border-radius:var(--radius);background:var(--bg-card-2);flex-shrink:0;width:64px;height:64px;overflow:hidden}.cart-item__img img{object-fit:cover;width:100%;height:100%}.cart-item__img-placeholder{background:var(--bg-card-2);width:100%;height:100%}.cart-item__body{flex:1;min-width:0}.cart-item__name{color:var(--white);white-space:nowrap;text-overflow:ellipsis;margin:0 0 .25rem;font-size:.9rem;font-weight:600;overflow:hidden}.cart-item__price{color:var(--text-muted);margin:0 0 .5rem;font-size:.85rem}.cart-item__qty{align-items:center;gap:.5rem;display:flex}.cart-item__qty button{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card-2);width:26px;height:26px;color:var(--white);cursor:pointer;justify-content:center;align-items:center;font-size:1rem;line-height:1;transition:background .15s,border-color .15s;display:flex}.cart-item__qty button:hover:not(:disabled){background:var(--bg-card);border-color:var(--border-red)}.cart-item__qty button:disabled{opacity:.4;cursor:not-allowed}.cart-item__qty span{text-align:center;min-width:1.5rem;color:var(--white);font-size:.9rem;font-weight:600}.cart-item__remove{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:1.2rem;line-height:1;transition:color .15s;position:absolute;top:.875rem;right:1.5rem}.cart-item__remove:hover{color:var(--red-bright)}.cart-drawer__footer{border-top:1px solid var(--border);flex-direction:column;gap:1rem;padding:1.25rem 1.5rem;display:flex}.cart-drawer__total{color:var(--white);justify-content:space-between;font-size:1rem;font-weight:700;display:flex}.cart-drawer__checkout{background:var(--red);color:var(--white);border:1px solid var(--red);border-radius:var(--radius-sm);cursor:pointer;width:100%;padding:.9rem;font-size:1rem;font-weight:600;transition:background .18s}.cart-drawer__checkout:hover{background:var(--red-dim)}.logo-mark{background:var(--red);border-radius:var(--radius-sm);font-family:var(--font-mono);letter-spacing:.05em;color:var(--white);box-shadow:0 0 14px var(--red-glow-sm);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.footer{background:#050505;margin-top:auto;padding-top:3.5rem;padding-bottom:2rem}.footer__grid{border-bottom:1px solid var(--border);grid-template-columns:2fr 1fr 1fr 1.4fr;gap:3rem;padding-bottom:3rem;display:grid}.footer__logo{font-family:var(--font-heading);color:var(--white);letter-spacing:-.02em;text-transform:uppercase;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.1rem;font-weight:900;display:inline-flex}.footer__logo-accent{color:var(--red-bright)}.footer__brand-desc{color:var(--text-muted);max-width:300px;margin-bottom:1.25rem;font-size:.85rem;line-height:1.75}.footer__socials{gap:.6rem;display:flex}.footer__social{border-radius:var(--radius-sm);background:var(--bg-card);border:1px solid var(--border);width:36px;height:36px;color:var(--text-muted);justify-content:center;align-items:center;transition:color .18s,border-color .18s,background .18s;display:flex}.footer__social:hover{color:var(--white);border-color:var(--border-red);background:#8b00001f}.footer__col-title{font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;color:var(--white);margin-bottom:1rem;font-size:.78rem;font-weight:700}.footer__links{flex-direction:column;gap:.6rem;list-style:none;display:flex}.footer__links a{color:var(--text-muted);font-size:.88rem;transition:color .15s}.footer__links a:hover{color:var(--off-white)}.footer__newsletter-desc{color:var(--text-muted);margin-bottom:.9rem;font-size:.85rem;line-height:1.65}.footer__newsletter-form{gap:0;display:flex}.footer__newsletter-input{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm) 0 0 var(--radius-sm);min-width:0;color:var(--text);font-size:.85rem;font-family:var(--font-body);border-right:none;outline:none;flex:1;padding:.6rem .9rem;transition:border-color .18s}.footer__newsletter-input::placeholder{color:var(--text-dim)}.footer__newsletter-input:focus{border-color:var(--border-red)}.footer__newsletter-btn{background:var(--red);color:var(--white);border:1px solid var(--red);border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:.6rem 1rem;font-size:1rem;font-weight:700;transition:background .18s}.footer__newsletter-btn:hover{background:var(--red-mid)}.footer__bottom{justify-content:space-between;align-items:center;gap:1rem;padding-top:1.75rem;display:flex}.footer__copy{color:var(--text-muted);font-size:.8rem}.footer__bottom-links{gap:1.25rem;display:flex}.footer__bottom-links a{color:var(--text-muted);font-size:.8rem;transition:color .15s}.footer__bottom-links a:hover{color:var(--white)}@media (width<=900px){.footer__grid{grid-template-columns:1fr 1fr;gap:2rem}.footer__brand{grid-column:1/-1}}@media (width<=520px){.footer__grid{grid-template-columns:1fr}.footer__bottom{flex-direction:column;align-items:flex-start;gap:.5rem}}.app{flex-direction:column;min-height:100vh;display:flex}.app__content{flex:1}.nav{z-index:200;-webkit-backdrop-filter:blur(20px);background:#050505cc;border-bottom:1px solid #0000;width:100%;height:64px;transition:background .25s,border-color .25s,box-shadow .25s;position:sticky;top:0}.nav--scrolled{border-bottom-color:var(--border);box-shadow:0 1px 0 var(--border);background:#050505f7}.nav__inner{align-items:center;gap:2rem;height:100%;display:flex}.nav__logo{font-family:var(--font-heading);color:var(--white);letter-spacing:.02em;text-transform:uppercase;flex-shrink:0;align-items:center;gap:.6rem;font-size:.95rem;font-weight:700;display:flex}.nav__logo-accent{color:var(--red-bright)}.nav__links{flex:1;align-items:center;gap:0;display:flex}.nav__auth{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.nav__cart{cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.2rem;line-height:1;position:relative}.nav__cart-badge{background:var(--red);color:var(--white);border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 3px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-6px}.nav__link{border-radius:var(--radius-sm);color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;padding:.4rem .85rem;font-size:.8rem;font-weight:600;transition:color .15s;position:relative}.nav__link:after{content:"";background:var(--red);transform-origin:0;height:1px;transition:transform .2s;position:absolute;bottom:-1px;left:.85rem;right:.85rem;transform:scaleX(0)}.nav__link:hover{color:var(--white)}.nav__link:hover:after{transform:scaleX(1)}.nav__link--active{color:var(--white)}.nav__link--active:after{transform:scaleX(1)}.nav__link--cta{border-radius:var(--radius-sm);margin-left:.25rem;background:var(--red)!important;color:var(--white)!important}.nav__link--cta:hover{background:var(--red-dim)!important}.nav__link--cta:after{display:none}.nav__hamburger{border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;background:0 0;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;transition:border-color .15s;display:none}.nav__hamburger:hover{border-color:var(--border-red)}.nav__hamburger span{background:var(--text-muted);transform-origin:50%;border-radius:1px;width:18px;height:1.5px;transition:transform .25s,opacity .25s,background .15s;display:block}.nav__hamburger:hover span{background:var(--white)}.nav__hamburger.open span:first-child{transform:translateY(6.5px)rotate(45deg)}.nav__hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav__hamburger.open span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.nav__overlay{z-index:198;opacity:0;pointer-events:none;background:#000000b3;transition:opacity .28s;position:fixed;inset:0}.nav__overlay.visible{opacity:1;pointer-events:all}.nav__drawer{z-index:199;border-left:1px solid var(--border);background:#080808;width:min(300px,85vw);padding:1.5rem 1rem;transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;top:64px;bottom:0;right:0;transform:translate(100%)}.nav__drawer.open{transform:translate(0)}.nav__drawer-links{flex-direction:column;gap:.2rem;display:flex}.nav__drawer-links .nav__link{border-radius:var(--radius-sm);padding:.75rem 1rem;font-size:.88rem;display:block}.nav__drawer-links .nav__link:after{display:none}.nav__drawer-links .nav__link--active{color:var(--white);border-left:2px solid var(--red);background:#8b000024}@media (width<=768px){.nav__links,.nav__auth{display:none}.nav__hamburger{margin-left:auto;display:flex}}.home-hero{padding:8rem 0 6rem;position:relative;overflow:hidden}.home-hero__bg{pointer-events:none;background:radial-gradient(70% 55% at 5%,#8b00002e 0%,#0000 70%),radial-gradient(40% 40% at 95% 10%,#8b00001a 0%,#0000 60%);position:absolute;inset:0}.home-hero__inner{z-index:1;max-width:820px;position:relative}.home-hero__badge{border:1px solid var(--border-red);letter-spacing:.1em;color:var(--red-bright);text-transform:uppercase;border-radius:var(--radius-sm);background:#8b00001f;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.28rem .7rem;font-size:.68rem;font-weight:600;display:inline-flex}.home-hero__badge-dot{background:var(--red-bright);border-radius:50%;flex-shrink:0;width:5px;height:5px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}.home-hero__title{color:var(--white);letter-spacing:-.01em;margin-bottom:1.5rem;font-size:clamp(4rem,11vw,9rem);font-weight:900;line-height:.92}.home-hero__title-accent{color:var(--red-bright);display:block}.home-hero__sub{color:var(--text-muted);max-width:480px;margin-bottom:2.5rem;font-size:clamp(.95rem,2vw,1.1rem);line-height:1.75}.home-hero__cta{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.home-hero__greeting{color:var(--text-muted);margin-right:.25rem;font-size:.9rem;font-weight:600}.home-hero__stripe{background:linear-gradient(90deg, transparent, var(--red), transparent);height:1px;position:absolute;bottom:0;left:0;right:0}.home-ticker{background:var(--red);border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;padding:.6rem 0;overflow:hidden}.home-ticker__track{white-space:nowrap;animation:28s linear infinite ticker;display:inline-flex}.home-ticker__text{letter-spacing:.22em;color:var(--white);text-transform:uppercase;padding-right:0;font-size:.65rem}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.home-stats{border-bottom:1px solid var(--border);background:var(--bg-card);padding:1.75rem 0}.home-stats__grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.home-stats__item{border-right:1px solid var(--border);flex-direction:column;gap:.2rem;padding:.5rem 0;display:flex}.home-stats__item:last-child{border-right:none}.home-stats__value{color:var(--white);font-size:clamp(1.6rem,3vw,2.2rem);line-height:1}.home-stats__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;font-weight:600}.home-section-head{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2.25rem;display:flex}.home-section-head--center{text-align:center;flex-direction:column;align-items:center;margin-bottom:2.75rem}.home-section-head--center .section-sub{margin:0 auto}.home-products__grid{background:var(--border);border:1px solid var(--border);grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.home-product-card{background:var(--bg-card);flex-direction:column;transition:background .2s;display:flex;position:relative;overflow:hidden}.home-product-card:hover{background:var(--bg-card-2)}.home-product-card__img{aspect-ratio:1;background:var(--bg-card-2);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.home-product-card__img img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.home-product-card:hover .home-product-card__img img{transform:scale(1.05)}.home-product-card__placeholder{font-family:var(--font-mono);letter-spacing:.15em;color:var(--text-muted);font-size:.6rem}.home-product-card__overlay{pointer-events:none;opacity:0;background:linear-gradient(135deg,#0000 60%,#8b000038 100%);transition:opacity .3s;position:absolute;inset:0}.home-product-card:hover .home-product-card__overlay{opacity:1}.home-product-card__body{flex-direction:column;gap:.3rem;padding:1rem 1rem 1.25rem;display:flex}.home-product-card__name{color:var(--white);font-size:.9rem;font-weight:600;line-height:1.35}.home-product-card__price{color:var(--red-bright);margin-top:.1rem;font-size:1rem;line-height:1}.home-product-card__cta{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-top:.6rem;font-size:.72rem;font-weight:700;transition:color .15s}.home-product-card:hover .home-product-card__cta{color:var(--red-bright)}.home-benefits{background:var(--bg-2)}.home-benefits__grid{background:var(--border);border:1px solid var(--border);grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.home-benefit-card{background:var(--bg-card);flex-direction:column;gap:.75rem;padding:2rem 1.5rem;display:flex}.home-benefit-card__num{color:var(--red-bright);font-size:1.5rem;line-height:1;display:block}.home-benefit-card__title{color:var(--white);letter-spacing:-.01em;font-size:.95rem;font-weight:700}.home-benefit-card__desc{color:var(--text-muted);font-size:.85rem;line-height:1.7}.home-testimonials__grid{background:var(--border);border:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.home-testimonial{background:var(--bg-card);flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.home-testimonial__text{color:var(--text);quotes:none;flex:1;font-size:.93rem;font-style:italic;line-height:1.8}.home-testimonial__author{align-items:center;gap:.75rem;display:flex}.home-testimonial__avatar{border-radius:var(--radius-sm);background:var(--red);width:34px;height:34px;color:var(--white);flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;display:flex}.home-testimonial__name{color:var(--white);font-size:.82rem;font-weight:700;display:block}.home-testimonial__role{color:var(--text-muted);font-size:.72rem;display:block}.home-posts__grid{background:var(--border);border:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.home-post-card{background:var(--bg-card);color:inherit;flex-direction:column;gap:.8rem;padding:1.75rem;text-decoration:none;transition:background .2s;display:flex}.home-post-card:hover{background:var(--bg-card-2)}.home-post-card__top{justify-content:space-between;align-items:center;display:flex}.home-post-card__time{color:var(--text-muted);letter-spacing:.05em;font-size:.68rem}.home-post-card__title{color:var(--white);flex:1;font-size:1rem;font-weight:700;line-height:1.4}.home-post-card__excerpt{color:var(--text-muted);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;font-size:.85rem;line-height:1.65;display:-webkit-box;overflow:hidden}.home-post-card__meta{color:var(--text-muted);border-top:1px solid var(--border);letter-spacing:.05em;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.75rem;font-size:.72rem;display:flex}.home-post-card__arrow{color:var(--red-bright);font-size:.85rem;transition:transform .15s}.home-post-card:hover .home-post-card__arrow{transform:translate(3px)}.home-brand-cta{border:1px solid var(--border-red);background:linear-gradient(135deg,#180000 0%,#0a0000 100%);grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding:3.5rem;display:grid;box-shadow:inset 0 0 60px #8b00001a}.home-brand-cta__title{color:var(--white);font-size:clamp(2rem,4.5vw,3.5rem);font-weight:900;line-height:.95}.home-brand-cta__sub{color:var(--text-muted);margin-bottom:1.75rem;font-size:.95rem;line-height:1.75}.home-brand-cta__buttons{flex-wrap:wrap;gap:.75rem;display:flex}@media (width<=1024px){.home-products__grid,.home-benefits__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.home-hero{padding:5.5rem 0 4rem}.home-stats__grid{grid-template-columns:repeat(2,1fr)}.home-testimonials__grid,.home-posts__grid{grid-template-columns:1fr}.home-brand-cta{grid-template-columns:1fr;gap:2rem;padding:2.5rem 1.5rem}.home-section-head{flex-direction:column;align-items:flex-start}}@media (width<=520px){.home-products__grid,.home-benefits__grid{grid-template-columns:1fr}.home-hero__title{font-size:clamp(2.75rem,15vw,4rem)}}.auth-page{justify-content:center;align-items:center;min-height:calc(100vh - 66px);padding:3rem 1rem;display:flex}.auth-card{background:var(--bg-card);border:1px solid var(--border);border-top:3px solid var(--red);border-radius:var(--radius-lg);width:100%;max-width:440px;box-shadow:var(--shadow-lg);padding:2.5rem}.auth-card--wide{max-width:680px}.auth-card__logo{align-items:center;gap:.5rem;margin-bottom:1.75rem;text-decoration:none;display:flex}.auth-card__logo-name{font-family:var(--font-heading);color:var(--white);text-transform:uppercase;letter-spacing:-.01em;font-size:.95rem;font-weight:900}.auth-card__heading{font-family:var(--font-heading);color:var(--white);margin-bottom:.3rem;font-size:1.6rem;font-weight:800}.auth-card__sub{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem}.auth-type{background:var(--bg);border-radius:var(--radius);border:1px solid var(--border);grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1.75rem;padding:.35rem;display:grid}.auth-type__btn{border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.6rem .5rem;font-size:.83rem;font-weight:600;transition:all .18s}.auth-type__btn:hover{color:var(--white)}.auth-type__btn.active{background:var(--red);color:var(--white);box-shadow:0 0 10px var(--red-glow-sm)}.auth-form{flex-direction:column;gap:1rem;display:flex}.auth-form--grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.auth-form__section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--red-bright);grid-column:1/-1;margin-bottom:-.25rem;font-size:.72rem;font-weight:700}.auth-form__group{flex-direction:column;gap:.4rem;display:flex}.auth-form__group--full{grid-column:1/-1}.auth-form__label{color:var(--text-muted);letter-spacing:.02em;font-size:.8rem;font-weight:600}.auth-form__input-row{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);align-items:center;transition:border-color .18s;display:flex;overflow:hidden}.auth-form__input-row:focus-within{border-color:var(--border-red)}.auth-form__prefix{color:var(--text-muted);border-right:1px solid var(--border);background:var(--bg-card);align-items:center;height:100%;padding:0 .75rem;font-size:.9rem;display:flex}.auth-form__input{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);font-size:.9rem;font-family:var(--font-body);outline:none;padding:.7rem .9rem;transition:border-color .18s}.auth-form__input-row .auth-form__input{background:0 0;border:none}.auth-form__input::placeholder{color:var(--text-dim)}.auth-form__input:focus{border-color:var(--border-red)}.auth-form__input--otp{text-align:center;letter-spacing:.5em;padding:.9rem;font-size:1.5rem;font-weight:700}.auth-form__textarea{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);font-size:.9rem;font-family:var(--font-body);resize:vertical;outline:none;min-height:90px;padding:.7rem .9rem;transition:border-color .18s}.auth-form__textarea::placeholder{color:var(--text-dim)}.auth-form__textarea:focus{border-color:var(--border-red)}.auth-form__info{color:var(--text-muted);text-align:center;padding:.6rem 0;font-size:.85rem}.auth-form__info strong{color:var(--white)}.auth-form__error{color:var(--red-bright);border-radius:var(--radius-sm);background:#8b00001a;border:1px solid #8b000033;padding:.5rem .75rem;font-size:.82rem}.auth-form__btn{background:var(--red);color:var(--white);border-radius:var(--radius-sm);font-size:.88rem;font-weight:700;font-family:var(--font-body);letter-spacing:.04em;cursor:pointer;box-shadow:0 0 16px var(--red-glow-sm);border:none;padding:.78rem 1.5rem;text-decoration:none;transition:background .18s,box-shadow .18s,transform .18s}.auth-form__btn:hover:not(:disabled){background:var(--red-mid);box-shadow:0 0 24px var(--red-glow);transform:translateY(-1px)}.auth-form__btn:disabled{opacity:.6;cursor:not-allowed}.auth-form__btn--full{grid-column:1/-1}.auth-form__back{color:var(--text-muted);cursor:pointer;text-align:center;background:0 0;border:none;padding:.25rem 0;font-size:.82rem;transition:color .15s}.auth-form__back:hover{color:var(--white)}.auth-success{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 0;display:flex}.auth-success__icon{background:var(--white);border:2px solid var(--white);color:#0a0000;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.4rem;display:flex}.auth-success__title{font-family:var(--font-heading);color:var(--white);font-size:1.3rem;font-weight:800}.auth-success__msg{color:var(--text-muted);max-width:360px;font-size:.9rem;line-height:1.7}.auth-card__switch{text-align:center;color:var(--text-muted);margin-top:1.5rem;font-size:.85rem}.auth-card__switch-link{color:var(--red-bright);font-weight:600;transition:color .15s}.auth-card__switch-link:hover{color:var(--white)}@media (width<=520px){.auth-card{padding:2rem 1.25rem}.auth-form--grid{grid-template-columns:1fr}}.shop__header{background:var(--bg-card);border-bottom:1px solid var(--border);padding:2.5rem 0 2rem}.shop__header-inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.shop__title{font-family:var(--font-display);color:var(--white);letter-spacing:-.01em;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;line-height:.95}.shop__sub{font-family:var(--font-mono);letter-spacing:.12em;color:var(--text-muted);text-transform:uppercase;margin-top:.5rem;font-size:.72rem}.shop__toolbar{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.75rem;padding:1.25rem 0;display:flex}.shop__search-wrap{flex:1;min-width:220px;position:relative}.shop__search-icon{color:var(--text-dim);pointer-events:none;position:absolute;top:50%;left:.85rem;transform:translateY(-50%)}.shop__search{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);font-size:.85rem;font-family:var(--font-body);outline:none;padding:.6rem .9rem .6rem 2.5rem;transition:border-color .15s}.shop__search::placeholder{color:var(--text-dim)}.shop__search:focus{border-color:var(--border-red)}.shop__sort{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:.82rem;font-family:var(--font-body);cursor:pointer;outline:none;flex-shrink:0;padding:.6rem 1rem;transition:border-color .15s}.shop__sort:focus{border-color:var(--border-red)}.shop__grid{background:var(--border);border:1px solid var(--border);grid-template-columns:repeat(4,1fr);gap:1px;margin:1.5rem 0 2.5rem;display:grid}.shop-card{background:var(--bg-card);flex-direction:column;transition:background .2s;display:flex;overflow:hidden}.shop-card:hover{background:var(--bg-card-2)}.shop-card__img{aspect-ratio:1;background:var(--bg-card-2);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.shop-card__img img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.shop-card:hover .shop-card__img img{transform:scale(1.04)}.shop-card__overlay{font-family:var(--font-mono);letter-spacing:.12em;color:var(--text-muted);text-transform:uppercase;background:#0009;justify-content:center;align-items:center;font-size:.7rem;display:flex;position:absolute;inset:0}.shop-card__overlay--sold{color:var(--red-bright)}.shop-card__body{flex-direction:column;flex:1;gap:.25rem;padding:1rem;display:flex}.shop-card__name{color:var(--white);font-size:.9rem;font-weight:600;line-height:1.35}.shop-card__name-ar{color:var(--text-muted);font-size:.8rem;line-height:1.4}.shop-card__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:auto;padding-top:.75rem;display:flex}.shop-card__price{font-family:var(--font-mono);color:var(--red-bright);font-size:.95rem}.shop-card--skeleton{pointer-events:none;background:var(--bg-card)!important}.shop-card__img-skeleton{aspect-ratio:1;background:var(--bg-card-2);animation:1.5s ease-in-out infinite shimmer}.shop-card__body .skeleton-line{background:var(--bg-card-2);border-radius:var(--radius-sm);height:10px;animation:1.5s ease-in-out infinite shimmer}.skeleton-line--wide{width:80%}.skeleton-line--narrow{width:45%;margin-top:.35rem}.skeleton-line--btn{width:60%;height:26px;margin-top:.7rem}@keyframes shimmer{0%,to{opacity:.35}50%{opacity:.65}}.shop__state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:5rem 1rem;display:flex}.shop__state-icon{font-family:var(--font-mono);color:var(--text-dim);font-size:2rem}.shop__state-title{color:var(--white);font-size:1.2rem;font-weight:700}.shop__state-sub{color:var(--text-muted);font-size:.9rem}.shop__state--error .shop__state-title{color:var(--red-bright)}.shop__pagination{justify-content:center;align-items:center;gap:1.25rem;padding:2rem 0;display:flex}.shop__page-info{font-family:var(--font-mono);color:var(--text-muted);text-align:center;letter-spacing:.05em;min-width:80px;font-size:.8rem}@media (width<=1024px){.shop__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.shop__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=420px){.shop__grid{grid-template-columns:1fr}.shop__toolbar{flex-direction:column;align-items:stretch}.shop__sort{width:100%}}.pdp__breadcrumb{background:var(--bg-card);border-bottom:1px solid var(--border);padding:1rem 0}.pdp__breadcrumb-inner{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.7rem;display:flex}.pdp__back{color:var(--text-muted);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:0 0;border:none;padding:0;font-size:.7rem;transition:color .15s}.pdp__back:hover{color:var(--white)}.pdp__breadcrumb-sep{color:var(--text-dim)}.pdp__breadcrumb-link{transition:color .15s}.pdp__breadcrumb-link:hover{color:var(--white)}.pdp__breadcrumb-current{color:var(--off-white)}.pdp__container{grid-template-columns:1fr 1fr;gap:4rem;padding-top:3rem;padding-bottom:5rem;display:grid}.pdp__img-col{flex-direction:column;align-self:start;gap:.75rem;display:flex;position:sticky;top:5rem}.pdp__main-img{aspect-ratio:1;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.pdp__main-img img{object-fit:cover;width:100%;height:100%}.pdp__no-img{letter-spacing:.18em;color:var(--text-muted);text-transform:uppercase;font-size:.75rem}.pdp__img-badge{font-family:var(--font-mono);letter-spacing:.15em;text-transform:uppercase;background:#0009;justify-content:center;align-items:center;font-size:.75rem;display:flex;position:absolute;inset:0}.pdp__img-badge--sold{color:var(--red-bright)}.pdp__img-badge--unavail{color:var(--text-muted)}.pdp__thumbs{-webkit-overflow-scrolling:touch;scrollbar-width:thin;gap:.5rem;padding-bottom:2px;display:flex;overflow-x:auto}.pdp__thumb{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;flex-shrink:0;width:64px;height:64px;padding:0;transition:border-color .15s;overflow:hidden}.pdp__thumb img{object-fit:cover;width:100%;height:100%}.pdp__thumb:hover{border-color:#8b000080}.pdp__thumb--active{border-color:var(--red)}.pdp__info-col{flex-direction:column;gap:1rem;padding-top:.25rem;display:flex}.pdp__category{margin-bottom:.25rem}.pdp__name{font-family:var(--font-display);color:var(--white);letter-spacing:-.01em;font-size:clamp(2rem,4vw,3.25rem);font-weight:900;line-height:.98}.pdp__name-ar{color:var(--text-muted);margin-top:-.25rem;font-size:1.1rem;line-height:1.5}.pdp__price-row{align-items:center;gap:1rem;display:flex}.pdp__price{color:var(--red-bright);letter-spacing:-.02em;font-size:1.9rem}.pdp__divider{margin:.25rem 0}.pdp__desc{flex-direction:column;gap:.75rem;display:flex}.pdp__desc-text{color:var(--text-muted);font-size:.95rem;line-height:1.75}.pdp__desc-text--ar{font-size:.9rem}.pdp__cta{margin-top:.5rem}.pdp__add-btn{justify-content:center;width:100%}.pdp__add-btn:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.pdp__meta{flex-wrap:wrap;gap:.5rem;display:flex}.pdp__error{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.9rem;padding:8rem 1rem;display:flex}.pdp__error-icon{color:var(--text-dim);letter-spacing:-.02em;font-size:3rem}.pdp__error-title{color:var(--white);font-size:1.4rem;font-weight:700}.pdp__error-sub{color:var(--text-muted);margin-bottom:.5rem;font-size:.9rem}.pdp__main-img--skeleton{aspect-ratio:1;background:var(--bg-card-2);border:none;animation:1.5s ease-in-out infinite shimmer}.pdp__thumb--skeleton{background:var(--bg-card-2);border-radius:var(--radius);width:64px;height:64px;animation:1.5s ease-in-out infinite shimmer}.pdp__skeleton-line{background:var(--bg-card-2);border-radius:var(--radius-sm);animation:1.5s ease-in-out infinite shimmer}.pdp__skeleton-line--label{width:80px;height:18px}.pdp__skeleton-line--title{width:85%;height:56px;margin-top:.25rem}.pdp__skeleton-line--price{width:120px;height:36px}.pdp__skeleton-line--body{width:100%;height:14px}.pdp__skeleton-line--btn{width:100%;height:50px;margin-top:.5rem}@media (width<=900px){.pdp__container{grid-template-columns:1fr;gap:2rem}.pdp__img-col{position:static}}@media (width<=480px){.pdp__name{font-size:2rem}.pdp__price{font-size:1.5rem}}.brands__header{background:var(--bg-card);border-bottom:1px solid var(--border);padding:2.5rem 0 2rem}.brands__title{font-family:var(--font-display);color:var(--white);letter-spacing:-.01em;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;line-height:.95}.brands__sub{font-family:var(--font-mono);letter-spacing:.12em;color:var(--text-muted);text-transform:uppercase;margin-top:.5rem;font-size:.72rem}.brands__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin:1.5rem 0 2.5rem;display:grid}.brand-card{text-align:center;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);color:inherit;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1.5rem;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.brand-card:hover{border-color:var(--border-red);box-shadow:var(--shadow-red-sm);transform:translateY(-3px)}.brand-card__logo{background:var(--red);border:3px solid var(--border-red);width:72px;height:72px;font-family:var(--font-heading);color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:.5rem;font-size:1.6rem;font-weight:800;display:flex;overflow:hidden}.brand-card__logo img{object-fit:cover;width:100%;height:100%}.brand-card__name{font-family:var(--font-heading);color:var(--white);font-size:1.05rem;font-weight:700;line-height:1.3}.brand-card__desc{color:var(--text-muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;line-height:1.6;display:-webkit-box;overflow:hidden}.brand-card__cta{letter-spacing:.05em;text-transform:uppercase;color:var(--red-bright);margin-top:.4rem;font-size:.75rem;font-weight:700}.brand-card--skeleton{pointer-events:none}.brand-card__logo-skeleton{background:var(--bg-card-2);border-radius:50%;width:72px;height:72px;margin-bottom:.5rem;animation:1.5s ease-in-out infinite brand-shimmer}.brand-card--skeleton .skeleton-line{background:var(--bg-card-2);border-radius:var(--radius-sm);height:10px;animation:1.5s ease-in-out infinite brand-shimmer}@keyframes brand-shimmer{0%,to{opacity:.35}50%{opacity:.65}}.brands__state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:5rem 1rem;display:flex}.brands__state-icon{font-family:var(--font-mono);color:var(--text-dim);font-size:2rem}.brands__state-title{color:var(--white);font-size:1.2rem;font-weight:700}.brands__state-sub{color:var(--text-muted);font-size:.9rem}.brands__state--error .brands__state-title{color:var(--red-bright)}.brands__pagination{justify-content:center;align-items:center;gap:1.25rem;padding:2rem 0;display:flex}.brands__page-info{font-family:var(--font-mono);color:var(--text-muted);text-align:center;letter-spacing:.05em;min-width:80px;font-size:.8rem}@media (width<=1024px){.brands__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.brands__grid{grid-template-columns:1fr}}.shop-detail__header{background:var(--bg-card) center/cover no-repeat;border-bottom:1px solid var(--border);position:relative}.shop-detail__header-overlay{background:linear-gradient(#0505058c,#050505d9);position:absolute;inset:0}.shop-detail__header-inner{flex-wrap:wrap;align-items:center;gap:1.5rem;padding:3rem 1.5rem;display:flex;position:relative}.shop-detail__logo{background:var(--red);border:3px solid var(--border-red);width:88px;height:88px;font-family:var(--font-heading);color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:2rem;font-weight:800;display:flex;overflow:hidden}.shop-detail__logo img{object-fit:cover;width:100%;height:100%}.shop-detail__name{font-family:var(--font-heading);color:var(--white);margin-bottom:.4rem;font-size:clamp(1.6rem,4vw,2.5rem);font-weight:800}.shop-detail__desc{color:var(--text-muted);max-width:560px;margin-bottom:.6rem;font-size:.95rem;line-height:1.65}.shop-detail__social{gap:1rem;display:flex}.shop-detail__social a{letter-spacing:.04em;text-transform:uppercase;color:var(--red-bright);font-size:.8rem;font-weight:700;transition:color .15s}.shop-detail__social a:hover{color:var(--white)}.shop-detail__header--skeleton{background:var(--bg-card)}.shop-detail__logo-skeleton{background:var(--bg-card-2);border-radius:50%;flex-shrink:0;width:88px;height:88px;animation:1.5s ease-in-out infinite shop-detail-shimmer}.shop-detail__header-skeleton-lines{flex-direction:column;flex:1;gap:.6rem;display:flex}@keyframes shop-detail-shimmer{0%,to{opacity:.35}50%{opacity:.65}}.shop-detail__error{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:6rem 1rem;display:flex}.shop-detail__error-icon{color:var(--text-dim);font-size:2rem}.shop-detail__error-title{color:var(--white);font-size:1.4rem;font-weight:700}.shop-detail__error-sub{color:var(--text-muted);margin-bottom:.5rem;font-size:.9rem}.shop-detail__grid{background:var(--border);border:1px solid var(--border);grid-template-columns:repeat(4,1fr);gap:1px;margin:1.5rem 0 2.5rem;display:grid}.shop-detail__product{background:var(--bg-card);color:inherit;flex-direction:column;text-decoration:none;transition:background .2s;display:flex;overflow:hidden}.shop-detail__product:hover{background:var(--bg-card-2)}.shop-detail__product-img{aspect-ratio:1;background:var(--bg-card-2);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.shop-detail__product-img img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.shop-detail__product:hover .shop-detail__product-img img{transform:scale(1.04)}.shop-detail__product-overlay{font-family:var(--font-mono);letter-spacing:.12em;color:var(--text-muted);text-transform:uppercase;background:#0009;justify-content:center;align-items:center;font-size:.7rem;display:flex;position:absolute;inset:0}.shop-detail__product-overlay--sold{color:var(--red-bright)}.shop-detail__product-body{flex-direction:column;gap:.35rem;padding:1rem;display:flex}.shop-detail__product-name{color:var(--white);font-size:.9rem;font-weight:600;line-height:1.35}.shop-detail__product-price{font-family:var(--font-mono);color:var(--red-bright);font-size:.95rem}.shop-detail__product-img-skeleton{aspect-ratio:1;background:var(--bg-card-2);animation:1.5s ease-in-out infinite shop-detail-shimmer}.shop-detail__product--skeleton .skeleton-line{background:var(--bg-card-2);border-radius:var(--radius-sm);height:10px;margin:0 1rem;animation:1.5s ease-in-out infinite shop-detail-shimmer}.shop-detail__product--skeleton .skeleton-line:first-child{margin-top:1rem}.shop-detail__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:5rem 1rem;display:flex}.shop-detail__empty-icon{font-family:var(--font-mono);color:var(--text-dim);font-size:2rem}.shop-detail__empty-title{color:var(--white);font-size:1.2rem;font-weight:700}.shop-detail__empty-sub{color:var(--text-muted);font-size:.9rem}@media (width<=1024px){.shop-detail__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.shop-detail__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=420px){.shop-detail__grid{grid-template-columns:1fr}}.profile{padding:3rem 0 5rem}.profile__inner{grid-template-columns:260px 1fr;align-items:start;gap:1.75rem;display:grid}.profile__sidebar{background:var(--bg-card);border:1px solid var(--border);border-top:3px solid var(--red);border-radius:var(--radius-lg);text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1.5rem;display:flex}.profile__avatar{background:var(--red);border:3px solid var(--border-red);width:72px;height:72px;color:var(--white);font-size:1.75rem;font-weight:700;font-family:var(--font-heading);border-radius:50%;justify-content:center;align-items:center;margin-bottom:.25rem;display:flex;overflow:hidden}.profile__avatar img{object-fit:cover;width:100%;height:100%}.profile__name{font-family:var(--font-heading);color:var(--white);font-size:1.15rem;font-weight:800}.profile__phone{color:var(--text-muted);font-size:.85rem}.profile__role{letter-spacing:.1em;text-transform:uppercase;color:var(--red-bright);border-radius:var(--radius-pill);background:#8b00001f;border:1px solid #8b000038;padding:.2rem .7rem;font-size:.7rem;font-weight:700}.profile__logout{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-muted);letter-spacing:.04em;cursor:pointer;background:0 0;margin-top:.75rem;padding:.65rem 1rem;font-size:.82rem;font-weight:600;transition:all .18s}.profile__logout:hover:not(:disabled){border-color:var(--red);color:var(--red-bright);background:#8b00000f}.profile__logout:disabled{opacity:.5;cursor:not-allowed}.profile__main{flex-direction:column;gap:1.25rem;display:flex}.profile__panel{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem}.profile__panel-title{font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.25rem;font-size:.82rem;font-weight:700}.profile__info-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.profile__info-item{flex-direction:column;gap:.25rem;display:flex}.profile__info-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:.73rem;font-weight:600}.profile__info-value{color:var(--text);font-size:.9rem;font-weight:500}.profile__info-value--muted{color:var(--text-muted);font-style:italic}.profile__orders-empty{text-align:center;color:var(--text-muted);padding:2.5rem 1rem;font-size:.88rem}.profile__orders-empty span{margin-bottom:.6rem;font-size:2rem;display:block}.profile__orders{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.profile__order{border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem}.profile__order-header{justify-content:space-between;align-items:center;margin-bottom:.4rem;display:flex}.profile__order-id{color:var(--text);font-size:.85rem;font-weight:600}.profile__order-meta{color:var(--text-muted);gap:1rem;margin-bottom:.75rem;font-size:.82rem;display:flex}.profile__order-items{border-top:1px solid var(--border);flex-direction:column;gap:.5rem;margin:0;padding:.75rem 0 0;list-style:none;display:flex}.profile__order-item{color:var(--text);align-items:center;gap:.6rem;font-size:.85rem;display:flex}.profile__order-item-img{border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0;width:36px;height:36px}.profile__order-item .mono{color:var(--text-muted);margin-left:auto}.profile__loading{justify-content:center;align-items:center;min-height:300px;display:flex}@media (width<=768px){.profile__inner{grid-template-columns:1fr}.profile__sidebar{text-align:left;flex-flow:wrap}.profile__avatar{width:56px;height:56px;font-size:1.3rem}.profile__info-grid{grid-template-columns:1fr}}.blog__header{background:var(--bg-card);border-bottom:1px solid var(--border);padding:3rem 0 2.5rem}.blog__title{font-family:var(--font-heading);color:var(--white);margin:.4rem 0 .6rem;font-size:clamp(2rem,5vw,3rem);font-weight:900}.blog__sub{color:var(--text-muted);max-width:520px;font-size:1rem;line-height:1.7}.blog-featured-card{background:var(--bg-card);border:1px solid var(--border);border-left:4px solid var(--red);border-radius:var(--radius);color:inherit;margin-top:1.25rem;padding:2.25rem;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s;display:block}.blog-featured-card:hover{border-color:var(--red-mid);border-left-color:var(--red-bright);box-shadow:var(--shadow-red);transform:translateY(-2px)}.blog-featured-card__meta{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.blog-featured-card__date{color:var(--text-muted);font-size:.78rem}.blog-featured-card__title{font-family:var(--font-heading);color:var(--white);margin-bottom:.75rem;font-size:clamp(1.3rem,3vw,1.9rem);font-weight:800;line-height:1.3}.blog-featured-card__excerpt{color:var(--text-muted);max-width:680px;margin-bottom:1.5rem;font-size:.95rem;line-height:1.75}.blog-featured-card__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem;display:flex}.blog-featured-card__author{color:var(--text-muted);font-size:.82rem;font-weight:500}.blog-featured-card__read{color:var(--red-bright);font-size:.82rem;font-weight:700}.blog__toolbar{border-bottom:1px solid var(--border);background:var(--bg-card);z-index:10;padding:1.25rem 0;position:sticky;top:66px}.blog__toolbar-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.blog__cats{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.blog__cat-btn{border-radius:var(--radius-pill);border:1px solid var(--border);color:var(--text-muted);letter-spacing:.03em;background:0 0;padding:.35rem .85rem;font-size:.78rem;font-weight:600;transition:all .15s}.blog__cat-btn:hover{color:var(--white);border-color:#fff3}.blog__cat-btn.active{background:var(--red);color:var(--white);border-color:var(--red);box-shadow:0 0 12px var(--red-glow-sm)}.blog__search-wrap{width:220px;position:relative}.blog__search-icon{color:var(--text-dim);pointer-events:none;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.blog__search{background:var(--bg-card-2);border:1px solid var(--border);border-radius:var(--radius-pill);width:100%;color:var(--text);font-size:.85rem;font-family:var(--font-body);outline:none;padding:.5rem .85rem .5rem 2.2rem;transition:border-color .18s}.blog__search::placeholder{color:var(--text-dim)}.blog__search:focus{border-color:var(--border-red)}.blog__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.blog-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);color:inherit;flex-direction:column;gap:.6rem;padding:1.5rem;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.blog-card:hover{border-color:var(--border-red);box-shadow:var(--shadow-red-sm);transform:translateY(-3px)}.blog-card__top{justify-content:space-between;align-items:center;display:flex}.blog-card__read{color:var(--text-muted);font-size:.72rem;font-weight:600}.blog-card__title{font-family:var(--font-heading);color:var(--white);flex:1;font-size:1rem;font-weight:700;line-height:1.4}.blog-card__excerpt{color:var(--text-muted);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;font-size:.85rem;line-height:1.65;display:-webkit-box;overflow:hidden}.blog-card__footer{border-top:1px solid var(--border);justify-content:space-between;margin-top:auto;padding-top:.75rem;display:flex}.blog-card__author,.blog-card__date{color:var(--text-muted);font-size:.75rem}.blog__empty{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:.75rem;padding:4rem 1rem;font-size:.9rem;display:flex}.blog__empty span{font-size:2.5rem}@media (width<=900px){.blog__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.blog__grid{grid-template-columns:1fr}.blog__toolbar-inner{flex-direction:column;align-items:flex-start}.blog__search-wrap{width:100%}}.post__header{background:var(--bg-card);border-bottom:1px solid var(--border);padding:3.5rem 0 2.5rem}.post__header-inner{max-width:760px}.post__back{color:var(--text-muted);align-items:center;gap:.35rem;margin-bottom:1.5rem;font-size:.82rem;font-weight:600;transition:color .15s;display:inline-flex}.post__back:hover{color:var(--white)}.post__meta{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.1rem;display:flex}.post__date,.post__read{color:var(--text-muted);font-size:.8rem}.post__title{font-family:var(--font-heading);color:var(--white);margin-bottom:1rem;font-size:clamp(1.7rem,4.5vw,2.75rem);font-weight:900;line-height:1.15}.post__excerpt{color:var(--text-muted);max-width:640px;margin-bottom:1.75rem;font-size:1.05rem;line-height:1.75}.post__author{align-items:center;gap:.75rem;display:flex}.post__author-avatar{background:var(--red);width:34px;height:34px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.post__author-name{color:var(--text-muted);font-size:.85rem;font-weight:600}.post__body-inner{max-width:720px}.post__para{color:var(--text);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.85}.post__para:last-child{margin-bottom:0}.post__related{background:var(--bg-card);border-top:1px solid var(--border)}.post__related-title{font-family:var(--font-heading);color:var(--white);margin-bottom:1.5rem;font-size:1.2rem;font-weight:800}.post__related-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}@media (width<=640px){.post__related-grid{grid-template-columns:1fr}}.add-product{max-width:900px;margin:2rem auto;padding:0 1.5rem 4rem}.add-product__header{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.add-product__back{cursor:pointer;color:var(--text-muted);background:0 0;border:none;padding:0;font-size:.9rem}.add-product__back:hover{color:var(--white)}.add-product__title{font-family:var(--font-heading);color:var(--white);margin:0;font-size:1.6rem;font-weight:700}.add-product__form{flex-direction:column;gap:2rem;display:flex}.add-product__section{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.add-product__section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin:0 0 1.25rem;font-size:.85rem;font-weight:700}.add-product__dropzone{border:2px dashed var(--border);border-radius:var(--radius-lg);cursor:pointer;text-align:center;justify-content:center;align-items:center;min-height:120px;padding:2rem;transition:border-color .15s;display:flex}.add-product__dropzone:hover{border-color:var(--red)}.add-product__dropzone-hint{color:var(--text-muted);font-size:.95rem}.add-product__previews{flex-wrap:wrap;gap:.75rem;display:flex}.add-product__preview{border-radius:var(--radius);border:1px solid var(--border);width:90px;height:90px;position:relative;overflow:hidden}.add-product__preview img{object-fit:cover;width:100%;height:100%}.add-product__preview--add{color:var(--text-muted);border:2px dashed var(--border);cursor:pointer;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.add-product__preview-remove{color:var(--white);cursor:pointer;background:#000000a6;border:none;border-radius:50%;width:20px;height:20px;padding:0;font-size:.8rem;line-height:20px;position:absolute;top:3px;right:3px}.add-product__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.add-product__row--3{grid-template-columns:1fr 1fr 1fr}.add-product__field{flex-direction:column;gap:.4rem;display:flex}.add-product__field label{color:var(--text-muted);font-size:.82rem;font-weight:600}.add-product__field input,.add-product__field textarea,.add-product__field select{background:var(--bg-card-2);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);box-sizing:border-box;width:100%;padding:.55rem .75rem;font-family:inherit;font-size:.95rem;transition:border-color .15s}.add-product__field input:focus,.add-product__field textarea:focus,.add-product__field select:focus{border-color:var(--red);outline:none}.add-product__input-prefix{border:1px solid var(--border);border-radius:var(--radius);align-items:center;display:flex;overflow:hidden}.add-product__input-prefix span{background:var(--bg-card-2);color:var(--text-muted);border-right:1px solid var(--border);white-space:nowrap;padding:.55rem .75rem;font-size:.82rem;font-weight:600}.add-product__input-prefix input{border:none;border-radius:0;flex:1}.add-product__input-prefix input:focus{outline:none}.add-product__checkbox{color:var(--text);cursor:pointer;align-items:center;gap:.5rem;margin-top:1rem;font-size:.9rem;display:flex}.add-product__error{color:var(--red-bright);margin:0;font-size:.9rem}.add-product__submit{background:var(--red);color:var(--white);border-radius:var(--radius);text-transform:uppercase;letter-spacing:.06em;cursor:pointer;border:none;width:100%;padding:.9rem 2rem;font-size:1rem;font-weight:700;transition:background .15s,box-shadow .15s}.add-product__submit:hover:not(:disabled){background:var(--red-dim);box-shadow:0 0 24px var(--red-glow-sm)}.add-product__submit:disabled{opacity:.5;cursor:not-allowed}@media (width<=640px){.add-product__row,.add-product__row--3{grid-template-columns:1fr}}.dashboard{max-width:1100px;margin:2rem auto;padding:0 1.5rem 4rem}.dashboard--loading,.dashboard--empty{min-height:50vh;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.dashboard__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.dashboard__title{font-family:var(--font-heading);color:var(--white);margin:0 0 .35rem;font-size:1.6rem;font-weight:700}.dashboard__stats{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.dashboard__stat{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem;display:flex}.dashboard__stat-value{font-family:var(--font-mono);color:var(--white);font-size:1.5rem;font-weight:700}.dashboard__stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.dashboard__tabs{border-bottom:2px solid var(--border);gap:0;margin-bottom:1.5rem;display:flex}.dashboard__tab{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:.75rem 1.25rem;font-size:.95rem;font-weight:600;transition:color .15s,border-color .15s}.dashboard__tab.active{color:var(--white);border-bottom-color:var(--red)}.dashboard__panel{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.dashboard__spinner,.dashboard__empty{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:1rem;padding:3rem;display:flex}.dashboard__table{border-collapse:collapse;width:100%;font-size:.88rem}.dashboard__table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);border-bottom:1px solid var(--border);background:var(--bg-card-2);padding:.75rem 1rem;font-size:.75rem;font-weight:700}.dashboard__table td{border-bottom:1px solid var(--border);vertical-align:middle;color:var(--text);padding:.875rem 1rem}.dashboard__table tr:last-child td{border-bottom:none}.dashboard__table tr:hover td{background:var(--bg-card-2)}.dashboard__product-cell{align-items:center;gap:.75rem;display:flex}.dashboard__product-img{border-radius:var(--radius);flex-shrink:0;width:44px;height:44px;overflow:hidden}.dashboard__product-img img{object-fit:cover;width:100%;height:100%}.dashboard__product-img-placeholder{background:var(--bg-card-2);width:100%;height:100%}.dashboard__product-name{color:var(--white);margin:0 0 .1rem;font-weight:600}.dashboard__product-name-ar{color:var(--text-muted);margin:0;font-size:.8rem}.dashboard__order-phone{color:var(--text-muted);margin-top:.15rem;font-size:.78rem}.dashboard__actions{gap:.5rem;display:flex}.dashboard__action-btn{border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;color:var(--text-muted);background:0 0;align-items:center;padding:.3rem .6rem;font-size:.8rem;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.dashboard__action-btn:hover{background:var(--bg-card-2);color:var(--white)}.dashboard__action-btn--danger{border-color:var(--border-red);color:var(--red-bright)}.dashboard__action-btn--danger:hover{background:#8b00001f}@media (width<=768px){.dashboard__stats{grid-template-columns:1fr 1fr}.dashboard__table{display:block;overflow-x:auto}}@media (width<=480px){.dashboard__stats{grid-template-columns:1fr}}.admin__filters{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:.5rem;padding:1rem;display:flex}.admin__pill{background:var(--bg-card-2);border:1px solid var(--border);border-radius:var(--radius-pill);color:var(--text-muted);cursor:pointer;padding:.35rem .9rem;font-size:.8rem;font-weight:600;transition:background .15s,color .15s,border-color .15s}.admin__pill.active{background:var(--red);border-color:var(--red);color:var(--white)}.admin__select{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card-2);color:var(--text);cursor:pointer;padding:.3rem .5rem;font-size:.8rem;font-weight:600}.admin__reject-box{flex-direction:column;gap:.4rem;min-width:200px;display:flex}.admin__reject-input{background:var(--bg-card-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);padding:.35rem .6rem;font-size:.8rem}.checkout{max-width:1100px;margin:2rem auto;padding:0 1.5rem 4rem}.checkout__inner{grid-template-columns:1fr 380px;align-items:start;gap:2rem;display:grid}.checkout__title{font-family:var(--font-heading);color:var(--white);margin:0 0 1.5rem;font-size:1.8rem;font-weight:700}.checkout__section{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:1.25rem;padding:1.5rem}.checkout__section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin:0 0 1.25rem;font-size:.82rem;font-weight:700}.checkout__field{flex-direction:column;gap:.4rem;margin-bottom:1rem;display:flex}.checkout__field:last-child{margin-bottom:0}.checkout__field label{color:var(--text-muted);font-size:.82rem;font-weight:600}.checkout__field input,.checkout__field textarea,.checkout__field select{background:var(--bg-card-2);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);box-sizing:border-box;width:100%;padding:.6rem .75rem;font-family:inherit;font-size:.95rem;transition:border-color .15s}.checkout__field input:focus,.checkout__field textarea:focus,.checkout__field select:focus{border-color:var(--red);outline:none}.checkout__payment-options{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.checkout__payment-option{background:var(--bg-card-2);border:1.5px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;color:var(--text);align-items:center;gap:.6rem;padding:.8rem 1rem;font-size:.9rem;transition:border-color .15s,background .15s;display:flex}.checkout__payment-option input{display:none}.checkout__payment-option.selected{border-color:var(--red);color:var(--white);background:#8b00001a;font-weight:600}.checkout__payment-icon{font-size:1.1rem}.checkout__error{color:var(--red-bright);margin:0 0 1rem;font-size:.9rem}.checkout__submit{background:var(--red);width:100%;color:var(--white);border-radius:var(--radius);text-transform:uppercase;letter-spacing:.06em;cursor:pointer;border:none;padding:1rem;font-size:1rem;font-weight:700;transition:background .15s,box-shadow .15s}.checkout__submit:hover:not(:disabled){background:var(--red-dim);box-shadow:0 0 24px var(--red-glow-sm)}.checkout__submit:disabled{opacity:.5;cursor:not-allowed}.checkout__summary{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;position:sticky;top:5rem}.checkout__summary-items{flex-direction:column;gap:.875rem;margin:0 0 1.25rem;padding:0;list-style:none;display:flex}.checkout__summary-item{align-items:center;gap:.75rem;display:flex}.checkout__summary-img{flex-shrink:0;width:52px;height:52px;position:relative}.checkout__summary-img img,.checkout__summary-img-placeholder{border-radius:var(--radius);object-fit:cover;background:var(--bg-card-2);width:100%;height:100%}.checkout__summary-qty{background:var(--red);color:var(--white);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px}.checkout__summary-info{flex:1;min-width:0}.checkout__summary-name{color:var(--white);white-space:nowrap;text-overflow:ellipsis;margin:0 0 .2rem;font-size:.88rem;font-weight:600;overflow:hidden}.checkout__summary-price{color:var(--text-muted);margin:0;font-size:.85rem}.checkout__summary-total{color:var(--white);border-top:1px solid var(--border);justify-content:space-between;padding-top:1rem;font-size:1rem;font-weight:700;display:flex}@media (width<=768px){.checkout__inner{grid-template-columns:1fr}.checkout__summary{position:static}.checkout__payment-options{grid-template-columns:1fr}}.order-confirm{justify-content:center;align-items:center;min-height:70vh;padding:2rem 1.5rem;display:flex}.order-confirm__card{background:var(--bg-card);border:1px solid var(--border);border-top:3px solid var(--red);border-radius:var(--radius-xl);text-align:center;width:100%;max-width:480px;padding:2.5rem 2rem}.order-confirm__icon{background:var(--red);width:56px;height:56px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;font-size:1.5rem;display:flex}.order-confirm__title{font-family:var(--font-heading);color:var(--white);margin:0 0 .5rem;font-size:1.6rem;font-weight:700}.order-confirm__sub{color:var(--text-muted);margin:0 0 1.5rem}.order-confirm__meta{background:var(--bg-card-2);border-radius:var(--radius-lg);text-align:left;flex-direction:column;gap:.6rem;margin-bottom:1.5rem;padding:1rem;display:flex}.order-confirm__meta-item{color:var(--text);justify-content:space-between;align-items:center;font-size:.88rem;display:flex}.order-confirm__meta-item span:first-child{color:var(--text-muted)}.order-confirm__items{border-top:1px solid var(--border);text-align:left;margin:0 0 .75rem;padding:0;list-style:none}.order-confirm__item{color:var(--text);border-bottom:1px solid var(--border);justify-content:space-between;padding:.6rem 0;font-size:.9rem;display:flex}.order-confirm__total{color:var(--white);border-top:2px solid var(--red);justify-content:space-between;margin-bottom:1.5rem;padding:.75rem 0;font-size:1rem;font-weight:700;display:flex}.order-confirm__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.nf{text-align:center;justify-content:center;align-items:center;min-height:calc(100vh - 66px);padding:4rem 1rem;display:flex}.nf__inner{flex-direction:column;align-items:center;gap:1rem;max-width:480px;display:flex}.nf__code{font-family:var(--font-heading);color:#0000;background:linear-gradient(135deg, var(--red) 0%, var(--red-mid) 60%, var(--red-bright) 100%);filter:drop-shadow(0 0 40px var(--red-glow));letter-spacing:-.04em;-webkit-background-clip:text;background-clip:text;font-size:clamp(6rem,20vw,10rem);font-weight:900;line-height:1}.nf__stripe{background:var(--red);width:64px;height:3px;box-shadow:0 0 14px var(--red-glow-sm);border-radius:2px}.nf__title{font-family:var(--font-heading);color:var(--white);margin:0;font-size:clamp(1.5rem,4vw,2rem);font-weight:900}.nf__msg{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.7}.nf__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:.75rem;display:flex}:root{--red:#8b0000;--red-dim:#5c0000;--red-mid:#a61c1c;--red-bright:#c41e3a;--red-glow:#c41e3a80;--red-glow-sm:#c41e3a38;--bg:#050505;--bg-2:#0a0000;--bg-card:#0f0f0f;--bg-card-2:#161616;--border:#1e1e1e;--border-red:#8b000066;--white:#fff;--off-white:#f2edec;--text:#e8e8e8;--text-muted:gray;--text-dim:#404040;--font-display:"Barlow Condensed", system-ui, sans-serif;--font-heading:"Space Grotesk", system-ui, sans-serif;--font-body:"Space Grotesk", system-ui, sans-serif;--font-mono:"Share Tech Mono", "Courier New", monospace;--radius-sm:2px;--radius:4px;--radius-lg:6px;--radius-xl:8px;--radius-pill:2px;--shadow-sm:0 2px 8px #00000080;--shadow-md:0 4px 24px #000000a6;--shadow-lg:0 8px 48px #000000bf;--shadow-red:0 0 32px #c41e3a47;--shadow-red-sm:0 0 16px #c41e3a2e}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}html,body,#root{height:100%}body{font-family:var(--font-body);background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.65}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em;line-height:1.12}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img{max-width:100%;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5.5rem 0}.section--sm{padding:3.5rem 0}.section--tight{padding:2.5rem 0}.display{font-family:var(--font-display);letter-spacing:-.01em;line-height:.95}.section-label{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--red-bright);margin-bottom:.6rem;font-size:.68rem;font-weight:400;display:inline-block}.section-title{font-family:var(--font-heading);color:var(--white);margin-bottom:.9rem;font-size:clamp(1.8rem,4vw,2.75rem);font-weight:700}.section-sub{color:var(--text-muted);max-width:520px;font-size:1rem;line-height:1.75}.rule{background:var(--red);width:32px;height:2px;margin-bottom:1.25rem;display:block}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:border-color .2s,box-shadow .2s}.card:hover{border-color:var(--border-red);box-shadow:var(--shadow-red-sm)}.tag{border-radius:var(--radius-sm);font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--red-bright);background:#8b00001f;border:1px solid #8b000038;align-items:center;padding:.18rem .55rem;font-size:.62rem;font-weight:400;display:inline-flex}.tag--neutral{color:var(--text-muted);background:#ffffff0d;border-color:#ffffff14}.tag--blue{color:var(--off-white);background:0 0;border-color:#ffffff47}.tag--yellow{background:var(--red-bright);color:var(--white);border-color:var(--red-bright)}.tag--green{background:var(--white);color:#0a0000;border-color:var(--white)}.tag--red{background:var(--red-dim);color:var(--white);border-color:var(--red-dim)}.btn{border-radius:var(--radius-sm);font-size:.8rem;font-weight:700;font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;cursor:pointer;border:none;justify-content:center;align-items:center;gap:.4rem;padding:.72rem 1.75rem;text-decoration:none;transition:background .15s,box-shadow .15s,color .15s,border-color .15s;display:inline-flex}.btn--primary{background:var(--red);color:var(--white)}.btn--primary:hover{background:var(--red-dim);box-shadow:0 0 24px var(--red-glow-sm)}.btn--ghost{color:var(--off-white);background:0 0;border:1px solid #ffffff2e}.btn--ghost:hover{color:var(--white);background:#8b000014;border-color:#8b000080}.btn--outline{color:var(--red-bright);border:1px solid var(--red);background:0 0}.btn--outline:hover{background:var(--red);color:var(--white)}.btn--sm{padding:.42rem .9rem;font-size:.72rem}.btn--lg{padding:.85rem 2.1rem;font-size:.85rem}.mono{font-family:var(--font-mono)}.spinner{border:2px solid #ffffff0f;border-top-color:var(--red-bright);border-radius:50%;width:2rem;height:2rem;animation:.7s linear infinite spin}.spinner--sm{border-width:2px;width:1.2rem;height:1.2rem}@keyframes spin{to{transform:rotate(360deg)}}.divider{background:linear-gradient(90deg, transparent, var(--border-red), transparent);width:100%;height:1px}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--red);border-radius:0}:focus-visible{outline:1px solid var(--red);outline-offset:3px}@media (width<=768px){input,select,textarea{font-size:16px!important}}
