:root{--color-bg:#f3f8f4;--color-surface:#fff;--color-surface-alt:#e4f0e7;--color-text:#122a1d;--color-text-muted:#587065;--color-border:#d8e7dc;--color-primary:#123a26;--color-primary-contrast:#fff;--color-accent:#15803d;--color-accent-contrast:#fff;--color-accent-dark:#166534;--color-accent-soft:#dcf3e3;--color-ink:#0c2417;--color-cream:#e9f3ec;--color-success:#15803d;--color-warning:#b45309;--color-danger:#b91c1c;--gradient-accent:linear-gradient(135deg, #22c55e 0%, #16a34a 52%, #15803d 100%);--gradient-ink:linear-gradient(160deg, #123a26 0%, #0c2417 100%);--shadow-glow:0 18px 40px -14px #122a1d38, 0 8px 20px -12px #15803d59;--header-bg:#f3f8f4d9;--header-catnav-bg:#f3f8f499;--glass-bg:#ffffffd1;--radius-xs:6px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:22px;--radius-pill:999px;--container-max:1400px;--header-height:64px;--sticky-header-stack:148px;--bottom-nav-height:58px}@media (max-width:767px){:root{--sticky-header-stack:102px}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;min-height:100dvh;line-height:1.5;overflow-x:clip}img,picture,svg,video{max-width:100%;display:block}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:none}a{color:inherit;text-decoration:none}ul[role=list],ol[role=list]{list-style:none}table{border-collapse:collapse;width:100%}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}body{font-family:var(--font-sans),system-ui,-apple-system,sans-serif;color:var(--color-text);background-color:var(--color-bg);font-size:.96rem}h1,h2,h3,h4{font-family:var(--font-heading),system-ui,-apple-system,sans-serif;color:var(--color-text);font-weight:600;line-height:1.2}h1{font-size:2rem}h2{font-size:1.35rem}h3{font-size:1.15rem}h4{font-size:1.05rem}p{color:var(--color-text)}small{font-size:.8rem}a:hover{color:var(--color-accent)}.container{width:100%;max-width:1400px;margin-inline:auto;padding-inline:1rem}@media (min-width:768px){.container{padding-inline:2rem}}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.section{padding-block:3rem}.page-title{margin-bottom:1.5rem}.skip-link{z-index:1000;background:var(--color-primary);color:var(--color-primary-contrast);border-radius:var(--radius-sm);padding:.5rem 1rem;position:absolute;top:-100px;left:.5rem}.skip-link:focus{top:.5rem}@keyframes fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes zoom-in{0%{opacity:0;transform:scale(1.06)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes float-cue{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.4;transform:translateY(8px)}}@keyframes badge-pop{0%{opacity:0;transform:scale(.4)}60%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}@keyframes fade-down{0%{opacity:0;transform:translateY(-18px)}to{opacity:1;transform:none}}@keyframes scale-in{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@keyframes pop-in{0%{opacity:0;transform:scale(.6)translateY(6px)}70%{transform:scale(1.06)}to{opacity:1;transform:scale(1)translateY(0)}}.anim-fade-up{animation:.7s cubic-bezier(.22,1,.36,1) both fade-up}.anim-fade-down{animation:.6s cubic-bezier(.22,1,.36,1) both fade-down}.anim-fade-in{animation:.9s cubic-bezier(.22,1,.36,1) both fade-in}.anim-zoom-in{animation:1.1s cubic-bezier(.22,1,.36,1) both zoom-in}.anim-scale-in{animation:.5s cubic-bezier(.22,1,.36,1) both scale-in}.anim-pop-in{animation:.45s cubic-bezier(.34,1.56,.64,1) both pop-in}.anim-delay-1{animation-delay:70ms}.anim-delay-2{animation-delay:.14s}.anim-delay-3{animation-delay:.21s}.anim-delay-4{animation-delay:.28s}.anim-delay-5{animation-delay:.35s}.anim-delay-6{animation-delay:.42s}.anim-delay-7{animation-delay:.49s}.anim-delay-8{animation-delay:.56s}.anim-delay-9{animation-delay:.63s}.anim-delay-10{animation-delay:.7s}.anim-delay-11{animation-delay:.77s}.anim-delay-12{animation-delay:.84s}.stagger-children>*{animation:.6s cubic-bezier(.22,1,.36,1) both fade-up}.stagger-children>:first-child{animation-delay:60ms}.stagger-children>:nth-child(2){animation-delay:.12s}.stagger-children>:nth-child(3){animation-delay:.18s}.stagger-children>:nth-child(4){animation-delay:.24s}.stagger-children>:nth-child(5){animation-delay:.3s}.stagger-children>:nth-child(6){animation-delay:.36s}.stagger-children>:nth-child(7){animation-delay:.42s}.stagger-children>:nth-child(8){animation-delay:.48s}.stagger-children>:nth-child(9){animation-delay:.54s}.stagger-children>:nth-child(10){animation-delay:.6s}.stagger-children>:nth-child(11){animation-delay:.66s}.stagger-children>:nth-child(12){animation-delay:.72s}.hover-lift{transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s cubic-bezier(.22,1,.36,1)}.hover-lift:hover{box-shadow:var(--shadow-glow);transform:translateY(-3px)}.reveal{opacity:0;will-change:opacity,transform;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transform:translateY(28px)}.reveal.is-visible{opacity:1;transform:none}.reveal--zoom{transform:scale(1.04)}.reveal--zoom.is-visible{transform:scale(1)}.reveal--left{transform:translate(-32px)}.reveal--left.is-visible{transform:none}.reveal--right{transform:translate(32px)}.reveal--right.is-visible{transform:none}@media (max-width:767px){.reveal--left,.reveal--right{transform:translateY(28px)}}.reveal{transition-delay:calc(var(--i,0)*60ms)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.reveal{opacity:1;transform:none}}.fly-to-cart{z-index:2000;pointer-events:none;background-image:var(--gradient-accent);will-change:transform,opacity;border-radius:50%;place-items:center;width:46px;height:46px;display:grid;position:fixed;overflow:hidden;box-shadow:0 12px 28px -10px #15803d73}.fly-to-cart img{object-fit:cover;width:100%;height:100%}.grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (min-width:640px){.grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:640px){.grid--cols-3{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.grid--cols-3{grid-template-columns:repeat(3,1fr)}}.grid--shop{grid-template-columns:repeat(2,1fr)}@media (min-width:640px){.grid--shop{grid-template-columns:repeat(3,1fr)}}:root[data-grid-view=compact] .grid--shop{gap:.5rem}@media (min-width:640px){:root[data-grid-view=compact] .grid--shop{grid-template-columns:repeat(4,1fr)}}.announce{background:var(--color-ink);color:#fff;letter-spacing:.08em;justify-content:center;align-items:center;height:38px;font-size:.7rem;display:flex;overflow:hidden}.announce__track{width:100%;max-width:1400px;height:1.2em;position:relative}.announce__msg{text-align:center;opacity:0;justify-content:center;align-items:center;padding-inline:1rem;transition:opacity .5s,transform .5s;display:flex;position:absolute;inset:0;transform:translateY(60%)}.announce__msg.is-active{opacity:1;transform:none}.site-header{z-index:100;background:var(--header-bg);-webkit-backdrop-filter:saturate(180%)blur(12px);backdrop-filter:saturate(180%)blur(12px);border-bottom:1px solid var(--color-border);position:sticky;top:0}.site-header__inner{width:100%;max-width:1400px;margin-inline:auto;padding-inline:1rem}@media (min-width:768px){.site-header__inner{padding-inline:2rem}}.site-header__inner{height:var(--header-height);align-items:center;display:flex;position:relative}.site-header__logo{flex-shrink:0;align-items:center;transition:opacity .15s;display:inline-flex}.site-header__logo img{width:auto;height:46px}.site-header__logo:hover{opacity:.7}.site-header__logo-dot{color:var(--color-accent)}.site-header__search{flex:1;min-width:0;max-width:560px;margin-inline:auto;display:block}@media (max-width:639px){.site-header__search{max-width:none}}.site-header__nav{gap:1.5rem;margin-inline:auto;display:none}@media (min-width:768px){.site-header__nav{display:flex}}.site-header__nav-link{color:var(--color-text);padding-block:.5rem;font-size:.8rem;font-weight:500;position:relative}.site-header__nav-link:after{content:"";background-image:var(--gradient-accent);transform-origin:0;border-radius:999px;width:100%;height:2px;transition:transform .28s cubic-bezier(.22,1,.36,1);position:absolute;bottom:0;left:0;transform:scaleX(0)}.site-header__nav-link:hover{color:var(--color-text)}.site-header__nav-link:hover:after{transform:scaleX(1)}.site-header__actions{align-items:center;gap:.5rem;margin-left:auto;display:flex}@media (min-width:768px){.site-header__actions{margin-left:0}}.site-header__account-wrap{display:contents}.site-header__account-menu{align-items:center;display:inline-flex;position:relative}.site-header__icon-link,.site-header__menu-btn{width:44px;height:44px;color:var(--color-text);border-radius:999px;justify-content:center;align-items:center;transition:background-color .18s,color .18s,transform .18s cubic-bezier(.34,1.56,.64,1);display:inline-flex}.site-header__icon-link:hover,.site-header__menu-btn:hover{background:var(--color-accent-soft);color:var(--color-accent);transform:translateY(-1px)}.site-header__icon-link:active,.site-header__menu-btn:active{transform:translateY(0)}.site-header__account{background:var(--color-surface);height:44px;color:var(--color-text);border-radius:999px;align-items:center;gap:.5rem;padding-inline:.75rem;font-size:.8rem;font-weight:600;transition:background-color .18s,color .18s,transform .18s cubic-bezier(.34,1.56,.64,1);display:inline-flex}.site-header__account:hover{background:var(--color-surface-alt);color:var(--color-accent);transform:translateY(-1px)}.site-header__account:active{transform:translateY(0)}.site-header__account-name{text-overflow:ellipsis;white-space:nowrap;max-width:8rem;overflow:hidden}@media (max-width:640px){.site-header__account-name{display:none}}@media (min-width:768px){.site-header__menu-btn{display:none}}.site-header__cart{background:var(--color-surface);border-radius:999px;align-items:center;gap:.5rem;height:44px;padding-inline:.75rem;font-size:.8rem;font-weight:600;transition:background-color .15s;display:inline-flex;position:relative}.site-header__cart:hover{background:var(--color-surface-alt);color:inherit}.site-header__cart-label{display:none}@media (min-width:640px){.site-header__cart-label{display:inline}}.site-header__cart-count{background:var(--color-accent);min-width:20px;height:20px;color:var(--color-accent-contrast);border-radius:999px;justify-content:center;align-items:center;padding-inline:6px;font-size:.7rem;font-weight:700;animation:.3s cubic-bezier(.34,1.56,.64,1) badge-pop;display:inline-flex}.site-header__fav{position:relative}.site-header__fav-count{background:var(--color-accent);min-width:18px;height:18px;color:var(--color-accent-contrast);border-radius:999px;justify-content:center;align-items:center;padding-inline:5px;font-size:.65rem;font-weight:700;animation:.3s cubic-bezier(.34,1.56,.64,1) badge-pop;display:inline-flex;position:absolute;top:4px;right:4px}.site-header__catnav{border-top:1px solid var(--color-border);background:var(--header-catnav-bg)}@media (max-width:767px){.site-header__catnav,.site-header__fav,.site-header__cart,.site-header__account-wrap{display:none}}.site-header__catnav-inner{width:100%;max-width:1400px;margin-inline:auto;padding-inline:1rem}@media (min-width:768px){.site-header__catnav-inner{padding-inline:2rem}}.site-header__catnav-inner{align-items:center;gap:1.5rem;height:46px;display:flex}.site-header__catnav-inner .site-header__nav-link{white-space:nowrap}.account-card{background:var(--color-surface);border:1px solid var(--color-border);z-index:130;opacity:0;pointer-events:none;border-radius:16px;flex-direction:column;gap:.5rem;width:248px;margin-top:.5rem;padding:.75rem;transition:opacity .18s cubic-bezier(.22,1,.36,1),transform .18s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;top:100%;right:0;transform:translateY(6px);box-shadow:0 24px 60px -16px #122a1d38}.account-card:before{content:"";height:.5rem;position:absolute;top:-.5rem;left:0;right:0}.account-card:after{content:"";background:var(--color-surface);border-left:1px solid var(--color-border);border-top:1px solid var(--color-border);width:10px;height:10px;position:absolute;top:-5px;right:18px;transform:rotate(45deg)}.site-header__account-menu:hover .account-card,.site-header__account-menu:focus-within .account-card{opacity:1;pointer-events:auto;transform:translateY(0)}@media (hover:none){.account-card{display:none}}.account-card__head{border-bottom:1px solid var(--color-border);align-items:center;gap:.5rem;padding-bottom:.5rem;display:flex}.account-card__head--guest{flex-direction:column;align-items:flex-start;gap:2px}.account-card__avatar{background:var(--color-accent-soft);width:36px;height:36px;color:var(--color-accent);border-radius:999px;flex:none;justify-content:center;align-items:center;display:inline-flex}.account-card__who{flex-direction:column;min-width:0;display:flex}.account-card__hi{color:var(--color-text-muted);font-size:.7rem}.account-card__name{color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;font-weight:600;overflow:hidden}.account-card__sub{color:var(--color-text-muted);font-size:.7rem;line-height:1.35}.account-card__links{flex-direction:column;display:flex}.account-card__link,.account-card__signout{color:var(--color-text);border-radius:8px;align-items:center;gap:.75rem;padding:.5rem;font-size:.8rem;font-weight:500;transition:background-color .15s,color .15s;display:flex}.account-card__link:hover,.account-card__signout:hover{background:var(--color-surface-alt);color:var(--color-accent)}.account-card__link svg,.account-card__signout svg{flex:none}.account-card__foot{border-top:1px solid var(--color-border);padding-top:.5rem}.account-card__signout{cursor:pointer;width:100%;font:inherit;background:0 0;border:0;font-weight:500}.account-card__signout:hover{color:var(--color-danger)}.account-card__cta{flex-direction:column;gap:.5rem;display:flex}.account-card__btn{border:1px solid var(--color-border);height:40px;color:var(--color-text);border-radius:12px;justify-content:center;align-items:center;font-size:.8rem;font-weight:600;transition:background-color .15s,color .15s,border-color .15s;display:inline-flex}.account-card__btn:hover{background:var(--color-surface-alt)}.account-card__btn--primary{background:var(--color-accent);color:var(--color-accent-contrast);border-color:var(--color-accent)}.account-card__btn--primary:hover{background:var(--color-accent-dark);color:var(--color-accent-contrast)}.catmenu{position:relative}.catmenu__trigger{background-image:var(--gradient-accent);height:34px;color:var(--color-accent-contrast);white-space:nowrap;cursor:pointer;border-radius:999px;align-items:center;gap:.5rem;padding-inline:.75rem;font-size:.8rem;font-weight:600;transition:box-shadow .18s,transform .18s cubic-bezier(.34,1.56,.64,1);display:inline-flex;box-shadow:0 6px 16px -8px #009fe399}.catmenu__trigger:hover{transform:translateY(-1px);box-shadow:0 12px 28px -10px #15803d73}.catmenu__trigger:active{transform:translateY(0)}.catmenu__trigger svg:last-child{transition:transform .2s}.catmenu__trigger.is-open svg:last-child{transform:rotate(90deg)}.catmenu__panel{z-index:120;background:var(--color-bg);border:1px solid var(--color-border);opacity:0;visibility:hidden;border-radius:16px;width:min(680px,100vw - 2rem);padding:.75rem;transition:opacity .18s,transform .18s,visibility .18s;position:absolute;top:calc(100% + .5rem);left:0;transform:translateY(-6px);box-shadow:0 24px 60px -16px #122a1d38}.catmenu__panel[aria-hidden=false]{opacity:1;visibility:visible;transform:none}.catmenu__grid{grid-template-columns:1fr;gap:.25rem;display:grid}@media (min-width:640px){.catmenu__grid{grid-template-columns:1fr 1fr}}@media (min-width:768px){.catmenu__grid{grid-template-columns:1fr 1fr 1fr}}.catmenu__item{color:var(--color-text);border-radius:12px;align-items:flex-start;gap:.75rem;padding:.75rem;transition:background-color .15s;display:flex}.catmenu__item:hover{background:var(--color-surface);color:var(--color-text)}.catmenu__item:hover .catmenu__item-icon{color:var(--color-accent)}.catmenu__item-icon{background:var(--color-surface);width:38px;height:38px;color:var(--color-text);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:color .15s;display:inline-flex}.catmenu__item-body{flex-direction:column;gap:2px;min-width:0;display:flex}.catmenu__item-name{font-size:.8rem;font-weight:600;line-height:1.3}.catmenu__item-desc{color:var(--color-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.7rem;line-height:1.4;display:-webkit-box;overflow:hidden}.catmenu__all{border-top:1px solid var(--color-border);color:var(--color-accent);justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.75rem;font-size:.8rem;font-weight:600;display:flex}.catmenu__all svg{transition:transform .2s}.catmenu__all:hover svg{transform:translate(4px)}.catnav-links{scrollbar-width:none;-ms-overflow-style:none;align-items:center;gap:.5rem;min-width:0;display:flex;overflow-x:auto}.catnav-links::-webkit-scrollbar{display:none}.catnav-pill{border:1px solid var(--color-border);height:34px;color:var(--color-text);white-space:nowrap;background:0 0;border-radius:999px;align-items:center;gap:.5rem;padding-inline:.75rem;font-size:.8rem;font-weight:500;transition:background-color .15s,color .15s,border-color .15s;display:inline-flex}.catnav-pill svg{flex-shrink:0}.catnav-pill:hover{background:var(--color-surface);color:var(--color-accent);border-color:#0000}.catnav-pill--icon{justify-content:center;width:34px;padding-inline:0}.catnav-pill--accent{background:color-mix(in srgb, var(--color-accent) 12%, transparent);color:var(--color-accent);border-color:#0000;font-weight:600}.catnav-pill--accent:hover{background:var(--color-accent);color:var(--color-accent-contrast)}.drawer{z-index:200;visibility:hidden;pointer-events:none;position:fixed;inset:0}.drawer--open{visibility:visible;pointer-events:auto}.drawer__backdrop{opacity:0;background:#06222f99;transition:opacity .3s;position:absolute;inset:0}.drawer--open .drawer__backdrop{opacity:1}.drawer__panel{background:var(--color-surface);flex-direction:column;min-width:280px;max-width:360px;padding:1rem;transition:transform .32s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;inset:0 25% 0 0;transform:translate(-100%);box-shadow:0 24px 60px -16px #122a1d38}.drawer--open .drawer__panel{transform:none}.drawer--sheet .drawer__panel{border-radius:22px 22px 0 0;width:100%;min-width:0;max-width:none;height:auto;max-height:85dvh;inset:auto 0 0;transform:translateY(100%)}.drawer--sheet.drawer--open .drawer__panel{transform:none}@media (max-width:767px){.drawer--sheet .drawer__panel{border-radius:0;height:100dvh;max-height:100dvh}}.drawer--sheet .drawer__foot{border-top:1px solid var(--color-border)}.drawer__head{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding-block:.5rem 1rem;display:flex}.drawer__body{overscroll-behavior:contain;scrollbar-width:thin;flex-direction:column;flex:1;gap:1rem;min-height:0;padding-block:.75rem;display:flex;overflow-y:auto}.drawer__body>*{flex-shrink:0}.drawer__brand{font-family:var(--font-heading),system-ui,-apple-system,sans-serif;align-items:center;gap:.5rem;font-size:1.15rem;font-weight:700;display:inline-flex}.drawer__brand svg{color:var(--color-accent)}.drawer__nav{flex-direction:column;flex:1;padding-block:.75rem;display:flex}.drawer__link{font-size:1.05rem;font-family:var(--font-heading),system-ui,-apple-system,sans-serif;border-bottom:1px solid var(--color-border);color:var(--color-text);justify-content:space-between;align-items:center;padding:1rem .5rem;display:flex}.drawer__link svg{color:var(--color-text-muted);transition:transform .2s}.drawer__link:hover{color:var(--color-accent)}.drawer__link:hover svg{transform:translate(4px)}.drawer__foot{padding-block:1rem}.site-footer{background:var(--color-ink);color:#ffffffbf}.site-footer__top{width:100%;max-width:1400px;margin-inline:auto;padding-inline:1rem}@media (min-width:768px){.site-footer__top{padding-inline:2rem}}.site-footer__top{grid-template-columns:1fr;gap:3rem;padding-block:4rem 3rem;display:grid}@media (min-width:640px){.site-footer__top{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.site-footer__top{grid-template-columns:1.4fr 1fr 1fr 1.6fr}}.site-footer__brand{align-items:center;display:flex}.site-footer__brand img{border-radius:8px;width:auto;height:32px}.site-footer__contact{flex-direction:column;gap:.75rem;margin-bottom:1rem;list-style:none;display:flex}.site-footer__contact li{color:#ffffffb8;align-items:flex-start;gap:.5rem;font-size:.8rem;display:flex}.site-footer__contact li svg{color:var(--color-accent);flex-shrink:0;margin-top:2px}.site-footer__contact li a{color:#ffffffb8}.site-footer__contact li a:hover{color:#fff}.site-footer__tagline{color:#ffffffa6;max-width:34ch;margin-top:.75rem;line-height:1.6}.site-footer__socials{gap:.5rem;margin-top:1rem;display:flex}.site-footer__social{color:#fff;border:1px solid #ffffff2e;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .18s,border-color .18s;display:inline-flex}.site-footer__social:hover{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.site-footer__col-title{color:#fff;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;font-size:.8rem;font-weight:600}.site-footer__links{flex-direction:column;gap:.75rem;list-style:none;display:flex}.site-footer__links a{color:#ffffffb3;font-size:.8rem;transition:color .15s}.site-footer__links a:hover{color:#fff}.site-footer__bottom{border-top:1px solid #ffffff1f}.site-footer__bottom-inner{width:100%;max-width:1400px;margin-inline:auto;padding-inline:1rem}@media (min-width:768px){.site-footer__bottom-inner{padding-inline:2rem}}.site-footer__bottom-inner{color:#ffffff8c;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1.5rem;padding-block:1.5rem;font-size:.7rem;display:flex}@media (max-width:767px){.site-footer__bottom-inner{padding-bottom:calc(1.5rem + var(--bottom-nav-height) + env(safe-area-inset-bottom))}}.site-footer__credit{color:#ffffff8c;transition:color .15s}.site-footer__credit:hover{color:#fffc}.site-footer__credit:hover .site-footer__credit-brand{color:#fca5a5}.site-footer__credit-brand{color:#f87171;font-size:1.05em;font-weight:600;transition:color .15s}.site-footer__pay{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.75rem;display:flex}.site-footer__pay span{background:#fff;border-radius:8px;justify-content:center;align-items:center;height:26px;padding-inline:.5rem;display:inline-flex}.site-footer__pay img{display:block}.brand-mark{flex-shrink:0;align-items:center;display:inline-flex}.brand-mark__img{width:100%;height:100%;display:block}.button{isolation:isolate;border-radius:var(--radius-md);cursor:pointer;--btn-glow:#ffffff4d;white-space:nowrap;justify-content:center;align-items:center;gap:.5rem;min-height:2.375rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;line-height:1;transition:background-color .18s,border-color .18s,box-shadow .18s,transform .15s cubic-bezier(.34,1.56,.64,1),opacity .15s;display:inline-flex;position:relative;overflow:hidden}.button__inner{z-index:1;justify-content:center;align-items:center;gap:.5rem;display:inline-flex;position:relative}.button__inner svg{flex:none}.button:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle 10rem at var(--bx,50%) var(--by,50%), var(--btn-glow) 0%, color-mix(in srgb, var(--btn-glow) 45%, transparent) 28%, transparent 72%);opacity:0;transition:opacity .3s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.button:hover:before,.button:focus-visible:before{opacity:1}.button:active{transform:translateY(1px)}.button:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.button--accent:focus-visible{outline-color:var(--color-accent-contrast)}.button--primary:focus-visible{outline-color:var(--color-primary-contrast)}.button--primary{background:var(--color-primary);color:var(--color-primary-contrast)}.button--primary:hover{background:color-mix(in srgb, var(--color-primary) 86%, #000);color:var(--color-primary-contrast)}.button--accent{background-image:var(--gradient-accent);color:var(--color-accent-contrast);box-shadow:0 12px 28px -10px color-mix(in srgb, var(--color-accent) 55%, transparent)}.button--accent:hover{box-shadow:0 16px 34px -10px color-mix(in srgb, var(--color-accent) 65%, transparent);color:var(--color-accent-contrast);transform:translateY(-1px)}.button--accent:active{transform:translateY(0)}.button--soft{background:var(--color-surface);border-color:var(--color-border);color:var(--color-text);--btn-glow:color-mix(in srgb, var(--color-accent) 26%, transparent)}.button--soft:hover:not(:disabled){background-image:var(--gradient-accent);color:var(--color-accent-contrast);--btn-glow:#ffffff52;border-color:#0000;box-shadow:0 12px 28px -10px #15803d73}.button--outline{border-color:var(--color-border);color:var(--color-text);--btn-glow:color-mix(in srgb, var(--color-accent) 24%, transparent);background:0 0}.button--outline:hover{background:var(--color-surface);color:var(--color-text)}.button--ghost{color:var(--color-text);--btn-glow:color-mix(in srgb, var(--color-accent) 22%, transparent);background:0 0}.button--ghost:hover{background:var(--color-surface);color:var(--color-text)}.button--danger{background:var(--color-danger);color:#fff}.button--danger:hover{color:#fff}.button--light{color:#0c2417;--btn-glow:color-mix(in srgb, var(--color-accent) 24%, transparent);background:#fff}.button--light:hover{color:#0c2417;background:#ffffffdb}.button--xs{border-radius:var(--radius-sm);min-height:1.75rem;padding:.25rem .5rem;font-size:.65rem}.button--sm{min-height:2rem;padding:.25rem .75rem;font-size:.7rem}.button--lg{min-height:2.75rem;padding:.75rem 1.5rem;font-size:.96rem}.button--block{width:100%}.button--icon{aspect-ratio:1;min-width:2.375rem;padding-inline:0}.button--icon.button--xs{min-width:1.75rem}.button--icon.button--sm{min-width:2rem}.button--icon.button--lg{min-width:2.75rem}.button--disabled,.button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.button--disabled:before,.button:disabled:before{opacity:0}@media (prefers-reduced-motion:reduce){.button:before{transition:none}}.field{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.field__label{color:var(--color-text);font-size:.8rem;font-weight:600}.field__hint{color:var(--color-text-muted);font-size:.7rem}.field__error{color:var(--color-danger);font-size:.7rem}.input,.select,.textarea{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);width:100%;color:var(--color-text);padding:.5rem;font-size:.8rem;font-weight:500;transition:border-color .2s cubic-bezier(.22,1,.36,1),box-shadow .2s cubic-bezier(.22,1,.36,1),background-color .2s cubic-bezier(.22,1,.36,1)}.input::placeholder,.select::placeholder,.textarea::placeholder{color:var(--color-text-muted);opacity:.7}.input:hover:not(:disabled):not(:focus),.select:hover:not(:disabled):not(:focus),.textarea:hover:not(:disabled):not(:focus){border-color:var(--color-text-muted)}.input:focus,.select:focus,.textarea:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-accent) 22%, transparent);outline:none}.input--error,.select--error,.textarea--error{border-color:var(--color-danger)}.input--error:focus,.select--error:focus,.textarea--error:focus{border-color:var(--color-danger);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-danger) 20%, transparent)}.select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235a6b78' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;padding-right:calc(1rem + 16px)}.textarea{resize:vertical;min-height:110px}@media (max-width:767px){.input,.select,.textarea{font-size:16px}}.combobox{flex-direction:column;gap:.5rem;min-width:0;margin-bottom:1rem;display:flex;position:relative}.combobox__control{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);width:100%;color:var(--color-text);text-align:left;cursor:pointer;align-items:center;gap:.5rem;padding:.5rem;font-size:.8rem;font-weight:500;display:flex}.combobox__control:focus-visible{border-color:var(--color-accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-accent) 22%, transparent);outline:none}.combobox__control[aria-expanded=true]{border-color:var(--color-accent)}.combobox__control:disabled{cursor:not-allowed;opacity:.6}.combobox__control--placeholder .combobox__value{color:var(--color-text-muted)}.combobox__value{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.combobox__chevron{color:var(--color-text-muted);flex-shrink:0}.combobox__panel{z-index:30;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 10px 30px -8px #122a1d1f}.combobox__search{border-bottom:1px solid var(--color-border);align-items:center;display:flex;position:relative}.combobox__search-icon{color:var(--color-text-muted);pointer-events:none;position:absolute;left:.5rem}.combobox__search-input{width:100%;color:var(--color-text);background:0 0;border:none;padding:.5rem .5rem .5rem calc(1rem + 16px);font-size:.8rem}.combobox__search-input:focus{outline:none}.combobox__list{max-height:240px;margin:0;padding:.25rem;list-style:none;overflow-y:auto}.combobox__option{border-radius:var(--radius-sm);width:100%;color:var(--color-text);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem;font-size:.8rem;display:flex}.combobox__option--active{background:var(--color-bg)}.combobox__option--selected{color:var(--color-primary);font-weight:600}.combobox__empty{color:var(--color-text-muted);text-align:center;margin:0;padding:.75rem .5rem;font-size:.8rem}@media (max-width:767px){.combobox__control,.combobox__search-input{font-size:16px}}.password-input{width:100%;position:relative}.password-input__field{padding-right:calc(1rem + 18px)}.password-input__toggle{height:100%;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0 .5rem;transition:color .2s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;top:0;right:0}.password-input__toggle:hover{color:var(--color-text)}.password-input__toggle:focus-visible{color:var(--color-accent);outline:none}.otp{align-items:center;gap:.5rem;width:100%;max-width:19rem;display:flex}.otp__box{aspect-ratio:3/4;text-align:center;font-variant-numeric:tabular-nums;width:0;min-width:0;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);caret-color:var(--color-accent);flex:1 1 0;padding:0;font-size:clamp(1.05rem,5vw,1.35rem);font-weight:600;transition:border-color .2s cubic-bezier(.22,1,.36,1),box-shadow .2s cubic-bezier(.22,1,.36,1),background-color .2s cubic-bezier(.22,1,.36,1)}.otp__box:hover:not(:focus){border-color:var(--color-text-muted)}.otp__box:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-accent) 22%, transparent);outline:none}.otp__box--filled{border-color:var(--color-accent);background:var(--color-bg)}.otp__sep{background:var(--color-border);border-radius:2px;flex:none;width:.75rem;height:2px}.otp--error .otp__box{border-color:var(--color-danger)}.otp--error .otp__box:focus{box-shadow:0 0 0 3px color-mix(in srgb, var(--color-danger) 20%, transparent)}.badge{border-radius:var(--radius-pill);background:var(--color-surface-alt);color:var(--color-text);align-items:center;gap:.25rem;padding:2px .5rem;font-size:.7rem;font-weight:700;line-height:1.4;display:inline-flex}.badge--discount{background-image:var(--gradient-accent);color:var(--color-accent-contrast);box-shadow:0 4px 12px -4px #009fe38c}.badge--up{background:var(--color-warning);color:#fff}.badge--success{background:color-mix(in srgb, var(--color-success) 15%, transparent);color:var(--color-success)}.badge--warning{background:color-mix(in srgb, var(--color-warning) 16%, transparent);color:var(--color-warning)}.badge--danger{background:color-mix(in srgb, var(--color-danger) 14%, transparent);color:var(--color-danger)}.badge--muted{background:var(--color-surface-alt);color:var(--color-text-muted)}.modal{z-index:200;justify-content:flex-end;align-items:flex-end;display:flex;position:fixed;inset:0}.modal__overlay{background:#0006;position:absolute;inset:0}.modal__panel{background:var(--color-bg);flex-direction:column;width:100%;max-width:420px;height:100%;animation:.2s modal-slide-in;display:flex;position:relative;box-shadow:0 10px 30px -8px #122a1d1f}.modal__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.modal__title{font-size:1.05rem}.modal__body{flex:1;padding:1.5rem;overflow-y:auto}.modal__footer{border-top:1px solid var(--color-border);padding:1.5rem}@keyframes modal-slide-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.confirm{z-index:1000;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.confirm__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;animation:.15s cubic-bezier(.22,1,.36,1) confirm-fade;position:absolute;inset:0}.confirm__panel{text-align:center;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);width:100%;max-width:400px;padding:2rem 1.5rem 1.5rem;animation:.18s cubic-bezier(.34,1.56,.64,1) confirm-pop;position:relative;box-shadow:0 24px 60px -16px #122a1d38}.confirm__icon{width:56px;height:56px;color:var(--color-danger);background:#b91c1c1a;border-radius:999px;place-items:center;margin-bottom:.75rem;display:inline-grid}.confirm__title{font-family:var(--font-heading),system-ui,-apple-system,sans-serif;margin:0 0 .5rem;font-size:1.15rem}.confirm__message{color:var(--color-text-muted);margin:0 0 1.5rem;font-size:.96rem;line-height:1.5}.confirm__actions{justify-content:center;gap:.75rem;display:flex}.confirm__actions .button{flex:1;justify-content:center;max-width:160px}@keyframes confirm-fade{0%{opacity:0}to{opacity:1}}@keyframes confirm-pop{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.confirm__overlay,.confirm__panel{animation:none}}.alert{border-radius:var(--radius-sm);border:1px solid #0000;padding:.75rem 1rem;font-size:.8rem}.alert--success{color:var(--color-success);background:#dcfce7;border-color:#86efac}.alert--error{color:var(--color-danger);background:#fee2e2;border-color:#fca5a5}.alert--info{color:#1d4ed8;background:#dbeafe;border-color:#93c5fd}.empty-state{text-align:center;color:var(--color-text-muted);padding:4rem 1rem}.empty-state__title{margin-bottom:.5rem}.top-progress{z-index:2500;pointer-events:none;opacity:0;height:3px;transition:opacity .25s cubic-bezier(.22,1,.36,1);position:fixed;top:0;left:0;right:0}.top-progress.is-active{opacity:1}.top-progress__bar{border-radius:0 var(--radius-pill) var(--radius-pill) 0;background-image:linear-gradient(135deg,#22c55e 0%,#16a34a 52%,#15803d 100%);width:0;height:100%;transition:width .2s cubic-bezier(.22,1,.36,1);box-shadow:0 0 8px #009fe3b3,0 0 4px #009fe380}.spinner{border:3px solid var(--color-border);border-top-color:var(--color-accent);border-radius:50%;animation:.7s linear infinite spinner-spin;display:inline-block}.spinner--inline{border-width:2px;border-color:color-mix(in srgb, currentColor 30%, transparent);vertical-align:middle;border-top-color:currentColor;width:1em;height:1em}.spinner-wrap{justify-content:center;align-items:center;padding:3rem 0;display:flex}.spinner-wrap--full{min-height:calc(100vh - var(--sticky-header-stack,148px));padding:2rem}@keyframes spinner-spin{to{transform:rotate(360deg)}}.site-loader{z-index:4000;background:var(--color-bg);background-image:radial-gradient(120% 90% at 50% 38%, var(--color-accent-soft) 0%, var(--color-bg) 60%);opacity:1;place-items:center;transition:opacity .55s cubic-bezier(.22,1,.36,1),visibility .55s cubic-bezier(.22,1,.36,1);display:grid;position:fixed;inset:0}.site-loader.is-done{opacity:0;visibility:hidden;pointer-events:none}.site-loader__inner{flex-direction:column;align-items:center;gap:1.5rem;animation:.4s cubic-bezier(.22,1,.36,1) both fade-in;display:flex}.site-loader__brand{width:88px;height:88px;animation:1.6s cubic-bezier(.22,1,.36,1) infinite sv-loader-pulse}.site-loader__wordmark{font-family:var(--font-heading),system-ui,-apple-system,sans-serif;letter-spacing:.08em;background-image:linear-gradient(100deg, var(--color-text) 36%, var(--color-accent) 50%, var(--color-text) 64%);-webkit-text-fill-color:#0000;color:#0000;background-size:220% 100%;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;line-height:1;animation:2.4s linear infinite shimmer}.site-loader__wordmark strong{font-weight:700}.site-loader__bar{border-radius:var(--radius-pill);background:var(--color-border);width:168px;height:3px;position:relative;overflow:hidden}.site-loader__bar-fill{inset-block:0;border-radius:inherit;background-image:var(--gradient-accent);width:42%;animation:1.25s cubic-bezier(.22,1,.36,1) infinite sv-loader-sweep;position:absolute;left:0}@keyframes sv-loader-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.65;transform:scale(.78)}}@keyframes sv-loader-sweep{0%{transform:translate(-110%)}to{transform:translate(338%)}}@media (prefers-reduced-motion:reduce){.spinner{animation-duration:1.4s}}.toaster{z-index:3000;pointer-events:none;flex-direction:column;gap:.5rem;max-width:min(360px,100vw - 2rem);display:flex;position:fixed;top:1rem;right:1rem}.toast{background:var(--color-bg);border:1px solid var(--color-border);border-left:3px solid var(--color-accent);border-radius:var(--radius-md);pointer-events:auto;align-items:flex-start;gap:.5rem;padding:.75rem;animation:.22s cubic-bezier(.34,1.56,.64,1) both toast-in;display:flex;box-shadow:0 12px 32px -12px #0000004d}.toast__icon{color:#fff;background:var(--color-accent);border-radius:50%;flex:none;place-items:center;width:1.5rem;height:1.5rem;display:grid}.toast__msg{min-width:0;color:var(--color-text);flex:1;font-size:.8rem;font-weight:500;line-height:1.35}.toast__close{border-radius:var(--radius-sm);width:1.25rem;height:1.25rem;color:var(--color-text-muted);cursor:pointer;flex:none;place-items:center;transition:background-color .15s,color .15s;display:grid}.toast__close:hover{background:var(--color-surface);color:var(--color-text)}.toast--success{border-left-color:var(--color-success,#16a34a)}.toast--success .toast__icon{background:var(--color-success,#16a34a)}.toast--error{border-left-color:var(--color-danger)}.toast--error .toast__icon{background:var(--color-danger)}.toast--info{border-left-color:var(--color-accent)}.toast--info .toast__icon{background:var(--color-accent)}@keyframes toast-in{0%{opacity:0;transform:translate(12px)scale(.98)}to{opacity:1;transform:translate(0)scale(1)}}@media (prefers-reduced-motion:reduce){.toast{animation:none}}.error-state{text-align:center;place-items:center;min-height:60vh;padding:3rem 1rem;display:grid}.error-state__inner{width:100%;max-width:460px}.error-state__icon{border-radius:var(--radius-lg);background:var(--color-accent-soft);width:72px;height:72px;color:var(--color-accent);place-items:center;margin:0 auto 1.5rem;display:grid}.error-state__icon svg{width:34px;height:34px}.error-state__title{font-family:var(--font-heading),system-ui,-apple-system,sans-serif;letter-spacing:-.02em;color:var(--color-text);margin-bottom:.75rem;font-size:clamp(1.4rem,4vw,1.9rem);line-height:1.2}.error-state__text{max-width:44ch;color:var(--color-text-muted);margin:0 auto 2rem;font-size:1.05rem;line-height:1.6}.error-state__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.error-state__detail{color:var(--color-text-muted);opacity:.85;word-break:break-all;margin-top:2rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.7rem}.hero{border-radius:var(--radius-lg);color:#fff;background:linear-gradient(120deg,#2a2622,#4a3f37);align-items:flex-end;min-height:460px;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.hero{align-items:center;min-height:620px}}.hero__media{z-index:0;position:absolute;inset:0}.hero__media img{object-fit:cover;width:100%;height:100%;animation:1.4s cubic-bezier(.22,1,.36,1) both zoom-in}.hero__media:after{content:"";background:linear-gradient(100deg,#06222fc7 0%,#06222f73 45%,#06222f1a 100%);position:absolute;inset:0}.hero__content{z-index:1;max-width:600px;padding:2rem;position:relative}@media (min-width:768px){.hero__content{padding:4rem}}.hero__eyebrow{text-transform:uppercase;letter-spacing:.18em;color:#ffffffd9;margin-bottom:1rem;font-size:.7rem;font-weight:600;animation:.7s cubic-bezier(.22,1,.36,1) 50ms both fade-up;display:inline-block}.hero__title{color:#fff;letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2.4rem,6vw,4rem);line-height:1.02;animation:.7s cubic-bezier(.22,1,.36,1) .12s both fade-up}.hero__text{color:#ffffffe0;max-width:46ch;margin-bottom:2rem;font-size:1.05rem;animation:.7s cubic-bezier(.22,1,.36,1) .2s both fade-up}.hero__actions{flex-wrap:wrap;gap:.75rem;animation:.7s cubic-bezier(.22,1,.36,1) .28s both fade-up;display:flex}.section-head{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2rem;display:flex}.section-head__eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--color-accent);margin-bottom:.5rem;font-size:.7rem;font-weight:600;display:block}.section-head__title{font-size:1.35rem}.section-head__link{color:var(--color-text);white-space:nowrap;align-items:center;gap:.25rem;font-size:.8rem;font-weight:600;display:inline-flex}.section-head__link svg{transition:transform .2s}.section-head__link:hover{color:var(--color-accent)}.section-head__link:hover svg{transform:translate(4px)}.section-head--center{text-align:center;flex-direction:column;align-items:center}.category-tiles{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:640px){.category-tiles{grid-template-columns:repeat(3,1fr)}}.category-tiles__tile{border-radius:var(--radius-lg);aspect-ratio:3/4;background:var(--color-surface-alt);color:#fff;display:block;position:relative;overflow:hidden}@media (min-width:640px){.category-tiles__tile{aspect-ratio:4/5}}.category-tiles__tile img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.22,1,.36,1)}.category-tiles__tile:after{content:"";background:linear-gradient(#0000 40%,#06222fb3);transition:opacity .3s;position:absolute;inset:0}.category-tiles__tile:hover{color:#fff}.category-tiles__tile:hover img{transform:scale(1.06)}.category-tiles__body{z-index:1;padding:1.5rem;position:absolute;inset:auto 0 0}.category-tiles__label{font-family:var(--font-heading),system-ui,-apple-system,sans-serif;font-size:1.15rem;font-weight:700}.category-tiles__cta{opacity:.9;align-items:center;gap:.25rem;margin-top:.5rem;font-size:.8rem;font-weight:600;display:inline-flex}.category-tiles__cta svg{transition:transform .2s}.category-tiles__tile:hover .category-tiles__cta svg{transform:translate(4px)}.product-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);flex-direction:column;height:100%;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden}.product-card:hover{border-color:color-mix(in srgb, var(--color-accent) 55%, var(--color-border));transform:translateY(-6px);box-shadow:0 18px 40px -14px #122a1d38,0 8px 20px -12px #15803d59}.product-card__media{aspect-ratio:4/3;background:var(--color-surface-alt);display:block;position:relative;overflow:hidden}.product-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.22,1,.36,1)}.product-card__media:after{content:"İncele";letter-spacing:.08em;text-transform:uppercase;color:#fff;opacity:0;background:linear-gradient(#0000,#06222fb8);padding:2rem 1rem .75rem;font-size:.7rem;font-weight:600;transition:opacity .3s,transform .3s;position:absolute;inset:auto 0 0;transform:translateY(8px)}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card:hover .product-card__media:after{opacity:1;transform:none}.product-card__badges{z-index:2;flex-direction:column;gap:.5rem;display:flex;position:absolute;top:.75rem;left:.75rem}.product-card__body{flex-direction:column;flex:1;gap:.25rem;padding:1rem;display:flex}.product-card__brand{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);font-size:.6rem}.product-card__name{font-size:.8rem;font-weight:600;font-family:var(--font-heading),system-ui,-apple-system,sans-serif;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.3;transition:color .15s;display:-webkit-box;overflow:hidden}.product-card__name a:hover{color:var(--color-accent)}.product-card__footer{justify-content:space-between;align-items:flex-end;gap:.5rem;margin-top:auto;padding-top:.75rem;display:flex}.product-card__prices{flex-direction:column;gap:1px;min-width:0;line-height:1.2;display:flex}.product-card__price{letter-spacing:-.01em;color:var(--color-text);font-size:.96rem;font-weight:700}.product-card__price--discounted{color:var(--color-accent)}.product-card__price-old{color:var(--color-text-muted);font-size:.6rem;text-decoration:line-through}.product-card__out-of-stock{color:var(--color-danger);font-size:.7rem;font-weight:600}.product-card__add{background:var(--color-surface-alt);flex:none}.product-detail{gap:2rem;display:grid}@media (min-width:768px){.product-detail{grid-template-columns:.9fr 1fr;gap:3rem}}.product-detail__gallery{flex-direction:column;gap:.75rem;display:flex}.product-detail__main-image{aspect-ratio:1;border-radius:var(--radius-md);background:var(--color-surface-alt);position:relative;overflow:hidden}.product-detail__main-image img{object-fit:cover;width:100%;height:100%}@media (hover:hover){.product-detail__main-image{cursor:zoom-in}.product-detail__main-image img{transform-origin:var(--zoom-x,50%) var(--zoom-y,50%);will-change:transform;transition:transform .25s ease-out}.product-detail__main-image:hover img{transform:scale(2.2)}}.product-detail__thumbs{flex-wrap:wrap;gap:.5rem;display:flex}.product-detail__thumb{aspect-ratio:1;border-radius:var(--radius-sm);border:2px solid #0000;width:72px;position:relative;overflow:hidden}.product-detail__thumb--active{border-color:var(--color-accent)}.product-detail__thumb img{object-fit:cover;width:100%;height:100%}.product-detail__info{flex-direction:column;gap:.75rem;display:flex}.product-detail__brand{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);font-size:.8rem}.product-detail__price-row{align-items:baseline;gap:.75rem;display:flex}.product-detail__price{font-size:1.05rem;font-weight:700}.product-detail__price--discounted{color:var(--color-accent)}.product-detail__price-old{color:var(--color-text-muted);font-size:.8rem;text-decoration:line-through}.product-detail__description{color:var(--color-text-muted);line-height:1.7}.product-detail__stock-note{align-items:center;gap:.25rem;font-size:.8rem;font-weight:600;display:inline-flex}.product-detail__stock-note--in{color:var(--color-success)}.product-detail__stock-note--out{color:var(--color-danger)}.product-detail__highlights{background:var(--color-surface);border-radius:var(--radius-md);grid-template-columns:1fr;gap:.5rem 1rem;padding:1rem;list-style:none;display:grid}@media (min-width:640px){.product-detail__highlights{grid-template-columns:repeat(2,minmax(0,1fr))}}.product-detail__highlights li{color:var(--color-text);align-items:flex-start;gap:.5rem;font-size:.8rem;display:flex}.product-detail__highlights li svg{color:var(--color-accent);flex-shrink:0;margin-top:2px}.product-detail__buy{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}.product-detail__qty-row{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.product-detail__qty-total{flex-direction:column;line-height:1.25;display:flex}.product-detail__qty-total-calc{color:var(--color-text-muted);font-size:.7rem}.product-detail__qty-total-sum{color:var(--color-text);font-variant-numeric:tabular-nums;font-size:1.05rem;font-weight:700}.product-detail__actions{flex-wrap:wrap;align-items:stretch;gap:.75rem;display:flex}.product-detail__actions .fav-toggle--inline{flex:130px;justify-content:center;height:auto}.product-detail__add{flex:2 160px;min-width:160px}.product-detail__assurances{border-top:1px solid var(--color-border);flex-wrap:wrap;gap:1rem;margin-top:.5rem;padding-top:1rem;display:flex}.product-detail__assurances span{color:var(--color-text-muted);align-items:center;gap:.5rem;font-size:.7rem;display:inline-flex}.product-detail__assurances span svg{color:var(--color-accent)}.qty-stepper{border:1px solid var(--color-border);border-radius:var(--radius-md);align-items:center;height:40px;display:inline-flex;overflow:hidden}.qty-stepper button{width:40px;height:100%;color:var(--color-text);justify-content:center;align-items:center;transition:background-color .15s;display:inline-flex}.qty-stepper button:hover:not(:disabled){background:var(--color-surface);color:var(--color-accent)}.qty-stepper button:disabled{opacity:.4;cursor:not-allowed}.qty-stepper__value{text-align:center;font-variant-numeric:tabular-nums;min-width:40px;font-weight:600}.product-tabs{margin-top:4rem}.product-tabs__nav{border-bottom:1px solid var(--color-border);flex-wrap:wrap;gap:.25rem;margin-bottom:1.5rem;display:flex}.product-tabs__tab{color:var(--color-text-muted);border-bottom:2px solid #0000;margin-bottom:-1px;padding:.75rem 1rem;font-size:.8rem;font-weight:600;transition:color .15s,border-color .15s;position:relative}.product-tabs__tab:hover{color:var(--color-text)}.product-tabs__tab.is-active{color:var(--color-accent);border-color:var(--color-accent)}.product-tabs__text{color:var(--color-text-muted);max-width:70ch;line-height:1.8}.product-tabs__text p+p{margin-top:.75rem}.product-tabs__text strong{color:var(--color-text)}.spec-table{border-collapse:collapse;width:100%;max-width:640px;font-size:.8rem}.spec-table tr{border-bottom:1px solid var(--color-border)}.spec-table th{text-align:left;color:var(--color-text-muted);width:45%;padding:.75rem 1rem .75rem 0;font-weight:500}.spec-table td{color:var(--color-text);padding:.75rem 0;font-weight:600}.feature-list{gap:.75rem;list-style:none;display:grid}@media (min-width:640px){.feature-list{grid-template-columns:repeat(2,1fr)}}.feature-list li{align-items:flex-start;gap:.5rem;font-size:.8rem;display:flex}.feature-list li svg{color:var(--color-accent);flex-shrink:0;margin-top:2px}.related-products{margin-top:3rem}.variant-picker{flex-direction:column;gap:1rem;display:flex}.variant-picker__group{flex-direction:column;display:flex}.variant-picker__group-label{margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:block}.variant-picker__options{flex-wrap:wrap;gap:.5rem;display:flex}.variant-picker__option{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg);min-width:44px;padding:.5rem .75rem;font-size:.8rem;font-weight:500}.variant-picker__option--active{border-color:var(--color-primary);background:var(--color-primary);color:var(--color-primary-contrast)}.variant-picker__option--disabled{opacity:.4;cursor:not-allowed;text-decoration:line-through}.variant-picker__swatch{align-items:center;gap:.5rem;display:inline-flex}.variant-picker__dot{border:1px solid #00000026;border-radius:50%;width:16px;height:16px}.breadcrumb{color:var(--color-text-muted);flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;font-size:.8rem;display:flex}.breadcrumb__sep{color:var(--color-border)}.breadcrumb__current{color:var(--color-text)}.filters{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden}.filters__head{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.filters__title{letter-spacing:.01em;font-size:.8rem;font-weight:700}.filters__clear{color:var(--color-accent);cursor:pointer;font-size:.7rem;font-weight:600}.filters__clear:hover{text-decoration:underline}.filters__group{border-bottom:1px solid var(--color-border)}.filters__group:last-child{border-bottom:0}.filters__summary{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;padding:.75rem 1rem;list-style:none;transition:background-color .15s;display:flex}.filters__summary::-webkit-details-marker{display:none}.filters__summary:hover{background:var(--color-surface)}.filters__summary:hover .filters__legend{color:var(--color-accent)}.filters__summary svg{color:var(--color-surface-alt);margin-left:auto;transition:transform .2s}.filters__group[open] .filters__summary svg{transform:rotate(90deg)}.filters__legend{text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);font-size:.7rem;font-weight:700;transition:color .15s}.filters__count{border-radius:var(--radius-pill);background:var(--color-accent);min-width:18px;height:18px;color:var(--color-accent-contrast);justify-content:center;align-items:center;padding-inline:5px;font-size:.65rem;font-weight:700;display:inline-flex}.filters__chips{flex-wrap:wrap;gap:.25rem;padding:0 1rem 1rem;display:flex}.filters__chip{border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-bg);cursor:pointer;padding:.25rem .5rem;font-size:.65rem;font-weight:500;transition:background-color .15s,border-color .15s,color .15s}.filters__chip:hover{border-color:var(--color-accent);color:var(--color-accent)}.filters__chip--active{background:var(--color-accent);color:var(--color-accent-contrast);border-color:var(--color-accent)}.filters__chip--active:hover{color:var(--color-accent-contrast)}.shop-layout{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:992px){.shop-layout{grid-template-columns:230px 1fr;align-items:start}}.shop-layout__sidebar{display:none}@media (min-width:992px){.shop-layout__sidebar{top:calc(var(--sticky-header-stack) + 1rem);max-height:calc(100dvh - var(--sticky-header-stack) - 5.7rem - 1rem);overscroll-behavior:contain;scrollbar-width:thin;border-radius:16px;flex-direction:column;align-self:start;gap:1rem;display:flex;position:sticky;overflow-y:auto}.shop-layout__sidebar>*{flex-shrink:0}.shop-layout__sidebar::-webkit-scrollbar{display:none}}.shop-layout__main{min-width:0}.filter-trigger{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);min-height:40px;color:var(--color-text);cursor:pointer;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.8rem;font-weight:600;transition:border-color .15s,color .15s;display:inline-flex}.filter-trigger svg{color:var(--color-text-muted);transition:color .15s}.filter-trigger:hover{border-color:var(--color-accent);color:var(--color-accent)}.filter-trigger:hover svg{color:var(--color-accent)}.filter-trigger:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.filter-trigger__badge{border-radius:var(--radius-pill);background:var(--color-accent);min-width:18px;height:18px;color:var(--color-accent-contrast);justify-content:center;align-items:center;padding-inline:5px;font-size:.65rem;font-weight:700;display:inline-flex}@media (min-width:992px){.filter-trigger{display:none}}.toolbar{border-bottom:1px solid var(--color-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:.5rem;display:flex}.toolbar__count{color:var(--color-text);font-size:.8rem;font-weight:600}.toolbar__actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.toolbar__sort{align-items:center;gap:.5rem;font-size:.8rem;display:flex}.view-toggle{display:none}@media (min-width:640px){.view-toggle{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);align-items:center;gap:2px;padding:3px;display:inline-flex}}.view-toggle__btn{border-radius:calc(var(--radius-sm) - 3px);width:34px;height:34px;color:var(--color-text-muted);cursor:pointer;justify-content:center;align-items:center;transition:background-color .15s,color .15s;display:inline-flex}.view-toggle__btn:hover{color:var(--color-accent)}.view-toggle__btn:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.view-toggle__btn.is-active{background:var(--color-accent);color:var(--color-accent-contrast)}.category-page__header{margin-bottom:2rem}.category-page__description{color:var(--color-text-muted);max-width:60ch;margin-top:.5rem}.category-overview{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.category-overview{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.category-overview{grid-template-columns:repeat(3,1fr)}}.category-overview__card{border-radius:var(--radius-lg);background:var(--color-bg);color:var(--color-text);transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s;display:block;overflow:hidden;box-shadow:0 1px 2px #122a1d0f}.category-overview__card:hover{color:var(--color-text);transform:translateY(-4px);box-shadow:0 10px 30px -8px #122a1d1f}.category-overview__media{aspect-ratio:4/3;background:var(--color-surface-alt);display:block;overflow:hidden}.category-overview__media img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.22,1,.36,1)}.category-overview__card:hover .category-overview__media img{transform:scale(1.06)}.category-overview__body{flex-direction:column;gap:.25rem;padding:1.5rem;display:flex}.category-overview__name{font-family:var(--font-heading),system-ui,-apple-system,sans-serif;font-size:1.15rem;font-weight:700}.category-overview__count{color:var(--color-text-muted);font-size:.8rem}.category-overview__cta{color:var(--color-accent);align-items:center;gap:.25rem;margin-top:.75rem;font-size:.8rem;font-weight:600;display:inline-flex}.category-overview__cta svg{transition:transform .2s}.category-overview__card:hover .category-overview__cta svg{transform:translate(4px)}.category-overview__all{justify-content:center;margin-top:3rem;display:flex}.cart-line{border-bottom:1px solid var(--color-border);background:var(--color-surface);border-radius:var(--radius-md);grid-template-columns:72px 1fr auto;gap:.75rem;padding:1rem;display:grid}.cart-line:not(:last-child){margin-bottom:.5rem}.cart-line__media{aspect-ratio:4/3;border-radius:var(--radius-sm);background:var(--color-surface-alt);width:72px;position:relative;overflow:hidden}.cart-line__media img{object-fit:cover;width:100%;height:100%}.cart-line__info{flex-direction:column;gap:.25rem;display:flex}.cart-line__name{font-size:.96rem;font-weight:600}.cart-line__variant{color:var(--color-text-muted);font-size:.7rem}.cart-line__variant-price{color:var(--color-primary);font-size:.8rem;font-weight:700}.cart-line__price{font-size:.8rem;font-weight:700}.cart-line__controls{align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.cart-line__qty{border:1px solid var(--color-border);border-radius:var(--radius-sm);align-items:center;display:inline-flex}.cart-line__qty button{width:28px;height:28px;color:var(--color-text);justify-content:center;align-items:center;font-size:.96rem;display:inline-flex}.cart-line__qty span{text-align:center;min-width:28px;font-size:.8rem;font-weight:600}.cart-line__remove{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--color-text-muted);background:var(--color-bg);justify-content:center;align-items:center;transition:color .18s cubic-bezier(.22,1,.36,1),background .18s cubic-bezier(.22,1,.36,1);display:inline-flex}.cart-line__remove:hover,.cart-line__remove:focus-visible{color:var(--color-danger);background:#b91c1c14}.cart-summary{background:var(--color-surface);border-radius:var(--radius-md);flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.cart-summary__row{justify-content:space-between;font-size:.8rem;display:flex}.cart-summary__total{border-top:1px solid var(--color-border);justify-content:space-between;padding-top:.75rem;font-size:1.05rem;font-weight:700;display:flex}.cart-layout{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.cart-layout{grid-template-columns:1.6fr 1fr}}.checkout{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.checkout{grid-template-columns:1.4fr 1fr}}.checkout__panel{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.5rem}.checkout__section-title{margin-bottom:1rem}.checkout__field-row{grid-template-columns:1fr;gap:.75rem;display:grid}@media (min-width:640px){.checkout__field-row{grid-template-columns:1fr 1fr .8fr}}.checkout-addresses{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;margin-bottom:1rem;display:grid}.checkout-address{text-align:left;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg);cursor:pointer;flex-direction:column;gap:2px;padding:.75rem;transition:border-color .15s,box-shadow .15s;display:flex}.checkout-address:hover{border-color:var(--color-text-muted)}.checkout-address--active{border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary)}.checkout-address__head{align-items:center;gap:.5rem;display:flex}.checkout-address__title{font-size:.8rem;font-weight:700}.checkout-address__badge{color:var(--color-primary);border:1px solid var(--color-primary);border-radius:var(--radius-sm);padding:1px .5rem;font-size:.7rem;font-weight:600}.checkout-address__name{font-size:.8rem;font-weight:600}.checkout-address__lines{color:var(--color-text-muted);font-size:.7rem}.checkout-billing-toggle{cursor:pointer;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.checkout-billing-toggle input{cursor:pointer;width:1rem;height:1rem}.order-info{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);margin:0;overflow:hidden}.order-info__row{grid-template-columns:140px 1fr;gap:1rem;padding:.75rem 1rem;display:grid}.order-info__row+.order-info__row{border-top:1px solid var(--color-border)}@media (max-width:640px){.order-info__row{grid-template-columns:1fr;gap:2px}}.order-info__label{color:var(--color-text-muted);font-size:.8rem;font-weight:600}.order-info__value{color:var(--color-text);white-space:pre-line;overflow-wrap:anywhere;margin:0;font-size:.8rem}.mock-pay{border:1px dashed var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);padding:1rem}.mock-pay__brand{color:var(--color-text-muted);justify-content:space-between;align-items:center;margin-bottom:.75rem;font-weight:700;display:flex}.mock-pay__note{color:var(--color-text-muted);margin-top:.75rem;font-size:.7rem}.mock-pay__grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.order-confirmation{text-align:center;max-width:560px;margin-inline:auto;padding:3rem 0}.order-confirmation__icon{width:64px;height:64px;color:var(--color-success);background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.35rem;display:flex}.order-confirmation__info{margin-top:2rem}.order-confirmation__info-title{margin:0 0 .75rem;font-size:1.05rem}.order-confirmation__actions{flex-direction:column;align-items:center;gap:1rem;margin-top:2rem;display:flex}.order-confirmation__actions-row{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.order-detail{flex-direction:column;gap:1.5rem;display:flex}.order-detail__block-title{margin:0 0 .75rem;font-size:1.05rem}.order-detail__actions{flex-wrap:wrap;align-items:center;gap:.75rem 1.5rem;display:flex}.order-link{color:var(--color-text-muted);text-underline-offset:3px;align-items:center;gap:.25rem;font-size:.8rem;font-weight:600;transition:color .15s cubic-bezier(.22,1,.36,1);display:inline-flex}.order-link:hover{color:var(--color-accent);text-decoration:underline}.checkout-consent{border-top:1px solid var(--color-border);flex-direction:column;gap:.75rem;margin-top:1rem;padding-top:1rem;display:flex}.checkout-consent__row{align-items:flex-start;gap:.75rem;display:flex}.checkout-consent__check{width:1.15rem;height:1.15rem;accent-color:var(--color-accent);cursor:pointer;flex:none;margin-top:1px}.checkout-consent__check:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.checkout-consent__text{color:var(--color-text);cursor:pointer;font-size:.8rem;line-height:1.55}.checkout-consent__link{appearance:none;font:inherit;color:var(--color-accent);text-underline-offset:2px;cursor:pointer;background:0 0;border:0;padding:0;font-weight:600;text-decoration:underline}.checkout-consent__link:hover{color:var(--color-accent-dark)}.checkout-consent__link:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:2px}.checkout-consent__link--muted{color:var(--color-text-muted);cursor:default;text-decoration:none}.checkout-consent__note{color:var(--color-text-muted);align-items:center;gap:.5rem;margin:0;font-size:.7rem;display:flex}.checkout-consent__note svg{flex:none}.checkout-consent__optional{color:var(--color-text-muted);margin-left:.5rem;font-size:.7rem}.checkout-consent__row--error .checkout-consent__check{accent-color:var(--color-danger);outline:2px solid var(--color-danger);outline-offset:2px}.checkout-consent__row--error .checkout-consent__text{color:var(--color-danger)}.checkout-consent__error{color:var(--color-danger);margin:0;padding-left:1.9rem;font-size:.7rem;font-weight:600}.legal-page{max-width:760px;margin-inline:auto}.legal-page__title{font-family:var(--font-heading),system-ui,-apple-system,sans-serif;margin:0 0 1.5rem;font-size:1.35rem}.legal-page__body{white-space:pre-wrap;color:var(--color-text);font-size:.96rem;line-height:1.75}.legal-page__empty{color:var(--color-text-muted)}.auth-card{margin-inline:auto;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);max-width:440px;margin-top:1.5rem;padding:3rem 2rem 2rem;position:relative;overflow:hidden;box-shadow:0 10px 30px -8px #122a1d1f}.auth-card:before{content:"";background-image:var(--gradient-accent);height:4px;position:absolute;inset:0 0 auto}.auth-card:after{content:"";background:var(--gradient-accent);opacity:.1;filter:blur(36px);pointer-events:none;border-radius:999px;width:220px;height:220px;position:absolute;top:-90px;right:-90px}.auth-card__badge{z-index:1;width:56px;height:56px;color:var(--color-accent-contrast);background-image:var(--gradient-accent);border-radius:999px;place-items:center;margin:0 auto 1rem;animation:.5s cubic-bezier(.34,1.56,.64,1) both pop-in;display:grid;position:relative;box-shadow:0 12px 28px -10px #15803d73}.auth-card__title{z-index:1;text-align:center;font-family:var(--font-heading),system-ui,-apple-system,sans-serif;margin-bottom:.5rem;font-size:1.35rem;position:relative}.auth-card__subtitle{z-index:1;text-align:center;color:var(--color-text-muted);max-width:34ch;margin:0 auto 2rem;font-size:.8rem;line-height:1.5;position:relative}.auth-card__row{grid-template-columns:1fr 1fr;gap:0 .75rem;display:grid}@media (max-width:420px){.auth-card__row{grid-template-columns:1fr;gap:0}}.auth-card form{z-index:1;position:relative}.auth-card__footer{z-index:1;border-top:1px solid var(--color-border);text-align:center;color:var(--color-text-muted);margin-top:1.5rem;padding-top:1rem;font-size:.8rem;position:relative}.auth-card__footer a{color:var(--color-accent);font-weight:600;transition:color .2s cubic-bezier(.22,1,.36,1)}.auth-card__footer a:hover{color:var(--color-accent-dark);text-decoration:underline}.account{flex-direction:column;gap:2rem;min-height:80vh;margin-bottom:4rem;padding-top:.75rem;display:flex}.account__section-head{justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:1rem;display:flex}.account__section-title{font-family:var(--font-heading),system-ui,-apple-system,sans-serif;margin:0;font-size:1.35rem}.account__section-link{color:var(--color-text-muted);white-space:nowrap;font-size:.8rem}.account-hero{border-radius:var(--radius-xl);background-image:var(--gradient-ink);color:#fff;justify-content:space-between;align-items:center;gap:.75rem;padding:1.5rem 2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px -8px #122a1d1f}.account-hero:after{content:"";background:var(--gradient-accent);opacity:.2;filter:blur(42px);pointer-events:none;border-radius:999px;width:280px;height:280px;position:absolute;top:-50%;right:-8%}.account-hero__id{z-index:1;align-items:center;gap:1rem;min-width:0;display:flex;position:relative}.account-hero__avatar{width:60px;height:60px;font-family:var(--font-heading),system-ui,-apple-system,sans-serif;color:var(--color-accent-contrast);background-image:var(--gradient-accent);border-radius:999px;flex:none;place-items:center;font-size:1.35rem;font-weight:700;display:grid;box-shadow:0 8px 22px -8px #00000080}.account-hero__text{min-width:0}.account-hero__welcome{letter-spacing:.08em;text-transform:uppercase;color:var(--color-surface-alt);opacity:.75;margin:0;font-size:.8rem}.account-hero__name{font-family:var(--font-heading),system-ui,-apple-system,sans-serif;overflow-wrap:anywhere;color:var(--color-surface);margin:2px 0 0;font-size:2rem;line-height:1.1}.account-hero__uid{border-radius:var(--radius-sm);letter-spacing:.05em;color:var(--color-surface);opacity:.8;background:#ffffff1f;margin-top:.5rem;padding:2px .5rem;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.7rem;display:inline-block}.account-hero__action{z-index:1;border-radius:var(--radius-pill);color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff47;flex:none;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.96rem;font-weight:600;transition:background .2s cubic-bezier(.22,1,.36,1),border-color .2s cubic-bezier(.22,1,.36,1);display:inline-flex;position:relative}.account-hero__action:hover{background:#fff3;border-color:#ffffff73}@media (max-width:640px){.account-hero{gap:.75rem;padding:1rem}.account-hero__id{gap:.75rem}.account-hero__avatar{width:46px;height:46px;font-size:1.05rem}.account-hero__welcome{font-size:.7rem}.account-hero__name{font-size:1.15rem}.account-hero__action{justify-content:center;width:44px;height:44px;padding:0}.account-hero__action .account-hero__action-label{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}}.account-layout{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:1024px){.account-layout{grid-template-columns:240px 1fr;align-items:start;gap:2rem}}.account-nav{flex-direction:column;gap:.75rem;display:flex}@media (min-width:1024px){.account-nav{position:sticky;top:calc(102px + 1rem)}}.account-nav__back{border-radius:var(--radius-md);color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);white-space:nowrap;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.96rem;font-weight:600;transition:background .2s cubic-bezier(.22,1,.36,1),border-color .2s cubic-bezier(.22,1,.36,1);display:flex}.account-nav__back svg{color:var(--color-text-muted);flex:none}.account-nav__back:hover{background:var(--color-accent-soft);border-color:var(--color-accent)}.account-nav__group{background:var(--color-surface);border-radius:var(--radius-md);flex-direction:column;gap:.25rem;padding:.75rem;display:flex}.account-nav__item{border-radius:var(--radius-md);width:100%;color:var(--color-text);cursor:pointer;text-align:left;white-space:nowrap;background:0 0;border:1px solid #0000;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.96rem;font-weight:600;transition:background .2s cubic-bezier(.22,1,.36,1),color .2s cubic-bezier(.22,1,.36,1),border-color .2s cubic-bezier(.22,1,.36,1);display:flex}.account-nav__item:hover{background:var(--color-surface)}.account-nav__item svg{color:var(--color-text-muted);flex:none;transition:color .2s cubic-bezier(.22,1,.36,1)}.account-nav__item--active{background:var(--color-accent-soft);color:var(--color-accent)}.account-nav__item--active svg{color:var(--color-accent)}.account-nav__count{border-radius:var(--radius-pill);background:var(--color-accent);min-width:20px;height:20px;color:var(--color-accent-contrast);flex:none;justify-content:center;align-items:center;margin-left:auto;padding:0 6px;font-size:.7rem;font-weight:700;line-height:1;display:inline-flex}@media (max-width:1023px){.account-nav__group{background:0 0;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;padding:0;display:grid}.account-nav__item{text-align:center;border-color:var(--color-border);background:var(--color-surface);flex-direction:column;justify-content:center;gap:6px;width:auto;min-height:76px;padding:.75rem .5rem;position:relative}.account-nav__item:hover{background:var(--color-surface-alt)}.account-nav__item--active{border-color:var(--color-accent);background:var(--color-accent-soft)}.account-nav__label{font-size:.7rem;font-weight:600;line-height:1.15}.account-nav__count{margin:0;position:absolute;top:6px;right:6px}}.account-main{min-width:0}.order-tabs{border:1px solid var(--color-border);background:var(--color-surface-alt);scrollbar-width:none;border-radius:999px;align-items:center;gap:.25rem;width:fit-content;max-width:100%;margin-bottom:1.5rem;padding:4px;display:flex;overflow-x:auto}.order-tabs::-webkit-scrollbar{display:none}.order-tabs__tab{height:36px;color:var(--color-text-muted);white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:999px;flex:none;align-items:center;gap:.5rem;padding-inline:1rem;font-size:.8rem;font-weight:600;transition:background-color .2s cubic-bezier(.22,1,.36,1),color .2s cubic-bezier(.22,1,.36,1),box-shadow .2s cubic-bezier(.22,1,.36,1);display:inline-flex}.order-tabs__tab:hover{color:var(--color-text)}.order-tabs__tab:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.order-tabs__tab--active{background:var(--color-surface);color:var(--color-accent);cursor:default;box-shadow:0 1px 2px #122a1d0f}.order-tabs__count{background:var(--color-border);min-width:20px;height:20px;color:var(--color-text-muted);border-radius:999px;flex:none;justify-content:center;align-items:center;padding:0 6px;font-size:.7rem;font-weight:700;line-height:1;transition:background-color .2s cubic-bezier(.22,1,.36,1),color .2s cubic-bezier(.22,1,.36,1);display:inline-flex}.order-tabs__tab--active .order-tabs__count{background:var(--color-accent);color:var(--color-accent-contrast)}.order-tabs__empty{text-align:center;color:var(--color-text-muted);padding:3rem 1rem;font-size:.8rem}.order-list{flex-direction:column;gap:.75rem;display:flex}.order-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);transition:box-shadow .2s cubic-bezier(.22,1,.36,1),border-color .2s cubic-bezier(.22,1,.36,1);overflow:hidden;box-shadow:0 1px 2px #122a1d0f}.order-card:hover{border-color:var(--color-accent);box-shadow:0 10px 30px -8px #122a1d1f}.order-card__header{grid-template-columns:auto 1fr auto auto auto;align-items:center;gap:.75rem 1rem;padding:1rem 1.5rem;display:grid}.order-card__icon{border-radius:var(--radius-md);background:var(--color-surface-alt);width:40px;height:40px;color:var(--color-text-muted);flex:none;place-items:center;display:grid}.order-card__id{font-family:var(--font-heading),system-ui,-apple-system,sans-serif;letter-spacing:.02em;font-weight:700;display:block}.order-card__date{color:var(--color-text-muted);font-size:.8rem;display:block}.order-card__total{font-family:var(--font-heading),system-ui,-apple-system,sans-serif;text-align:right;white-space:nowrap;font-size:1.05rem;font-weight:700}.order-card__cta{color:var(--color-accent);flex:none;align-items:center;gap:.25rem;font-size:.8rem;font-weight:600;display:inline-flex}.order-card__items{border-top:1px solid var(--color-border);background:var(--color-surface);flex-direction:column;gap:.5rem;margin:0;padding:.75rem 1.5rem 1rem;list-style:none;display:flex}.order-card__item{grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;font-size:.8rem;display:grid}.order-card__item-media{border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-border);flex:none;width:48px;height:48px;overflow:hidden}.order-card__item-media img{object-fit:cover;width:100%;height:100%}.order-card__item-info{flex-direction:column;gap:2px;min-width:0;display:flex}.order-card__item-name{color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.order-card__item-unit{color:var(--color-text-muted);font-variant-numeric:tabular-nums;font-size:.7rem}.order-card__item-meta{text-align:right;flex-direction:column;align-items:flex-end;gap:2px;display:flex}.order-card__item-price{white-space:nowrap;font-variant-numeric:tabular-nums;font-weight:700}.order-card__item-qty{color:var(--color-text-muted);white-space:nowrap;font-variant-numeric:tabular-nums;font-size:.7rem;font-weight:600}@media (max-width:640px){.order-card__header{grid-template-columns:auto 1fr auto;grid-template-areas:"icon main status""icon total cta";gap:.5rem .75rem;padding:.75rem 1rem}.order-card__icon{grid-area:icon;align-self:center}.order-card__head-main{grid-area:main;min-width:0}.order-card__status{grid-area:status;place-self:start end}.order-card__total{text-align:left;grid-area:total;align-self:center}.order-card__cta{border:1px solid var(--color-border);border-radius:var(--radius-md);grid-area:cta;place-self:center end;min-height:40px;padding:.5rem .75rem}.order-card__items{padding:.75rem 1rem}}.order-status{border-radius:var(--radius-pill);white-space:nowrap;align-items:center;gap:.25rem;padding:3px .5rem;font-size:.7rem;font-weight:700;display:inline-flex}.order-status:before{content:"";background:currentColor;border-radius:999px;width:6px;height:6px}.order-status--info{color:var(--color-accent);background:var(--color-accent-soft)}.order-status--success{color:var(--color-success);background:#15803d1f}.order-status--warning{color:var(--color-warning);background:#b4530924}.order-status--danger{color:var(--color-danger);background:#b91c1c1a}.fav-list{flex-direction:column;gap:.75rem;display:flex}.fav-row{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);grid-template-columns:auto 1fr auto auto auto;align-items:center;gap:1rem;padding:.75rem 1rem;transition:box-shadow .2s cubic-bezier(.22,1,.36,1),border-color .2s cubic-bezier(.22,1,.36,1);display:grid;box-shadow:0 1px 2px #122a1d0f}.fav-row:hover{border-color:var(--color-accent);box-shadow:0 10px 30px -8px #122a1d1f}.fav-row__media{border-radius:var(--radius-md);background:var(--color-surface);flex:none;width:64px;height:64px;overflow:hidden}.fav-row__media img{object-fit:cover;width:100%;height:100%}.fav-row__info{flex-direction:column;gap:2px;min-width:0;display:flex}.fav-row__brand{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.7rem}.fav-row__name{font-family:var(--font-heading),system-ui,-apple-system,sans-serif;color:var(--color-text);overflow-wrap:anywhere;font-weight:600}.fav-row__name:hover{color:var(--color-accent)}.fav-row__price{font-family:var(--font-heading),system-ui,-apple-system,sans-serif;white-space:nowrap;flex-direction:column;align-items:flex-end;font-weight:700;display:flex}.fav-row__price-old{color:var(--color-text-muted);font-size:.7rem;font-weight:500;text-decoration:line-through}.fav-row__cart{border:1px solid var(--color-accent);border-radius:var(--radius-md);background:var(--color-accent-soft);height:40px;color:var(--color-accent);white-space:nowrap;cursor:pointer;flex:none;align-items:center;gap:.5rem;padding:0 .75rem;font-size:.8rem;font-weight:600;transition:color .2s cubic-bezier(.22,1,.36,1),border-color .2s cubic-bezier(.22,1,.36,1),background .2s cubic-bezier(.22,1,.36,1);display:inline-flex}.fav-row__cart:hover:not(:disabled){color:#fff;background:var(--color-accent)}.fav-row__cart:disabled{cursor:not-allowed;opacity:.5;border-color:var(--color-border);color:var(--color-text-muted);background:0 0}.fav-row__remove{border:1px solid var(--color-border);border-radius:var(--radius-md);width:40px;height:40px;color:var(--color-text-muted);cursor:pointer;background:0 0;flex:none;place-items:center;transition:color .2s cubic-bezier(.22,1,.36,1),border-color .2s cubic-bezier(.22,1,.36,1),background .2s cubic-bezier(.22,1,.36,1);display:grid}.fav-row__remove:hover{color:var(--color-danger);border-color:var(--color-danger);background:#b91c1c0f}@media (max-width:640px){.fav-row{grid-template-columns:auto 1fr auto;grid-template-areas:"media info remove""media price price""media cart cart";gap:.5rem .75rem}.fav-row__media{grid-area:media;align-self:start;width:52px;height:52px}.fav-row__info{grid-area:info}.fav-row__price{grid-area:price;align-items:flex-start}.fav-row__cart{grid-area:cart;justify-content:center}.fav-row__remove{grid-area:remove;align-self:start}}.account-empty{text-align:center;border:1px dashed var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);flex-direction:column;align-items:center;gap:.75rem;padding:4rem 1.5rem;display:flex}.account-empty__icon{background:var(--color-accent-soft);width:64px;height:64px;color:var(--color-accent);border-radius:999px;place-items:center;display:grid}.account-empty__title{font-family:var(--font-heading),system-ui,-apple-system,sans-serif;font-size:1.15rem;font-weight:600}.account-empty__text{color:var(--color-text-muted);max-width:36ch;font-size:.96rem}.account-forms{flex-direction:column;gap:1.5rem;display:flex}.account-form{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);padding:1.5rem;transition:box-shadow .25s cubic-bezier(.22,1,.36,1),border-color .25s cubic-bezier(.22,1,.36,1);position:relative}.account-form:hover{border-color:color-mix(in srgb, var(--color-accent) 28%, var(--color-border));box-shadow:0 1px 2px #122a1d0f}.account-form__head{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.account-form__head--spaced{border-top:1px solid var(--color-border);margin-top:2rem;padding-top:1.5rem}.account-form__icon{border-radius:var(--radius-md);background:var(--color-accent-soft);width:40px;height:40px;color:var(--color-accent);flex:none;place-items:center;display:grid}.account-form__title{font-family:var(--font-heading),system-ui,-apple-system,sans-serif;margin:0 0 1rem;font-size:1.05rem}.account-form__head .account-form__title{margin:0}.account-form__title--spaced{margin-top:1.5rem}.account-form__sub{color:var(--color-text-muted);margin:2px 0 0;font-size:.8rem;line-height:1.4}.account-form .button{margin-top:.5rem}.address-manager{flex-direction:column;gap:1.5rem;display:flex}.address-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 1rem;display:grid}@media (max-width:560px){.address-form__grid{grid-template-columns:1fr}}.address-form__actions{align-items:center;gap:.75rem;display:flex}.field--full{grid-column:1/-1}.address-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;display:grid}.address-card{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);flex-direction:column;gap:.5rem;padding:1rem;display:flex}.address-card--default{border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary)}.address-card__head{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.address-card__title{font-size:.96rem;font-weight:700}.address-card__badge{color:var(--color-primary);border:1px solid var(--color-primary);border-radius:var(--radius-sm);padding:2px .5rem;font-size:.7rem;font-weight:600}.address-card__name{margin:0;font-weight:600}.address-card__lines{color:var(--color-text-muted);margin:0;font-size:.8rem;line-height:1.5}.address-card__phone{color:var(--color-text-muted);margin:0;font-size:.8rem}.address-card__actions{border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;padding-top:.75rem;display:flex}.address-card__tools{align-items:center;gap:.5rem;display:flex}.address-card__link{color:var(--color-primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;padding:0;font-size:.8rem;display:inline-flex}.address-card__link:hover{text-decoration:underline}.address-card__icon-btn{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg);width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;justify-content:center;align-items:center;transition:border-color .15s,color .15s;display:inline-flex}.address-card__icon-btn:hover{border-color:var(--color-text-muted);color:var(--color-text)}.address-card__icon-btn--danger:hover{border-color:var(--color-danger);color:var(--color-danger)}.prefs-row{border-bottom:1px solid var(--color-border);cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 0;display:flex}.prefs-row:last-of-type{border-bottom:none}.prefs-row__text{flex-direction:column;gap:2px;display:flex}.prefs-row__label{font-weight:600}.prefs-row__hint{color:var(--color-text-muted);font-size:.8rem}.prefs-row__switch{width:18px;height:18px;accent-color:var(--color-primary);cursor:pointer;flex-shrink:0}.account-hero{animation:.6s cubic-bezier(.22,1,.36,1) both fade-up}.account-nav>.account-nav__back,.account-nav>.account-nav__group{animation:.5s cubic-bezier(.22,1,.36,1) both fade-up}.account-nav>:first-child{animation-delay:40ms}.account-nav>:nth-child(2){animation-delay:.1s}.account-nav>:nth-child(3){animation-delay:.16s}.account__section-head{animation:.5s cubic-bezier(.22,1,.36,1) both fade-up}.order-tabs{animation:.5s cubic-bezier(.22,1,.36,1) 40ms both fade-up}.order-list>*,.fav-list>*,.address-grid>*,.account-forms>*{animation:.55s cubic-bezier(.22,1,.36,1) both fade-up}.order-list>:first-child,.fav-list>:first-child,.address-grid>:first-child,.account-forms>:first-child{animation-delay:.1s}.order-list>:nth-child(2),.fav-list>:nth-child(2),.address-grid>:nth-child(2),.account-forms>:nth-child(2){animation-delay:.15s}.order-list>:nth-child(3),.fav-list>:nth-child(3),.address-grid>:nth-child(3),.account-forms>:nth-child(3){animation-delay:.2s}.order-list>:nth-child(4),.fav-list>:nth-child(4),.address-grid>:nth-child(4),.account-forms>:nth-child(4){animation-delay:.25s}.order-list>:nth-child(5),.fav-list>:nth-child(5),.address-grid>:nth-child(5),.account-forms>:nth-child(5){animation-delay:.3s}.order-list>:nth-child(6),.fav-list>:nth-child(6),.address-grid>:nth-child(6),.account-forms>:nth-child(6){animation-delay:.35s}.order-list>:nth-child(7),.fav-list>:nth-child(7),.address-grid>:nth-child(7),.account-forms>:nth-child(7){animation-delay:.4s}.order-list>:nth-child(8),.fav-list>:nth-child(8),.address-grid>:nth-child(8),.account-forms>:nth-child(8){animation-delay:.45s}.order-list>:nth-child(9),.fav-list>:nth-child(9),.address-grid>:nth-child(9),.account-forms>:nth-child(9){animation-delay:.5s}.order-list>:nth-child(10),.fav-list>:nth-child(10),.address-grid>:nth-child(10),.account-forms>:nth-child(10){animation-delay:.55s}.order-list>:nth-child(11),.fav-list>:nth-child(11),.address-grid>:nth-child(11),.account-forms>:nth-child(11){animation-delay:.6s}.order-list>:nth-child(12),.fav-list>:nth-child(12),.address-grid>:nth-child(12),.account-forms>:nth-child(12){animation-delay:.65s}.account-main>.account-form,.address-manager>.account-form{animation:.55s cubic-bezier(.22,1,.36,1) 80ms both fade-up}.account-empty{animation:.5s cubic-bezier(.22,1,.36,1) both scale-in}@media (prefers-reduced-motion:reduce){.account-nav__item,.order-card,.order-tabs__tab,.fav-row,.fav-row__remove{transition:none}}.order-timeline{margin:2rem 0}.order-timeline__track{margin:0;padding:0;list-style:none;display:flex}.order-timeline__step{text-align:center;flex-direction:column;flex:1;align-items:center;gap:.25rem;padding:0 .25rem;display:flex;position:relative}.order-timeline__step:before{content:"";background:var(--color-border);z-index:0;width:100%;height:2px;position:absolute;top:18px;right:50%}.order-timeline__step:first-child:before{display:none}.order-timeline__dot{z-index:1;background:var(--color-surface);border:2px solid var(--color-border);width:36px;height:36px;color:var(--color-text-muted);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:inline-flex;position:relative}.order-timeline__label{color:var(--color-text-muted);font-size:.7rem;font-weight:600}.order-timeline__date{color:var(--color-text-muted);font-variant-numeric:tabular-nums;font-size:.7rem}.order-timeline__step--done .order-timeline__dot{background:var(--color-success);border-color:var(--color-success);color:#fff}.order-timeline__step--done .order-timeline__label{color:var(--color-text)}.order-timeline__step--done:before{background:var(--color-success)}.order-timeline__step--active .order-timeline__dot{border-color:var(--color-accent);color:var(--color-accent);box-shadow:0 0 0 4px var(--color-accent-soft)}.order-timeline__step--active .order-timeline__label{color:var(--color-text);font-weight:700}.order-timeline__tracking{background:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:var(--radius-md);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.75rem 1rem;display:flex}.order-timeline__tracking-info{color:var(--color-text);align-items:center;gap:.25rem;font-size:.8rem;display:inline-flex}.order-timeline__tracking-link{color:var(--color-accent);align-items:center;gap:2px;font-size:.8rem;font-weight:600;display:inline-flex}.order-timeline__tracking-link:hover{text-decoration:underline}.order-timeline--cancelled{text-align:left;background:color-mix(in srgb, var(--color-danger) 8%, transparent);border:1px solid color-mix(in srgb, var(--color-danger) 30%, transparent);border-radius:var(--radius-md);align-items:center;gap:.75rem;padding:1rem;display:flex}.order-timeline__cancel-icon{background:var(--color-danger);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.order-timeline__cancel-title{color:var(--color-text);font-weight:700}.order-timeline__cancel-text{color:var(--color-text-muted);font-size:.8rem}@media (max-width:560px){.order-timeline__track{flex-direction:column;align-items:stretch;gap:1rem}.order-timeline__step{text-align:left;flex-direction:row;align-items:center;gap:.75rem;padding:0}.order-timeline__step:before{width:2px;height:100%;inset:auto auto 50% 17px}.order-timeline__date{margin-left:auto}}.order-detail__cancel,.order-confirmation__cancel{text-align:left;margin-top:1rem}.order-cancel{background:color-mix(in srgb, var(--color-danger) 5%, transparent);border:1px solid color-mix(in srgb, var(--color-danger) 25%, transparent);border-radius:var(--radius-md);margin-top:.75rem;padding:1rem}.order-cancel__title{color:var(--color-text);margin-bottom:.75rem;font-weight:700}.order-cancel__reasons{flex-direction:column;gap:.25rem;margin:0 0 .75rem;padding:0;list-style:none;display:flex}.order-cancel__reason{border-radius:var(--radius-sm);color:var(--color-text);cursor:pointer;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.8rem;transition:background .15s;display:flex}.order-cancel__reason:hover{background:var(--color-surface-alt)}.order-cancel__reason input{accent-color:var(--color-accent)}.order-cancel__note{margin-bottom:.75rem}.order-cancel__actions{flex-wrap:wrap;gap:.5rem;display:flex}.rating-stars{align-items:center;gap:.5rem;line-height:1;display:inline-flex}.rating-stars__track{display:inline-block;position:relative}.rating-stars__row{gap:.15em;width:max-content;display:flex}.rating-stars__row svg{flex:none;display:block}.rating-stars__row--empty{color:var(--color-border)}.rating-stars__clip{pointer-events:none;height:100%;position:absolute;top:0;left:0;overflow:hidden}.rating-stars__row--full{color:#f6a609}.rating-stars__value{color:var(--color-text);font-size:.9rem;font-weight:600}.rating-stars__count{color:var(--color-text-muted);font-size:.85rem}.star-input{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.star-input__stars{gap:.25rem;display:inline-flex}.star-input__star{border-radius:var(--radius-sm);cursor:pointer;min-width:44px;min-height:44px;color:var(--color-border);background:0 0;border:0;flex:none;justify-content:center;align-items:center;padding:.5rem;line-height:0;transition:color .15s;display:inline-flex}.star-input__star:hover{color:#f7b733}.star-input__star--on{color:#f6a609}.star-input__star:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.star-input__hint{color:var(--color-text-muted);min-width:8ch;font-size:.85rem;font-weight:500}@media (prefers-reduced-motion:reduce){.star-input__star{transition:none}}.product-card__rating{margin-top:.25rem}.product-detail__rating{cursor:pointer;background:0 0;border:0;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:0;display:inline-flex}.product-detail__rating-link{color:var(--color-accent);text-underline-offset:2px;font-size:.85rem;text-decoration:underline}.product-detail__rating:hover .product-detail__rating-link{color:var(--color-accent-dark)}.reviews__summary{margin-bottom:1.5rem}.reviews__score{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.reviews__avg{color:var(--color-text);font-size:2rem;font-weight:700;line-height:1}.reviews__total{color:var(--color-text-muted);font-size:.9rem}.reviews__list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.reviews__item{border-top:1px solid var(--color-border);padding:1rem 0}.reviews__item:first-child{border-top:0}.reviews__head{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.reviews__author{color:var(--color-text);font-weight:600}.reviews__date{color:var(--color-text-muted);margin-left:auto;font-size:.8rem}.reviews__comment{color:var(--color-text);margin:.5rem 0 0;line-height:1.55}.order-reviews__intro{color:var(--color-text-muted);margin:0 0 1rem;font-size:.9rem}.order-reviews__list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.order-review{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);flex-direction:column;gap:.75rem;padding:1rem;display:flex}.order-review__product{align-items:center;gap:.75rem;display:flex}.order-review__thumb{border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0}.order-review__name{color:var(--color-text);font-weight:600;text-decoration:none}.order-review__name:hover{color:var(--color-accent)}.order-review__form{flex-direction:column;gap:.75rem;display:flex}.order-review__actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.order-review__done-head{align-items:center;gap:.75rem;display:flex}.order-review__edit{cursor:pointer;color:var(--color-accent);text-underline-offset:2px;background:0 0;border:0;padding:0;font-size:.85rem;text-decoration:underline}.order-review__comment{color:var(--color-text-muted);margin:0;font-size:.9rem;line-height:1.5}.band--cream{background:#e9f3ec}.band--ink{background:var(--color-ink);color:#ffffffd1}.section--tight{padding-top:0}.home-hero{flex-direction:column;gap:1rem;min-width:0;min-height:360px;display:flex}@media (min-width:1024px){.home-hero{flex-direction:row;align-items:stretch;min-height:440px}}.popular-slider{border-radius:var(--radius-lg);background:var(--color-surface);border:1px solid var(--color-border);flex-direction:column;flex:none;gap:.75rem;min-width:0;padding:1rem;display:flex;box-shadow:0 1px 2px #122a1d0f}@media (min-width:1024px){.popular-slider{width:320px;padding:1rem}}.popular-slider__head{flex-direction:column;gap:2px;display:flex}.popular-slider__eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--color-accent);font-size:.7rem;font-weight:600}.popular-slider__title{font-family:var(--font-heading),system-ui,-apple-system,sans-serif;color:var(--color-text);font-size:1.05rem;font-weight:600}.popular-slider__viewport{flex:1;min-height:320px;position:relative}@media (min-width:1024px){.popular-slider__viewport{min-height:0}}.popular-slider__card{opacity:0;pointer-events:none;flex-direction:column;gap:.75rem;transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;inset:0;transform:translate(16px)}.popular-slider__card.is-active{opacity:1;pointer-events:auto;z-index:1;transform:none}.popular-slider__media{border-radius:var(--radius-md);background:var(--color-surface-alt);flex:1;min-height:180px;display:block;position:relative;overflow:hidden}.popular-slider__media img{object-fit:cover;transition:transform .6s cubic-bezier(.22,1,.36,1)}.popular-slider__media:hover img{transform:scale(1.05)}.popular-slider__badge{z-index:1;position:absolute;top:.75rem;left:.75rem}.popular-slider__body{flex-direction:column;gap:.25rem;display:flex}.popular-slider__brand{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);font-size:.7rem}.popular-slider__name{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.96rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.popular-slider__name a{color:var(--color-text)}.popular-slider__name a:hover{color:var(--color-accent)}.popular-slider__prices{align-items:baseline;gap:.5rem;margin-top:.25rem;display:flex}.popular-slider__price{font-family:var(--font-heading),system-ui,-apple-system,sans-serif;color:var(--color-text);font-size:1.05rem;font-weight:700}.popular-slider__price--discounted{color:var(--color-accent)}.popular-slider__price-old{color:var(--color-text-muted);font-size:.8rem;text-decoration:line-through}.popular-slider__nav{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.popular-slider__arrow{background:var(--color-surface);border:1px solid var(--color-border);width:32px;height:32px;color:var(--color-text);cursor:pointer;border-radius:999px;flex:none;justify-content:center;align-items:center;transition:color .18s,border-color .18s,transform .18s cubic-bezier(.22,1,.36,1);display:inline-flex}.popular-slider__arrow:hover{color:var(--color-accent);border-color:var(--color-accent);transform:translateY(-1px)}.popular-slider__arrow:active{transform:scale(.94)}.popular-slider__arrow:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.popular-slider__dots{justify-content:center;align-items:center;gap:.5rem;display:flex}.popular-slider__dot{background:var(--color-border);cursor:pointer;border-radius:999px;width:8px;height:8px;transition:width .3s cubic-bezier(.34,1.56,.64,1),background-color .25s;position:relative}.popular-slider__dot:before{content:"";position:absolute;inset:-10px}.popular-slider__dot:hover{background:var(--color-text-muted)}.popular-slider__dot:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.popular-slider__dot.is-active{background:var(--color-accent);width:22px}@media (prefers-reduced-motion:reduce){.popular-slider__card{transition:opacity .2s linear;transform:none}}.hero-section{gap:1rem;margin-block:1rem;display:grid}.category-cards{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (min-width:768px){.category-cards{grid-template-columns:repeat(3,1fr)}}.category-cards__card{aspect-ratio:4/5;border-radius:var(--radius-lg);color:#fff;transition:transform .25s,box-shadow .25s;display:block;position:relative;overflow:hidden;box-shadow:0 1px 2px #122a1d0f}@media (min-width:768px){.category-cards__card{aspect-ratio:5/3}}.category-cards__card:hover{transform:translateY(-4px);box-shadow:0 10px 30px -8px #122a1d1f}.category-cards__card:hover .category-cards__media img{transform:scale(1.06)}.category-cards__card:hover .category-cards__cta{gap:.5rem}.category-cards__media{background:var(--color-surface-alt);position:absolute;inset:0;overflow:hidden}.category-cards__media img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.22,1,.36,1)}.category-cards__media-fallback{color:var(--color-text-muted);background:var(--color-surface-alt);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.category-cards__media:after{content:"";background:linear-gradient(#0000 38%,#0000008c 72%,#000000d9 100%);position:absolute;inset:0}.category-cards__body{z-index:1;flex-direction:column;gap:.5rem;padding:1rem;display:flex;position:absolute;inset:auto 0 0}.category-cards__name{font-family:var(--font-heading),system-ui,-apple-system,sans-serif;color:#fff;font-size:1.05rem;font-weight:600}.category-cards__desc{color:#ffffffd1;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;line-height:1.5;display:-webkit-box;overflow:hidden}.category-cards__cta{color:#fff;align-items:center;gap:.25rem;margin-top:.25rem;font-size:.8rem;font-weight:600;transition:gap .2s;display:inline-flex}.trust{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (min-width:768px){.trust{grid-template-columns:repeat(4,1fr)}}.trust__item{align-items:center;gap:.75rem;display:flex}.trust__item:hover .trust__icon{background-image:var(--gradient-accent);color:var(--color-accent-contrast);box-shadow:0 12px 28px -10px #15803d73}.trust__icon{background:var(--color-accent-soft);width:46px;height:46px;color:var(--color-accent);border-radius:999px;flex:none;justify-content:center;align-items:center;transition:background-color .25s,color .25s,box-shadow .25s,transform .25s cubic-bezier(.34,1.56,.64,1);display:inline-flex}.trust__title{font-size:.8rem;font-weight:600}.trust__text{color:var(--color-text-muted);font-size:.7rem}.story{grid-template-columns:1fr;align-items:center;gap:2rem;display:grid}@media (min-width:768px){.story{grid-template-columns:1fr 1fr;gap:4rem}.story--reverse .story__media{order:2}}.story__media{border-radius:var(--radius-lg);aspect-ratio:4/3;position:relative;overflow:hidden}.story__media img{object-fit:cover;width:100%;height:100%}.story__eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--color-accent);margin-bottom:.75rem;font-size:.7rem;font-weight:600;display:block}.story__title{margin-bottom:1rem;font-size:1.35rem}.story__text{color:var(--color-text-muted);max-width:52ch;margin-bottom:1rem;line-height:1.7}.story__stats{gap:2rem;margin-block:1.5rem;display:flex}.story__stat-num{font-family:var(--font-heading),system-ui,-apple-system,sans-serif;color:var(--color-text);font-size:1.35rem;font-weight:700;display:block}.story__stat-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem}.marquee{white-space:nowrap;border-block:1px solid var(--color-border);padding-block:1rem;overflow:hidden}.marquee__track{align-items:center;gap:2rem;animation:26s linear infinite marquee-x;display:inline-flex}.marquee__item{font-family:var(--font-heading),system-ui,-apple-system,sans-serif;color:var(--color-text);align-items:center;gap:2rem;font-size:1.35rem;font-weight:600;display:inline-flex}.marquee__item:after{content:"✦";color:var(--color-accent);font-size:.96rem}@keyframes marquee-x{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.marquee__track{animation:none}}.lookbook{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (min-width:768px){.lookbook{grid-template-columns:repeat(4,1fr);grid-auto-rows:1fr}}.lookbook__item{border-radius:var(--radius-md);aspect-ratio:3/4;background:var(--color-surface-alt);position:relative;overflow:hidden}.lookbook__item img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.22,1,.36,1)}.lookbook__item:hover img{transform:scale(1.05)}@media (min-width:768px){.lookbook__item--tall{aspect-ratio:3/8;grid-row:span 2}}.lookbook__tag{color:var(--color-text);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffeb;border-radius:999px;align-items:center;gap:.25rem;padding:6px 12px;font-size:.7rem;font-weight:600;display:inline-flex;position:absolute;bottom:.75rem;left:.75rem}.testimonials{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.testimonials{grid-template-columns:repeat(3,1fr)}}.testimonials__card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);flex-direction:column;gap:.75rem;padding:2rem;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s,border-color .3s;display:flex;position:relative;box-shadow:0 1px 2px #122a1d0f}.testimonials__card:hover{border-color:color-mix(in srgb, var(--color-accent) 40%, var(--color-border));transform:translateY(-4px);box-shadow:0 10px 30px -8px #122a1d1f}.testimonials__stars{color:var(--color-accent);gap:2px;display:flex}.testimonials__stars svg{fill:currentColor}.testimonials__quote{font-family:var(--font-heading),system-ui,-apple-system,sans-serif;font-size:1.05rem;line-height:1.5}.testimonials__author{align-items:center;gap:.75rem;margin-top:auto;display:flex}.testimonials__avatar{background:var(--color-accent-soft);width:40px;height:40px;color:var(--color-accent);border-radius:999px;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.testimonials__name{font-size:.8rem;font-weight:600}.testimonials__role{color:var(--color-text-muted);font-size:.7rem}.newsletter{text-align:center;max-width:560px;margin-inline:auto}.newsletter__eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--color-accent);font-size:.7rem;font-weight:600}.newsletter__title{color:#fff;margin-block:.75rem;font-size:1.35rem}.newsletter__text{color:#ffffffb3;margin-bottom:1.5rem}.newsletter__form{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.newsletter__input{color:#fff;background:#ffffff0f;border:1px solid #fff3;border-radius:999px;flex:1;min-width:220px;height:48px;padding-inline:1rem}.newsletter__input::placeholder{color:#ffffff80}.newsletter__input:focus{border-color:var(--color-accent);background:#ffffff1a;outline:none}.newsletter__note{color:#ffffff80;margin-top:1rem;font-size:.7rem}.newsletter__success{color:#fff;background:#ffffff14;border-radius:999px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;display:inline-flex}.newsletter__error{color:#fca5a5;flex-basis:100%;margin-top:.75rem;font-size:.8rem}.search{width:100%;position:relative}.search__form{background:var(--color-surface);border:1px solid var(--color-border);border-radius:999px;align-items:center;gap:.5rem;height:42px;padding-inline:.75rem;transition:border-color .15s,background-color .15s;display:flex}.search__form:focus-within{border-color:var(--color-accent);background:var(--color-bg)}.search__form svg{color:var(--color-text-muted);flex-shrink:0}.search__input{min-width:0;color:var(--color-text);background:0 0;border:0;flex:1;font-size:.8rem}.search__input:focus{outline:none}.search__input::placeholder{color:var(--color-text-muted)}.search__input::-webkit-search-cancel-button{-webkit-appearance:none}.search__clear{color:var(--color-text-muted);display:inline-flex}.search__clear:hover{color:var(--color-accent)}.search__toggle{width:44px;height:44px;color:var(--color-text);border-radius:999px;justify-content:center;align-items:center;transition:background-color .18s,color .18s;display:none}.search__toggle:hover{background:var(--color-accent-soft);color:var(--color-accent)}.search__back{color:var(--color-text-muted);flex-shrink:0;align-items:center;display:none}.search__back:hover{color:var(--color-accent)}.search__dropdown{z-index:120;background:var(--color-bg);border:1px solid var(--color-border);box-shadow:var(--shadow-glow);border-radius:12px;max-height:70vh;padding:.5rem;animation:.16s dropdown-in;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto}.search__empty{text-align:center;color:var(--color-text-muted);padding:1rem;font-size:.8rem}.search__shortcuts{border-bottom:1px solid var(--color-border);flex-direction:column;gap:2px;margin-bottom:.5rem;padding-bottom:.5rem;display:flex}.search__shortcut{color:var(--color-text);border-radius:8px;align-items:center;gap:.75rem;padding:.5rem;transition:background-color .12s;display:flex}.search__shortcut:hover{background:var(--color-surface)}.search__shortcut>svg:last-child{color:var(--color-text-muted);flex-shrink:0}.search__shortcut-icon{background:var(--color-accent-soft);width:32px;height:32px;color:var(--color-accent);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.search__shortcut-label{flex-direction:column;flex:1;min-width:0;display:flex}.search__shortcut-kind{color:var(--color-text-muted);font-size:.7rem}.search__shortcut-value{-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:.8rem;font-weight:500;display:-webkit-box;overflow:hidden}.search__result{color:var(--color-text);border-radius:8px;align-items:center;gap:.75rem;padding:.5rem;transition:background-color .12s;display:flex}.search__result:hover,.search__result.is-active{background:var(--color-surface)}.search__result-media{background:var(--color-surface-alt);border-radius:8px;flex-shrink:0;width:48px;height:48px;overflow:hidden}.search__result-media img{object-fit:cover;width:100%;height:100%}.search__result-info{flex-direction:column;flex:1;min-width:0;display:flex}.search__result-name{-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:.8rem;font-weight:500;display:-webkit-box;overflow:hidden}.search__result-cat{color:var(--color-text-muted);font-size:.7rem}.search__result-price{white-space:nowrap;font-size:.8rem;font-weight:600}.search__all{border-top:1px solid var(--color-border);width:100%;color:var(--color-accent);justify-content:center;align-items:center;gap:.5rem;margin-top:.25rem;padding:.75rem;font-size:.8rem;font-weight:600;display:inline-flex}.search__all:hover{background:var(--color-surface)}@keyframes dropdown-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}@media (max-width:639px){.search{justify-content:flex-end;display:flex}.search__toggle{display:inline-flex}.search__form{display:none}.search.is-expanded{z-index:130;background:var(--color-bg);justify-content:flex-start;align-items:center;gap:.5rem;padding-inline:1rem;animation:.18s search-expand;position:absolute;inset:0}.search.is-expanded .search__toggle{display:none}.search.is-expanded .search__form{flex:1;display:flex}.search.is-expanded .search__form>svg{display:none}.search.is-expanded .search__back{display:inline-flex}.search.is-expanded .search__dropdown{left:1rem;right:1rem}}@keyframes search-expand{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:none}}.search-page__form{gap:.5rem;max-width:560px;margin-bottom:2rem;display:flex}.search-page__field{background:var(--color-surface);border:1px solid var(--color-border);border-radius:999px;flex:1;align-items:center;gap:.5rem;min-width:0;height:48px;padding-inline:1rem;transition:border-color .15s,background-color .15s;display:flex}.search-page__field:focus-within{border-color:var(--color-accent);background:var(--color-bg)}.search-page__field svg{color:var(--color-text-muted);flex-shrink:0}.search-page__input{min-width:0;color:var(--color-text);background:0 0;border:0;flex:1;font-size:16px}.search-page__input:focus{outline:none}.search-page__input::placeholder{color:var(--color-text-muted)}.search-page__input::-webkit-search-cancel-button{-webkit-appearance:none}.fav-toggle{color:var(--color-text);align-items:center;gap:.5rem;transition:color .15s,background-color .15s,transform .15s;display:inline-flex}.fav-toggle svg{transition:fill .15s,transform .15s}.fav-toggle.is-active{color:var(--color-accent)}.fav-toggle.is-active svg{fill:var(--color-accent)}.fav-toggle--overlay{z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffeb;border-radius:999px;justify-content:center;width:38px;height:38px;position:absolute;top:.75rem;right:.75rem;box-shadow:0 1px 2px #122a1d0f}.fav-toggle--overlay:hover{color:var(--color-accent);transform:scale(1.08)}.fav-toggle--overlay.is-active:hover{color:var(--color-accent-dark)}.fav-toggle--inline{border:1px solid var(--color-border);border-radius:12px;height:48px;padding-inline:1rem;font-size:.8rem;font-weight:600}.fav-toggle--inline:hover{border-color:var(--color-accent);color:var(--color-accent)}.fav-toggle--inline.is-active{border-color:var(--color-accent)}.product-card{position:relative}.cat-sidebar{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden}.cat-sidebar__title{border-bottom:1px solid var(--color-border);letter-spacing:.01em;padding:.75rem 1rem;font-size:.8rem;font-weight:700}.cat-sidebar__list{flex-direction:column;gap:2px;padding:.5rem;list-style:none;display:flex}.cat-sidebar__link{border-radius:var(--radius-pill);color:var(--color-text);align-items:center;gap:.75rem;padding:.5rem .75rem;font-size:.8rem;font-weight:500;transition:background-color .18s cubic-bezier(.22,1,.36,1),color .18s cubic-bezier(.22,1,.36,1);display:flex}.cat-sidebar__link svg{color:var(--color-text-muted);flex:none;transition:color .18s}.cat-sidebar__link:hover{background:var(--color-accent-soft);color:var(--color-accent-dark)}.cat-sidebar__link:hover svg{color:var(--color-accent)}.cat-sidebar__link:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.cat-sidebar__link.is-active{background-image:var(--gradient-accent);color:var(--color-accent-contrast);font-weight:600}.cat-sidebar__link.is-active svg,.cat-sidebar__link.is-active:hover,.cat-sidebar__link.is-active:hover svg{color:var(--color-accent-contrast)}.cat-sidebar__name{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@media (prefers-reduced-motion:reduce){.cat-sidebar__link,.cat-sidebar__link svg{transition:none}}.bottom-nav{display:none}@media (max-width:767px){.bottom-nav{z-index:160;height:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:var(--header-bg);-webkit-backdrop-filter:saturate(180%)blur(12px);backdrop-filter:saturate(180%)blur(12px);border-top:1px solid var(--color-border);align-items:stretch;display:flex;position:fixed;bottom:0;left:0;right:0}}.bottom-nav__item{min-width:0;color:var(--color-text-muted);-webkit-tap-highlight-color:#0000;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding-top:.25rem;transition:color .18s;display:flex}.bottom-nav__item:hover{color:var(--color-text)}.bottom-nav__item:focus-visible{outline:2px solid var(--color-accent);outline-offset:-3px;border-radius:12px}.bottom-nav__item.is-active{color:var(--color-accent)}.bottom-nav__icon{justify-content:center;align-items:center;display:inline-flex;position:relative}.bottom-nav__label{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.65rem;font-weight:600;line-height:1;overflow:hidden}.bottom-nav__badge{background:var(--color-accent);min-width:16px;height:16px;color:var(--color-accent-contrast);border-radius:999px;justify-content:center;align-items:center;margin-left:-10px;padding-inline:4px;font-size:.6rem;font-weight:700;line-height:1;animation:.3s cubic-bezier(.34,1.56,.64,1) badge-pop;display:inline-flex;position:absolute;top:-6px;left:100%}@media (prefers-reduced-motion:reduce){.bottom-nav__badge{animation:none}}.banner-slider{border-radius:var(--radius-lg);background:var(--color-surface-alt);isolation:isolate;flex:1;width:100%;min-height:360px;position:relative;overflow:hidden}@media (min-width:1024px){.banner-slider{min-height:460px}}.banner-slider__viewport{position:absolute;inset:0}.banner-slider__slide{opacity:0;pointer-events:none;transition:opacity .9s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.banner-slider__slide.is-active{opacity:1;pointer-events:auto;z-index:1}.banner-slider__slide.is-active .banner-slider__img{animation:8s cubic-bezier(.22,1,.36,1) both bs-kenburns}.banner-slider__slide.is-active .banner-slider__content>*{animation:.85s cubic-bezier(.22,1,.36,1) both bs-rise}.banner-slider__slide.is-active .banner-slider__title{animation-delay:.15s}.banner-slider__slide.is-active .banner-slider__text{animation-delay:.28s}.banner-slider__slide.is-active .banner-slider__cta{animation-delay:.4s}.banner-slider__img{object-fit:cover;will-change:transform}.banner-slider__overlay{background:radial-gradient(120% 130% at 0% 100%, color-mix(in srgb, var(--color-accent) 32%, transparent) 0%, transparent 52%),linear-gradient(95deg, #080b10d1 0%, #080b1075 42%, #080b100a 76%),linear-gradient(0deg, #080b1099 0%, #080b1000 46%);position:absolute;inset:0}.banner-slider__content{z-index:2;color:#fff;flex-direction:column;justify-content:center;align-items:flex-start;gap:.75rem;max-width:42rem;padding:1rem;display:flex;position:absolute;inset:0}@media (min-width:768px){.banner-slider__content{padding:2rem}}.banner-slider__title{color:#fff;letter-spacing:-.02em;text-shadow:0 2px 28px #00000061;font-size:clamp(1.9rem,4.6vw,3.25rem);font-weight:700;line-height:1.04}.banner-slider__text{color:#ffffffe6;text-shadow:0 1px 14px #00000052;max-width:44ch;font-size:1.05rem;line-height:1.6}.banner-slider__cta{margin-top:.75rem}.banner-slider__arrow{color:#fff;z-index:4;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;transition:opacity .3s,background-color .25s,color .25s,transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 6px 20px #00000047}.banner-slider__arrow:hover{opacity:1;transform:translateY(-50%)scale(1.08)}.banner-slider__arrow:focus-visible{outline-offset:2px;opacity:1;outline:2px solid #fff}.banner-slider__arrow--prev{left:-.25rem}.banner-slider__arrow--next{right:-.25rem}@media (hover:hover){.banner-slider__arrow{opacity:0}.banner-slider:hover .banner-slider__arrow{opacity:1}}.banner-slider__nav{z-index:4;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex;position:absolute;bottom:0;left:0;right:0}@media (min-width:768px){.banner-slider__nav{padding:1rem 2rem}}.banner-slider__count{font-family:var(--font-heading),system-ui,-apple-system,sans-serif;letter-spacing:.08em;color:#ffffff9e;text-shadow:0 1px 10px #0006;align-items:baseline;gap:6px;padding:.25rem 1.5rem;font-size:.8rem;display:inline-flex;position:relative}.banner-slider__count-cur{color:#fff;font-size:1.05rem;font-weight:700}.banner-slider__dots{align-items:center;gap:.5rem;display:flex}.banner-slider__dot{cursor:pointer;background:#ffffff4d;border-radius:999px;width:28px;height:4px;transition:width .4s cubic-bezier(.34,1.56,.64,1),background-color .3s;position:relative;overflow:hidden}.banner-slider__dot:before{content:"";position:absolute;inset:-20px -6px}.banner-slider__dot:hover{background:#ffffff80}.banner-slider__dot:focus-visible{outline-offset:4px;outline:2px solid #fff}.banner-slider__dot.is-active{background:#ffffff52;width:56px}.banner-slider__dot-fill{border-radius:inherit;transform-origin:0;background:#fff;position:absolute;inset:0;transform:scaleX(0)}.banner-slider__dot.is-active .banner-slider__dot-fill{animation:bs-progress var(--bs-autoplay,6s) linear both}.banner-slider.is-paused .banner-slider__dot.is-active .banner-slider__dot-fill{animation-play-state:paused}@keyframes bs-kenburns{0%{transform:scale(1.12)}to{transform:scale(1)}}@keyframes bs-rise{0%{opacity:0;filter:blur(8px);transform:translateY(30px)}to{opacity:1;filter:blur();transform:none}}@keyframes bs-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (prefers-reduced-motion:reduce){.banner-slider__slide{transition:opacity .2s linear}.banner-slider__slide.is-active .banner-slider__img,.banner-slider__slide.is-active .banner-slider__content>*{animation:none}.banner-slider__dot.is-active .banner-slider__dot-fill{animation:none;transform:scaleX(1)}}.product-slider{position:relative}.product-slider__track{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:1rem;padding-block:.5rem 1rem;padding-inline:2px;scroll-padding-inline:.25rem;display:flex;overflow-x:auto}.product-slider__track::-webkit-scrollbar{display:none}.product-slider__track{touch-action:pan-y;cursor:grab}.product-slider__track.is-dragging{cursor:grabbing;scroll-snap-type:none;-webkit-user-select:none;user-select:none}.product-slider__track.is-dragging img{pointer-events:none}.product-slider__item{scroll-snap-align:start;flex:none;width:calc(83.3333% - .833333rem)}@media (min-width:640px){.product-slider__item{width:calc(45.4545% - .909091rem)}}@media (min-width:768px){.product-slider__item{width:calc(31.25% - .9375rem)}}@media (min-width:1024px){.product-slider__item{width:calc(25% - .75rem)}}.product-slider__arrow{z-index:4;background:var(--color-surface);border:1px solid var(--color-border);width:34px;height:34px;color:var(--color-text);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;transition:color .18s,border-color .18s,background-color .18s,transform .18s cubic-bezier(.22,1,.36,1);display:none;position:absolute;top:38%}.product-slider__arrow:hover{color:var(--color-accent);border-color:var(--color-accent);transform:translateY(-1px)}.product-slider__arrow:active{transform:scale(.94)}.product-slider__arrow:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}@media (min-width:768px){.product-slider__arrow{display:inline-flex}}.product-slider__arrow--prev{left:-8px}.product-slider__arrow--next{right:-8px}.faq{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.faq{grid-template-columns:280px 1fr;align-items:start;gap:3rem}}.faq__cats{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.faq__cats::-webkit-scrollbar{display:none}@media (min-width:768px){.faq__cats{top:calc(var(--sticky-header-stack) + 1rem);flex-direction:column;padding-bottom:0;position:sticky;overflow:visible}}.faq__cat{border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text);white-space:nowrap;cursor:pointer;border-radius:999px;flex:none;align-items:center;gap:.75rem;min-height:44px;padding:.75rem 1rem;font-size:.8rem;font-weight:600;transition:background-color .22s,color .22s,border-color .22s,box-shadow .22s;display:inline-flex}@media (min-width:768px){.faq__cat{border-radius:var(--radius-md);width:100%}}.faq__cat:hover{border-color:color-mix(in srgb, var(--color-accent) 45%, var(--color-border));color:var(--color-accent)}.faq__cat:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.faq__cat.is-active{background-image:var(--gradient-accent);color:var(--color-accent-contrast);border-color:#0000;box-shadow:0 12px 28px -10px #15803d73}.faq__cat.is-active .faq__cat-icon{color:var(--color-accent-contrast)}.faq__cat.is-active .faq__cat-count{color:var(--color-accent-contrast);background:#ffffff38}.faq__cat-icon{color:var(--color-accent);flex:none;transition:color .22s;display:inline-flex}.faq__cat-label{flex:1}.faq__cat-count{background:var(--color-accent-soft);min-width:22px;color:var(--color-accent);text-align:center;border-radius:999px;flex:none;padding:0 .5rem;font-size:.7rem;line-height:22px;display:none}@media (min-width:768px){.faq__cat-count{display:inline-block}}.faq__panel{flex-direction:column;gap:.75rem;min-width:0;display:flex}.faq__item{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg);transition:border-color .22s,box-shadow .22s}.faq__item:hover{border-color:color-mix(in srgb, var(--color-accent) 40%, var(--color-border))}.faq__item:has(.faq__trigger.is-open){border-color:color-mix(in srgb, var(--color-accent) 55%, var(--color-border));box-shadow:0 1px 2px #122a1d0f}.faq__q{margin:0}.faq__trigger{border-radius:var(--radius-md);text-align:left;cursor:pointer;width:100%;min-height:56px;font-family:var(--font-heading),system-ui,-apple-system,sans-serif;color:var(--color-text);background:0 0;border:0;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;font-size:.96rem;font-weight:600;transition:color .2s;display:flex}.faq__trigger:hover,.faq__trigger.is-open{color:var(--color-accent)}.faq__trigger:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;outline-offset:-2px}.faq__q-text{min-width:0}.faq__q-icon{color:var(--color-accent);flex:none;transition:transform .3s cubic-bezier(.22,1,.36,1);display:inline-flex}.faq__trigger.is-open .faq__q-icon{transform:rotate(180deg)}.faq__answer{grid-template-rows:0fr;transition:grid-template-rows .32s cubic-bezier(.22,1,.36,1);display:grid}.faq__answer.is-open{grid-template-rows:1fr}.faq__answer-inner{min-height:0;overflow:hidden}.faq__a-text{color:var(--color-text-muted);margin:0;padding:0 1.5rem 1.5rem;font-size:.8rem;line-height:1.7}@media (prefers-reduced-motion:reduce){.faq__answer,.faq__q-icon{transition:none}}.not-found{isolation:isolate;background:var(--color-bg);min-height:100dvh;color:var(--color-text);place-items:center;padding:3rem 1rem;display:grid;position:relative;overflow:hidden}.not-found__bg{z-index:-2;pointer-events:none;position:absolute;inset:0;overflow:hidden}.not-found__glow{background:var(--gradient-accent);filter:blur(70px);will-change:transform;border-radius:50%;position:absolute}.not-found__glow--1{opacity:.28;width:36rem;height:36rem;animation:18s cubic-bezier(.22,1,.36,1) infinite alternate nf-drift;top:-13rem;left:-9rem}.not-found__glow--2{opacity:.22;width:30rem;height:30rem;animation:22s cubic-bezier(.22,1,.36,1) infinite alternate-reverse nf-drift;bottom:-14rem;right:-11rem}.not-found__grid{z-index:-1;pointer-events:none;background-image:radial-gradient(circle, color-mix(in srgb, var(--color-text) 9%, transparent) 1px, transparent 1px);background-size:26px 26px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 50% 42%,#000 0%,#0000 70%);mask-image:radial-gradient(circle at 50% 42%,#000 0%,#0000 70%)}.not-found__inner{z-index:1;text-align:center;width:100%;max-width:600px;position:relative}.not-found__brand{align-items:center;gap:.5rem;margin-bottom:3rem;display:inline-flex}.not-found__brand-mark{border-radius:var(--radius-sm);background:var(--color-accent-soft);width:34px;height:34px;color:var(--color-accent);place-items:center;display:grid}.not-found__brand-mark svg{width:20px;height:20px}.not-found__brand-name{font-family:var(--font-heading),system-ui,-apple-system,sans-serif;letter-spacing:-.01em;color:var(--color-text);font-size:1.05rem;font-weight:700}.not-found__display{justify-content:center;align-items:center;gap:clamp(.4rem,2vw,1.1rem);margin-bottom:1.5rem;line-height:1;display:flex}.not-found__digit{font-family:var(--font-heading),system-ui,-apple-system,sans-serif;letter-spacing:-.05em;background:var(--gradient-accent);color:#0000;filter:drop-shadow(0 14px 24px color-mix(in srgb, var(--color-accent) 28%, transparent));-webkit-background-clip:text;background-clip:text;font-size:clamp(4.5rem,19vw,11rem);font-weight:700}.not-found__sun{width:clamp(4rem,17vw,9.5rem);height:clamp(4rem,17vw,9.5rem);color:var(--color-accent);filter:drop-shadow(0 12px 34px color-mix(in srgb, var(--color-accent) 55%, transparent))}.not-found__sun-disc{fill:var(--color-accent)}.not-found__sun-ring{fill:none;stroke:var(--color-accent);opacity:.5}.not-found__sun-rays{stroke:var(--color-accent);transform-origin:50%;animation:26s linear infinite nf-spin}.not-found__eyebrow{border-radius:var(--radius-pill);background:var(--color-accent-soft);color:var(--color-accent-dark);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.25rem .75rem;font-size:.7rem;font-weight:600;display:inline-flex}.not-found__eyebrow:before{content:"";background:currentColor;border-radius:50%;width:7px;height:7px;animation:2.4s cubic-bezier(.22,1,.36,1) infinite nf-pulse}.not-found__title{letter-spacing:-.02em;color:var(--color-text);margin-bottom:.75rem;font-size:clamp(1.5rem,4.5vw,2.1rem);line-height:1.15}.not-found__text{max-width:42ch;color:var(--color-text-muted);margin:0 auto 2rem;font-size:1.05rem;line-height:1.6}.not-found__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.not-found__links{border-top:1px solid var(--color-border);flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-top:3rem;padding-top:2rem;display:flex}.not-found__links-label{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);flex-basis:100%;margin-bottom:.25rem;font-size:.7rem;font-weight:600}.not-found__link{border-radius:var(--radius-pill);border:1px solid var(--color-border);background:var(--glass-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);min-height:2rem;color:var(--color-text-muted);align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.8rem;font-weight:500;transition:color .18s,border-color .18s,background-color .18s,transform .15s cubic-bezier(.34,1.56,.64,1);display:inline-flex}.not-found__link:hover{color:var(--color-accent);border-color:color-mix(in srgb, var(--color-accent) 45%, var(--color-border));transform:translateY(-1px)}.not-found__link:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}@keyframes nf-spin{to{transform:rotate(360deg)}}@keyframes nf-drift{0%{transform:translate(0,0)scale(1)}to{transform:translate(4rem,2.5rem)scale(1.12)}}@keyframes nf-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.7)}}@media (prefers-reduced-motion:reduce){.not-found__glow,.not-found__sun-rays,.not-found__eyebrow:before{animation:none!important}}.gate-screen{min-height:100vh;color:var(--color-text,#122a1d);background:radial-gradient(120% 120% at 50% 0,#22c55e14,#0000 55%),#fff;justify-content:center;align-items:center;padding:2rem 1.25rem;display:flex}.gate-screen__inner{text-align:center;flex-direction:column;align-items:center;gap:1rem;max-width:560px;display:flex}.gate-screen__logo{height:auto;margin-bottom:.5rem}.gate-screen__icon{width:3.25rem;height:3.25rem;color:var(--color-accent,#16be6e);background:#16be6e24;border-radius:50%;justify-content:center;align-items:center;margin-bottom:.25rem;display:inline-flex}.gate-screen__title{color:var(--color-primary,#123a26);margin:0;font-size:clamp(2rem,6vw,3rem)}.gate-screen__text{color:var(--color-text-muted,#587065);margin:0;font-size:1.05rem;line-height:1.6}.gate-screen__offer{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem 1rem;width:100%;max-width:420px;margin:.25rem 0 0;padding:0;list-style:none;display:grid}.gate-screen__offer li{color:var(--color-text,#122a1d);text-align:left;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.gate-screen__offer li svg{color:var(--color-accent,#15803d);flex-shrink:0}.gate-screen__promise{flex-wrap:wrap;justify-content:center;gap:.5rem 1.25rem;margin-top:.25rem;display:flex}.gate-screen__promise span{color:var(--color-text-muted,#587065);align-items:center;gap:.4rem;font-size:.85rem;display:inline-flex}.gate-screen__promise span svg{color:var(--color-accent,#15803d)}.gate-screen__contact{flex-wrap:wrap;justify-content:center;gap:.75rem 1.5rem;margin-top:1rem;display:flex}.gate-screen__link{color:var(--color-text,#122a1d);align-items:center;gap:.5rem;font-size:.95rem;text-decoration:none;display:inline-flex}.gate-screen__link:hover{color:var(--color-accent,#15803d)}.panel{background:var(--color-surface);min-height:100dvh;color:var(--color-text);display:flex}.panel__sidebar{color:#fff;z-index:50;background:#0c2417;flex-direction:column;flex:none;width:248px;height:100dvh;display:flex;position:sticky;top:0;overflow-y:auto}@media (max-width:1023px){.panel__sidebar{transition:transform .3s cubic-bezier(.22,1,.36,1);position:fixed;inset:0 auto 0 0;transform:translate(-100%);box-shadow:0 24px 60px -16px #122a1d38}.panel--open .panel__sidebar{transform:none}}.panel__brand{font-family:var(--font-heading),system-ui,-apple-system,sans-serif;border-bottom:1px solid #ffffff14;flex:none;padding:1.5rem 1.5rem 1rem;font-size:1.05rem;font-weight:700}.panel__brand a{color:#fff}.panel__brand a:hover{color:var(--color-accent)}.panel__nav{flex-direction:column;flex:1;gap:1rem;padding:1rem .75rem;display:flex}.panel__nav-section{flex-direction:column;gap:2px;display:flex}.panel__nav-title{text-transform:uppercase;letter-spacing:.18em;color:#fff6;padding:.5rem .75rem;font-size:.6875rem}.panel__nav-link{border-radius:var(--radius-md);color:#ffffffb8;align-items:center;gap:.75rem;padding:.75rem;font-size:.8rem;font-weight:500;transition:background-color .15s,color .15s;display:flex;position:relative}.panel__nav-link svg{opacity:.85;flex:none}.panel__nav-link:hover{color:#fff;background:#ffffff0f}.panel__nav-link--active{color:#fff;background:#ffffff1a}.panel__nav-link--active:before{content:"";background:var(--color-accent);border-radius:0 3px 3px 0;width:3px;height:60%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.panel__nav-link--active svg{opacity:1;color:var(--color-accent)}.panel__user{border-top:1px solid #ffffff14;flex:none;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.panel__user-avatar{background:var(--color-accent);color:#fff;border-radius:999px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;font-size:.8rem;font-weight:700;display:inline-flex}.panel__user-meta{flex-direction:column;gap:1px;min-width:0;display:flex}.panel__user-name{white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:600;overflow:hidden}.panel__user-role{color:#ffffff80;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.panel__backdrop{display:none}@media (max-width:1023px){.panel--open .panel__backdrop{z-index:40;background:#06222f73;display:block;position:fixed;inset:0}}.panel__main{flex-direction:column;flex:1;min-width:0;display:flex}.panel__topbar{z-index:30;-webkit-backdrop-filter:saturate(180%)blur(10px);backdrop-filter:saturate(180%)blur(10px);border-bottom:1px solid var(--color-border);background:#ffffffd9;align-items:center;gap:.75rem;height:60px;padding-inline:1.5rem;display:flex;position:sticky;top:0}.panel__menu-btn{border-radius:var(--radius-md);width:40px;height:40px;color:var(--color-text);justify-content:center;align-items:center;margin-left:-.5rem;display:none}.panel__menu-btn:hover{background:var(--color-surface)}@media (max-width:1023px){.panel__menu-btn{display:inline-flex}}.panel__topbar-title{font-weight:600;font-family:var(--font-heading),system-ui,-apple-system,sans-serif;font-size:1.05rem}.panel__topbar-actions{align-items:center;gap:.5rem;margin-left:auto;display:flex}.panel__topbar-link{color:var(--color-text-muted);border-radius:var(--radius-md);align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.8rem;transition:background-color .15s,color .15s;display:inline-flex}.panel__topbar-link:hover{background:var(--color-surface);color:var(--color-text)}@media (max-width:640px){.panel__topbar-link span{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}}.panel__theme-btn{border-radius:var(--radius-md);width:36px;height:36px;color:var(--color-text-muted);cursor:pointer;justify-content:center;align-items:center;transition:background-color .15s,color .15s;display:inline-flex}.panel__theme-btn:hover{background:var(--color-surface);color:var(--color-text)}.range-picker{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);gap:2px;padding:3px;display:inline-flex}.range-picker__btn{border-radius:var(--radius-sm);color:var(--color-text-muted);cursor:pointer;white-space:nowrap;padding:6px 12px;font-size:.7rem;font-weight:600;transition:background-color .15s,color .15s}.range-picker__btn:hover{color:var(--color-text)}.range-picker__btn.is-active{background:var(--color-bg);color:var(--color-accent);box-shadow:0 1px 2px #122a1d0f}.range-picker--pending{opacity:.6;pointer-events:none}.panel__content{flex:1;padding:1.5rem}@media (min-width:768px){.panel__content{padding:2rem}}.panel__user-logout{border-radius:var(--radius-md);color:#fff9;flex:none;justify-content:center;align-items:center;width:34px;height:34px;margin-left:auto;transition:background-color .15s,color .15s;display:inline-flex}.panel__user-logout:hover{color:#fff;background:#ffffff14}.panel-page__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:2rem;display:flex}.panel-page__title{margin-bottom:2px;font-size:1.35rem}.panel-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:2rem;display:flex}.panel-header__title{margin:0;font-size:1.35rem}.panel-header__actions{gap:.5rem;display:flex}.panel-header__count{color:var(--color-text-muted);font-size:.8rem}.panel-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 1px 2px #122a1d0f}.panel-card__title{margin-bottom:1rem;font-size:.96rem}.muted{color:var(--color-text-muted)}.mono{font-variant-numeric:tabular-nums;font-feature-settings:"tnum";color:var(--color-text-muted)}table.data-table{border-collapse:collapse;background:0 0;border:none;border-radius:0;width:100%}table.data-table.data-table--flush{width:calc(100% + 1rem);margin:0 -.5rem}.panel{--color-bg:#fff;--color-surface:#f1f5f9;--color-surface-alt:#e2e8f0;--color-text:#0f172a;--color-text-muted:#64748b;--color-border:#e2e8f0;--color-primary:#0f172a;--color-primary-contrast:#fff;--color-accent:#4f46e5;--color-accent-dark:#4338ca;--color-accent-contrast:#fff;--color-accent-soft:#eef2ff;--gradient-accent:linear-gradient(135deg, #6366f1, #4f46e5);--color-success:#15803d;--color-warning:#b45309;--color-danger:#b91c1c}html[data-bo-theme=dark] .panel{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-bg:#1e293b;--color-surface:#0f172a;--color-surface-alt:#334155;--color-text:#f1f5f9;--color-text-muted:#94a3b8;--color-border:#334155;--color-primary:#f1f5f9;--color-primary-contrast:#0f172a;--color-accent:#818cf8;--color-accent-dark:#6366f1;--color-accent-contrast:#111629;--color-accent-soft:#818cf829;--gradient-accent:linear-gradient(135deg, #818cf8, #6366f1);--color-success:#4ade80;--color-warning:#fbbf24;--color-danger:#f87171;--shadow-glow:0 18px 50px -16px #0009, 0 0 26px -8px #818cf866}html[data-bo-theme=dark] .panel .panel__topbar{background:#0f172ad1}html[data-bo-theme=dark] .panel .kpi-card,html[data-bo-theme=dark] .panel .panel-card{box-shadow:0 1px 2px #0006}.kpi-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem;display:grid}@media (min-width:768px){.kpi-grid{grid-template-columns:repeat(4,1fr)}}.kpi-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);flex-direction:column;gap:.75rem;padding:1.5rem;transition:box-shadow .2s,transform .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 2px #122a1d0f}.kpi-card:hover{transform:translateY(-2px);box-shadow:0 10px 30px -8px #122a1d1f}.kpi-card__top{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.kpi-card__label{color:var(--color-text-muted);font-size:.8rem}.kpi-card__icon{background:var(--color-surface);width:36px;height:36px;color:var(--color-text-muted);border-radius:999px;flex:none;justify-content:center;align-items:center;display:inline-flex}.kpi-card__value{font-size:1.35rem;font-weight:700;font-family:var(--font-heading),system-ui,-apple-system,sans-serif;line-height:1.1}.kpi-card__foot{flex-wrap:wrap;align-items:center;gap:.5rem;min-height:18px;display:flex}.kpi-card__delta{border-radius:999px;padding:2px 8px;font-size:.7rem;font-weight:700}.kpi-card__delta--up{color:var(--color-success);background:color-mix(in srgb, var(--color-success) 14%, transparent)}.kpi-card__delta--down{color:var(--color-danger);background:color-mix(in srgb, var(--color-danger) 14%, transparent)}.kpi-card__hint{color:var(--color-text-muted);font-size:.7rem}.kpi-card__spark{height:34px;color:var(--color-accent);margin-top:.5rem}.kpi-card__spark .sparkline{width:100%;height:100%;display:block}.kpi-card__spark--up{color:var(--color-success)}.kpi-card__spark--down{color:var(--color-danger)}.kpi-card__spark--accent{color:var(--color-accent)}.kpi-card--success .kpi-card__icon{background:color-mix(in srgb, var(--color-success) 13%, transparent);color:var(--color-success)}.kpi-card--accent .kpi-card__icon{background:var(--color-accent-soft);color:var(--color-accent)}.kpi-card--warning .kpi-card__icon{background:color-mix(in srgb, var(--color-warning) 15%, transparent);color:var(--color-warning)}.kpi-card--danger .kpi-card__icon{background:color-mix(in srgb, var(--color-danger) 13%, transparent);color:var(--color-danger)}.kpi-card--success:before,.kpi-card--accent:before,.kpi-card--warning:before,.kpi-card--danger:before{content:"";height:3px;position:absolute;inset:0 0 auto}.kpi-card--success:before{background:var(--color-success)}.kpi-card--accent:before{background:var(--color-accent)}.kpi-card--warning:before{background:var(--color-warning)}.kpi-card--danger:before{background:var(--color-danger)}@media (min-width:1024px){.dashboard__grid--wide{grid-template-columns:1.6fr 1fr}}.chart-frame{width:100%;position:relative}.chart-frame__skeleton{border-radius:var(--radius-md);background:linear-gradient(100deg, var(--color-surface) 30%, var(--color-surface-alt) 50%, var(--color-surface) 70%);background-size:200% 100%;width:100%;height:100%;animation:1.3s ease-in-out infinite chart-shimmer}.chart-frame__empty{width:100%;height:100%;color:var(--color-text-muted);border:1px dashed var(--color-border);border-radius:var(--radius-md);justify-content:center;align-items:center;font-size:.8rem;display:flex}@keyframes chart-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.recharts-wrapper,.recharts-surface,.recharts-tooltip-wrapper{outline:none}.recharts-cartesian-axis-line,.recharts-cartesian-axis-tick-line{opacity:.6}.chart-tooltip{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);min-width:130px;padding:.5rem .75rem;font-size:.7rem;box-shadow:0 10px 30px -8px #122a1d1f}.chart-tooltip__label{color:var(--color-text);margin-bottom:4px;font-weight:600}.chart-tooltip__list{flex-direction:column;gap:3px;list-style:none;display:flex}.chart-tooltip__row{align-items:center;gap:6px;display:flex}.chart-tooltip__dot{border-radius:50%;flex:none;width:8px;height:8px}.chart-tooltip__name{color:var(--color-text-muted)}.chart-tooltip__value{color:var(--color-text);font-variant-numeric:tabular-nums;margin-left:auto;font-weight:700}.donut{flex-direction:column;gap:1rem;display:flex}.donut__chart{height:100%;position:relative}.donut__center{pointer-events:none;text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.donut__total{font-size:1.05rem;font-weight:700;font-family:var(--font-heading),system-ui,-apple-system,sans-serif;line-height:1.1}.donut__total-label{color:var(--color-text-muted);font-size:.7rem}.donut__legend{grid-template-columns:1fr 1fr;gap:.25rem .75rem;list-style:none;display:grid}.donut__legend-item{align-items:center;gap:6px;min-width:0;font-size:.7rem;display:flex}.donut__legend-dot{border-radius:3px;flex:none;width:9px;height:9px}.donut__legend-name{-webkit-line-clamp:1;-webkit-box-orient:vertical;flex:1;min-width:0;display:-webkit-box;overflow:hidden}.donut__legend-value{color:var(--color-text-muted);font-variant-numeric:tabular-nums;flex:none;font-weight:600}.funnel{flex-direction:column;gap:.75rem;padding-top:.5rem;list-style:none;display:flex}.funnel__row{flex-direction:column;gap:5px;display:flex}.funnel__head{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.funnel__name{font-size:.8rem;font-weight:600}.funnel__count{font-variant-numeric:tabular-nums;color:var(--color-text-muted);font-size:.8rem}.funnel__track{background:var(--color-surface);border-radius:var(--radius-pill);height:26px;overflow:hidden}.funnel__bar{border-radius:var(--radius-pill);background:var(--gradient-accent);justify-content:flex-end;align-items:center;min-width:48px;height:100%;padding-inline:.75rem;transition:width .6s cubic-bezier(.22,1,.36,1);display:flex}.funnel__pct{color:var(--color-accent-contrast);font-size:.7rem;font-weight:700}.funnel__conv{color:var(--color-text-muted);font-size:.7rem}.heatmap{flex-direction:column;gap:.5rem;padding-top:.5rem;display:flex}.heatmap__grid{flex-direction:column;gap:3px;display:flex}.heatmap__row{align-items:center;gap:.5rem;display:flex}.heatmap__day{width:30px;color:var(--color-text-muted);flex:none;font-size:.7rem}.heatmap__cells{flex:1;grid-template-columns:repeat(24,1fr);gap:3px;display:grid}.heatmap__cell{aspect-ratio:1;background:var(--color-surface);border-radius:3px}.heatmap__hours{align-items:center;gap:.5rem;display:flex}.heatmap__hour-ticks{height:14px;color:var(--color-text-muted);flex:1;font-size:.6rem;position:relative}.heatmap__hour-ticks span{position:absolute;transform:translate(-50%)}.heatmap__legend{color:var(--color-text-muted);justify-content:flex-end;align-items:center;gap:6px;font-size:.7rem;display:flex}.heatmap__legend-scale{border-radius:var(--radius-pill);background:linear-gradient(90deg, color-mix(in srgb, var(--color-accent) 12%, transparent), var(--color-accent));width:80px;height:10px}@media (prefers-reduced-motion:reduce){.chart-frame__skeleton{animation:none}.funnel__bar{transition:none}}.perm-manager{flex-direction:column;gap:1rem;display:flex}.perm-manager__intro{margin-bottom:.25rem}.perm-row{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);padding:1rem}.perm-row__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.perm-row__who{align-items:center;gap:.75rem;min-width:0;display:flex}.perm-row__avatar{background:var(--color-accent);width:36px;height:36px;color:var(--color-accent-contrast);border-radius:999px;flex:none;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.perm-row__name{font-weight:600;display:block}.perm-row__meta{color:var(--color-text-muted);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.7rem;display:flex}.perm-row__tag{text-transform:uppercase;letter-spacing:.04em;background:var(--color-surface-alt);color:var(--color-text-muted);border-radius:999px;padding:2px 6px;font-size:.65rem;font-weight:700}.perm-row__tag--custom{background:var(--color-accent-soft);color:var(--color-accent)}.perm-row__grid{grid-template-columns:1fr;gap:.5rem;display:grid}@media (min-width:768px){.perm-row__grid{grid-template-columns:1fr 1fr}}.perm-toggle{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg);cursor:pointer;align-items:flex-start;gap:.75rem;padding:.75rem;transition:border-color .15s,background-color .15s;display:flex;position:relative}.perm-toggle:hover{border-color:var(--color-accent)}.perm-toggle input{opacity:0;pointer-events:none;position:absolute}.perm-toggle__box{border:2px solid var(--color-border);border-radius:6px;flex:none;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;transition:background-color .15s,border-color .15s;display:inline-flex}input:checked+.perm-toggle__box{background:var(--color-accent);border-color:var(--color-accent)}input:checked+.perm-toggle__box:after{content:"";border:solid var(--color-accent-contrast);border-width:0 2px 2px 0;width:6px;height:10px;transform:rotate(45deg)translate(-1px,-1px)}input:focus-visible+.perm-toggle__box{outline:2px solid var(--color-accent);outline-offset:2px}.perm-toggle__body{flex-direction:column;gap:1px;min-width:0;display:flex}.perm-toggle__label{font-size:.8rem;font-weight:600}.perm-toggle__hint{color:var(--color-text-muted);font-size:.7rem}.perm-toggle:has(input:checked){border-color:var(--color-accent);background:var(--color-accent-soft)}.activity-filters{flex-wrap:wrap;align-items:flex-end;gap:.75rem;margin-bottom:1rem;display:flex}.activity-filters__field{flex-direction:column;gap:4px;display:flex}.activity-filters__field--grow{flex:1;min-width:180px}.activity-filters__label{text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);font-size:.65rem;font-weight:600}.activity-filters__actions{align-items:center;gap:.5rem;display:flex}.activity-filters .select{width:auto}.activity-filters .input{width:100%}.activity-empty{text-align:center;padding:2rem 0}.activity-empty__hint{margin-top:.5rem;font-size:.7rem}.activity-empty code{background:var(--color-surface);border-radius:6px;padding:1px 6px;font-size:.85em}.activity-feed{flex-direction:column;list-style:none;display:flex}.activity-item{border-bottom:1px solid var(--color-border);border-radius:6px;align-items:flex-start;gap:.75rem;margin-inline:-.5rem;padding:.75rem .5rem;transition:background-color .12s;display:flex}.activity-item:last-child{border-bottom:none}.activity-item:hover{background:var(--color-surface)}.activity-item__avatar{background:var(--color-surface-alt);width:34px;height:34px;color:var(--color-text-muted);border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:inline-flex}.activity-item__avatar--success{background:color-mix(in srgb, var(--color-success) 16%, transparent);color:var(--color-success)}.activity-item__avatar--danger{background:color-mix(in srgb, var(--color-danger) 16%, transparent);color:var(--color-danger)}.activity-item__avatar--warning{background:color-mix(in srgb, var(--color-warning) 18%, transparent);color:var(--color-warning)}.activity-item__avatar--info{background:var(--color-accent-soft);color:var(--color-accent)}.activity-item__body{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.activity-item__head{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.activity-item__action{color:var(--color-text);font-size:.8rem;font-weight:700}.activity-item__action--success{color:var(--color-success)}.activity-item__action--danger{color:var(--color-danger)}.activity-item__action--warning{color:var(--color-warning)}.activity-item__action--info{color:var(--color-text)}.activity-item__summary{color:var(--color-text-muted);margin:0;font-size:.7rem;line-height:1.45}.activity-item__details{flex-wrap:wrap;gap:.25rem .5rem;margin:2px 0 0;display:flex}.activity-item__meta{color:var(--color-text-muted);flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:2px;font-size:.7rem;display:flex}.activity-item__actor{color:var(--color-text);font-weight:600}.activity-item__role{text-transform:uppercase;letter-spacing:.04em;font-size:.65rem}.activity-item__ref{background:var(--color-surface);color:var(--color-text-muted);border-radius:6px;padding:1px 6px;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.65rem}.activity-item__tag{background:var(--color-surface-alt);border-radius:999px;padding:1px 8px;font-size:.65rem;font-weight:600}.activity-item__tag--success{background:color-mix(in srgb, var(--color-success) 14%, transparent);color:var(--color-success)}.activity-item__tag--danger{background:color-mix(in srgb, var(--color-danger) 14%, transparent);color:var(--color-danger)}.activity-item__tag--warning{background:color-mix(in srgb, var(--color-warning) 16%, transparent);color:var(--color-warning)}.activity-item__tag--info{background:var(--color-accent-soft);color:var(--color-accent)}.activity-item__time{color:var(--color-text-muted);white-space:nowrap;font-variant-numeric:tabular-nums;flex:none;font-size:.7rem}.activity-detail{background:var(--color-surface);border:1px solid var(--color-border);border-radius:6px;align-items:baseline;gap:4px;padding:2px 8px;font-size:.65rem;line-height:1.4;display:inline-flex}.activity-detail__label{color:var(--color-text-muted);font-weight:500}.activity-detail__value{color:var(--color-text);font-variant-numeric:tabular-nums;font-weight:700}.activity-detail__value--success{color:var(--color-success)}.activity-detail__value--danger{color:var(--color-danger)}.activity-detail__value--warning{color:var(--color-warning)}.activity-detail__value--info{color:var(--color-accent)}.data-table{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);width:100%;overflow:hidden}.data-table__wrap{overflow-x:auto}.data-table table{border-collapse:collapse;width:100%}.data-table th,.data-table td{text-align:left;border-bottom:1px solid var(--color-border);white-space:nowrap;padding:.75rem 1rem;font-size:.8rem}.data-table th{background:var(--color-surface);text-transform:uppercase;letter-spacing:.03em;color:var(--color-text-muted);font-size:.7rem;font-weight:700}.data-table tbody tr:last-child td,.data-table tr:last-child td{border-bottom:none}.data-table tbody tr:hover{background:var(--color-surface)}.data-table__num{text-align:right;font-variant-numeric:tabular-nums}.data-table__actions{gap:.5rem;display:flex}.data-table__cost{color:var(--color-warning);font-weight:600}.data-table__profit{color:var(--color-success);font-weight:600}.th-sort{font:inherit;color:inherit;text-transform:inherit;letter-spacing:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:4px;margin:0;padding:0;display:inline-flex}.th-sort--right{flex-direction:row-reverse;justify-content:flex-end;width:100%}.th-sort:hover{color:var(--color-text)}.th-sort.is-active{color:var(--color-accent)}.th-sort__caret{opacity:.3;flex-shrink:0;transition:transform .15s,opacity .15s}.th-sort.is-active .th-sort__caret{opacity:1}.th-sort__caret--asc{transform:rotate(180deg)}.table-filterbar{flex-wrap:wrap;align-items:flex-end;gap:.75rem;margin-bottom:.75rem;display:flex}.table-filterbar__clear{margin-left:auto}.table-filter{flex-direction:column;gap:3px;display:inline-flex}.table-filter__label{color:var(--color-text-muted);font-size:.7rem;font-weight:600}.table-filter .select{width:auto;min-width:130px}.table-filter .select,.table-filter .input{font-size:.8rem}.pager--table{flex-wrap:wrap;justify-content:space-between;gap:.75rem}.pager__size{color:var(--color-text-muted);white-space:nowrap;align-items:center;gap:.5rem;font-size:.7rem;display:inline-flex}.pager__size .select{width:auto;min-width:64px;padding-block:4px;font-size:.7rem}.pager__nav{align-items:center;gap:.75rem;display:inline-flex}.panel-form{flex-direction:column;gap:.5rem;display:flex}.panel-form__row{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:640px){.panel-form__row{grid-template-columns:1fr 1fr}}.panel-form__actions{gap:.75rem;margin-top:1rem;display:flex}.panel-form__preview{background:var(--color-surface);border-radius:var(--radius-sm);border-left:3px solid var(--color-accent);margin-top:.75rem;padding:.75rem;font-size:.8rem}.staff-form{flex-direction:column;gap:.75rem;display:flex}.staff-form__grid{grid-template-columns:1fr;gap:.75rem;display:grid}@media (min-width:640px){.staff-form__grid{grid-template-columns:2fr 1.5fr 1.5fr 1fr}}.staff-form--stacked{gap:1rem}.staff-form__section{border-top:1px solid var(--color-border);text-transform:uppercase;letter-spacing:.03em;color:var(--color-text-muted);margin:.5rem 0 0;padding-top:.75rem;font-size:.7rem;font-weight:700}.input--sm{height:2rem;padding:0 .5rem;font-size:.8rem}.seg{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);flex-wrap:wrap;gap:3px;max-width:100%;padding:3px;display:inline-flex}.seg--full{display:flex}.seg__btn{border-radius:var(--radius-sm);color:var(--color-text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;flex:1;padding:7px 14px;font-size:.8rem;font-weight:600;transition:background-color .15s,color .15s}.seg__btn:hover:not(.is-active){color:var(--color-text)}.seg__btn:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.seg__btn.is-active{background:var(--color-accent-soft);color:var(--color-accent)}.seg__btn.is-active.seg__btn--down{background:color-mix(in srgb, var(--color-success) 14%, transparent);color:var(--color-success)}.seg__btn.is-active.seg__btn--up{background:color-mix(in srgb, var(--color-warning) 16%, transparent);color:var(--color-warning)}.checkbox-row{cursor:pointer;align-items:center;gap:.5rem;font-size:.8rem;display:inline-flex}.checkbox-row input{width:16px;height:16px;accent-color:var(--color-accent);cursor:pointer}.price-preview{border-radius:var(--radius-md);border:1px solid var(--color-border);border-left:3px solid var(--color-accent);background:var(--color-surface);margin-top:.5rem;padding:.75rem 1rem}.price-preview--down{border-left-color:var(--color-success)}.price-preview--up{border-left-color:var(--color-warning)}.price-preview__count{font-size:.8rem}.price-preview__sample{font-variant-numeric:tabular-nums;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.price-preview__name{font-weight:600}.price-preview__from{color:var(--color-text-muted);text-decoration:line-through}.price-preview__arrow{color:var(--color-text-muted)}.price-preview__to{font-weight:700}.price-preview--down .price-preview__to{color:var(--color-success)}.price-preview--up .price-preview__to{color:var(--color-warning)}.price-preview__note{color:var(--color-text-muted);margin:.5rem 0 0;font-size:.7rem}.variant-rows{flex-direction:column;gap:.5rem;display:flex}.variant-rows__row{grid-template-columns:1fr 1fr 1fr 80px 120px auto;align-items:center;gap:.5rem;display:grid}.panel-modal{z-index:1000;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.panel-modal__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;animation:.15s cubic-bezier(.22,1,.36,1) panel-modal-fade;position:absolute;inset:0}.panel-modal__panel{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);width:100%;max-width:460px;max-height:calc(100vh - 2rem);padding:1.5rem;animation:.18s cubic-bezier(.34,1.56,.64,1) panel-modal-pop;position:relative;overflow-y:auto;box-shadow:0 24px 60px -16px #122a1d38}.panel-modal__head{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.panel-modal__title{font-family:var(--font-heading),system-ui,-apple-system,sans-serif;margin:0;font-size:1.15rem}.panel-modal__close{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;place-items:center;transition:background-color .15s,color .15s;display:inline-grid}.panel-modal__close:hover{background:var(--color-surface);color:var(--color-text)}.panel-modal__close:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.panel-modal__intro{margin:0 0 1rem;font-size:.8rem;line-height:1.5}.panel-modal__actions{justify-content:flex-end;gap:.75rem;margin-top:.5rem;display:flex}@keyframes panel-modal-fade{0%{opacity:0}to{opacity:1}}@keyframes panel-modal-pop{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.panel-modal__overlay,.panel-modal__panel{animation:none}}.dashboard__grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}@media (min-width:1024px){.dashboard__grid{grid-template-columns:1fr 1fr}}.dashboard__quick-links{grid-template-columns:1fr;gap:.5rem;display:grid}@media (min-width:768px){.dashboard__quick-links{grid-template-columns:1fr 1fr}}.panel-card__head{justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:1rem;display:flex}.panel-card__head .panel-card__title{margin-bottom:0}.panel-card__link{color:var(--color-accent);white-space:nowrap;font-size:.8rem;font-weight:600}.panel-card__link:hover{color:var(--color-accent-dark)}.panel-card__hint{color:var(--color-text-muted);font-size:.7rem}.bar-chart{align-items:flex-end;gap:.75rem;padding-top:1rem;display:flex}.bar-chart__col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:.5rem;height:100%;display:flex}.bar-chart__bar{background:linear-gradient(var(--color-accent), var(--color-accent-dark));border-radius:var(--radius-sm) var(--radius-sm) 0 0;width:100%;max-width:48px;min-height:4px;transition:height .4s cubic-bezier(.22,1,.36,1),opacity .2s}.bar-chart__bar:hover{opacity:.85}.bar-chart__label{color:var(--color-text-muted);font-size:.7rem}.rank-list{flex-direction:column;list-style:none;display:flex}.rank-list__item{border-bottom:1px solid var(--color-border);align-items:center;gap:.75rem;padding:.75rem 0;font-size:.8rem;display:flex}.rank-list__item:last-child{border-bottom:none}.rank-list__pos{background:var(--color-surface);width:26px;height:26px;color:var(--color-text-muted);border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:inline-flex}.rank-list__item:first-child .rank-list__pos{background:var(--color-accent);color:#fff}.rank-list__name{-webkit-line-clamp:1;-webkit-box-orient:vertical;flex:1;min-width:0;font-weight:500;display:-webkit-box;overflow:hidden}.rank-list__value{color:var(--color-text-muted);font-variant-numeric:tabular-nums;flex:none}.status-pill{white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:3px 10px;font-size:.7rem;font-weight:600;display:inline-flex}.status-pill:before{content:"";background:currentColor;border-radius:50%;width:6px;height:6px}.status-pill--success{color:var(--color-success);background:color-mix(in srgb, var(--color-success) 14%, transparent)}.status-pill--info{color:var(--color-accent);background:var(--color-accent-soft)}.status-pill--warning{color:var(--color-warning);background:color-mix(in srgb, var(--color-warning) 16%, transparent)}.status-pill--danger{color:var(--color-danger);background:color-mix(in srgb, var(--color-danger) 14%, transparent)}.status-pill--muted{color:var(--color-text-muted);background:var(--color-surface-alt)}.stock-pill{font-variant-numeric:tabular-nums;background:var(--color-surface);border-radius:999px;justify-content:center;align-items:center;min-width:32px;padding:2px 8px;font-size:.7rem;font-weight:700;display:inline-flex}.stock-pill--low{color:var(--color-danger);background:color-mix(in srgb, var(--color-danger) 14%, transparent)}.role-matrix__cell--yes{color:var(--color-success);text-align:center;font-weight:700}.role-matrix__cell--no{color:var(--color-text-muted);text-align:center}.banner-list{flex-direction:column;gap:.75rem;display:flex}.banner-item{border:1px solid var(--color-border);border-radius:var(--radius-md);align-items:center;gap:.75rem;padding:.75rem;display:flex}.banner-item__img{border-radius:var(--radius-sm);object-fit:cover;flex:none}.banner-item__info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.banner-item__title{font-size:.8rem;font-weight:600}.banner-item__pos{color:var(--color-text-muted);font-size:.7rem}.content-cards{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:768px){.content-cards{grid-template-columns:1fr 1fr}}.content-cards__card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);color:inherit;align-items:center;gap:1rem;padding:1rem 1.5rem;text-decoration:none;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex}.content-cards__card:hover{border-color:var(--color-accent);transform:translateY(-2px);box-shadow:0 6px 20px #0000000f}.content-cards__icon{border-radius:var(--radius-md);background:color-mix(in srgb, var(--color-accent) 12%, transparent);width:3rem;height:3rem;color:var(--color-accent);flex:none;place-items:center;display:grid}.content-cards__body{flex-direction:column;gap:2px;min-width:0;display:flex}.content-cards__title{color:var(--color-text);font-weight:700}.content-cards__desc{color:var(--color-text-muted);font-size:.8rem}.content-cards__meta{color:var(--color-accent);margin-top:.25rem;font-size:.8rem;font-weight:600}.content-cards__arrow{color:var(--color-text-muted);margin-left:auto}.content-back{color:var(--color-text-muted);align-items:center;gap:2px;margin-bottom:.5rem;font-size:.8rem;font-weight:600;text-decoration:none;display:inline-flex}.content-back:hover{color:var(--color-accent)}.content-section__add summary{cursor:pointer;color:var(--color-accent);font-weight:600}.content-section__add-body{margin-top:.75rem}.content-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.content-list__row{border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.content-list__summary{cursor:pointer;background:var(--color-surface);align-items:center;gap:.75rem;padding:.5rem .75rem;list-style:none;display:flex}.content-list__summary::-webkit-details-marker{display:none}.content-list__summary:hover{background:var(--color-surface-alt)}.content-list__pos{color:var(--color-text-muted);flex:none;font-size:.8rem;font-weight:700}.content-list__thumb{object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--color-border);flex:none;width:72px;height:44px}.content-list__label{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-weight:600;overflow:hidden}.content-list__chev{color:var(--color-text-muted);flex:none;transition:transform .15s}details[open] .content-list__chev{transform:rotate(90deg)}.content-list__body{border-top:1px solid var(--color-border);padding:1rem}.content-item{flex-direction:column;gap:.5rem;display:flex}.content-item .panel-form{max-width:none}.content-item__footer{border-top:1px solid var(--color-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-top:.75rem;padding-top:.75rem;display:flex}.icon-picker__grid{grid-template-columns:repeat(auto-fill,minmax(4.75rem,1fr));gap:.5rem;display:grid}.icon-picker__item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-muted);cursor:pointer;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem;transition:border-color .15s,background-color .15s,color .15s,transform .15s,box-shadow .15s;display:flex}.icon-picker__item:hover{border-color:var(--color-accent);color:var(--color-text);transform:translateY(-1px)}.icon-picker__item.is-active{border-color:var(--color-accent);background:color-mix(in srgb, var(--color-accent) 12%, transparent);color:var(--color-accent);box-shadow:0 0 0 1px var(--color-accent) inset}.icon-picker__item:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.icon-picker__glyph{place-items:center;height:1.75rem;display:grid}.icon-picker__glyph--none{font-size:1.25rem;font-weight:700;line-height:1}.icon-picker__name{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.65rem;font-weight:600;overflow:hidden}.active-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;display:inline-flex}.active-toggle__input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.active-toggle__track{border-radius:var(--radius-pill,999px);background:var(--color-border);flex:none;width:2.75rem;height:1.5rem;transition:background-color .18s;position:relative}.active-toggle__thumb{color:#0000;background:#fff;border-radius:50%;place-items:center;width:1.25rem;height:1.25rem;transition:transform .18s cubic-bezier(.34,1.56,.64,1),color .18s;display:grid;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000047}.active-toggle__text{color:var(--color-text-muted);font-size:.8rem;font-weight:600;transition:color .18s}.active-toggle__input:checked~.active-toggle__track{background:var(--color-accent)}.active-toggle__input:checked~.active-toggle__track .active-toggle__thumb{color:var(--color-accent);transform:translate(1.25rem)}.active-toggle__input:checked~.active-toggle__text{color:var(--color-text)}.active-toggle__input:focus-visible~.active-toggle__track{outline:2px solid var(--color-accent);outline-offset:2px}.field__hint{color:var(--color-text-muted);margin-top:2px;font-size:.8rem}.image-upload{flex-direction:column;gap:.5rem;display:flex}.image-upload__preview{align-items:center;gap:.75rem;display:flex}.image-upload__img{object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--color-border);width:160px;height:90px}.image-upload__controls{align-items:center;gap:.75rem;display:flex}.image-upload__error{color:var(--color-danger);font-size:.8rem}.product-images__grid{flex-wrap:wrap;gap:.85rem;margin-bottom:1.25rem;display:flex}.product-images__item{flex-direction:column;gap:.4rem;width:110px;display:flex}.product-images__thumb{width:110px;height:110px;position:relative}.product-images__thumb img{width:110px;height:110px}.product-images__primary{font-size:.62rem;position:absolute;top:4px;left:4px}.product-images__actions{flex-wrap:wrap;justify-content:center;gap:.2rem;display:flex}.product-images__upload{flex-direction:column;gap:.35rem;max-width:460px;display:flex}.orders-board__nav{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);flex-wrap:wrap;gap:4px;max-width:100%;margin-bottom:1rem;padding:4px;display:inline-flex}.orders-board__tab{color:var(--color-text-muted);border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.8rem;font-weight:600;transition:color .15s,background-color .15s;display:inline-flex}.orders-board__tab:hover:not(.is-active){color:var(--color-text);background:var(--color-bg)}.orders-board__tab:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.orders-board__tab.is-active{color:var(--color-accent);background:var(--color-accent-soft)}.orders-board__count{background:var(--color-bg);min-width:20px;height:18px;color:var(--color-text-muted);font-variant-numeric:tabular-nums;border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:.65rem;font-weight:700;display:inline-flex}.orders-board__tab.is-active .orders-board__count{background:var(--color-accent);color:var(--color-accent-contrast)}.orders-board__empty{text-align:center;color:var(--color-text-muted);padding:3rem 1rem;font-size:.8rem}.orders-board__link{color:var(--color-accent);font-variant-numeric:tabular-nums;font-weight:600}.orders-board__link:hover{text-decoration:underline}.orders-board__view{border-radius:var(--radius-md);width:32px;height:32px;color:var(--color-text-muted);border:1px solid #0000;justify-content:center;align-items:center;transition:color .15s,border-color .15s,background .15s;display:inline-flex}.orders-board__view:hover{color:var(--color-accent);border-color:var(--color-border);background:var(--color-surface)}.order-detail__back{color:var(--color-text-muted);align-items:center;gap:.25rem;margin-bottom:1rem;font-size:.8rem;font-weight:600;transition:color .15s;display:inline-flex}.order-detail__back:hover{color:var(--color-accent)}.order-detail__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.order-detail__title{font-variant-numeric:tabular-nums;font-size:1.15rem;font-weight:700}.order-detail__date{color:var(--color-text-muted);margin-top:.25rem;font-size:.8rem;display:block}.order-detail__status{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.order-detail__status-form{gap:.5rem;display:flex}.order-detail__grid{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}@media (max-width:720px){.order-detail__grid{grid-template-columns:1fr}}.order-detail__card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1rem}.order-detail__card-title{text-transform:uppercase;letter-spacing:.03em;color:var(--color-text-muted);margin-bottom:.5rem;font-size:.7rem;font-weight:700}.order-detail__card-body{color:var(--color-text);font-size:.8rem;line-height:1.6}.order-detail__card-meta{color:var(--color-text-muted);margin-top:.5rem;font-size:.7rem}.order-detail__empty{text-align:center;color:var(--color-text-muted);padding:2rem 1rem;font-size:.8rem}.order-detail__totals{max-width:320px;margin-top:1rem;margin-left:auto}.order-detail__total-row{color:var(--color-text-muted);font-variant-numeric:tabular-nums;justify-content:space-between;gap:1rem;padding:.5rem 0;font-size:.8rem;display:flex}.order-detail__total-row--grand{border-top:1px solid var(--color-border);color:var(--color-text);margin-top:.25rem;padding-top:.75rem;font-size:.96rem;font-weight:700}.order-detail__shipment{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);margin-bottom:1.5rem;padding:1rem}.order-detail__shipment-head{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.order-detail__shipment-carrier{color:var(--color-text);align-items:center;gap:.25rem;font-size:.8rem;font-weight:600;display:inline-flex}.order-detail__ship-form{flex-wrap:wrap;align-items:flex-end;gap:.75rem;display:flex}.order-detail__ship-field{color:var(--color-text-muted);flex-direction:column;gap:.25rem;font-size:.7rem;font-weight:600;display:flex}.order-detail__ship-field--narrow{max-width:6rem}.order-detail__ship-info{grid-template-columns:repeat(3,1fr);gap:.75rem;margin:0 0 1rem;display:grid}@media (max-width:720px){.order-detail__ship-info{grid-template-columns:1fr;gap:.5rem}}.order-detail__ship-info dt{text-transform:uppercase;letter-spacing:.03em;color:var(--color-text-muted);margin-bottom:.25rem;font-size:.7rem;font-weight:700}.order-detail__ship-info dd{color:var(--color-text);font-size:.8rem}.order-detail__ship-actions{flex-wrap:wrap;gap:.5rem;display:flex}.order-toolbar{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.order-toolbar__search{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);min-width:220px;color:var(--color-text-muted);flex:1;align-items:center;gap:.5rem;padding-inline:.75rem;display:flex}.order-toolbar__search .input{background:0 0;border:none;flex:1;min-width:0;padding-inline:0}.order-toolbar__search .input:focus{box-shadow:none;outline:none}.order-toolbar__search:focus-within{border-color:var(--color-accent);color:var(--color-accent)}.order-toolbar__count{color:var(--color-text-muted);white-space:nowrap;font-size:.7rem}.pager{justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;display:flex}.pager__info{color:var(--color-text-muted);font-variant-numeric:tabular-nums;font-size:.8rem}.pager__range{opacity:.75}.status-select{padding-block:5px;cursor:pointer;background-color:#0000;border-color:#0000;width:auto;min-width:124px;padding-left:.5rem;font-size:.7rem;font-weight:600}.status-select:hover:not(:disabled){border-color:var(--color-border);background-color:var(--color-surface)}.status-select--pending{color:var(--color-warning)}.status-select--shipped{color:var(--color-accent)}.status-select--completed{color:var(--color-success)}.status-select--cancelled{color:var(--color-danger)}.bulk-bar{background:var(--color-accent-soft);border:1px solid var(--color-accent);border-radius:var(--radius-md);flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.75rem;padding:.75rem 1rem;display:flex}.bulk-bar__count{color:var(--color-accent);font-size:.8rem;font-weight:700}.bulk-bar .select{width:auto}.data-table__check{text-align:center;width:36px}.data-table__check input{cursor:pointer;width:16px;height:16px;accent-color:var(--color-accent)}.data-table__check input:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}tr.is-selected{background:var(--color-accent-soft)}.order-detail__timeline-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 1px 2px #122a1d0f}.otimeline{flex-direction:column;padding-left:.5rem;list-style:none;display:flex}.otimeline__item{border-left:2px solid var(--color-border);padding-bottom:1rem;padding-left:1.5rem;position:relative}.otimeline__item:last-child{border-left-color:#0000;padding-bottom:0}.otimeline__dot{background:var(--color-text-muted);border:2px solid var(--color-bg);border-radius:50%;width:12px;height:12px;position:absolute;top:2px;left:-7px}.otimeline__item--info .otimeline__dot{background:var(--color-accent)}.otimeline__item--success .otimeline__dot{background:var(--color-success)}.otimeline__item--danger .otimeline__dot{background:var(--color-danger)}.otimeline__item--warning .otimeline__dot{background:var(--color-warning)}.otimeline__label{margin:0;font-size:.8rem;font-weight:600}.otimeline__detail{color:var(--color-text-muted);margin:1px 0 0;font-size:.7rem}.otimeline__meta{color:var(--color-text-muted);font-variant-numeric:tabular-nums;gap:4px;margin:2px 0 0;font-size:.7rem;display:flex}.otimeline__actor{font-weight:600}.vmatrix-section{border-top:1px dashed var(--color-border);margin-top:1.5rem;padding-top:1.5rem}.vmatrix-section__title{margin-bottom:.5rem;font-size:.96rem}.vmatrix__axes{flex-direction:column;gap:.5rem;margin-bottom:.75rem;display:flex}.vmatrix__axis{grid-template-columns:1fr 2fr auto;align-items:center;gap:.5rem;display:grid}.vmatrix__grid{grid-template-columns:1fr;gap:.75rem;display:grid}@media (min-width:768px){.vmatrix__grid{grid-template-columns:1fr 1fr}}.vmatrix__foot{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-top:.75rem;display:flex}.vmatrix__hint{color:var(--color-text-muted);font-size:.7rem}.vform{flex-direction:column;gap:.75rem;display:flex}.vform__pairs{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.vform__pair{grid-template-columns:1fr auto 1.4fr auto;align-items:center;gap:.5rem;width:100%;display:grid}@media (min-width:768px){.vform__pair{max-width:520px}}.vform__pair-sep{color:var(--color-text-muted)}.vform__pair-remove{border:1px solid var(--color-border);border-radius:var(--radius-sm);width:32px;height:32px;color:var(--color-text-muted);background:var(--color-bg);justify-content:center;align-items:center;display:inline-flex}.vform__pair-remove:hover{color:var(--color-danger);border-color:var(--color-danger)}.vform__meta{grid-template-columns:1fr;align-items:center;gap:.5rem;display:grid}@media (min-width:768px){.vform__meta{grid-template-columns:1.4fr 1fr 1fr auto}}.crm-kpis{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1rem;display:grid}@media (min-width:768px){.crm-kpis{grid-template-columns:repeat(4,1fr)}}.crm-kpi{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);flex-direction:column;gap:4px;padding:1rem;display:flex;box-shadow:0 1px 2px #122a1d0f}.crm-kpi__label{color:var(--color-text-muted);font-size:.7rem}.crm-kpi__value{font-variant-numeric:tabular-nums;font-size:1.15rem;font-weight:700}.seg-strip{grid-template-columns:1fr;gap:.5rem;display:grid}@media (min-width:768px){.seg-strip{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.seg-strip{grid-template-columns:repeat(3,1fr)}}.seg-strip__item{border:1px solid var(--color-border);border-left:3px solid var(--color-border);border-radius:var(--radius-sm);grid-template-columns:auto 1fr;grid-template-areas:"count name""desc desc";align-items:center;gap:2px .75rem;padding:.75rem;display:grid}.seg-strip__item--success{border-left-color:var(--color-success)}.seg-strip__item--info,.seg-strip__item--accent{border-left-color:var(--color-accent)}.seg-strip__item--warning{border-left-color:var(--color-warning)}.seg-strip__item--danger{border-left-color:var(--color-danger)}.seg-strip__item--muted{border-left-color:var(--color-text-muted)}.seg-strip__count{font-variant-numeric:tabular-nums;grid-area:count;font-size:1.35rem;font-weight:700}.seg-strip__name{grid-area:name;font-size:.8rem;font-weight:600}.seg-strip__desc{color:var(--color-text-muted);grid-area:desc;font-size:.7rem}.crm-seg{white-space:nowrap;border-radius:999px;padding:2px 10px;font-size:.65rem;font-weight:700;display:inline-block}.crm-seg--lg{padding:4px 14px;font-size:.8rem}.crm-seg--success{background:color-mix(in srgb, var(--color-success) 16%, transparent);color:var(--color-success)}.crm-seg--info,.crm-seg--accent{background:var(--color-accent-soft);color:var(--color-accent)}.crm-seg--warning{background:color-mix(in srgb, var(--color-warning) 18%, transparent);color:var(--color-warning)}.crm-seg--danger{background:color-mix(in srgb, var(--color-danger) 16%, transparent);color:var(--color-danger)}.crm-seg--muted{background:var(--color-surface-alt);color:var(--color-text-muted)}.rfm{flex-direction:column;gap:.75rem;display:flex}.rfm__row{grid-template-columns:110px auto 1fr;align-items:center;gap:.75rem;display:grid}.rfm__label{color:var(--color-text-muted);font-size:.8rem}.rfm__dots{gap:4px;display:inline-flex}.rfm__dot{background:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:50%;width:12px;height:12px}.rfm__dot.is-on{background:var(--color-accent);border-color:var(--color-accent)}.rfm__raw{text-align:right;font-variant-numeric:tabular-nums;font-size:.8rem;font-weight:600}.rfm__segment-desc{color:var(--color-text-muted);margin-top:.75rem;font-size:.7rem}.ctags{flex-direction:column;gap:.75rem;display:flex}.ctags__list{flex-wrap:wrap;gap:.5rem;display:flex}.ctags__chip{background:var(--color-accent-soft);color:var(--color-accent);border:none;border-radius:999px;align-items:center;gap:6px;padding:3px 6px 3px 10px;font-size:.7rem;font-weight:600;display:inline-flex}.ctags__chip--static{padding:3px 10px}.ctags__remove{width:16px;height:16px;color:inherit;cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.ctags__remove:hover{opacity:1;background:color-mix(in srgb, var(--color-accent) 25%, transparent)}.ctags__add{gap:.5rem;display:flex}.ctags__inline{flex-wrap:wrap;gap:4px;margin-top:4px;display:flex}.su-page{gap:1rem;max-width:560px;margin-inline:auto;display:grid}.su-page__head{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.su-page__head h1{margin:0;font-size:1.15rem}.su-page__hint{color:var(--color-text-muted);margin:0;font-size:.8rem}.su-admin{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);gap:.75rem;padding:1rem;display:grid}.su-admin__info{flex-wrap:wrap;align-items:baseline;gap:.5rem;display:flex}.su-admin__email{color:var(--color-text-muted);font-size:.8rem}.su-admin__form{gap:.5rem;display:flex}.su-admin__form .input{flex:1}.su-admin__form-stack{justify-self:stretch;justify-items:start;gap:.75rem;width:100%;display:grid}.su-admin__form-stack .field{justify-self:stretch;width:100%}.su-admin__create{gap:.75rem;display:grid}.mfa-settings{justify-items:start;gap:1rem;max-width:520px;display:grid}.mfa-settings__steps{color:var(--color-text-muted);gap:.5rem;margin:0;padding-left:1.25rem;font-size:.8rem;display:grid}.mfa-settings__qr{border:1px solid var(--color-border);border-radius:var(--radius-md);width:240px;height:240px;image-rendering:pixelated;background:#fff}.mfa-settings__confirm{justify-self:stretch;justify-items:start;gap:.75rem;width:100%;display:grid}.mfa-settings__confirm .field{justify-self:stretch;width:100%}.field__req{color:var(--color-danger,#dc2626)}.mailing-seg__btn{justify-content:center;align-items:center;gap:.5rem;display:inline-flex}.mailing-note{border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-muted);align-items:flex-start;gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.8rem;display:flex}.mailing-note--warn{border-left:3px solid var(--color-warning)}.mailing-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:1024px){.mailing-grid{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);align-items:start}}.mailing-history{flex-direction:column;gap:.5rem;display:flex}.mailing-history__item{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 0;display:flex}.mailing-history__item:last-child{border-bottom:none}.mailing-history__subject{font-size:.8rem;font-weight:600}.mailing-history__meta{color:var(--color-text-muted);font-size:.7rem}.mailing-history__empty{color:var(--color-text-muted);padding:.75rem 0;font-size:.8rem}.mailing-status{white-space:nowrap;background:var(--color-surface);color:var(--color-text-muted);border:1px solid var(--color-border);border-radius:999px;padding:2px 10px;font-size:.7rem;font-weight:600;display:inline-block}.mailing-status--sent{background:color-mix(in srgb, var(--color-success) 14%, transparent);color:var(--color-success);border-color:#0000}.mailing-status--sending,.mailing-status--queued{background:color-mix(in srgb, var(--color-accent) 14%, transparent);color:var(--color-accent);border-color:#0000}.mailing-status--scheduled{background:color-mix(in srgb, var(--color-warning) 16%, transparent);color:var(--color-warning);border-color:#0000}
