@charset "UTF-8";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#333;background-color:#f5f6fa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#3498db;text-decoration:inherit}a:hover{color:#2980b9}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .25s}*{box-sizing:border-box}.cookie-consent-banner{position:fixed;bottom:0;left:0;right:0;z-index:10050;background:#111;color:#f5f5f5;padding:1.25rem 1.5rem;box-shadow:0 -8px 32px #00000059;border-top:1px solid rgba(255,255,255,.08)}.cookie-consent-banner__inner{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.25rem}.cookie-consent-banner__title{margin:0 0 .35rem;font-size:1.05rem;font-weight:700}.cookie-consent-banner__desc{margin:0;font-size:.9rem;line-height:1.55;color:#ffffffd1;max-width:52rem}.cookie-consent-banner__desc a{color:#9cf;text-decoration:underline}.cookie-consent-banner__desc a:hover{color:#bdf}.cookie-consent-banner__actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.cookie-consent-btn{font-size:.875rem;padding:.55rem 1rem;border-radius:6px;cursor:pointer;border:1px solid transparent;font-weight:600;white-space:nowrap}.cookie-consent-btn--primary{background:#fff;color:#111}.cookie-consent-btn--primary:hover{background:#e8e8e8}.cookie-consent-btn--outline{background:transparent;color:#fff;border-color:#ffffff73}.cookie-consent-btn--outline:hover{border-color:#fff}.cookie-consent-btn--ghost{background:transparent;color:#ffffffd9;border-color:transparent;text-decoration:underline}.cookie-consent-btn--ghost:hover{color:#fff}.cookie-consent-modal-overlay{position:fixed;inset:0;z-index:10060;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:1.5rem}.cookie-consent-modal{background:#fff;color:#111;max-width:520px;width:100%;max-height:90vh;overflow-y:auto;border-radius:10px;padding:1.5rem 1.5rem 1.25rem;box-shadow:0 20px 60px #00000059}.cookie-consent-modal h2{margin:0 0 .75rem;font-size:1.2rem}.cookie-consent-modal__intro{margin:0 0 1rem;font-size:.9rem;line-height:1.5;color:#444}.cookie-consent-category{margin-bottom:1rem;padding:.85rem 1rem;border-radius:8px;background:#f4f4f5}.cookie-consent-category--locked{opacity:1}.cookie-consent-category__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.35rem}.cookie-consent-category__name{font-weight:700;font-size:.95rem}.cookie-consent-badge{font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;background:#333;color:#fff;padding:.2rem .5rem;border-radius:4px}.cookie-consent-category__desc{margin:0;font-size:.82rem;line-height:1.45;color:#555}.cookie-consent-toggle{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border:1px solid #ddd;border-radius:8px;margin-bottom:.65rem;cursor:pointer}.cookie-consent-toggle input{width:1.15rem;height:1.15rem;margin-top:.2rem;flex-shrink:0;accent-color:#111}.cookie-consent-toggle__name{font-weight:600;font-size:.95rem;display:block}.cookie-consent-toggle__desc{margin:.25rem 0 0;font-size:.82rem;line-height:1.45;color:#555}.cookie-consent-modal__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid #eee}.cookie-consent-modal .cookie-consent-btn--primary{background:#111;color:#fff}.cookie-consent-modal .cookie-consent-btn--primary:hover{background:#333}.cookie-consent-modal .cookie-consent-btn--ghost{color:#444;text-decoration:none}.cookie-consent-modal .cookie-consent-btn--ghost:hover{color:#000;text-decoration:underline}@media(max-width:640px){.cookie-consent-banner__actions{width:100%;flex-direction:column}.cookie-consent-banner__actions .cookie-consent-btn{width:100%}}.cart-icon-wrapper{position:relative;display:flex;align-items:center}.cart-icon-button{position:relative;display:flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;background:none;border:none;border-radius:0;color:#fff;text-decoration:none;transition:opacity .2s ease;cursor:pointer}.cart-icon-button:hover{opacity:.7}.cart-icon-button:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:2px;border-radius:50%}.cart-icon-button .cart-svg{width:26px;height:26px}.cart-icon-button .cart-badge{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 5px;background:#fff;border:1px solid #111;border-radius:999px;color:#111;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;animation:badge-pop .3s ease}.cart-icon-button:hover .cart-badge{background:#111;color:#fff;border-color:#111}@keyframes badge-pop{0%{transform:scale(.5);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.mini-cart-dropdown{position:absolute;top:calc(100% + 12px);right:0;width:360px;max-height:480px;background:#fff;border:1px solid #ececef;border-radius:18px;box-shadow:0 12px 40px #0000001f;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;z-index:1000;overflow:hidden}.mini-cart-dropdown:before{content:"";position:absolute;top:-6px;right:16px;width:12px;height:12px;background:#fff;border:1px solid #e8e8e8;border-right:none;border-bottom:none;transform:rotate(45deg)}.mini-cart-dropdown.open{opacity:1;visibility:visible;transform:translateY(0)}.mini-cart-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:16px 18px;border-bottom:1px solid #f1f1f3;background:#fff}.mini-cart-header h4{margin:0;color:#111;font-size:.8125rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.mini-cart-header .mini-cart-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin-left:4px;padding:0;border:none;border-radius:50%;background:none;color:#71717a;font-size:1rem;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease}.mini-cart-header .mini-cart-close:hover{background:#f4f4f5;color:#111}.mini-cart-header .mini-cart-close:focus-visible{outline:2px solid #111;outline-offset:2px}.mini-cart-header .items-count{flex:1;color:#71717a;font-size:.75rem;font-weight:600}.mini-cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 1.25rem;text-align:center}.mini-cart-empty .empty-icon{font-size:2.5rem;margin-bottom:.75rem;opacity:.28}.mini-cart-empty p{color:#666;font-size:.875rem;margin:0;line-height:1.45}.mini-cart-items{max-height:280px;overflow-y:auto;padding:12px 0}.mini-cart-items::-webkit-scrollbar{width:6px}.mini-cart-items::-webkit-scrollbar-track{background:#f5f5f5}.mini-cart-items::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.mini-cart-item{display:flex;align-items:flex-start;gap:12px;padding:12px 18px;transition:background .2s ease}.mini-cart-item:hover{background:#fafafa}.mini-cart-item .item-image{width:56px;height:70px;border-radius:0;overflow:hidden;background:#f0f0f0;flex-shrink:0;border:1px solid #e8e8e8}.mini-cart-item .item-image img{width:100%;height:100%;object-fit:cover}.mini-cart-item .item-image .no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;opacity:.35}.mini-cart-item .item-details{flex:1;min-width:0}.mini-cart-item .item-details .item-name{margin:0 0 4px;color:#111;font-size:.8125rem;font-weight:600;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-cart-item .item-details .item-meta{display:flex;gap:6px;margin-bottom:6px}.mini-cart-item .item-details .item-meta .item-color,.mini-cart-item .item-details .item-meta .item-size{font-size:.625rem;padding:2px 8px;background:#f4f4f5;border:1px solid #ececef;border-radius:999px;color:#555}.mini-cart-item .item-details .item-price-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.mini-cart-item .item-details .item-price{color:#111;font-size:.875rem;font-weight:700;letter-spacing:.02em}.mini-cart-item .item-details .item-quantity{display:flex;align-items:center;gap:2px;background:#f4f4f5;border:none;border-radius:999px;padding:3px}.mini-cart-item .item-details .item-quantity .qty-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#52525b;font-size:.9rem;font-weight:700;line-height:1;cursor:pointer;border-radius:50%;transition:background .15s ease,color .15s ease}.mini-cart-item .item-details .item-quantity .qty-btn:hover:not(:disabled){background:#fff;color:#111;box-shadow:0 1px 2px #10182814}.mini-cart-item .item-details .item-quantity .qty-btn:disabled{opacity:.35;cursor:not-allowed}.mini-cart-item .item-details .item-quantity span{color:#111;font-size:.8125rem;font-weight:700;min-width:20px;text-align:center;border:none;line-height:24px}.mini-cart-item .remove-item{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:50%;color:#a1a1aa;font-size:13px;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease;flex-shrink:0}.mini-cart-item .remove-item:hover{background:#fef2f2;color:#dc2626}.mini-cart-item .remove-item:focus-visible{outline:2px solid #111;outline-offset:1px}.more-items{text-align:center;padding:8px 18px;color:#666;font-size:.8125rem;border-top:1px solid #e8e8e8}.mini-cart-footer{padding:16px 18px;border-top:1px solid #e8e8e8;background:#fafafa}.mini-cart-footer .cart-total{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.mini-cart-footer .cart-total span{color:#666;font-size:.875rem}.mini-cart-footer .cart-total strong{color:#111;font-size:1.0625rem;font-weight:700;letter-spacing:.02em}.mini-cart-footer .cart-actions{display:flex;gap:8px}.mini-cart-footer .view-cart-btn,.mini-cart-footer .checkout-btn{flex:1;padding:11px 16px;border-radius:999px;font-size:.8125rem;font-weight:600;text-align:center;text-decoration:none;transition:background .2s ease,border-color .2s ease,transform .15s ease,box-shadow .2s ease;cursor:pointer;letter-spacing:.02em}.mini-cart-footer .view-cart-btn{background:#f4f4f5;border:1px solid transparent;color:#3f3f46}.mini-cart-footer .view-cart-btn:hover{background:#e9e9ec;color:#111}.mini-cart-footer .checkout-btn{background:#111;border:1px solid #111;color:#fff;box-shadow:0 3px 10px #1118272e}.mini-cart-footer .checkout-btn:hover{background:#000;transform:translateY(-1px);box-shadow:0 5px 14px #1118273d}@media(max-width:768px){.mini-cart-backdrop{position:fixed;inset:0;z-index:999;background:#00000073;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);animation:mini-cart-backdrop-in .2s ease}.mini-cart-dropdown{position:fixed;inset:auto 0 0;width:100%;max-height:78vh;overflow-y:auto;border-radius:18px 18px 0 0;border-bottom:none;box-shadow:0 -12px 40px #0000002e;transform:translateY(100%);padding-bottom:env(safe-area-inset-bottom,0px)}.mini-cart-dropdown:before{display:none}.mini-cart-dropdown.open{transform:translateY(0)}.mini-cart-header{position:sticky;top:0;z-index:1}}@keyframes mini-cart-backdrop-in{0%{opacity:0}to{opacity:1}}@media(max-width:480px){.cart-icon-button{width:40px;height:40px}.cart-icon-button .cart-svg{width:25px;height:25px}}.set-password-gate{position:fixed;inset:0;z-index:11000;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#111118b8;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);overflow-y:auto;box-sizing:border-box}.set-password-gate__card{width:min(460px,100%);margin:auto;padding:1.75rem;background:#fff;color:#111827;border-radius:16px;box-shadow:0 24px 70px #00000059;box-sizing:border-box}.set-password-gate__title{margin:0 0 .75rem;font-size:1.35rem;line-height:1.25}.set-password-gate__intro{margin:0 0 .75rem;color:#4b5563;line-height:1.55}.set-password-gate__email{margin:0 0 1.25rem;font-size:.9rem;color:#6b7280;word-break:break-all}.set-password-gate__form{display:flex;flex-direction:column;gap:.9rem}.set-password-gate__group{display:flex;flex-direction:column;gap:.35rem}.set-password-gate__group label{font-size:.9rem;font-weight:600}.set-password-gate__group input{padding:.7rem .85rem;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem}.set-password-gate__group input:focus{outline:none;border-color:#111827;box-shadow:0 0 0 3px #11182714}.set-password-gate__group input:disabled{background:#f9fafb}.set-password-gate__hint{font-size:.82rem;color:#6b7280}.set-password-gate__hint--warn{color:#b45309}.set-password-gate__show{display:flex;align-items:center;gap:.45rem;font-size:.88rem;color:#4b5563;cursor:pointer}.set-password-gate__show input{cursor:pointer}.set-password-gate__error{padding:.7rem .85rem;border-radius:8px;background:#fef2f2;color:#b91c1c;font-size:.9rem;line-height:1.45}.set-password-gate__submit{padding:.8rem 1.25rem;border:none;border-radius:10px;background:#111827;color:#fff;font-weight:700;font-size:1rem;cursor:pointer;transition:background .15s ease}.set-password-gate__submit:hover:not(:disabled){background:#1f2937}.set-password-gate__submit:disabled{opacity:.5;cursor:not-allowed}.set-password-gate__logout{display:block;width:100%;margin-top:1rem;padding:.5rem;border:none;background:none;color:#6b7280;font-size:.88rem;text-decoration:underline;cursor:pointer}.set-password-gate__logout:hover{color:#111827}.set-password-gate__logout:disabled{opacity:.5;cursor:not-allowed}.account-icon-wrapper{position:relative;display:flex;align-items:center}.account-dropdown{position:absolute;top:calc(100% + 12px);right:0;width:300px;background:#fff;border:1px solid #ececef;border-radius:18px;box-shadow:0 12px 40px #0000001f;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;z-index:1000;overflow:hidden;color:#111;text-align:left}.account-dropdown:before{content:"";position:absolute;top:-6px;right:14px;width:12px;height:12px;background:#fff;border:1px solid #ececef;border-right:none;border-bottom:none;transform:rotate(45deg)}.account-dropdown.open,.account-dropdown:focus-within{opacity:1;visibility:visible;transform:translateY(0)}.account-dropdown__section{padding:1.15rem 1.25rem}.account-dropdown__section+.account-dropdown__section{border-top:1px solid #f1f1f3}.account-dropdown__title{margin:0 0 .85rem;font-size:.9375rem;font-weight:600;line-height:1.35;color:#111}.account-dropdown__text{margin:-.45rem 0 .85rem;font-size:.8125rem;line-height:1.5;color:#71717a}.account-dropdown__btn{display:flex;align-items:center;justify-content:center;width:100%;height:44px;padding:0 20px;border-radius:999px;font-family:inherit;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;box-sizing:border-box;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.account-dropdown__btn:focus-visible{outline:2px solid #111;outline-offset:2px}.account-dropdown__btn--primary{background:#111;border:1px solid #111;color:#fff;box-shadow:0 4px 14px #1118272e}.account-dropdown__btn--primary:hover{background:#000;color:#fff;transform:translateY(-1px);box-shadow:0 6px 20px #1118273d}.account-dropdown__btn--ghost{background:#fff;border:1px solid #e4e4e7;color:#3f3f46}.account-dropdown__btn--ghost:hover{background:#fafafa;border-color:#111;color:#111}@media(max-width:768px){.account-dropdown{display:none}}.hero-section.hero-section--full{padding:0;min-height:0;width:100%}.hero-section.hero-section--full .carousel,.hero-section.hero-section--full .carousel.home-hero-carousel{max-width:100%;width:100%;padding:0;min-height:0}.hero-section.hero-section--full .carousel-container,.hero-section.hero-section--full .carousel-track,.hero-section.hero-section--full .carousel-slide,.hero-section.hero-section--full .home-hero-card-wrap,.hero-section.hero-section--full .home-hero-card{min-height:0;height:auto}.hero-section.hero-section--full .home-hero-card__img{width:100%;height:auto;max-width:100%;max-height:none;object-fit:cover;object-position:center}.hero-section.hero-section--full .home-hero-card__video{width:100%;height:auto;max-height:none;object-fit:cover}.hero-section.hero-section--full .carousel-nav{display:flex;justify-content:center;align-items:center;gap:1.25rem;padding:.75rem 0}.hero-section.hero-section--full .carousel-btn{position:relative;background:transparent;border-radius:50%;width:40px;height:40px;color:#111}.hero-section.hero-section--full .carousel-btn:hover{background:#0000000f}.home-product-rail-wrap{position:relative}.rail-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#ffffffeb;box-shadow:0 1px 6px #0000002e;color:#111;cursor:pointer;transition:background .2s,box-shadow .2s,opacity .2s;padding:0}.rail-arrow svg{width:22px;height:22px}.rail-arrow:hover{background:#fff;box-shadow:0 2px 10px #00000038}.rail-arrow:focus-visible{outline:2px solid #111;outline-offset:2px}.rail-arrow--left{left:4px}.rail-arrow--right{right:4px}.home-product-rail{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:#e4e4e7 transparent;padding-bottom:.35rem;box-sizing:border-box}.home-product-rail::-webkit-scrollbar{height:6px}.home-product-rail::-webkit-scrollbar-thumb{background:#e4e4e7;border-radius:999px}.home-product-rail__track{display:flex;flex-direction:row;flex-wrap:nowrap;gap:clamp(10px,1.8vw,16px);width:max-content;min-width:100%;padding:2px 0 6px}.home-product-rail.shop-products-plp .product-card{flex:0 0 clamp(148px,38vw,220px);width:clamp(148px,38vw,220px);min-width:0;scroll-snap-align:start;max-width:220px}@media(min-width:900px){.home-product-rail.shop-products-plp .product-card{flex:0 0 clamp(200px,18vw,240px);width:clamp(200px,18vw,240px);max-width:240px}}@media(max-width:768px){.rail-arrow{display:none}}.products-page{min-height:100vh;background:#fff}.products-header{background:#fff;border-bottom:none;padding:1.25rem 0 1.5rem}.products-header-inner{max-width:1600px;margin:0 auto;padding:0 1.25rem;box-sizing:border-box}.products-header h1{font-size:clamp(1.5rem,2.2vw,2rem);font-weight:400;color:#111;margin:0 0 1rem;text-align:left;letter-spacing:.01em;text-transform:none;line-height:1.15}.search-container{display:flex;gap:12px;align-items:center;max-width:420px;margin:0}.search-input-wrapper{flex:1;display:flex;align-items:center;background:#f4f4f5;border:1px solid transparent;border-radius:999px;padding:0 18px;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.search-input-wrapper:hover{background:#eeeef0}.search-input-wrapper:focus-within{background:#fff;border-color:#111;box-shadow:0 0 0 4px #1111110f}.search-icon{color:#888;flex-shrink:0}.search-input{flex:1;padding:12px 10px;background:transparent;border:none;color:#111;font-size:15px;outline:none}.search-input::placeholder{color:#999}.clear-button{display:flex;align-items:center;justify-content:center;width:30px;height:30px;background:transparent;border:none;border-radius:50%;color:#666;cursor:pointer;transition:all .2s}.clear-button:hover{background:#eee;color:#111}.plp-root-category-bar{background:#fff;border-bottom:1px solid #f1f1f3}.plp-root-category-bar-inner{max-width:1600px;margin:0 auto;padding:0 1.25rem;box-sizing:border-box}.plp-root-category-scroll{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.plp-root-category-scroll::-webkit-scrollbar{display:none}.plp-root-category-hint{padding:7px 0;margin:0 0 4px;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.plp-root-category-hint.is-dragging{cursor:grabbing}.plp-root-category-hint__track{position:relative;display:block;height:5px;border-radius:999px;background:#ececef;overflow:hidden}.plp-root-category-hint__thumb{position:absolute;top:0;bottom:0;border-radius:999px;background:#a1a1aa;transition:left .08s linear,width .15s ease,background .15s ease}.plp-root-category-hint:hover .plp-root-category-hint__thumb,.plp-root-category-hint.is-dragging .plp-root-category-hint__thumb{background:#111}.plp-root-category-hint.is-dragging .plp-root-category-hint__thumb{transition:background .15s ease}@media(prefers-reduced-motion:reduce){.plp-root-category-hint__thumb{transition:none}}.plp-root-category-list{list-style:none;margin:0;display:flex;flex-wrap:nowrap;align-items:stretch;gap:0 .4rem;min-height:56px;padding:6px 0}.plp-root-category-list li{flex-shrink:0;display:flex}.plp-root-category-link{display:inline-flex;align-items:center;padding:9px 16px;border:none;border-radius:999px;background:transparent;color:#52525b;font-size:.9375rem;font-weight:600;letter-spacing:.01em;line-height:1.2;white-space:nowrap;cursor:pointer;transition:color .2s ease,background .2s ease}.plp-root-category-link:hover{color:#111;background:#f4f4f5}.plp-root-category-link.is-active{color:#fff;background:#111}.plp-root-category-link:focus-visible{outline:2px solid #111;outline-offset:2px}.products-layout{display:flex;gap:2rem;width:100%;max-width:1600px;margin:0 auto;padding:1.5rem 1.25rem 3.5rem;box-sizing:border-box}.plp-filters-column{width:292px;flex-shrink:0;align-self:flex-start;position:sticky;top:88px;display:flex;flex-direction:column;max-height:calc(100vh - 96px);overflow-y:auto}.plp-filter-hint{margin:0 0 1rem;font-size:12px;line-height:1.45;color:#71717a}.filters-panel{width:100%;flex-shrink:0;background:#fff;border:1px solid #ececef;border-radius:18px;padding:1.35rem 1.25rem;height:fit-content;position:relative;box-shadow:0 1px 2px #1018280a,0 8px 24px #1018280a}.filters-header{display:flex;align-items:center;gap:12px;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid #f1f1f3}.filters-header .clear-filters-btn{padding:6px 14px;background:#fff;border:1px solid #e4e4e7;border-radius:999px;color:#52525b;font-size:11px;font-weight:600;cursor:pointer;transition:border-color .2s,color .2s,background .2s}.filters-header .clear-filters-btn:hover{border-color:#111;color:#111;background:#fafafa}.filters-header--toolbar{justify-content:flex-end;margin-bottom:.85rem;padding-bottom:0;border-bottom:none}.filter-group{margin-bottom:1.5rem}.filter-group:last-child{margin-bottom:0}.filter-group h3{font-size:.7rem;font-weight:700;color:#71717a;text-transform:uppercase;letter-spacing:.07em;margin:0 0 .6rem}.plp-cat{margin-bottom:1.5rem}.plp-cat:last-child{margin-bottom:0}.plp-cat__head{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:26px;margin:0 2px .6rem}.plp-cat__title{margin:0;font-size:.7rem;font-weight:700;line-height:1.2;letter-spacing:.07em;text-transform:uppercase;color:#71717a}.plp-cat__state{flex-shrink:0;font-size:11.5px;font-weight:600;line-height:1.2;letter-spacing:.01em;color:#a1a1aa}.plp-cat__all{flex-shrink:0;padding:5px 13px;border:1px solid #e4e4e7;border-radius:999px;background:#fff;color:#52525b;font-family:inherit;font-size:11px;font-weight:600;line-height:1.2;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.plp-cat__all:hover{background:#fafafa;border-color:#dcdce0;color:#111}.plp-cat__all:focus-visible{outline:2px solid #111;outline-offset:2px}.plp-cat__list{list-style:none;display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;margin:0;padding:0}.plp-cat__item{display:flex;flex-direction:column;min-width:0;max-width:100%}.plp-cat__item.is-open{flex-basis:100%;width:100%}.plp-cat__row{display:flex;align-items:center;gap:8px;width:auto;max-width:100%;min-height:38px;padding:9px 18px;border:1px solid transparent;border-radius:999px;background:#f4f4f5;font-family:inherit;font-size:13.5px;font-weight:600;line-height:1.35;text-align:left;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.plp-cat__row:hover{background:#e9e9ec}.plp-cat__row:hover .plp-cat__row-label{color:#111}.plp-cat__row:focus-visible{outline:2px solid #111;outline-offset:2px}.plp-cat__row.is-active{background:#fff;border-color:#111;box-shadow:0 1px 2px #1018280a}.plp-cat__row.is-active .plp-cat__row-label{color:#111;font-weight:700}.plp-cat__row.is-active:hover{background:#fafafa}.plp-cat__row-label{min-width:0;color:#3f3f46;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .15s ease}.plp-cat__row-mark{flex-shrink:0;width:7px;height:7px;margin-bottom:4px;border-right:2px solid #111;border-bottom:2px solid #111;transform:rotate(45deg)}.plp-cat__tray{margin-top:6px;padding:10px 11px 11px;border:1px solid #f1f1f3;border-radius:14px;background:#fafafa;box-shadow:0 1px 2px #1018280a;animation:plp-cat-tray-in .18s ease-out both}.plp-cat__tray-label{display:block;margin:0 2px 7px;font-size:.7rem;font-weight:700;line-height:1.25;letter-spacing:.07em;text-transform:uppercase;color:#71717a;overflow-wrap:anywhere}.plp-cat__chips{display:flex;flex-wrap:wrap;gap:6px}.plp-cat__chip{max-width:100%;padding:6px 12px;border:1px solid #e4e4e7;border-radius:999px;background:#fff;color:#52525b;font-family:inherit;font-size:12.5px;font-weight:600;line-height:1.3;text-align:left;overflow-wrap:anywhere;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.plp-cat__chip:hover{background:#f4f4f5;border-color:#dcdce0;color:#111}.plp-cat__chip:focus-visible{outline:2px solid #111;outline-offset:2px}.plp-cat__chip.is-active{background:#111;border-color:#111;color:#fff}.plp-cat__chip.is-active:hover{background:#000;border-color:#000;color:#fff}.plp-cat__sk{display:block;width:72px;height:27px;border-radius:999px;background:linear-gradient(90deg,#f4f4f5,#ececef,#f4f4f5);background-size:200% 100%;animation:plp-shimmer 1.5s infinite}.plp-cat__sk:nth-child(2){width:56px}.plp-cat__sk:nth-child(3){width:84px}.plp-cat__empty{margin:0 2px;font-size:12px;line-height:1.45;color:#a1a1aa}@keyframes plp-cat-tray-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.plp-cat__tray,.plp-cat__sk{animation:none}.plp-cat__row,.plp-cat__chip,.plp-cat__all,.plp-cat__row-label{transition:none}}.colors-grid{display:flex;flex-wrap:wrap;gap:8px;flex-direction:row}.color-option{width:38px;height:38px;padding:0;justify-content:center;border-radius:50%;border:1px solid #e4e4e7;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.color-option:hover{transform:scale(1.06)}.color-option.active{border-color:#111;box-shadow:0 0 0 2px #111;background:transparent}.color-option.active span{font-weight:400}.color-swatch{width:26px;height:26px;border-radius:50%;border:1px solid rgba(0,0,0,.12)}.color-swatch.all-colors{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ef4444,#f97316,#eab308,#22c55e,#3b82f6,#8b5cf6);color:#fff}.sizes-grid{display:flex;flex-wrap:wrap;gap:8px;flex-direction:row}.size-option{min-width:46px;padding:8px 12px;justify-content:center;border:1px solid #e4e4e7;border-radius:10px}.size-option span{font-weight:500}.size-option.active{background:#111;border-color:#111}.size-option.active span{color:#fff;font-weight:600}.checkbox-option .checkbox-box{width:18px;height:18px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #bbb;border-radius:5px;transition:all .2s}.checkbox-option.active .checkbox-box{background:#111;border-color:#111;color:#fff}.products-content{flex:1;min-width:0}.plp-toolbar-refine{min-width:0;width:100%;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid #f1f1f3}.plp-toolbar-refine:first-child{margin-top:0;padding-top:0;border-top:none}.plp-toolbar-accordion{display:flex;flex-direction:column;gap:6px;width:100%}.plp-acc-item{border:1px solid #ececef;border-radius:14px;background:#fff;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.plp-acc-item:hover{border-color:#dcdce0}.plp-acc-item:has(.plp-acc-chevron.is-open){border-color:#dcdce0;box-shadow:0 1px 2px #1018280a,0 6px 18px #1018280d}.plp-acc-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 16px;border:none;border-radius:14px;background:transparent;cursor:pointer;text-align:left;gap:12px;transition:background .15s ease}.plp-acc-trigger:hover{background:#fafafa}.plp-acc-trigger:hover .plp-acc-title{color:#111}.plp-acc-title{font-size:11.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#3f3f46;transition:color .15s ease}.plp-acc-count{display:inline-block;margin-left:6px;padding:1px 8px;border-radius:999px;background:#111;color:#fff;font-size:10px;font-weight:700;letter-spacing:0}.plp-acc-chevron{display:inline-block;width:8px;height:8px;border-right:2px solid #111;border-bottom:2px solid #111;transform:rotate(45deg);transition:transform .2s ease;flex-shrink:0;margin-bottom:4px}.plp-acc-chevron.is-open{transform:rotate(225deg);margin-bottom:-2px}.plp-acc-panel{padding:2px 16px 14px}.plp-acc-panel--checks{display:flex;flex-direction:column;gap:2px;max-height:220px;overflow-y:auto;padding-right:4px}.plp-check-row{display:flex;align-items:center;gap:10px;border-radius:10px;padding:7px 8px;margin:0;cursor:pointer;transition:background .15s ease}.plp-check-row:hover{background:#f7f7f7}.plp-check-row input[type=checkbox]{width:16px;height:16px;flex-shrink:0;margin:0;accent-color:#111}.plp-check-row--color{gap:10px}.plp-check-row--color .plp-toolbar-swatch{width:20px;height:20px;border-radius:50%;border:1px solid rgba(0,0,0,.12);flex-shrink:0}.plp-check-row--color .plp-check-label{flex:1;min-width:0;font-weight:500}.plp-check-label{font-size:13px;color:#333;line-height:1.3}.plp-toolbar-refine .plp-radio-list{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.plp-toolbar-refine .plp-radio-row{display:inline-flex;align-items:center;gap:8px;margin:0;padding:7px 12px;border:1px solid transparent;border-radius:999px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.plp-toolbar-refine .plp-radio-row:hover{background:#f7f7f8}.plp-toolbar-refine .plp-radio-row input[type=radio]{width:15px;height:15px;flex-shrink:0;margin:0;accent-color:#111}.plp-toolbar-refine .plp-radio-row span{font-size:13px;color:#333;white-space:nowrap}.plp-toolbar-refine .plp-radio-row:hover span{color:#111}.plp-toolbar-refine .plp-radio-row.is-checked span{font-weight:600;color:#111}.plp-toolbar-refine .plp-price-slider{max-width:100%;margin-bottom:12px}.plp-toolbar-refine .plp-price-slider .plp-price-slider__values{display:flex;justify-content:space-between;font-size:13px;font-weight:600;color:#111;margin-bottom:8px}.plp-toolbar-refine .plp-price-slider .plp-price-slider__track{position:relative;height:28px}.plp-toolbar-refine .plp-price-slider .plp-price-slider__track input[type=range]{-webkit-appearance:none;appearance:none;position:absolute;top:0;left:0;width:100%;height:28px;margin:0;background:transparent;pointer-events:none}.plp-toolbar-refine .plp-price-slider .plp-price-slider__track input[type=range]::-webkit-slider-runnable-track{height:3px;background:#ddd;border-radius:2px}.plp-toolbar-refine .plp-price-slider .plp-price-slider__track input[type=range]::-moz-range-track{height:3px;background:#ddd;border-radius:2px}.plp-toolbar-refine .plp-price-slider .plp-price-slider__track input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;pointer-events:auto;width:16px;height:16px;margin-top:-7px;border-radius:50%;background:#111;border:2px solid #fff;box-shadow:0 1px 3px #0000004d;cursor:pointer}.plp-toolbar-refine .plp-price-slider .plp-price-slider__track input[type=range]::-moz-range-thumb{pointer-events:auto;width:16px;height:16px;border-radius:50%;background:#111;border:2px solid #fff;box-shadow:0 1px 3px #0000004d;cursor:pointer}.plp-toolbar-refine .plp-price-range{display:flex;align-items:center;gap:8px;max-width:280px}.plp-toolbar-refine .plp-price-input{flex:1;min-width:0;width:72px;padding:9px 12px;font-size:13px;border:1px solid #e4e4e7;border-radius:10px;color:#111;box-sizing:border-box}.plp-toolbar-refine .plp-price-input::placeholder{color:#999}.plp-toolbar-refine .plp-price-input:focus{border-color:#111;outline:none}.plp-toolbar-refine .plp-price-sep{color:#999;font-size:14px;flex-shrink:0}.products-toolbar{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:12px 20px;min-height:0;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #f1f1f3}.search-stats{color:#71717a;font-size:11px;margin:0;padding:0;border:none;letter-spacing:.06em;text-transform:uppercase;text-align:right;flex-shrink:0;align-self:flex-start}.search-stats .loading-text{display:inline-flex;align-items:center;gap:8px}.search-stats .loading-text:before{content:"";width:14px;height:14px;border:2px solid #e0e0e0;border-top-color:#000;border-radius:50%;animation:spin .8s linear infinite}.search-stats .search-time{color:#999}.shop-products-plp .products-grid-container{min-height:400px;width:100%}.shop-products-plp .products-grid{display:grid;width:100%;box-sizing:border-box;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:clamp(12px,1.5vw,20px);row-gap:clamp(20px,2.5vw,32px)}.shop-products-plp .product-card{display:flex;flex-direction:column;width:100%;min-width:0;box-sizing:border-box;text-decoration:none;color:inherit;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;overflow:hidden;cursor:pointer;margin:0;padding:0;box-shadow:0 1px 2px #0000000d,0 2px 6px #0000000a;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.shop-products-plp .product-card:hover{border-color:#0000001a;transform:translateY(-2px);box-shadow:0 4px 8px #0000000f,0 12px 24px #00000014}.shop-products-plp .product-card:hover .product-image img{transform:scale(1.02)}.shop-products-plp .product-image{position:relative;display:block;width:100%;max-width:100%;height:auto;margin:0;padding:0;border:none;border-radius:0;box-sizing:border-box;overflow:hidden;background:#f0f0f0;aspect-ratio:418/555;flex-shrink:0}.shop-products-plp .product-image img{display:block;width:100%;height:100%;margin:0;padding:0;border:none;object-fit:cover;object-position:center top;image-rendering:-webkit-optimize-contrast;backface-visibility:hidden;transform:translateZ(0);transition:transform .35s ease}.shop-products-plp .product-image .no-image{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:64px;opacity:.3}.shop-products-plp .out-of-stock-badge{position:absolute;top:8px;right:8px;z-index:1;padding:5px 10px;background:#111111eb;border-radius:999px;color:#fff;font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.shop-products-plp .on-demand-badge{position:absolute;top:8px;right:8px;z-index:1;padding:5px 10px;background:#1a5fa6f2;border-radius:999px;color:#fff;font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.shop-products-plp .product-info{flex:1;padding:10px 10px 12px;text-align:left;min-width:0}.shop-products-plp .product-category{display:none}.shop-products-plp .product-name{color:#111;font-size:.875rem;font-weight:600;margin:0 0 6px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.shop-products-plp .product-price .price{color:#111;font-size:.9375rem;font-weight:700;letter-spacing:.02em}.shop-products-plp .product-price .price-range{color:#555;font-size:.875rem;font-weight:400}.shop-products-plp .product-color-dots{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin-top:10px}.shop-products-plp .product-color-dot{width:18px;height:18px;border-radius:50%;flex-shrink:0;border:1px solid rgba(0,0,0,.25);box-shadow:inset 0 0 0 1px #ffffff59;transition:transform .12s ease,box-shadow .12s ease}.shop-products-plp .product-color-dot.is-swappable{cursor:pointer}.shop-products-plp .product-color-dot.is-swappable:hover,.shop-products-plp .product-color-dot.is-swappable:focus-visible{transform:scale(1.25);outline:none}.shop-products-plp .product-color-dot.is-active{box-shadow:0 0 0 2px #fff,0 0 0 3.5px #111827}.shop-products-plp .product-image img{transition:opacity .15s ease}.shop-products-plp .variant-count{display:inline-block;margin-top:6px;color:#888;font-size:11px;font-weight:400}.shop-products-plp .product-card-skeleton{display:flex;flex-direction:column;min-width:0;box-sizing:border-box;background:#fff;border:1px solid #111;border-radius:16px;overflow:hidden}.shop-products-plp .skeleton-image{width:100%;aspect-ratio:418/555;background:linear-gradient(90deg,#eee,#e4e4e4,#eee);background-size:200% 100%;animation:plp-shimmer 1.5s infinite}.shop-products-plp .skeleton-content{padding:10px 10px 12px}.shop-products-plp .skeleton-title,.shop-products-plp .skeleton-category,.shop-products-plp .skeleton-price{background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0);background-size:200% 100%;animation:plp-shimmer 1.5s infinite;border-radius:999px}.shop-products-plp .skeleton-category{width:60%;height:10px;margin-bottom:8px}.shop-products-plp .skeleton-title{width:90%;height:14px;margin-bottom:10px}.shop-products-plp .skeleton-price{width:40%;height:14px}@keyframes plp-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.infinite-scroll-sentinel{display:flex;align-items:center;justify-content:center;min-height:60px;padding:24px 0}.infinite-scroll-sentinel .loading-text{color:#666;font-size:13px;letter-spacing:.02em}.infinite-scroll-end{text-align:center;padding:32px 0 16px;color:#999;font-size:12px;letter-spacing:.04em;text-transform:uppercase}.no-products{text-align:center;padding:80px 24px}.no-products .no-products-icon{font-size:64px;display:block;margin-bottom:16px;opacity:.5}.no-products h3{color:#000;font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.no-products p{color:#666;margin:0 0 1.5rem}.clear-search-button{padding:12px 24px;background:#000;border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.clear-search-button:hover{background:#333;transform:translateY(-2px)}@media(max-width:1280px){.shop-products-plp .products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1024px){.plp-filters-column{width:264px}.shop-products-plp .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-products-plp .product-info{padding:10px 10px 12px}.shop-products-plp .product-name{font-size:.9375rem}.shop-products-plp .product-price .price{font-size:1rem}}@media(max-width:768px){.plp-root-category-bar-inner{padding:0 1rem}.plp-root-category-link{font-size:.9375rem;padding-top:12px;padding-bottom:10px}.products-header{padding:1rem 0 1.25rem}.products-header-inner{padding:0 1rem}.products-header h1{font-size:1.375rem;margin-bottom:.875rem}.search-container{max-width:none;width:100%}.products-layout{padding:1.5rem}.products-layout{flex-direction:column}.products-toolbar,.plp-toolbar-refine{flex-direction:column;align-items:stretch}.plp-toolbar-field--sort .plp-radio-list{flex-direction:column;align-items:flex-start;gap:6px}.plp-toolbar-refine .plp-filter-select{max-width:none}.search-stats{text-align:left;align-self:flex-start}.plp-filters-column{width:100%;position:static;max-height:none;overflow:visible}.filters-panel{position:relative;width:100%;max-width:none}.plp-cat{margin-bottom:0}.plp-cat__head{margin-bottom:.55rem}.plp-cat__row{min-height:42px;padding:11px 18px}.plp-cat__tray{width:100%;box-sizing:border-box;padding:11px 12px 12px}.plp-cat__chip{padding:9px 14px;font-size:13px}.plp-cat__sk{height:33px}.shop-products-plp .products-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:10px;row-gap:18px}.shop-products-plp .product-info{padding:10px 10px 12px}.shop-products-plp .product-name{font-size:.875rem}.shop-products-plp .product-price .price{font-size:.9375rem}}@media(max-width:480px){.plp-cat__list{gap:7px}.plp-cat__row{padding:10px 16px}.shop-products-plp .products-grid{column-gap:8px;row-gap:16px}.shop-products-plp .product-info{padding:8px 8px 10px}.products-header{padding:.875rem 0 1rem}.products-header-inner{padding:0 .875rem}.products-header h1{font-size:1.25rem}.search-container{flex-direction:column}.products-layout{padding:1rem}.shop-products-plp .product-info{padding:10px 10px 12px}.shop-products-plp .product-name{font-size:.9375rem}.shop-products-plp .product-price .price{font-size:1rem}}.homepage{--hp-side-pad: 2.75rem;min-height:100vh;display:flex;flex-direction:column;background:#fff;color:#000;width:100%;overflow-x:hidden}.hero-section{min-height:0;padding:0;background:#fff;border-bottom:1px solid #e8e8e8;width:100%;box-sizing:border-box;display:flex;flex-direction:column}.carousel-loading{display:flex;align-items:center;justify-content:center;min-height:clamp(280px,48vh,520px)}.carousel-loading .loading-spinner{width:40px;height:40px;border:3px solid #e0e0e0;border-top-color:#000;border-radius:50%;animation:spin 1s linear infinite}.carousel-empty{display:flex;align-items:center;justify-content:center;min-height:clamp(280px,48vh,520px)}.carousel-empty p{font-size:1.1rem;color:#666}.carousel{position:relative;max-width:100%;width:100%;margin:0;padding:0}.carousel .carousel-container{overflow:hidden;width:100%}.carousel .carousel-track{display:flex;gap:0;width:100%}.carousel .carousel-slide{flex:0 0 100%;min-width:0}.carousel .carousel-nav{display:flex;justify-content:center;align-items:center;gap:1.25rem;padding:.75rem 1rem .25rem}.carousel .carousel-btn{position:relative;width:44px;height:44px;margin:0;padding:0;border:none;border-radius:0;background:transparent;color:#111;cursor:pointer;transition:color .2s ease,opacity .2s ease;display:flex;align-items:center;justify-content:center;z-index:10}.carousel .carousel-btn svg{width:28px;height:28px;stroke-width:2.25}.carousel .carousel-btn:hover{color:#000;opacity:.75}.carousel .carousel-btn:focus-visible{outline:2px solid #111;outline-offset:4px}.carousel.home-hero-carousel{flex:1 1 auto;align-self:stretch;display:flex;flex-direction:column;width:100%;max-width:100%;min-height:0;margin:0;padding:0;box-sizing:border-box}.carousel.home-hero-carousel .carousel-container{flex:0 0 auto;min-height:0}.carousel.home-hero-carousel .carousel-track{height:auto}.carousel.home-hero-carousel .carousel-slide{display:flex;justify-content:center;align-items:stretch}.carousel.home-hero-carousel .carousel-nav{flex:0 0 auto}.home-hero-card-wrap{display:flex;justify-content:center;align-items:stretch;width:100%;min-height:0;flex:1;opacity:1;transition:opacity .36s cubic-bezier(.22,1,.36,1);will-change:opacity}.home-hero-card-wrap--fading-out{opacity:0}@media(prefers-reduced-motion:reduce){.home-hero-card-wrap{transition:none}.home-hero-card-wrap--fading-out{opacity:1}}.home-hero-card{display:flex;align-items:center;justify-content:center;width:100%;max-width:100%;height:auto;min-height:0;margin:0;padding:0;border:none;border-radius:0;background:transparent;box-sizing:border-box;overflow:hidden}.home-hero-card>a{display:block;width:100%;line-height:0}.home-hero-card__img,.home-hero-card__video{display:block;width:100%;height:auto;max-width:100%;margin:0;object-fit:contain;object-position:center}.content-section{flex:1;padding:4rem 2rem;background:#fff;min-height:200px}.categories-loading{display:flex;align-items:center;justify-content:center;min-height:300px;background:#fff}.categories-loading .loading-spinner{width:40px;height:40px;border:3px solid #e0e0e0;border-top-color:#000;border-radius:50%;animation:spin 1s linear infinite}.home-below-hero{width:100%;padding-top:.5rem}.home-editorial-section{padding:2.25rem 0 2.75rem;background:#fff}.home-editorial-section--alt{background:#f7f7f7}.home-editorial-inner{width:100%;margin:0 auto;padding:0 var(--hp-side-pad);box-sizing:border-box}.home-editorial-header{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.35rem;flex-wrap:wrap}.home-editorial-title{margin:0;font-size:clamp(1.35rem,2.8vw,1.85rem);font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:#111;line-height:1.2}.home-editorial-cta{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem 0;background:none;border:none;border-bottom:1px solid #111;color:#111;font-size:.8125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:color .2s ease,border-color .2s ease,opacity .2s ease}.home-editorial-cta svg{width:15px;height:15px;flex-shrink:0;transition:transform .2s ease}.home-editorial-cta:hover{opacity:.75}.home-editorial-cta:hover svg{transform:translate(3px)}.home-editorial-cta:focus-visible{outline:2px solid #111;outline-offset:4px}.homepage-footer{background:#000;color:#fff;padding:2.5rem 2rem}.homepage-footer .footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap}.homepage-footer .footer-info h3{margin:0 0 .75rem;font-size:1.25rem;font-weight:700;letter-spacing:.03em}.homepage-footer .footer-info p{margin:0;color:#fff9;font-size:.9rem;line-height:1.5;max-width:350px}.homepage-footer .footer-contact{text-align:right}.homepage-footer .footer-contact p{margin:0 0 .25rem;color:#fff9;font-size:.85rem}.homepage-footer .footer-contact p:last-child{margin-bottom:0}@media(max-width:1024px){.homepage{--hp-side-pad: 2.25rem}}@media(max-width:768px){.home-editorial-section{padding:1.75rem 0 2.25rem}.home-editorial-header{flex-direction:column;align-items:stretch}.home-editorial-cta{align-self:flex-end}}@media(max-width:640px){.homepage{--hp-side-pad: 1.85rem}.hero-section{padding:0;min-height:0}.carousel,.carousel-container,.carousel-track,.carousel-slide{min-height:0}.carousel .carousel-btn svg{width:24px;height:24px}.home-hero-card-wrap,.home-hero-card{width:100%;max-width:100%;min-height:0;height:auto}.home-hero-card__img,.home-hero-card__video{width:100%;height:auto;max-width:100%;max-height:none;object-fit:contain}.content-section{padding:2rem 1rem}.home-editorial-title{font-size:1.15rem}.home-editorial-cta{font-size:.75rem}.homepage-footer{padding:2rem 1.5rem}.homepage-footer .footer-content{flex-direction:column;text-align:center;gap:1.5rem}.homepage-footer .footer-info p{max-width:none}.homepage-footer .footer-contact{text-align:center}}@media(hover:none){.carousel .carousel-btn:hover{opacity:1;color:#111}}.about-page{background:#fff;color:#111;width:100%;overflow-x:hidden;box-sizing:border-box}.about-hero{background:#111;color:#fff;padding:clamp(3rem,6vw,5rem) 1.25rem;text-align:center;border-bottom:1px solid #e8e8e8}.about-hero .hero-content{max-width:1600px;margin:0 auto}.about-hero h1{font-size:clamp(2rem,4.5vw,3rem);font-weight:800;margin:0 0 1rem;letter-spacing:2px;text-transform:uppercase;line-height:1.1;color:#fff}.about-hero .subtitle{font-size:clamp(1rem,1.5vw,1.25rem);font-weight:500;margin:0 0 1.5rem;color:#ffffffe6;line-height:1.55;max-width:720px;margin-left:auto;margin-right:auto}.about-hero .intro{font-size:1rem;line-height:1.75;color:#ffffffb8;margin:0 auto;max-width:800px}.services-section{padding:2.25rem 1.25rem 3rem;max-width:1600px;margin:0 auto;box-sizing:border-box}.services-section .services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1rem,2vw,1.5rem)}.services-section .service-card{background:#fff;border:1px solid #ececef;border-radius:18px;padding:1.85rem 1.6rem;box-shadow:0 1px 2px #1018280a;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}.services-section .service-card:hover{transform:translateY(-2px);border-color:#111;box-shadow:0 8px 24px #10182814}.services-section .service-card .service-icon{width:68px;height:68px;margin-bottom:1.25rem;background:#111;border-radius:18px;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.services-section .service-card .service-icon svg{width:36px;height:36px;color:#fff}.services-section .service-card h3{font-size:clamp(1.05rem,1.8vw,1.25rem);font-weight:600;margin:0 0 .75rem;color:#111;line-height:1.35;letter-spacing:.02em}.services-section .service-card p{font-size:.9375rem;line-height:1.65;color:#555;margin:0}.cta-section{padding:clamp(2.5rem,5vw,4rem) 1.25rem;text-align:center;background:#111;color:#fff;border-top:1px solid #e8e8e8}.cta-section h2{font-size:clamp(1.15rem,2.5vw,1.35rem);font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin:0 0 1.5rem;line-height:1.3}.cta-section .cta-button{display:inline-block;padding:1rem 1.75rem;background:#fff;color:#111;text-decoration:none;font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;border-radius:999px;border:1px solid #fff;box-shadow:0 4px 14px #0000002e;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.cta-section .cta-button:hover{background:#f4f4f5;transform:translateY(-1px);box-shadow:0 6px 20px #0000003d}@media(max-width:1024px){.services-section .service-card{padding:1.5rem 1.25rem}.services-section .service-card .service-icon{border-radius:16px;width:64px;height:64px}.services-section .service-card .service-icon svg{width:32px;height:32px}}@media(max-width:768px){.services-section{padding:2rem 1rem 2.5rem}.services-section .services-grid{grid-template-columns:1fr;gap:1rem}.services-section .service-card{padding:1.35rem 1.15rem}.services-section .service-card:hover{box-shadow:none}.services-section .service-card .service-icon{width:56px;height:56px;border-radius:14px}.services-section .service-card .service-icon svg{width:28px;height:28px}.services-section .service-card h3{font-size:1.05rem}.services-section .service-card p{font-size:.9rem;line-height:1.6}.cta-section{padding:2.5rem 1rem}.cta-section h2{font-size:1.1rem}.cta-section .cta-button{padding:.9rem 1.5rem;font-size:.75rem}}.not-robot-check{--nrc-bg: #fafafa;--nrc-border: #d0d0d0;--nrc-border-hover: #8a8a8a;--nrc-border-verified: #1a7a1a;--nrc-bg-verified: #f0f7f0;--nrc-box-border: #bbb;--nrc-text: #222;--nrc-brand: #9a9a9a;display:flex;align-items:center;gap:12px;width:302px;max-width:100%;padding:10px 14px;background:var(--nrc-bg);border:1px solid var(--nrc-border);border-radius:6px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color .2s ease,background .3s ease,box-shadow .2s ease;position:relative;box-sizing:border-box}.not-robot-check:hover:not(.not-robot-check--verified):not(.not-robot-check--checking){border-color:var(--nrc-border-hover)}.not-robot-check:focus-visible{outline:2px solid #1a5fa6;outline-offset:2px}.not-robot-check--checking{cursor:wait}.not-robot-check--verified{background:var(--nrc-bg-verified);border-color:var(--nrc-border-verified);cursor:default}.not-robot-check__box{flex:0 0 auto;width:26px;height:26px;background:#fff;border:2px solid var(--nrc-box-border);border-radius:4px;display:flex;align-items:center;justify-content:center;position:relative;transition:border-color .25s ease}.not-robot-check--verified .not-robot-check__box{border-color:var(--nrc-border-verified);background:#fff}.not-robot-check__empty{display:block;width:0;height:0}.not-robot-check__spinner{width:18px;height:18px;border:2px solid rgba(0,0,0,.12);border-top-color:#111;border-radius:50%;animation:nrc-spin .7s linear infinite}.not-robot-check__checkmark{width:20px;height:20px;overflow:visible}.not-robot-check__checkmark path{stroke:var(--nrc-border-verified);stroke-width:3;stroke-linecap:round;stroke-linejoin:round;fill:none;stroke-dasharray:28;stroke-dashoffset:28;animation:nrc-draw .35s cubic-bezier(.4,.2,.2,1) .05s forwards}.not-robot-check__label{flex:1;font-size:15px;font-weight:500;color:var(--nrc-text);transition:color .25s ease;line-height:1.25}.not-robot-check--checking .not-robot-check__label{color:#666}.not-robot-check--verified .not-robot-check__label{color:#0e4d0e}.not-robot-check__brand{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:2px;color:var(--nrc-brand)}.not-robot-check__brand-icon{width:22px;height:22px}.not-robot-check__brand-text{font-size:9px;text-transform:uppercase;letter-spacing:.06em;font-weight:500}.not-robot-check__honeypot{position:absolute!important;left:-9999px!important;top:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;tab-index:-1}@keyframes nrc-spin{to{transform:rotate(360deg)}}@keyframes nrc-draw{to{stroke-dashoffset:0}}@media(max-width:480px){.not-robot-check{width:100%}}.contact-page{min-height:100vh;background:#fff;color:#111;width:100%;overflow-x:hidden;box-sizing:border-box}.contact-hero{background:#111;color:#fff;padding:clamp(3rem,6vw,5rem) 1.25rem;text-align:center;border-bottom:1px solid #e8e8e8}.contact-hero .hero-content{max-width:1600px;margin:0 auto}.contact-hero h1{font-size:clamp(2rem,4.5vw,3rem);font-weight:800;margin:0 0 1rem;letter-spacing:2px;text-transform:uppercase;line-height:1.1;color:#fff}.contact-hero .subtitle{font-size:clamp(1rem,1.5vw,1.2rem);font-weight:500;margin:0 0 .75rem;color:#ffffffe6;line-height:1.5}.contact-hero .description{font-size:1rem;line-height:1.65;color:#ffffffb8;margin:0 auto;max-width:640px}.contact-content{padding:2.25rem 1.25rem 3rem;max-width:1600px;margin:0 auto;box-sizing:border-box}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:clamp(2rem,4vw,4rem);align-items:start}.company-info h2{font-size:clamp(1.15rem,2.2vw,1.35rem);font-weight:400;letter-spacing:.06em;text-transform:uppercase;margin:0 0 1.5rem;color:#111;padding-bottom:.75rem;border-bottom:1px solid #ececef;line-height:1.2}.company-info .info-block{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding:1.1rem 1.25rem;border:1px solid #ececef;border-radius:16px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.company-info .info-block:hover{border-color:#d4d4d8;box-shadow:0 4px 14px #1018280f}.company-info .info-block:last-child{margin-bottom:0}.company-info .info-icon{width:46px;height:46px;background:#111;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.company-info .info-icon svg{width:22px;height:22px;color:#fff}.company-info .info-content{flex:1;min-width:0}.company-info .info-content h3{font-size:.8125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin:0 0 .35rem;color:#111}.company-info .info-content p{margin:0 0 .25rem;color:#555;font-size:.9375rem;line-height:1.55}.company-info .info-content p strong{color:#111}.company-info .company-ids p{display:flex;gap:.5rem;flex-wrap:wrap}.company-info .company-ids p span{font-weight:600;color:#111;min-width:56px}.company-info .email-row{margin-bottom:.65rem}.company-info .email-row:last-child{margin-bottom:0}.company-info .email-row h4{font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin:0 0 .2rem;color:#888}.company-info .email-row a{color:#111;text-decoration:none;font-weight:500;font-size:.9375rem;transition:opacity .2s ease}.company-info .email-row a:hover{opacity:.7}.company-info .phone-link{font-size:1.1rem;font-weight:600;color:#111;text-decoration:none;transition:opacity .2s ease}.company-info .phone-link:hover{opacity:.7}.contact-form-wrapper{background:#fff;padding:2rem 1.75rem;border-radius:18px;border:1px solid #ececef;box-shadow:0 1px 2px #1018280a,0 8px 24px #1018280a}.contact-form-wrapper h2{font-size:clamp(1.15rem,2.2vw,1.35rem);font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin:0 0 .5rem;color:#111;line-height:1.25}.contact-form-wrapper .form-description{font-size:.9375rem;color:#555;margin:0 0 1.75rem;line-height:1.55}.contact-form .form-group{margin-bottom:1.25rem}.contact-form .form-group label{display:block;font-size:.8125rem;font-weight:600;letter-spacing:.03em;color:#111;margin-bottom:.4rem}.contact-form .form-group input,.contact-form .form-group textarea{width:100%;padding:.8rem 1rem;font-size:1rem;border:1px solid #e4e4e7;border-radius:12px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease;font-family:inherit;box-sizing:border-box}.contact-form .form-group input:focus,.contact-form .form-group textarea:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #11182714}.contact-form .form-group input::placeholder,.contact-form .form-group textarea::placeholder{color:#a1a1aa}.contact-form .form-group textarea{resize:vertical;min-height:140px}.contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-form .form-row .form-group{margin-bottom:1.25rem}.contact-form .error-message{background:#fef2f2;color:#b91c1c;padding:.9rem 1.1rem;border-radius:12px;margin-bottom:1.25rem;font-size:.9rem;border:1px solid #fecaca}.contact-form .not-robot-check{margin:.75rem 0 1rem}.contact-form .submit-btn{width:100%;padding:1rem 1.5rem;background:#111;color:#fff;border:1px solid #111;border-radius:999px;font-size:.8125rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;box-shadow:0 4px 14px #1118272e;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.contact-form .submit-btn:hover:not(:disabled){background:#000;transform:translateY(-1px);box-shadow:0 6px 20px #1118273d}.contact-form .submit-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.success-message{text-align:center;padding:2rem 1rem}.success-message .success-icon{width:64px;height:64px;background:#dcfce7;color:#15803d;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin:0 auto 1.25rem}.success-message h3{font-size:1.15rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin:0 0 .5rem;color:#111}.success-message p{font-size:.9375rem;color:#555;margin:0 0 1.5rem;line-height:1.55}.success-message .new-message-btn{padding:.8rem 1.6rem;background:#f4f4f5;color:#3f3f46;border:1px solid transparent;border-radius:999px;font-size:.8125rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:background .2s ease,color .2s ease}.success-message .new-message-btn:hover{background:#e9e9ec;color:#111}@media(max-width:1024px){.contact-grid{gap:2.5rem}.contact-form-wrapper{padding:1.5rem 1.25rem}}@media(max-width:768px){.contact-hero{padding:2.5rem 1rem 3rem}.contact-content{padding:2rem 1rem 2.5rem}.contact-grid{grid-template-columns:1fr;gap:2rem}.company-info h2{font-size:1.05rem}.company-info .info-block{margin-bottom:1.35rem}.company-info .info-icon{width:40px;height:40px}.company-info .info-icon svg{width:20px;height:20px}.contact-form-wrapper{padding:1.35rem 1.1rem}.contact-form-wrapper h2{font-size:1.05rem}.contact-form .form-row{grid-template-columns:1fr;gap:0}.contact-form .form-group{margin-bottom:1.1rem}.contact-form .form-group input,.contact-form .form-group textarea{padding:.65rem .75rem;font-size:.95rem}.contact-form .submit-btn{padding:.9rem 1.25rem;font-size:.75rem}}@media(max-width:480px){.contact-hero{padding:2rem 1rem 2.5rem}.contact-content{padding:1.75rem 1rem 2rem}.contact-form-wrapper{padding:1.25rem 1rem}}.back-to-top{position:fixed;right:1.5rem;bottom:calc(1.5rem + env(safe-area-inset-bottom,0px));z-index:90;display:flex;align-items:center;justify-content:center;width:52px;height:52px;padding:0;border:1px solid rgba(255,255,255,.14);border-radius:50%;background:#111;color:#fff;cursor:pointer;box-shadow:0 1px 2px #10182829,0 8px 16px #10182824,0 18px 36px #1018282e;animation:back-to-top-in .42s cubic-bezier(.22,1,.36,1) both,back-to-top-float 3s cubic-bezier(.37,0,.63,1) .42s infinite alternate;transition:background .25s cubic-bezier(.22,1,.36,1),border-color .25s ease,box-shadow .25s cubic-bezier(.22,1,.36,1)}.back-to-top:hover{background:#000;border-color:#ffffff3d;box-shadow:0 1px 2px #1018282e,0 12px 22px #1018282e,0 26px 48px #10182838}.back-to-top:hover .back-to-top__icon{transform:translateY(-3px)}.back-to-top:active{box-shadow:0 1px 2px #10182833,0 4px 10px #10182829}.back-to-top:active .back-to-top__icon{transform:translateY(-1px)}.back-to-top:focus-visible{outline:none;box-shadow:0 0 0 2px #fff,0 0 0 4px #111,0 18px 36px #1018282e}@media(max-width:480px){.back-to-top{right:1rem;bottom:calc(1rem + env(safe-area-inset-bottom,0px));width:48px;height:48px}}.back-to-top__icon{display:flex;align-items:center;justify-content:center;transition:transform .25s cubic-bezier(.22,1,.36,1)}.back-to-top__icon svg{width:21px;height:21px;flex-shrink:0}@media(max-width:480px){.back-to-top__icon svg{width:19px;height:19px}}@keyframes back-to-top-in{0%{opacity:0;transform:translateY(16px) scale(.85)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes back-to-top-float{0%{transform:translateY(0)}to{transform:translateY(-5px)}}@media(prefers-reduced-motion:reduce){.back-to-top,.back-to-top:hover{animation:none}.back-to-top__icon{transition:none}}.product-detail{max-width:1600px;margin:0 auto;padding:0 24px 48px;color:#111;background:#fff}.product-detail.loading,.product-detail.error{min-height:60vh;display:flex;align-items:center;justify-content:center}.loading-spinner{text-align:center}.loading-spinner .spinner{width:48px;height:48px;border:3px solid #e0e0e0;border-top-color:#000;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}.loading-spinner p{color:#666}.error-content{text-align:center}.error-content .error-icon{font-size:64px;display:block;margin-bottom:16px}.error-content h2{margin:0 0 24px;font-size:1.5rem;color:#000}.error-content .back-link{color:#000;text-decoration:underline;font-weight:500}.error-content .back-link:hover{text-decoration:none}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-bottom:16px;padding-top:4px;font-size:12px;color:#888;letter-spacing:.02em}.breadcrumb a{color:#666;text-decoration:none;transition:color .2s}.breadcrumb a:hover{color:#111;text-decoration:underline}.breadcrumb .current{color:#111;font-weight:400}.product-content{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,420px);gap:clamp(24px,4vw,56px);align-items:start}.product-gallery{position:sticky;top:88px;height:fit-content;padding-left:32px}.main-image{position:relative;aspect-ratio:3/4;max-height:min(72vh,52vw - 20px);background:#f4f4f5;border:none;border-radius:18px;overflow:hidden;margin-bottom:4px}.main-image img{width:100%;height:100%;object-fit:cover;object-position:center center;cursor:default}.main-image .no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:80px;opacity:.3}.main-image .discount-badge{position:absolute;top:12px;left:12px;padding:6px 14px;background:#111;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.04em;color:#fff}.gallery-nav{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:12px}.gallery-nav .gallery-arrow{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;padding:0;cursor:pointer;color:#111;transition:color .15s,opacity .15s,transform .15s}.gallery-nav .gallery-arrow svg{width:34px;height:34px;stroke-width:2.25}.gallery-nav .gallery-arrow:hover{opacity:.6}.gallery-nav .gallery-arrow:active{transform:scale(.9)}.gallery-nav .gallery-arrow:focus-visible{outline:2px solid #111;outline-offset:2px}.thumbnail-list{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.thumbnail-list::-webkit-scrollbar{height:4px}.thumbnail-list::-webkit-scrollbar-track{background:#eee;border-radius:2px}.thumbnail-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.thumbnail-list::-webkit-scrollbar-thumb:hover{background:#999}.thumbnail{flex-shrink:0;width:64px;height:86px;padding:0;background:#f4f4f5;border:1px solid #e4e4e7;border-radius:12px;overflow:hidden;cursor:pointer;transition:border-color .2s,box-shadow .2s}.thumbnail img{width:100%;height:100%;object-fit:cover}.thumbnail:hover{border-color:#999}.thumbnail.active{border-color:#111;box-shadow:0 0 0 1px #111}.product-content>.product-info{display:flex;flex-direction:column;gap:18px;padding-top:4px}.product-title{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:400;margin:0;line-height:1.35;color:#111;letter-spacing:.02em}.product-sku{color:#888;font-size:11px;margin:0;letter-spacing:.04em;text-transform:uppercase}.product-short-desc{color:#555;font-size:14px;line-height:1.55;margin:0}.product-price-section{padding:4px 0 8px;border:none}.price{font-size:1.25rem;font-weight:700;color:#111;letter-spacing:.02em}.price-with-discount{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px 14px}.price-with-discount .original-price{font-size:.9375rem;color:#999;text-decoration:line-through;font-weight:400}.price-with-discount .final-price{font-size:1.25rem;font-weight:700;color:#111}.variant-selector label{display:block;font-size:11px;font-weight:600;color:#111;margin-bottom:8px;text-transform:uppercase;letter-spacing:.08em}.variant-selector .selected-value{display:block;margin-top:6px;font-size:13px;color:#666;font-weight:400}.variant-selector--size .variant-selector__label-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:8px}.variant-selector--size .variant-selector__label-row label{margin-bottom:0}.size-chart-trigger{flex-shrink:0;background:none;border:none;padding:0;font-size:11px;font-weight:600;color:#111;text-decoration:underline;text-underline-offset:3px;cursor:pointer;letter-spacing:.08em;text-transform:uppercase;font-family:inherit}.size-chart-trigger:hover{text-decoration:none}.design-request-trigger-wrap{margin-top:14px;display:flex;justify-content:flex-start}.design-request-trigger{display:inline-flex;align-items:center;gap:8px;padding:11px 18px;background:#f4f4f5;color:#3f3f46;border:1px solid transparent;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.design-request-trigger:hover{background:#e9e9ec;color:#111}.design-request-modal-overlay{position:fixed;inset:0;z-index:1200;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:24px}.design-request-modal{background:#fff;width:100%;max-width:520px;max-height:calc(100vh - 48px);overflow-y:auto;border-radius:18px;box-shadow:0 24px 60px #00000047}.design-request-modal__head{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid #eee}.design-request-modal__title{margin:0;font-size:17px;font-weight:600;color:#111}.design-request-modal__close{background:transparent;border:none;font-size:20px;cursor:pointer;color:#555;line-height:1;padding:4px 8px}.design-request-modal__close:hover{color:#000}.design-request-modal__intro{margin:0;padding:16px 22px 0;font-size:13px;color:#555;line-height:1.5}.design-request-form{padding:16px 22px 22px}.design-request-form__group{margin-bottom:14px}.design-request-form__group label{display:block;font-size:13px;font-weight:500;color:#222;margin-bottom:6px}.design-request-form__group input,.design-request-form__group textarea{width:100%;padding:11px 14px;font-size:14px;border:1px solid #e4e4e7;border-radius:12px;background:#fff;font-family:inherit;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.design-request-form__group input:focus,.design-request-form__group textarea:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #11182714}.design-request-form__group input:disabled,.design-request-form__group textarea:disabled{background:#f6f6f6;cursor:not-allowed}.design-request-form__group textarea{resize:vertical;min-height:90px}.design-request-form__antibot{margin-bottom:14px;display:flex;justify-content:center}.design-request-form__status{padding:11px 14px;border-radius:12px;font-size:13px;margin-bottom:12px;line-height:1.4}.design-request-form__status.success{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.design-request-form__status.error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.design-request-form__actions{display:flex;justify-content:flex-end;gap:8px}.design-request-form__cancel,.design-request-form__submit{padding:11px 22px;font-size:13px;font-weight:600;border-radius:999px;cursor:pointer;transition:background .15s,color .15s,box-shadow .15s}.design-request-form__cancel:disabled,.design-request-form__submit:disabled{opacity:.5;cursor:not-allowed}.design-request-form__cancel{background:#f4f4f5;color:#3f3f46;border:1px solid transparent}.design-request-form__cancel:hover:not(:disabled){background:#e9e9ec;color:#111}.design-request-form__submit{background:#111;color:#fff;border:1px solid #111;box-shadow:0 3px 10px #1118272e}.design-request-form__submit:hover:not(:disabled){background:#000;box-shadow:0 5px 14px #1118273d}.size-chart-modal-overlay{position:fixed;inset:0;z-index:1200;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:24px}.size-chart-modal{border-radius:18px;background:#fff;max-width:min(920px,96vw);max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 16px 48px #0003}.size-chart-modal__head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:16px 20px;border-bottom:1px solid #e5e5e5}.size-chart-modal__title{margin:0;font-size:1rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.size-chart-modal__close{width:40px;height:40px;border:none;background:transparent;font-size:28px;line-height:1;cursor:pointer;color:#333}.size-chart-modal__close:hover{color:#000}.size-chart-modal__nav{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:12px;flex-wrap:wrap}.size-chart-modal__nav-btn{width:40px;height:40px;border:1px solid #e4e4e7;border-radius:50%;background:#fff;font-size:22px;line-height:1;cursor:pointer;color:#111;transition:border-color .2s,background .2s}.size-chart-modal__nav-btn:hover{border-color:#111;background:#f9f9f9}.size-chart-modal__nav-counter{font-size:13px;font-weight:600;color:#666;min-width:3.5rem;text-align:center;letter-spacing:.04em}.size-chart-modal__body{overflow:auto;padding:12px 16px 20px}.size-chart-modal__body img{display:block;max-width:100%;height:auto;margin:0 auto}.color-options{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.color-option{width:36px;height:36px;padding:3px;background:transparent;border:1px solid transparent;border-radius:50%;cursor:pointer;transition:box-shadow .2s}.color-option .color-swatch{display:block;width:100%;height:100%;border-radius:50%;border:1px solid rgba(0,0,0,.12)}.color-option:hover{box-shadow:0 0 0 1px #bbb}.color-option.selected{box-shadow:0 0 0 2px #111}.size-options{display:flex;gap:8px;flex-wrap:wrap}.size-option{min-width:46px;height:42px;padding:0 16px;background:#fff;border:1px solid #e4e4e7;border-radius:12px;color:#111;font-size:13px;font-weight:500;cursor:pointer;transition:border-color .2s,background .2s,color .2s}.size-option:hover:not(:disabled){border-color:#111}.size-option.selected{background:#111;border-color:#111;color:#fff}.size-option.out-of-stock{opacity:.45;cursor:not-allowed;text-decoration:line-through}.stock-info{font-size:13px}.stock-info .in-stock,.stock-info .out-of-stock,.stock-info .on-demand{display:inline-flex;align-items:center;gap:4px;padding:5px 12px;border-radius:999px;font-weight:600}.stock-info .in-stock{background:#f0fdf4;color:#15803d}.stock-info .out-of-stock{background:#f4f4f5;color:#71717a}.stock-info .on-demand{background:#eff6ff;color:#1a5fa6}.add-to-cart-section{display:flex;gap:12px;align-items:stretch;flex-wrap:wrap}.quantity-selector{display:flex;align-items:center;gap:2px;background:#f4f4f5;border:none;border-radius:999px;padding:4px}.quantity-selector button{width:40px;height:40px;background:transparent;border:none;border-radius:50%;color:#52525b;font-size:18px;font-weight:700;line-height:1;cursor:pointer;transition:background .15s,color .15s,box-shadow .15s}.quantity-selector button:hover:not(:disabled){background:#fff;color:#111;box-shadow:0 1px 2px #10182814}.quantity-selector button:disabled{opacity:.35;cursor:not-allowed}.quantity-selector span{min-width:44px;text-align:center;font-size:15px;font-weight:600;color:#111}.add-to-cart-btn{flex:1;min-width:160px;height:48px;padding:0 28px;background:#111;border:1px solid #111;border-radius:999px;color:#fff;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;box-shadow:0 4px 14px #1118272e;transition:background .2s,transform .2s,box-shadow .2s}.add-to-cart-btn:hover:not(:disabled){background:#000;transform:translateY(-1px);box-shadow:0 6px 20px #1118273d}.add-to-cart-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.add-to-cart-btn.added{background:#111;animation:pulse-success .3s ease}@keyframes pulse-success{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.cart-add-error{margin-top:10px;padding:10px 12px;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;color:#b91c1c;font-size:13px;line-height:1.4}.in-cart-notice{margin-top:8px;padding:10px 12px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;text-align:center}.in-cart-notice span{color:#111;font-size:13px;font-weight:400}.product-description,.product-other-description{padding-top:20px;border-top:1px solid #e8e8e8}.product-description h3,.product-other-description h3{font-size:11px;font-weight:600;margin:0 0 12px;color:#111;text-transform:uppercase;letter-spacing:.08em}.product-description div,.product-other-description div{color:#666;line-height:1.7}.product-description div p,.product-other-description div p{margin:0 0 16px}.product-description div p:last-child,.product-other-description div p:last-child{margin-bottom:0}.product-description div ul,.product-description div ol,.product-other-description div ul,.product-other-description div ol{margin:0 0 16px;padding-left:24px}.product-description div li,.product-other-description div li{margin-bottom:8px}.product-detail-related{margin-top:clamp(2.25rem,5vw,3.5rem);padding-top:clamp(1.5rem,3vw,2.25rem);border-top:1px solid #e8e8e8;width:100%;max-width:100%}.product-detail-related .pdp-related-heading{font-size:clamp(1.125rem,1.75vw,1.375rem);font-weight:500;letter-spacing:.02em;text-transform:none;color:#111;margin:0 0 1.5rem;line-height:1.3}.product-detail-related .pdp-related-grid{display:grid;width:100%;box-sizing:border-box;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:clamp(16px,2vw,28px);row-gap:clamp(24px,3vw,40px)}@media(max-width:900px){.product-detail-related .pdp-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.product-detail-related .pdp-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:12px;row-gap:20px}}@media(max-width:900px){.product-content{grid-template-columns:1fr;gap:28px}.product-gallery{position:static;top:auto;padding-left:0}.main-image{max-width:480px;max-height:min(68vh,520px);margin-left:auto;margin-right:auto}.add-to-cart-section{flex-direction:column}.add-to-cart-section .quantity-selector,.add-to-cart-section .add-to-cart-btn{width:100%}.add-to-cart-section .quantity-selector{justify-content:center}.add-to-cart-section .quantity-selector button{height:56px}.add-to-cart-section .quantity-selector span{font-size:16px}.add-to-cart-section .add-to-cart-btn{height:56px;min-height:56px;font-size:14px}}@media(max-width:600px){.product-detail{padding:16px}.breadcrumb{font-size:12px;margin-bottom:20px}.product-title,.price,.price-with-discount .final-price{font-size:1.5rem}.thumbnail{width:60px;height:60px}}.cart-page{min-height:100vh;background:#fff;max-width:1600px;margin:0 auto;padding:1.5rem 1.25rem 3.5rem;box-sizing:border-box;color:#111}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:clamp(3rem,12vw,5rem) 1.25rem}.cart-empty .empty-icon{display:flex;align-items:center;justify-content:center;width:88px;height:88px;margin-bottom:1.5rem;border-radius:50%;background:#f4f4f5;font-size:2.25rem;line-height:1;opacity:1}.cart-empty h1{font-size:clamp(1.5rem,2.2vw,2rem);font-weight:400;color:#111;margin:0 0 .75rem;letter-spacing:.01em}.cart-empty p{color:#71717a;font-size:.9375rem;line-height:1.55;margin:0 0 2rem;max-width:28rem}.cart-empty .continue-shopping-btn{display:inline-flex;align-items:center;gap:.5rem;height:48px;padding:0 28px;background:#111;color:#fff;text-decoration:none;border:1px solid #111;border-radius:999px;font-weight:700;font-size:13px;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 4px 14px #1118272e;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.cart-empty .continue-shopping-btn:hover{background:#000;transform:translateY(-1px);box-shadow:0 6px 20px #1118273d}.cart-empty .continue-shopping-btn:focus-visible{outline:2px solid #111;outline-offset:3px}.cart-header{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f1f1f3}.cart-header h1{font-size:clamp(1.5rem,2.2vw,2rem);font-weight:400;color:#111;margin:0;letter-spacing:.01em;line-height:1.15}.cart-header .cart-count{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;background:#f4f4f5;font-size:.75rem;color:#52525b;font-weight:600;letter-spacing:.02em}.cart-content{display:grid;grid-template-columns:1fr min(380px,34vw);gap:2rem;align-items:start}.cart-content>.cart-items{grid-column:1;grid-row:1}.cart-content>.cart-summary{grid-column:2;grid-row:1/-1;align-self:start}.cart-content>.cart-suggestions{grid-column:1;grid-row:2}.cart-items{background:#fff;border:1px solid #ececef;border-radius:18px;overflow:hidden;box-shadow:0 1px 2px #1018280a,0 8px 24px #1018280a}.cart-items-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 50px;gap:1rem;padding:.85rem 1.5rem;background:#fafafa;border-bottom:1px solid #f1f1f3;font-size:.7rem;font-weight:700;color:#71717a;text-transform:uppercase;letter-spacing:.07em}.cart-item{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 50px;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid #f4f4f5;align-items:center;transition:background .2s ease}.cart-item:hover{background:#fafafa}.cart-item:last-of-type{border-bottom:none}.item-product{display:flex;gap:1rem;align-items:center;min-width:0}.item-product .item-image{width:80px;height:100px;border-radius:14px;overflow:hidden;background:#f4f4f5;border:1px solid #ececef;flex-shrink:0}.item-product .item-image img{width:100%;height:100%;object-fit:cover}.item-product .item-image .no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;opacity:.35}.item-product .item-info{min-width:0}.item-product .item-info .item-name{margin:0 0 .35rem;font-size:.9375rem;font-weight:600;color:#111;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-product .item-info .item-sku{margin:0 0 .5rem;font-size:.6875rem;color:#a1a1aa;letter-spacing:.04em;text-transform:uppercase}.item-product .item-info .item-variants{display:flex;gap:.4rem;flex-wrap:wrap}.item-product .item-info .variant-tag{font-size:.6875rem;padding:.25rem .7rem;background:#f4f4f5;border:1px solid transparent;border-radius:999px;color:#52525b;font-weight:600;letter-spacing:.01em;white-space:nowrap}.item-price .price-label,.item-price .total-label,.item-total .price-label,.item-total .total-label{display:none}.item-price .price-value,.item-price .total-value,.item-total .price-value,.item-total .total-value{font-size:.9375rem;font-weight:700;color:#111;letter-spacing:.02em}.item-total .total-value{font-weight:600;color:#52525b}.item-quantity .quantity-label{display:none}.item-quantity .quantity-selector{display:inline-flex;align-items:center;gap:2px;background:#f4f4f5;border:1px solid transparent;border-radius:999px;padding:4px;transition:border-color .2s ease,box-shadow .2s ease}.item-quantity .quantity-selector:focus-within{border-color:#111;box-shadow:0 0 0 3px #11182714}.item-quantity .quantity-selector .qty-btn{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;padding:0;background:transparent;border:none;border-radius:50%;color:#52525b;font-size:1rem;font-weight:700;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.item-quantity .quantity-selector .qty-btn:hover:not(:disabled){background:#fff;color:#111;box-shadow:0 1px 2px #10182814}.item-quantity .quantity-selector .qty-btn:disabled{opacity:.35;cursor:not-allowed}.item-quantity .quantity-selector .qty-btn:focus-visible{outline:2px solid #111;outline-offset:1px}.item-quantity .quantity-selector .qty-input{width:2.5rem;height:2rem;text-align:center;background:transparent;border:none;color:#111;font-size:.9375rem;font-weight:600;-moz-appearance:textfield;appearance:textfield}.item-quantity .quantity-selector .qty-input::-webkit-inner-spin-button,.item-quantity .quantity-selector .qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.item-quantity .quantity-selector .qty-input:focus{outline:none}.item-quantity .max-stock-notice{display:inline-flex;align-items:center;padding:3px 10px;margin-top:.4rem;border-radius:999px;background:#f4f4f5;font-size:.6875rem;font-weight:600;color:#71717a}.item-actions .remove-btn{width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:0;background:#fff;border:1px solid #ececef;border-radius:50%;font-size:.95rem;font-family:inherit;line-height:1;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease;color:#9ca3af}.item-actions .remove-btn svg{width:17px;height:17px;flex-shrink:0}.item-actions .remove-btn .remove-btn-label{display:none}.item-actions .remove-btn:hover{background:#fef2f2;border-color:#fca5a5;color:#b91c1c}.item-actions .remove-btn:focus-visible{outline:2px solid #111;outline-offset:2px}.cart-actions{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding:1rem 1.5rem;background:#fafafa;border-top:1px solid #f1f1f3}.cart-actions .continue-shopping{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .9rem;margin-left:-.9rem;border-radius:999px;color:#52525b;text-decoration:none;font-size:.8125rem;font-weight:600;letter-spacing:.02em;transition:color .2s ease,background .2s ease}.cart-actions .continue-shopping:hover{color:#111;background:#f4f4f5}.cart-actions .continue-shopping:focus-visible{outline:2px solid #111;outline-offset:2px}.cart-actions .clear-cart-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem 1.1rem;background:#fff;border:1px solid #e4e4e7;border-radius:999px;color:#52525b;font-family:inherit;font-size:.8125rem;font-weight:600;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}.cart-actions .clear-cart-btn svg{width:16px;height:16px;flex-shrink:0}.cart-actions .clear-cart-btn:hover{background:#fef2f2;border-color:#fca5a5;color:#b91c1c}.cart-actions .clear-cart-btn:focus-visible{outline:2px solid #111;outline-offset:2px}.cart-summary{position:sticky;top:5.5rem}.summary-card{background:#fff;border:1px solid #ececef;border-radius:18px;padding:1.5rem 1.5rem 1.75rem;box-shadow:0 1px 2px #1018280a,0 8px 24px #1018280a}.summary-card h2{font-size:.7rem;font-weight:700;color:#71717a;margin:0 0 1.1rem;padding-bottom:.85rem;border-bottom:1px solid #f1f1f3;letter-spacing:.07em;text-transform:uppercase}.summary-rows{margin-bottom:.5rem}.summary-row{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.65rem 0;font-size:.875rem;color:#52525b;border-bottom:1px solid #f4f4f5}.summary-row:last-child{border-bottom:none}.summary-row .free-shipping{color:#a1a1aa;font-size:.8125rem;text-align:right}.summary-net-row{display:flex;justify-content:space-between;align-items:center;padding:.55rem 0;font-size:.8125rem;color:#a1a1aa;border-bottom:1px solid #f4f4f5}.summary-discount-row{display:flex;justify-content:space-between;align-items:center;padding:.55rem 0;font-size:.875rem;font-weight:600;color:#15803d;border-bottom:1px solid #f4f4f5}.summary-total{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;padding:1rem 0 1.25rem;border-top:1px solid #e4e4e7;margin:.25rem 0 1.25rem}.summary-total span:first-child{font-size:.875rem;font-weight:600;color:#111;margin:0}.summary-total .total-vat-note{font-size:.72rem;font-weight:500;color:#a1a1aa;letter-spacing:.01em;margin-left:4px}.summary-total .total-price{font-size:1.375rem;font-weight:700;color:#111;letter-spacing:.01em;white-space:nowrap}.coupon-section{margin-top:1.25rem}.coupon-section .coupon-label{display:block;font-size:.7rem;font-weight:700;color:#71717a;margin-bottom:.55rem;letter-spacing:.07em;text-transform:uppercase}.coupon-section .coupon-input-row{display:flex;gap:.5rem}.coupon-section .coupon-input{flex:1;min-width:0;padding:.7rem 1.1rem;border:1px solid #e4e4e7;border-radius:999px;font-size:.875rem;font-family:inherit;background:#fff;color:#111;text-transform:uppercase;letter-spacing:.05em;transition:border-color .15s ease,box-shadow .15s ease}.coupon-section .coupon-input::placeholder{text-transform:none;letter-spacing:normal;color:#a1a1aa}.coupon-section .coupon-input:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #11182714}.coupon-section .coupon-apply-btn{flex:0 0 auto;padding:.7rem 1.25rem;background:#f4f4f5;color:#3f3f46;border:1px solid transparent;border-radius:999px;font-family:inherit;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background .15s ease,color .15s ease}.coupon-section .coupon-apply-btn:hover:not(:disabled){background:#e9e9ec;color:#111}.coupon-section .coupon-apply-btn:disabled{opacity:.5;cursor:not-allowed}.coupon-section .coupon-apply-btn:focus-visible{outline:2px solid #111;outline-offset:2px}.coupon-section .coupon-applied{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.6rem .65rem .6rem .9rem;border:1px solid #bbf7d0;border-radius:999px;background:#f0fdf4}.coupon-section .coupon-applied .coupon-applied-code{font-size:.8125rem;font-weight:600;color:#15803d;letter-spacing:.02em}.coupon-section .coupon-applied .coupon-applied-code strong{text-transform:uppercase;letter-spacing:.05em}.coupon-section .coupon-applied .coupon-remove-btn{flex-shrink:0;background:#fff;border:1px solid #ececef;color:#9ca3af;width:24px;height:24px;padding:0;border-radius:50%;cursor:pointer;font-family:inherit;font-size:11px;line-height:1;display:flex;align-items:center;justify-content:center;transition:border-color .18s ease,background .18s ease,color .18s ease}.coupon-section .coupon-applied .coupon-remove-btn:hover{background:#fef2f2;border-color:#fca5a5;color:#b91c1c}.coupon-section .coupon-applied .coupon-remove-btn:focus-visible{outline:2px solid #111;outline-offset:2px}.coupon-section .coupon-error{margin-top:.5rem;padding:.5rem .9rem;border-radius:12px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:.78rem;letter-spacing:.01em}.checkout-btn{width:100%;height:48px;padding:0 24px;background:#111;border:1px solid #111;border-radius:999px;color:#fff;font-family:inherit;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;box-shadow:0 4px 14px #1118272e;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.checkout-btn:hover:not(:disabled){background:#000;transform:translateY(-1px);box-shadow:0 6px 20px #1118273d}.checkout-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.checkout-btn:focus-visible{outline:2px solid #111;outline-offset:3px}.availability-error{margin-top:.85rem;padding:.85rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:14px;color:#b91c1c;font-size:.875rem}.availability-error .availability-error-title{margin:0 0 .4rem;font-weight:700}.availability-error .availability-error-list{margin:0 0 .4rem;padding:0;background:transparent;border:none;color:#b91c1c;font-family:inherit;font-size:.85rem;white-space:pre-wrap;line-height:1.45}.availability-error .availability-error-hint{margin:0;font-size:.8rem;color:#9f1239;opacity:.85}.quote-request-btn{width:100%;height:44px;padding:0 20px;background:#f4f4f5;border:1px solid transparent;border-radius:999px;color:#3f3f46;font-family:inherit;font-size:13px;font-weight:700;letter-spacing:.04em;cursor:pointer;transition:background .2s ease,color .2s ease;margin-top:.75rem}.quote-request-btn:hover:not(:disabled){background:#e9e9ec;color:#111}.quote-request-btn:disabled{opacity:.5;cursor:not-allowed}.quote-request-btn:focus-visible{outline:2px solid #111;outline-offset:2px}.quote-error{margin-top:.75rem;padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:14px;color:#b91c1c;font-size:.8125rem;text-align:center}.payment-methods{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid #f1f1f3;text-align:center}.payment-methods span{display:block;font-size:.7rem;font-weight:700;color:#a1a1aa;margin-bottom:.75rem;letter-spacing:.07em;text-transform:uppercase}.payment-methods .payment-icons{display:flex;justify-content:center;gap:1rem;font-size:1.25rem;opacity:.55}.cart-suggestions{min-width:0}.cart-suggestions__title{margin:0 0 1rem;font-size:.7rem;font-weight:700;color:#71717a;letter-spacing:.07em;text-transform:uppercase}.cart-suggestions__sentinel{display:flex;align-items:center;justify-content:center;min-height:56px;padding:1.25rem 0 .5rem}.cart-suggestions__loading{font-size:.8125rem;color:#71717a;letter-spacing:.02em}@media(min-width:769px)and (max-width:1024px){.cart-suggestions .shop-products-plp .products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:768px){.cart-suggestions .shop-products-plp .products-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:10px;row-gap:18px}}.modal-overlay{position:fixed;inset:0;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:24px;z-index:1000;animation:cartFadeIn .2s ease}@keyframes cartFadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border:none;border-radius:18px;padding:1.75rem 1.5rem;max-width:420px;width:100%;text-align:center;box-shadow:0 24px 60px #00000047}.modal-content h3{font-size:1.0625rem;font-weight:600;margin:0 0 .5rem;color:#111}.modal-content p{color:#71717a;font-size:.875rem;margin:0 0 1.5rem;line-height:1.55}.modal-actions{display:flex;gap:.5rem;justify-content:center}.modal-actions button{padding:11px 22px;border-radius:999px;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.modal-actions button:focus-visible{outline:2px solid #111;outline-offset:2px}.modal-actions .cancel-btn{background:#f4f4f5;border:1px solid transparent;color:#3f3f46}.modal-actions .cancel-btn:hover{background:#e9e9ec;color:#111}.modal-actions .confirm-btn{background:#111;border:1px solid #111;color:#fff;box-shadow:0 3px 10px #1118272e}.modal-actions .confirm-btn:hover{background:#000;box-shadow:0 5px 14px #1118273d}@media(max-width:1024px){.cart-content{grid-template-columns:1fr}.cart-content>.cart-items,.cart-content>.cart-summary,.cart-content>.cart-suggestions{grid-column:1;grid-row:auto}.cart-summary{position:static}}@media(max-width:768px){.cart-page{padding:1rem 1rem 2.5rem}.cart-header h1{font-size:1.35rem}.cart-items{border-radius:16px}.cart-items-header{display:none}.cart-item{display:flex;flex-direction:column;gap:1rem;padding:1.25rem 1.15rem;align-items:stretch}.cart-item .item-product{width:100%}.cart-item .item-price,.cart-item .item-total{display:flex;justify-content:space-between;align-items:center;width:100%}.cart-item .item-price .price-label,.cart-item .item-price .total-label,.cart-item .item-total .price-label,.cart-item .item-total .total-label{display:block;color:#71717a;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.cart-item .item-quantity{width:100%}.cart-item .item-quantity .quantity-label{display:block;color:#71717a;font-size:.7rem;font-weight:700;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.07em}.cart-item .item-quantity .quantity-selector{width:100%;max-width:200px;justify-content:center}.cart-item .item-actions{width:100%;display:flex;justify-content:flex-start}.cart-item .item-actions .remove-btn{width:100%;max-width:200px;height:40px;padding:0 1rem;border-radius:999px;font-size:.8125rem;font-weight:600;color:#52525b;border-color:#e4e4e7}.cart-item .item-actions .remove-btn .remove-btn-label{display:inline}.cart-item .item-actions .remove-btn:hover{color:#b91c1c}.cart-actions{flex-direction:column;align-items:stretch;padding:1rem 1.15rem}.cart-actions .continue-shopping,.cart-actions .clear-cart-btn{width:100%;margin-left:0;text-align:center;justify-content:center;box-sizing:border-box}.summary-card{padding:1.25rem 1.15rem 1.5rem;border-radius:16px}.summary-total .total-price{font-size:1.25rem}}@media(max-width:420px){.coupon-section .coupon-input-row{flex-direction:column}.coupon-section .coupon-apply-btn{width:100%}}.checkout-page{max-width:1600px;margin:0 auto;padding:1.5rem 1.25rem 3.5rem;background:#fff;color:#111;min-height:60vh;box-sizing:border-box}@media(max-width:768px){.checkout-page{padding:1rem 1rem 2.5rem}}.checkout-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f1f1f3}.checkout-header h1{font-size:clamp(1.5rem,2.2vw,2rem);font-weight:400;margin:0 0 1.25rem;color:#111;letter-spacing:.01em;line-height:1.15}.checkout-steps{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}@media(max-width:400px){.checkout-steps{gap:.3rem}.checkout-steps .step{padding:.35rem .65rem .35rem .35rem;font-size:.75rem;gap:.35rem}}.checkout-steps .step{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .9rem .4rem .4rem;background:#f4f4f5;border:1px solid transparent;border-radius:999px;color:#71717a;font-size:.8125rem;font-weight:600;letter-spacing:.01em;transition:border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.checkout-steps .step.active{background:#111;color:#fff;border-color:#111;box-shadow:0 3px 10px #1118272e}.checkout-steps .step.completed{background:#fff;color:#111;border-color:#e4e4e7;box-shadow:none}.checkout-steps .step .step-number{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;flex-shrink:0;background:#e4e4e7;border-radius:50%;font-weight:700;font-size:.75rem;color:#52525b}.checkout-steps .step.active .step-number{background:#ffffff38;color:#fff}.checkout-steps .step.completed .step-number{background:#f4f4f5;color:#111}.checkout-steps .step .step-label{font-weight:600}.checkout-content{display:grid;grid-template-columns:1fr min(380px,34vw);gap:2rem;align-items:start}@media(max-width:1024px){.checkout-content{grid-template-columns:1fr;gap:1.5rem}}.checkout-main{background:#fff;border-radius:18px;border:1px solid #ececef;padding:1.75rem 1.5rem;box-sizing:border-box;box-shadow:0 1px 2px #1018280a,0 8px 24px #1018280a;min-width:0}@media(max-width:560px){.checkout-main{padding:1.25rem 1.15rem 1.5rem;border-radius:16px}}.checkout-error{background:#fef2f2;color:#b91c1c;padding:.875rem 1rem;border-radius:14px;border:1px solid #fecaca;margin-bottom:1.25rem;font-size:.875rem;line-height:1.45}.checkout-section h2{font-size:.7rem;font-weight:700;margin:0 0 1.25rem;color:#111;letter-spacing:.07em;text-transform:uppercase}.checkout-section h3{font-size:.9375rem;margin-bottom:.75rem;color:#111;font-weight:600}.customer-mode-selector{margin-bottom:1.5rem}.customer-mode-selector .mode-options{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}@media(max-width:768px){.customer-mode-selector .mode-options{grid-template-columns:1fr}}.customer-mode-selector .mode-option{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.35rem 1rem;background:#fff;border:1px solid #ececef;border-radius:14px;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease;text-decoration:none;color:inherit}.customer-mode-selector .mode-option:hover{border-color:#dcdce0;transform:translateY(-1px);box-shadow:0 1px 2px #1018280a,0 6px 18px #1018280d}.customer-mode-selector .mode-option.active{border-color:#111;background:#fff;box-shadow:0 0 0 1px #111,0 6px 18px #1018280f}.customer-mode-selector .mode-option:focus-visible{outline:2px solid #111;outline-offset:2px}.customer-mode-selector .mode-option .mode-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin-bottom:.75rem;border-radius:50%;background:#f4f4f5;font-size:1.25rem;line-height:1;opacity:1}.customer-mode-selector .mode-option .mode-title{font-weight:600;font-size:.875rem;margin-bottom:.25rem;color:#111}.customer-mode-selector .mode-option .mode-desc{font-size:.75rem;color:#71717a;line-height:1.45}.authenticated-customer .user-info{background:#f4f4f5;padding:.875rem 1.1rem;border-radius:14px;border:1px solid transparent;margin-bottom:1.25rem}.authenticated-customer .user-info .user-email{margin:0;color:#111;font-size:.875rem;font-weight:600}.authenticated-customer .user-details{margin-bottom:1.25rem;padding:.875rem 1.1rem;background:#fafafa;border-radius:14px;border:1px solid #f1f1f3}.authenticated-customer .user-details p{margin:.2rem 0;color:#52525b;font-size:.875rem}.address-selector,.billing-selector{margin-bottom:1.25rem}.address-selector .no-addresses,.billing-selector .no-addresses{color:#71717a;padding:.875rem 1.1rem;background:#fafafa;border-radius:14px;border:1px solid #f1f1f3;font-size:.875rem}.address-selector .no-addresses a,.billing-selector .no-addresses a{color:#111;margin-left:.35rem;font-weight:600;text-decoration:underline;text-underline-offset:2px}.address-list,.billing-list{display:flex;flex-direction:column;gap:.5rem}.address-option,.billing-option{display:flex;align-items:flex-start;gap:.75rem;padding:.95rem 1.1rem;background:#fff;border:1px solid #ececef;border-radius:14px;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.address-option:hover,.billing-option:hover{border-color:#dcdce0;background:#fafafa}.address-option.selected,.billing-option.selected{border-color:#111;background:#fff;box-shadow:0 0 0 1px #111}.address-option:focus-within,.billing-option:focus-within{outline:2px solid #111;outline-offset:2px}.address-option input[type=radio],.billing-option input[type=radio]{margin-top:.2rem;width:18px;height:18px;flex-shrink:0;accent-color:#111}.address-option .address-content,.address-option .billing-content,.billing-option .address-content,.billing-option .billing-content{flex:1;min-width:0}.address-option .address-content .address-line,.address-option .address-content .billing-line,.address-option .billing-content .address-line,.address-option .billing-content .billing-line,.billing-option .address-content .address-line,.billing-option .address-content .billing-line,.billing-option .billing-content .address-line,.billing-option .billing-content .billing-line{margin:.15rem 0;color:#52525b;font-size:.875rem}.address-option .address-content .address-phone,.address-option .billing-content .address-phone,.billing-option .address-content .address-phone,.billing-option .billing-content .address-phone{margin-top:.35rem;color:#a1a1aa;font-size:.8125rem}.address-option .address-content .company-name,.address-option .billing-content .company-name,.billing-option .address-content .company-name,.billing-option .billing-content .company-name{font-weight:600;margin-bottom:.2rem;color:#111;font-size:.875rem}.address-option .address-content .default-badge,.address-option .billing-content .default-badge,.billing-option .address-content .default-badge,.billing-option .billing-content .default-badge{display:inline-block;padding:.2rem .7rem;background:#111;color:#fff;font-size:.6875rem;font-weight:700;border-radius:999px;margin-top:.45rem;letter-spacing:.03em}.guest-form .form-section{margin-bottom:1.75rem;padding-bottom:1.75rem;border-bottom:1px solid #f1f1f3}.guest-form .form-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.guest-form .form-section h3{font-size:.7rem;font-weight:700;color:#71717a;margin-bottom:1rem;letter-spacing:.07em;text-transform:uppercase}.guest-form .form-row{margin-bottom:.875rem}.guest-form .form-row.two-cols{display:grid;grid-template-columns:1fr 1fr;gap:.875rem}@media(max-width:500px){.guest-form .form-row.two-cols{grid-template-columns:1fr}}.guest-form .form-row.three-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:.875rem}@media(max-width:600px){.guest-form .form-row.three-cols{grid-template-columns:1fr}}.guest-form .form-group{display:flex;flex-direction:column;min-width:0}.guest-form .form-group label{font-size:.8125rem;font-weight:600;margin-bottom:.4rem;color:#3f3f46}.guest-form .form-group input,.guest-form .form-group select{width:100%;min-width:0;max-width:100%;box-sizing:border-box;padding:.7rem .95rem;border:1px solid #e4e4e7;border-radius:12px;font-size:.9375rem;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;background:#fff;color:#111}.guest-form .form-group input::placeholder,.guest-form .form-group select::placeholder{color:#a1a1aa}.guest-form .form-group input:focus,.guest-form .form-group select:focus{outline:none;border-color:#111;background:#fff;box-shadow:0 0 0 3px #11182714}.guest-form .form-group input:disabled,.guest-form .form-group select:disabled{background:#f6f6f6;color:#71717a;cursor:not-allowed}@media(max-width:768px){.guest-form .form-group input,.guest-form .form-group select{font-size:16px}}.guest-form .form-group select{appearance:none;-webkit-appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012%208%22%3E%3Cpath%20fill%3D%22%23111%22%20d%3D%22M1.5%201.5L6%206l4.5-4.5%22%20stroke%3D%22%23111%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right .95rem center;background-size:.7rem;padding-right:2.25rem;cursor:pointer}.guest-form .checkbox-label{display:flex;align-items:center;gap:.6rem;cursor:pointer;font-size:.875rem;color:#3f3f46}.guest-form .checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:#111}.guest-form .radio-group{display:flex;gap:1.25rem;flex-wrap:wrap}.guest-form .radio-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:#3f3f46;font-size:.875rem}.guest-form .radio-label input[type=radio]{accent-color:#111}.shipping-methods,.payment-methods{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.shipping-method,.payment-method{display:flex;align-items:center;gap:1rem;padding:.95rem 1.1rem;background:#fff;border:1px solid #ececef;border-radius:14px;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}@media(max-width:480px){.shipping-method,.payment-method{gap:.6rem;padding:.8rem .85rem}.shipping-method .method-content,.payment-method .method-content{gap:.5rem}}.shipping-method:hover:not(.disabled),.payment-method:hover:not(.disabled){border-color:#dcdce0;background:#fafafa}.shipping-method.selected,.payment-method.selected{border-color:#111;background:#fff;box-shadow:0 0 0 1px #111}.shipping-method.disabled,.payment-method.disabled{opacity:.55;cursor:not-allowed;background:#fafafa}.shipping-method:focus-within,.payment-method:focus-within{outline:2px solid #111;outline-offset:2px}.shipping-method input[type=radio],.payment-method input[type=radio]{accent-color:#111;width:18px;height:18px;flex-shrink:0}.shipping-method .method-content,.payment-method .method-content{flex:1;display:flex;align-items:center;gap:.75rem;min-width:0}.shipping-method .method-icon,.payment-method .method-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:12px;background:#f4f4f5;font-size:1.125rem;text-align:center;flex-shrink:0}.shipping-method .method-logo,.payment-method .method-logo{width:2.5rem;height:2.25rem;object-fit:contain;object-position:center;display:block;flex-shrink:0}.shipping-method .method-info,.payment-method .method-info{flex:1;display:flex;flex-direction:column;gap:.15rem;min-width:0}.shipping-method .method-info .method-name,.payment-method .method-info .method-name{font-weight:600;display:flex;align-items:center;gap:.5rem;color:#111;font-size:.875rem}.shipping-method .method-info .method-description,.payment-method .method-info .method-description{font-size:.8125rem;color:#71717a;line-height:1.45}.shipping-method .method-info .method-delivery,.payment-method .method-info .method-delivery{font-size:.75rem;color:#a1a1aa}.shipping-method .method-price,.payment-method .method-price{font-weight:700;color:#111;font-size:.9375rem;letter-spacing:.02em;flex-shrink:1;min-width:0;max-width:55%;display:flex;flex-direction:column;align-items:flex-end;text-align:right;gap:.15rem}.shipping-method .method-price .method-price-gross,.payment-method .method-price .method-price-gross{font-weight:700;white-space:nowrap}.shipping-method .method-price .method-price-net,.payment-method .method-price .method-price-net{font-size:.72rem;font-weight:400;color:#a1a1aa;letter-spacing:0}.shipping-method.disabled .method-price,.payment-method.disabled .method-price{font-size:.75rem;font-weight:500;color:#a1a1aa;line-height:1.35}.shipping-method .method-check,.payment-method .method-check{color:#111;font-weight:700;margin-left:auto}.shipping-method .method-surcharge,.payment-method .method-surcharge{margin-left:auto;padding:.3rem .75rem;background:#111;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.02em;border-radius:999px;flex-shrink:0}.shipping-method .coming-soon-badge,.payment-method .coming-soon-badge{display:inline-block;padding:.2rem .65rem;background:#f4f4f5;color:#71717a;font-size:.625rem;border-radius:999px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.shipping-notice .info-text,.payment-notice .info-text{display:flex;align-items:flex-start;gap:.6rem;padding:.875rem 1.1rem;background:#f4f4f5;border:1px solid transparent;border-radius:14px;font-size:.8125rem;color:#52525b;margin:0;line-height:1.5}.shipping-notice .info-text .info-icon,.payment-notice .info-text .info-icon{flex-shrink:0;opacity:.85}.shipping-notice .info-text--surcharge,.payment-notice .info-text--surcharge{background:#eff6ff;border-color:#dbeafe;color:#1a5fa6;font-weight:500}.shipping-notice.cod-notice .info-text,.shipping-notice.transfer-notice .info-text,.shipping-notice.card-notice .info-text,.payment-notice.cod-notice .info-text,.payment-notice.transfer-notice .info-text,.payment-notice.card-notice .info-text{border-color:transparent;background:#f4f4f5;color:#52525b}.shipping-notice.cod-notice .info-text--surcharge,.shipping-notice.transfer-notice .info-text--surcharge,.shipping-notice.card-notice .info-text--surcharge,.payment-notice.cod-notice .info-text--surcharge,.payment-notice.transfer-notice .info-text--surcharge,.payment-notice.card-notice .info-text--surcharge{background:#eff6ff;border-color:#dbeafe;color:#1a5fa6}.review-section .review-details{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(max-width:600px){.review-section .review-details{grid-template-columns:1fr}}.review-section .review-block{background:#fafafa;padding:1.1rem 1.2rem;border-radius:14px;border:1px solid #f1f1f3}.review-section .review-block h3{font-size:.7rem;font-weight:700;color:#71717a;margin:0 0 .65rem;text-transform:uppercase;letter-spacing:.07em}.review-section .review-block .review-content p{margin:.25rem 0;color:#111;font-size:.875rem;line-height:1.45}.checkout-terms{margin-top:1.5rem;padding:1rem 1.1rem;background:#fafafa;border:1px solid #f1f1f3;border-radius:14px}.checkout-terms .checkout-terms-label{display:flex;align-items:flex-start;gap:.65rem;cursor:pointer;font-size:.875rem;line-height:1.5;color:#3f3f46}.checkout-terms .checkout-terms-label input[type=checkbox]{margin-top:.15rem;width:18px;height:18px;flex-shrink:0;accent-color:#111;cursor:pointer}.checkout-terms .checkout-terms-label a{color:#111;font-weight:600;text-decoration:underline;text-underline-offset:2px}.checkout-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.75rem;padding-top:1.5rem;border-top:1px solid #f1f1f3;flex-wrap:wrap}@media(max-width:480px){.checkout-actions{gap:.75rem}.checkout-actions .back-btn,.checkout-actions .next-btn{flex:1 1 100%;margin-left:0;text-align:center}}.checkout-actions .back-btn{height:44px;padding:0 22px;background:#f4f4f5;border:1px solid transparent;border-radius:999px;font-family:inherit;font-size:13px;font-weight:600;color:#3f3f46;cursor:pointer;transition:background .15s ease,color .15s ease}.checkout-actions .back-btn:hover:not(:disabled){background:#e9e9ec;color:#111}.checkout-actions .back-btn:disabled{opacity:.5;cursor:not-allowed}.checkout-actions .back-btn:focus-visible{outline:2px solid #111;outline-offset:2px}.checkout-actions .next-btn{height:48px;padding:0 30px;background:#111;border:1px solid #111;border-radius:999px;font-family:inherit;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;cursor:pointer;box-shadow:0 4px 14px #1118272e;transition:background .2s ease,transform .2s ease,box-shadow .2s ease;margin-left:auto}.checkout-actions .next-btn:hover:not(:disabled){background:#000;transform:translateY(-1px);box-shadow:0 6px 20px #1118273d}.checkout-actions .next-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.checkout-actions .next-btn:focus-visible{outline:2px solid #111;outline-offset:3px}.checkout-sidebar{min-width:0}@media(max-width:1024px){.checkout-sidebar{order:-1}}.order-summary{background:#fff;border-radius:18px;border:1px solid #ececef;padding:1.5rem 1.5rem 1.75rem;position:sticky;top:5.5rem;box-sizing:border-box;box-shadow:0 1px 2px #1018280a,0 8px 24px #1018280a}@media(max-width:1024px){.order-summary{position:static;top:auto;padding:1.25rem 1.15rem 1.5rem;border-radius:16px}}.order-summary h3{font-size:.7rem;font-weight:700;margin:0 0 1.1rem;color:#71717a;padding-bottom:.85rem;border-bottom:1px solid #f1f1f3;letter-spacing:.07em;text-transform:uppercase}.summary-items{margin-bottom:1.25rem;max-height:300px;overflow-y:auto}.summary-items::-webkit-scrollbar{width:6px}.summary-items::-webkit-scrollbar-track{background:#f4f4f5;border-radius:999px}.summary-items::-webkit-scrollbar-thumb{background:#e4e4e7;border-radius:999px}.summary-items::-webkit-scrollbar-thumb:hover{background:#d4d4d8}.summary-item{display:flex;align-items:center;gap:.75rem;padding:.65rem 0;border-bottom:1px solid #f4f4f5}.summary-item:last-child{border-bottom:none}.summary-item .item-image{position:relative;width:48px;height:60px;flex-shrink:0}.summary-item .item-image img,.summary-item .item-image .placeholder-image{width:100%;height:100%;object-fit:cover;border-radius:12px;background:#f4f4f5;display:flex;align-items:center;justify-content:center;border:1px solid #ececef;box-sizing:border-box;font-size:1.25rem;opacity:1}.summary-item .item-image .placeholder-image{opacity:.4}.summary-item .item-image .item-quantity{position:absolute;top:-6px;right:-6px;min-width:1.25rem;height:1.25rem;padding:0 5px;background:#111;color:#fff;border:2px solid #fff;border-radius:999px;font-size:.625rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.summary-item .item-details{flex:1;display:flex;flex-direction:column;gap:.15rem;min-width:0}.summary-item .item-details .item-name{font-weight:600;font-size:.8125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#111}.summary-item .item-details .item-variant{font-size:.75rem;color:#71717a}.summary-item .item-price{font-weight:700;font-size:.875rem;white-space:nowrap;color:#111;letter-spacing:.02em}.summary-totals{padding-top:1rem;border-top:1px solid #f1f1f3}.summary-totals .summary-row{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.875rem;color:#52525b}.summary-totals .summary-row small{color:#a1a1aa;font-size:.75rem}.summary-totals .summary-row--small{padding:.35rem 0;font-size:.78rem;color:#a1a1aa;letter-spacing:.01em}.summary-totals .summary-row.surcharge-row{color:#52525b}.summary-totals .summary-row.surcharge-row small{color:#a1a1aa;font-size:.72rem}.summary-totals .summary-row.total-row{align-items:baseline;padding-top:.95rem;margin-top:.5rem;border-top:1px solid #e4e4e7;font-size:.9375rem;font-weight:600;color:#111}.summary-totals .summary-row.total-row .total-vat-note{font-size:.72rem;font-weight:500;color:#a1a1aa;letter-spacing:.01em;margin-left:4px}.summary-totals .summary-row.total-row .total-price{color:#111;font-size:1.375rem;font-weight:700;letter-spacing:.01em;white-space:nowrap}.summary-note{margin-top:1rem;padding-top:1rem;border-top:1px solid #f4f4f5}.summary-note p{margin:0;font-size:.6875rem;color:#a1a1aa;text-align:center;letter-spacing:.03em}.packeta-section{margin-top:1.25rem;padding:1.25rem 1.25rem 1.35rem;border:1px solid #f1f1f3;border-radius:18px;background:#fafafa}.packeta-section h2{font-size:.7rem;margin:0 0 1rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#71717a}.packeta-delivery-mode{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.packeta-delivery-mode__option{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid #ececef;border-radius:999px;cursor:pointer;font-size:.875rem;font-weight:600;color:#52525b;transition:border-color .2s ease,color .2s ease,box-shadow .2s ease}.packeta-delivery-mode__option:hover{border-color:#dcdce0;color:#111}.packeta-delivery-mode__option:has(input:checked){border-color:#111;color:#111;box-shadow:0 0 0 1px #111}.packeta-delivery-mode__option:focus-within{outline:2px solid #111;outline-offset:2px}.packeta-delivery-mode__option input[type=radio]{accent-color:#111}.packeta-home-hint{margin:.5rem 0 0;font-size:.875rem;line-height:1.5;color:#52525b}.packeta-home-hint__warn{display:block;margin-top:.5rem;color:#b45309;font-weight:600}.packeta-pick-btn{height:44px;padding:0 22px;background:#111;color:#fff;border:1px solid #111;border-radius:999px;font-family:inherit;font-weight:700;font-size:13px;letter-spacing:.04em;cursor:pointer;box-shadow:0 3px 10px #1118272e;transition:background .2s ease,box-shadow .2s ease}.packeta-pick-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.packeta-pick-btn:hover:not(:disabled){background:#000;box-shadow:0 5px 14px #1118273d}.packeta-pick-btn:focus-visible{outline:2px solid #111;outline-offset:3px}.packeta-pick-summary{margin-top:1rem;padding:.85rem 1.1rem;background:#fff;border:1px solid #ececef;border-radius:14px;display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;color:#52525b}.packeta-pick-summary strong{font-weight:600;color:#111}.packeta-config-hint{padding:.8rem 1.1rem;background:#f4f4f5;border:1px solid transparent;border-radius:14px;font-size:.8125rem;color:#52525b;line-height:1.5}.packeta-pickup-selector .packeta-config-hint+.packeta-config-hint{margin-top:.5rem}.packeta-review-line{margin-top:.5rem;font-size:.875rem;color:#52525b;line-height:1.5}.order-success-page{max-width:800px;margin:0 auto;padding:3rem 2rem;min-height:60vh}@media(max-width:768px){.order-success-page{padding:2rem 1rem}}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:40vh}.loading .spinner{width:40px;height:40px;border:3px solid #f0f0f0;border-top-color:#2196f3;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.loading p{color:#666}.error-state{text-align:center;padding:3rem}.error-state .error-icon{font-size:4rem;display:block;margin-bottom:1rem}.error-state h1{margin-bottom:2rem}.error-state .back-btn{display:inline-block;padding:.75rem 2rem;background:#2196f3;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:background .2s}.error-state .back-btn:hover{background:#1976d2}.success-container{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:3rem}@media(max-width:768px){.success-container{padding:2rem}}.success-header{text-align:center;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #eee}.success-header .success-icon{font-size:4rem;display:block;margin-bottom:1rem}.success-header h1{font-size:2rem;color:#1a1a1a;margin-bottom:.5rem}.success-header .success-message{color:#666;font-size:1.1rem}.order-info{margin-bottom:2rem}.order-number-box{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-radius:12px;margin-bottom:1.5rem}.order-number-box .label{font-weight:500;color:#1565c0}.order-number-box .value{font-size:1.25rem;font-weight:700;color:#0d47a1;font-family:monospace;letter-spacing:1px}.order-details{background:#f8f9fa;border-radius:12px;padding:1.5rem}.order-details .detail-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e9ecef}.order-details .detail-row:last-child{border-bottom:none}.order-details .detail-row.total{margin-top:.5rem;padding-top:1rem;border-top:2px solid #dee2e6;border-bottom:none}.order-details .detail-row.total .label{font-weight:600;font-size:1.1rem}.order-details .detail-row.total .value{font-weight:700;font-size:1.25rem;color:#2196f3}.order-details .detail-row .label{color:#666}.order-details .detail-row .value{font-weight:500}.payment-info{margin:2rem 0;padding:1.5rem;border-radius:12px}.payment-info h3{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1rem}.payment-info p{margin:0;color:#555;line-height:1.6}.payment-info.transfer-info{background:#fff3e0;border-left:4px solid #ff9800}.payment-info.transfer-info h3{color:#e65100}.payment-info.cod-info{background:#e8f5e9;border-left:4px solid #4caf50}.payment-info.cod-info h3{color:#2e7d32}.payment-info.card-info{background:#eef2ff;border-left:4px solid #4f5bd5}.payment-info.card-info h3{color:#2f3a9e}.payment-info.card-info--paid{background:#e8f5e9;border-left-color:#4caf50}.payment-info.card-info--paid h3{color:#2e7d32}.payment-info.card-info--failed{background:#fdecea;border-left-color:#d32f2f}.payment-info.card-info--failed h3{color:#b71c1c}.payment-info.card-info .card-pending-hint{color:#444}.payment-info.card-info .card-retry-error{margin-top:.75rem;color:#b71c1c;font-weight:500}.payment-info.card-info .card-retry-btn{margin-top:1rem;padding:.75rem 1.5rem;border:none;border-radius:8px;background:#111;color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;transition:opacity .2s ease}.payment-info.card-info .card-retry-btn:hover:not(:disabled){opacity:.85}.payment-info.card-info .card-retry-btn:disabled{opacity:.6;cursor:default}.next-steps{margin:2rem 0;padding:1.5rem;background:#f5f5f5;border-radius:12px}.next-steps h3{margin-bottom:1rem;font-size:1.1rem;color:#333}.next-steps ul{list-style:none;padding:0;margin:0}.next-steps ul li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#555}.next-steps ul li:before{content:"✓";position:absolute;left:0;color:#4caf50;font-weight:700}.action-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem}@media(max-width:500px){.action-buttons{flex-direction:column}}.action-buttons a{padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;text-align:center;transition:all .2s}.action-buttons .continue-btn{background:#2196f3;color:#fff}.action-buttons .continue-btn:hover{background:#1976d2}.action-buttons .track-btn{background:#fff;color:#2196f3;border:2px solid #2196f3}.action-buttons .track-btn:hover{background:#e3f2fd}.customer-auth{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:#f2f2f2}@media(min-width:480px){.customer-auth{padding:2rem}}.auth-card{width:100%;max-width:100%;background:#fff;border-radius:2px;border:1px solid #000;box-shadow:0 8px 32px #00000014;padding:1.5rem}@media(min-width:480px){.auth-card{max-width:480px;padding:2rem}}@media(min-width:768px){.auth-card{max-width:520px;padding:2.5rem}}.auth-card h1{margin:0 0 1.5rem;font-size:1.5rem;text-align:center;color:#111;font-weight:700}@media(min-width:768px){.auth-card h1{font-size:1.75rem}}.form-section h2{font-size:1.125rem;color:#111;margin:0 0 1.25rem;padding-bottom:.75rem;border-bottom:1px solid #d8d8d8;font-weight:600}.form-group label{display:block;font-weight:600;font-size:.875rem;color:#111;margin-bottom:.375rem}.form-group input,.form-group select{width:100%;padding:.75rem 1rem;border:1px solid rgba(0,0,0,.22);border-radius:2px;font-size:16px;color:#111;background:#fff;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#000;box-shadow:0 0 0 1px #00000026}.form-group input::placeholder,.form-group select::placeholder{color:#555;opacity:.6}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.25em;padding-right:2.5rem}.form-group.checkbox-group label{display:flex;align-items:center;gap:.5rem;font-weight:500;cursor:pointer}.form-group.checkbox-group label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#000}@media(min-width:480px){.form-row{flex-direction:row}.form-row .form-group{flex:1;margin-bottom:0}}.error-message{background:#fff5f5;color:#b00020;padding:.75rem 1rem;border-radius:2px;border:1px solid rgba(176,0,32,.25);font-size:.875rem;margin-bottom:1rem;text-align:center}.submit-btn,.next-btn{width:100%;padding:.875rem 1rem;background:#000;color:#fff;border:1px solid #000;border-radius:2px;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.submit-btn:hover:not(:disabled),.next-btn:hover:not(:disabled){background:#222;border-color:#222}.submit-btn:disabled,.next-btn:disabled{opacity:.55;cursor:not-allowed}.back-btn{width:100%;padding:.875rem 1rem;background:transparent;color:#111;border:1px solid rgba(0,0,0,.35);border-radius:2px;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.back-btn:hover:not(:disabled){background:#f5f5f5;border-color:#000}.back-btn:disabled{opacity:.7;cursor:not-allowed}@media(min-width:480px){.form-actions{flex-direction:row}.form-actions .back-btn{flex:1}.form-actions .submit-btn,.form-actions .next-btn{flex:2}}.google-login-wrapper{width:100%}.google-login-wrapper .google-signin-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.65rem;padding:.8rem 1rem;background:#fff;color:#1f1f1f;border:1px solid #747775;border-radius:999px;font-size:.95rem;font-weight:500;font-family:Roboto,Arial,sans-serif;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.google-login-wrapper .google-signin-btn svg{flex-shrink:0}.google-login-wrapper .google-signin-btn .google-signin-label{line-height:1.2}.google-login-wrapper .google-signin-btn:hover:not(:disabled){background:#f8f9fa;border-color:#5f6368;box-shadow:0 1px 2px #3c404326}.google-login-wrapper .google-signin-btn:active:not(:disabled){background:#f1f3f4}.google-login-wrapper .google-signin-btn:focus-visible{outline:2px solid #4285F4;outline-offset:2px}.google-login-wrapper .google-signin-btn:disabled{opacity:.65;cursor:not-allowed}.auth-footer{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #d8d8d8;text-align:center}.auth-footer p{margin:0;color:#555;font-size:.875rem}.auth-footer p a{color:#000;font-weight:600;text-decoration:underline}.auth-footer p a:hover{text-decoration:none}.auth-split{display:grid;grid-template-columns:1fr;min-height:60vh;color:#111}@media(min-width:900px){.auth-split{grid-template-columns:1fr 1fr;align-items:stretch}}.auth-split__main{background:#fff;padding:clamp(2rem,5vw,4rem) 1.25rem}.auth-split__aside{background:#fafafa;padding:clamp(2rem,5vw,4rem) 1.25rem clamp(2.5rem,6vw,5rem)}.auth-split__inner{width:100%;max-width:400px;margin:0 auto}.auth-split__title{margin:0 0 2rem;font-size:clamp(1.125rem,1.6vw,1.375rem);font-weight:600;line-height:1.3;letter-spacing:.01em;text-align:center;color:#111}.auth-form{display:flex;flex-direction:column}.auth-field{margin-bottom:1.1rem}.auth-field label{display:block;margin-bottom:.4rem;font-size:.8125rem;font-weight:600;color:#3f3f46}.auth-field input{width:100%;box-sizing:border-box;padding:.8rem .95rem;border:1px solid #e4e4e7;border-radius:12px;background:#fff;color:#111;font-family:inherit;font-size:16px;transition:border-color .15s ease,box-shadow .15s ease}.auth-field input::placeholder{color:#a1a1aa}.auth-field input:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #11182714}.auth-field__control{position:relative}.auth-field__control input{padding-right:3rem}.auth-field__reveal{position:absolute;top:50%;right:6px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border:none;border-radius:50%;background:none;color:#71717a;cursor:pointer;transition:background .15s ease,color .15s ease}.auth-field__reveal svg{width:20px;height:20px}.auth-field__reveal:hover{background:#f4f4f5;color:#111}.auth-field__reveal:focus-visible{outline:2px solid #111111;outline-offset:2px}.auth-forgot{align-self:flex-end;margin-bottom:1.5rem;font-size:.8125rem;font-weight:600;color:#52525b;text-decoration:none}.auth-forgot:hover{color:#111;text-decoration:underline;text-underline-offset:2px}.auth-error{margin:0 0 1rem;padding:.8rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;color:#b91c1c;font-size:.875rem;font-weight:600;line-height:1.45}.auth-submit{height:48px;padding:0 26px;background:#111;border:1px solid #111111;border-radius:999px;color:#fff;font-family:inherit;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;box-shadow:0 4px 14px #1118272e;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.auth-submit:hover:not(:disabled){background:#000;transform:translateY(-1px);box-shadow:0 6px 20px #1118273d}.auth-submit:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.auth-submit:focus-visible{outline:2px solid #111111;outline-offset:3px}.auth-or{display:flex;align-items:center;gap:.9rem;margin:1.75rem 0 1.25rem}.auth-or:before,.auth-or:after{content:"";flex:1;height:1px;background:#f1f1f3}.auth-or span{font-size:.75rem;font-weight:600;letter-spacing:.04em;color:#71717a;white-space:nowrap}.auth-create{display:flex;align-items:center;justify-content:center;width:100%;height:48px;padding:0 26px;box-sizing:border-box;background:#fff;border:1px solid #111111;border-radius:999px;color:#111;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;transition:background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}.auth-create:hover{background:#111;color:#fff;transform:translateY(-1px);box-shadow:0 6px 20px #11182733}.auth-create:focus-visible{outline:2px solid #111111;outline-offset:3px}.auth-benefits__eyebrow{margin:2rem 0 1rem;font-size:.7rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#71717a}.auth-benefits{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.1rem}.auth-benefits li{display:flex;align-items:flex-start;gap:.85rem;font-size:.875rem;line-height:1.5;color:#52525b}.auth-benefits__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:26px;height:26px;color:#3f3f46}.auth-benefits__icon svg{width:22px;height:22px}.auth-split .google-login-wrapper{width:100%}.register-page{background:#fff;color:#111;min-height:60vh;padding:1.5rem 1.25rem 3.5rem;box-sizing:border-box}@media(max-width:768px){.register-page{padding:1rem 1rem 2.5rem}}.reg-shell{width:100%;max-width:720px;margin:0 auto}.reg-shell--narrow{max-width:520px}.reg-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f1f1f3}.reg-header h1{margin:0 0 1.25rem;font-size:clamp(1.5rem,2.2vw,2rem);font-weight:400;letter-spacing:.01em;line-height:1.15;color:#111}.reg-steps{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}@media(max-width:400px){.reg-steps{gap:.3rem}}.reg-step{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .9rem .4rem .4rem;background:#f4f4f5;border:1px solid transparent;border-radius:999px;color:#71717a;font-size:.8125rem;font-weight:600;letter-spacing:.01em;transition:border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}@media(max-width:400px){.reg-step{padding:.35rem .65rem .35rem .35rem;font-size:.75rem;gap:.35rem}}.reg-step__number{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;flex-shrink:0;background:#e4e4e7;border-radius:50%;font-size:.75rem;font-weight:700;color:#52525b}.reg-step__label{font-weight:600}.reg-step.is-active{background:#111;color:#fff;border-color:#111;box-shadow:0 3px 10px #1118272e}.reg-step.is-active .reg-step__number{background:#ffffff38;color:#fff}.reg-step.is-done{background:#fff;color:#111;border-color:#e4e4e7;box-shadow:none}.reg-step.is-done .reg-step__number{background:#f4f4f5;color:#111}.reg-card{background:#fff;border:1px solid #ececef;border-radius:18px;box-shadow:0 1px 2px #1018280a,0 8px 24px #1018280a;padding:1.75rem 1.5rem;box-sizing:border-box;min-width:0}@media(max-width:560px){.reg-card{padding:1.25rem 1.15rem 1.5rem;border-radius:16px}}.reg-section__title{margin:0 0 1.25rem;font-size:.7rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#111}.reg-field{display:flex;flex-direction:column;margin-bottom:.875rem;min-width:0}.reg-field label{margin-bottom:.4rem;font-size:.8125rem;font-weight:600;color:#3f3f46}.reg-field__req{color:#a1a1aa;font-weight:600}.reg-field__optional{font-weight:500;color:#a1a1aa}.reg-field__hint{display:block;margin-top:.4rem;font-size:.75rem;line-height:1.45;color:#71717a}.reg-field__error{display:block;margin-top:.4rem;font-size:.75rem;font-weight:600;line-height:1.45;color:#b91c1c}.reg-field input,.reg-field select{width:100%;min-width:0;max-width:100%;box-sizing:border-box;padding:.7rem .95rem;border:1px solid #e4e4e7;border-radius:12px;background:#fff;color:#111;font-family:inherit;font-size:.9375rem;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.reg-field input::placeholder,.reg-field select::placeholder{color:#a1a1aa}.reg-field input:focus,.reg-field select:focus{outline:none;border-color:#111;background:#fff;box-shadow:0 0 0 3px #11182714}.reg-field input:disabled,.reg-field select:disabled{background:#f6f6f6;color:#71717a;cursor:not-allowed}@media(max-width:768px){.reg-field input,.reg-field select{font-size:16px}}.reg-field select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1.5 1.5 6 6l4.5-4.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .95rem center;background-size:.7rem;padding-right:2.25rem;cursor:pointer}.reg-field input[type=date]{min-height:44px}.reg-field.is-invalid label{color:#b91c1c}.reg-field.is-invalid input,.reg-field.is-invalid select{border-color:#fecaca;background:#fef2f2}.reg-field.is-invalid input:focus,.reg-field.is-invalid select:focus{border-color:#b91c1c;box-shadow:0 0 0 3px #b91c1c1a}.reg-row{display:grid;grid-template-columns:1fr 1fr;gap:.875rem;margin-bottom:.875rem}@media(max-width:500px){.reg-row{grid-template-columns:1fr}}.reg-row .reg-field{margin-bottom:0}.reg-checks{display:flex;flex-direction:column;gap:.75rem;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid #f1f1f3}.reg-check{display:flex;align-items:center;gap:.65rem;cursor:pointer;font-size:.875rem;line-height:1.45;color:#3f3f46}.reg-check input[type=checkbox]{width:18px;height:18px;flex-shrink:0;accent-color:#111111;cursor:pointer}.reg-or{display:flex;align-items:center;gap:.9rem;margin:1.5rem 0 1.25rem}.reg-or:before,.reg-or:after{content:"";flex:1;height:1px;background:#f1f1f3}.reg-or span{font-size:.75rem;font-weight:600;letter-spacing:.04em;color:#71717a;white-space:nowrap}.register-page .google-login-wrapper{width:100%}.register-page .google-login-wrapper .google-signin-btn{height:48px;padding:0 22px}.reg-error{margin:1.25rem 0 0;padding:.85rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:14px;color:#b91c1c;font-size:.875rem;line-height:1.45}.reg-note{margin:.75rem 0 0;font-size:.875rem;line-height:1.5;color:#52525b}.reg-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-family:inherit;cursor:pointer;text-decoration:none;white-space:nowrap}.reg-btn--primary{height:48px;padding:0 30px;background:#111;border:1px solid #111111;color:#fff;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 4px 14px #1118272e;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.reg-btn--primary:hover:not(:disabled){background:#000;color:#fff;transform:translateY(-1px);box-shadow:0 6px 20px #1118273d}.reg-btn--primary:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.reg-btn--primary:focus-visible{outline:2px solid #111111;outline-offset:3px}.reg-btn--ghost{height:44px;padding:0 22px;background:#f4f4f5;border:1px solid transparent;color:#3f3f46;font-size:13px;font-weight:600;transition:background .15s ease,color .15s ease}.reg-btn--ghost:hover:not(:disabled){background:#e9e9ec;color:#111}.reg-btn--ghost:disabled{opacity:.5;cursor:not-allowed}.reg-btn--ghost:focus-visible{outline:2px solid #111111;outline-offset:2px}.reg-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.75rem;padding-top:1.5rem;border-top:1px solid #f1f1f3;flex-wrap:wrap}.reg-actions .reg-btn--primary{margin-left:auto}@media(max-width:480px){.reg-actions{gap:.75rem}.reg-actions .reg-btn{flex:1 1 100%;margin-left:0}}.reg-footer{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid #f1f1f3;text-align:center}.reg-footer p{margin:0;font-size:.875rem;color:#71717a}.reg-footer a{color:#111;font-weight:600;text-decoration:underline;text-underline-offset:2px}.reg-footer a:hover{color:#111;text-decoration:none}.reg-footer a:focus-visible{outline:2px solid #111111;outline-offset:2px;border-radius:4px}.reg-card--success{text-align:center;padding:2.5rem 1.75rem}@media(max-width:560px){.reg-card--success{padding:2rem 1.15rem}}.reg-success__icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 auto 1.25rem;border-radius:50%;background:#f4f4f5;color:#111}.reg-success__icon svg{width:30px;height:30px}.reg-success__title{margin:0 0 .75rem;font-size:clamp(1.25rem,1.9vw,1.625rem);font-weight:400;letter-spacing:.01em;line-height:1.2;color:#111}.reg-success__text{margin:0 auto;max-width:42ch;font-size:.9375rem;line-height:1.6;color:#52525b}.reg-success__actions{display:flex;flex-direction:column;align-items:stretch;gap:.75rem;margin-top:1.75rem}.reg-success .reg-error,.reg-success .reg-note{text-align:left}.mqv-overlay{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#111118ad;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);overflow-y:auto;box-sizing:border-box;animation:mqv-fade-in .18s ease-out}@keyframes mqv-fade-in{0%{opacity:0}to{opacity:1}}@keyframes mqv-rise{0%{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:none}}.mqv-dialog{position:relative;width:min(1000px,100%);max-height:calc(100vh - 3rem);margin:auto;background:var(--merch-card, #fff);color:var(--merch-text, #17171d);border-radius:16px;box-shadow:0 24px 70px #00000059;overflow:hidden auto;outline:none;animation:mqv-rise .22s cubic-bezier(.22,1,.36,1)}@media(prefers-reduced-motion:reduce){.mqv-dialog{animation:none}}.mqv-close{position:absolute;top:.75rem;right:.75rem;z-index:3;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:var(--merch-chip-bg, rgba(255, 255, 255, .92));color:var(--merch-chip-fg, #17171d);font-size:1rem;cursor:pointer;box-shadow:0 2px 8px #0000002e;transition:background .15s ease,transform .15s ease}.mqv-close:hover{background:var(--merch-chip-bg-hover, #fff);transform:scale(1.06)}.mqv-page{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:var(--merch-chip-bg, rgba(255, 255, 255, .92));color:var(--merch-chip-fg, #17171d);cursor:pointer;box-shadow:0 2px 10px #0000002e;transition:background .15s ease}.mqv-page svg{width:22px;height:22px}.mqv-page:hover{background:var(--merch-chip-bg-hover, #fff)}.mqv-page--prev{left:.6rem}.mqv-page--next{right:.6rem}@media(max-width:720px){.mqv-page{top:auto;bottom:.6rem;transform:none}.mqv-page--prev{left:.6rem}.mqv-page--next{right:.6rem}}.mqv-counter{padding:0 0 .9rem;text-align:center;font-size:.85rem;color:var(--merch-muted, #6b7280)}.mqv-body{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:1.5rem;padding:1.5rem}@media(max-width:720px){.mqv-body{grid-template-columns:1fr;gap:1rem;padding:1rem 1rem 3.5rem}}.mqv-gallery{min-width:0}.mqv-main-image{position:relative;aspect-ratio:1/1;border-radius:12px;overflow:hidden;background:var(--merch-elev-2, #f1f5f9)}.mqv-main-image img{width:100%;height:100%;object-fit:cover;display:block}.mqv-main-image .mqv-noimg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2.5rem}.mqv-img-arrow{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:var(--merch-chip-bg, rgba(255, 255, 255, .88));color:var(--merch-chip-fg, #17171d);font-size:1.35rem;line-height:1;cursor:pointer}.mqv-img-arrow:hover{background:var(--merch-chip-bg-hover, #fff)}.mqv-img-arrow--prev{left:.5rem}.mqv-img-arrow--next{right:.5rem}.mqv-thumbs{display:flex;gap:.5rem;margin-top:.6rem;overflow-x:auto;padding-bottom:.2rem}.mqv-thumb{flex:0 0 auto;width:56px;height:56px;padding:0;border:2px solid transparent;border-radius:8px;overflow:hidden;background:var(--merch-elev-2, #f1f5f9);cursor:pointer}.mqv-thumb img{width:100%;height:100%;object-fit:cover;display:block}.mqv-thumb.is-active{border-color:var(--merch-accent, #7c3aed)}.mqv-info{min-width:0;display:flex;flex-direction:column;gap:.85rem}.mqv-title{margin:0;padding-right:2.5rem;font-size:1.4rem;line-height:1.25}.mqv-short-desc{margin:0;color:var(--merch-muted, #6b7280);line-height:1.5}.mqv-status{margin:0;color:var(--merch-muted, #6b7280)}.mqv-status--error{color:var(--merch-err, #b91c1c);font-weight:500}.mqv-price{display:flex;align-items:baseline;gap:.6rem}.mqv-price .mqv-price-final{font-size:1.5rem;font-weight:800}.mqv-price .mqv-price-old{text-decoration:line-through;color:var(--merch-muted, #6b7280)}.mqv-variant{display:flex;flex-direction:column;gap:.4rem}.mqv-variant-label{font-size:.9rem;color:var(--merch-muted, #6b7280)}.mqv-colors{display:flex;flex-wrap:wrap;gap:.5rem}.mqv-color{width:30px;height:30px;padding:0;border:2px solid var(--merch-swatch-ring, rgba(0, 0, 0, .12));border-radius:50%;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.mqv-color:hover{transform:scale(1.08)}.mqv-color.is-selected{border-color:var(--merch-accent, #7c3aed);box-shadow:0 0 0 3px #7c3aed38}.mqv-sizes{display:flex;flex-wrap:wrap;gap:.4rem}.mqv-size{min-width:44px;padding:.45rem .7rem;border:1px solid var(--merch-border, #ece7f5);border-radius:8px;background:var(--merch-card, #fff);color:inherit;font-weight:600;cursor:pointer;transition:border-color .15s ease,background .15s ease}.mqv-size:hover:not(:disabled){border-color:var(--merch-accent, #7c3aed)}.mqv-size.is-selected{border-color:var(--merch-accent, #7c3aed);background:var(--merch-grad-soft, rgba(124, 58, 237, .12))}.mqv-size.is-out,.mqv-size:disabled{opacity:.4;cursor:not-allowed;text-decoration:line-through}.mqv-stock{font-size:.9rem}.mqv-stock .mqv-stock--in{color:var(--merch-ok, #15803d)}.mqv-stock .mqv-stock--ondemand{color:var(--merch-accent, #7c3aed)}.mqv-stock .mqv-stock--out{color:var(--merch-err, #b91c1c)}.mqv-buy{display:flex;gap:.6rem;align-items:stretch;flex-wrap:wrap}.mqv-qty{display:flex;align-items:center;border:1px solid var(--merch-border, #ece7f5);border-radius:10px;overflow:hidden}.mqv-qty button{width:38px;height:44px;border:none;background:var(--merch-card, #fff);font-size:1.1rem;cursor:pointer}.mqv-qty button:hover:not(:disabled){background:var(--merch-elev, #faf5ff)}.mqv-qty button:disabled{opacity:.4;cursor:not-allowed}.mqv-qty span{min-width:34px;text-align:center;font-weight:700}.mqv-add{flex:1 1 180px;min-height:44px;padding:0 1.25rem;border:none;border-radius:10px;background:var(--merch-grad, linear-gradient(135deg, #7c3aed 0%, #ec4899 100%));color:#fff;font-weight:700;font-size:.98rem;cursor:pointer;transition:opacity .15s ease,filter .15s ease}.mqv-add:hover:not(:disabled){filter:brightness(1.06)}.mqv-add:disabled{opacity:.5;cursor:not-allowed}.mqv-add.is-added{background:var(--merch-ok, #15803d)}.mqv-detail-link{align-self:flex-start;font-size:.9rem;font-weight:600;color:var(--merch-accent, #7c3aed);text-decoration:none}.mqv-detail-link:hover{text-decoration:underline}.merch-band-page{--mb-header: 96px}@media(max-width:1229px){.merch-band-page{--mb-header: 110px}}@media(max-width:640px){.merch-band-page{--mb-header: 100px}}.merch-band-page .mb-status{text-align:center;color:var(--merch-muted, #6b7280);padding:4rem 1rem}.merch-band-page .mb-hero{position:relative;height:calc(100vh - var(--mb-header));height:calc(100dvh - var(--mb-header));min-height:360px;overflow:hidden;background:#0b0b0b}.merch-band-page .mb-hero .mb-hero-picture,.merch-band-page .mb-hero .mb-hero-picture img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.merch-band-page .mb-hero .mb-scroll-down{position:absolute;left:50%;bottom:calc(1.75rem + env(safe-area-inset-bottom,0px));transform:translate(-50%);width:60px;height:60px;border-radius:50%;border:none;background:#00000059;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:mb-bounce 1.8s infinite;transition:background .2s}.merch-band-page .mb-hero .mb-scroll-down:hover{background:#0000008c}@keyframes mb-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}.merch-band-page .mb-content{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.merch-band-page .mb-socials{display:flex;justify-content:center;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:2.25rem}.merch-band-page .mb-socials .mb-social{width:58px;height:58px;padding:9px;box-sizing:border-box;border-radius:16px;border:1px solid var(--merch-border, #ece7f5);box-shadow:0 1px 2px #1018280a;background:var(--merch-elev, #faf5ff);display:flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease;animation:mb-social-in .5s ease both}.merch-band-page .mb-socials .mb-social img{width:100%;height:100%;object-fit:contain;display:block}.merch-band-page .mb-socials .mb-social .mb-social-text{font-size:.6rem;font-weight:700;line-height:1.15;text-align:center;overflow-wrap:anywhere;color:var(--merch-muted, #6b7280)}.merch-band-page .mb-socials .mb-social:hover{transform:translateY(-3px);background:var(--merch-card, #fff);border-color:var(--merch-accent, #7c3aed);box-shadow:0 10px 24px #7c3aed2e}.merch-band-page .mb-socials .mb-social:focus-visible{outline:2px solid var(--merch-accent, #7c3aed);outline-offset:3px}@keyframes mb-social-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.merch-band-page .mb-texts{position:relative;max-width:780px;margin:0 auto 3rem;padding:clamp(1.5rem,3vw,2.5rem) clamp(1.25rem,3vw,2.5rem);background:var(--merch-elev, #faf5ff);border:1px solid var(--merch-border, #ece7f5);border-radius:20px;box-shadow:0 1px 2px #1018280a,0 12px 32px #1018280d;overflow:hidden;text-align:left;color:var(--merch-text, #17171d);font-size:clamp(1rem,.98rem + .2vw,1.0625rem);line-height:1.8}.merch-band-page .mb-texts:before{content:"";position:absolute;top:0;bottom:0;left:0;width:4px;background:var(--merch-grad, linear-gradient(135deg, #7c3aed 0%, #ec4899 100%))}.merch-band-page .mb-texts p{white-space:pre-line;margin:0 0 1.15rem}.merch-band-page .mb-texts p:last-child{margin-bottom:0}.merch-band-page .mb-texts p:not(:only-child):first-child{font-size:1.08em;line-height:1.7}@media(max-width:600px){.merch-band-page .mb-texts{border-radius:16px;line-height:1.75}}.merch-band-page .mb-products .mb-products-error{max-width:780px;margin:0 auto;padding:1rem 1.25rem;border-radius:14px;background:var(--merch-err-bg, #fef2f2);border:1px solid var(--merch-err-border, #fecaca);color:var(--merch-err, #b91c1c);font-size:.9375rem;line-height:1.5;text-align:center}.merch-band-page .mb-products h2{text-align:center;font-size:clamp(1.5rem,2.4vw,1.9rem);font-weight:800;margin:0 0 1.75rem}.merch-band-page .mb-products .mb-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}@media(max-width:600px){.merch-band-page .mb-products .mb-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}}.merch-band-page .mb-products .mb-product-card{display:flex;flex-direction:column;width:100%;margin:0;font:inherit;text-align:left;text-decoration:none;color:inherit;border-radius:18px;overflow:hidden;background:var(--merch-card, #fff);border:1px solid var(--merch-border, #ececef);padding:8px;box-shadow:0 1px 2px #1018280d,0 2px 6px #1018280a;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.merch-band-page .mb-products .mb-product-card:is(button){cursor:pointer}.merch-band-page .mb-products .mb-product-card:focus-visible{outline:2px solid var(--merch-accent, #7c3aed);outline-offset:3px}.merch-band-page .mb-products .mb-product-card:hover{transform:translateY(-4px);border-color:var(--merch-accent, #7c3aed);box-shadow:0 10px 26px #1018281f}.merch-band-page .mb-products .mb-product-card .mb-product-image{aspect-ratio:1/1;border-radius:12px;overflow:hidden;background:var(--merch-elev-2, #f4f4f5)}.merch-band-page .mb-products .mb-product-card .mb-product-image img{width:100%;height:100%;object-fit:cover;display:block}.merch-band-page .mb-products .mb-product-card .mb-product-image .mb-product-noimg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2rem}.merch-band-page .mb-products .mb-product-card .mb-product-info{padding:.8rem .6rem .5rem;display:flex;flex-direction:column;gap:.3rem}.merch-band-page .mb-products .mb-product-card .mb-product-info .mb-product-name{font-weight:600;overflow-wrap:anywhere}@media(max-width:600px){.merch-band-page .mb-products .mb-product-card .mb-product-info{padding:.6rem .45rem .35rem;font-size:.875rem;line-height:1.3}}.merch-band-page .mb-products .mb-product-card .mb-product-info .mb-product-price{color:var(--merch-accent, #111827);font-weight:700}.merch-band-page--preview .mb-hero{height:52vh;min-height:300px}.merch-theme{--merch-bg: #ffffff;--merch-card: #ffffff;--merch-elev: #faf5ff;--merch-text: #17171d;--merch-muted: #6b7280;--merch-accent: #7c3aed;--merch-accent-hover: #6d28d9;--merch-accent-2: #ec4899;--merch-accent-3: #06b6d4;--merch-border: #ece7f5;--merch-grad: linear-gradient(135deg, #7c3aed 0%, #ec4899 100%);--merch-grad-soft: linear-gradient(135deg, rgba(124, 58, 237, .12), rgba(236, 72, 153, .12));--merch-elev-2: #f1f5f9;--merch-chip-bg: rgba(255, 255, 255, .92);--merch-chip-bg-hover: #ffffff;--merch-chip-fg: #17171d;--merch-social-bg: #faf5ff;--merch-social-bg-hover: #ffffff;--merch-social-fg: #17171d;--merch-swatch-ring: rgba(0, 0, 0, .12);--merch-ok: #15803d;--merch-err: #b91c1c;--merch-err-bg: #fef2f2;--merch-err-border: #fecaca;--merch-shadow-card: 0 1px 2px rgba(16, 24, 40, .04), 0 12px 32px rgba(16, 24, 40, .05);--merch-shadow-soft: 0 1px 2px rgba(16, 24, 40, .04);--merch-shadow-hover: 0 10px 24px rgba(124, 58, 237, .18);--merch-shadow-card-hover: 0 12px 28px rgba(124, 58, 237, .18)}.merch-theme--ocean{--merch-chip-bg: rgba(255, 255, 255, .92);--merch-chip-bg-hover: #ffffff;--merch-chip-fg: #17171d;--merch-swatch-ring: rgba(0, 0, 0, .12);--merch-social-bg-hover: #ffffff;--merch-social-fg: #17171d;--merch-ok: #15803d;--merch-err: #b91c1c;--merch-err-bg: #fef2f2;--merch-err-border: #fecaca;--merch-shadow-card: 0 1px 2px rgba(16, 24, 40, .04), 0 12px 32px rgba(16, 24, 40, .05);--merch-shadow-soft: 0 1px 2px rgba(16, 24, 40, .04);--merch-shadow-hover: 0 10px 24px rgba(14, 116, 144, .2);--merch-shadow-card-hover: 0 12px 28px rgba(14, 116, 144, .2);--merch-bg: #ffffff;--merch-card: #ffffff;--merch-elev: #f0f9ff;--merch-elev-2: #eef2f7;--merch-text: #0f172a;--merch-muted: #64748b;--merch-accent: #0e7490;--merch-accent-hover: #155e75;--merch-accent-2: #1d4ed8;--merch-accent-3: #06b6d4;--merch-border: #dbeafe;--merch-social-bg: #f0f9ff;--merch-grad: linear-gradient(135deg, #0e7490 0%, #1d4ed8 100%);--merch-grad-soft: linear-gradient(135deg, rgba(14, 116, 144, .12), rgba(29, 78, 216, .12))}.merch-theme--sand{--merch-chip-bg: rgba(255, 255, 255, .92);--merch-chip-bg-hover: #ffffff;--merch-chip-fg: #17171d;--merch-swatch-ring: rgba(0, 0, 0, .12);--merch-social-bg-hover: #ffffff;--merch-social-fg: #17171d;--merch-ok: #15803d;--merch-err: #b91c1c;--merch-err-bg: #fef2f2;--merch-err-border: #fecaca;--merch-shadow-card: 0 1px 2px rgba(16, 24, 40, .04), 0 12px 32px rgba(16, 24, 40, .05);--merch-shadow-soft: 0 1px 2px rgba(16, 24, 40, .04);--merch-shadow-hover: 0 10px 24px rgba(194, 65, 12, .2);--merch-shadow-card-hover: 0 12px 28px rgba(194, 65, 12, .2);--merch-bg: #fffdf9;--merch-card: #ffffff;--merch-elev: #fdf6ec;--merch-elev-2: #f7f2ea;--merch-text: #1c1917;--merch-muted: #78716c;--merch-accent: #c2410c;--merch-accent-hover: #9a3412;--merch-accent-2: #b45309;--merch-accent-3: #d97706;--merch-border: #f0e4d3;--merch-social-bg: #fdf6ec;--merch-grad: linear-gradient(135deg, #c2410c 0%, #d97706 100%);--merch-grad-soft: linear-gradient(135deg, rgba(194, 65, 12, .12), rgba(217, 119, 6, .12))}.merch-theme--dark{--merch-chip-bg: rgba(20, 20, 27, .92);--merch-chip-bg-hover: #20202a;--merch-chip-fg: #f4f4f5;--merch-swatch-ring: rgba(255, 255, 255, .22);--merch-social-bg: #ececf0;--merch-social-bg-hover: #ffffff;--merch-social-fg: #17171d;--merch-ok: #4ade80;--merch-err: #fb7185;--merch-err-bg: rgba(251, 113, 133, .12);--merch-err-border: rgba(251, 113, 133, .35);--merch-shadow-card: 0 1px 2px rgba(0, 0, 0, .5), 0 16px 40px rgba(0, 0, 0, .55);--merch-shadow-soft: 0 1px 2px rgba(0, 0, 0, .45);--merch-shadow-hover: 0 10px 26px rgba(239, 68, 68, .3);--merch-shadow-card-hover: 0 12px 30px rgba(239, 68, 68, .3);--merch-bg: #0b0b0f;--merch-card: #14141b;--merch-elev: #1a1a23;--merch-elev-2: #22222c;--merch-text: #f4f4f5;--merch-muted: #a1a1aa;--merch-accent: #ef4444;--merch-accent-hover: #f87171;--merch-accent-2: #f97316;--merch-accent-3: #fbbf24;--merch-border: #2b2b36;--merch-grad: linear-gradient(135deg, #ef4444 0%, #f97316 100%);--merch-grad-soft: linear-gradient(135deg, rgba(239, 68, 68, .18), rgba(249, 115, 22, .18))}.merch-theme--midnight{--merch-chip-bg: rgba(20, 20, 27, .92);--merch-chip-bg-hover: #20202a;--merch-chip-fg: #f4f4f5;--merch-swatch-ring: rgba(255, 255, 255, .22);--merch-social-bg: #ececf0;--merch-social-bg-hover: #ffffff;--merch-social-fg: #17171d;--merch-ok: #4ade80;--merch-err: #fb7185;--merch-err-bg: rgba(251, 113, 133, .12);--merch-err-border: rgba(251, 113, 133, .35);--merch-shadow-card: 0 1px 2px rgba(0, 0, 0, .5), 0 16px 40px rgba(0, 0, 0, .55);--merch-shadow-soft: 0 1px 2px rgba(0, 0, 0, .45);--merch-shadow-hover: 0 10px 26px rgba(34, 211, 238, .28);--merch-shadow-card-hover: 0 12px 30px rgba(34, 211, 238, .28);--merch-bg: #070b14;--merch-card: #101827;--merch-elev: #141d2f;--merch-elev-2: #1b2740;--merch-text: #e8eefc;--merch-muted: #94a3b8;--merch-accent: #22d3ee;--merch-accent-hover: #67e8f9;--merch-accent-2: #3b82f6;--merch-accent-3: #a78bfa;--merch-border: #24334d;--merch-grad: linear-gradient(135deg, #0891b2 0%, #2563eb 100%);--merch-grad-soft: linear-gradient(135deg, rgba(34, 211, 238, .18), rgba(59, 130, 246, .18))}.merch-theme--venom{--merch-chip-bg: rgba(20, 20, 27, .92);--merch-chip-bg-hover: #20202a;--merch-chip-fg: #f4f4f5;--merch-swatch-ring: rgba(255, 255, 255, .22);--merch-social-bg: #ececf0;--merch-social-bg-hover: #ffffff;--merch-social-fg: #17171d;--merch-ok: #4ade80;--merch-err: #fb7185;--merch-err-bg: rgba(251, 113, 133, .12);--merch-err-border: rgba(251, 113, 133, .35);--merch-shadow-card: 0 1px 2px rgba(0, 0, 0, .5), 0 16px 40px rgba(0, 0, 0, .55);--merch-shadow-soft: 0 1px 2px rgba(0, 0, 0, .45);--merch-shadow-hover: 0 10px 26px rgba(163, 230, 53, .26);--merch-shadow-card-hover: 0 12px 30px rgba(163, 230, 53, .26);--merch-bg: #080b08;--merch-card: #101510;--merch-elev: #141a14;--merch-elev-2: #1b241c;--merch-text: #eef5ee;--merch-muted: #9ca89e;--merch-accent: #a3e635;--merch-accent-hover: #bef264;--merch-accent-2: #22c55e;--merch-accent-3: #facc15;--merch-border: #26332a;--merch-grad: linear-gradient(135deg, #65a30d 0%, #16a34a 100%);--merch-grad-soft: linear-gradient(135deg, rgba(163, 230, 53, .16), rgba(34, 197, 94, .16))}.merch-theme.merchstore-page,.merch-theme.merch-band-page{background:var(--merch-bg);color:var(--merch-text)}.merch-theme a{color:var(--merch-accent)}.merch-theme a:hover{color:var(--merch-accent-2)}.merch-theme .merchstore-info .info-card{background:var(--merch-card);border-color:var(--merch-border);transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}.merch-theme .merchstore-info .info-card:hover{border-color:var(--merch-accent);transform:translateY(-3px);box-shadow:0 12px 28px #7c3aed29}.merch-theme .merchstore-info .info-card .info-card-icon{background:var(--merch-grad);color:#fff}.merch-theme .merchstore-info .info-card h3{color:var(--merch-text)}.merch-theme .merchstore-info .info-card p{color:var(--merch-muted)}.merch-theme .merchstore-pdf .pdf-card{background:var(--merch-elev);border-color:var(--merch-border)}.merch-theme .merchstore-pdf .pdf-card .pdf-card-icon{background:var(--merch-grad);color:#fff}.merch-theme .merchstore-pdf .pdf-card .pdf-card-content h3{color:var(--merch-text)}.merch-theme .merchstore-pdf .pdf-card .pdf-card-content p{color:var(--merch-muted)}.merch-theme .merchstore-pdf .pdf-card .pdf-download-btn{background:var(--merch-grad);color:#fff;border:none;box-shadow:0 6px 16px #7c3aed47}.merch-theme .merchstore-pdf .pdf-card .pdf-download-btn:hover{filter:brightness(1.06);transform:translateY(-1px)}.merch-theme .merchstore-contact .contact-info h2{color:var(--merch-text)}.merch-theme .merchstore-contact .contact-intro{color:var(--merch-muted)}.merch-theme .merchstore-contact .contact-row{background:var(--merch-elev);border-color:var(--merch-border)}.merch-theme .merchstore-contact .contact-row .contact-row-label{color:var(--merch-accent)}.merch-theme .merchstore-contact .contact-row a{color:var(--merch-text)}.merch-theme .merchstore-contact .contact-row a:hover{color:var(--merch-accent)}.merch-theme .merchstore-contact .contact-form-wrapper{background:var(--merch-card);border-color:var(--merch-border)}.merch-theme .merchstore-contact .contact-form-wrapper h2,.merch-theme .merchstore-contact .contact-form-wrapper h3{color:var(--merch-text)}.merch-theme .merchstore-contact .contact-form-wrapper .form-intro,.merch-theme .merchstore-contact .contact-form-wrapper .form-description{color:var(--merch-muted)}.merch-theme .merchstore-contact .merch-contact-form label{color:var(--merch-text)}.merch-theme .merchstore-contact .merch-contact-form input,.merch-theme .merchstore-contact .merch-contact-form textarea{background:#fff;color:var(--merch-text);border-color:var(--merch-border)}.merch-theme .merchstore-contact .merch-contact-form input::placeholder,.merch-theme .merchstore-contact .merch-contact-form textarea::placeholder{color:#9aa1ac}.merch-theme .merchstore-contact .merch-contact-form input:focus,.merch-theme .merchstore-contact .merch-contact-form textarea:focus{border-color:var(--merch-accent);box-shadow:0 0 0 3px #7c3aed1f}.merch-theme .merchstore-contact .merch-contact-form .merch-submit-btn{background:var(--merch-grad);color:#fff;border:none;box-shadow:0 6px 16px #7c3aed47}.merch-theme .merchstore-contact .merch-contact-form .merch-submit-btn:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-1px)}.merch-theme .merchstore-contact .merch-contact-form .merch-form-error{background:#fef2f2;color:#dc2626;border-color:#fecaca}.merch-theme .merchstore-contact .merch-success-message .success-icon{background:var(--merch-grad)}.merch-theme .merchstore-contact .merch-success-message h3,.merch-theme .merchstore-contact .merch-success-message h4{color:var(--merch-text)}.merch-theme .merchstore-contact .merch-success-message p{color:var(--merch-muted)}.merch-theme .merchstore-contact .merch-success-message .new-message-btn{color:var(--merch-accent);border-color:var(--merch-accent)}.merch-theme .merchstore-contact .merch-success-message .new-message-btn:hover{background:var(--merch-accent);color:#fff}.merch-theme .merchstore-bands h2{color:var(--merch-text);display:inline-block;position:relative;left:50%;transform:translate(-50%);padding-bottom:.6rem}.merch-theme .merchstore-bands h2:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:72px;height:4px;border-radius:999px;background:var(--merch-grad)}.merch-theme .merchstore-bands .band-card{background:var(--merch-card);border-color:var(--merch-border)}.merch-theme .merchstore-bands .band-card:hover{border-color:var(--merch-accent);box-shadow:0 14px 34px #7c3aed38}.merch-theme .merchstore-bands .band-card .band-card-image{background:var(--merch-elev)}.merch-theme .merchstore-bands .band-card .band-card-name{color:var(--merch-text)}.merch-theme .merchstore-info{border-top:1px solid var(--merch-border)}.merch-theme.merch-band-page .mb-status{color:var(--merch-muted)}.merch-theme.merch-band-page .mb-texts{color:var(--merch-text);background:var(--merch-elev);border-color:var(--merch-border);box-shadow:var(--merch-shadow-card)}.merch-theme.merch-band-page .mb-products-error{background:var(--merch-err-bg);border-color:var(--merch-err-border);color:var(--merch-err)}.merch-theme.merch-band-page .mb-socials .mb-social{background:var(--merch-social-bg);border-color:var(--merch-border);box-shadow:var(--merch-shadow-soft)}.merch-theme.merch-band-page .mb-socials .mb-social .mb-social-text{color:var(--merch-social-fg)}.merch-theme.merch-band-page .mb-socials .mb-social:hover{background:var(--merch-social-bg-hover);border-color:var(--merch-accent);box-shadow:var(--merch-shadow-hover);transform:translateY(-3px)}.merch-theme.merch-band-page .mb-scroll-down{background:var(--merch-grad);color:#fff}.merch-theme.merch-band-page .mb-scroll-down:hover{filter:brightness(1.08)}.merch-theme.merch-band-page .mb-products h2{color:var(--merch-accent)}.merch-theme.merch-band-page .mb-product-card{background:var(--merch-card);border-color:var(--merch-border);box-shadow:var(--merch-shadow-soft)}.merch-theme.merch-band-page .mb-product-card:hover{box-shadow:var(--merch-shadow-card-hover)}.merch-theme.merch-band-page .mb-product-card .mb-product-image{background:var(--merch-elev-2)}.merch-theme.merch-band-page .mb-product-card .mb-product-info .mb-product-name{color:var(--merch-text)}.merch-theme.merch-band-page .mb-product-card .mb-product-info .mb-product-price{color:var(--merch-accent)}.merchstore-page{background:#fff;color:#111;width:100%;overflow-x:hidden;box-sizing:border-box}.merchstore-hero{background:#111;color:#fff;padding:clamp(3rem,6vw,5rem) 1.25rem;text-align:center;border-bottom:1px solid #e8e8e8}.merchstore-hero .hero-content{max-width:1200px;margin:0 auto}.merchstore-hero h1{font-size:clamp(2rem,4.5vw,3rem);font-weight:800;margin:0 0 1rem;letter-spacing:2px;text-transform:uppercase;line-height:1.1;color:#fff}.merchstore-hero .subtitle{font-size:clamp(1rem,1.5vw,1.25rem);font-weight:500;margin:0 auto 1.5rem;color:#ffffffe6;line-height:1.55;max-width:720px}.merchstore-hero .intro{font-size:1rem;line-height:1.75;color:#ffffffb8;margin:0 auto;max-width:820px}.merchstore-info{max-width:1200px;margin:0 auto;padding:clamp(3rem,6vw,5rem) 24px 0}.merchstore-info .info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,2vw,28px)}.merchstore-info .info-card{background:#fff;border:1px solid var(--merch-border, #ececef);border-radius:18px;padding:28px 26px;display:flex;flex-direction:column;gap:10px;box-shadow:0 1px 2px #1018280a;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}.merchstore-info .info-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #10182814;border-color:var(--merch-accent, #7c3aed)}.merchstore-info .info-card .info-card-icon{width:42px;height:42px;border-radius:50%;background:#111;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;margin-bottom:6px}.merchstore-info .info-card h3{margin:0;font-size:1.05rem;font-weight:600;color:#111}.merchstore-info .info-card p{margin:0;font-size:.92rem;line-height:1.6;color:#444}.merchstore-pdf{max-width:1200px;margin:0 auto;padding:48px 24px 0}.merchstore-pdf .pdf-card{display:flex;align-items:center;gap:20px;padding:26px 28px;background:var(--merch-elev, #faf5ff);border:1px solid var(--merch-border, #ececef);border-radius:18px;flex-wrap:wrap}.merchstore-pdf .pdf-card .pdf-card-icon{flex:0 0 auto;width:54px;height:54px;border-radius:50%;background:#111;color:#fff;display:flex;align-items:center;justify-content:center}.merchstore-pdf .pdf-card .pdf-card-icon svg{width:26px;height:26px}.merchstore-pdf .pdf-card .pdf-card-content{flex:1 1 260px;min-width:0}.merchstore-pdf .pdf-card .pdf-card-content h3{margin:0 0 6px;font-size:1.05rem;font-weight:600;color:#111}.merchstore-pdf .pdf-card .pdf-card-content p{margin:0;color:#555;font-size:.9rem}.merchstore-pdf .pdf-card .pdf-download-btn{flex:0 0 auto;background:var(--merch-grad, linear-gradient(135deg, #7c3aed 0%, #ec4899 100%));color:#fff;text-decoration:none;padding:13px 26px;border-radius:999px;font-weight:700;font-size:.9rem;letter-spacing:.02em;box-shadow:0 4px 16px #7c3aed47;transition:filter .2s ease,transform .2s ease,box-shadow .2s ease}.merchstore-pdf .pdf-card .pdf-download-btn:hover{filter:brightness(1.06);transform:translateY(-1px);box-shadow:0 6px 22px #7c3aed57}.merchstore-contact{max-width:1200px;margin:0 auto;padding:64px 24px 96px}.merchstore-contact .contact-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:clamp(24px,3vw,48px)}.merchstore-contact .contact-info h2{font-size:clamp(1.4rem,2vw,1.75rem);margin:0 0 12px;font-weight:600;color:#111}.merchstore-contact .contact-info .contact-intro{color:#555;line-height:1.6;font-size:.95rem;margin:0 0 24px}.merchstore-contact .contact-info .contact-details{display:flex;flex-direction:column;gap:14px}.merchstore-contact .contact-info .contact-row{display:flex;flex-direction:column;gap:2px;padding:14px 18px;background:var(--merch-elev, #faf5ff);border:1px solid var(--merch-border, #ececef);border-radius:14px}.merchstore-contact .contact-info .contact-row .contact-row-label{font-size:.72rem;color:#888;text-transform:uppercase;letter-spacing:.08em;font-weight:600}.merchstore-contact .contact-info .contact-row a{color:#111;font-weight:500;text-decoration:none}.merchstore-contact .contact-info .contact-row a:hover{text-decoration:underline}.merchstore-contact .contact-form-wrapper{background:#fff;border:1px solid var(--merch-border, #ececef);border-radius:18px;padding:30px;box-shadow:0 1px 2px #1018280a,0 8px 24px #1018280a}.merchstore-contact .contact-form-wrapper h3{margin:0 0 8px;font-size:1.15rem;font-weight:600;color:#111}.merchstore-contact .contact-form-wrapper .form-description{margin:0 0 20px;color:#555;font-size:.9rem;line-height:1.5}.merchstore-contact .merch-contact-form{display:flex;flex-direction:column;gap:16px}.merchstore-contact .merch-contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.merchstore-contact .merch-contact-form .form-group{display:flex;flex-direction:column;gap:6px}.merchstore-contact .merch-contact-form .form-group label{font-size:.82rem;color:#444;font-weight:600}.merchstore-contact .merch-contact-form .form-group input,.merchstore-contact .merch-contact-form .form-group textarea{padding:12px 15px;border:1px solid #e4e4e7;border-radius:12px;font-size:.92rem;background:#fff;color:#111;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.merchstore-contact .merch-contact-form .form-group input::placeholder,.merchstore-contact .merch-contact-form .form-group textarea::placeholder{color:#a1a1aa}.merchstore-contact .merch-contact-form .form-group input:focus,.merchstore-contact .merch-contact-form .form-group textarea:focus{outline:none;border-color:var(--merch-accent, #7c3aed);box-shadow:0 0 0 3px #7c3aed1f}.merchstore-contact .merch-contact-form .form-group textarea{resize:vertical;min-height:120px}.merchstore-contact .merch-contact-form .merch-form-error{padding:12px 16px;background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:12px;font-size:.88rem}.merchstore-contact .merch-contact-form .merch-submit-btn{align-self:flex-start;background:var(--merch-grad, linear-gradient(135deg, #7c3aed 0%, #ec4899 100%));color:#fff;border:none;padding:14px 32px;border-radius:999px;font-size:.95rem;font-weight:700;letter-spacing:.02em;cursor:pointer;box-shadow:0 4px 16px #7c3aed47;transition:filter .2s ease,transform .2s ease,box-shadow .2s ease}.merchstore-contact .merch-contact-form .merch-submit-btn:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-1px);box-shadow:0 6px 22px #7c3aed57}.merchstore-contact .merch-contact-form .merch-submit-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.merchstore-contact .merch-success-message{text-align:center;padding:36px 20px}.merchstore-contact .merch-success-message .success-icon{width:56px;height:56px;border-radius:50%;background:#1a7a1a;color:#fff;font-size:32px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.merchstore-contact .merch-success-message h4{margin:0 0 8px;color:#111;font-size:1.1rem}.merchstore-contact .merch-success-message p{margin:0 0 20px;color:#555;font-size:.95rem}.merchstore-contact .merch-success-message .new-message-btn{background:#f4f4f5;color:#3f3f46;border:1px solid transparent;padding:11px 24px;border-radius:999px;cursor:pointer;font-weight:600;font-size:.88rem;transition:background .2s ease,color .2s ease}.merchstore-contact .merch-success-message .new-message-btn:hover{background:#e9e9ec;color:#111}@media(max-width:900px){.merchstore-info .info-grid,.merchstore-contact .contact-grid{grid-template-columns:1fr}}@media(max-width:600px){.merchstore-info,.merchstore-pdf,.merchstore-contact{padding-left:16px;padding-right:16px}.merchstore-contact{padding-bottom:64px}.merchstore-pdf .pdf-card{flex-direction:column;align-items:flex-start;gap:16px}.merchstore-pdf .pdf-card .pdf-download-btn{width:100%;text-align:center}.merchstore-contact .merch-contact-form .form-row{grid-template-columns:1fr}}.merchstore-bands{max-width:1280px;margin:0 auto;padding:clamp(2.5rem,5vw,4rem) 1.5rem clamp(3rem,6vw,5rem)}@media(max-width:600px){.merchstore-bands{padding-left:16px;padding-right:16px}}.merchstore-bands h2{text-align:center;font-size:clamp(1.9rem,3vw,2.4rem);font-weight:800;letter-spacing:.5px;margin:0 0 2.25rem}.merchstore-bands .bands-grid{display:grid;--band-card-w: 302px;grid-template-columns:repeat(auto-fill,minmax(0,var(--band-card-w)));justify-content:center;column-gap:clamp(12px,1.5vw,20px);row-gap:clamp(20px,2.5vw,32px)}@media(max-width:600px){.merchstore-bands .bands-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:12px;row-gap:20px}}.merchstore-bands .band-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;border-radius:16px;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 2px #0000000d,0 2px 6px #0000000a;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.merchstore-bands .band-card:hover{border-color:var(--merch-accent, #7c3aed);transform:translateY(-2px);box-shadow:0 4px 8px #0000000f,0 12px 24px #00000014}.merchstore-bands .band-card .band-card-image{aspect-ratio:418/555;background:#f0f0f0;overflow:hidden}.merchstore-bands .band-card .band-card-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.merchstore-bands .band-card .band-card-image .band-card-noimg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#94a3b8}.merchstore-bands .band-card .band-card-name{padding:10px 10px 12px;font-size:1rem;font-weight:700;text-align:center}@media(max-width:600px){.merchstore-bands .band-card .band-card-name{padding:8px 8px 10px;font-size:.875rem;line-height:1.3;overflow-wrap:anywhere}}.merchstore-tab .merchstore-desc{color:#71717a;font-size:.9rem;margin-bottom:1.25rem}.merchstore-tab .merchstore-banner{padding:.7rem 1rem;border-radius:12px;font-size:.9rem;font-weight:600;margin-bottom:1.25rem}.merchstore-tab .merchstore-banner.pending{background:#fef3c7;color:#b45309}.merchstore-tab .merchstore-banner.rejected{background:#fef2f2;color:#b91c1c}.merchstore-tab .merchstore-result{padding:.8rem 1rem;border-radius:12px;font-size:.95rem;font-weight:600;margin:0 0 1rem}.merchstore-tab .merchstore-result.success{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.merchstore-tab .merchstore-result.error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.merchstore-tab .merchstore-section{margin-bottom:1.75rem}.merchstore-tab .merchstore-label{display:block;font-weight:600;margin-bottom:.5rem}.merchstore-tab .merchstore-sub{color:#71717a;font-size:.82rem;margin:-.25rem 0 .6rem}.merchstore-tab .remove-btn{position:absolute;top:4px;right:4px;width:24px;height:24px;border:none;border-radius:50%;background:#0009;color:#fff;font-size:1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.merchstore-tab .remove-btn:hover{background:#dc2626e6}.merchstore-tab .merchstore-add-tile{width:140px;height:140px;border:2px dashed #d4d4d8;border-radius:12px;background:#fafafa;color:#52525b;cursor:pointer;font-size:.85rem}.merchstore-tab .merchstore-add-tile:hover:not(:disabled){border-color:#a1a1aa;background:#f4f4f5}.merchstore-tab .merchstore-add-tile:disabled{opacity:.6;cursor:not-allowed}.merchstore-tab .merchstore-qr .merchstore-qr-body{display:flex;flex-wrap:wrap;gap:1.25rem;align-items:flex-start;margin-top:.75rem}.merchstore-tab .merchstore-qr .merchstore-qr-preview{flex:0 0 auto;padding:.6rem;background:#fff;border:1px solid #e4e4e7;border-radius:14px;line-height:0}.merchstore-tab .merchstore-qr .merchstore-qr-preview canvas{display:block}.merchstore-tab .merchstore-qr .merchstore-qr-side{flex:1 1 260px;min-width:0;display:flex;flex-direction:column;gap:.6rem}.merchstore-tab .merchstore-qr .merchstore-qr-url{display:flex;gap:.5rem;flex-wrap:wrap}.merchstore-tab .merchstore-qr .merchstore-qr-url input{flex:1 1 200px;min-width:0;padding:.55rem .7rem;border:1px solid #e4e4e7;border-radius:12px;background:#fafafa;color:#3f3f46;font-size:.9rem}.merchstore-tab .merchstore-qr .merchstore-qr-copy{flex:0 0 auto;padding:.6rem 1.1rem;border:1px solid #e4e4e7;border-radius:999px;background:#fff;font-family:inherit;font-size:12.5px;font-weight:600;color:#52525b;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.merchstore-tab .merchstore-qr .merchstore-qr-copy:hover{background:#f4f4f5;border-color:#dcdce0;color:#111}.merchstore-tab .merchstore-qr .merchstore-qr-copy:focus-visible{outline:2px solid #111;outline-offset:2px}.merchstore-tab .merchstore-qr .merchstore-qr-actions{display:flex;flex-wrap:wrap;gap:.5rem}.merchstore-tab .merchstore-qr .merchstore-qr-download{padding:.7rem 1.35rem;border:1px solid #111;border-radius:999px;background:#111;color:#fff;font-family:inherit;font-size:12.5px;font-weight:700;letter-spacing:.04em;cursor:pointer;box-shadow:0 3px 10px #1118272e;transition:background .2s ease,box-shadow .2s ease}.merchstore-tab .merchstore-qr .merchstore-qr-download:hover{background:#000;box-shadow:0 5px 14px #1118273d}.merchstore-tab .merchstore-qr .merchstore-qr-download:focus-visible{outline:2px solid #111;outline-offset:3px}.merchstore-tab .merchstore-qr .merchstore-qr-download.secondary{background:#f4f4f5;color:#3f3f46;border-color:transparent;box-shadow:none}.merchstore-tab .merchstore-qr .merchstore-qr-download.secondary:hover{background:#e9e9ec;color:#111;box-shadow:none}.merchstore-tab .merchstore-qr .merchstore-qr-hint{margin:0;font-size:.82rem;color:#71717a;line-height:1.5}.merchstore-tab .merchstore-subnav{display:flex;flex-wrap:wrap;gap:.4rem;margin:.75rem 0 1.25rem;padding-bottom:1rem;border-bottom:1px solid #f1f1f3}.merchstore-tab .merchstore-subnav button{padding:9px 16px;border:1px solid transparent;border-radius:999px;background:transparent;color:#52525b;font-family:inherit;font-size:.9375rem;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:color .2s ease,background .2s ease}.merchstore-tab .merchstore-subnav button:hover{background:#f4f4f5;color:#111}.merchstore-tab .merchstore-subnav button.active{background:#111;color:#fff}.merchstore-tab .merchstore-subnav button:focus-visible{outline:2px solid #111;outline-offset:2px}.merchstore-tab .merch-product-list{list-style:none;margin:1rem 0 0;padding:0;display:flex;flex-direction:column;gap:.6rem}.merchstore-tab .merch-product-row{display:flex;align-items:center;gap:.9rem;padding:.7rem;border:1px solid #e4e4e7;border-radius:14px;background:#fff}.merchstore-tab .merch-product-row.is-inactive{opacity:.65}@media(max-width:640px){.merchstore-tab .merch-product-row{flex-wrap:wrap}}.merchstore-tab .merch-product-thumb{flex:0 0 auto;width:56px;height:56px;border-radius:12px;overflow:hidden;background:#f4f4f5;display:flex;align-items:center;justify-content:center}.merchstore-tab .merch-product-thumb img{width:100%;height:100%;object-fit:cover;display:block}.merchstore-tab .merch-product-thumb .merch-product-noimg{font-size:1.4rem}.merchstore-tab .merch-product-main{flex:1 1 160px;min-width:0;display:flex;flex-direction:column;gap:.15rem}.merchstore-tab .merch-product-main .merch-product-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.merchstore-tab .merch-product-main .merch-product-sku{font-size:.8rem;color:#a1a1aa}.merchstore-tab .merch-product-meta{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:.15rem;text-align:right}.merchstore-tab .merch-product-meta .merch-product-price{font-weight:700}.merchstore-tab .merch-product-meta .merch-product-stock{font-size:.8rem;color:#71717a}.merchstore-tab .merch-product-status{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:.3rem}.merchstore-tab .merch-badge{padding:.2rem .55rem;border-radius:999px;font-size:.75rem;font-weight:700}.merchstore-tab .merch-badge--active{background:#f0fdf4;color:#15803d}.merchstore-tab .merch-badge--inactive{background:#f4f4f5;color:#71717a}.merchstore-tab .merch-product-link{font-size:.8rem;color:#111;text-decoration:none}.merchstore-tab .merch-product-link:hover{text-decoration:underline}.merchstore-tab .earnings-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.75rem;margin:1rem 0 .6rem}.merchstore-tab .earnings-card{padding:.9rem 1rem;border:1px solid #e4e4e7;border-radius:14px;background:#fff;display:flex;flex-direction:column;gap:.3rem}.merchstore-tab .earnings-card .earnings-card-label{font-size:.8rem;color:#71717a;text-transform:uppercase;letter-spacing:.03em}.merchstore-tab .earnings-card .earnings-card-value{font-size:1.5rem;font-weight:800;line-height:1.1}.merchstore-tab .earnings-card--primary{background:#111;border-color:#111;color:#fff}.merchstore-tab .earnings-card--primary .earnings-card-label{color:#ffffffb3}.merchstore-tab .earnings-meta{margin:0 0 1.25rem;font-size:.85rem;color:#71717a}.merchstore-tab .earnings-subtitle{display:flex;align-items:center;gap:.75rem;margin:1.5rem 0 .6rem;font-size:1rem}.merchstore-tab .earnings-clear{padding:.2rem .6rem;border:1px solid #e4e4e7;border-radius:999px;background:#fff;font-size:.78rem;font-weight:600;color:#3f3f46;cursor:pointer}.merchstore-tab .earnings-clear:hover{background:#f4f4f5}.merchstore-tab .earnings-table-wrap{overflow-x:auto;border:1px solid #e4e4e7;border-radius:14px}.merchstore-tab .earnings-table{width:100%;border-collapse:collapse;font-size:.9rem;background:#fff}.merchstore-tab .earnings-table th,.merchstore-tab .earnings-table td{padding:.6rem .75rem;text-align:left;white-space:nowrap}.merchstore-tab .earnings-table th{background:#fafafa;font-size:.78rem;text-transform:uppercase;letter-spacing:.03em;color:#71717a;border-bottom:1px solid #e4e4e7}.merchstore-tab .earnings-table tbody tr{border-top:1px solid #f4f4f5}.merchstore-tab .earnings-table tbody tr[role=button]{cursor:pointer}.merchstore-tab .earnings-table tbody tr[role=button]:hover{background:#fafafa}.merchstore-tab .earnings-table tbody tr.is-selected{background:#f4f4f5}.merchstore-tab .earnings-table .earnings-strong{font-weight:700}.merchstore-tab .earnings-table .earnings-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.84rem}.merchstore-tab .earnings-badge{padding:.2rem .55rem;border-radius:999px;font-size:.75rem;font-weight:700}.merchstore-tab .earnings-badge--paid{background:#f0fdf4;color:#15803d}.merchstore-tab .earnings-badge--pending{background:#fef3c7;color:#b45309}.merchstore-tab .stock-alert{margin:1rem 0 1.5rem;padding:1rem;border:1px solid #fde68a;border-radius:14px;background:#fffbeb}.merchstore-tab .stock-alert .stock-alert-title{margin:0 0 .35rem;font-size:1rem;color:#b45309}.merchstore-tab .stock-alert .stock-alert-text{margin:0 0 .75rem;font-size:.9rem;color:#92400e}.merchstore-tab .stock-alert .stock-alert-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.merchstore-tab .stock-alert .stock-alert-list li{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;padding:.55rem .7rem;background:#fff;border-radius:12px}.merchstore-tab .stock-alert .stock-alert-item{display:flex;flex-wrap:wrap;align-items:baseline;gap:.4rem}.merchstore-tab .stock-alert .stock-alert-count{font-size:.82rem;color:#b45309;font-weight:600}.merchstore-tab .stock-restock-btn{padding:.45rem 1rem;border:1px solid #111;border-radius:999px;background:#111;color:#fff;font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap}.merchstore-tab .stock-restock-btn:hover{background:#000}.merchstore-tab .stock-options{display:flex;flex-wrap:wrap;gap:.35rem}.merchstore-tab .stock-option{padding:.4rem .9rem;border:1px solid #111111;border-radius:999px;background:#fff;font-size:.85rem;font-weight:700;cursor:pointer;white-space:nowrap}.merchstore-tab .stock-option:hover:not(:disabled){background:#111;color:#fff}.merchstore-tab .stock-option:disabled{opacity:.5;cursor:not-allowed}.merchstore-tab .stock-option.ghost{border-color:#e4e4e7;font-weight:500;color:#71717a}.merchstore-tab .stock-option.ghost:hover{background:#f4f4f5;color:#111}.merchstore-tab .stock-product{margin-bottom:1.5rem}.merchstore-tab .stock-product .stock-product-head{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.merchstore-tab .stock-product .stock-product-thumb{width:44px;height:44px;border-radius:12px;overflow:hidden;background:#f4f4f5;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.merchstore-tab .stock-product .stock-product-thumb img{width:100%;height:100%;object-fit:cover;display:block}.merchstore-tab .stock-product .stock-product-main{flex:1 1 auto;min-width:0}.merchstore-tab .stock-product .stock-product-meta{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:.5rem .65rem;flex:0 1 auto;margin-left:auto}.merchstore-tab .stock-product .stock-product-name{display:block;font-weight:700}.merchstore-tab .stock-product .stock-product-sku{display:block;font-size:.78rem;color:#a1a1aa;font-variant-numeric:tabular-nums}.merchstore-tab .stock-product .stock-product-total{display:block;font-size:.8rem;color:#71717a}.merchstore-tab .stock-product .stock-product-price{font-weight:700;white-space:nowrap}.merchstore-tab .stock-product.is-inactive .stock-product-thumb img{opacity:.55}.merchstore-tab .stock-product.is-inactive .stock-product-name{color:#52525b}@media(max-width:640px){.merchstore-tab .stock-product .stock-product-head{flex-wrap:wrap}.merchstore-tab .stock-product .stock-product-meta{width:100%;justify-content:flex-start;margin-left:0}}.merchstore-tab .stock-product tbody tr.is-low{background:#fffbeb}.merchstore-tab .stock-color-dot{display:inline-block;width:12px;height:12px;margin-right:.4rem;border-radius:50%;border:1px solid rgba(0,0,0,.15);vertical-align:-1px}.merchstore-tab .stock-low{font-weight:800;color:#b45309}.merchstore-tab .stock-ondemand{font-size:.85rem;color:#71717a}.merchstore-tab .stock-muted{color:#a1a1aa}.merchstore-tab .merch-new-product{width:100%}.merchstore-tab .npr-form{margin:1rem 0 2rem;padding:1.5rem;border:1px solid #e4e4e7;border-radius:18px;background:linear-gradient(180deg,#fdfdff,#fff);box-shadow:0 1px 2px #1018280a,0 8px 24px #1018280d}@media(max-width:640px){.merchstore-tab .npr-form{padding:1rem}}.merchstore-tab .npr-grid{display:grid;grid-template-columns:minmax(240px,340px) minmax(0,1fr);gap:1.75rem}@media(max-width:820px){.merchstore-tab .npr-grid{grid-template-columns:1fr;gap:1.25rem}}.merchstore-tab .npr-col{min-width:0;display:flex;flex-direction:column}.merchstore-tab .npr-step{display:flex;align-items:center;gap:.55rem;margin:0 0 .75rem;font-size:.95rem;font-weight:700;color:#111}.merchstore-tab .npr-step:not(:first-child){margin-top:1.5rem}.merchstore-tab .npr-step-num{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#111;color:#fff;font-size:.78rem;font-weight:800;flex:0 0 auto}.merchstore-tab .npr-dropzone{position:relative;width:100%;min-height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;padding:1.5rem 1rem;border:2px dashed #e4e4e7;border-radius:14px;background:#fafafa;color:#3f3f46;text-align:center;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.merchstore-tab .npr-dropzone:hover:not(:disabled){border-color:#111;background:#f4f4f5;transform:translateY(-1px)}.merchstore-tab .npr-dropzone:disabled{opacity:.7;cursor:wait}.merchstore-tab .npr-dropzone .npr-dropzone-icon{font-size:2rem;line-height:1}.merchstore-tab .npr-dropzone .npr-dropzone-title{font-weight:700;font-size:.95rem}.merchstore-tab .npr-dropzone .npr-dropzone-hint{font-size:.8rem;color:#71717a;max-width:240px;line-height:1.45}.merchstore-tab .npr-dropzone--filled{padding:.75rem;border-style:solid;border-color:#e4e4e7;background:#fff;cursor:default}.merchstore-tab .npr-dropzone--filled:hover{transform:none;border-color:#e4e4e7;background:#fff}.merchstore-tab .npr-dropzone--filled img{width:100%;max-height:260px;object-fit:contain;border-radius:14px;background:#f4f4f5}.merchstore-tab .npr-dropzone-remove{margin-top:.6rem;padding:.35rem .8rem;border:1px solid #e4e4e7;border-radius:999px;background:#fff;font-size:.8rem;font-weight:600;color:#71717a;cursor:pointer}.merchstore-tab .npr-dropzone-remove:hover{border-color:#b91c1c;color:#b91c1c}.merchstore-tab .npr-types{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.9rem}.merchstore-tab .npr-type{padding:.6rem 1.1rem;border:1.5px solid #e4e4e7;border-radius:999px;background:#fff;font:inherit;font-weight:600;font-size:.9rem;color:#3f3f46;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.merchstore-tab .npr-type:hover{border-color:#a1a1aa}.merchstore-tab .npr-type.is-selected{border-color:#111;background:#111;color:#fff}.merchstore-tab .npr-field{display:block;width:100%}.merchstore-tab .npr-field .npr-field-label{display:block;margin-bottom:.3rem;font-size:.82rem;color:#71717a}.merchstore-tab .npr-field input[type=text],.merchstore-tab .npr-field textarea{width:100%;padding:.7rem .85rem;border:1px solid #e4e4e7;border-radius:14px;background:#fff;font:inherit;font-size:.95rem;color:#111;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease}.merchstore-tab .npr-field input[type=text]::placeholder,.merchstore-tab .npr-field textarea::placeholder{color:#a1a1aa}.merchstore-tab .npr-field input[type=text]:focus,.merchstore-tab .npr-field textarea:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #11182714}.merchstore-tab .npr-field textarea{resize:vertical;min-height:130px;line-height:1.55}.merchstore-tab .npr-submit-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.85rem;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid #f4f4f5}.merchstore-tab .npr-submit-hint{margin:0;font-size:.85rem;color:#71717a;flex:1 1 240px}.merchstore-tab .npr-submit{padding:.85rem 1.75rem;border:none;border-radius:14px;background:#111;color:#fff;font-weight:700;font-size:.98rem;cursor:pointer;box-shadow:0 4px 14px #1118272e;transition:background .15s ease,transform .15s ease,box-shadow .15s ease}.merchstore-tab .npr-submit:hover:not(:disabled){background:#000;transform:translateY(-1px);box-shadow:0 6px 20px #11182738}.merchstore-tab .npr-submit:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.merchstore-tab .npr-list-title{margin:2rem 0 .85rem;font-size:1.05rem;font-weight:700}.merchstore-tab .npr-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,420px),1fr));gap:1rem}.merchstore-tab .npr-item{display:flex;flex-wrap:wrap;gap:1rem;padding:1rem;border:1px solid #e4e4e7;border-radius:14px;background:#fff;box-shadow:0 1px 2px #1018280a;transition:box-shadow .18s ease}.merchstore-tab .npr-item:hover{box-shadow:0 6px 20px #10182814}.merchstore-tab .npr-item--visual_sent{border-color:#93c5fd;background:#f8fbff}.merchstore-tab .npr-item--changes_requested{border-color:#fde68a;background:#fffbeb}.merchstore-tab .npr-item--completed{border-color:#86efac}.merchstore-tab .npr-item--rejected,.merchstore-tab .npr-item--cancelled{opacity:.65}.merchstore-tab .npr-item-images{display:flex;gap:.6rem;flex:0 0 auto}.merchstore-tab .npr-item-images figure{margin:0;width:104px}.merchstore-tab .npr-item-images figure img{width:100%;aspect-ratio:1/1;object-fit:contain;background:#f4f4f5;border-radius:14px;display:block}.merchstore-tab .npr-item-images figure figcaption{margin-top:.3rem;font-size:.7rem;color:#71717a;text-align:center;text-transform:uppercase;letter-spacing:.03em}.merchstore-tab .npr-item-body{flex:1 1 200px;min-width:0;display:flex;flex-direction:column;gap:.4rem}.merchstore-tab .npr-item-body .npr-item-type{margin:0;font-weight:700;font-size:1rem}.merchstore-tab .npr-item-body .npr-item-notes{margin:0;font-size:.88rem;color:#52525b;line-height:1.5}.merchstore-tab .npr-item-body .npr-item-admin,.merchstore-tab .npr-item-body .npr-item-feedback{margin:0;font-size:.85rem;color:#3f3f46;line-height:1.5}.merchstore-tab .npr-item-body textarea{width:100%;padding:.6rem .75rem;border:1px solid #e4e4e7;border-radius:14px;font:inherit;font-size:.9rem;box-sizing:border-box;resize:vertical}.merchstore-tab .npr-item-body textarea:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #11182714}.merchstore-tab .earnings-badge{align-self:flex-start}.merchstore-tab .earnings-badge.npr-badge--pending{background:#fef3c7;color:#b45309}.merchstore-tab .earnings-badge.npr-badge--visual_sent{background:#dbeafe;color:#1d4ed8}.merchstore-tab .earnings-badge.npr-badge--changes_requested{background:#fef3c7;color:#b45309}.merchstore-tab .earnings-badge.npr-badge--approved,.merchstore-tab .earnings-badge.npr-badge--completed{background:#f0fdf4;color:#15803d}.merchstore-tab .earnings-badge.npr-badge--rejected{background:#fef2f2;color:#b91c1c}.merchstore-tab .earnings-badge.npr-badge--cancelled{background:#f4f4f5;color:#71717a}.merchstore-tab .npr-review{margin-top:.5rem;display:flex;flex-direction:column;gap:.55rem}.merchstore-tab .npr-review-actions{display:flex;flex-wrap:wrap;gap:.5rem}.merchstore-tab .npr-approve{padding:.55rem 1.2rem;border:1px solid #15803d;border-radius:999px;background:#15803d;color:#fff;font-weight:700;font-size:.88rem;cursor:pointer}.merchstore-tab .npr-approve:hover:not(:disabled){background:#166534}.merchstore-tab .npr-approve:disabled{opacity:.5;cursor:not-allowed}.merchstore-tab .npr-cancel{align-self:flex-start;margin-top:.2rem;padding:0;border:none;background:none;color:#a1a1aa;font-size:.8rem;text-decoration:underline;cursor:pointer}.merchstore-tab .npr-cancel:hover{color:#b91c1c}.merchstore-tab .merch-ideas{width:100%}.merchstore-tab .idea-form .npr-field{margin-bottom:1rem}.merchstore-tab .idea-form .idea-body-field{position:relative;margin-bottom:.25rem}.merchstore-tab .idea-counter{display:block;margin-top:.25rem;text-align:right;font-size:.75rem;color:#a1a1aa}.merchstore-tab .idea-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,380px),1fr));gap:1rem}.merchstore-tab .idea-card{display:flex;flex-direction:column;gap:.5rem;padding:1.1rem;border:1px solid #e4e4e7;border-left:4px solid #e4e4e7;border-radius:14px;background:#fff;box-shadow:0 1px 2px #1018280a;transition:box-shadow .18s ease}.merchstore-tab .idea-card:hover{box-shadow:0 6px 20px #10182814}.merchstore-tab .idea-card--reviewing{border-left-color:#60a5fa}.merchstore-tab .idea-card--planned{border-left-color:#a855f7}.merchstore-tab .idea-card--implemented{border-left-color:#22c55e}.merchstore-tab .idea-card--declined{border-left-color:#a1a1aa;opacity:.7}.merchstore-tab .idea-card-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem;flex-wrap:wrap}.merchstore-tab .idea-card-cat{display:inline-block;padding:3px 10px;border-radius:999px;background:#f4f4f5;font-size:.7rem;font-weight:700;color:#71717a;text-transform:uppercase;letter-spacing:.05em}.merchstore-tab .idea-card-title{margin:0;font-size:1.02rem;font-weight:700;line-height:1.3}.merchstore-tab .idea-card-body{margin:0;font-size:.9rem;color:#52525b;line-height:1.55;white-space:pre-wrap}.merchstore-tab .idea-card-reply{padding:.6rem .75rem;border-radius:14px;background:#f0f9ff;border:1px solid #bae6fd;font-size:.86rem;color:#075985;line-height:1.5}.merchstore-tab .idea-card-foot{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:auto;padding-top:.4rem}.merchstore-tab .idea-card-date{font-size:.78rem;color:#a1a1aa}.merchstore-tab .earnings-badge.idea-badge--new{background:#fef3c7;color:#b45309}.merchstore-tab .earnings-badge.idea-badge--reviewing{background:#dbeafe;color:#1d4ed8}.merchstore-tab .earnings-badge.idea-badge--planned{background:#f3e8ff;color:#7e22ce}.merchstore-tab .earnings-badge.idea-badge--implemented{background:#f0fdf4;color:#15803d}.merchstore-tab .earnings-badge.idea-badge--declined{background:#f4f4f5;color:#71717a}.merchstore-tab .mh-card{margin-bottom:1.25rem}.merchstore-tab .mh-count{margin-left:auto;padding:.15rem .6rem;border-radius:999px;background:#f4f4f5;font-size:.75rem;font-weight:700;color:#71717a}.merchstore-tab .mh-identity{display:grid;grid-template-columns:minmax(180px,240px) minmax(0,1fr);gap:1.5rem;align-items:start}@media(max-width:720px){.merchstore-tab .mh-identity{grid-template-columns:1fr;gap:1rem}}.merchstore-tab .mh-identity-name{display:flex;flex-direction:column;gap:.5rem}.merchstore-tab .mh-identity-name .merchstore-sub{margin:0}.merchstore-tab .mh-theme-group+.mh-theme-group{margin-top:1.5rem}.merchstore-tab .mh-theme-group-label{margin:1rem 0 .6rem;font-size:.7rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#71717a}.merchstore-tab .mh-themes{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.9rem}@media(max-width:600px){.merchstore-tab .mh-themes{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}}.merchstore-tab .mh-theme{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding:.9rem;margin:0;text-align:left;font:inherit;background:#fff;border:1px solid #e4e4e7;border-radius:16px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.merchstore-tab .mh-theme:hover:not(:disabled){border-color:#d4d4d8;transform:translateY(-2px);box-shadow:0 6px 18px #10182812}.merchstore-tab .mh-theme.is-selected{border-color:#111;box-shadow:0 0 0 1px #111,0 6px 18px #10182814}.merchstore-tab .mh-theme:focus-visible{outline:2px solid #111111;outline-offset:2px}.merchstore-tab .mh-theme:disabled{opacity:.6;cursor:not-allowed}.merchstore-tab .mh-theme-swatch{position:relative;display:block;width:100%;height:74px;border-radius:12px;overflow:hidden;border:1px solid rgba(0,0,0,.08)}.merchstore-tab .mh-theme-swatch .mh-theme-swatch-card{position:absolute;left:12px;right:12px;top:14px;height:26px;border-radius:7px}.merchstore-tab .mh-theme-swatch .mh-theme-swatch-dots{position:absolute;left:12px;bottom:12px;display:flex;gap:6px}.merchstore-tab .mh-theme-swatch .mh-theme-swatch-dot{width:14px;height:14px;border-radius:50%;display:block}.merchstore-tab .mh-theme-swatch--purple{background:#fff}.merchstore-tab .mh-theme-swatch--purple .mh-theme-swatch-card{background:#faf5ff;border:1px solid #ece7f5}.merchstore-tab .mh-theme-swatch--purple .mh-theme-swatch-dot--1{background:#7c3aed}.merchstore-tab .mh-theme-swatch--purple .mh-theme-swatch-dot--2{background:#ec4899}.merchstore-tab .mh-theme-swatch--ocean{background:#fff}.merchstore-tab .mh-theme-swatch--ocean .mh-theme-swatch-card{background:#f0f9ff;border:1px solid #dbeafe}.merchstore-tab .mh-theme-swatch--ocean .mh-theme-swatch-dot--1{background:#0e7490}.merchstore-tab .mh-theme-swatch--ocean .mh-theme-swatch-dot--2{background:#1d4ed8}.merchstore-tab .mh-theme-swatch--sand{background:#fffdf9}.merchstore-tab .mh-theme-swatch--sand .mh-theme-swatch-card{background:#fdf6ec;border:1px solid #f0e4d3}.merchstore-tab .mh-theme-swatch--sand .mh-theme-swatch-dot--1{background:#c2410c}.merchstore-tab .mh-theme-swatch--sand .mh-theme-swatch-dot--2{background:#d97706}.merchstore-tab .mh-theme-swatch--dark{background:#0b0b0f}.merchstore-tab .mh-theme-swatch--dark .mh-theme-swatch-card{background:#1a1a23;border:1px solid #2b2b36}.merchstore-tab .mh-theme-swatch--dark .mh-theme-swatch-dot--1{background:#ef4444}.merchstore-tab .mh-theme-swatch--dark .mh-theme-swatch-dot--2{background:#f97316}.merchstore-tab .mh-theme-swatch--midnight{background:#070b14}.merchstore-tab .mh-theme-swatch--midnight .mh-theme-swatch-card{background:#141d2f;border:1px solid #24334d}.merchstore-tab .mh-theme-swatch--midnight .mh-theme-swatch-dot--1{background:#22d3ee}.merchstore-tab .mh-theme-swatch--midnight .mh-theme-swatch-dot--2{background:#3b82f6}.merchstore-tab .mh-theme-swatch--venom{background:#080b08}.merchstore-tab .mh-theme-swatch--venom .mh-theme-swatch-card{background:#141a14;border:1px solid #26332a}.merchstore-tab .mh-theme-swatch--venom .mh-theme-swatch-dot--1{background:#a3e635}.merchstore-tab .mh-theme-swatch--venom .mh-theme-swatch-dot--2{background:#22c55e}.merchstore-tab .mh-theme-name{font-weight:700;font-size:.95rem;color:#111}.merchstore-tab .mh-theme-desc{font-size:.82rem;line-height:1.45;color:#71717a}.merchstore-tab .mh-langs{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid #f4f4f5}.merchstore-tab .mh-langs .merchstore-sub{margin:.3rem 0 .75rem}.merchstore-tab .mh-lang-list{display:flex;flex-wrap:wrap;gap:.5rem}.merchstore-tab .mh-lang{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .9rem;border:1px solid #e4e4e7;border-radius:999px;background:#fff;font-size:.875rem;font-weight:600;color:#3f3f46;cursor:pointer;transition:border-color .15s ease,background .15s ease}.merchstore-tab .mh-lang:hover{border-color:#d4d4d8}.merchstore-tab .mh-lang:has(input:checked){border-color:#111;background:#fafafa;color:#111}.merchstore-tab .mh-lang.is-locked{cursor:not-allowed;opacity:.85}.merchstore-tab .mh-lang input[type=checkbox]{width:16px;height:16px;accent-color:#111111;cursor:inherit}.merchstore-tab .mh-bio-lang{margin-left:.45rem;padding:.1rem .5rem;border-radius:999px;background:#f4f4f5;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#52525b}.merchstore-tab .mh-bio+.mh-bio{margin-top:1rem;padding-top:1rem;border-top:1px solid #f4f4f5}.merchstore-tab .mh-bio{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid #f4f4f5}.merchstore-tab .mh-bio-foot{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-top:.4rem}.merchstore-tab .mh-bio-foot .merchstore-sub{margin:0}.merchstore-tab .mh-bio-count{flex-shrink:0;font-size:.78rem;font-variant-numeric:tabular-nums;color:#a1a1aa}.merchstore-tab .mh-bio-count.is-full{color:#b45309;font-weight:600}.merchstore-tab .mh-hero-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:1.25rem}@media(max-width:820px){.merchstore-tab .mh-hero-grid{grid-template-columns:1fr}}.merchstore-tab .mh-hero-item{display:flex;flex-direction:column;gap:.5rem;min-width:0}.merchstore-tab .mh-hero-label{font-size:.85rem;font-weight:600;color:#3f3f46}.merchstore-tab .mh-slot{width:100%}.merchstore-tab .mh-slot-empty{width:100%;min-height:170px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;padding:1.25rem 1rem;border:2px dashed #e4e4e7;border-radius:14px;background:#fafafa;color:#3f3f46;text-align:center;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.merchstore-tab .mh-slot-empty:hover:not(:disabled){border-color:#111;background:#f4f4f5;transform:translateY(-1px)}.merchstore-tab .mh-slot-empty:disabled{opacity:.7;cursor:wait}.merchstore-tab .mh-slot-empty .mh-slot-icon{font-size:1.7rem;line-height:1}.merchstore-tab .mh-slot-empty .mh-slot-title{font-weight:700;font-size:.9rem}.merchstore-tab .mh-slot-empty .mh-slot-hint{font-size:.78rem;color:#71717a;max-width:260px;line-height:1.45}.merchstore-tab .mh-slot--cover .mh-slot-empty{min-height:200px}.merchstore-tab .mh-slot-filled{padding:.6rem;border:1px solid #e4e4e7;border-radius:14px;background:#fff}.merchstore-tab .mh-slot-filled img{width:100%;max-height:220px;object-fit:contain;border-radius:14px;background:#f4f4f5;display:block}.merchstore-tab .mh-slot-actions{display:flex;gap:.4rem;margin-top:.6rem}.merchstore-tab .mh-slot-btn{flex:1;padding:.4rem .7rem;border:1px solid #e4e4e7;border-radius:999px;background:#fff;font-size:.8rem;font-weight:600;color:#3f3f46;cursor:pointer;transition:border-color .15s ease,color .15s ease}.merchstore-tab .mh-slot-btn:hover:not(:disabled){border-color:#111}.merchstore-tab .mh-slot-btn:disabled{opacity:.5;cursor:not-allowed}.merchstore-tab .mh-slot-btn.is-danger:hover:not(:disabled){border-color:#b91c1c;color:#b91c1c}.merchstore-tab .mh-empty{margin:.5rem 0 .75rem;font-size:.85rem;color:#a1a1aa;font-style:italic}.merchstore-tab .mh-link-row{display:flex;align-items:center;gap:.5rem;margin-top:.6rem;flex-wrap:wrap}.merchstore-tab .mh-link-row select{min-width:150px;padding:.65rem .75rem;border:1px solid #e4e4e7;border-radius:14px;background:#fff;font:inherit;font-size:.9rem;cursor:pointer}.merchstore-tab .mh-link-row select:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #11182714}.merchstore-tab .mh-link-row input[type=url]{flex:1;min-width:200px;padding:.65rem .75rem;border:1px solid #e4e4e7;border-radius:14px;font:inherit;font-size:.9rem;box-sizing:border-box}.merchstore-tab .mh-link-row input[type=url]:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #11182714}.merchstore-tab .mh-link-remove{width:38px;height:38px;padding:0;flex:0 0 auto;border:1px solid #ececef;border-radius:50%;background:#fff;color:#a1a1aa;font-size:.9rem;cursor:pointer}.merchstore-tab .mh-link-remove:hover:not(:disabled){border-color:#b91c1c;color:#b91c1c}.merchstore-tab .mh-link-remove:disabled{opacity:.5;cursor:not-allowed}.merchstore-tab .mh-add-link{margin-top:.85rem;padding:.65rem 1.25rem;border:1.5px dashed #e4e4e7;border-radius:999px;background:#fff;font:inherit;font-weight:600;font-size:.88rem;color:#3f3f46;cursor:pointer}.merchstore-tab .mh-add-link:hover:not(:disabled){border-color:#111;background:#fafafa}.merchstore-tab .mh-add-link:disabled{opacity:.5;cursor:not-allowed}.merchstore-tab .mh-submit-row{margin-top:0;padding:1.25rem 1.5rem;border:1px solid #e4e4e7;border-radius:18px;background:#fff;box-shadow:0 1px 2px #1018280a}@media(max-width:640px){.merchstore-tab .mh-submit-row{padding:1rem}}.merchstore-tab .mh-preview-tabs{margin:.85rem 0 1rem}.merchstore-tab .mh-preview-stage{display:flex;flex-direction:column;gap:.6rem}.merchstore-tab .mh-preview-caption{margin:0;font-size:.82rem;color:#71717a}.merchstore-tab .mh-preview-frame{border:1px solid #e4e4e7;border-radius:14px;overflow:hidden;background:#fff}.merchstore-tab .mh-preview-frame .merchstore-bands{padding:1.25rem}.merchstore-tab .mh-preview-frame .merchstore-bands h2{display:none}.merchstore-tab .mh-preview-frame .bands-grid{display:grid;grid-template-columns:minmax(0,220px);justify-content:center;gap:1rem}.merchstore-tab .mh-preview-frame .band-card{cursor:default}.merchstore-tab .mh-preview-frame .band-card:hover{transform:none}.merchstore-tab .mh-preview-frame--page{max-height:560px;overflow-y:auto}.merchstore-tab .mh-preview-frame--page .merch-band-page--preview .mb-hero{height:300px;min-height:220px}.merchstore-tab .mh-preview-warn{margin:0;padding:.6rem .75rem;border-radius:14px;background:#fffbeb;border:1px solid #fde68a;font-size:.84rem;color:#b45309}.obchodak-tab .ob-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:18px}.obchodak-tab .ob-head h2{margin:0 0 4px}.obchodak-tab .ob-head .ob-sub{margin:0;color:#71717a;font-size:.9rem;max-width:560px}.obchodak-tab .ob-head .ob-period{display:flex;flex-direction:column;gap:4px;font-size:.8rem;font-weight:600;color:#3f3f46}.obchodak-tab .ob-head .ob-period input{padding:9px 14px;border:1px solid #e4e4e7;border-radius:12px;font-family:inherit;font-size:.9rem;color:#111;transition:border-color .15s ease,box-shadow .15s ease}.obchodak-tab .ob-head .ob-period input:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #11182714}.obchodak-tab .ob-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;padding:.85rem 1rem;border-radius:14px;margin-bottom:14px;font-weight:600}.obchodak-tab .ob-muted{color:#71717a;font-style:italic}.obchodak-tab .ob-top{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:18px}.obchodak-tab .ob-code-box{display:flex;flex-direction:column;gap:4px}.obchodak-tab .ob-code-box .ob-code-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#71717a;font-weight:600}.obchodak-tab .ob-code-box .ob-code{font-family:monospace;font-size:1.4rem;font-weight:700;letter-spacing:.12em;background:#111;color:#fff;padding:8px 18px;border-radius:12px;align-self:flex-start}.obchodak-tab .ob-meta{display:flex;align-items:center;gap:12px;color:#3f3f46;font-size:.9rem}.obchodak-tab .ob-badge{font-size:.72rem;font-weight:700;padding:3px 12px;border-radius:999px;text-transform:uppercase}.obchodak-tab .ob-badge.final{background:#f0fdf4;color:#15803d}.obchodak-tab .ob-badge.open{background:#fef3c7;color:#b45309}.obchodak-tab .ob-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:22px}.obchodak-tab .ob-card{background:#fafafa;border:1px solid #e4e4e7;border-radius:14px;padding:14px 16px;display:flex;flex-direction:column;gap:6px}.obchodak-tab .ob-card .ob-card-label{font-size:.78rem;color:#71717a;font-weight:600}.obchodak-tab .ob-card .ob-card-value{font-size:1.3rem;font-weight:700;color:#111}.obchodak-tab .ob-card .ob-card-value small{font-size:.75rem;color:#71717a;font-weight:500}.obchodak-tab .ob-card.highlight{background:#fff;border-color:#111;box-shadow:0 0 0 1px #111}.obchodak-tab .ob-card.highlight .ob-card-value{color:#111}.obchodak-tab .ob-rank-ref{margin-bottom:22px}.obchodak-tab .ob-rank-ref h3{margin:0 0 8px;font-size:1rem}.obchodak-tab .ob-rank-ref table{width:100%;max-width:460px;border-collapse:collapse;font-size:.88rem}.obchodak-tab .ob-rank-ref table th,.obchodak-tab .ob-rank-ref table td{padding:7px 12px;border-bottom:1px solid #f4f4f5;text-align:left}.obchodak-tab .ob-rank-ref table thead th{background:#fafafa;color:#71717a;font-size:.75rem;text-transform:uppercase}.obchodak-tab .ob-rank-ref table tr.current{background:#f4f4f5;font-weight:700}.obchodak-tab .ob-pdf-btn{background:#111;color:#fff;border:1px solid #111;border-radius:999px;padding:0 26px;height:46px;font-family:inherit;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;box-shadow:0 4px 14px #1118272e;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.obchodak-tab .ob-pdf-btn:hover:not(:disabled){background:#000;transform:translateY(-1px);box-shadow:0 6px 20px #1118273d}.obchodak-tab .ob-pdf-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.obchodak-tab .ob-pdf-btn:focus-visible{outline:2px solid #111;outline-offset:3px}.obchodak-tab .ob-note{margin:16px 0 0;color:#a1a1aa;font-size:.8rem}.customer-account{min-height:100vh;background:#fff;max-width:1600px;margin:0 auto;padding:1.5rem 1.25rem 3.5rem;box-sizing:border-box;color:#111}@media(max-width:768px){.customer-account{padding:1rem 1rem 2.5rem}}.customer-account.loading{display:flex;align-items:center;justify-content:center;font-size:.95rem;color:#71717a}.account-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f1f1f3}.account-header h1{margin:0;font-size:clamp(1.5rem,2.2vw,2rem);font-weight:400;color:#111;letter-spacing:.01em;line-height:1.15}.account-header .logout-btn{height:42px;padding:0 20px;background:#f4f4f5;color:#3f3f46;border:1px solid transparent;border-radius:999px;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease}.account-header .logout-btn:hover:not(:disabled){background:#e9e9ec;color:#111}.account-header .logout-btn:disabled{opacity:.5;cursor:not-allowed}.account-header .logout-btn:focus-visible{outline:2px solid #111111;outline-offset:2px}.account-header .logout-btn{height:40px;padding:0 18px}.message{padding:.85rem 1rem;border-radius:14px;margin-bottom:1.25rem;font-size:.875rem;font-weight:600}.message.success{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.message.error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.account-content{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.account-content{flex-direction:row;gap:2rem}}.account-nav{display:flex;flex-wrap:wrap;gap:4px;background:#fff;padding:.75rem;border-radius:18px;border:1px solid #ececef;box-shadow:0 1px 2px #1018280a,0 8px 24px #1018280a}@media(min-width:768px){.account-nav{flex-direction:column;width:240px;flex-shrink:0;height:fit-content;position:sticky;top:5.5rem}}.account-nav button{padding:10px 16px;background:transparent;border:1px solid transparent;border-radius:999px;font-family:inherit;font-size:.9375rem;font-weight:600;color:#52525b;cursor:pointer;transition:background .2s ease,color .2s ease;text-align:left;letter-spacing:.01em}@media(min-width:768px){.account-nav button{width:100%}}.account-nav button:hover{background:#f4f4f5;color:#111}.account-nav button.active{background:#111;color:#fff}.account-nav button:focus-visible{outline:2px solid #111111;outline-offset:2px}.account-panel{flex:1;min-width:0;background:#fff;border-radius:18px;border:1px solid #ececef;box-shadow:0 1px 2px #1018280a,0 8px 24px #1018280a;padding:1.75rem 1.5rem}@media(max-width:560px){.account-panel{padding:1.25rem 1.15rem 1.5rem;border-radius:16px}}.tab-content h2{margin:0 0 1.5rem;font-size:.7rem;font-weight:700;color:#111;letter-spacing:.07em;text-transform:uppercase}.tab-content h3{margin:1.5rem 0 1rem;font-size:.9375rem;font-weight:600;color:#111}.tab-content h3:first-child{margin-top:0}.overview .overview-card{background:#fff;padding:1.1rem 1.25rem;border-radius:14px;border:1px solid #ececef}.overview .overview-card h3,.overview .overview-card h4{margin:0 0 .45rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#71717a}.overview .overview-card p{margin:0;font-size:.9375rem;color:#111;font-weight:600}.form-group{margin-bottom:1rem}.form-group label{display:block;font-weight:600;font-size:.8125rem;color:#3f3f46;margin-bottom:.4rem}.form-group input,.form-group select,.form-group textarea{width:100%;box-sizing:border-box;padding:.7rem .95rem;border:1px solid #e4e4e7;border-radius:12px;font-family:inherit;font-size:16px;color:#111;background:#fff;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.form-group input::placeholder,.form-group select::placeholder,.form-group textarea::placeholder{color:#a1a1aa}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #11182714}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background:#f6f6f6;color:#71717a;cursor:not-allowed}.form-group textarea{resize:vertical;min-height:90px}.form-group select{cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23111111' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .95rem center;background-repeat:no-repeat;background-size:1.15em;padding-right:2.5rem}.form-group.checkbox-group label{display:flex;align-items:center;gap:.6rem;font-weight:500;font-size:.875rem;color:#3f3f46;cursor:pointer}.form-group.checkbox-group label input[type=checkbox]{width:18px;height:18px;accent-color:#111111;cursor:pointer}.form-row{display:flex;flex-direction:column;gap:1rem}@media(min-width:480px){.form-row{flex-direction:row}.form-row .form-group{flex:1;min-width:0;margin-bottom:0}}.form-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}@media(min-width:480px){.form-actions{flex-direction:row;justify-content:flex-end;align-items:center}}.save-btn,.add-btn,.export-btn{height:46px;padding:0 26px;background:#111;color:#fff;border:1px solid #111111;border-radius:999px;font-family:inherit;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;box-shadow:0 4px 14px #1118272e;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.save-btn:hover:not(:disabled),.add-btn:hover:not(:disabled),.export-btn:hover:not(:disabled){background:#000;transform:translateY(-1px);box-shadow:0 6px 20px #1118273d}.save-btn:disabled,.add-btn:disabled,.export-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.save-btn:focus-visible,.add-btn:focus-visible,.export-btn:focus-visible{outline:2px solid #111111;outline-offset:3px}.save-btn,.add-btn,.export-btn{margin-top:1rem}.cancel-btn{height:42px;padding:0 20px;background:#f4f4f5;color:#3f3f46;border:1px solid transparent;border-radius:999px;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease}.cancel-btn:hover:not(:disabled){background:#e9e9ec;color:#111}.cancel-btn:disabled{opacity:.5;cursor:not-allowed}.cancel-btn:focus-visible{outline:2px solid #111111;outline-offset:2px}.edit-btn{height:42px;padding:0 20px;background:#f4f4f5;color:#3f3f46;border:1px solid transparent;border-radius:999px;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease}.edit-btn:hover:not(:disabled){background:#e9e9ec;color:#111}.edit-btn:disabled{opacity:.5;cursor:not-allowed}.edit-btn:focus-visible{outline:2px solid #111111;outline-offset:2px}.edit-btn{height:36px;padding:0 16px;font-size:12.5px}.items-list .item-card .item-actions .delete-btn,.delete-btn{height:36px;padding:0 16px;background:#fff;color:#52525b;border:1px solid #e4e4e7;border-radius:999px;font-family:inherit;font-weight:600;font-size:12.5px;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease;width:auto}.items-list .item-card .item-actions .delete-btn:hover,.delete-btn:hover{background:#fef2f2;border-color:#fecaca;color:#b91c1c;transform:none}.items-list .item-card .item-actions .delete-btn:focus-visible,.delete-btn:focus-visible{outline:2px solid #111111;outline-offset:2px}.delete-account-btn{height:46px;padding:0 26px;background:#b91c1c;color:#fff;border:1px solid #b91c1c;border-radius:999px;font-family:inherit;font-weight:700;font-size:13px;letter-spacing:.04em;cursor:pointer;box-shadow:0 4px 14px #b91c1c2e;transition:background .2s ease,box-shadow .2s ease}.delete-account-btn:hover:not(:disabled){background:#991b1b;box-shadow:0 6px 20px #b91c1c3d}.delete-account-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.delete-account-btn:focus-visible{outline:2px solid #b91c1c;outline-offset:3px}.section-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.section-header h2{margin:0}.section-header .add-btn{margin-top:0}.edit-form{background:#fafafa;border:1px solid #f1f1f3;padding:1.25rem;border-radius:14px;margin-bottom:1.5rem}.edit-form h3{margin:0 0 1rem;font-size:.7rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#71717a}.data-display .data-row{display:flex;flex-wrap:wrap;gap:.25rem 1rem;padding:.7rem 0;border-bottom:1px solid #f1f1f3}.data-display .data-row:last-of-type{border-bottom:none;margin-bottom:1rem}.data-display .data-row .label{font-weight:600;color:#71717a;min-width:140px;font-size:.8125rem}.data-display .data-row .value{color:#111;font-size:.9rem}.items-list{display:grid;gap:.75rem}@media(min-width:480px){.items-list{grid-template-columns:repeat(2,1fr)}}.items-list .item-card{background:#fff;padding:1.1rem 1.25rem;border:1px solid #ececef;border-radius:14px;position:relative;transition:border-color .2s ease,box-shadow .2s ease}.items-list .item-card:hover{border-color:#dcdce0}.items-list .item-card.default{border-color:#111;box-shadow:0 0 0 1px #111}.items-list .item-card .default-badge{position:absolute;top:-11px;right:14px;background:#111;color:#fff;padding:.25rem .75rem;border-radius:999px;font-size:.6875rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.items-list .item-card p{margin:0 0 .25rem;font-size:.875rem;color:#52525b}.items-list .item-card p.type-line{font-weight:700;color:#71717a;text-transform:uppercase;letter-spacing:.07em;font-size:.7rem;margin-bottom:.5rem}.items-list .item-card p.company-line{font-weight:600;font-size:.9375rem;color:#111}.items-list .item-card p.ico-line,.items-list .item-card p.dic-line,.items-list .item-card p.icdph-line{font-size:.8125rem;color:#71717a}.items-list .item-card p.phone-line{color:#71717a;margin-top:.5rem}.items-list .item-card .item-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #f1f1f3}.items-list .empty-message{grid-column:1/-1;text-align:center;color:#71717a;font-size:.875rem;padding:2rem;background:#fafafa;border:1px dashed #e4e4e7;border-radius:14px}.security form{max-width:420px}.security .google-account-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #f1f1f3}.security .google-account-section h3{margin:0 0 1rem;font-size:.9375rem;font-weight:600}.security .google-account-section .google-status{display:inline-flex;align-items:center;gap:.4rem;margin:0 0 .75rem;padding:5px 12px;border-radius:999px;font-size:.8125rem;font-weight:600}.security .google-account-section .google-status.connected{background:#f0fdf4;color:#15803d}.security .google-account-section .google-status.connected:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;background:#15803d;color:#fff;border-radius:50%;font-size:.68rem}.security .google-account-section .google-status.not-connected{background:#f4f4f5;color:#71717a}.security .google-account-section .google-description{color:#71717a;font-size:.875rem;margin:0 0 1rem;line-height:1.55}.security .google-account-section .disconnect-btn{height:38px;padding:0 18px;background:#fff;border:1px solid #e4e4e7;color:#52525b;border-radius:999px;font-family:inherit;font-weight:600;cursor:pointer;font-size:12.5px;transition:background .18s ease,border-color .18s ease,color .18s ease}.security .google-account-section .disconnect-btn:hover:not(:disabled){background:#fef2f2;border-color:#fecaca;color:#b91c1c}.security .google-account-section .disconnect-btn:disabled{opacity:.5;cursor:not-allowed}.security .google-account-section .disconnect-btn:focus-visible{outline:2px solid #111111;outline-offset:2px}.gdpr .gdpr-section{background:#fafafa;border:1px solid #f1f1f3;padding:1.25rem;border-radius:14px;margin-bottom:1rem}.gdpr .gdpr-section h3{margin:0 0 .5rem;font-size:.9375rem;font-weight:600}.gdpr .gdpr-section p{margin:0 0 1rem;color:#71717a;font-size:.875rem;line-height:1.55}.gdpr .gdpr-section.danger-zone{background:#fef2f2;border-color:#fecaca}.gdpr .gdpr-section.danger-zone h3{color:#b91c1c}.gdpr .gdpr-section.danger-zone p{color:#7f1d1d}.gdpr .gdpr-section.danger-zone .form-group{max-width:320px;margin-top:1rem}.gdpr .gdpr-section.danger-zone .form-group label{color:#7f1d1d}.overview-hero{display:flex;flex-direction:column;align-items:flex-start;gap:.85rem;padding:1.5rem;margin:0 0 1.5rem;background:#111;color:#fff;border-radius:18px}.overview-hero .overview-hero__chip{display:inline-flex;align-items:center;gap:10px;max-width:100%;margin:0;padding:11px 22px;background:#ffffff1f;border:1px solid rgba(255,255,255,.28);border-radius:999px;color:#fff;font-size:1.0625rem;font-weight:600;letter-spacing:.01em;text-transform:none;box-sizing:border-box}.overview-hero .overview-hero__chip svg{width:20px;height:20px;flex-shrink:0;color:#fff}.overview-hero .overview-hero__chip-label{min-width:0;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overview-hero__hint{margin:0;padding-left:2px;font-size:.875rem;line-height:1.5;color:#ffffffb3}.overview-quick{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:2rem}@media(min-width:768px){.overview-quick{grid-template-columns:repeat(4,1fr)}}.overview-quick__card{display:flex;flex-direction:column;align-items:flex-start;gap:.3rem;padding:1.1rem 1.15rem;background:#fff;border:1px solid #ececef;border-radius:14px;cursor:pointer;text-align:left;font:inherit;color:inherit;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.overview-quick__card:hover{border-color:#dcdce0;transform:translateY(-1px);box-shadow:0 1px 2px #1018280a,0 6px 18px #1018280d}.overview-quick__card:focus-visible{outline:2px solid #111111;outline-offset:2px}.overview-quick__card--link{text-decoration:none}.overview-quick__icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;margin-bottom:.35rem;border-radius:50%;background:#f4f4f5;font-size:1.1rem;line-height:1}.overview-quick__label{font-weight:600;font-size:.9375rem;color:#111}.overview-quick__sub{font-size:.78rem;color:#71717a}.overview-section-title{margin:0 0 1rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#71717a}.overview-grid{display:grid;gap:.75rem}@media(min-width:480px){.overview-grid{grid-template-columns:repeat(2,1fr)}}.orders-tab__error{padding:.85rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:14px;color:#b91c1c;font-weight:600;font-size:.875rem}.orders-tab__loading,.orders-tab__empty{text-align:center;padding:2rem 1rem;color:#71717a;font-size:.875rem}.orders-tab__shop-link{display:inline-flex;align-items:center;height:46px;margin-top:1rem;padding:0 26px;background:#111;color:#fff!important;text-decoration:none;font-weight:700;font-size:13px;letter-spacing:.06em;text-transform:uppercase;border-radius:999px;box-shadow:0 4px 14px #1118272e;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.orders-tab__shop-link:hover{background:#000;transform:translateY(-1px);box-shadow:0 6px 20px #1118273d}.orders-table-wrap{overflow-x:auto;border:1px solid #ececef;border-radius:14px;background:#fff}.orders-table{width:100%;border-collapse:collapse;font-size:.875rem;background:#fff}.orders-table th,.orders-table td{padding:.7rem .85rem;text-align:left}.orders-table th{background:#fafafa;font-size:.7rem;text-transform:uppercase;letter-spacing:.07em;color:#71717a;font-weight:700;white-space:nowrap;border-bottom:1px solid #f1f1f3}.orders-table tbody tr{border-top:1px solid #f1f1f3;transition:background .15s ease}.orders-table tbody tr:hover{background:#fafafa}.orders-table td{color:#52525b}.orders-table__mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8125rem;color:#111}.orders-table__detail-btn{height:34px;padding:0 14px;font-size:12.5px;font-weight:600;font-family:inherit;background:#fff;border:1px solid #e4e4e7;border-radius:999px;cursor:pointer;color:#52525b;white-space:nowrap;transition:background .18s ease,border-color .18s ease,color .18s ease}.orders-table__detail-btn:hover{background:#f4f4f5;border-color:#dcdce0;color:#111}.orders-table__detail-btn:focus-visible{outline:2px solid #111111;outline-offset:2px}.orders-badge{display:inline-block;padding:.2rem .7rem;font-size:.6875rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;border-radius:999px;background:#f4f4f5;color:#52525b;white-space:nowrap}.orders-badge--muted{font-size:.68rem;font-weight:600;text-transform:none;letter-spacing:0;background:#fafafa;color:#a1a1aa}.orders-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem;font-size:.875rem;color:#71717a}.orders-pagination button{height:38px;padding:0 18px;border:1px solid #e4e4e7;background:#fff;border-radius:999px;font-family:inherit;font-size:12.5px;cursor:pointer;font-weight:600;color:#52525b;transition:background .18s ease,border-color .18s ease,color .18s ease}.orders-pagination button:hover:not(:disabled){background:#f4f4f5;border-color:#dcdce0;color:#111}.orders-pagination button:disabled{opacity:.45;cursor:not-allowed}.orders-pagination button:focus-visible{outline:2px solid #111111;outline-offset:2px}.order-detail-overlay{position:fixed;inset:0;z-index:11000;background:#0000008c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:flex-start;justify-content:center;padding:1.5rem;overflow-y:auto}.order-detail-modal{background:#fff;color:#111;width:100%;max-width:560px;border-radius:18px;padding:1.5rem 1.5rem 1.75rem;margin-bottom:2rem;box-shadow:0 24px 60px #00000047}.order-detail-modal__head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;padding-bottom:.85rem;border-bottom:1px solid #f1f1f3}.order-detail-modal__head h2{margin:0;font-size:1.0625rem;font-weight:600}.order-detail-modal__close{display:flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;background:none;border:none;border-radius:50%;font-size:1.2rem;line-height:1;cursor:pointer;color:#71717a;transition:background .18s ease,color .18s ease}.order-detail-modal__close:hover{background:#f4f4f5;color:#111}.order-detail-modal__close:focus-visible{outline:2px solid #111111;outline-offset:2px}.order-detail-body{min-width:0}.order-detail-meta{display:grid;gap:.25rem;margin:0 0 1.25rem;padding:.75rem 1rem;background:#fafafa;border:1px solid #f1f1f3;border-radius:14px}.order-detail-meta>div{display:flex;justify-content:space-between;gap:1rem;font-size:.875rem;padding:.35rem 0;border-bottom:1px solid #f1f1f3}.order-detail-meta>div:last-child{border-bottom:none}.order-detail-meta dt{margin:0;color:#71717a;font-weight:600}.order-detail-meta dd{margin:0;text-align:right;color:#111}.order-detail-items{list-style:none;margin:0 0 1.25rem;padding:0}.order-detail-items li{display:flex;flex-direction:column;gap:.35rem;padding:.7rem 0;border-bottom:1px solid #f1f1f3;font-size:.875rem}.order-detail-items li:last-child{border-bottom:none}.order-detail-items__main{display:flex;justify-content:space-between;gap:.5rem}.order-detail-items__name{font-weight:600;color:#111}.order-detail-items__qty{color:#71717a;white-space:nowrap}.order-detail-items__sub{display:flex;justify-content:space-between;align-items:center;gap:.5rem;font-size:.8125rem;color:#71717a}.order-detail-items__link{color:#111;font-weight:600;text-decoration:underline;text-underline-offset:2px}.order-detail-totals{border-top:1px solid #f1f1f3;padding-top:.85rem;margin-bottom:1.25rem;font-size:.875rem;color:#52525b}.order-detail-totals>div{display:flex;justify-content:space-between;gap:1rem;padding:.25rem 0}.order-detail-totals__grand{margin-top:.5rem;padding-top:.65rem;border-top:1px solid #e4e4e7;font-size:1rem;font-weight:700;color:#111}.order-detail-address{margin-bottom:1rem;font-size:.875rem}.order-detail-address h3{margin:0 0 .5rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#71717a}.order-detail-address p{margin:0;line-height:1.55;color:#52525b}.order-detail-address--customer{margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #f1f1f3}.order-detail-pickup,.order-detail-billing-ids{margin-top:.5rem;font-size:.8125rem;color:#71717a}.order-detail-history ul{list-style:none;margin:0;padding:0}.order-detail-history li{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;padding:.45rem 0;font-size:.8125rem;color:#52525b;border-bottom:1px solid #f1f1f3}.order-detail-history li:last-child{border-bottom:none}.order-detail-history .order-detail-history__time{color:#a1a1aa;font-size:.78rem}.for-companies-page{min-height:100vh;background:#fff;color:#111;width:100%;overflow-x:hidden;box-sizing:border-box}.for-companies-page img{image-rendering:-webkit-optimize-contrast;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.intro-section{background:#111;color:#fff;padding:clamp(3rem,6vw,5rem) 1.25rem;border-bottom:1px solid #e8e8e8}.intro-section .intro-content{max-width:1600px;margin:0 auto;text-align:center}.intro-section h1{font-size:clamp(2rem,4.5vw,3rem);font-weight:800;margin:0 0 1rem;letter-spacing:2px;text-transform:uppercase;line-height:1.1;color:#fff}.intro-section .intro-lead{font-size:clamp(1rem,1.5vw,1.25rem);font-weight:500;color:#ffffffe6;margin:0 0 2rem;line-height:1.55;max-width:720px;margin-left:auto;margin-right:auto}.intro-section .intro-description{text-align:left;margin:0 auto 2.5rem;max-width:800px}.intro-section .intro-description p{color:#ffffffb8;line-height:1.75;margin:0 0 1rem;font-size:1rem}.intro-section .intro-description p:last-child{margin-bottom:0}.intro-section .intro-features{display:flex;justify-content:center;gap:.75rem 1rem;flex-wrap:wrap;max-width:900px;margin:0 auto}.intro-section .intro-features .feature{display:flex;align-items:center;gap:.5rem;padding:.65rem 1rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.22);border-radius:2px}.intro-section .intro-features .feature .feature-icon{font-size:1.15rem}.intro-section .intro-features .feature .feature-text{font-size:.8125rem;font-weight:600;letter-spacing:.03em}.catalog-section{padding:2.25rem 1.25rem 3rem;max-width:1600px;margin:0 auto;box-sizing:border-box;background:#fff}.catalog-section h2{text-align:left;font-size:clamp(1.35rem,2.8vw,1.85rem);font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:#111;margin:0 0 1.35rem;line-height:1.2}.category-tabs{display:flex;justify-content:flex-start;gap:.5rem;flex-wrap:wrap;margin-bottom:2rem}.category-tabs .tab-btn{padding:.65rem 1.15rem;background:#fff;border:1px solid #e8e8e8;border-radius:2px;font-size:.8125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#111;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.category-tabs .tab-btn:hover{border-color:#111;background:#fafafa}.category-tabs .tab-btn.active{background:#111;color:#fff;border-color:#111}.products-list{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}@media(min-width:1100px){.products-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.25rem}}.for-companies-page .product-card{background:#fff;border-radius:0;border:1px solid #111;overflow:hidden;transition:box-shadow .2s ease,opacity .2s ease}.for-companies-page .product-card:hover{opacity:.98;box-shadow:0 2px 8px #00000014}.for-companies-page .product-card.selected{box-shadow:0 2px 12px #0000001f;border-color:#111}.for-companies-page .product-card-row{display:flex;align-items:flex-start;gap:.875rem 1rem;padding:.875rem 1rem 0}.product-side-panel{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:flex-start}.product-header{display:flex;align-items:flex-start;padding:0;gap:.75rem;flex-shrink:0}.product-checkbox{flex-shrink:0;padding-top:.5rem}.product-checkbox input[type=checkbox]{display:none}.product-checkbox input[type=checkbox]+label{width:28px;height:28px;border:1px solid #111;border-radius:2px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.product-checkbox input[type=checkbox]+label:after{content:"✓";color:#fff;font-size:18px;font-weight:700;opacity:0;transform:scale(0);transition:all .2s ease}.product-checkbox input[type=checkbox]:checked+label{background:#000}.product-checkbox input[type=checkbox]:checked+label:after{opacity:1;transform:scale(1)}.for-companies-page .product-image{width:200px;height:200px;background:#f0f0f0;border-radius:0;display:flex;align-items:center;justify-content:center;padding:.65rem;border:1px solid #e8e8e8;flex-shrink:0;position:relative}.for-companies-page .product-image img{max-width:100%;max-height:100%;object-fit:contain;image-rendering:-webkit-optimize-contrast;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);filter:contrast(1.02)}.for-companies-page .product-image.clickable{cursor:pointer;transition:border-color .3s ease,box-shadow .3s ease}.for-companies-page .product-image.clickable:hover{border-color:#111;box-shadow:0 2px 8px #00000014}.for-companies-page .product-image.clickable:hover .zoom-hint{opacity:1;transform:translate(-50%,-50%) scale(1)}.for-companies-page .product-image .zoom-hint{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);font-size:1.35rem;background:#000000b3;color:#fff;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;pointer-events:none}.product-body{padding:.5rem 1rem .875rem}.product-body h3{margin:0 0 .5rem;font-size:.9375rem;font-weight:600;color:#111;line-height:1.4}.price-tiers{margin-bottom:.65rem}.price-tiers .tier-label{display:block;font-size:.75rem;color:#666;margin-bottom:.4rem;font-weight:500}.price-tiers .tiers-grid{display:flex;flex-wrap:wrap;gap:.35rem}.price-tiers .tier{font-size:.72rem;padding:.3rem .5rem;background:#e8e8e8;border-radius:6px;color:#555}.price-tiers .tier strong{color:#000}.price-tiers .tier.active{background:#111;color:#fff}.price-tiers .tier.active strong{color:#fff}.size-selection{background:#f5f5f5;border:1px solid #e5e5e5;border-radius:2px;padding:.6rem .65rem;margin:0;width:100%}.size-selection .size-label{display:block;font-size:.75rem;color:#666;margin-bottom:.45rem;font-weight:600}.size-selection .size-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.4rem .45rem}.size-selection .size-item{text-align:center}.size-selection .size-item label{display:block;font-size:.65rem;font-weight:600;color:#000;margin-bottom:.2rem}.size-selection .size-item input{width:100%;padding:.35rem .2rem;font-size:.85rem;font-weight:600;text-align:center;border:1px solid #e5e5e5;border-radius:2px;background:#fff;transition:border-color .2s ease,background .2s ease}.size-selection .size-item input:focus{outline:none;border-color:#111;background:#fff}.size-selection .size-item input::-webkit-inner-spin-button,.size-selection .size-item input::-webkit-outer-spin-button{opacity:1}.size-grid-with-color{margin-top:.55rem}.size-grid-with-color:first-child{margin-top:0}.size-grid-with-color .color-grid-label{display:flex;align-items:center;gap:.4rem;margin-bottom:.35rem;font-size:.72rem;font-weight:600;color:#222}.color-prompt-hint{margin:.35rem 0 0;font-size:.72rem;color:#888;font-style:italic}.color-selection{margin-top:.7rem;padding:.6rem .65rem;background:#f5f5f5;border:1px solid #e5e5e5;border-radius:2px}.color-selection .color-label{display:block;font-size:.75rem;color:#666;margin-bottom:.45rem;font-weight:600}.color-selection .color-dots{display:flex;flex-wrap:wrap;gap:.45rem}.color-dot{width:28px;height:28px;border-radius:50%;border:none;padding:0;cursor:pointer;box-sizing:border-box;position:relative;transform:translateZ(0);backface-visibility:hidden;-webkit-tap-highlight-color:transparent;appearance:none;-webkit-appearance:none;box-shadow:inset 0 0 0 1px #0000001f,0 1px 2px #00000014;transition:box-shadow .18s ease,outline-color .18s ease}.color-dot:focus-visible{outline:2px solid #111;outline-offset:3px}.color-dot:hover{box-shadow:inset 0 0 0 1px #0000002e,0 2px 6px #0000002e}.color-dot.is-active{box-shadow:inset 0 0 0 1px #0003,0 0 0 2px #fff,0 0 0 4px #111}.color-dot--inline{width:14px;height:14px;cursor:default;box-shadow:inset 0 0 0 1px #00000026}.color-dot--inline:hover{box-shadow:inset 0 0 0 1px #00000026}.color-dot[style*="#FFFFFF" i],.color-dot[style*="#fff" i]{box-shadow:inset 0 0 0 1px #00000040,0 1px 2px #0000001a}.color-dot[style*="#FFFFFF" i]:hover,.color-dot[style*="#fff" i]:hover{box-shadow:inset 0 0 0 1px #00000059,0 2px 6px #0000002e}.color-dot[style*="#FFFFFF" i].is-active,.color-dot[style*="#fff" i].is-active{box-shadow:inset 0 0 0 1px #0000004d,0 0 0 2px #fff,0 0 0 4px #111}.simple-quantity{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.simple-quantity--beside-image{margin-bottom:0;flex-direction:column;align-items:stretch;gap:.5rem;padding:.75rem;background:#f5f5f5;border:1px solid #e5e5e5;border-radius:2px;width:100%;max-width:160px}.simple-quantity label{font-size:.95rem;color:#666;font-weight:500}.simple-quantity--beside-image label{font-size:.8rem}.simple-quantity input{width:150px;padding:.875rem 1rem;font-size:1.1rem;font-weight:600;text-align:center;border:1px solid #e5e5e5;border-radius:2px;background:#fff;transition:border-color .2s ease,background .2s ease}.simple-quantity input:focus{outline:none;border-color:#111;background:#fff}.simple-quantity input::-webkit-inner-spin-button,.simple-quantity input::-webkit-outer-spin-button{opacity:1}.simple-quantity--beside-image input{width:100%;max-width:none;padding:.5rem;font-size:1rem}.product-total{background:#000;color:#fff;padding:.5rem .75rem;border-radius:8px}.product-total .total-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.product-total .total-row span{font-size:.8rem}.product-total .total-row .quantity-info{color:#ffffffb3}.product-total .total-row strong{margin-left:auto;font-size:1.1rem}.selection-summary{background:#111;color:#fff;padding:1.75rem 1.5rem;border-radius:0;border:1px solid #111;margin-top:2rem}.selection-summary h3{margin:0 0 1.5rem;font-size:1.25rem;font-weight:600}.selection-summary .summary-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.selection-summary .summary-item{display:grid;grid-template-columns:1fr 100px 100px 100px;gap:1rem;padding:1rem;background:#ffffff14;border-radius:2px;border:1px solid rgba(255,255,255,.12);font-size:.95rem;align-items:center}.selection-summary .summary-item .item-info{display:flex;flex-direction:column;gap:.25rem}.selection-summary .summary-item .item-name{font-weight:500}.selection-summary .summary-item .item-sizes{font-size:.8rem;color:#fff9}.selection-summary .summary-item .item-qty{text-align:center;color:#ffffffb3}.selection-summary .summary-item .item-price{text-align:right;color:#ffffffb3}.selection-summary .summary-item .item-total{text-align:right;font-weight:600;font-size:1.1rem}.selection-summary .shipping-country-selector{margin:1.5rem 0;padding:1.25rem;background:#ffffff0f;border-radius:2px;border:1px solid rgba(255,255,255,.14)}.selection-summary .shipping-country-selector>label{display:block;font-size:1rem;font-weight:600;margin-bottom:1rem;color:#fff}.selection-summary .shipping-country-selector .country-options{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.selection-summary .shipping-country-selector .country-option{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.22);border-radius:2px;cursor:pointer;transition:all .2s ease}.selection-summary .shipping-country-selector .country-option:hover{background:#ffffff1a;border-color:#ffffff4d}.selection-summary .shipping-country-selector .country-option.selected{background:#ffffff26;border-color:#fff}.selection-summary .shipping-country-selector .country-option input[type=radio]{width:18px;height:18px;accent-color:#fff;cursor:pointer}.selection-summary .shipping-country-selector .country-option .country-name{flex:1;font-size:.95rem;font-weight:500}.selection-summary .shipping-country-selector .country-option .country-price{font-size:1rem;font-weight:600;color:#ffffffe6}.selection-summary .summary-totals{margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.2)}.selection-summary .summary-totals .subtotal-row,.selection-summary .summary-totals .shipping-row,.selection-summary .summary-totals .vat-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.95rem;color:#fffc}.selection-summary .summary-totals .summary-total{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;margin-top:.5rem;border-top:1px solid rgba(255,255,255,.2);font-size:1.1rem}.selection-summary .summary-totals .summary-total strong{font-size:1.75rem}.selection-summary .price-disclaimer{margin:1rem 0 0;padding:1rem;background:#ffffff14;border-radius:2px;border:1px solid rgba(255,255,255,.12);font-size:.85rem;color:#ffffffb3;text-align:center;font-style:italic}.selection-summary .quote-btn{display:block;width:100%;margin-top:1.5rem;padding:1rem 1.5rem;background:#fff;color:#111;text-align:center;text-decoration:none;font-size:.9375rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;border-radius:2px;border:1px solid #fff;cursor:pointer;transition:background .2s ease,opacity .2s ease}.selection-summary .quote-btn:hover{background:#f5f5f5;opacity:.95}.image-lightbox{position:fixed;inset:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;cursor:pointer}.image-lightbox .lightbox-close{position:absolute;top:1.5rem;right:1.5rem;width:50px;height:50px;background:#fff;border:none;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.image-lightbox .lightbox-close:hover{background:#f0f0f0;transform:scale(1.1)}.image-lightbox .lightbox-content{max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;cursor:default}.image-lightbox .lightbox-content img{max-width:100%;max-height:calc(90vh - 60px);object-fit:contain;border-radius:0;border:1px solid rgba(255,255,255,.15);image-rendering:-webkit-optimize-contrast;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.image-lightbox .lightbox-content .lightbox-caption{margin-top:1rem;color:#fff;font-size:1.1rem;text-align:center}.catalog-cta{text-align:center;padding:1.75rem 1.25rem;background:#f7f7f7;border:1px solid #e8e8e8;border-radius:0;margin-top:2rem;box-sizing:border-box}.catalog-cta p{font-size:.9375rem;color:#555;margin:0;line-height:1.55}.quote-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1000}.quote-modal{background:#fff;border-radius:2px;border:1px solid #e8e8e8;width:100%;max-width:550px;max-height:90vh;overflow-y:auto;padding:2rem;position:relative;box-shadow:0 16px 48px #0000001f}.quote-modal h2{margin:0 0 1.5rem;font-size:clamp(1.15rem,2.5vw,1.35rem);font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#111;padding-right:2rem}.quote-modal .modal-close{position:absolute;top:1.25rem;right:1.25rem;width:36px;height:36px;border:1px solid #e8e8e8;background:#fff;border-radius:2px;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease,color .2s ease}.quote-modal .modal-close:hover{background:#111;color:#fff;border-color:#111}.quote-modal .modal-close:disabled{opacity:.5;cursor:not-allowed}.quote-products-summary{background:#f7f7f7;border:1px solid #e8e8e8;border-radius:2px;padding:1.25rem;margin-bottom:1.5rem}.quote-products-summary h4{margin:0 0 .75rem;font-size:.95rem;font-weight:600;color:#666}.quote-products-summary .quote-product-item{display:flex;justify-content:space-between;align-items:flex-start;padding:.75rem 0;font-size:.9rem;border-bottom:1px solid #e8e8e8}.quote-products-summary .quote-product-item:last-of-type{border-bottom:none}.quote-products-summary .quote-product-item .quote-product-name{display:flex;flex-direction:column;gap:.25rem}.quote-products-summary .quote-product-item .quote-product-name small{font-size:.8rem;color:#888}.quote-products-summary .quote-total-row{display:flex;justify-content:space-between;padding:.35rem 0;font-size:.9rem;color:#333}.quote-products-summary .quote-total{display:flex;justify-content:space-between;padding-top:.75rem;margin-top:.5rem;border-top:1px solid #111;font-size:1rem}.quote-products-summary .quote-total strong{font-size:1.1rem}.quote-modal form .form-group{margin-bottom:1.25rem}.quote-modal form .form-group label{display:block;margin-bottom:.5rem;font-size:.9rem;font-weight:500;color:#333}.quote-modal form .form-group input,.quote-modal form .form-group textarea{width:100%;padding:.75rem .875rem;font-size:1rem;border:1px solid #e5e5e5;border-radius:2px;background:#fff;transition:border-color .2s ease,background .2s ease}.quote-modal form .form-group input:focus,.quote-modal form .form-group textarea:focus{outline:none;border-color:#111;background:#fff}.quote-modal form .form-group input::placeholder,.quote-modal form .form-group textarea::placeholder{color:#aaa}.quote-modal form .form-group textarea{resize:vertical;min-height:80px}.quote-modal form .logo-upload-group .logo-upload-area input[type=file]{display:none}.quote-modal form .logo-upload-group .logo-upload-area .upload-label{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;border:1px dashed #ccc;border-radius:2px;cursor:pointer;transition:all .2s ease;text-align:center}.quote-modal form .logo-upload-group .logo-upload-area .upload-label:hover{border-color:#111;background:#f7f7f7}.quote-modal form .logo-upload-group .logo-upload-area .upload-label .upload-icon{font-size:2rem;margin-bottom:.5rem}.quote-modal form .logo-upload-group .logo-upload-area .upload-label span{color:#333;font-size:.95rem}.quote-modal form .logo-upload-group .logo-upload-area .upload-label small{color:#888;font-size:.8rem;margin-top:.25rem}.quote-modal form .logo-upload-group .logo-preview{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f7f7f7;border-radius:2px;border:1px solid #e8e8e8}.quote-modal form .logo-upload-group .logo-preview img{width:80px;height:80px;object-fit:contain;border-radius:8px;background:#fff;padding:.5rem;border:1px solid #e0e0e0}.quote-modal form .logo-upload-group .logo-preview .logo-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.quote-modal form .logo-upload-group .logo-preview .logo-info .logo-name{font-size:.9rem;color:#333;word-break:break-all}.quote-modal form .logo-upload-group .logo-preview .logo-info .remove-logo{align-self:flex-start;padding:.5rem 1rem;background:#fff;border:1px solid #111;border-radius:2px;font-size:.85rem;cursor:pointer;transition:background .2s ease,color .2s ease}.quote-modal form .logo-upload-group .logo-preview .logo-info .remove-logo:hover{background:#111;color:#fff}.quote-modal form .form-error{padding:.875rem 1rem;background:#fee;color:#c00;border-radius:2px;border:1px solid rgba(200,0,0,.2);font-size:.9rem;margin-bottom:1rem}.quote-modal form .submit-quote-btn{width:100%;padding:1rem 1.5rem;background:#111;color:#fff;border:1px solid #111;border-radius:2px;font-size:.9375rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:background .2s ease,opacity .2s ease}.quote-modal form .submit-quote-btn:hover:not(:disabled){background:#222;opacity:.95}.quote-modal form .submit-quote-btn:disabled{background:#999;cursor:not-allowed}.quote-success{text-align:center;padding:2rem 0}.quote-success .success-icon{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;background:#111;color:#fff;border-radius:2px;font-size:2.5rem;margin-bottom:1.5rem}.quote-success h3{margin:0 0 .75rem;font-size:1.5rem;font-weight:700;color:#000}.quote-success p{margin:0;color:#666;font-size:1rem}@media(max-width:1099px){.products-list{grid-template-columns:1fr}}@media(max-width:1024px){.for-companies-page .product-card{position:relative}.for-companies-page .product-card-row{flex-direction:column;align-items:stretch;padding:.75rem .875rem 0}.product-header{flex-direction:row;align-items:flex-start;justify-content:center;gap:.75rem}.product-checkbox{position:absolute;top:.65rem;right:.65rem;padding-top:0;z-index:1}.for-companies-page .product-image{width:min(220px,70vw);height:min(220px,70vw);margin:0 auto}.product-side-panel{width:100%;max-width:420px;margin:0 auto}.simple-quantity--beside-image{max-width:none}.product-body{text-align:center}.product-body h3{font-size:1rem}.price-tiers .tiers-grid{justify-content:center}.size-selection .size-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.simple-quantity:not(.simple-quantity--beside-image){justify-content:center}}@media(max-width:768px){.intro-section{padding:3rem 1.5rem}.intro-section h1{font-size:2rem}.intro-section .intro-lead{font-size:1.1rem}.intro-section .intro-description p{font-size:.95rem}.intro-section .intro-features{gap:1rem}.intro-section .intro-features .feature{padding:.6rem 1rem}.intro-section .intro-features .feature .feature-icon{font-size:1.1rem}.intro-section .intro-features .feature .feature-text{font-size:.85rem}.catalog-section{padding:2rem 1rem}.catalog-section h2{font-size:clamp(1.2rem,4vw,1.5rem)}.category-tabs{gap:.4rem}.category-tabs .tab-btn{padding:.5rem .75rem;font-size:.8rem}.for-companies-page .product-card-row{padding:.65rem .75rem 0}.product-body{padding:.35rem .75rem .65rem}.for-companies-page .product-image{width:min(200px,75vw);height:min(200px,75vw)}.selection-summary{padding:1.5rem}.selection-summary .summary-item{grid-template-columns:1fr;gap:.5rem;text-align:center}.selection-summary .summary-item .item-info{align-items:center}.selection-summary .summary-item .item-qty,.selection-summary .summary-item .item-price,.selection-summary .summary-item .item-total{text-align:center}.quote-modal{max-width:100%;margin:1rem;padding:1.5rem}}@media(max-width:480px){.intro-section{padding:2rem 1rem}.intro-section h1{font-size:1.75rem}.intro-section .intro-features{flex-direction:column;align-items:center}.intro-section .intro-features .feature{width:100%;max-width:200px;justify-content:center}.category-tabs .tab-btn{flex:1 1 calc(50% - .25rem);text-align:center}.size-selection .size-grid{grid-template-columns:repeat(2,1fr)}.product-total .total-row{flex-wrap:wrap;justify-content:center;text-align:center}.product-total .total-row strong{width:100%;margin-top:.5rem;margin-left:0}}.cookie-policy-page{padding:2rem 1.5rem 4rem;max-width:900px;margin:0 auto}.cookie-policy-page__inner{line-height:1.65;color:#222}.cookie-policy-page h1{margin:0 0 .5rem;font-size:1.75rem}.cookie-policy-page__updated{margin:0 0 2rem;font-size:.85rem;color:#666}.cookie-policy-page section{margin-bottom:2rem}.cookie-policy-page h2{margin:0 0 .75rem;font-size:1.15rem}.cookie-policy-page p,.cookie-policy-page li{margin:0 0 .75rem;font-size:.95rem}.cookie-policy-page ul{margin:0 0 .75rem;padding-left:1.25rem}.cookie-policy-table-wrap{overflow-x:auto;margin:1rem 0}.cookie-policy-table{width:100%;border-collapse:collapse;font-size:.85rem}.cookie-policy-table th,.cookie-policy-table td{border:1px solid #ddd;padding:.6rem .75rem;text-align:left;vertical-align:top}.cookie-policy-table th{background:#f5f5f5;font-weight:600}.cookie-policy-page__note{font-size:.88rem;color:#555;font-style:italic}.cookie-policy-page__back{margin-top:2rem;padding-top:1rem;border-top:1px solid #eee}.cookie-policy-page__back a{color:#06c;font-weight:600}.cookie-policy-page__back a:hover{text-decoration:underline}.legal-document-page{padding:2rem 1.25rem 4rem;max-width:880px;margin:0 auto;min-height:50vh;background:linear-gradient(180deg,#f0f4f2,#e8eeeb 48%,#f5f7f6)}.legal-document-page__inner{line-height:1.65;color:#222;background:#fff;border-radius:14px;box-shadow:0 4px 28px #0f3d2e14;border:1px solid rgba(15,61,46,.1);padding:2rem 1.75rem 2.75rem}@media(min-width:640px){.legal-document-page__inner{padding:2.25rem 2.25rem 3rem}}.legal-document-page__back{margin:0 0 1.35rem;font-size:.88rem;color:#5c6670}.legal-document-page__back a{color:#1a5f4a;text-decoration:none;font-weight:500}.legal-document-page__back a:hover{text-decoration:underline}.legal-document-page__title{margin:0 0 1.75rem;padding-bottom:1rem;font-size:clamp(1.35rem,3vw,1.65rem);font-weight:700;color:#0f3d2e;line-height:1.25;border-bottom:1px solid rgba(15,61,46,.15)}.legal-document-page__loading,.legal-document-page__error{margin:0;font-size:.95rem;color:#666}.legal-document-page__error{color:#b00020}.legal-doc__content{margin:0}.legal-doc__section-title{font-size:1.12rem;font-weight:700;color:#0f3d2e;margin:2rem 0 1rem;padding-bottom:.45rem;border-bottom:2px solid rgba(26,95,74,.35);line-height:1.35}.legal-doc__section-title:first-child{margin-top:0}.legal-doc__question{font-size:1.05rem;font-weight:600;color:#164033;margin:1.65rem 0 .85rem;line-height:1.45}.legal-doc__label{font-size:.95rem;font-weight:600;color:#374151;margin:1.35rem 0 .45rem}.legal-doc__p{margin:0 0 1rem;font-size:.9375rem;line-height:1.68;color:#2d2d2d}@media(min-width:480px){.legal-doc__p{text-align:justify;-webkit-hyphens:auto;hyphens:auto}}.legal-doc__p--numbered{padding-left:.65rem;margin-left:.15rem;border-left:3px solid rgba(26,95,74,.28)}.legal-doc__list{margin:0 0 1.15rem;padding-left:1.35rem}.legal-doc__list li{margin-bottom:.55rem;font-size:.9375rem;line-height:1.65;color:#2d2d2d}.legal-doc__list--alpha{list-style-type:lower-alpha}.legal-doc__table-wrap{overflow-x:auto;margin:1.1rem 0 1.6rem;border-radius:10px;border:1px solid #e5e7eb;background:#fafafa;-webkit-overflow-scrolling:touch}.legal-doc__table{width:100%;min-width:520px;border-collapse:collapse;font-size:.78rem;line-height:1.45;background:#fff}.legal-doc__table th,.legal-doc__table td{padding:.65rem .75rem;border:1px solid #e5e7eb;text-align:left;vertical-align:top}.legal-doc__table th{background:#f0f4f2;font-weight:600;color:#1f2937}.legal-doc__table tbody tr:nth-child(2n) td{background:#fafafa}.legal-doc__table tbody tr:hover td{background:#f3faf7}.admin-login{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1.25rem;background:#fafafa;color:#111;box-sizing:border-box}@media(min-width:480px){.admin-login{padding:1.5rem}}@media(min-width:768px){.admin-login{padding:2rem}}.admin-card{width:100%;max-width:420px;box-sizing:border-box;background:#fff;border:1px solid #ececef;border-radius:18px;box-shadow:0 1px 2px #1018280a,0 8px 24px #1018280d,0 24px 56px #1018280f;padding:1.75rem 1.5rem}@media(min-width:480px){.admin-card{border-radius:18px;padding:2.25rem 2rem}}@media(min-width:768px){.admin-card{padding:2.5rem 2.25rem}}.admin-card h1{margin:0 0 1.75rem;padding-bottom:1.25rem;border-bottom:1px solid #f1f1f3;font-size:1.375rem;font-weight:400;line-height:1.2;letter-spacing:.01em;text-align:center;color:#111}@media(min-width:480px){.admin-card h1{font-size:1.5rem}}.admin-card form{display:flex;flex-direction:column;gap:1rem}.admin-card label{display:flex;flex-direction:column;gap:.4rem;font-weight:600;font-size:.8125rem;color:#3f3f46}.admin-card input{width:100%;box-sizing:border-box;padding:.75rem .95rem;border:1px solid #e4e4e7;border-radius:12px;background:#fff;color:#111;font-family:inherit;font-weight:400;font-size:16px;transition:border-color .15s ease,box-shadow .15s ease}.admin-card input::placeholder{color:#a1a1aa}.admin-card input:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #11182714}.admin-card input:disabled{background:#fafafa;color:#71717a;cursor:not-allowed}.admin-card button{height:48px;margin-top:.5rem;padding:0 26px;background:#111;color:#fff;border:1px solid #111111;border-radius:999px;font-family:inherit;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;box-shadow:0 4px 14px #1118272e;transition:background .2s ease,transform .2s ease,box-shadow .2s ease;-webkit-tap-highlight-color:transparent}.admin-card button:hover:not(:disabled){background:#000;transform:translateY(-1px);box-shadow:0 6px 20px #1118273d}.admin-card button:active:not(:disabled){transform:translateY(0);box-shadow:0 3px 10px #11182733}.admin-card button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.admin-card button:focus-visible{outline:2px solid #111111;outline-offset:3px}.admin-card .info{margin:1rem 0 0;padding:.85rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:14px;color:#b91c1c;text-align:center;font-size:.875rem;font-weight:600;line-height:1.45}.product-list{background-color:#fff;padding:1.5rem;border:1px solid #ececef;border-radius:18px;box-shadow:0 1px 2px #1018280a,0 8px 24px #1018280a;max-width:1400px;margin-left:auto;margin-right:auto}.product-list h2{margin:0 0 1.5rem;color:#111;font-size:1.5rem;border-bottom:2px solid #111111;padding-bottom:.5rem}.product-list .loading{text-align:center;padding:3rem;color:#71717a;font-size:1.1rem}.product-list .infinite-scroll-sentinel{height:1px;width:100%}.product-list .loading-more{text-align:center;padding:1.25rem 1rem;color:#71717a;font-size:.9rem}.product-list .loading-more.all-loaded{color:#a1a1aa;font-style:italic}.product-list .error-message{padding:12px 16px;background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:12px;margin-bottom:1rem}.product-list .no-products{text-align:center;padding:3rem;color:#71717a;background:#fafafa;border-radius:12px;font-size:1.1rem}.filters{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap;align-items:center}.filters .language-filter,.filters .category-filter{display:flex;align-items:center;gap:.5rem}.filters .language-filter label,.filters .category-filter label{font-weight:500;color:#3f3f46;font-size:.9rem;white-space:nowrap}.filters .language-filter select,.filters .category-filter select{padding:8px 12px;border:2px solid #111111;border-radius:12px;font-size:.95rem;background:#fff;cursor:pointer;min-width:120px;max-width:260px;font-weight:500;color:#111}.filters .language-filter select:focus,.filters .category-filter select:focus{outline:none;box-shadow:0 0 0 3px #11111126}.filters .search-box{position:relative;flex:1;min-width:250px;max-width:400px}.filters .search-box input{width:100%;padding:10px 40px 10px 14px;border:1px solid #e4e4e7;border-radius:12px;font-size:.95rem}.filters .search-box input:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #1111111a}.filters .search-box .clear-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:#a1a1aa;cursor:pointer;font-size:1rem;padding:4px}.filters .search-box .clear-btn:hover{color:#71717a}.filters .filter-buttons{display:flex;gap:.5rem}.filters .filter-buttons button{padding:8px 16px;border:1px solid #e4e4e7;background:#fff;border-radius:999px;cursor:pointer;font-size:.85rem;transition:all .2s}.filters .filter-buttons button:hover{border-color:#111;color:#111}.filters .filter-buttons button.active{background:#111;color:#fff;border-color:#111}.products-table-wrapper{overflow-x:auto;border-radius:12px;border:1px solid #e4e4e7}.products-table{width:100%;border-collapse:collapse;min-width:900px}.products-table th,.products-table td{padding:12px;text-align:left;border-bottom:1px solid #f1f1f3}.products-table th{background:#fafafa;font-weight:600;color:#3f3f46;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.products-table tbody tr{transition:background .15s}.products-table tbody tr:hover{background:#fafafa}.products-table tbody tr.inactive{opacity:.6;background:#fafafa}.products-table tbody tr:last-child td{border-bottom:none}.products-table .col-image{width:80px;text-align:center}.products-table .col-image img{width:60px;height:60px;object-fit:cover;border-radius:12px;border:1px solid #e4e4e7}.products-table .col-image .no-image{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#f1f1f3;border-radius:12px;font-size:1.5rem;color:#a1a1aa}.products-table .col-name{min-width:200px}.products-table .col-name .product-name{font-weight:500;color:#111;margin-bottom:4px}.products-table .col-name .product-description{font-size:.85rem;color:#71717a;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.products-table .col-sku code{background:#f1f1f3;padding:4px 8px;border-radius:10px;font-size:.85rem;color:#b91c1c}.products-table .col-category{font-size:.9rem;color:#3f3f46}.products-table .col-languages .languages-badge{display:inline-block;padding:4px 10px;background:#f1f1f3;border-radius:10px;font-size:.8rem;font-weight:600;color:#3f3f46;letter-spacing:1px}.products-table .col-price{font-weight:600;color:#15803d;white-space:nowrap}.products-table .col-owner .owner-badge{display:inline-block;padding:4px 10px;border-radius:999px;font-size:.8rem;font-weight:500}.products-table .col-owner .owner-badge.own{background:#f0fdf4;color:#15803d}.products-table .col-owner .owner-badge.seller{background:#dbeafe;color:#1a5fa6}.products-table .col-status{text-align:center}.products-table .col-status .status-toggle{width:32px;height:32px;border-radius:50%;border:none;cursor:pointer;font-size:1rem;transition:all .2s}.products-table .col-status .status-toggle.active{background:#15803d;color:#fff}.products-table .col-status .status-toggle.active:hover{background:#166534}.products-table .col-status .status-toggle.inactive{background:#b91c1c;color:#fff}.products-table .col-status .status-toggle.inactive:hover{background:#991b1b}.products-table .col-actions{white-space:nowrap;text-align:center}.products-table .col-actions button{background:none;border:none;cursor:pointer;font-size:1.1rem;padding:6px 8px;border-radius:999px;transition:background .2s}.products-table .col-actions button:hover{background:#f1f1f3}.products-table .col-actions button.delete-btn:hover{background:#fef2f2}.summary{margin-top:1rem;padding-top:1rem;border-top:1px solid #f1f1f3;text-align:right;color:#71717a;font-size:.9rem}.bulk-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:#f4f4f5;border:1px solid #e4e4e7;border-radius:12px;padding:.75rem 1rem;margin:0 0 1rem;flex-wrap:wrap}.bulk-toolbar .bulk-toolbar-count{font-weight:600;color:#111}.bulk-toolbar .bulk-toolbar-actions{display:flex;gap:.5rem;flex-wrap:wrap}.bulk-toolbar .bulk-toolbar-clear,.bulk-toolbar .bulk-toolbar-edit{display:inline-flex;align-items:center;gap:.4rem;padding:8px 16px;border-radius:999px;cursor:pointer;font:inherit;font-size:.85rem;font-weight:600;white-space:nowrap;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}.bulk-toolbar .bulk-toolbar-clear:focus-visible,.bulk-toolbar .bulk-toolbar-edit:focus-visible{outline:2px solid #111111;outline-offset:2px}.bulk-toolbar .bulk-toolbar-clear:disabled,.bulk-toolbar .bulk-toolbar-edit:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.bulk-toolbar .bulk-toolbar-clear{background:#fff;color:#52525b;border:1px solid #e4e4e7}.bulk-toolbar .bulk-toolbar-clear:hover:not(:disabled){border-color:#111;color:#111}.bulk-toolbar .bulk-toolbar-edit{background:#111;color:#fff;border:1px solid #111111;box-shadow:0 2px 8px #11182729}.bulk-toolbar .bulk-toolbar-edit:hover:not(:disabled){background:#000;transform:translateY(-1px);box-shadow:0 4px 14px #11182738}@media(max-width:768px){.filters{flex-direction:column;align-items:stretch}.filters .search-box{max-width:100%}.filters .filter-buttons{justify-content:center}.products-table .col-select{width:36px;text-align:center}.products-table .col-select input[type=checkbox]{cursor:pointer;width:16px;height:16px}.products-table tr.selected{background:#f4f4f5!important}}.bulk-edit-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:flex-start;justify-content:center;z-index:1000;padding:3rem 1rem;overflow-y:auto}.bulk-edit-modal{background:#fff;border-radius:14px;box-shadow:0 12px 40px #00000040;width:100%;max-width:720px;padding:1.5rem}.bulk-edit-modal .bulk-edit-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.bulk-edit-modal .bulk-edit-header h3{margin:0;color:#3f3f46;font-size:1.2rem}.bulk-edit-modal .bulk-edit-header .badge{display:inline-block;background:#f1f1f3;color:#3f3f46;border-radius:14px;padding:.15rem .6rem;font-size:.85rem;font-weight:500;margin-left:.25rem}.bulk-edit-modal .bulk-edit-header .bulk-edit-close{background:transparent;border:none;font-size:1.25rem;color:#71717a;cursor:pointer}.bulk-edit-modal .bulk-edit-header .bulk-edit-close:hover{color:#3f3f46}.bulk-edit-modal .bulk-edit-header .bulk-edit-close:disabled{opacity:.4;cursor:not-allowed}.bulk-edit-modal .bulk-edit-hint{margin:0 0 1rem;color:#71717a;font-size:.9rem}.bulk-edit-modal .bulk-edit-section{border:1px solid #f1f1f3;border-radius:12px;padding:1rem;margin-bottom:1rem}.bulk-edit-modal .bulk-edit-section h4{margin:0 0 .75rem;font-size:1rem;color:#3f3f46}.bulk-edit-modal .bulk-price-mode{display:inline-flex;gap:4px;padding:4px;margin-bottom:.75rem;background:#e4e4e7;border-radius:999px}.bulk-edit-modal .bulk-price-mode-btn{padding:.4rem .9rem;border:none;border-radius:999px;background:transparent;color:#52525b;font:inherit;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease}.bulk-edit-modal .bulk-price-mode-btn:hover:not(:disabled){color:#111}.bulk-edit-modal .bulk-price-mode-btn.is-active{background:#fff;color:#111;box-shadow:0 1px 2px #10182814}.bulk-edit-modal .bulk-price-mode-btn:disabled{opacity:.55;cursor:not-allowed}.bulk-edit-modal .bulk-price-mode-btn:focus-visible{outline:2px solid #111111;outline-offset:2px}.bulk-edit-modal .bulk-price-hint{margin:0 0 .85rem;padding:.65rem .85rem;background:#f8fafc;border:1px solid #f1f1f3;border-radius:10px;font-size:.82rem;line-height:1.5;color:#52525b}.bulk-edit-modal .bulk-edit-sub-hint{margin:0 0 .75rem;color:#71717a;font-size:.85rem}.bulk-edit-modal .bulk-edit-category-lang{border:1px dashed #e4e4e7;border-radius:12px;padding:.75rem;margin-bottom:.75rem}.bulk-edit-modal .bulk-edit-category-lang:last-child{margin-bottom:0}.bulk-edit-modal .bulk-edit-category-lang .bulk-edit-category-lang-header{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#3f3f46;margin-bottom:.5rem}.bulk-edit-modal .bulk-edit-category-lang .bulk-edit-category-slot{padding:.5rem 0}.bulk-edit-modal .bulk-edit-category-lang .bulk-edit-category-slot+.bulk-edit-category-slot{border-top:1px solid #f4f4f5;margin-top:.25rem}.bulk-edit-modal .bulk-edit-category-lang .bulk-edit-category-slot-header{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:#71717a;margin-bottom:.4rem}.bulk-edit-modal .bulk-edit-category-lang .bulk-edit-category-remove{background:transparent;border:1px solid #e4e4e7;color:#71717a;border-radius:10px;padding:.1rem .45rem;cursor:pointer;font-size:.8rem;line-height:1}.bulk-edit-modal .bulk-edit-category-lang .bulk-edit-category-remove:hover:not(:disabled){background:#fef2f2;border-color:#fecaca;color:#b91c1c}.bulk-edit-modal .bulk-edit-category-lang .bulk-edit-category-remove:disabled{opacity:.5;cursor:not-allowed}.bulk-edit-modal .bulk-edit-category-lang .bulk-edit-category-add{margin-top:.5rem;background:transparent;border:1px dashed #111111;color:#111;border-radius:12px;padding:.35rem .75rem;cursor:pointer;font-size:.85rem}.bulk-edit-modal .bulk-edit-category-lang .bulk-edit-category-add:hover:not(:disabled){background:#f4f4f5}.bulk-edit-modal .bulk-edit-category-lang .bulk-edit-category-add:disabled{opacity:.5;cursor:not-allowed}.bulk-edit-modal .bulk-edit-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.75rem}.bulk-edit-modal .bulk-edit-row .form-group{display:flex;flex-direction:column;gap:.25rem}.bulk-edit-modal .bulk-edit-row .form-group label{font-size:.85rem;color:#3f3f46;font-weight:500}.bulk-edit-modal .bulk-edit-row .form-group select,.bulk-edit-modal .bulk-edit-row .form-group input{padding:.5rem .6rem;border:1px solid #e4e4e7;border-radius:12px;font-size:.95rem;background:#fff}.bulk-edit-modal .bulk-edit-row .form-group select:disabled,.bulk-edit-modal .bulk-edit-row .form-group input:disabled{background:#f4f4f5;cursor:not-allowed}.bulk-edit-modal .bulk-edit-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.5rem}.bulk-edit-modal .bulk-edit-actions .btn-cancel,.bulk-edit-modal .bulk-edit-actions .btn-save{border:none;border-radius:999px;padding:.6rem 1.2rem;cursor:pointer;font-size:.95rem;font-weight:500}.bulk-edit-modal .bulk-edit-actions .btn-cancel{background:#fff;color:#3f3f46;border:1px solid #e4e4e7}.bulk-edit-modal .bulk-edit-actions .btn-cancel:hover:not(:disabled){background:#fafafa}.bulk-edit-modal .bulk-edit-actions .btn-save{background:#15803d;color:#fff}.bulk-edit-modal .bulk-edit-actions .btn-save:hover:not(:disabled){background:#0f5d2c}.bulk-edit-modal .bulk-edit-actions .btn-save:disabled{opacity:.6;cursor:not-allowed}.employee-list{background-color:#fff;padding:1.5rem;border:1px solid #ececef;border-radius:18px;box-shadow:0 1px 2px #1018280a,0 8px 24px #1018280a;max-width:900px;margin-left:auto;margin-right:auto}.employee-list h2{margin:0 0 1.5rem;color:#111;font-size:1.5rem;border-bottom:2px solid #111111;padding-bottom:.5rem}.employee-list .list-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:0}.employee-list .list-header h2{margin-bottom:1rem}.employee-list .list-header .invite-btn{padding:8px 18px;background:#111;color:#fff;border:none;border-radius:999px;cursor:pointer;font-size:.9rem;font-weight:500;white-space:nowrap;transition:background .2s;margin-top:2px}.employee-list .list-header .invite-btn:hover{background:#000}.employee-list .loading{text-align:center;padding:3rem;color:#71717a;font-size:1.1rem}.employee-list .error-message{padding:12px 16px;background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:12px;margin-bottom:1rem}.employee-list .success-message{padding:12px 16px;background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0;border-radius:12px;margin-bottom:1rem}.employee-list .no-employees{text-align:center;padding:3rem;color:#71717a;background:#fafafa;border-radius:12px;font-size:1.1rem}.employee-list .invite-form{background:#fafafa;border:1px solid #e4e4e7;border-radius:14px;padding:1.25rem;margin-bottom:1.5rem}.employee-list .invite-form .invite-form-row{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.employee-list .invite-form .form-group{display:flex;flex-direction:column;gap:4px;flex:1;min-width:160px}.employee-list .invite-form .form-group label{font-size:.8rem;font-weight:600;color:#3f3f46;text-transform:uppercase;letter-spacing:.5px}.employee-list .invite-form .form-group input,.employee-list .invite-form .form-group select{padding:10px 12px;border:1px solid #e4e4e7;border-radius:12px;font-size:.95rem;background:#fff}.employee-list .invite-form .form-group input:focus,.employee-list .invite-form .form-group select:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #1111111a}.employee-list .invite-form .send-invite-btn{padding:10px 24px;background:#15803d;color:#fff;border:none;border-radius:999px;cursor:pointer;font-size:.95rem;font-weight:600;white-space:nowrap;transition:background .2s;width:100%}.employee-list .invite-form .send-invite-btn:hover:not(:disabled){background:#166534}.employee-list .invite-form .send-invite-btn:disabled{opacity:.6;cursor:not-allowed}.employee-list .filters{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap;align-items:center}.employee-list .filters .search-box{position:relative;flex:1;min-width:250px;max-width:500px}.employee-list .filters .search-box input{width:100%;padding:10px 40px 10px 14px;border:1px solid #e4e4e7;border-radius:12px;font-size:.95rem}.employee-list .filters .search-box input:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #1111111a}.employee-list .filters .search-box .clear-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:#a1a1aa;cursor:pointer;font-size:1rem;padding:4px}.employee-list .filters .search-box .clear-btn:hover{color:#71717a}.employee-list .employees-table-wrapper{overflow-x:auto;border-radius:12px;border:1px solid #e4e4e7}.employee-list .employees-table{width:100%;border-collapse:collapse}.employee-list .employees-table th,.employee-list .employees-table td{padding:14px 16px;text-align:left;border-bottom:1px solid #f1f1f3}.employee-list .employees-table th{background:#fafafa;font-weight:600;color:#3f3f46;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.employee-list .employees-table tbody tr{transition:background .15s}.employee-list .employees-table tbody tr:hover{background:#fafafa}.employee-list .employees-table tbody tr:last-child td{border-bottom:none}.employee-list .employees-table tbody tr.clickable-row{cursor:pointer}.employee-list .employees-table tbody tr.clickable-row:hover,.employee-list .employees-table tbody tr.clickable-row:active{background:#eff6ff}.employee-list .employees-table .col-number{width:180px}.employee-list .employees-table .col-number code{background:#f1f1f3;padding:6px 12px;border-radius:10px;font-size:.9rem;color:#111;font-weight:600}.employee-list .employees-table .col-name{font-weight:500;color:#111;font-size:1rem}.employee-list .employees-table .col-position{font-size:.9rem;color:#71717a}.employee-list .summary{margin-top:1rem;padding-top:1rem;border-top:1px solid #f1f1f3;text-align:right;color:#71717a;font-size:.9rem}.employee-list .detail-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.employee-list .detail-header .back-btn{padding:8px 16px;background:#fafafa;border:1px solid #e4e4e7;border-radius:999px;cursor:pointer;font-size:.9rem;color:#3f3f46;transition:all .2s;white-space:nowrap}.employee-list .detail-header .back-btn:hover{background:#f1f1f3;border-color:#e4e4e7;color:#111}.employee-list .detail-header h2{margin:0;border-bottom:none;padding-bottom:0;flex:1}.employee-list .detail-header .detail-actions{display:flex;gap:.5rem}.employee-list .detail-header .detail-actions button{padding:8px 18px;border:none;border-radius:999px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background .2s;white-space:nowrap}.employee-list .detail-header .detail-actions .edit-btn{background:#111;color:#fff}.employee-list .detail-header .detail-actions .edit-btn:hover{background:#000}.employee-list .detail-header .detail-actions .delete-btn{background:#b91c1c;color:#fff}.employee-list .detail-header .detail-actions .delete-btn:hover{background:#991b1b}.employee-list .detail-header .detail-actions .save-btn{background:#15803d;color:#fff}.employee-list .detail-header .detail-actions .save-btn:hover:not(:disabled){background:#166534}.employee-list .detail-header .detail-actions .save-btn:disabled{opacity:.6;cursor:not-allowed}.employee-list .detail-header .detail-actions .cancel-btn{background:#71717a;color:#fff}.employee-list .detail-header .detail-actions .cancel-btn:hover{background:#52525b}.employee-list .employee-detail .detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.employee-list .employee-detail .detail-card{background:#fafafa;border-radius:14px;padding:1.25rem;border:1px solid #f1f1f3}.employee-list .employee-detail .detail-card h3{margin:0 0 1rem;font-size:1rem;color:#111;font-weight:600;padding-bottom:.5rem;border-bottom:1px solid #e4e4e7}.employee-list .employee-detail .detail-card .detail-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.employee-list .employee-detail .detail-card .detail-row:not(:last-child){border-bottom:1px solid #f4f4f5}.employee-list .employee-detail .detail-card .detail-row .detail-label{font-size:.85rem;color:#71717a;font-weight:500}.employee-list .employee-detail .detail-card .detail-row .detail-value{font-size:.95rem;color:#111;font-weight:500;text-align:right}.employee-list .employee-detail .detail-card .detail-row .detail-value code{background:#f1f1f3;padding:4px 10px;border-radius:10px;font-size:.9rem;color:#111;font-weight:600}.employee-list .employee-detail .detail-card .detail-row .detail-value .empty-value{color:#a1a1aa;font-style:italic}.employee-list .employee-detail .detail-card .detail-row .detail-value input,.employee-list .employee-detail .detail-card .detail-row .detail-value select{padding:6px 10px;border:1px solid #e4e4e7;border-radius:12px;font-size:.9rem;text-align:right;width:100%;max-width:220px}.employee-list .employee-detail .detail-card .detail-row .detail-value input:focus,.employee-list .employee-detail .detail-card .detail-row .detail-value select:focus{outline:none;border-color:#111;box-shadow:0 0 0 2px #11111126}.employee-list .employee-detail .detail-card .detail-row .detail-value select{cursor:pointer}.employee-list .employee-detail .department-badge{display:inline-block;padding:4px 12px;border-radius:999px;font-size:.85rem;font-weight:500}.employee-list .employee-detail .department-badge.admin{background:#fef2f2;color:#b91c1c}.employee-list .employee-detail .department-badge.sales{background:#f0fdf4;color:#15803d}.employee-list .employee-detail .department-badge.warehouse{background:#fffbeb;color:#b45309}.employee-list .employee-detail .department-badge.support{background:#dbeafe;color:#1a5fa6}.employee-list .employee-detail .department-badge.accounting{background:#e2d9f3;color:#4a2d7a}@media(max-width:768px){.employee-list .filters{flex-direction:column;align-items:stretch}.employee-list .filters .search-box{max-width:100%}.employee-list .employees-table th,.employee-list .employees-table td{padding:10px 12px}.employee-list .employees-table .col-number{width:120px}.employee-list .employees-table .col-number code{font-size:.8rem;padding:4px 8px}.employee-list .detail-header{flex-direction:column;align-items:flex-start}.employee-list .employee-detail .detail-grid{grid-template-columns:1fr}.employee-list .employee-detail .detail-card .detail-row{flex-direction:column;align-items:flex-start;gap:4px}.employee-list .employee-detail .detail-card .detail-row .detail-value{text-align:left}}.create-new-item{background-color:#fff;padding:1.5rem;border:1px solid #ececef;border-radius:18px;box-shadow:0 1px 2px #1018280a,0 8px 24px #1018280a;max-width:1200px;margin-left:auto;margin-right:auto}.create-new-item h2{margin:0 0 1.5rem;color:#111;font-size:1.5rem;border-bottom:2px solid #111;padding-bottom:.5rem}.create-new-item .message{padding:12px 16px;border-radius:12px;margin-bottom:1.5rem;font-weight:500}.create-new-item .message.success{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.create-new-item .message.error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.form-section{margin-bottom:1.75rem;padding:1.5rem;background:#fafafa;border-radius:12px;border:1px solid #ececef;transition:border-color .2s,background .2s,box-shadow .2s}.form-section h3{margin:0 0 .5rem;font-size:1.05rem;font-weight:600;color:#111}.form-section .section-description{margin:0 0 1rem;color:#a1a1aa;font-size:.85rem}.form-section.is-invalid{border-color:#b91c1c;background:#fef2f2;box-shadow:0 0 0 3px #d6282814}.form-section.is-invalid h3{color:#b91c1c}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;align-items:end}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-group label{font-weight:500;font-size:.85rem;color:#3f3f46}.form-group input[type=text],.form-group input[type=number],.form-group select,.form-group textarea{padding:9px 12px;border:1px solid #e4e4e7;border-radius:10px;font-size:.9rem;transition:border-color .2s,box-shadow .2s;background:#fff}.form-group input[type=text]:focus,.form-group input[type=number]:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#111;box-shadow:0 0 0 2px #0000000f}.form-group input[type=text]:disabled,.form-group input[type=number]:disabled,.form-group select:disabled,.form-group textarea:disabled{background:#f4f4f5;cursor:not-allowed}.form-group input[type=text].invalid,.form-group input[type=number].invalid,.form-group select.invalid,.form-group textarea.invalid{border-color:#b91c1c!important;background:#fef2f2}.form-group input[type=text].invalid:focus,.form-group input[type=number].invalid:focus,.form-group select.invalid:focus,.form-group textarea.invalid:focus{box-shadow:0 0 0 2px #c800001a}.form-group textarea{resize:vertical;min-height:60px}.form-group small{font-size:.78rem;color:#a1a1aa}.form-group small.muted{color:#a1a1aa;font-style:italic}.form-group.checkbox-group{flex-direction:row;align-items:center;padding-top:1.5rem}.form-group.checkbox-group label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.form-group.checkbox-group label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#111}.add-language-row{display:flex;gap:.75rem;margin-bottom:1.25rem;padding:.85rem 1rem;background:#fff;border-radius:12px;border:1px dashed #e4e4e7;align-items:center}.add-language-row select{flex:1;max-width:280px;padding:9px 12px;border:1px solid #e4e4e7;border-radius:10px;font-size:.9rem}.add-language-row .add-lang-btn{padding:9px 18px;background:#111;color:#fff;border:none;border-radius:999px;cursor:pointer;font-weight:500;font-size:.85rem;white-space:nowrap;transition:background .2s}.add-language-row .add-lang-btn:hover:not(:disabled){background:#3f3f46}.add-language-row .add-lang-btn:disabled{opacity:.5;cursor:not-allowed}.translations-container{display:flex;flex-direction:column;gap:1.25rem}.translation-block{background:#fff;padding:1.25rem;border-radius:12px;border:1px solid #e4e4e7}.translation-block .translation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.65rem;border-bottom:1px solid #f1f1f3}.translation-block .translation-header h4{margin:0;font-size:1rem;color:#111;display:flex;align-items:center;gap:.5rem}.translation-block .translation-header .remove-lang-btn{background:none;border:1px solid #e4e4e7;color:#71717a;width:26px;height:26px;border-radius:50%;cursor:pointer;font-size:13px;display:flex;align-items:center;justify-content:center;transition:all .2s}.translation-block .translation-header .remove-lang-btn:hover{background:#111;border-color:#111;color:#fff}.translation-block .form-group{margin-bottom:.85rem}.translation-block .form-group:last-child{margin-bottom:0}.translation-block .translation-categories{margin-top:1rem;padding-top:.85rem;border-top:1px dashed #e4e4e7}.translation-block .translation-categories .translation-categories-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem;gap:.75rem}.translation-block .translation-categories .translation-categories-header label{font-weight:600;font-size:.9rem;color:#3f3f46}.translation-block .translation-categories .translation-categories-header .add-category-btn{padding:6px 14px;background:#111;color:#fff;border:none;border-radius:999px;cursor:pointer;font-size:.8rem;font-weight:500;transition:background .2s;white-space:nowrap}.translation-block .translation-categories .translation-categories-header .add-category-btn:hover{background:#3f3f46}.translation-block .translation-categories .no-categories-hint{margin:0;padding:.75rem;color:#71717a;background:#fafafa;border:1px dashed #e4e4e7;border-radius:10px;font-size:.82rem;text-align:center}.no-translations-hint{margin:0;padding:1rem;color:#71717a;background:#fff;border:1px dashed #e4e4e7;border-radius:12px;font-size:.9rem;text-align:center}.new-product-variants .variant-form{background:#fff;padding:1rem;border-radius:12px;border:1px solid #ececef;margin-bottom:1rem}.new-product-variants .warehouse-select select{width:100%}.new-product-variants .bulk-variant-selector{margin-top:.85rem;padding-top:.85rem;border-top:1px dashed #ececef}.new-product-variants .bulk-variant-selector .bulk-controls{margin-bottom:.75rem}.new-product-variants .bulk-variant-selector .bulk-variants-table{width:100%;margin:.5rem 0;border-collapse:collapse;background:#fff;border:1px solid #ececef;border-radius:12px;overflow:hidden}.new-product-variants .bulk-variant-selector .bulk-variants-table th,.new-product-variants .bulk-variant-selector .bulk-variants-table td{padding:.45rem .65rem;text-align:left;border-bottom:1px solid #f1f1f3;font-size:.85rem;vertical-align:middle}.new-product-variants .bulk-variant-selector .bulk-variants-table th{background:#fafafa;font-weight:600;color:#3f3f46;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.new-product-variants .bulk-variant-selector .bulk-variants-table tr:last-child td{border-bottom:none}.new-product-variants .bulk-variant-selector .bulk-variants-table tr.is-checked{background:#1a5fa60a}.new-product-variants .bulk-variant-selector .bulk-variants-table input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#1a5fa6}.new-product-variants .bulk-variant-selector .bulk-variants-table input[type=number]{width:80px;padding:.3rem .4rem;border:1px solid #e4e4e7;border-radius:10px;font-size:.82rem}.new-product-variants .bulk-variant-selector .bulk-variants-table input[type=number]:disabled{background:#fafafa;color:#a1a1aa}.new-product-variants .bulk-variant-selector .bulk-variants-table code{background:#f4f4f5;padding:2px 6px;border-radius:10px;font-size:.78rem}.new-product-variants .bulk-variant-selector .bulk-actions{display:flex;justify-content:flex-end;margin-top:.75rem}.new-product-variants .selected-warehouse-item{margin-top:.75rem;padding:.85rem;background:#fafafa;border-radius:10px;border:1px solid #e4e4e7}.new-product-variants .selected-warehouse-item .item-details{display:flex;flex-wrap:wrap;gap:1.25rem;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px dashed #e4e4e7}.new-product-variants .selected-warehouse-item .item-details .detail{display:flex;flex-direction:column;gap:.2rem}.new-product-variants .selected-warehouse-item .item-details .detail .label{font-size:.75rem;color:#a1a1aa;text-transform:uppercase;letter-spacing:.5px}.new-product-variants .selected-warehouse-item .item-details .detail .value{font-weight:600;color:#111;font-size:.9rem}.new-product-variants .selected-warehouse-item .item-details .detail .value code{background:#f4f4f5;padding:2px 6px;border-radius:10px;font-size:.85rem}.new-product-variants .selected-warehouse-item .item-details .detail .value.available{color:#15803d}.new-product-variants .add-variant-btn{padding:8px 18px;background:#111;color:#fff;border:none;border-radius:999px;cursor:pointer;font-weight:500;font-size:.85rem;transition:background .2s;align-self:flex-end}.new-product-variants .add-variant-btn:hover:not(:disabled){background:#3f3f46}.new-product-variants .add-variant-btn:disabled{opacity:.4;cursor:not-allowed}.new-product-variants .sku-warning{margin-top:.5rem;padding:.6rem .85rem;background:#fffbeb;color:#b45309;border:1px solid #fde68a;border-radius:10px;font-size:.8rem}.new-product-variants .sku-check-row{display:flex;gap:8px;align-items:stretch}.new-product-variants .sku-check-row input{flex:1;min-width:0}.new-product-variants .sku-check-row input.sku-available{border-color:#15803d!important;background:#f0fdf4;color:#15803d}.new-product-variants .sku-check-row input.sku-taken{border-color:#b91c1c!important;background:#fef2f2;color:#991b1b}.new-product-variants .sku-check-row .sku-check-btn{padding:8px 14px;background:#1a5fa6;color:#fff;border:none;border-radius:999px;cursor:pointer;font-size:.85rem;font-weight:500;white-space:nowrap;transition:background .15s}.new-product-variants .sku-check-row .sku-check-btn:hover:not(:disabled){background:#1a5fa6}.new-product-variants .sku-check-row .sku-check-btn:disabled{background:#dbeafe;opacity:.55;cursor:not-allowed}.new-product-variants .sku-status{display:block;margin-top:.4rem;font-size:.82rem;font-weight:500}.new-product-variants .sku-status.available{color:#15803d}.new-product-variants .sku-status.taken{color:#b91c1c}.new-product-variants .sku-status.error{color:#b45309}.new-product-variants .variants-list{margin-top:1rem}.new-product-variants .variants-list h4{margin:0 0 .5rem;font-size:.9rem;color:#3f3f46}.new-product-variants .variants-bulk-edit{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:0 0 .85rem;padding:10px 14px;background:#fafafa;border:1px solid #d8dffd;border-radius:12px}.new-product-variants .variants-bulk-edit .bulk-edit-label{font-size:.85rem;font-weight:600;color:#52525b}.new-product-variants .variants-bulk-edit .on-demand-toggle{display:flex;align-items:center;gap:6px;font-size:.85rem;cursor:pointer;white-space:nowrap}.new-product-variants .variants-bulk-edit .stock-input{width:90px;padding:6px 10px;border:1px solid #e4e4e7;border-radius:10px;font-size:.85rem}.new-product-variants .variants-bulk-edit .stock-input:disabled{background:#f4f4f5;color:#a1a1aa}.new-product-variants .variants-bulk-edit .bulk-apply-btn{padding:7px 14px;background:#1a5fa6;color:#fff;border:none;border-radius:999px;font-size:.85rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .15s}.new-product-variants .variants-bulk-edit .bulk-apply-btn:hover{background:#1a5fa6}.new-product-variants .variants-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #ececef;border-radius:10px;overflow:hidden}.new-product-variants .variants-table th,.new-product-variants .variants-table td{padding:10px 12px;text-align:left;border-bottom:1px solid #f1f1f3;font-size:.85rem;vertical-align:middle}.new-product-variants .variants-table th{background:#f4f4f5;font-weight:600;color:#3f3f46;font-size:.8rem;text-transform:uppercase;letter-spacing:.3px}.new-product-variants .variants-table tr:last-child td{border-bottom:none}.new-product-variants .variants-table tfoot td{background:#fafafa;border-top:1px solid #e4e4e7}.new-product-variants .variants-table code{background:#f4f4f5;padding:2px 6px;border-radius:10px;font-size:.82rem}.new-product-variants .variants-table .remove-variant-btn,.new-product-variants .variants-table .edit-variant-btn,.new-product-variants .variants-table .save-variant-btn,.new-product-variants .variants-table .cancel-variant-btn{background:none;border:none;cursor:pointer;font-size:1rem;padding:4px 8px;border-radius:999px;transition:background .2s}.new-product-variants .variants-table .remove-variant-btn:hover,.new-product-variants .variants-table .edit-variant-btn:hover,.new-product-variants .variants-table .save-variant-btn:hover,.new-product-variants .variants-table .cancel-variant-btn:hover{background:#f4f4f5}.new-product-variants .variants-table .save-variant-btn{color:#15803d}.new-product-variants .variants-table .save-variant-btn:hover{background:#f0fdf4}.new-product-variants .variants-table .cancel-variant-btn{color:#b91c1c}.new-product-variants .variants-table .cancel-variant-btn:hover{background:#fef2f2}.new-product-variants .variants-table .variant-actions-cell{white-space:nowrap}.new-product-variants .variants-table .variant-type-edit{display:flex;flex-direction:column;gap:6px;align-items:flex-start}.new-product-variants .variants-table .variant-type-edit .on-demand-toggle{display:flex;align-items:center;gap:6px;font-size:.82rem;cursor:pointer}.new-product-variants .variants-table .variant-type-edit .stock-input{width:80px;padding:4px 8px;border:1px solid #e4e4e7;border-radius:10px;font-size:.85rem}.new-product-variants .variants-table .variant-type-edit .stock-input:disabled{background:#fafafa;color:#a1a1aa}.new-product-variants .warehouse-deduct-notice{margin-top:.75rem;padding:.6rem .85rem;background:#fffbeb;color:#b45309;border:1px solid #fde68a;border-radius:10px;font-size:.8rem}.new-product-variants .variant-images-uploader{margin-top:.85rem;padding-top:.75rem;border-top:1px dashed #e4e4e7}.new-product-variants .variant-images-uploader label{display:block;font-weight:500;font-size:.85rem;color:#3f3f46;margin-bottom:.25rem}.new-product-variants .variant-images-uploader small.muted{display:block;color:#a1a1aa;font-size:.75rem;margin-bottom:.5rem}.new-product-variants .variant-images-uploader .image-uploader{margin-top:.35rem}.new-product-variants .color-images-block{margin-top:1.5rem;padding:1.1rem 1.2rem;background:linear-gradient(180deg,#fafafa 0% 70%);border:1px solid #e4e4e7;border-radius:12px;border-left:3px solid #1a5fa6}.new-product-variants .color-images-block h4{margin:0 0 .35rem;font-size:1rem;font-weight:600;color:#1a5fa6;display:flex;align-items:center;gap:.4rem}.new-product-variants .color-images-block .section-description{margin:0 0 1rem;color:#71717a;font-size:.82rem;line-height:1.45}.new-product-variants .color-images-block .color-images-grid{display:flex;flex-direction:column;gap:.85rem}.new-product-variants .color-images-block .color-image-row{padding:.95rem 1rem;background:#fff;border:1px solid #ececef;border-radius:10px;box-shadow:0 1px 2px #1428500a}.new-product-variants .color-images-block .color-image-row .color-label{display:flex;align-items:baseline;gap:.65rem;margin-bottom:.65rem;padding-bottom:.5rem;border-bottom:1px dashed #ececef}.new-product-variants .color-images-block .color-image-row .color-label strong{font-size:.95rem;color:#111;letter-spacing:.01em}.new-product-variants .color-images-block .color-image-row .color-label small.muted{font-size:.74rem;color:#71717a;font-style:normal}.new-product-variants .color-images-block .color-image-row .color-label small.muted:before{content:"· ";opacity:.55}.new-product-variants .color-images-block .color-image-row .image-uploader{margin-top:.35rem}.new-product-variants .on-demand-toggle{margin-top:.85rem;padding:.75rem .85rem;background:#eff6ff;border:1px solid #dbeafe;border-radius:10px}.new-product-variants .on-demand-toggle .on-demand-checkbox{display:flex;align-items:center;gap:.55rem;cursor:pointer;font-size:.9rem;color:#1a5fa6}.new-product-variants .on-demand-toggle .on-demand-checkbox input[type=checkbox]{width:16px;height:16px;accent-color:#1a5fa6;cursor:pointer}.new-product-variants .on-demand-toggle .on-demand-checkbox strong{color:#1a5fa6}.new-product-variants .on-demand-toggle small.muted{display:block;margin-top:.35rem;color:#71717a;font-size:.78rem}.new-product-variants .badge{display:inline-block;padding:3px 8px;border-radius:10px;font-size:.75rem;font-weight:500}.new-product-variants .badge.on-demand{background:#eff6ff;color:#1a5fa6;border:1px solid #dbeafe}.new-product-variants .badge.img-count{background:#f4f4f5;color:#3f3f46}.new-product-variants .muted{color:#a1a1aa;font-style:italic}.new-product-categories .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.new-product-categories .section-header h3{margin:0}.new-product-categories .section-header .add-category-btn{padding:6px 14px;background:#111;color:#fff;border:none;border-radius:999px;cursor:pointer;font-size:.8rem;font-weight:500;transition:background .2s}.new-product-categories .section-header .add-category-btn:hover{background:#3f3f46}.new-product-categories .no-categories-hint{margin:.5rem 0 0;padding:.75rem;color:#71717a;background:#fff;border:1px dashed #e4e4e7;border-radius:10px;font-size:.85rem;text-align:center}.category-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.6rem .75rem;background:#fff;border-radius:10px;border:1px solid #ececef}.category-row .category-inputs{display:flex;flex-wrap:wrap;gap:.5rem;flex:1;align-items:center}.category-row .category-inputs select{padding:7px 10px;border:1px solid #e4e4e7;border-radius:10px;font-size:.85rem;min-width:130px;flex:1;background:#fff}.category-row .category-inputs select:focus{outline:none;border-color:#111}.category-row .category-inputs select:disabled{background:#f4f4f5;cursor:not-allowed}.category-row .category-inputs.hierarchical{display:grid;grid-template-columns:120px repeat(auto-fit,minmax(130px,1fr)) auto;gap:.5rem;width:100%}.category-row .category-inputs.hierarchical select{min-width:100px;flex:unset}.category-row .category-inputs .primary-checkbox{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:#71717a;white-space:nowrap;cursor:pointer}.category-row .category-inputs .primary-checkbox input[type=checkbox]{width:15px;height:15px;accent-color:#111}.category-row .remove-category-btn{background:none;border:1px solid #e4e4e7;color:#a1a1aa;width:24px;height:24px;border-radius:50%;cursor:pointer;font-size:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.category-row .remove-category-btn:hover{background:#111;border-color:#111;color:#fff}.form-actions{margin-top:2rem;padding-top:1.5rem;border-top:2px solid #ececef;display:flex;justify-content:flex-end;gap:1rem}.form-actions .submit-btn{padding:12px 28px;background:#111;color:#fff;border:none;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.form-actions .submit-btn:hover:not(:disabled){background:#3f3f46;transform:translateY(-1px);box-shadow:0 4px 14px #1118272e}.form-actions .submit-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.create-new-item{padding:1rem}.form-row,.category-row .category-inputs.hierarchical{grid-template-columns:1fr}}.image-uploader{width:100%}.dropzone{border:2px dashed #bbb;border-radius:12px;padding:40px 20px;text-align:center;cursor:pointer;transition:all .3s ease;background:#fafafa}.dropzone:hover{border-color:#111;background:#f0f0f0}.dropzone.active{border-color:#111;background:#e8e8e8;transform:scale(1.02)}.dropzone.reject{border-color:#666;background:#eee}.dropzone.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.dropzone-content{display:flex;flex-direction:column;align-items:center;gap:8px}.dropzone-content .dropzone-icon{font-size:48px;margin-bottom:8px}.dropzone-content p{margin:0;font-size:18px;font-weight:600;color:#333}.dropzone-content span{color:#3498db;font-weight:500}.dropzone-content small{color:#888;font-size:12px}.upload-error{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding:12px 16px;background:#eee;border:1px solid #999;border-radius:8px;color:#111;font-size:14px}.upload-error button{background:none;border:none;color:#111;cursor:pointer;padding:4px 8px;font-size:16px}.upload-error button:hover{background:#00000014;border-radius:4px}.upload-progress{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:16px;padding:16px;background:#f0f0f0;border-radius:8px;color:#333;font-weight:500}.spinner{width:24px;height:24px;border:3px solid #e0e0e0;border-top-color:#111;border-radius:50%;animation:spin .8s linear infinite}.spinner.small{width:20px;height:20px;border-width:2px}.uploaded-images{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;margin-top:20px}.image-item{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease}.image-item:hover{transform:scale(1.03)}.image-item:hover .image-overlay:not(.uploading){opacity:1}.image-item.uploading{opacity:.7}.image-item img{width:100%;height:100%;object-fit:cover}.image-overlay{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.image-overlay.uploading{opacity:1;background:#fffc}.delete-btn{background:#111;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:18px;color:#fff;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.delete-btn:hover{background:#333;transform:scale(1.1)}.delete-btn:disabled{opacity:.5;cursor:not-allowed}.image-info{position:absolute;bottom:0;left:0;right:0;padding:6px;background:linear-gradient(transparent,#000000b3);text-align:center}.image-info small{color:#fff;font-size:11px}.image-count{margin-top:12px;text-align:center;color:#666;font-size:14px}.types-manager{padding:20px;max-width:1200px;margin:0 auto}.types-manager .types-header{margin-bottom:24px}.types-manager .types-header h2{font-size:28px;font-weight:600;margin-bottom:8px;color:#111}.types-manager .types-header .subtitle{color:#71717a;font-size:14px}.types-manager .types-header .selected-language{display:flex;align-items:center;gap:10px;margin-top:12px;padding:10px 16px;background:#fafafa;border-radius:12px;width:fit-content}.types-manager .types-header .selected-language .flag{font-size:24px}.types-manager .types-header .selected-language .change-lang-btn{margin-left:16px;padding:6px 12px;background:#fff;border:1px solid #e4e4e7;border-radius:999px;cursor:pointer;font-size:13px;color:#71717a;transition:all .2s}.types-manager .types-header .selected-language .change-lang-btn:hover{background:#f4f4f5;border-color:#e4e4e7}.types-manager .message{padding:12px 16px;border-radius:12px;margin-bottom:16px;font-size:14px}.types-manager .message.error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.types-manager .message.success{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.types-manager .language-selection h3{font-size:18px;margin-bottom:8px;color:#3f3f46}.types-manager .language-selection p{color:#71717a;font-size:14px;margin-bottom:20px}.types-manager .language-selection .language-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.types-manager .language-selection .language-grid .language-card{display:flex;flex-direction:column;align-items:center;padding:20px 16px;background:#fff;border:2px solid #e4e4e7;border-radius:14px;cursor:pointer;transition:all .2s}.types-manager .language-selection .language-grid .language-card:hover{border-color:#3f3f46;background:#fafafa;transform:translateY(-2px)}.types-manager .language-selection .language-grid .language-card .flag{font-size:32px;margin-bottom:8px}.types-manager .language-selection .language-grid .language-card .name{font-size:14px;font-weight:500;color:#3f3f46;margin-bottom:4px}.types-manager .language-selection .language-grid .language-card .code{font-size:12px;color:#a1a1aa;text-transform:uppercase}.types-manager .type-tabs{display:flex;gap:8px;margin-bottom:20px;border-bottom:2px solid #e4e4e7;padding-bottom:0}.types-manager .type-tabs .type-tab{padding:12px 24px;background:transparent;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;cursor:pointer;font-size:15px;font-weight:500;color:#71717a;transition:all .2s}.types-manager .type-tabs .type-tab:hover{color:#3f3f46;background:#f4f4f5}.types-manager .type-tabs .type-tab.active{color:#111;border-bottom-color:#111}.types-manager .mode-selector{display:flex;gap:10px;margin-bottom:24px}.types-manager .mode-selector .mode-btn{padding:10px 20px;background:#fff;border:2px solid #e4e4e7;border-radius:999px;cursor:pointer;font-size:14px;font-weight:500;color:#52525b;transition:all .2s}.types-manager .mode-selector .mode-btn:hover{border-color:#e4e4e7;background:#fafafa}.types-manager .mode-selector .mode-btn.active{border-color:#111;background:#111;color:#fff}.types-manager .create-section{background:#fff;border:1px solid #e4e4e7;border-radius:14px;padding:24px;margin-bottom:24px}.types-manager .create-section h3{font-size:18px;font-weight:600;margin-bottom:16px;color:#111}.types-manager .create-section.translate-section{background:#f0fdf4;border-color:#bbf7d0}.types-manager .create-section.translate-section h3{color:#15803d}.types-manager .type-form .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:16px}.types-manager .type-form .form-group label{display:block;font-size:13px;font-weight:500;color:#52525b;margin-bottom:6px}.types-manager .type-form .form-group input,.types-manager .type-form .form-group select,.types-manager .type-form .form-group textarea{width:100%;padding:10px 14px;border:1px solid #e4e4e7;border-radius:12px;font-size:14px;transition:border-color .2s}.types-manager .type-form .form-group input:focus,.types-manager .type-form .form-group select:focus,.types-manager .type-form .form-group textarea:focus{outline:none;border-color:#3f3f46}.types-manager .type-form .form-group select{cursor:pointer;background:#fff}.types-manager .type-form .form-group .hex-input{display:flex;gap:10px;align-items:center}.types-manager .type-form .form-group .hex-input input[type=color]{width:50px;height:40px;padding:2px;border-radius:12px;cursor:pointer}.types-manager .type-form .form-group .hex-input input[type=text]{flex:1}.types-manager .type-form .create-btn{padding:12px 24px;background:#111;color:#fff;border:none;border-radius:999px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.types-manager .type-form .create-btn:hover:not(:disabled){background:#3f3f46;transform:translateY(-1px)}.types-manager .type-form .create-btn:disabled{background:#e4e4e7;cursor:not-allowed}.types-manager .type-form .create-btn.translate-btn{background:#15803d}.types-manager .type-form .create-btn.translate-btn:hover:not(:disabled){background:#15803d}.types-manager .selected-item-info{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fafafa;border-radius:12px;margin-bottom:16px}.types-manager .selected-item-info .color-preview{width:32px;height:32px;border-radius:12px;border:1px solid #e4e4e7}.types-manager .selected-item-info strong{font-size:15px;color:#111}.types-manager .selected-item-info .existing-translations{display:flex;gap:8px;flex-wrap:wrap;margin-left:auto}.types-manager .selected-item-info .existing-translations .trans-badge{padding:4px 10px;background:#ececef;border-radius:14px;font-size:12px;color:#52525b}.types-manager .all-translated{padding:20px;text-align:center;color:#15803d;font-size:15px;background:#f0fdf4;border-radius:12px}.types-manager .items-list-section{background:#fff;border:1px solid #e4e4e7;border-radius:14px;padding:24px}.types-manager .items-list-section h3{font-size:18px;font-weight:600;margin-bottom:16px;color:#111;display:flex;align-items:center;gap:8px}.types-manager .items-list-section h3 .count{font-size:14px;font-weight:400;color:#a1a1aa}.types-manager .items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.types-manager .items-grid.sizes-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.types-manager .reorder-hint{margin:0 0 12px;padding:10px 14px;background:#fafafa;border:1px solid #d8dffd;border-radius:12px;font-size:13px;color:#52525b}.types-manager .item-card{background:#fafafa;border:1px solid #e4e4e7;border-radius:14px;padding:16px;transition:all .2s;cursor:grab}.types-manager .item-card:active{cursor:grabbing}.types-manager .item-card:hover{border-color:#e4e4e7;box-shadow:0 1px 2px #1018280a,0 6px 18px #1018280d}.types-manager .item-card.is-dragging{opacity:.45}.types-manager .item-card.is-drop-target{border-color:#111;background:#f4f4f5;box-shadow:inset 0 3px #111}.types-manager .item-card.inactive{opacity:.6;background:#f4f4f5}.types-manager .item-card.color-card .color-preview{width:100%;height:40px;border-radius:12px;margin-bottom:12px;border:1px solid rgba(0,0,0,.1)}.types-manager .item-card .item-info .item-code{display:block;font-size:14px;font-weight:600;color:#111;margin-bottom:4px}.types-manager .item-card .item-info .hex-code{display:block;font-size:12px;color:#a1a1aa;font-family:monospace;margin-bottom:4px}.types-manager .item-card .item-info .item-name{display:block;font-size:13px;color:#52525b}.types-manager .item-card .item-info .inactive-badge{display:inline-block;padding:2px 8px;background:#fef2f2;color:#b91c1c;border-radius:10px;font-size:11px;margin-top:4px}.types-manager .item-card .item-info .edit-form{margin-top:8px}.types-manager .item-card .item-info .edit-form input{width:100%;padding:6px 10px;border:1px solid #e4e4e7;border-radius:12px;font-size:13px;margin-bottom:8px}.types-manager .item-card .item-info .edit-form input:focus{outline:none;border-color:#3f3f46}.types-manager .item-card .item-info .edit-form .edit-actions{display:flex;gap:6px}.types-manager .item-card .item-info .edit-form .edit-actions button{flex:1;padding:6px;border:none;border-radius:999px;cursor:pointer;font-size:14px}.types-manager .item-card .item-info .edit-form .edit-actions button:first-child{background:#f0fdf4;color:#15803d}.types-manager .item-card .item-info .edit-form .edit-actions button:first-child:hover{background:#bbf7d0}.types-manager .item-card .item-info .edit-form .edit-actions button:last-child{background:#fef2f2;color:#b91c1c}.types-manager .item-card .item-info .edit-form .edit-actions button:last-child:hover{background:#fecaca}.types-manager .item-card .item-actions{display:flex;justify-content:flex-end;gap:6px;margin-top:12px;padding-top:12px;border-top:1px solid #e4e4e7}.types-manager .item-card .item-actions .action-btn{padding:6px 10px;background:transparent;border:1px solid #e4e4e7;border-radius:999px;cursor:pointer;font-size:14px;transition:all .2s}.types-manager .item-card .item-actions .action-btn.edit:hover{background:#fef3c7;border-color:#fde68a}.types-manager .item-card .item-actions .action-btn.delete:hover{background:#fef2f2;border-color:#fca5a5}.types-manager .loading{display:flex;flex-direction:column;align-items:center;padding:40px;color:#71717a}.types-manager .loading .spinner{width:32px;height:32px;border:3px solid #e4e4e7;border-top-color:#3f3f46;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:12px}.types-manager .empty-state{text-align:center;padding:40px;color:#a1a1aa}.types-manager .empty-state .empty-icon{font-size:48px;display:block;margin-bottom:12px}.types-manager .empty-state p{font-size:14px}.types-manager .brands-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e4e4e7;border-radius:14px;overflow:hidden}.types-manager .brands-table th,.types-manager .brands-table td{padding:12px 16px;text-align:left;font-size:14px;border-bottom:1px solid #f4f4f5;vertical-align:middle}.types-manager .brands-table thead th{background:#fafafa;font-weight:600;color:#52525b;font-size:13px}.types-manager .brands-table .th-drag,.types-manager .brands-table .td-drag{width:36px;text-align:center;color:#a1a1aa;cursor:grab;-webkit-user-select:none;user-select:none;letter-spacing:-2px}.types-manager .brands-table .th-actions{width:110px}.types-manager .brands-table tbody tr:last-child td{border-bottom:none}.types-manager .brands-table .brand-row{cursor:grab;transition:background .15s,opacity .15s,box-shadow .15s}.types-manager .brands-table .brand-row:hover{background:#fafafa}.types-manager .brands-table .brand-row:active{cursor:grabbing}.types-manager .brands-table .brand-row.is-dragging{opacity:.45}.types-manager .brands-table .brand-row.is-drop-target td{background:#f4f4f5;box-shadow:inset 0 3px #111}.types-manager .brands-table .brand-row.is-inactive .brand-name{color:#a1a1aa;text-decoration:line-through}.types-manager .brands-table .brand-name{font-weight:600;color:#111}.types-manager .brands-table input[type=text]{width:100%;max-width:280px;padding:7px 10px;border:1px solid #e4e4e7;border-radius:12px;font-size:14px}.types-manager .brands-table input[type=text]:focus{outline:none;border-color:#3f3f46}.types-manager .brands-table .brand-active-toggle{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:13px;color:#52525b}.types-manager .brands-table .brand-active-toggle input[type=checkbox]{width:16px;height:16px;accent-color:#1a5fa6;cursor:pointer}.types-manager .brands-table .td-actions{white-space:nowrap}.types-manager .brands-table .td-actions .action-btn{background:none;border:none;cursor:pointer;font-size:15px;padding:4px 6px;border-radius:999px}.types-manager .brands-table .td-actions .action-btn:hover{background:#f4f4f5}.types-manager .brands-table .td-actions .action-btn.delete:hover{background:#fef2f2}.types-manager .brands-table .td-actions .edit-actions{display:inline-flex;gap:6px}.types-manager .brands-table .td-actions .edit-actions button{border:none;border-radius:999px;padding:5px 9px;cursor:pointer;font-size:14px}.types-manager .brands-table .td-actions .edit-actions button:first-child{background:#f0fdf4;color:#15803d}.types-manager .brands-table .td-actions .edit-actions button:last-child{background:#fef2f2;color:#b91c1c}.warehouse-page .warehouse-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #000000}.warehouse-page .warehouse-header h2{margin:0 0 .5rem;color:#000;font-size:1.75rem;font-weight:700;letter-spacing:-.5px}.warehouse-page .warehouse-header .warehouse-subtitle{color:#71717a;margin:0;font-size:1rem}.warehouse-page .warehouse-tabs{display:flex;gap:0;margin-bottom:2rem;border-bottom:1px solid #ececef;overflow-x:auto}.warehouse-page .warehouse-tabs .warehouse-tab{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:transparent;border:none;border-bottom:3px solid transparent;cursor:pointer;transition:all .2s;white-space:nowrap;margin-bottom:-1px}.warehouse-page .warehouse-tabs .warehouse-tab .tab-icon{font-size:1.1rem}.warehouse-page .warehouse-tabs .warehouse-tab .tab-label{font-weight:500;color:#71717a;font-size:.95rem}.warehouse-page .warehouse-tabs .warehouse-tab:hover{background:#f4f4f5}.warehouse-page .warehouse-tabs .warehouse-tab:hover .tab-label{color:#000}.warehouse-page .warehouse-tabs .warehouse-tab.active{border-bottom-color:#000;background:transparent}.warehouse-page .warehouse-tabs .warehouse-tab.active .tab-label{color:#000;font-weight:600}.warehouse-page .warehouse-content{background:#fff;border:1px solid #ececef;border-radius:12px;padding:1.5rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #ececef}.section-header h3{margin:0;color:#000;font-weight:600;font-size:1.25rem}.btn-primary{padding:.75rem 1.5rem;background:#000;color:#fff;border:none;border-radius:999px;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary:hover{background:#3f3f46;transform:translateY(-1px)}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-secondary{padding:.75rem 1.5rem;background:transparent;color:#000;border:1px solid #ececef;border-radius:999px;font-weight:500;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#f4f4f5;border-color:#000}.btn-success{padding:.75rem 1.5rem;background:#15803d;color:#fff;border:none;border-radius:999px;font-weight:500;cursor:pointer;transition:all .2s}.btn-success:hover{opacity:.9}.btn-danger{padding:.75rem 1.5rem;background:#b91c1c;color:#fff;border:none;border-radius:999px;font-weight:500;cursor:pointer;transition:all .2s}.btn-danger:hover{opacity:.9}.btn-icon{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:999px;transition:background .2s;font-size:1rem}.btn-icon:hover{background:#f4f4f5}.btn-icon.edit:hover{background:#0000001a}.btn-icon.delete:hover{background:#b91c1c1a}.btn-icon.arrival:hover{background:#15803d1a}.filters-bar{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap;align-items:center}.filters-bar input,.filters-bar select{padding:.6rem .875rem;border:1px solid #ececef;border-radius:12px;font-size:.9rem;background:#fff;color:#000}.filters-bar input:focus,.filters-bar select:focus{outline:none;border-color:#000}.filters-bar .search-input{min-width:280px}.filters-bar .results-count{margin-left:auto;color:#71717a;font-size:.9rem;font-weight:500}.warehouse-items .header-actions .btn-secondary.is-active{background:#000;color:#fff;border-color:#000}.base-wizard-form .form-section-header{margin:-1.5rem -1.5rem 1rem;padding:.85rem 1.5rem;background:#fff;border-bottom:1px solid #ececef;border-radius:8px 8px 0 0}.base-wizard-form .form-section-header h4{margin:0;font-size:1rem;font-weight:600;color:#000}.base-wizard-form .wizard-section{margin-bottom:1.5rem;padding-top:.5rem}.base-wizard-form .wizard-section+.wizard-section{padding-top:1.25rem;border-top:1px solid #ececef}.base-wizard-form .wizard-section>h4{margin:0 0 .65rem;font-size:.95rem;font-weight:600;color:#000}.base-wizard-form .wizard-section .hint{margin:0 0 .85rem;color:#71717a;font-size:.85rem;line-height:1.45}.base-wizard-form .multi-select-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media(max-width:720px){.base-wizard-form .multi-select-grid{grid-template-columns:1fr}}.base-wizard-form .multi-select-block .block-label{display:block;font-weight:600;font-size:.85rem;color:#000;margin-bottom:.5rem}.base-wizard-form .multi-select-block .checkbox-list{display:flex;flex-wrap:wrap;gap:.4rem}.base-wizard-form .multi-select-block .chip-checkbox{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .65rem;background:#fff;border:1px solid #ececef;border-radius:999px;font-size:.82rem;color:#000;cursor:pointer;transition:background .15s,border-color .15s}.base-wizard-form .multi-select-block .chip-checkbox input[type=checkbox]{display:none}.base-wizard-form .multi-select-block .chip-checkbox .hex{display:inline-block;width:14px;height:14px;border-radius:50%;border:1px solid #ececef}.base-wizard-form .multi-select-block .chip-checkbox:hover{background:#f4f4f5}.base-wizard-form .multi-select-block .chip-checkbox.is-selected{background:#000;color:#fff;border-color:#000}.base-wizard-form .multi-select-block .chip-checkbox.is-selected .hex{border-color:#fff6}.base-wizard-form .summary{margin:.85rem 0 0;padding:.6rem .85rem;background:#fff;border:1px solid #ececef;border-radius:12px;font-size:.88rem;color:#000;font-weight:500}.base-wizard-form .stock-defaults{align-items:end}.base-wizard-form .stock-defaults .apply-default button{width:100%;padding:.65rem .85rem}.base-wizard-form .wizard-stock-table{width:100%;margin-top:.85rem;border-collapse:collapse;background:#fff;border:1px solid #ececef;border-radius:12px;overflow:hidden}.base-wizard-form .wizard-stock-table th,.base-wizard-form .wizard-stock-table td{padding:.55rem .75rem;text-align:left;border-bottom:1px solid #ececef;font-size:.85rem}.base-wizard-form .wizard-stock-table th{background:#f4f4f5;font-weight:600;color:#000;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}.base-wizard-form .wizard-stock-table tr:last-child td{border-bottom:none}.base-wizard-form .wizard-stock-table input[type=number],.base-wizard-form .wizard-stock-table select{width:100%;padding:.4rem .55rem;border:1px solid #ececef;border-radius:10px;font-size:.85rem;background:#fff}.base-wizard-form .wizard-stock-table input[type=number]:focus,.base-wizard-form .wizard-stock-table select:focus{outline:none;border-color:#000}.base-wizard-form .form-actions{display:flex;justify-content:flex-end;gap:.6rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid #ececef}.warehouse-form{background:#f4f4f5;padding:1.5rem;border-radius:12px;margin-bottom:1.5rem;border:1px solid #ececef}.warehouse-form .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.warehouse-form .form-group.full-width{grid-column:1/-1}.warehouse-form .form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#000;font-size:.875rem}.warehouse-form .form-group input,.warehouse-form .form-group select,.warehouse-form .form-group textarea{width:100%;padding:.75rem;border:1px solid #ececef;border-radius:12px;font-size:.95rem;background:#fff;color:#000}.warehouse-form .form-group input:focus,.warehouse-form .form-group select:focus,.warehouse-form .form-group textarea:focus{outline:none;border-color:#000}.warehouse-form .form-group input::placeholder,.warehouse-form .form-group select::placeholder,.warehouse-form .form-group textarea::placeholder{color:#a1a1aa}.warehouse-form .form-group textarea{min-height:80px;resize:vertical}.warehouse-form .form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #ececef}.warehouse-form .generated-code-preview{display:flex;align-items:center;gap:.75rem;background:#fff;padding:1rem 1.25rem;border-radius:12px;margin-bottom:1rem;border:2px solid #000000}.warehouse-form .generated-code-preview .preview-label{color:#71717a;font-size:.9rem;font-weight:500}.warehouse-form .generated-code-preview .preview-code{font-family:JetBrains Mono,Fira Code,monospace;font-size:1.1rem;font-weight:700;color:#000;background:#f4f4f5;padding:.5rem 1rem;border-radius:10px;letter-spacing:1px}.warehouse-form .form-group{position:relative}.warehouse-form .form-group .color-preview{position:absolute;right:10px;top:36px;width:28px;height:28px;border-radius:10px;border:2px solid #ececef;box-shadow:0 1px 2px #1018280a,0 8px 24px #1018280a}.warehouse-form .form-group select{padding-right:50px}.warehouse-form .item-code-section{background:#fff;padding:1rem;border-radius:12px;margin-bottom:1rem;border:1px solid #ececef}.warehouse-form .initial-stock-row{background:#fff;padding:1rem;border-radius:12px;border:2px dashed #ececef;margin-top:.5rem}.warehouse-form .initial-stock-row .hint-text{grid-column:1/-1;color:#b45309;font-size:.85rem;margin:0;margin-top:.5rem}.loading{text-align:center;padding:3rem;color:#71717a;font-size:1rem}.error-message{background:#b91c1c1a;color:#b91c1c;padding:1rem;border-radius:12px;margin-bottom:1rem;border-left:4px solid #b91c1c}.info-message{background:#00000014;color:#000;padding:.7rem 1rem;border-radius:12px;margin-bottom:1rem;border-left:4px solid #000000;font-size:.88rem}.no-data{text-align:center;padding:4rem 2rem;color:#71717a}.no-data p{margin:0;font-size:1rem}.pagination{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #ececef}.pagination button{padding:.6rem 1.25rem;background:#000;color:#fff;border:none;border-radius:999px;font-weight:500;cursor:pointer;transition:all .2s}.pagination button:hover:not(:disabled){background:#3f3f46}.pagination button:disabled{opacity:.3;cursor:not-allowed}.pagination span{color:#71717a;font-weight:500}.warehouse-stats .stats-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:2rem}.warehouse-stats .stats-cards .stat-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-radius:12px;background:#fff;border:1px solid #ececef;box-shadow:0 1px 2px #1018280a,0 8px 24px #1018280a}.warehouse-stats .stats-cards .stat-card .stat-icon{font-size:2rem}.warehouse-stats .stats-cards .stat-card .stat-content{display:flex;flex-direction:column}.warehouse-stats .stats-cards .stat-card .stat-content .stat-value{font-size:1.75rem;font-weight:700;color:#000}.warehouse-stats .stats-cards .stat-card .stat-content .stat-label{color:#71717a;font-size:.85rem}.warehouse-stats .stats-cards .stat-card.primary{border-left:4px solid #000000}.warehouse-stats .stats-cards .stat-card.success{border-left:4px solid #15803d}.warehouse-stats .stats-cards .stat-card.warning{border-left:4px solid #b45309}.warehouse-stats .stats-section{margin-bottom:2rem}.warehouse-stats .stats-section h3{margin:0 0 1rem;color:#000;font-size:1.1rem;font-weight:600}.warehouse-stats .stats-section.warning-section{background:#b4530914;padding:1.25rem;border-radius:12px;border-left:4px solid #b45309}.warehouse-stats .status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.warehouse-stats .status-grid .status-item{background:#fff;padding:1rem;border-radius:12px;border:1px solid #ececef;border-left:4px solid #000000}.warehouse-stats .status-grid .status-item .status-badge{display:inline-block;padding:.25rem .75rem;border-radius:999px;color:#fff;font-size:.8rem;font-weight:500;background:#000}.warehouse-stats .status-grid .status-item .status-stats{display:flex;gap:1.5rem;margin-top:1rem}.warehouse-stats .status-grid .status-item .status-stats .status-stat .stat-num{display:block;font-size:1.25rem;font-weight:700;color:#000}.warehouse-stats .status-grid .status-item .status-stats .status-stat .stat-text{font-size:.8rem;color:#71717a}.warehouse-stats .warehouse-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.warehouse-stats .warehouse-grid .warehouse-item{background:#fff;padding:1rem;border-radius:12px;border:1px solid #ececef}.warehouse-stats .warehouse-grid .warehouse-item .warehouse-name{font-weight:600;margin-bottom:.5rem;color:#000}.warehouse-stats .warehouse-grid .warehouse-item .warehouse-details{display:flex;gap:1rem;color:#71717a;font-size:.9rem}.warehouse-stats .movements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}.warehouse-stats .movements-grid .movement-item{display:flex;align-items:center;gap:.5rem;background:#fff;padding:.75rem 1rem;border-radius:12px;border:1px solid #ececef}.warehouse-stats .movements-grid .movement-item .movement-icon{font-size:1.2rem}.warehouse-stats .movements-grid .movement-item .movement-type{flex:1;font-weight:500;color:#000}.warehouse-stats .movements-grid .movement-item .movement-count{color:#71717a}.warehouse-stats .movements-grid .movement-item .movement-qty{font-weight:600;color:#000}.warehouse-stats .low-stock-list .low-stock-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-bottom:1px solid #ececef}.warehouse-stats .low-stock-list .low-stock-item:last-child{border-bottom:none}.warehouse-stats .low-stock-list .low-stock-item .item-info .item-code{font-weight:600;color:#000;margin-right:.5rem;font-family:monospace}.warehouse-stats .low-stock-list .low-stock-item .item-info .item-name{color:#71717a}.warehouse-stats .low-stock-list .low-stock-item .item-stock{font-weight:600}.warehouse-stats .low-stock-list .low-stock-item .item-stock .stock-current{color:#b91c1c}.warehouse-stats .low-stock-list .low-stock-item .item-stock .stock-current.stock-zero{color:#fff;background:#b91c1c;padding:.1rem .4rem;border-radius:10px;font-size:.85em}.warehouse-stats .low-stock-list .low-stock-item .item-stock .stock-separator{color:#71717a;margin:0 .25rem}.warehouse-stats .low-stock-list .low-stock-item .item-stock .stock-threshold{color:#71717a}.warehouse-stats .low-stock-list .low-stock-item.out-of-stock{background:#b91c1c0a}.warehouse-locations .locations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.warehouse-locations .locations-grid .location-card{background:#fff;border:1px solid #ececef;border-radius:12px;padding:1.25rem;transition:all .2s}.warehouse-locations .locations-grid .location-card:hover{box-shadow:0 1px 2px #1018280a,0 8px 24px #1018280a;border-color:#000}.warehouse-locations .locations-grid .location-card .location-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.warehouse-locations .locations-grid .location-card .location-header .location-code{font-size:1.25rem;font-weight:700;color:#000;font-family:monospace}.warehouse-locations .locations-grid .location-card .location-header .warehouse-badge{background:#f4f4f5;color:#3f3f46;padding:.25rem .6rem;border-radius:10px;font-size:.75rem;font-weight:500}.warehouse-locations .locations-grid .location-card .location-name{font-weight:500;color:#000;margin-bottom:.25rem}.warehouse-locations .locations-grid .location-card .location-description{color:#71717a;font-size:.9rem;margin-bottom:1rem}.warehouse-locations .locations-grid .location-card .location-capacity{margin-bottom:1rem}.warehouse-locations .locations-grid .location-card .location-capacity .capacity-header{display:flex;justify-content:space-between;font-size:.85rem;color:#71717a;margin-bottom:.5rem}.warehouse-locations .locations-grid .location-card .location-capacity .capacity-breakdown{font-size:.75rem;color:#71717a;margin-bottom:.5rem;line-height:1.3}.warehouse-locations .locations-grid .location-card .location-capacity .capacity-bar{height:8px;background:#f4f4f5;border-radius:10px;overflow:hidden}.warehouse-locations .locations-grid .location-card .location-capacity .capacity-bar .capacity-fill{height:100%;border-radius:10px;transition:width .3s;background:#000}.warehouse-locations .locations-grid .location-card .location-actions{display:flex;gap:.5rem;padding-top:.75rem;border-top:1px solid #ececef}.warehouse-items .items-table{overflow-x:auto}.warehouse-items .items-table table{width:100%;border-collapse:collapse}.warehouse-items .items-table table th,.warehouse-items .items-table table td{padding:.875rem .75rem;text-align:left;border-bottom:1px solid #ececef}.warehouse-items .items-table table th{background:#f4f4f5;font-weight:600;color:#000;white-space:nowrap;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.warehouse-items .items-table table tr:hover{background:#f4f4f5}.warehouse-items .items-table table tr.brand-group-header{background:#1a5fa61f;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s}.warehouse-items .items-table table tr.brand-group-header td{padding:.75rem;border-bottom:1px solid #ececef}.warehouse-items .items-table table tr.brand-group-header .brand-group-label{font-size:1rem}.warehouse-items .items-table table tr.brand-group-header .brand-group-label .expand-toggle{display:inline-block;width:14px;color:#000;font-size:.8rem;margin-right:.35rem}.warehouse-items .items-table table tr.brand-group-header .brand-group-label strong{color:#000;font-size:1.05rem}.warehouse-items .items-table table tr.brand-group-header .base-group-count{color:#71717a;font-size:.82rem;font-style:italic}.warehouse-items .items-table table tr.brand-group-header:hover{background:#1a5fa62e}.warehouse-items .items-table table tr.brand-group-header.is-expanded{background:#1a5fa62e;border-bottom:2px solid #000000}.warehouse-items .items-table table tr.base-group-header.in-brand td:first-child{padding-left:1.5rem}.warehouse-items .items-table table tr.base-group-header{background:#f4f4f5;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s}.warehouse-items .items-table table tr.base-group-header td{padding:.65rem .75rem;border-bottom:1px solid #ececef}.warehouse-items .items-table table tr.base-group-header .base-group-label{font-size:.95rem}.warehouse-items .items-table table tr.base-group-header .base-group-label .expand-toggle{display:inline-block;width:14px;color:#71717a;font-size:.75rem;margin-right:.35rem}.warehouse-items .items-table table tr.base-group-header .base-group-label strong{color:#000}.warehouse-items .items-table table tr.base-group-header .base-group-count{color:#71717a;font-size:.82rem;font-style:italic}.warehouse-items .items-table table tr.base-group-header:hover{background:#1a5fa60f}.warehouse-items .items-table table tr.base-group-header.is-expanded{background:#1a5fa614;border-bottom:1px solid #000000}.warehouse-items .items-table table tr.base-group-header.is-expanded .expand-toggle{color:#000}.warehouse-items .items-table table tr.variant-row td{padding-left:1.25rem;background:#00000004}.warehouse-items .items-table table tr.variant-row .item-code{padding-left:2rem}.warehouse-items .items-table table tr.base-group-header .btn-icon.add-variant{background:transparent;border:1px solid #ececef;color:#000;padding:.2rem .55rem;border-radius:999px;font-size:.95rem;cursor:pointer;transition:background .15s,border-color .15s}.warehouse-items .items-table table tr.base-group-header .btn-icon.add-variant:hover{background:#000;color:#fff;border-color:#000}.warehouse-items .items-table table tr.variant-add-row>td{padding:0;background:#1a5fa60a;border-bottom:1px solid #000000}.warehouse-items .items-table table .item-code{font-weight:600;color:#000;font-family:JetBrains Mono,monospace;font-size:.9rem}.warehouse-items .items-table table .item-name{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#3f3f46}.warehouse-items .items-table table .item-variants .variant-tag{display:inline-block;padding:.25rem .6rem;border-radius:10px;font-size:.8rem;margin-right:.25rem;font-weight:500}.warehouse-items .items-table table .item-variants .variant-tag.color{background:#f4f4f5;color:#000;border:1px solid #ececef}.warehouse-items .items-table table .item-variants .variant-tag.size{background:#000;color:#fff}.warehouse-items .items-table table .item-stock strong{font-size:1.1rem;color:#000}.warehouse-items .items-table table .item-stock .threshold{color:#a1a1aa;font-size:.85rem}.warehouse-items .items-table table .item-locations .location-tag{display:inline-block;background:#f4f4f5;padding:.25rem .5rem;border-radius:10px;font-size:.8rem;margin-right:.25rem;margin-bottom:.25rem;color:#3f3f46;font-family:monospace}.warehouse-items .items-table table .item-locations .no-location{color:#a1a1aa;font-style:italic}.warehouse-items .items-table table .actions{white-space:nowrap}.warehouse-items .add-variant-form{margin:0;padding:1rem 1.2rem}.warehouse-items .add-variant-form .form-section-header{margin-bottom:.75rem}.warehouse-items .add-variant-form .form-section-header h4{margin:0;font-size:.92rem;color:#000}.warehouse-items .add-variant-form .form-section-header h4 small{font-weight:400;color:#71717a}.warehouse-items .add-variant-form .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.65rem;margin-bottom:.65rem}.warehouse-items .add-variant-form .form-group label{display:block;font-size:.78rem;color:#000;margin-bottom:.25rem}.warehouse-items .add-variant-form .form-group select,.warehouse-items .add-variant-form .form-group input{width:100%;padding:.4rem .55rem;border:1px solid #ececef;border-radius:10px;background:#fff;font-size:.85rem}.warehouse-items .add-variant-form .form-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.85rem;padding-top:.65rem;border-top:1px solid #ececef}.warehouse-items .add-variant-form .form-group.full{grid-column:1/-1}.warehouse-items .add-variant-form .form-group.apply-all-wrapper{display:flex;flex-direction:column;justify-content:flex-end}.warehouse-items .add-variant-form .chip-group{display:flex;flex-wrap:wrap;gap:6px}.warehouse-items .add-variant-form .chip-group .chip{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border:1px solid #ececef;border-radius:14px;background:#fff;cursor:pointer;font-size:.82rem;transition:all .15s}.warehouse-items .add-variant-form .chip-group .chip input[type=checkbox]{width:14px;height:14px;accent-color:#000000;margin:0}.warehouse-items .add-variant-form .chip-group .chip:hover{border-color:#000}.warehouse-items .add-variant-form .chip-group .chip.is-checked{background:#000;color:#fff;border-color:#000}.warehouse-items .add-variant-form .variants-preview{margin-top:.85rem;padding-top:.85rem;border-top:1px dashed #ececef}.warehouse-items .add-variant-form .variants-preview .preview-header h5{margin:0 0 .5rem;font-size:.88rem;color:#000}.warehouse-items .add-variant-form .variants-preview .preview-header h5 .muted-info{font-weight:400;color:#71717a;font-size:.8rem}.warehouse-items .add-variant-form .variants-preview .muted-info{color:#71717a;font-size:.82rem}.warehouse-items .add-variant-form .variants-preview .variants-preview-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #ececef;border-radius:10px}.warehouse-items .add-variant-form .variants-preview .variants-preview-table th,.warehouse-items .add-variant-form .variants-preview .variants-preview-table td{padding:6px 8px;font-size:.82rem;border-bottom:1px solid #ececef}.warehouse-items .add-variant-form .variants-preview .variants-preview-table th{background:#fafafa;text-align:left;font-weight:600}.warehouse-items .add-variant-form .variants-preview .variants-preview-table tr:last-child td{border-bottom:none}.warehouse-items .add-variant-form .variants-preview .variants-preview-table input[type=number],.warehouse-items .add-variant-form .variants-preview .variants-preview-table select{width:100%;padding:3px 6px;font-size:.82rem;border:1px solid #ececef;border-radius:10px}.warehouse-items .status-badge{display:inline-block;padding:.3rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.warehouse-items .status-badge.status-success{background:#000;color:#fff}.warehouse-items .status-badge.status-warning{background:transparent;color:#b45309;border:1px solid #b45309}.warehouse-items .status-badge.status-danger{background:transparent;color:#b91c1c;border:1px solid #b91c1c}.warehouse-items .status-badge.status-info{background:#f4f4f5;color:#3f3f46;border:1px solid #ececef}.warehouse-movements .bulk-variant-selector{margin:.75rem 0 1rem;padding:.85rem 1rem;background:#f4f4f5;border:1px dashed #ececef;border-radius:12px;transition:padding .15s}.warehouse-movements .bulk-variant-selector__header{display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;user-select:none;padding:4px 2px;margin-bottom:.6rem;border-radius:10px;outline:none}.warehouse-movements .bulk-variant-selector__header:hover{background:#00000008}.warehouse-movements .bulk-variant-selector__header:focus-visible{box-shadow:0 0 0 2px #1a5fa659}.warehouse-movements .bulk-variant-selector__title{font-size:.95rem;font-weight:600;color:#000}.warehouse-movements .bulk-variant-selector__count{font-weight:400;color:#71717a;font-size:.85rem}.warehouse-movements .bulk-variant-selector__chevron{font-size:.85rem;color:#71717a;transition:transform .15s}.warehouse-movements .bulk-variant-selector.is-collapsed{padding-bottom:.5rem}.warehouse-movements .bulk-variant-selector.is-collapsed .bulk-variant-selector__header{margin-bottom:0}.warehouse-movements .bulk-variant-selector .bulk-controls{display:flex;align-items:flex-end;gap:12px;margin-bottom:.85rem}.warehouse-movements .bulk-variant-selector .bulk-controls .form-group{flex:0 0 220px}.warehouse-movements .bulk-variant-selector .bulk-controls .apply-default-btn{height:38px;white-space:nowrap}.warehouse-movements .bulk-variant-selector .muted-info{margin:0;color:#71717a;font-size:.85rem;font-style:italic}.warehouse-movements .bulk-variant-selector .bulk-variants-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #ececef;border-radius:10px;overflow:hidden}.warehouse-movements .bulk-variant-selector .bulk-variants-table th,.warehouse-movements .bulk-variant-selector .bulk-variants-table td{padding:8px 10px;font-size:.85rem;border-bottom:1px solid #ececef;text-align:left;vertical-align:middle}.warehouse-movements .bulk-variant-selector .bulk-variants-table thead th{background:#fafafa;font-weight:600;color:#3f3f46;white-space:nowrap}.warehouse-movements .bulk-variant-selector .bulk-variants-table tbody tr{transition:background .12s}.warehouse-movements .bulk-variant-selector .bulk-variants-table tbody tr.is-checked{background:#1a5fa60d}.warehouse-movements .bulk-variant-selector .bulk-variants-table tbody tr:last-child td{border-bottom:none}.warehouse-movements .bulk-variant-selector .bulk-variants-table input[type=checkbox]{width:16px;height:16px;accent-color:#000000;cursor:pointer}.warehouse-movements .bulk-variant-selector .bulk-variants-table input[type=number]{width:90px;padding:4px 8px;font-size:.85rem;border:1px solid #ececef;border-radius:10px}.warehouse-movements .bulk-variant-selector .bulk-variants-table input[type=number]:disabled{background:#fafafa;color:#a1a1aa}.warehouse-movements .bulk-variant-selector .bulk-variants-table code{font-family:monospace;font-size:.8rem}.warehouse-movements .movements-list{display:flex;flex-direction:column;gap:.4rem}.warehouse-movements .movements-list .movement-card{display:flex;align-items:center;gap:.75rem;background:#fff;border:1px solid #ececef;border-radius:12px;padding:.5rem .85rem;border-left:3px solid #000000;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s,border-color .15s,box-shadow .15s,padding .15s;outline:none}.warehouse-movements .movements-list .movement-card:hover{background:#f4f4f5}.warehouse-movements .movements-list .movement-card:focus-visible{box-shadow:0 0 0 2px #1a5fa659}.warehouse-movements .movements-list .movement-card.movement-arrival{border-left-color:#15803d}.warehouse-movements .movements-list .movement-card.movement-transfer{border-left-color:#000}.warehouse-movements .movements-list .movement-card.movement-out{border-left-color:#b91c1c}.warehouse-movements .movements-list .movement-card.movement-adjustment{border-left-color:#b45309}.warehouse-movements .movements-list .movement-card.is-expanded{align-items:flex-start;padding:.85rem 1rem;background:#f4f4f5;box-shadow:0 1px 4px #0000000f}.warehouse-movements .movements-list .movement-card.is-expanded .movement-icon{font-size:1.5rem}.warehouse-movements .movements-list .movement-card.is-expanded .movement-main .movement-header{margin-bottom:.3rem}.warehouse-movements .movements-list .movement-card.is-expanded .movement-main .movement-item{margin-bottom:.5rem}.warehouse-movements .movements-list .movement-card .movement-icon{font-size:1.15rem;flex-shrink:0;transition:font-size .15s}.warehouse-movements .movements-list .movement-card .movement-main{flex:1;min-width:0}.warehouse-movements .movements-list .movement-card .movement-main .movement-header{display:flex;justify-content:space-between;align-items:center;gap:.65rem;margin-bottom:.1rem}.warehouse-movements .movements-list .movement-card .movement-main .movement-header .movement-type{font-weight:600;color:#000;font-size:.88rem}.warehouse-movements .movements-list .movement-card .movement-main .movement-header .movement-date{color:#71717a;font-size:.78rem;white-space:nowrap}.warehouse-movements .movements-list .movement-card .movement-main .movement-item{color:#71717a;font-size:.85rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.warehouse-movements .movements-list .movement-card .movement-main .movement-details{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.85rem;margin-top:.5rem}.warehouse-movements .movements-list .movement-card .movement-main .movement-details .location{background:#fff;border:1px solid #ececef;padding:.2rem .5rem;border-radius:10px;font-family:monospace;font-size:.8rem}.warehouse-movements .movements-list .movement-card .movement-main .movement-details .arrow{color:#71717a}.warehouse-movements .movements-list .movement-card .movement-main .movement-reference,.warehouse-movements .movements-list .movement-card .movement-main .movement-notes{margin-top:.4rem;font-size:.82rem;color:#71717a}.warehouse-movements .movements-list .movement-card .movement-quantity{text-align:right;flex-shrink:0}.warehouse-movements .movements-list .movement-card .movement-quantity span{display:block}.warehouse-movements .movements-list .movement-card .movement-quantity .positive,.warehouse-movements .movements-list .movement-card .movement-quantity .negative{font-size:1rem;font-weight:700;line-height:1.1}.warehouse-movements .movements-list .movement-card .movement-quantity .positive{color:#15803d}.warehouse-movements .movements-list .movement-card .movement-quantity .negative{color:#b91c1c}.warehouse-movements .movements-list .movement-card .movement-quantity .unit{font-size:.72rem;color:#71717a}.warehouse-movements .movements-list .movement-card.is-expanded .movement-quantity .positive,.warehouse-movements .movements-list .movement-card.is-expanded .movement-quantity .negative{font-size:1.25rem}.warehouse-movements .movements-list .movement-card.is-expanded .movement-quantity .unit{font-size:.8rem}.warehouse-movements .movements-list .movement-card .movement-toggle{flex-shrink:0;color:#71717a;font-size:.7rem;align-self:center;transition:color .15s;margin-left:.25rem}.warehouse-movements .movements-list .movement-card:hover .movement-toggle{color:#000}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-overlay .modal-content{background:#fff;border-radius:14px;padding:2rem;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-overlay .modal-content h3{margin:0 0 .5rem;color:#000;font-weight:700}.modal-overlay .modal-content .modal-subtitle{color:#71717a;margin:0 0 1.5rem;font-family:monospace}.modal-overlay .modal-content .form-group{margin-bottom:1rem}.modal-overlay .modal-content .form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#000}.modal-overlay .modal-content .form-group input,.modal-overlay .modal-content .form-group select,.modal-overlay .modal-content .form-group textarea{width:100%;padding:.75rem;border:1px solid #ececef;border-radius:12px;background:#fff;color:#000}.modal-overlay .modal-content .form-group input:focus,.modal-overlay .modal-content .form-group select:focus,.modal-overlay .modal-content .form-group textarea:focus{outline:none;border-color:#000}.modal-overlay .modal-content .form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #ececef}@media(min-width:768px){.warehouse-page .warehouse-tabs .warehouse-tab{padding:1rem 2rem}}@media(min-width:1024px){.warehouse-stats .stats-cards{grid-template-columns:repeat(3,1fr)}}.warehouse-boxes .section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.warehouse-boxes .section-header h3{margin:0;color:#000;font-size:1.25rem;font-weight:700}.warehouse-boxes .box-low-stock-alert{border:1px solid #b91c1c;border-left:4px solid #b91c1c;background:#c628280f;border-radius:12px;padding:.85rem 1rem;margin-bottom:1.25rem}.warehouse-boxes .box-low-stock-alert .alert-head{display:flex;align-items:center;gap:.5rem;color:#b91c1c;margin-bottom:.5rem}.warehouse-boxes .box-low-stock-alert .alert-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.warehouse-boxes .box-low-stock-alert .alert-list li{display:flex;justify-content:space-between;gap:1rem;font-size:.9rem}.warehouse-boxes .box-low-stock-alert .alert-list li .alert-box-name{font-weight:600;color:#3f3f46}.warehouse-boxes .box-low-stock-alert .alert-list li .alert-box-stock{color:#b91c1c;white-space:nowrap}.warehouse-boxes .box-filter-buttons{display:flex;gap:.5rem;margin-bottom:1.25rem;flex-wrap:wrap}.warehouse-boxes .box-filter-buttons .box-filter-btn{padding:.45rem .9rem;border:1px solid #ececef;background:#fff;border-radius:999px;cursor:pointer;font-size:.85rem;color:#3f3f46;transition:all .15s}.warehouse-boxes .box-filter-buttons .box-filter-btn .count{display:inline-block;margin-left:.35rem;padding:0 .4rem;border-radius:999px;background:#f4f4f5;font-size:.75rem;color:#71717a}.warehouse-boxes .box-filter-buttons .box-filter-btn:hover{border-color:#000}.warehouse-boxes .box-filter-buttons .box-filter-btn.active{background:#000;color:#fff;border-color:#000}.warehouse-boxes .box-filter-buttons .box-filter-btn.active .count{background:#ffffff40;color:#fff}.warehouse-boxes .box-empty{padding:2rem;text-align:center;color:#71717a;border:1px dashed #ececef;border-radius:12px}.warehouse-boxes .boxes-collapse{border:1px solid #ececef;border-radius:12px;overflow:hidden}.warehouse-boxes .boxes-collapse .boxes-collapse__header{width:100%;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f4f4f5;border:none;cursor:pointer;-webkit-user-select:none;user-select:none;text-align:left;transition:background .15s}.warehouse-boxes .boxes-collapse .boxes-collapse__header:hover{background:#ececef}.warehouse-boxes .boxes-collapse .boxes-collapse__header .boxes-collapse__chevron{color:#000;font-size:.8rem;width:14px}.warehouse-boxes .boxes-collapse .boxes-collapse__header .boxes-collapse__title{font-weight:600;color:#000}.warehouse-boxes .boxes-collapse .boxes-collapse__header .boxes-collapse__count{margin-left:auto;padding:.1rem .5rem;border-radius:999px;background:#fff;border:1px solid #ececef;font-size:.8rem;color:#71717a}.warehouse-boxes .boxes-collapse .boxes-collapse__body{padding:1rem}.warehouse-boxes .boxes-collapse.is-collapsed .boxes-collapse__header{border-bottom:none}.warehouse-boxes .boxes-table{overflow-x:auto}.warehouse-boxes .boxes-table table{width:100%;border-collapse:collapse}.warehouse-boxes .boxes-table table th,.warehouse-boxes .boxes-table table td{padding:.8rem .75rem;text-align:left;border-bottom:1px solid #ececef;font-size:.9rem}.warehouse-boxes .boxes-table table th{background:#f4f4f5;font-weight:600;color:#000;white-space:nowrap;font-size:.82rem;text-transform:uppercase;letter-spacing:.5px}.warehouse-boxes .boxes-table table tbody tr:hover{background:#f4f4f5}.warehouse-boxes .boxes-table table .box-name{font-size:.82rem;color:#71717a}.warehouse-boxes .boxes-table table .box-stock-cell .low-stock-flag{margin-right:.3rem}.warehouse-boxes .boxes-table table tr.is-offline{background:#f4f4f5;color:#71717a}.warehouse-boxes .boxes-table table tr.is-offline td{text-decoration:line-through}.warehouse-boxes .boxes-table table tr.is-offline .box-actions,.warehouse-boxes .boxes-table table tr.is-offline .badge{text-decoration:none}.warehouse-boxes .boxes-table table tr.is-low-stock{background:#c6282814}.warehouse-boxes .boxes-table table tr.is-low-stock:hover{background:#c6282824}.warehouse-boxes .boxes-table table tr.is-low-stock .box-stock-cell{color:#b91c1c;font-weight:700}.warehouse-boxes .boxes-table .badge{display:inline-block;padding:.2rem .55rem;border-radius:999px;font-size:.75rem;font-weight:600}.warehouse-boxes .boxes-table .badge.badge-active{background:#2e7d321f;color:#15803d}.warehouse-boxes .boxes-table .badge.badge-offline{background:#66666626;color:#71717a}.warehouse-boxes .boxes-table .box-actions{white-space:nowrap}.warehouse-boxes .boxes-table .box-actions .btn-icon{background:transparent;border:1px solid #ececef;border-radius:999px;padding:.3rem .45rem;cursor:pointer;margin-right:.25rem;font-size:.95rem;transition:all .15s}.warehouse-boxes .boxes-table .box-actions .btn-icon:hover{border-color:#000;background:#f4f4f5}.warehouse-boxes .boxes-table .box-actions .btn-icon.btn-icon-danger:hover{border-color:#b91c1c}.box-form-modal .box-dimension-group{border:1px solid #ececef;border-radius:12px;padding:.5rem .85rem .85rem;margin-bottom:1rem}.box-form-modal .box-dimension-group legend{padding:0 .4rem;font-size:.85rem;font-weight:600;color:#000}.confirm-modal{max-width:460px}.confirm-modal .confirm-message{color:#3f3f46;margin:.5rem 0 1.25rem;line-height:1.5}.couriers-table .courier-logo{height:32px;max-width:80px;object-fit:contain;display:block}.couriers-table .courier-logo-placeholder{color:#a1a1aa}.couriers-table .courier-countries{font-size:.85rem}.couriers-table tr[draggable=true]{cursor:grab}.couriers-table tr[draggable=true]:active{cursor:grabbing}.couriers-table .drag-col{width:28px}.couriers-table .drag-handle{text-align:center;color:#a1a1aa;font-size:1.1rem;cursor:grab;-webkit-user-select:none;user-select:none}.couriers-table tr.dragging{opacity:.45}.couriers-table tr.drag-over td{border-top:2px solid #000000}.courier-reorder-hint{margin:0 0 .75rem;font-size:.82rem;color:#71717a}.modal-content.courier-form-modal .courier-names-group{border:1px solid #ececef;border-radius:12px;padding:.5rem .85rem .85rem}.modal-content.courier-form-modal .courier-names-group legend{padding:0 .4rem;font-size:.85rem;font-weight:600;color:#000}.modal-content.courier-form-modal .courier-names-group .muted-info{margin:0 0 .5rem;font-size:.8rem;color:#71717a}.modal-content.courier-form-modal{width:min(960px,95vw);max-width:min(960px,95vw);min-height:min(820px,88vh);padding:2.5rem;display:flex;flex-direction:column}.modal-content.courier-form-modal form{flex:1;display:flex;flex-direction:column}.modal-content.courier-form-modal .form-row{margin-bottom:1.35rem}.modal-content.courier-form-modal fieldset{margin-bottom:1.5rem}.modal-content.courier-form-modal .form-actions{margin-top:auto;padding-top:1.25rem}.modal-content.courier-form-modal .courier-logo-upload{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.modal-content.courier-form-modal .courier-logo-upload .courier-logo-preview{height:48px;max-width:120px;object-fit:contain;border:1px solid #ececef;border-radius:10px;padding:.25rem;background:#fff}.modal-content.courier-form-modal .courier-logo-upload .courier-logo-preview.is-empty{display:flex;align-items:center;justify-content:center;width:64px;color:#a1a1aa}.modal-content.courier-form-modal .courier-logo-upload .muted-info{color:#b45309;font-size:.85rem}.modal-content.courier-form-modal .courier-logo-library{margin-top:.6rem}.modal-content.courier-form-modal .courier-logo-library .muted-info{margin:0 0 .4rem;font-size:.8rem;color:#a1a1aa}.modal-content.courier-form-modal .courier-logo-library .courier-logo-options{display:flex;flex-wrap:wrap;gap:.5rem}.modal-content.courier-form-modal .courier-logo-library .courier-logo-option{display:flex;align-items:center;justify-content:center;width:76px;height:44px;padding:.25rem;border:1px solid #ececef;border-radius:10px;background:#fff;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.modal-content.courier-form-modal .courier-logo-library .courier-logo-option img{max-width:100%;max-height:100%;object-fit:contain}.modal-content.courier-form-modal .courier-logo-library .courier-logo-option:hover{border-color:#000}.modal-content.courier-form-modal .courier-logo-library .courier-logo-option.is-selected{border-color:#000;box-shadow:0 0 0 2px #0000001f}.modal-content.courier-form-modal .courier-rates-group{border:1px solid #ececef;border-radius:12px;padding:.5rem .85rem .85rem;margin-bottom:1rem}.modal-content.courier-form-modal .courier-rates-group legend{padding:0 .4rem;font-size:.85rem;font-weight:600;color:#000}.modal-content.courier-form-modal .courier-rates-group .courier-country-block{border:1px dashed #ececef;border-radius:12px;padding:.75rem;margin-bottom:.85rem;background:#f4f4f5}.modal-content.courier-form-modal .courier-rates-group .courier-country-block .courier-country-head{display:flex;align-items:flex-end;gap:.75rem}.modal-content.courier-form-modal .courier-rates-group .courier-country-block .courier-country-head .form-group{margin-bottom:0;flex:1;max-width:220px}.modal-content.courier-form-modal .courier-rates-group .courier-country-block .courier-rate-rows{width:100%;border-collapse:collapse;margin:.6rem 0}.modal-content.courier-form-modal .courier-rates-group .courier-country-block .courier-rate-rows th{text-align:left;font-size:.75rem;text-transform:uppercase;letter-spacing:.4px;color:#71717a;padding:.3rem .4rem;font-weight:600}.modal-content.courier-form-modal .courier-rates-group .courier-country-block .courier-rate-rows td{padding:.2rem .4rem;vertical-align:middle}.modal-content.courier-form-modal .courier-rates-group .courier-country-block .courier-rate-rows input{width:100%;box-sizing:border-box}.modal-content.courier-form-modal .courier-rates-group .courier-country-block .btn-add-row{font-size:.82rem;padding:.35rem .7rem}.modal-content.courier-form-modal .courier-rates-group .btn-add-country{font-size:.85rem}.warehouse-couriers .btn-icon{background:transparent;border:1px solid #ececef;border-radius:999px;padding:.25rem .4rem;cursor:pointer}.warehouse-couriers .btn-icon:hover{border-color:#000}.warehouse-couriers .btn-icon.btn-icon-danger:hover{border-color:#b91c1c}.cod-settings{max-width:760px}.cod-settings .cod-settings-desc{margin:0 0 1.5rem;font-size:.9rem;line-height:1.6;color:#71717a;max-width:62ch}.cod-settings .cod-settings-msg{display:flex;align-items:center;gap:.5rem;padding:.8rem 1rem;border-radius:12px;margin-bottom:1.25rem;font-size:.9rem;font-weight:600;border:1px solid transparent}.cod-settings .cod-settings-msg.success{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.cod-settings .cod-settings-msg.error{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.cod-settings .cod-settings-card{padding:1.5rem;background:#fff;border:1px solid #ececef;border-radius:16px;box-shadow:0 1px 2px #1018280a,0 8px 24px #1018280a}.cod-settings .form-group{min-width:0}.cod-settings .form-group label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.875rem;color:#000}.cod-settings .form-group input{width:100%;padding:.75rem;border:1px solid #ececef;border-radius:12px;background:#fff;font:inherit;font-size:.95rem;color:#000;transition:border-color .15s ease,box-shadow .15s ease}.cod-settings .form-group input:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #11182714}.cod-settings .form-group input:disabled{background:#f4f4f5;color:#71717a;cursor:not-allowed}.cod-settings .cod-settings-row{display:grid;grid-template-columns:1fr 1fr auto;align-items:end;gap:1.25rem}@media(max-width:720px){.cod-settings .cod-settings-row{grid-template-columns:1fr 1fr}}@media(max-width:460px){.cod-settings .cod-settings-row{grid-template-columns:1fr}}.cod-settings .cod-settings-gross{display:flex;flex-direction:column;gap:.3rem;padding:.85rem 1.25rem;min-width:190px;background:#f4f4f5;border:1px solid #ececef;border-radius:12px}@media(max-width:720px){.cod-settings .cod-settings-gross{grid-column:1/-1}}.cod-settings .cod-settings-gross-label{font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#71717a}.cod-settings .cod-settings-gross-value{font-size:1.5rem;font-weight:700;line-height:1.1;color:#000;font-variant-numeric:tabular-nums}.cod-settings .cod-settings-actions{display:flex;justify-content:flex-end;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid #ececef}.orders-page{padding:0}.orders-page .orders-header{margin-bottom:1.5rem}.orders-page .orders-header h2{margin:0 0 .5rem;font-size:1.75rem;color:#111}.orders-page .orders-header .orders-subtitle{margin:0;color:#111;font-size:.95rem}.orders-page .orders-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:2px solid #f1f1f3;padding-bottom:0}.orders-page .orders-tabs .orders-tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:none;background:transparent;color:#111;font-size:.95rem;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s ease}.orders-page .orders-tabs .orders-tab:hover{color:#111;background:#0000000a}.orders-page .orders-tabs .orders-tab.active{color:#111;border-bottom-color:#111;font-weight:600}.orders-page .orders-tabs .orders-tab .tab-icon{font-size:1.1rem}.orders-page .orders-content{background:#fff;border-radius:14px;box-shadow:0 1px 2px #1018280a,0 6px 18px #1018280d}.orders-stats{padding:1.5rem}.orders-stats .stats-loading,.orders-stats .stats-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem}.orders-stats .stats-loading .spinner,.orders-stats .stats-error .spinner{width:40px;height:40px;border:3px solid #f1f1f3;border-top-color:#111;border-radius:50%;animation:spin 1s linear infinite}.orders-stats .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.orders-stats .stat-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#fafafa;border-radius:14px;border:1px solid #f1f1f3;color:#111}.orders-stats .stat-card .stat-content .stat-value{color:#111}.orders-stats .stat-card.highlight{background:linear-gradient(135deg,#111,#000);color:#fff;border:none}.orders-stats .stat-card.highlight .stat-content .stat-value{color:#fff}.orders-stats .stat-card.highlight .stat-label{color:#ffffffd9}.orders-stats .stat-card.warning{background:linear-gradient(135deg,#b45309 0% 100%);color:#111;border:none}.orders-stats .stat-card.warning .stat-label{color:#111}.orders-stats .stat-card.info{background:linear-gradient(135deg,#6f42c1,#5f37a8);color:#fff;border:none}.orders-stats .stat-card.info .stat-content .stat-value{color:#fff}.orders-stats .stat-card.info .stat-label{color:#ffffffd9}.orders-stats .stat-card.success{background:linear-gradient(135deg,#15803d,#166534);color:#fff;border:none}.orders-stats .stat-card.success .stat-content .stat-value{color:#fff}.orders-stats .stat-card.success .stat-label{color:#ffffffd9}.orders-stats .stat-card .stat-icon{font-size:2rem}.orders-stats .stat-card .stat-content{display:flex;flex-direction:column}.orders-stats .stat-card .stat-content .stat-value{font-size:1.75rem;font-weight:700;line-height:1.2}.orders-stats .stat-card .stat-content .stat-label{font-size:.85rem;color:#111}.orders-stats .stat-card .stat-content .stat-change{font-size:.8rem;font-weight:500;margin-top:.25rem}.orders-stats .stat-card .stat-content .stat-change.positive{color:#15803d}.orders-stats .stat-card .stat-content .stat-change.negative{color:#b91c1c}.orders-stats .stats-section{margin-top:2rem}.orders-stats .stats-section h3{margin:0 0 1rem;font-size:1.1rem;color:#111}.orders-stats .status-bars{display:flex;flex-direction:column;gap:.75rem}.orders-stats .status-bars .status-bar-item .status-bar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.orders-stats .status-bars .status-bar-item .status-bar-header .status-badge{display:inline-block;padding:.25rem .75rem;border-radius:999px;color:#fff;font-size:.8rem;font-weight:500}.orders-stats .status-bars .status-bar-item .status-bar-header .status-count{font-weight:600;color:#111}.orders-stats .status-bars .status-bar-item .status-bar-track{height:8px;background:#f1f1f3;border-radius:10px;overflow:hidden}.orders-stats .status-bars .status-bar-item .status-bar-track .status-bar-fill{height:100%;border-radius:10px;transition:width .3s ease}.orders-stats .stats-actions{margin-top:2rem;display:flex;justify-content:center}.orders-stats .stats-actions .btn-primary{padding:.75rem 2rem;background:#111;color:#fff;border:none;border-radius:999px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.orders-stats .stats-actions .btn-primary:hover{background:#000}.orders-list{padding:1.5rem}.orders-list .orders-filters{margin-bottom:1.5rem}.orders-list .orders-filters .filters-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem}.orders-list .orders-filters .filters-row:last-child{margin-bottom:0}.orders-list .orders-filters .filter-group{flex:1;min-width:150px}.orders-list .orders-filters .filter-group.search{flex:2;min-width:250px}.orders-list .orders-filters .filter-group.date{display:flex;align-items:center;gap:.5rem;flex:0 0 auto}.orders-list .orders-filters .filter-group.date label{font-size:.85rem;color:#111;white-space:nowrap}.orders-list .orders-filters .filter-group input,.orders-list .orders-filters .filter-group select{width:100%;padding:.625rem .875rem;border:1px solid #e4e4e7;border-radius:12px;font-size:.9rem;color:#111;background:#fff}.orders-list .orders-filters .filter-group input:focus,.orders-list .orders-filters .filter-group select:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #11182714}.orders-list .orders-filters .filter-group input::placeholder,.orders-list .orders-filters .filter-group select::placeholder{color:#52525b}.orders-list .orders-filters .btn-clear,.orders-list .orders-filters .btn-refresh{padding:.625rem 1rem;border:1px solid #e4e4e7;border-radius:999px;background:#fff;color:#111;font-size:.9rem;cursor:pointer;transition:all .2s}.orders-list .orders-filters .btn-clear:hover,.orders-list .orders-filters .btn-refresh:hover{border-color:#111;color:#111}.orders-list .orders-filters .btn-refresh{background:#111;border-color:#111;color:#fff}.orders-list .orders-filters .btn-refresh:hover{background:#000}.orders-list .orders-loading,.orders-list .orders-error,.orders-list .orders-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem;color:#111}.orders-list .orders-loading .spinner,.orders-list .orders-error .spinner,.orders-list .orders-empty .spinner{width:40px;height:40px;border:3px solid #f1f1f3;border-top-color:#111;border-radius:50%;animation:spin 1s linear infinite}.orders-list .orders-loading button,.orders-list .orders-error button,.orders-list .orders-empty button{padding:.5rem 1rem;background:#111;color:#fff;border:none;border-radius:999px;cursor:pointer}.orders-list .orders-loading button:hover,.orders-list .orders-error button:hover,.orders-list .orders-empty button:hover{background:#000}.orders-list .orders-table-wrapper{overflow-x:auto;margin-bottom:1.5rem}.orders-list .orders-table{width:100%;border-collapse:collapse}.orders-list .orders-table th,.orders-list .orders-table td{padding:.875rem .75rem;text-align:left;border-bottom:1px solid #f1f1f3}.orders-list .orders-table th{background:#fafafa;font-weight:600;font-size:.8rem;text-transform:uppercase;color:#111;white-space:nowrap}.orders-list .orders-table td{color:#111}.orders-list .orders-table tbody tr{transition:background .15s}.orders-list .orders-table tbody tr:hover{background:#fafafa}.orders-list .orders-table tbody tr.highlight-row{background:#ffc10714}.orders-list .orders-table tbody tr.highlight-row:hover{background:#ffc1071f}.orders-list .orders-table .order-number{font-family:monospace;font-size:.9rem}.orders-list .orders-table .order-number strong{display:block;color:#111}.orders-list .orders-table .order-number .guest-badge{display:inline-block;padding:.15rem .5rem;background:#f1f1f3;color:#111;font-size:.7rem;border-radius:14px;margin-top:.25rem}.orders-list .orders-table .order-date{font-size:.85rem;color:#111;white-space:nowrap}.orders-list .orders-table .order-customer .customer-name{display:block;font-weight:500;color:#111}.orders-list .orders-table .order-customer .customer-email{display:block;font-size:.8rem;color:#111}.orders-list .orders-table .order-customer .no-data{color:#111}.orders-list .orders-table .status-badge{display:inline-block;padding:.3rem .6rem;border-radius:999px;color:#fff;font-size:.75rem;font-weight:500;white-space:nowrap}.orders-list .orders-table .payment-method,.orders-list .orders-table .shipping-method{display:flex;align-items:center;gap:.5rem}.orders-list .orders-table .payment-method .method-icon,.orders-list .orders-table .shipping-method .method-icon{font-size:1.1rem}.orders-list .orders-table .payment-method .method-label,.orders-list .orders-table .shipping-method .method-label{font-size:.85rem;color:#111}.orders-list .orders-table .order-total{font-family:monospace;white-space:nowrap}.orders-list .orders-table .order-actions .btn-view{padding:.4rem .6rem;background:transparent;border:1px solid #e4e4e7;border-radius:999px;cursor:pointer;font-size:1rem;color:#111;transition:all .2s}.orders-list .orders-table .order-actions .btn-view:hover{background:#111;border-color:#111;color:#fff}.orders-list .orders-pagination{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.orders-list .orders-pagination .pagination-info{font-size:.85rem;color:#111}.orders-list .orders-pagination .pagination-controls{display:flex;align-items:center;gap:.25rem}.orders-list .orders-pagination .pagination-controls button{padding:.5rem .75rem;border:1px solid #e4e4e7;background:#fff;color:#111;font-size:.85rem;cursor:pointer;transition:all .2s}.orders-list .orders-pagination .pagination-controls button:first-child{border-radius:6px 0 0 6px}.orders-list .orders-pagination .pagination-controls button:last-child{border-radius:0 6px 6px 0}.orders-list .orders-pagination .pagination-controls button:hover:not(:disabled){background:#fafafa;border-color:#111;color:#111}.orders-list .orders-pagination .pagination-controls button:disabled{opacity:.5;cursor:not-allowed}.orders-list .orders-pagination .pagination-controls button.active{background:#111;border-color:#111;color:#fff}.orders-list .orders-pagination .pagination-controls .page-numbers{display:flex}.orders-list .orders-pagination .pagination-controls .page-numbers button{border-radius:0;min-width:36px}.orders-list .orders-pagination .pagination-limit select{padding:.5rem .75rem;border:1px solid #e4e4e7;border-radius:12px;background:#fff;font-size:.85rem;cursor:pointer}.orders-list .orders-pagination .pagination-limit select:focus{outline:none;border-color:#111}.order-detail-overlay{position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;background:#0009!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:1.5rem!important;z-index:9999!important;overflow-y:auto!important;box-sizing:border-box!important}.order-detail-overlay,.order-detail-overlay *,.order-detail-overlay *:before,.order-detail-overlay *:after{box-sizing:border-box!important}.order-detail-overlay .order-detail-modal{background:#fff!important;border-radius:16px!important;width:calc(100vw - 3rem)!important;max-width:1400px!important;min-height:85vh!important;max-height:calc(100vh - 3rem)!important;display:flex!important;flex-direction:column!important;box-shadow:0 25px 80px #0000004d!important;margin:auto!important}.order-detail-overlay .order-detail-modal .modal-loading,.order-detail-overlay .order-detail-modal .modal-error{padding:3rem;text-align:center}.order-detail-overlay .order-detail-modal .modal-loading .spinner,.order-detail-overlay .order-detail-modal .modal-error .spinner{width:40px;height:40px;border:3px solid #f1f1f3;border-top-color:#111;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.order-detail-overlay .order-detail-modal .modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;border-bottom:1px solid #f1f1f3;width:100%;box-sizing:border-box;flex-shrink:0}.order-detail-overlay .order-detail-modal .modal-header .header-title h2{margin:0 0 .5rem;font-size:1.35rem;color:#111}.order-detail-overlay .order-detail-modal .modal-header .header-title .header-badges{display:flex;gap:.5rem;flex-wrap:wrap}.order-detail-overlay .order-detail-modal .modal-header .header-title .header-badges .status-badge{display:inline-block;padding:.3rem .75rem;border-radius:999px;color:#fff;font-size:.8rem;font-weight:500}.order-detail-overlay .order-detail-modal .modal-header .header-title .header-badges .guest-badge{display:inline-block;padding:.3rem .75rem;background:#f1f1f3;color:#111;font-size:.8rem;border-radius:999px}.order-detail-overlay .order-detail-modal .modal-header .modal-close{width:36px;height:36px;border:none;background:#fafafa;border-radius:50%;font-size:1.5rem;color:#111;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.order-detail-overlay .order-detail-modal .modal-header .modal-close:hover{background:#f1f1f3;color:#111}.order-detail-overlay .order-detail-modal .modal-content{flex:1 1 auto;overflow-y:auto;padding:2rem;width:100%!important;max-width:100%!important;min-width:100%!important;box-sizing:border-box;display:block}.order-detail-overlay .order-detail-modal .modal-content .error-message{padding:.75rem 1rem;background:#fef2f2;border:1px solid #b91c1c;border-radius:12px;color:#b91c1c;margin-bottom:1rem;width:100%!important}.order-detail-overlay .order-detail-modal .modal-content .detail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:1.5rem;width:100%!important;max-width:100%!important}@media(max-width:1200px){.order-detail-overlay .order-detail-modal .modal-content .detail-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.order-detail-overlay .order-detail-modal .modal-content .detail-grid{grid-template-columns:1fr}}.order-detail-overlay .order-detail-modal .modal-content .detail-section{background:#fafafa;border-radius:14px;padding:1.25rem;width:100%!important;max-width:100%!important;box-sizing:border-box}.order-detail-overlay .order-detail-modal .modal-content .detail-section h3{margin:0 0 1rem;font-size:1rem;color:#111;padding-bottom:.75rem;border-bottom:1px solid #f1f1f3}.order-detail-overlay .order-detail-modal .modal-content .detail-section .info-grid{display:flex;flex-direction:column;gap:.75rem;width:100%}.order-detail-overlay .order-detail-modal .modal-content .detail-section .info-grid .info-item{display:flex;justify-content:space-between;align-items:center;width:100%}.order-detail-overlay .order-detail-modal .modal-content .detail-section .info-grid .info-item label{color:#111;font-size:.9rem}.order-detail-overlay .order-detail-modal .modal-content .detail-section .info-grid .info-item span{font-weight:500;color:#111}.order-detail-overlay .order-detail-modal .modal-content .detail-section .address-card{width:100%}.order-detail-overlay .order-detail-modal .modal-content .detail-section .address-card p{margin:0 0 .25rem;color:#111}.order-detail-overlay .order-detail-modal .modal-content .detail-section .address-card p.company-name{font-weight:600;font-size:1.05rem}.order-detail-overlay .order-detail-modal .modal-content .detail-section .no-data{color:#111;font-style:italic}.order-detail-overlay .order-detail-modal .modal-content .detail-section.items-section{background:transparent;padding:0;width:100%!important;max-width:100%!important;margin-top:1.5rem}.order-detail-overlay .order-detail-modal .modal-content .detail-section.items-section h3{background:#fafafa;padding:1rem 1.25rem;margin:0;border-radius:12px 12px 0 0;border-bottom:none}.order-detail-overlay .order-detail-modal .modal-content .items-table{width:100%!important;max-width:100%!important;border-collapse:collapse;background:#fff;border:1px solid #f1f1f3;border-radius:0 0 12px 12px;overflow:hidden;table-layout:auto}.order-detail-overlay .order-detail-modal .modal-content .items-table th,.order-detail-overlay .order-detail-modal .modal-content .items-table td{padding:.875rem 1rem;text-align:left;border-bottom:1px solid #f1f1f3}.order-detail-overlay .order-detail-modal .modal-content .items-table th{background:#fafafa;font-weight:600;font-size:.8rem;text-transform:uppercase;color:#111}.order-detail-overlay .order-detail-modal .modal-content .items-table td{color:#111}.order-detail-overlay .order-detail-modal .modal-content .items-table .product-cell{display:flex;align-items:center;gap:.75rem}.order-detail-overlay .order-detail-modal .modal-content .items-table .product-cell .product-thumb{width:50px;height:50px;object-fit:cover;border-radius:12px;border:1px solid #f1f1f3}.order-detail-overlay .order-detail-modal .modal-content .items-table .product-cell .product-name{font-weight:500;color:#111}.order-detail-overlay .order-detail-modal .modal-content .items-table .variant-info{display:inline-block;padding:.2rem .5rem;background:#f1f1f3;border-radius:10px;font-size:.8rem;margin-right:.25rem;color:#111}.order-detail-overlay .order-detail-modal .modal-content .items-table .quantity{text-align:center;font-weight:600;color:#111}.order-detail-overlay .order-detail-modal .modal-content .order-totals{background:#fff;border:1px solid #f1f1f3;border-top:none;border-radius:0 0 12px 12px;padding:1rem 1.25rem;width:100%!important;max-width:100%!important;box-sizing:border-box}.order-detail-overlay .order-detail-modal .modal-content .order-totals .total-row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.95rem;color:#111}.order-detail-overlay .order-detail-modal .modal-content .order-totals .total-row.discount{color:#15803d}.order-detail-overlay .order-detail-modal .modal-content .order-totals .total-row.grand-total{border-top:2px solid #f1f1f3;margin-top:.5rem;padding-top:1rem;font-size:1.1rem;font-weight:700;color:#111}.order-detail-overlay .order-detail-modal .modal-content .actions-and-notes-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1.5rem;width:100%!important;max-width:100%!important}@media(max-width:1000px){.order-detail-overlay .order-detail-modal .modal-content .actions-and-notes-row{grid-template-columns:1fr}}.order-detail-overlay .order-detail-modal .modal-content .actions-section{background:#fafafa;border-radius:14px;padding:1.25rem;width:100%!important;max-width:100%!important;box-sizing:border-box}.order-detail-overlay .order-detail-modal .modal-content .actions-section h3{margin:0 0 1rem;font-size:1rem;color:#111;padding-bottom:.75rem;border-bottom:1px solid #f1f1f3}.order-detail-overlay .order-detail-modal .modal-content .actions-section .status-update-form .form-row{display:flex;gap:1rem;margin-bottom:1rem}@media(max-width:600px){.order-detail-overlay .order-detail-modal .modal-content .actions-section .status-update-form .form-row{flex-direction:column}}.order-detail-overlay .order-detail-modal .modal-content .actions-section .status-update-form .form-group{flex:1}.order-detail-overlay .order-detail-modal .modal-content .actions-section .status-update-form .form-group label{display:block;margin-bottom:.5rem;font-size:.85rem;color:#111}.order-detail-overlay .order-detail-modal .modal-content .actions-section .status-update-form .form-group input,.order-detail-overlay .order-detail-modal .modal-content .actions-section .status-update-form .form-group select,.order-detail-overlay .order-detail-modal .modal-content .actions-section .status-update-form .form-group textarea{width:100%;padding:.625rem .875rem;border:1px solid #e4e4e7;border-radius:12px;font-size:.9rem;background:#fff;color:#111}.order-detail-overlay .order-detail-modal .modal-content .actions-section .status-update-form .form-group input:focus,.order-detail-overlay .order-detail-modal .modal-content .actions-section .status-update-form .form-group select:focus,.order-detail-overlay .order-detail-modal .modal-content .actions-section .status-update-form .form-group textarea:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #11182714}.order-detail-overlay .order-detail-modal .modal-content .actions-section .status-update-form .form-group textarea{resize:vertical;min-height:60px}.order-detail-overlay .order-detail-modal .modal-content .actions-section .status-update-form .btn-save{padding:.75rem 1.5rem;background:#111;color:#fff;border:none;border-radius:999px;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .2s}.order-detail-overlay .order-detail-modal .modal-content .actions-section .status-update-form .btn-save:hover:not(:disabled){background:#000}.order-detail-overlay .order-detail-modal .modal-content .actions-section .status-update-form .btn-save:disabled{opacity:.6;cursor:not-allowed}.order-detail-overlay .order-detail-modal .modal-content .notes-section{background:#fafafa;border-radius:14px;padding:1.25rem;width:100%!important;max-width:100%!important;box-sizing:border-box}.order-detail-overlay .order-detail-modal .modal-content .notes-section h3{margin:0 0 1rem;font-size:1rem;color:#111;padding-bottom:.75rem;border-bottom:1px solid #f1f1f3}.order-detail-overlay .order-detail-modal .modal-content .notes-section .note-card{padding:1rem;border-radius:12px;margin-bottom:1rem}.order-detail-overlay .order-detail-modal .modal-content .notes-section .note-card.customer-note{background:#fffbeb;border:1px solid #b45309}.order-detail-overlay .order-detail-modal .modal-content .notes-section .note-card.admin-note{background:#eff6ff;border:1px solid #1a5fa6}.order-detail-overlay .order-detail-modal .modal-content .notes-section .note-card strong{display:block;margin-bottom:.5rem;font-size:.85rem;color:#111}.order-detail-overlay .order-detail-modal .modal-content .notes-section .note-card p{margin:0;white-space:pre-wrap;color:#111}.order-detail-overlay .order-detail-modal .modal-content .notes-section .add-note-form{display:flex;flex-direction:column;gap:.75rem}.order-detail-overlay .order-detail-modal .modal-content .notes-section .add-note-form textarea{width:100%;padding:.75rem;border:1px solid #e4e4e7;border-radius:12px;font-size:.9rem;resize:vertical;min-height:60px;color:#111}.order-detail-overlay .order-detail-modal .modal-content .notes-section .add-note-form textarea:focus{outline:none;border-color:#111}.order-detail-overlay .order-detail-modal .modal-content .notes-section .add-note-form .btn-add-note{align-self:flex-start;padding:.5rem 1rem;background:#1a5fa6;color:#fff;border:none;border-radius:999px;font-size:.9rem;cursor:pointer}.order-detail-overlay .order-detail-modal .modal-content .notes-section .add-note-form .btn-add-note:hover:not(:disabled){background:#1a5fa6}.order-detail-overlay .order-detail-modal .modal-content .notes-section .add-note-form .btn-add-note:disabled{opacity:.6;cursor:not-allowed}.order-detail-overlay .order-detail-modal .modal-content .history-section{margin-top:1.5rem;background:#fafafa;border-radius:14px;padding:1.25rem;width:100%!important;max-width:100%!important;box-sizing:border-box}.order-detail-overlay .order-detail-modal .modal-content .history-section h3{margin:0 0 1rem;font-size:1rem;color:#111;padding-bottom:.75rem;border-bottom:1px solid #f1f1f3}.order-detail-overlay .order-detail-modal .modal-content .history-section .history-timeline{position:relative;max-height:300px;overflow-y:auto}.order-detail-overlay .order-detail-modal .modal-content .history-section .history-timeline .history-item{display:flex;gap:1rem;padding-bottom:1.5rem}.order-detail-overlay .order-detail-modal .modal-content .history-section .history-timeline .history-item:last-child{padding-bottom:0}.order-detail-overlay .order-detail-modal .modal-content .history-section .history-timeline .history-item .history-marker{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.order-detail-overlay .order-detail-modal .modal-content .history-section .history-timeline .history-item .history-marker .marker-dot{width:12px;height:12px;border-radius:50%;background:#111}.order-detail-overlay .order-detail-modal .modal-content .history-section .history-timeline .history-item .history-marker .marker-line{flex:1;width:2px;background:#f1f1f3;margin-top:4px}.order-detail-overlay .order-detail-modal .modal-content .history-section .history-timeline .history-item .history-content{flex:1;background:#fff;border:1px solid #f1f1f3;border-radius:12px;padding:.875rem}.order-detail-overlay .order-detail-modal .modal-content .history-section .history-timeline .history-item .history-content .history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.order-detail-overlay .order-detail-modal .modal-content .history-section .history-timeline .history-item .history-content .history-header .history-type{font-weight:500;font-size:.9rem;color:#111}.order-detail-overlay .order-detail-modal .modal-content .history-section .history-timeline .history-item .history-content .history-header .history-date{font-size:.8rem;color:#111}.order-detail-overlay .order-detail-modal .modal-content .history-section .history-timeline .history-item .history-content .history-change{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.order-detail-overlay .order-detail-modal .modal-content .history-section .history-timeline .history-item .history-content .history-change .status-badge.small{padding:.2rem .5rem;font-size:.75rem}.order-detail-overlay .order-detail-modal .modal-content .history-section .history-timeline .history-item .history-content .history-change .arrow{color:#111}.order-detail-overlay .order-detail-modal .modal-content .history-section .history-timeline .history-item .history-content .history-note{margin:.5rem 0;padding:.5rem;background:#fafafa;border-radius:10px;font-size:.85rem;color:#111}.order-detail-overlay .order-detail-modal .modal-content .history-section .history-timeline .history-item .history-content .history-by{font-size:.8rem;color:#111}.order-detail-overlay .order-detail-modal .modal-footer{padding:1rem 1.5rem;border-top:1px solid #f1f1f3;display:flex;justify-content:flex-end;width:100%;box-sizing:border-box;flex-shrink:0}.order-detail-overlay .order-detail-modal .modal-footer .btn-close{padding:.75rem 1.5rem;background:#71717a;color:#fff;border:none;border-radius:999px;font-size:.95rem;cursor:pointer}.order-detail-overlay .order-detail-modal .modal-footer .btn-close:hover{background:#52525b}.home-cards-admin{max-width:1400px;margin:0 auto}.home-cards-admin .home-cards-header{margin-bottom:2rem}.home-cards-admin .home-cards-header h2{margin:0 0 .5rem;font-size:1.75rem;color:#111}.home-cards-admin .home-cards-header .subtitle{margin:0;color:#52525b;font-size:.95rem}.home-cards-admin .language-selector{background:#fff;padding:1.25rem;border-radius:14px;margin-bottom:1.5rem}.home-cards-admin .language-selector label{display:block;margin-bottom:.75rem;font-weight:500;color:#111}.home-cards-admin .language-selector .language-buttons{display:flex;gap:.75rem}.home-cards-admin .language-selector .language-buttons .lang-btn{padding:.75rem 1.5rem;border:2px solid #ececef;border-radius:999px;background:#fff;cursor:pointer;font-size:1rem;transition:all .2s}.home-cards-admin .language-selector .language-buttons .lang-btn:hover{border-color:#111}.home-cards-admin .language-selector .language-buttons .lang-btn.active{background:#111;border-color:#111;color:#fff}.home-cards-admin .message{padding:1rem 1.25rem;border-radius:12px;margin-bottom:1.5rem;font-size:.95rem}.home-cards-admin .message.error{background:#fef2f2;border:1px solid #b91c1c;color:#b91c1c}.home-cards-admin .message.success{background:#f0fdf4;border:1px solid #15803d;color:#15803d}.home-cards-admin .upload-section{background:#fff;padding:2rem;border-radius:14px;margin-bottom:2rem;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.home-cards-admin .upload-section .orientation-selector{display:flex;gap:.5rem}.home-cards-admin .upload-section .orientation-selector .orientation-btn{padding:.5rem 1rem;border:2px solid #ececef;border-radius:999px;background:#fff;font-family:inherit;font-size:.9rem;cursor:pointer;transition:all .2s}.home-cards-admin .upload-section .orientation-selector .orientation-btn:hover{border-color:#111}.home-cards-admin .upload-section .orientation-selector .orientation-btn.active{background:#111;border-color:#111;color:#fff}.home-cards-admin .upload-section .orientation-selector .orientation-btn:focus-visible{outline:2px solid #111111;outline-offset:2px}.home-cards-admin .upload-section .orientation-hint{margin:0;max-width:46ch;font-size:.8rem;line-height:1.5;color:#71717a}.home-cards-admin .upload-section .media-type-selector{display:flex;gap:.5rem}.home-cards-admin .upload-section .media-type-selector .media-type-btn{padding:.5rem 1rem;border:2px solid #ececef;border-radius:999px;background:#fff;cursor:pointer;font-size:.9rem;transition:all .2s}.home-cards-admin .upload-section .media-type-selector .media-type-btn:hover{border-color:#111}.home-cards-admin .upload-section .media-type-selector .media-type-btn.active{background:#111;border-color:#111;color:#fff}.home-cards-admin .upload-section .upload-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#111,#000);color:#fff;border:none;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.home-cards-admin .upload-section .upload-btn:hover:not(.disabled){transform:translateY(-2px);box-shadow:0 6px 20px #1118273d}.home-cards-admin .upload-section .upload-btn.disabled{opacity:.7;cursor:not-allowed}.home-cards-admin .upload-section .upload-btn .spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.home-cards-admin .upload-section .upload-hint{color:#52525b;font-size:.9rem}.home-cards-admin .cards-section{background:#fff;padding:1.5rem;border-radius:14px;margin-bottom:2rem}.home-cards-admin .cards-section h3{margin:0 0 .5rem;font-size:1.25rem;color:#111;display:flex;align-items:center;gap:.5rem}.home-cards-admin .cards-section h3 .count{font-weight:400;color:#52525b;font-size:1rem}.home-cards-admin .cards-section .drag-hint{margin:0 0 1.5rem;color:#52525b;font-size:.9rem}.home-cards-admin .cards-section .loading{text-align:center;padding:3rem}.home-cards-admin .cards-section .loading .spinner{width:40px;height:40px;border:3px solid #f1f1f3;border-top-color:#111;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.home-cards-admin .cards-section .loading p{color:#52525b;margin:0}.home-cards-admin .cards-section .empty-state{text-align:center;padding:3rem}.home-cards-admin .cards-section .empty-state .empty-icon{font-size:4rem;display:block;margin-bottom:1rem;opacity:.5}.home-cards-admin .cards-section .empty-state p{color:#52525b;margin:0}.home-cards-admin .cards-grid{display:flex;flex-direction:column;gap:1rem}.home-cards-admin .card-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border:2px solid #f1f1f3;border-radius:14px;cursor:grab;transition:all .2s;position:relative}.home-cards-admin .card-item:hover{border-color:#111;box-shadow:0 1px 2px #1018280a,0 8px 24px #1018280d}.home-cards-admin .card-item.dragging{opacity:.5;border-style:dashed}.home-cards-admin .card-item.drag-over{border-color:#15803d;background:#28a7450d}.home-cards-admin .card-item.drag-over:before{content:"";position:absolute;top:-4px;left:0;right:0;height:4px;background:#15803d;border-radius:10px}.home-cards-admin .card-item .card-order{width:36px;height:36px;background:#111;color:#fff;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0;position:relative}.home-cards-admin .card-item .card-order .media-badge{position:absolute;bottom:-6px;right:-6px;font-size:.7rem;line-height:1}.home-cards-admin .card-item .card-order .orientation-badge{position:absolute;bottom:-8px;left:-8px;display:flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:1px solid #e4e4e7;border-radius:50%;background:#fff;color:#71717a;font-size:.72rem;line-height:1;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.home-cards-admin .card-item .card-order .orientation-badge:hover{border-color:#111;color:#111}.home-cards-admin .card-item .card-order .orientation-badge.is-portrait{background:#111;border-color:#111;color:#fff}.home-cards-admin .card-item .card-order .orientation-badge:focus-visible{outline:2px solid #111111;outline-offset:2px}.home-cards-admin .card-item .card-image{width:120px;height:80px;border-radius:12px;overflow:hidden;flex-shrink:0;background:#f4f4f5}.home-cards-admin .card-item .card-image img,.home-cards-admin .card-item .card-image video{width:100%;height:100%;object-fit:cover}.home-cards-admin .card-item .card-info{flex:1;min-width:0}.home-cards-admin .card-item .card-info .alt-text-input{width:100%;padding:.625rem .875rem;border:1px solid #e4e4e7;border-radius:12px;font-size:.9rem;margin-bottom:.5rem}.home-cards-admin .card-item .card-info .alt-text-input:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #667eea1a}.home-cards-admin .card-item .card-info .alt-text-input::placeholder{color:#a1a1aa}.home-cards-admin .card-item .card-info .card-meta .card-date{font-size:.8rem;color:#52525b}.home-cards-admin .card-item .delete-btn{width:40px;height:40px;border:none;background:#fef2f2;border-radius:999px;cursor:pointer;font-size:1.25rem;transition:all .2s;flex-shrink:0}.home-cards-admin .card-item .delete-btn:hover{background:#b91c1c;transform:scale(1.1)}.home-cards-admin .card-item .drag-handle{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#a1a1aa;font-size:1.5rem;cursor:grab;flex-shrink:0}.home-cards-admin .card-item .drag-handle:active{cursor:grabbing}.home-cards-admin .preview-section{background:#fff;padding:1.5rem;border-radius:14px}.home-cards-admin .preview-section h3{margin:0 0 .5rem;font-size:1.25rem;color:#111}.home-cards-admin .preview-section .preview-hint{margin:0 0 1.5rem;color:#52525b;font-size:.9rem}.home-cards-admin .preview-section .preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.home-cards-admin .preview-section .preview-card{aspect-ratio:16/10;border-radius:14px;overflow:hidden;box-shadow:0 1px 2px #1018280a,0 8px 24px #1018280f}.home-cards-admin .preview-section .preview-card img,.home-cards-admin .preview-section .preview-card video{width:100%;height:100%;object-fit:cover}@media(max-width:768px){.home-cards-admin .upload-section{flex-direction:column;align-items:stretch;text-align:center}.home-cards-admin .upload-section .upload-btn{justify-content:center}.home-cards-admin .card-item{flex-wrap:wrap}.home-cards-admin .card-item .card-order{order:-1}.home-cards-admin .card-item .card-image{width:100px;height:70px}.home-cards-admin .card-item .card-info{flex-basis:calc(100% - 150px)}.home-cards-admin .card-item .delete-btn,.home-cards-admin .card-item .drag-handle{width:36px;height:36px}.home-cards-admin .preview-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.home-cards-admin .language-selector .language-buttons{flex-direction:column}.home-cards-admin .language-selector .language-buttons .lang-btn{text-align:center}.home-cards-admin .card-item .card-image{width:80px;height:55px}.home-cards-admin .preview-grid{grid-template-columns:1fr}}.home-cards-admin .upload-section .apply-all-langs{display:flex;align-items:center;gap:.5rem;margin:.25rem 0 .75rem;font-size:.9rem;color:#3f3f46;cursor:pointer}.home-cards-admin .upload-section .apply-all-langs input[type=checkbox]{width:17px;height:17px;cursor:pointer}.home-sections{margin-top:2rem;padding-top:2rem;border-top:1px solid #ececef}.home-sections .home-sections-head{margin-bottom:1.25rem}.home-sections .home-sections-head h3{margin:0 0 .4rem;font-size:1.1rem;color:#111}.home-sections .home-sections-head p{margin:0;max-width:70ch;font-size:.9rem;line-height:1.6;color:#71717a}.home-sections .home-sections-add{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1rem}.home-sections .home-sections-add select{flex:1 1 320px;min-width:0;padding:.7rem .9rem;border:1px solid #e4e4e7;border-radius:12px;background:#fff;font:inherit;font-size:.92rem;color:#111}.home-sections .home-sections-add select:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #11182714}.home-sections .home-sections-empty{padding:1rem 1.1rem;background:#fafafa;border:1px dashed #e4e4e7;border-radius:12px;font-size:.9rem;color:#71717a}.home-sections .home-sections-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.home-sections .home-section-row{display:flex;align-items:center;gap:.85rem;padding:.7rem .9rem;background:#fff;border:1px solid #ececef;border-radius:12px}.home-sections .home-section-row.is-off{opacity:.6;background:#fafafa}.home-sections .home-section-pos{flex:0 0 auto;min-width:1.6rem;font-variant-numeric:tabular-nums;font-weight:700;color:#a1a1aa}.home-sections .home-section-name{flex:1 1 auto;min-width:0;font-weight:600;font-size:.92rem;color:#111;overflow-wrap:anywhere}.home-sections .home-section-warn{display:block;margin-top:.15rem;font-size:.75rem;font-weight:600;color:#b45309}.home-sections .home-section-toggle{flex:0 0 auto;display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;color:#52525b;cursor:pointer}.home-sections .home-section-toggle input{width:16px;height:16px;accent-color:#111111;cursor:pointer}.home-sections .home-section-actions{flex:0 0 auto;display:flex;gap:.25rem}.home-sections .home-section-actions button{width:32px;height:32px;border:1px solid #e4e4e7;border-radius:999px;background:#fff;color:#52525b;font-size:.9rem;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.home-sections .home-section-actions button:hover:not(:disabled){border-color:#111;color:#111}.home-sections .home-section-actions button:disabled{opacity:.4;cursor:not-allowed}.home-sections .home-section-actions button.remove:hover:not(:disabled){border-color:#b91c1c;color:#b91c1c;background:#fef2f2}.home-sections .home-sections-actions{display:flex;justify-content:flex-end;margin-top:1.25rem}.quotes-page{padding:20px;max-width:1280px;margin:0 auto}.quotes-page .quotes-header{margin-bottom:24px}.quotes-page .quotes-header h2{font-size:28px;font-weight:600;margin-bottom:6px;color:#111}.quotes-page .quotes-header .subtitle{margin:0;color:#71717a;font-size:14px}.quotes-page .quotes-error{background:#fef2f2;color:#991b1b;padding:10px 14px;border-radius:12px;margin:0 0 12px;border-left:4px solid #b91c1c;font-size:.88rem}.quotes-page .form-group.price-level-group .price-level-inputs{display:flex;align-items:center;gap:6px}.quotes-page .form-group.price-level-group .price-level-inputs select{flex:0 0 64px;text-align:center;font-weight:600;font-size:1rem}.quotes-page .form-group.price-level-group .price-level-inputs input[type=number]{flex:1;min-width:0}.quotes-page .form-group.price-level-group .price-level-inputs .unit{flex:0 0 auto;font-weight:600;color:#52525b}.quotes-page .preview-row{display:flex;gap:16px;margin-top:10px;padding:10px 14px;background:#fafafa;border:1px solid #d8dffd;border-radius:12px}.quotes-page .preview-row .preview-cell{display:flex;flex-direction:column;gap:2px}.quotes-page .preview-row .preview-cell small{color:#52525b;font-size:.78rem;font-style:normal}.quotes-page .preview-row .preview-cell strong{color:#111;font-size:1.05rem}.quotes-page .form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.quotes-page .form-actions .btn-secondary,.quotes-page .form-actions .btn-primary{padding:9px 18px;border:none;border-radius:999px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .15s,border .15s}.quotes-page .form-actions .btn-secondary{background:#fff;border:1px solid #e4e4e7;color:#3f3f46}.quotes-page .form-actions .btn-secondary:hover{background:#f4f4f5}.quotes-page .form-actions .btn-primary{background:#1a5fa6;color:#fff}.quotes-page .form-actions .btn-primary:hover{background:#1a5fa6}.quotes-page .quotes-lines-section .quotes-lines-table,.quotes-page .saved-quotes-section .quotes-lines-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #ececef;border-radius:12px;overflow:hidden}.quotes-page .quotes-lines-section .quotes-lines-table th,.quotes-page .quotes-lines-section .quotes-lines-table td,.quotes-page .saved-quotes-section .quotes-lines-table th,.quotes-page .saved-quotes-section .quotes-lines-table td{padding:8px 10px;border-bottom:1px solid #f1f1f3;font-size:.85rem;vertical-align:middle}.quotes-page .quotes-lines-section .quotes-lines-table thead th,.quotes-page .saved-quotes-section .quotes-lines-table thead th{background:#fafafa;text-align:left;font-weight:600;color:#3f3f46;white-space:nowrap}.quotes-page .quotes-lines-section .quotes-lines-table th.num,.quotes-page .quotes-lines-section .quotes-lines-table td.num,.quotes-page .saved-quotes-section .quotes-lines-table th.num,.quotes-page .saved-quotes-section .quotes-lines-table td.num{text-align:right;white-space:nowrap}.quotes-page .quotes-lines-section .quotes-lines-table .name-cell,.quotes-page .saved-quotes-section .quotes-lines-table .name-cell{max-width:240px;word-wrap:break-word;white-space:normal}.quotes-page .quotes-lines-section .quotes-lines-table tbody tr:last-child td,.quotes-page .saved-quotes-section .quotes-lines-table tbody tr:last-child td{border-bottom:none}.quotes-page .quotes-lines-section .quotes-lines-table tfoot td,.quotes-page .saved-quotes-section .quotes-lines-table tfoot td{padding:12px 10px;border-top:2px solid #ececef;background:#fafafa;font-size:.92rem}.quotes-page .quotes-lines-section .quotes-lines-table tfoot .grand-label,.quotes-page .saved-quotes-section .quotes-lines-table tfoot .grand-label{text-align:right;font-weight:600}.quotes-page .quotes-lines-section .quotes-lines-table .remove-line-btn,.quotes-page .saved-quotes-section .quotes-lines-table .remove-line-btn{background:transparent;border:none;cursor:pointer;padding:4px 8px;font-size:1rem;border-radius:999px}.quotes-page .quotes-lines-section .quotes-lines-table .remove-line-btn:hover,.quotes-page .saved-quotes-section .quotes-lines-table .remove-line-btn:hover{background:#fef2f2}.quote-save-bar{display:flex;align-items:center;justify-content:flex-end;gap:1rem;margin-top:1rem;flex-wrap:wrap}.quote-save-bar .quote-save-msg{font-size:.9rem;font-weight:600}.quote-save-bar .quote-save-msg.success{color:#15803d}.quote-save-bar .quote-save-msg.error{color:#b91c1c}.quote-save-bar .skip-email-check{display:flex;align-items:center;gap:6px;font-size:.88rem;color:#3f3f46;cursor:pointer;-webkit-user-select:none;user-select:none}.quote-save-bar .skip-email-check input{width:16px;height:16px;cursor:pointer}.quotes-page .form-group label .opt{font-weight:400;font-size:.78rem;color:#a1a1aa}.autocomplete-wrap{position:relative}.autocomplete-wrap .ac-list{position:absolute;top:100%;left:0;right:0;z-index:30;margin:2px 0 0;padding:0;list-style:none;background:#fff;border:1px solid #e4e4e7;border-radius:12px;box-shadow:0 6px 20px #1118272e;max-height:260px;overflow-y:auto}.autocomplete-wrap .ac-list li{display:flex;flex-direction:column;gap:2px;padding:8px 12px;cursor:pointer;border-bottom:1px solid #f4f4f5}.autocomplete-wrap .ac-list li:last-child{border-bottom:none}.autocomplete-wrap .ac-list li:hover{background:#f4f4f5}.autocomplete-wrap .ac-list li .ac-main{font-weight:600;color:#111}.autocomplete-wrap .ac-list li .ac-sub{font-size:.8rem;color:#71717a}.autocomplete-wrap .saved-quotes-section .saved-quotes-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fafafa;border:1px solid #e4e4e7;border-radius:12px;padding:12px 16px;cursor:pointer;font:inherit;transition:background .15s}.autocomplete-wrap .saved-quotes-section .saved-quotes-toggle:hover{background:#f4f4f5}.autocomplete-wrap .saved-quotes-section .saved-quotes-toggle .sqt-title{font-weight:600;font-size:1rem;color:#111}.autocomplete-wrap .saved-quotes-section .saved-quotes-toggle .sqt-count{color:#71717a;font-weight:500;margin-left:6px}.autocomplete-wrap .saved-quotes-section .saved-quotes-toggle .sqt-chevron{font-size:.9rem;color:#71717a;transition:transform .2s ease}.autocomplete-wrap .saved-quotes-section .saved-quotes-toggle .sqt-chevron.open{transform:rotate(180deg)}.autocomplete-wrap .saved-quotes-section .saved-quotes-body{margin-top:12px;animation:sq-slide .18s ease}@keyframes sq-slide{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.autocomplete-wrap .saved-quotes-section .saved-quotes-tools{margin-bottom:12px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.autocomplete-wrap .saved-quotes-section .saved-quotes-search{padding:7px 10px;border:1px solid #e4e4e7;border-radius:12px;font-size:.85rem;min-width:220px}.autocomplete-wrap .saved-quotes-section .saved-quotes-empty{color:#71717a;font-style:italic;padding:8px 0}.autocomplete-wrap .saved-quotes-section .name-cell{display:flex;flex-direction:column;gap:2px}.autocomplete-wrap .saved-quotes-section .name-cell .saved-quotes-email{font-size:.78rem;color:#71717a}.autocomplete-wrap .saved-quotes-section .download-pdf-btn{white-space:nowrap;padding:6px 12px;font-size:.82rem}.autocomplete-wrap .saved-quotes-section .download-pdf-btn:disabled{opacity:.6;cursor:not-allowed}.quote-edit-banner{display:flex;align-items:center;gap:12px;flex-wrap:wrap;background:#eff6ff;border:1px solid #dbeafe;color:#1a5fa6;border-radius:12px;padding:10px 14px;margin:8px 0 4px;font-size:.9rem}.quote-edit-banner .quote-edit-cancel{margin-left:auto}.saved-quotes-row-actions{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.saved-quotes-row-actions .edit-quote-btn{white-space:nowrap}.categories-admin{padding:1.5rem;max-width:1000px;margin:0 auto}.categories-admin .categories-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.categories-admin .categories-header h2{margin:0;color:#111;font-size:1.75rem}.categories-admin .categories-header .subtitle{color:#71717a;font-size:.9rem;margin-top:.25rem}.categories-admin .categories-header .selected-language{display:flex;align-items:center;gap:.75rem;background:#f4f4f5;padding:.5rem 1rem;border-radius:12px;border:1px solid #ececef}.categories-admin .categories-header .selected-language .flag{font-size:1.5rem}.categories-admin .categories-header .selected-language .change-lang-btn{background:#3f3f46;color:#fff;border:none;padding:.4rem .75rem;border-radius:999px;font-size:.8rem;cursor:pointer;margin-left:.5rem;transition:background .2s}.categories-admin .categories-header .selected-language .change-lang-btn:hover{background:#52525b}.categories-admin .message{padding:1rem;border-radius:12px;margin-bottom:1.5rem;font-weight:500}.categories-admin .message.error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.categories-admin .message.success{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.categories-admin .mode-selector{display:flex;gap:.5rem;margin-bottom:1.5rem}.categories-admin .mode-selector .mode-btn{flex:1;padding:.75rem 1rem;border:2px solid #ececef;background:#fff;border-radius:999px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s}.categories-admin .mode-selector .mode-btn:hover{border-color:#a1a1aa}.categories-admin .mode-selector .mode-btn.active{border-color:#3f3f46;background:#3f3f46;color:#fff}.categories-admin .language-selection{text-align:center;padding:3rem 1rem}.categories-admin .language-selection h3{font-size:1.5rem;margin-bottom:.5rem;color:#111}.categories-admin .language-selection p{color:#71717a;margin-bottom:2rem}.categories-admin .language-selection .language-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;max-width:600px;margin:0 auto}.categories-admin .language-selection .language-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;background:#fff;border:2px solid #ececef;border-radius:14px;cursor:pointer;transition:all .2s}.categories-admin .language-selection .language-card:hover{border-color:#3f3f46;transform:translateY(-2px);box-shadow:0 1px 2px #1018280a,0 8px 24px #1018280f}.categories-admin .language-selection .language-card .flag{font-size:2.5rem}.categories-admin .language-selection .language-card .name{font-weight:600;color:#111}.categories-admin .language-selection .language-card .code{font-size:.8rem;color:#a1a1aa;text-transform:uppercase}.categories-admin .create-category-section{background:#fafafa;border:1px solid #ececef;border-radius:14px;padding:1.5rem;margin-bottom:2rem}.categories-admin .create-category-section h3{margin:0 0 1rem;color:#111;font-size:1.1rem}.categories-admin .create-category-section.translate-section{background:#fafafa;border-color:#dbeafe}.categories-admin .create-category-section.translate-section .translate-hint{color:#52525b;font-size:.9rem;margin-bottom:1rem}.categories-admin .create-category-section.translate-section .all-translated{padding:1.5rem;text-align:center;color:#15803d;font-weight:500;background:#f0fdf4;border-radius:12px}.categories-admin .create-category-section.translate-section .selected-category-info{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:1rem;margin-bottom:1rem}.categories-admin .create-category-section.translate-section .selected-category-info strong{display:block;margin-bottom:.5rem;color:#3f3f46}.categories-admin .create-category-section.translate-section .selected-category-info ul{margin:0;padding-left:1.25rem}.categories-admin .create-category-section.translate-section .selected-category-info ul li{color:#52525b;padding:.25rem 0}.categories-admin .create-category-section.translate-section .selected-category-info ul li strong{display:inline;color:#111}.categories-admin .create-category-section.translate-section .selected-category-info ul li .slug-preview{color:#a1a1aa;font-size:.85rem;font-family:monospace}.categories-admin .create-category-section.translate-section .parent-warning{background:#fffbeb;border:1px solid #b45309;border-radius:12px;padding:1rem;margin-bottom:1rem;color:#b45309}.categories-admin .create-category-section.translate-section .parent-warning ul{margin:.5rem 0;padding-left:1.25rem}.categories-admin .create-category-section.translate-section .parent-warning p{margin:.5rem 0 0;font-size:.9rem}.categories-admin .create-category-section.translate-section .translate-btn{background:#111}.categories-admin .create-category-section.translate-section .translate-btn:hover:not(:disabled){background:#000}.categories-admin .create-category-section .category-form .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.categories-admin .create-category-section .category-form .form-group{display:flex;flex-direction:column;gap:.4rem}.categories-admin .create-category-section .category-form .form-group label{font-size:.85rem;font-weight:500;color:#3f3f46}.categories-admin .create-category-section .category-form .form-group input,.categories-admin .create-category-section .category-form .form-group select,.categories-admin .create-category-section .category-form .form-group textarea{padding:.6rem .75rem;border:1px solid #e4e4e7;border-radius:12px;font-size:.95rem;transition:border-color .2s}.categories-admin .create-category-section .category-form .form-group input:focus,.categories-admin .create-category-section .category-form .form-group select:focus,.categories-admin .create-category-section .category-form .form-group textarea:focus{outline:none;border-color:#3f3f46}.categories-admin .create-category-section .category-form .form-group select.parent-select{padding:.75rem;font-size:.9rem}.categories-admin .create-category-section .category-form .form-group select.parent-select optgroup{font-weight:600;font-style:normal;color:#71717a;padding:.5rem 0}.categories-admin .create-category-section .category-form .form-group select.parent-select option{padding:.5rem;font-weight:400}.categories-admin .create-category-section .category-form .form-group .select-hint{display:block;margin-top:.4rem;font-size:.8rem;color:#71717a;font-style:italic}.categories-admin .create-category-section .category-form .form-group textarea{resize:vertical}.categories-admin .create-category-section .category-form .create-btn{display:inline-flex;align-items:center;gap:.5rem;background:#111;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:999px;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .2s;margin-top:.5rem}.categories-admin .create-category-section .category-form .create-btn:hover:not(:disabled){background:#3f3f46}.categories-admin .create-category-section .category-form .create-btn:disabled{background:#a1a1aa;cursor:not-allowed}.categories-admin .create-category-section .category-form .create-btn .spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.categories-admin .categories-list-section h3{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;color:#111;font-size:1.1rem}.categories-admin .categories-list-section h3 .count{font-weight:400;color:#71717a;font-size:.9rem}.categories-admin .categories-list-section .loading{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;color:#71717a}.categories-admin .categories-list-section .loading .spinner{width:32px;height:32px;border:3px solid #ececef;border-top-color:#3f3f46;border-radius:50%;animation:spin .8s linear infinite}.categories-admin .categories-list-section .empty-state{text-align:center;padding:3rem;color:#71717a}.categories-admin .categories-list-section .empty-state .empty-icon{font-size:3rem;display:block;margin-bottom:1rem}.categories-admin .reorder-hint{margin:0 0 .75rem;padding:.6rem .85rem;background:#fafafa;border:1px solid #d8dffd;border-radius:12px;font-size:.85rem;color:#52525b}.categories-admin .categories-tree{border:1px solid #ececef;border-radius:12px;overflow:hidden}.categories-admin .categories-tree .category-level-0{border-bottom:1px solid #ececef;cursor:grab;transition:background .15s,opacity .15s,box-shadow .15s}.categories-admin .categories-tree .category-level-0:active{cursor:grabbing}.categories-admin .categories-tree .category-level-0:last-child{border-bottom:none}.categories-admin .categories-tree .category-level-0>.category-item{background:#f4f4f5;font-weight:600}.categories-admin .categories-tree .category-level-0.is-dragging{opacity:.45}.categories-admin .categories-tree .category-level-0.is-drop-target>.category-item{background:#f4f4f5!important;box-shadow:inset 0 3px #111}.categories-admin .categories-tree .category-level-1{border-top:1px solid #f1f1f3;cursor:grab;transition:background .15s,opacity .15s,box-shadow .15s}.categories-admin .categories-tree .category-level-1:active{cursor:grabbing}.categories-admin .categories-tree .category-level-1>.category-item{padding-left:2.5rem;background:#fafafa}.categories-admin .categories-tree .category-level-1.is-dragging{opacity:.45}.categories-admin .categories-tree .category-level-1.is-drop-target>.category-item{background:#f4f4f5!important;box-shadow:inset 0 3px #111}.categories-admin .categories-tree .category-level-2{border-top:1px solid #f1f1f3;cursor:grab;transition:background .15s,opacity .15s,box-shadow .15s}.categories-admin .categories-tree .category-level-2:active{cursor:grabbing}.categories-admin .categories-tree .category-level-2>.category-item{padding-left:4.5rem;background:#fff}.categories-admin .categories-tree .category-level-2.is-dragging{opacity:.45}.categories-admin .categories-tree .category-level-2.is-drop-target>.category-item{background:#f4f4f5!important;box-shadow:inset 0 3px #111}.categories-admin .category-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:background .2s}.categories-admin .category-item:hover{background:#f4f4f5!important}.categories-admin .category-item.is-toggleable{cursor:pointer}.categories-admin .category-item.inactive{opacity:.6}.categories-admin .category-item .category-info{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.categories-admin .category-item .category-info .expand-toggle{flex-shrink:0;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid transparent;border-radius:10px;color:#52525b;font-size:.75rem;cursor:pointer;transition:transform .15s,background .15s,color .15s;padding:0;line-height:1}.categories-admin .category-item .category-info .expand-toggle:hover{background:#ececef;color:#111}.categories-admin .category-item .category-info .expand-toggle.is-open{transform:rotate(90deg);color:#111}.categories-admin .category-item .category-info .expand-toggle-spacer{flex-shrink:0;width:24px;height:24px}.categories-admin .category-item .category-info .drag-handle{color:#a1a1aa;font-weight:700;cursor:grab;-webkit-user-select:none;user-select:none;font-size:1rem;letter-spacing:-2px;padding:0 4px}.categories-admin .category-item .category-info .level-badge{font-size:.7rem;padding:.2rem .5rem;background:#3f3f46;color:#fff;border-radius:10px;white-space:nowrap}.categories-admin .category-item .category-info .category-name{font-size:.95rem;color:#111;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.categories-admin .category-item .category-info .inactive-badge{font-size:.7rem;font-weight:700;padding:.15rem .55rem;background:#fef3c7;color:#b45309;border-radius:999px}.categories-admin .category-item .category-info .edit-input{flex:1;padding:.4rem .6rem;border:2px solid #3f3f46;border-radius:10px;font-size:.95rem;min-width:150px}.categories-admin .category-item .category-info .edit-input:focus{outline:none}.categories-admin .category-item .category-actions{display:flex;gap:.25rem}.categories-admin .category-item .category-actions .action-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid transparent;border-radius:999px;cursor:pointer;font-size:1rem;transition:all .2s}.categories-admin .category-item .category-actions .action-btn:hover{background:#ececef}.categories-admin .category-item .category-actions .action-btn.save{color:#15803d}.categories-admin .category-item .category-actions .action-btn.save:hover{background:#bbf7d0}.categories-admin .category-item .category-actions .action-btn.cancel{color:#b91c1c}.categories-admin .category-item .category-actions .action-btn.cancel:hover,.categories-admin .category-item .category-actions .action-btn.delete:hover{background:#fecaca}.categories-admin .category-item .category-actions .action-btn.edit:hover{background:#fffbeb}.categories-admin .category-item .category-actions .action-btn.toggle:hover{background:#eff6ff}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.categories-admin{padding:1rem}.categories-admin .categories-header{flex-direction:column;align-items:flex-start}.categories-admin .create-category-section .category-form .form-row{grid-template-columns:1fr}.categories-admin .category-item{flex-direction:column;align-items:flex-start;gap:.5rem}.categories-admin .category-item .category-actions{align-self:flex-end}.categories-admin .category-level-1>.category-item,.categories-admin .category-level-2>.category-item{padding-left:1rem}}.merch-approvals .merch-desc{color:#71717a;margin-bottom:1rem}.merch-approvals .merch-msg{padding:.6rem 1rem;border-radius:12px;font-weight:600;margin-bottom:1rem}.merch-approvals .merch-msg.success{background:#f0fdf4;color:#15803d}.merch-approvals .merch-msg.error{background:#fef2f2;color:#b91c1c}.merch-approvals .merch-card{border:1px solid #e4e4e7;border-radius:14px;padding:1rem 1.25rem;margin-bottom:1.25rem;background:#fff}.merch-approvals .merch-card-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.75rem}.merch-approvals .merch-card-head .merch-date{color:#a1a1aa;font-size:.85rem}.merch-approvals .merch-compare{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:768px){.merch-approvals .merch-compare{grid-template-columns:1fr}}.merch-approvals .merch-col{border:1px solid #f4f4f5;border-radius:12px;padding:.75rem;background:#fafafa}.merch-approvals .merch-col h4{margin:0 0 .5rem;font-size:.9rem;color:#475569}.merch-approvals .merch-col.proposed{background:#eff6ff;border-color:#dbeafe}.merch-approvals .merch-field{margin-bottom:.75rem}.merch-approvals .merch-field-label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:#a1a1aa;margin-bottom:.25rem}.merch-approvals .merch-thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.merch-approvals .merch-thumbs img{width:70px;height:70px;object-fit:cover;border-radius:12px;border:1px solid #e4e4e7}.merch-approvals .merch-links{list-style:none;margin:0;padding:0}.merch-approvals .merch-links li{display:flex;align-items:center;gap:.4rem;margin-bottom:.3rem;font-size:.85rem;word-break:break-all}.merch-approvals .merch-links .merch-logo{width:22px;height:22px;object-fit:contain}.merch-approvals .merch-links a{color:#111}.merch-approvals .merch-card-actions{display:flex;gap:.75rem;margin-top:1rem}.merch-approvals .merch-card-actions button{padding:.6rem 1.2rem;border:none;border-radius:999px;font-weight:600;cursor:pointer}.merch-approvals .merch-card-actions button:disabled{opacity:.6;cursor:not-allowed}.merch-approvals .merch-card-actions .approve{background:#15803d;color:#fff}.merch-approvals .merch-card-actions .approve:hover:not(:disabled){background:#15803d}.merch-approvals .merch-card-actions .reject{background:#fff;color:#b91c1c;border:1px solid #fecaca}.merch-approvals .merch-card-actions .reject:hover:not(:disabled){background:#fef2f2}.merch-approvals .merch-thumb-group{margin-bottom:.5rem}.merch-approvals .merch-thumb-group .merch-thumb-label{display:block;font-size:.72rem;color:#a1a1aa;margin-bottom:.2rem}.merch-approvals .merch-thumb-group .merch-thumbs img.portrait{width:48px;height:78px}.merch-approvals .merch-thumb-group .merch-thumbs img.cover{width:96px;height:58px}.merch-approvals .merch-tag{padding:.15rem .55rem;border-radius:999px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.merch-approvals .merch-tag.new{background:#f0fdf4;color:#15803d}.merch-approvals .merch-tag.mod{background:#dbeafe;color:#1a5fa6}.merch-approvals .merch-empty{color:#71717a;font-style:italic}.merch-approvals .merch-sub-list{list-style:none;margin:.5rem 0 0;padding:0}.merch-approvals .merch-sub-list li{margin-bottom:.6rem}.merch-approvals .merch-sub-list .merch-sub-row{width:100%;display:flex;align-items:center;gap:1rem;flex-wrap:wrap;padding:.85rem 1rem;border:1px solid #e4e4e7;border-radius:14px;background:#fff;cursor:pointer;text-align:left;transition:border-color .15s,box-shadow .15s}.merch-approvals .merch-sub-list .merch-sub-row:hover{border-color:#8b5cf6;box-shadow:0 3px 12px #8b5cf61f}.merch-approvals .merch-sub-list .merch-sub-row .merch-sub-name{font-weight:700;color:#111}.merch-approvals .merch-sub-list .merch-sub-row .merch-sub-email{color:#71717a;font-size:.88rem}.merch-approvals .merch-sub-list .merch-sub-row .merch-sub-date{color:#a1a1aa;font-size:.82rem;margin-left:auto}.merch-approvals .merch-sub-list .merch-sub-row .merch-sub-go{color:#7c3aed;font-weight:600;font-size:.88rem}.merch-approvals .merch-detail-bar{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;padding:.75rem 0 1rem;border-bottom:1px solid #f4f4f5;margin-bottom:1rem}.merch-approvals .merch-detail-bar .back{background:#f4f4f5;border:none;border-radius:12px;padding:.5rem .9rem;cursor:pointer;font-weight:600}.merch-approvals .merch-detail-bar .back:hover{background:#e4e4e7}.merch-approvals .merch-detail-bar .merch-detail-title{display:flex;align-items:center;gap:.6rem}.merch-approvals .merch-detail-bar .merch-detail-title strong{color:#111}.merch-approvals .merch-detail-bar .merch-detail-actions{margin-left:auto;display:flex;gap:.6rem}.merch-approvals .merch-detail-bar button.approve,.merch-approvals .merch-detail-bar button.reject{padding:.55rem 1.2rem;border-radius:999px;font-weight:700;cursor:pointer;border:1px solid transparent}.merch-approvals .merch-detail-bar button.approve:disabled,.merch-approvals .merch-detail-bar button.reject:disabled{opacity:.6;cursor:not-allowed}.merch-approvals .merch-detail-bar .approve{background:#15803d;color:#fff}.merch-approvals .merch-detail-bar .approve:hover:not(:disabled){background:#15803d}.merch-approvals .merch-detail-bar .reject{background:#fff;color:#b91c1c;border-color:#fecaca}.merch-approvals .merch-detail-bar .reject:hover:not(:disabled){background:#fef2f2}.merch-approvals .merch-preview-hint{color:#71717a;font-size:.9rem;margin:0 0 .75rem}.merch-approvals .merch-cover-preview{margin:0 0 1rem}.merch-approvals .merch-cover-preview .merch-cover-label{display:block;font-size:.85rem;color:#71717a;margin-bottom:.5rem}.merch-approvals .merch-cover-preview .merch-cover-card{display:inline-block;width:240px;max-width:100%;border:1px solid #e4e4e7;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 2px 8px #0000000f}.merch-approvals .merch-cover-preview .merch-cover-card .merch-cover-card-image{aspect-ratio:16/10;background:#f4f4f5}.merch-approvals .merch-cover-preview .merch-cover-card .merch-cover-card-image img{width:100%;height:100%;object-fit:cover;display:block}.merch-approvals .merch-cover-preview .merch-cover-card .merch-cover-card-name{padding:.7rem .9rem;font-weight:700;text-align:center;color:#111}.merch-approvals .merch-preview-frame{border:1px solid #e4e4e7;border-radius:14px;overflow:hidden}.merch-admin-placeholder{padding:2rem;text-align:center;color:#71717a}.merch-admin-placeholder h2{margin:0 0 .5rem;color:#111}.merch-admin-placeholder p{margin:0;font-size:.95rem}.merch-products .merch-products-picker{display:flex;align-items:center;gap:.75rem;padding:1rem 0;flex-wrap:wrap}.merch-products .merch-products-picker label{font-weight:600}.merch-products .merch-products-picker select{min-width:260px;padding:.55rem .75rem;border:1px solid #e4e4e7;border-radius:12px;cursor:pointer}.merch-customers .merch-customers-head{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.merch-customers .merch-customers-head h2{margin:0}.merch-customers .merch-customers-head .add-btn{padding:.55rem 1.1rem;border:none;border-radius:999px;background:#111;color:#fff;font-weight:600;cursor:pointer}.merch-customers .merch-customers-head .add-btn:hover{background:#1f2937}.merch-customers .merch-msg{padding:.6rem 1rem;border-radius:12px;font-weight:600;margin-bottom:1rem}.merch-customers .merch-msg.success{background:#f0fdf4;color:#15803d}.merch-customers .merch-msg.error{background:#fef2f2;color:#b91c1c}.merch-customers .merch-add-form{display:flex;align-items:flex-end;gap:1rem;flex-wrap:wrap;background:#fafafa;border:1px solid #e4e4e7;border-radius:14px;padding:1rem;margin-bottom:1.25rem}.merch-customers .merch-add-form .field{display:flex;flex-direction:column;gap:.3rem}.merch-customers .merch-add-form .field label{font-size:.85rem;font-weight:600}.merch-customers .merch-add-form .field select,.merch-customers .merch-add-form .field input{padding:.5rem .6rem;border:1px solid #e4e4e7;border-radius:12px;min-width:220px}.merch-customers .merch-add-form .field .hint{font-size:.8rem;color:#a1a1aa}.merch-customers .merch-add-form .save-btn{padding:.55rem 1.1rem;border:none;border-radius:999px;background:#15803d;color:#fff;font-weight:600;cursor:pointer}.merch-customers .merch-add-form .save-btn:disabled{opacity:.6;cursor:not-allowed}.merch-customers .merch-customers-table{width:100%;border-collapse:collapse;background:#fff}.merch-customers .merch-customers-table th,.merch-customers .merch-customers-table td{text-align:left;padding:.7rem .9rem;border-bottom:1px solid #f4f4f5;font-size:.9rem}.merch-customers .merch-customers-table th{color:#71717a;font-weight:600;font-size:.8rem;text-transform:uppercase}.merch-customers .merch-customers-table tr.muted td{opacity:.6}.merch-customers .merch-customers-table .profit-input{width:90px;padding:.35rem .5rem;border:1px solid #e4e4e7;border-radius:12px}.merch-customers .merch-customers-table .partner-cell{min-width:160px}.merch-customers .merch-customers-table .partner-input{width:100%;min-width:150px;padding:.35rem .5rem;border:1px solid #e4e4e7;border-radius:12px}.merch-customers .merch-customers-table .partner-empty{color:#a1a1aa;font-style:italic;font-size:.88rem}.merch-customers .merch-customers-table .badge{padding:.2rem .6rem;border-radius:999px;font-size:.78rem;font-weight:600}.merch-customers .merch-customers-table .badge.active{background:#f0fdf4;color:#15803d}.merch-customers .merch-customers-table .badge.muted{background:#fef3c7;color:#b45309}.merch-customers .merch-customers-table .row-actions{display:flex;gap:.4rem;flex-wrap:wrap}.merch-customers .merch-customers-table .row-actions button{padding:.4rem .7rem;border-radius:999px;border:1px solid transparent;cursor:pointer;font-size:.82rem}.merch-customers .merch-customers-table .row-actions button:disabled{opacity:.6;cursor:not-allowed}.merch-customers .merch-customers-table .row-actions .edit{background:#eff6ff;color:#1a5fa6;border-color:#dbeafe}.merch-customers .merch-customers-table .row-actions .mute{background:#fffbeb;color:#b45309;border-color:#fde68a}.merch-customers .merch-customers-table .row-actions .delete{background:#fff;color:#b91c1c;border-color:#fecaca}.merch-customers .merch-customers-table .row-actions .ghost{background:#f4f4f5;color:#3f3f46}.merch-products .merch-products-hint,.merch-customers .merch-products-hint,.merch-restocks .merch-products-hint,.merch-product-requests .merch-products-hint,.merch-ideas-admin .merch-products-hint{color:#71717a;font-style:italic;padding:1rem 0;margin:0}.merch-products .restock-filters,.merch-customers .restock-filters,.merch-restocks .restock-filters,.merch-product-requests .restock-filters,.merch-ideas-admin .restock-filters{display:flex;flex-wrap:wrap;gap:.4rem;margin:.75rem 0 1.25rem}.merch-products .restock-filters button,.merch-customers .restock-filters button,.merch-restocks .restock-filters button,.merch-product-requests .restock-filters button,.merch-ideas-admin .restock-filters button{padding:.45rem 1rem;border:1px solid #e4e4e7;border-radius:999px;background:#fff;font-family:inherit;font-size:.85rem;font-weight:600;color:#52525b;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.merch-products .restock-filters button:hover,.merch-customers .restock-filters button:hover,.merch-restocks .restock-filters button:hover,.merch-product-requests .restock-filters button:hover,.merch-ideas-admin .restock-filters button:hover{background:#f4f4f5;border-color:#dcdce0;color:#111}.merch-products .restock-filters button.active,.merch-customers .restock-filters button.active,.merch-restocks .restock-filters button.active,.merch-product-requests .restock-filters button.active,.merch-ideas-admin .restock-filters button.active{background:#111;border-color:#111;color:#fff}.merch-products .restock-filters button:focus-visible,.merch-customers .restock-filters button:focus-visible,.merch-restocks .restock-filters button:focus-visible,.merch-product-requests .restock-filters button:focus-visible,.merch-ideas-admin .restock-filters button:focus-visible{outline:2px solid #111111;outline-offset:2px}.merch-products .badge,.merch-customers .badge,.merch-restocks .badge,.merch-product-requests .badge,.merch-ideas-admin .badge{display:inline-block;padding:.2rem .65rem;border-radius:999px;background:#f4f4f5;color:#71717a;font-size:.75rem;font-weight:700;letter-spacing:.01em;white-space:nowrap}.merch-products .restock-email,.merch-customers .restock-email,.merch-restocks .restock-email,.merch-product-requests .restock-email,.merch-ideas-admin .restock-email{font-size:.78rem;color:#a1a1aa}.merch-products .restock-qty,.merch-customers .restock-qty,.merch-restocks .restock-qty,.merch-product-requests .restock-qty,.merch-ideas-admin .restock-qty{font-weight:800}.merch-products .restock-after,.merch-customers .restock-after,.merch-restocks .restock-after,.merch-product-requests .restock-after,.merch-ideas-admin .restock-after{color:#15803d;font-weight:700}.merch-products .restock-note,.merch-customers .restock-note,.merch-restocks .restock-note,.merch-product-requests .restock-note,.merch-ideas-admin .restock-note{margin-top:.25rem;font-size:.78rem;color:#71717a;font-style:italic}.merch-products .restock-reviewed,.merch-customers .restock-reviewed,.merch-restocks .restock-reviewed,.merch-product-requests .restock-reviewed,.merch-ideas-admin .restock-reviewed{font-size:.8rem;color:#a1a1aa}.merch-restocks .badge.restock-badge--pending{background:#fef3c7;color:#b45309}.merch-restocks .badge.restock-badge--approved{background:#f0fdf4;color:#15803d}.merch-restocks .badge.restock-badge--rejected{background:#fef2f2;color:#b91c1c}.merch-restocks .badge.restock-badge--cancelled{background:#f4f4f5;color:#71717a}.merch-product-requests .mpr-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.9rem}.merch-product-requests .mpr-item{display:flex;flex-wrap:wrap;gap:1rem;padding:.9rem;border:1px solid #e4e4e7;border-radius:14px;background:#fff}.merch-product-requests .mpr-images{display:flex;gap:.6rem;flex:0 0 auto}.merch-product-requests .mpr-images figure{margin:0;width:120px}.merch-product-requests .mpr-images figure img{width:100%;aspect-ratio:1/1;object-fit:contain;background:#f4f4f5;border-radius:12px;display:block}.merch-product-requests .mpr-images figure figcaption{margin-top:.25rem;font-size:.72rem;color:#71717a;text-align:center}.merch-product-requests .mpr-body{flex:1 1 260px;min-width:0;display:flex;flex-direction:column;gap:.35rem}.merch-product-requests .mpr-head{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.merch-product-requests .mpr-wish{margin:.3rem 0 0;font-size:.9rem}.merch-product-requests .mpr-notes{margin:0;font-size:.88rem;color:#52525b;white-space:pre-wrap}.merch-product-requests .mpr-feedback{margin:0;font-size:.88rem;color:#b45309}.merch-product-requests .mpr-visual-form{margin-top:.4rem;display:flex;flex-direction:column;gap:.5rem}.merch-product-requests .mpr-visual-form textarea{width:100%;padding:.5rem;border:1px solid #e4e4e7;border-radius:12px;font:inherit}.merch-product-requests .mpr-visual-preview{width:120px;border-radius:12px;border:1px solid #e4e4e7}.merch-product-requests .badge.npr-badge--pending{background:#fef3c7;color:#b45309}.merch-product-requests .badge.npr-badge--visual_sent{background:#dbeafe;color:#1a5fa6}.merch-product-requests .badge.npr-badge--changes_requested{background:#fef3c7;color:#b45309}.merch-product-requests .badge.npr-badge--approved,.merch-product-requests .badge.npr-badge--completed{background:#f0fdf4;color:#15803d}.merch-product-requests .badge.npr-badge--rejected{background:#fef2f2;color:#b91c1c}.merch-product-requests .badge.npr-badge--cancelled{background:#f4f4f5;color:#71717a}.merch-ideas-admin .mia-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,420px),1fr));gap:1rem}.merch-ideas-admin .mia-card{display:flex;flex-direction:column;gap:.5rem;padding:1.1rem;border:1px solid #e4e4e7;border-left:4px solid #e4e4e7;border-radius:14px;background:#fff}.merch-ideas-admin .mia-card--reviewing{border-left-color:#60a5fa}.merch-ideas-admin .mia-card--planned{border-left-color:#a855f7}.merch-ideas-admin .mia-card--implemented{border-left-color:#22c55e}.merch-ideas-admin .mia-card--declined{border-left-color:#a1a1aa;opacity:.75}.merch-ideas-admin .mia-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.merch-ideas-admin .mia-title{margin:0 0 .2rem;font-size:1.02rem;font-weight:700}.merch-ideas-admin .mia-cat{margin:0;font-size:.75rem;color:#71717a;text-transform:uppercase;letter-spacing:.03em}.merch-ideas-admin .mia-body{margin:0;font-size:.9rem;color:#3f3f46;line-height:1.55;white-space:pre-wrap}.merch-ideas-admin .mia-reply{padding:.6rem .75rem;border-radius:14px;background:#f0f9ff;border:1px solid #bae6fd;font-size:.86rem;color:#1a5fa6;line-height:1.5}.merch-ideas-admin .mia-reply-form{display:flex;flex-direction:column;gap:.5rem}.merch-ideas-admin .mia-reply-form textarea{width:100%;padding:.6rem .75rem;border:1px solid #e4e4e7;border-radius:14px;font:inherit;font-size:.9rem;box-sizing:border-box;resize:vertical}.merch-ideas-admin .mia-actions{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin-top:auto;padding-top:.4rem}.merch-ideas-admin .mia-status-label{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:#71717a}.merch-ideas-admin .mia-status-label select{padding:.4rem .55rem;border:1px solid #e4e4e7;border-radius:12px;font:inherit;font-size:.85rem;cursor:pointer}.merch-ideas-admin .badge.idea-badge--new{background:#fef3c7;color:#b45309}.merch-ideas-admin .badge.idea-badge--reviewing{background:#dbeafe;color:#1a5fa6}.merch-ideas-admin .badge.idea-badge--planned{background:#f3e8ff;color:#7e22ce}.merch-ideas-admin .badge.idea-badge--implemented{background:#f0fdf4;color:#15803d}.merch-ideas-admin .badge.idea-badge--declined{background:#f4f4f5;color:#71717a}.manager-store{padding:4px 2px 40px}.manager-store .ms-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:16px}.manager-store .ms-header h2{margin:0 0 4px}.manager-store .ms-header .ms-sub{margin:0;color:#71717a;font-size:.9rem}.manager-store .ms-header .ms-period{display:flex;flex-direction:column;gap:4px;font-size:.8rem;font-weight:600;color:#3f3f46}.manager-store .ms-header .ms-period input{padding:7px 10px;border:1px solid #e4e4e7;border-radius:12px;font-size:.9rem}.manager-store .ms-msg{padding:.6rem 1rem;border-radius:12px;font-weight:600;margin-bottom:14px}.manager-store .ms-msg.success{background:#f0fdf4;color:#15803d}.manager-store .ms-msg.error{background:#fef2f2;color:#b91c1c}.manager-store .ms-panel{background:#fff;border:1px solid #e4e4e7;border-radius:14px;padding:18px 20px;margin-bottom:18px}.manager-store .ms-panel h3{margin:0 0 6px;font-size:1.05rem}.manager-store .ms-panel .ms-hint{margin:0 0 12px;color:#71717a;font-size:.85rem}.manager-store .ms-panel .ms-empty{color:#71717a;font-style:italic}.manager-store .ms-search{position:relative;max-width:420px}.manager-store .ms-search input{width:100%;padding:9px 12px;border:1px solid #e4e4e7;border-radius:12px;font-size:.9rem}.manager-store .ms-search .ms-search-list{position:absolute;top:100%;left:0;right:0;z-index:30;margin:4px 0 0;padding:0;list-style:none;background:#fff;border:1px solid #e4e4e7;border-radius:12px;box-shadow:0 24px 60px #0000002e;max-height:260px;overflow-y:auto}.manager-store .ms-search .ms-search-list li{display:flex;align-items:center;gap:8px;padding:9px 12px;cursor:pointer;border-bottom:1px solid #f4f4f5}.manager-store .ms-search .ms-search-list li:last-child{border-bottom:none}.manager-store .ms-search .ms-search-list li:hover{background:#fafafa}.manager-store .ms-search .ms-search-list li .ms-search-email{font-weight:500;color:#111}.manager-store .ms-badge{font-size:.7rem;font-weight:700;padding:2px 7px;border-radius:999px;text-transform:uppercase}.manager-store .ms-badge.mgr{background:#ede9fe;color:#6d28d9}.manager-store .ms-badge.down{background:#fef3c7;color:#b45309}.manager-store .ms-list-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:12px}.manager-store .ms-list-head h3{margin:0;display:flex;align-items:center;gap:10px}.manager-store .ms-period-badge{font-size:.72rem;font-weight:700;padding:2px 10px;border-radius:999px;text-transform:uppercase;letter-spacing:.03em}.manager-store .ms-period-badge.final{background:#f0fdf4;color:#15803d}.manager-store .ms-period-badge.open{background:#fef3c7;color:#b45309}.manager-store .ms-list-actions{display:flex;gap:8px;flex-wrap:wrap}.manager-store .ms-btn{border:1px solid transparent;border-radius:999px;padding:7px 14px;font-size:.85rem;font-weight:600;cursor:pointer}.manager-store .ms-btn:disabled{opacity:.55;cursor:not-allowed}.manager-store .ms-btn.ghost{background:#f4f4f5;color:#3f3f46;border-color:#e4e4e7}.manager-store .ms-btn.ghost:hover:not(:disabled){background:#e4e4e7}.manager-store .ms-btn.primary{background:#111;color:#fff}.manager-store .ms-btn.primary:hover:not(:disabled){background:#1f2937}.manager-store .ms-btn.warn{background:#fffbeb;color:#b45309;border-color:#fde68a}.manager-store .ms-btn.warn:hover:not(:disabled){background:#fef3c7}.manager-store .ms-row-actions{display:flex;gap:6px;align-items:center}.manager-store .ms-pdf-btn{background:#eef2ff;color:#000;border:1px solid #e0e7ff;border-radius:999px;padding:4px 10px;font-size:.8rem;cursor:pointer;white-space:nowrap}.manager-store .ms-pdf-btn:hover{background:#e0e7ff}.manager-store .ms-pdf-btn:disabled{opacity:.6;cursor:not-allowed}.manager-store .ms-table-wrap{overflow-x:auto}.manager-store .ms-table{width:100%;border-collapse:collapse;background:#fff;font-size:.88rem}.manager-store .ms-table th,.manager-store .ms-table td{padding:9px 12px;border-bottom:1px solid #f4f4f5;text-align:left;white-space:nowrap}.manager-store .ms-table thead th{background:#fafafa;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;color:#71717a}.manager-store .ms-table th.num,.manager-store .ms-table td.num{text-align:right}.manager-store .ms-table tr.muted td{opacity:.55}.manager-store .ms-table .ms-email{font-weight:500}.manager-store .ms-table .ms-code{background:#111;color:#fff;padding:2px 8px;border-radius:12px;font-family:monospace;letter-spacing:.05em}.manager-store .ms-table .ms-rank{display:inline-block;background:#dbeafe;color:#1a5fa6;padding:1px 7px;border-radius:999px;font-weight:700}.manager-store .ms-table tfoot td{font-weight:700;border-top:2px solid #e4e4e7;background:#fafafa}.manager-store .ms-table .ms-toggle{border:none;border-radius:999px;padding:4px 12px;font-size:.78rem;font-weight:700;cursor:pointer}.manager-store .ms-table .ms-toggle.on{background:#f0fdf4;color:#15803d}.manager-store .ms-table .ms-toggle.off{background:#fef2f2;color:#b91c1c}.manager-store .ms-table .ms-toggle:disabled{opacity:.6;cursor:not-allowed}.manager-store .ms-table .ms-assign-btn{background:#eff6ff;color:#1a5fa6;border:1px solid #dbeafe;border-radius:999px;padding:4px 10px;font-size:.8rem;cursor:pointer}.manager-store .ms-table .ms-assign-btn:hover{background:#dbeafe}.manager-store .ms-table .ms-assign-row td{background:#fafafa}.manager-store .ms-table .ms-assign-box{display:flex;flex-direction:column;gap:8px;padding:6px 2px}.manager-store .ms-table .ms-assign-box span{font-size:.82rem;color:#71717a}.admin-settings{min-height:100vh;background-color:#fafafa}.admin-settings .admin-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;padding:1rem;background-color:#111;color:#fff}.admin-settings .admin-header h1{margin:0;font-size:1.5rem}.admin-settings .admin-header .admin-panels{display:flex;flex-wrap:wrap;gap:.5rem}.admin-settings .admin-header .admin-panels .panel-btn{padding:.5rem 1.25rem;border:1px solid rgba(255,255,255,.5);border-radius:999px;background:transparent;color:#ffffffd9;font-size:1.05rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.admin-settings .admin-header .admin-panels .panel-btn:hover{background:#ffffff1f}.admin-settings .admin-header .admin-panels .panel-btn.active{background:#fff;color:#111;border-color:#fff}.admin-settings .admin-header .admin-header-actions{display:flex;align-items:center;gap:.75rem}.admin-settings .admin-header .admin-lang-select{height:40px;padding:0 4px;min-width:0;background:none;border:none;border-radius:0;color:#fff;font-family:inherit;font-size:24px;line-height:1;text-align:center;cursor:pointer;appearance:none;-webkit-appearance:none;transition:opacity .15s ease}.admin-settings .admin-header .admin-lang-select:hover:not(:disabled){opacity:.7}.admin-settings .admin-header .admin-lang-select:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:2px}.admin-settings .admin-header .admin-lang-select option{background:#1a1a1a;color:#fff;font-size:1rem}.admin-settings .admin-header .admin-lang-select:disabled{opacity:.5;cursor:wait}.admin-settings .admin-header .logout-btn{height:40px;padding:0 18px;background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.22);border-radius:999px;font-family:inherit;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.admin-settings .admin-header .logout-btn:hover{background:#fff;color:#111;border-color:#fff}.admin-settings .admin-header .logout-btn:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:2px}.admin-settings .admin-tabs{display:flex;gap:.4rem;background-color:#fff;border-bottom:1px solid #f1f1f3;padding:.6rem 1rem;overflow-x:auto;scrollbar-width:none}.admin-settings .admin-tabs::-webkit-scrollbar{display:none}.admin-settings .admin-tabs .tab{padding:9px 16px;background:transparent;border:1px solid transparent;border-radius:999px;cursor:pointer;font-family:inherit;font-size:.9375rem;font-weight:600;letter-spacing:.01em;color:#52525b;transition:color .2s ease,background .2s ease;white-space:nowrap}.admin-settings .admin-tabs .tab:hover{background:#f4f4f5;color:#111}.admin-settings .admin-tabs .tab.active{background:#111;color:#fff}.admin-settings .admin-tabs .tab:focus-visible{outline:2px solid #111111;outline-offset:2px}.admin-settings .admin-content{padding:1.5rem}@media(min-width:768px){.admin-settings .admin-header{padding:1rem 2rem}.admin-settings .admin-header h1{font-size:1.8rem}.admin-settings .admin-tabs{padding:.7rem 2rem}.admin-settings .admin-content{padding:2rem}}@media(min-width:1024px){.admin-settings .admin-header{padding:1.5rem 3rem}.admin-settings .admin-tabs{padding:.7rem 3rem}.admin-settings .admin-content{padding:2rem 3rem}}.invite-register{min-height:100vh;background:linear-gradient(135deg,#fafafa,#e4e4e7);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.invite-register .invite-card{background:#fff;border-radius:14px;box-shadow:0 10px 40px #0000001a;width:100%;max-width:640px;overflow:hidden}.invite-register .invite-card .invite-card-header{background:#111;color:#fff;padding:1.5rem 2rem;text-align:center}.invite-register .invite-card .invite-card-header h1{margin:0;font-size:1.8rem}.invite-register .invite-card .invite-card-header p{margin:.5rem 0 0;opacity:.85;font-size:1rem}.invite-register .invite-card .invite-card-body{padding:2rem}.invite-register .invite-card .invite-card-body .loading-text{text-align:center;color:#71717a;font-size:1.1rem;padding:2rem 0}.invite-register .invite-card .invite-card-body .info-text{text-align:center;color:#71717a;font-size:.95rem;margin:1rem 0}.invite-register .invite-card .invite-card-body .preset-info{background:#eff6ff;border:1px solid #dbeafe;border-radius:12px;padding:16px 20px;margin-bottom:1.5rem}.invite-register .invite-card .invite-card-body .preset-info .preset-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0}.invite-register .invite-card .invite-card-body .preset-info .preset-row:not(:last-child){border-bottom:1px solid #dbeafe}.invite-register .invite-card .invite-card-body .preset-info .preset-row .preset-label{font-size:.85rem;color:#1a5fa6;font-weight:500}.invite-register .invite-card .invite-card-body .preset-info .preset-row .preset-value{font-size:.95rem;color:#1a5fa6;font-weight:600}.invite-register .invite-card .invite-card-body .preset-info .preset-row .preset-value code{background:#dbeafe;padding:2px 8px;border-radius:10px;font-size:.9rem}.invite-register .invite-card .invite-card-body .error-box{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;padding:12px 16px;border-radius:12px;margin-bottom:1rem;text-align:center}.invite-register .invite-card .invite-card-body .success-box{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0;padding:16px;border-radius:12px;margin-bottom:1rem;text-align:center;font-size:1.1rem;font-weight:600}.invite-register .invite-card .invite-card-body .login-redirect-btn{display:block;width:100%;padding:12px;background:#111;color:#fff;border:none;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;margin-top:1rem;transition:background .2s}.invite-register .invite-card .invite-card-body .login-redirect-btn:hover{background:#000}.invite-register .invite-card .invite-card-body form h3{margin:1.5rem 0 .75rem;font-size:1rem;color:#111;font-weight:600;padding-bottom:.4rem;border-bottom:1px solid #f1f1f3}.invite-register .invite-card .invite-card-body form h3:first-of-type{margin-top:0}.invite-register .invite-card .invite-card-body form .form-row{display:flex;gap:1rem;margin-bottom:.75rem}.invite-register .invite-card .invite-card-body form .form-row .form-group{flex:1;display:flex;flex-direction:column;gap:4px}.invite-register .invite-card .invite-card-body form .form-row .form-group label{font-size:.8rem;font-weight:600;color:#3f3f46;text-transform:uppercase;letter-spacing:.5px}.invite-register .invite-card .invite-card-body form .form-row .form-group input,.invite-register .invite-card .invite-card-body form .form-row .form-group select{padding:10px 12px;border:1px solid #e4e4e7;border-radius:12px;font-size:.95rem;background:#fff;transition:border-color .2s,box-shadow .2s}.invite-register .invite-card .invite-card-body form .form-row .form-group input:focus,.invite-register .invite-card .invite-card-body form .form-row .form-group select:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #1111111a}.invite-register .invite-card .invite-card-body form .form-row .form-group select{cursor:pointer}.invite-register .invite-card .invite-card-body form .submit-btn{display:block;width:100%;padding:14px;background:#15803d;color:#fff;border:none;border-radius:999px;font-size:1.05rem;font-weight:600;cursor:pointer;margin-top:1.5rem;transition:background .2s}.invite-register .invite-card .invite-card-body form .submit-btn:hover:not(:disabled){background:#166534}.invite-register .invite-card .invite-card-body form .submit-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:640px){.invite-register{padding:1rem .5rem}.invite-register .invite-card .invite-card-body{padding:1.25rem}.invite-register .invite-card .invite-card-body form .form-row{flex-direction:column;gap:.75rem}}#root{width:100%;min-height:100vh}.app-container{min-height:100vh;background:#fff;display:flex;flex-direction:column}.app-container main{flex:1}.app-container main:has(.about-page){flex-grow:0}.admin-settings,.admin-login{width:100%}.site-header{--site-header-height: 76px;--header-fg: #fff;--header-fg-muted: rgba(255, 255, 255, .7);--header-border: rgba(255, 255, 255, .22);--header-control-radius: 999px;--header-control-bg: rgba(255, 255, 255, .08);--header-control-fg: #fff;--header-control-bg-hover: #fff;--header-control-fg-hover: #111;background:#000;position:sticky;top:0;z-index:100}.site-header--tall{--site-header-height: 96px}.header-top{position:relative;z-index:1002;display:flex;align-items:center;gap:20px;padding:0 32px;height:var(--site-header-height);max-width:none;width:100%;margin:0;box-sizing:border-box}.site-header--tall .header-top{padding:0 32px}.header-top .logo{display:inline-flex;align-items:center;line-height:0;color:var(--header-fg);text-decoration:none;flex-shrink:0;transition:opacity .2s}.header-top .logo .site-logo-img{height:64px;width:auto;max-width:min(506px,55vw);object-fit:contain;object-position:left center;display:block}.site-header--tall .header-top .logo .site-logo-img{height:74px;max-width:min(552px,60vw)}.header-top .logo:hover{opacity:.8}.header-actions{display:flex;align-items:center;gap:10px;margin-left:auto}.header-actions .lang-select{height:42px;padding:0 4px;min-width:0;background:none;border:none;border-radius:0;color:var(--header-control-fg);font-size:24px;line-height:1;text-align:center;cursor:pointer;appearance:none;-webkit-appearance:none;transition:opacity .2s ease}.header-actions .lang-select:hover:not(:disabled){opacity:.7}.header-actions .lang-select:focus-visible{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.header-actions .lang-select:focus{outline:2px solid rgba(255,255,255,.4);outline-offset:2px}.header-actions .lang-select option{background:#1a1a1a;color:#fff}.header-actions .lang-select:disabled{opacity:.5;cursor:wait}.header-actions .login-link{height:42px;display:inline-flex;align-items:center;padding:0 18px;color:var(--header-control-fg);text-decoration:none;font-size:14px;font-weight:600;border:1px solid var(--header-control-bg);border-radius:var(--header-control-radius);background:var(--header-control-bg);white-space:nowrap;transition:background .2s ease,color .2s ease,border-color .2s ease}.header-actions .account-link{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:none;background:none;color:var(--header-control-fg);text-decoration:none;transition:opacity .2s ease}.header-actions .account-link svg{width:26px;height:26px;flex-shrink:0}.header-actions .account-link:hover{opacity:.7}.header-actions .account-link:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:2px;border-radius:50%}.header-actions .login-link:hover{background:var(--header-control-bg-hover);border-color:var(--header-control-bg-hover);color:var(--header-control-fg-hover)}.nav-burger{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:34px;height:34px;padding:0;margin:0;border:none;border-radius:0;background:none;color:var(--header-control-fg);cursor:pointer;flex-shrink:0;transition:opacity .2s ease}.nav-burger:hover{opacity:.7}.nav-burger:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:4px;border-radius:4px}.nav-burger__bar{display:block;height:2px;width:100%;background:currentColor;border-radius:2px;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .2s ease}.nav-burger--open .nav-burger__bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-burger--open .nav-burger__bar:nth-child(2){opacity:0}.nav-burger--open .nav-burger__bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-backdrop{position:fixed;inset:0;z-index:1000;background:#0000008c;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);animation:navBackdropIn .25s ease}@keyframes navBackdropIn{0%{opacity:0}to{opacity:1}}.main-nav-drawer{position:fixed;top:var(--site-header-height, 76px);left:0;bottom:0;z-index:1001;width:min(340px,88vw);display:flex;flex-direction:column;background:#0a0a0a;border-right:1px solid rgba(255,255,255,.08);box-shadow:16px 0 48px #00000080;padding-left:max(env(safe-area-inset-left),0px);padding-bottom:env(safe-area-inset-bottom,0px);animation:navDrawerIn .28s cubic-bezier(.4,0,.2,1)}@keyframes navDrawerIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.main-nav-drawer__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}.main-nav-drawer__title{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffff73}.main-nav-drawer__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin:0;padding:0;border:none;border-radius:50%;background:transparent;color:#ffffffb3;font-size:1.5rem;line-height:1;cursor:pointer;transition:background .2s,color .2s}.main-nav-drawer__close:hover{background:#ffffff1a;color:#fff}.main-nav-drawer__close:focus-visible{outline:2px solid rgba(255,255,255,.4);outline-offset:2px}.main-nav--drawer{display:flex;flex-direction:column;gap:2px;padding:16px 12px 24px;overflow-y:auto;flex:1}.main-nav--drawer a{text-decoration:none;color:#ffffffd9;font-weight:500;font-size:.95rem;padding:13px 18px;border-radius:12px;letter-spacing:.01em;transition:background .2s,color .2s}.main-nav--drawer a.is-active{background:#ffffff24;color:#fff;font-weight:700}.main-nav--drawer a:hover{background:#ffffff14;color:#fff}.main-nav--inline{display:flex;gap:4px;flex:0 1 auto;justify-content:flex-start;align-items:center;min-width:0;margin-right:auto}.main-nav--inline a{text-decoration:none;color:#fff;font-weight:600;font-size:14.5px;padding:9px 18px;border-radius:999px;letter-spacing:.01em;transition:background .2s,color .2s}.main-nav--inline a:hover{background:#ffffff1f;color:#fff}.main-nav--inline a.is-active{background:#fff;color:#111}.site-header--tall .main-nav--inline a{font-size:15px;padding:10px 20px}.content{text-align:center;padding:48px 32px;max-width:1200px;margin:0 auto;color:#000}.content h1{font-size:2.5rem;font-weight:700;margin-bottom:24px;color:#000}.content p{color:#444;line-height:1.6}.card{padding:2em;background:#f5f5f5;border-radius:12px;border:1px solid #e0e0e0;margin:24px auto;max-width:500px}.card button{padding:12px 24px;font-size:16px;font-weight:600;background:#000;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:transform .2s,box-shadow .2s}.card button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0003}.header-lead{display:flex;align-items:center;gap:18px;min-width:0;flex:0 1 auto}@media(max-width:1229px){.site-header--tall{--site-header-height: 84px}.header-top{padding:0 16px}.header-lead{gap:14px}.site-header--tall .header-top .logo .site-logo-img{height:55px;max-width:min(414px,55vw)}.header-actions{gap:6px}.header-actions .account-link{width:40px;height:40px}.header-actions .account-link svg{width:25px;height:25px}.header-actions .lang-select{height:40px;padding:0 4px;font-size:23px}}@media(max-width:640px){.site-header--tall{--site-header-height: 72px}.header-top{padding:0 12px}.header-lead{gap:10px}.site-header--tall .header-top .logo .site-logo-img{height:44px;max-width:min(240px,42vw)}.header-actions{gap:2px}.header-actions .account-link{width:36px;height:36px}.header-actions .account-link svg{width:23px;height:23px}.header-actions .lang-select{height:36px;font-size:21px}.nav-burger{width:30px;height:30px;gap:4px}}@media(max-width:768px){.content{padding:24px 16px}.content h1{font-size:1.75rem}}.site-footer{--footer-fg: #fff;--footer-muted: rgba(255, 255, 255, .65);--footer-edge: rgba(255, 255, 255, .12);background:#000;color:var(--footer-fg);margin-top:auto;border-top:1px solid var(--footer-edge);padding:3rem 32px 2.75rem}.site-footer .footer-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:2.5rem 3rem}.site-footer .footer-brand-block{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem;flex-shrink:0}.site-footer .footer-logo-link{display:inline-flex;align-items:center;line-height:0;flex-shrink:0;transition:opacity .2s ease}.site-footer .footer-logo-link:hover{opacity:.85}.site-footer .site-logo-img--footer{width:auto;height:auto;max-height:96px;max-width:min(520px,58vw);object-fit:contain;object-position:left center;display:block}.site-footer .footer-socials{display:flex;align-items:center;gap:.85rem}.site-footer .footer-social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.25);color:#ffffffbf;transition:color .2s ease,border-color .2s ease,background .2s ease}.site-footer .footer-social-link:hover{color:#fff;border-color:#ffffff8c;background:#ffffff1a}.site-footer .footer-social-link svg{width:22px;height:22px}.site-footer .footer-nav{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:0 0 0 1.75rem;margin:0;border-left:1px solid rgba(255,255,255,.2);min-height:min(96px,100%);justify-content:center}.site-footer .footer-nav a{text-decoration:none;color:#ffffffb8;font-weight:500;font-size:15px;letter-spacing:.02em;padding:10px 18px;margin:0 -18px 0 0;border-radius:6px;transition:background .2s ease,color .2s ease}.site-footer .footer-nav a:hover{background:#ffffff1a;color:#fff}.site-footer .footer-contact{text-align:right;flex-shrink:0}.site-footer .footer-contact p{margin:0 0 .35rem;color:var(--footer-muted);font-size:.9rem;letter-spacing:.02em}.site-footer .footer-contact p:last-of-type{margin-bottom:0}.site-footer .footer-legal-docs{margin-top:1rem;display:flex;flex-direction:column;align-items:flex-end;gap:.45rem;font-size:.88rem;line-height:1.35}.site-footer .footer-legal-docs a{color:#ffffffe0;text-decoration:underline;text-underline-offset:2px}.site-footer .footer-legal-docs a:hover{color:#fff}.site-footer .footer-legal{margin-top:1.1rem;font-size:.85rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.35rem}.site-footer .footer-legal a{color:#ffffffd1;text-decoration:underline;text-underline-offset:2px}.site-footer .footer-legal a:hover{color:#fff}.site-footer .footer-legal__sep{color:#ffffff59;-webkit-user-select:none;user-select:none}.site-footer .footer-cookie-settings{background:none;border:none;padding:0;font:inherit;color:#ffffffd1;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.site-footer .footer-cookie-settings:hover{color:#fff}@media(max-width:1135px){.site-footer .footer-content{flex-wrap:wrap}.site-footer .footer-brand-block{width:100%;flex-direction:row;align-items:center;gap:1.5rem}.site-footer .footer-nav{border-left:none;border-top:1px solid rgba(255,255,255,.18);flex-direction:row;flex-wrap:wrap;padding:1rem 0 0;min-height:0;gap:2px 0}.site-footer .footer-nav a{padding:8px 14px;margin:0;font-size:14px}.site-footer .footer-contact{margin-left:auto}}@media(max-width:640px){.site-footer{padding:2.5rem 1.25rem}.site-footer .footer-content{flex-direction:column;align-items:center;text-align:center;gap:2rem}.site-footer .footer-brand-block{flex-direction:column;align-items:center}.site-footer .site-logo-img--footer{max-height:72px;max-width:min(420px,80vw);object-position:center}.site-footer .footer-socials{justify-content:center}.site-footer .footer-nav{border-top:1px solid rgba(255,255,255,.18);flex-direction:column;align-items:center;padding:1rem 0 0;width:100%;max-width:320px}.site-footer .footer-nav a{margin:0;font-size:14px}.site-footer .footer-contact{text-align:center;margin-left:0}.site-footer .footer-legal-docs{align-items:center}.site-footer .footer-legal{justify-content:center}}
