:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--primary:#1a1a1a;--secondary:#4a4a4a;--accent:#c9a227;--accent-hover:#b8931f;--cream:#faf9f6;--warm-gray:#f5f5f0;--border-light:#e8e6e1;--surface:#fff;--muted:#666;--danger:#b33a3a;--success:#2f6b37;--font-serif:"Cormorant Garamond", serif;--font-sans:"Inter", system-ui, sans-serif}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body,#root{min-height:100%;margin:0}body{font-family:var(--font-sans);color:var(--primary);background:#fff;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:600;line-height:1.2}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--accent);border-radius:4px}a{color:inherit;text-decoration:none}.container-wide{width:100%;max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.main-shell{min-height:calc(100vh - 80px);padding-top:80px}.main-shell--admin{background:var(--cream)}.page-band{padding:4rem 0}.page-band--cream{background:var(--cream)}.grid{gap:1.25rem;display:grid}.grid.two{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;transition:box-shadow .3s,background .3s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{box-shadow:0 2px 20px #00000014}.navbar-inner{justify-content:space-between;align-items:center;gap:1rem;min-height:5rem;display:flex}.logo{font-family:var(--font-serif);letter-spacing:.02em;color:var(--primary);order:2;margin:0 auto;font-size:1.75rem;font-weight:700}.nav-desktop{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem 1.25rem;max-width:min(56rem,58vw);display:none}@media (width>=1100px){.nav-desktop{flex-wrap:nowrap;gap:2rem;max-width:none}}@media (width>=900px){.navbar-inner{justify-content:flex-start}.logo{order:0;margin-left:0;margin-right:1rem}.nav-desktop{margin-left:1rem;display:flex}.nav-cta{margin-left:auto}}.nav-link{letter-spacing:.5px;color:var(--primary);font-size:14px;font-weight:500;transition:color .3s;position:relative}.nav-link:hover,.nav-link.active{color:var(--accent)}.nav-link:after{content:"";background:var(--accent);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-cta{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;display:none}.nav-cta-compact{letter-spacing:.08em;padding:10px 18px;font-size:11px}.nav-cart-link{align-items:center;gap:.35rem;display:inline-flex}.nav-cart-link span{line-height:1}.nav-cart-icon{stroke-width:2px;width:18px;height:18px}.nav-cart-icon-link{color:var(--primary);background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:.35rem;display:inline-flex;position:relative}.nav-cart-icon-link:hover{color:var(--accent)}.nav-cart-badge{background:var(--accent);color:#111;text-align:center;border-radius:999px;min-width:1rem;height:1rem;padding:0 .2rem;font-size:.65rem;font-weight:700;line-height:1rem;position:absolute;top:-3px;right:-3px}.nav-account{margin-bottom:-.45rem;padding-bottom:.45rem;display:inline-flex;position:relative}.nav-avatar-link{background:var(--primary);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:2.2rem;height:2.2rem;font-size:.9rem;font-weight:600;display:inline-flex}.nav-avatar-link:hover{color:#fff;background:#111827}.nav-avatar-trigger{cursor:pointer;border:0}.nav-login-link{border:1px solid var(--border-light);color:var(--primary);background:#fff}.nav-login-link:hover{border-color:var(--accent);color:var(--accent);background:#fff}.nav-login-icon{width:17px;height:17px}.nav-account-menu{border:1px solid var(--border-light);z-index:1010;background:#fff;border-radius:.6rem;min-width:13rem;padding:.35rem;display:none;position:absolute;top:100%;right:0;box-shadow:0 10px 25px #1118271f}.nav-account-menu:before{content:"";height:.45rem;position:absolute;top:-.45rem;left:0;right:0}.nav-account-menu.is-open{display:block}.nav-account-menu-item{color:var(--primary);border-radius:.45rem;padding:.5rem .65rem;font-size:.9rem;display:block}.nav-account-menu-item:hover,.nav-account-menu-item.active{background:var(--cream);color:var(--accent)}.nav-account-menu-action{text-align:left;width:100%;color:var(--primary);background:0 0;border:0;border-radius:.45rem;padding:.5rem .65rem;font-size:.9rem;display:block}.nav-account-menu-action:hover{background:var(--cream);color:var(--accent)}.mobile-nav-account{order:4;margin-left:auto;display:inline-flex}.mobile-account-trigger{cursor:pointer;border:0}.mobile-nav-login{order:4;margin-left:auto;display:inline-flex}.mobile-nav-cart-link{order:5;margin-left:.2rem;display:inline-flex}.mobile-nav-account .nav-account-menu{z-index:1999;border:0;border-radius:0;width:min(320px,92vw);height:100vh;padding:5rem 2rem 2rem;transition:transform .3s;position:fixed;top:0;left:auto;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-10px 0 40px #0000001a}.mobile-nav-account .nav-account-menu.is-open{display:block;transform:translate(0)}@media (width>=900px){.nav-cta{display:flex}.mobile-nav-account,.mobile-nav-login{display:none}}.nav-burger{cursor:pointer;color:var(--primary);background:0 0;border:0;order:1;padding:.5rem;display:flex}@media (width>=900px){.nav-burger,.mobile-nav-cart-link{display:none}}.mobile-overlay{z-index:1998;opacity:0;pointer-events:none;background:#0006;transition:opacity .3s;position:fixed;inset:0}.mobile-overlay.is-open{opacity:1;pointer-events:auto}.mobile-menu{z-index:1999;background:#fff;width:min(320px,92vw);height:100vh;padding:5rem 2rem 2rem;transition:transform .3s;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-10px 0 40px #0000001a}.mobile-menu.is-open{transform:translate(0)}.mobile-menu-close{cursor:pointer;color:var(--primary);background:0 0;border:0;padding:.5rem;position:absolute;top:1.5rem;right:1.5rem}.mobile-menu a{color:var(--primary);padding:.5rem 0;font-size:1.125rem;font-weight:500;display:block}.mobile-menu hr{border:0;border-top:1px solid var(--border-light);margin:1.5rem 0}.hero-section{background:linear-gradient(135deg,#faf9f6 0%,#fff 50%,#f5f5f0 100%);min-height:calc(100vh - 80px);position:relative;overflow:hidden}.hero-bg-pattern{pointer-events:none;background-image:radial-gradient(circle at 20% 80%,#c9a2270f 0%,#0000 50%),radial-gradient(circle at 80% 20%,#c9a2270a 0%,#0000 50%);position:absolute;inset:0}.hero-inner{z-index:1;padding:3rem 0 4rem;position:relative}@media (width>=1024px){.hero-inner{padding:4rem 0 5rem}}.hero-grid{align-items:center;gap:3rem;display:grid}@media (width>=1024px){.hero-grid{grid-template-columns:1fr 1fr}}.hero-title{font-family:var(--font-serif);color:var(--primary);margin:0 0 1rem;font-size:clamp(2.5rem,6vw,4.25rem);font-weight:600;line-height:1.1}.text-accent{color:var(--accent)}.hero-lead{color:var(--secondary);max-width:32rem;margin:0 0 1.5rem;font-size:1.25rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:1rem;padding-top:.5rem;display:flex}.animate-fade-in-up{animation:.8s ease-out forwards fadeInUp}.animate-fade-in{opacity:0;animation:1s ease-out .2s forwards fadeIn}.hero-trust{border-top:1px solid var(--border-light);flex-wrap:wrap;gap:2rem;margin-top:2rem;padding-top:2rem;display:flex}.hero-stat-num{font-family:var(--font-serif);color:var(--primary);font-size:1.75rem;font-weight:700}.hero-stat-label{color:var(--secondary);margin-top:.25rem;font-size:.875rem}.hero-visual{position:relative}.hero-mosaic{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.hero-mosaic-col{flex-direction:column;gap:1rem;display:flex}.hero-mosaic-col--offset{padding-top:2rem}@media (width<=900px){.hero-mosaic-col--offset{padding-top:1rem}.hero-thumb--tall{min-height:220px}.hero-thumb--sq{min-height:160px}}.hero-thumb{background:var(--warm-gray);border-radius:.5rem;overflow:hidden;box-shadow:0 10px 40px #0000001f}.hero-thumb--tall{aspect-ratio:3/4}.hero-thumb--sq{aspect-ratio:1}.hero-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.hero-thumb:hover img{transform:scale(1.05)}.hero-thumb-link{color:inherit;text-decoration:none;display:block}.hero-thumb-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero-float-card{background:#fff;border-radius:.5rem;padding:1.25rem 1.5rem;animation:4s ease-in-out infinite float;position:absolute;bottom:-1rem;left:-.5rem;box-shadow:0 20px 50px #00000026}@media (width<=1023px){.hero-float-card{margin-top:1rem;animation:none;position:relative;bottom:0;left:0}}.hero-float-card-inner{align-items:center;gap:.75rem;display:flex}.hero-float-icon{background:var(--accent);color:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.hero-float-icon--photo{background:var(--surface);border:2px solid var(--cream);overflow:hidden;box-shadow:0 2px 12px #00000014}.hero-float-icon-img{object-fit:contain;width:1.35rem;height:1.35rem}.hero-float-icon-img--photo{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.hero-float-card--clickable{color:inherit;cursor:pointer;text-decoration:none;display:block}.hero-float-card--clickable:hover{box-shadow:0 24px 56px #0000002e}.hero-float-card--clickable:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero-float-title{font-size:.875rem;font-weight:600}.hero-float-sub{color:var(--secondary);font-size:.75rem}.badge{letter-spacing:1px;text-transform:uppercase;border-radius:2px;padding:4px 12px;font-size:11px;font-weight:600;display:inline-block}.badge-accent{color:#856404;background:#fef3cd}.btn-primary,.button:not(.secondary){background:var(--primary);color:#fff;font-family:var(--font-sans);letter-spacing:0;text-transform:none;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:14px 28px;font-size:13px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary:hover,.button:not(.secondary):hover{background:var(--accent);transform:translateY(-2px);box-shadow:0 8px 25px #c9a22759}.btn-primary:focus-visible,.btn-secondary:focus-visible,.button:focus-visible,button:focus-visible,a.secondary:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.btn-secondary,.button.secondary,.btn.secondary{color:#000;border:1px solid var(--border-light);font-family:var(--font-sans);letter-spacing:0;text-transform:none;cursor:pointer;background:#fff;border-radius:10px;justify-content:center;align-items:center;padding:14px 28px;font-size:13px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.btn-secondary:hover,.button.secondary:hover,.btn.secondary:hover{color:#000;background:#fff;border-color:#c9a22773;transform:translateY(-2px);box-shadow:0 8px 25px #1a1a1a14}.section-title{font-family:var(--font-serif);color:var(--primary);margin:0 0 1rem;font-size:clamp(2rem,4vw,3.5rem)}.section-title--center{text-align:center}.section-subtitle{color:var(--muted);text-align:center;max-width:40rem;margin:0 auto 2.5rem;font-size:1.125rem;line-height:1.7}.card .section-title{margin-bottom:.5rem;font-size:clamp(1.25rem,2vw,1.5rem)}.page-intro .section-title{margin-bottom:.75rem}.page-intro .muted{max-width:48rem}.card{background:var(--surface);border:1px solid var(--border-light);border-radius:4px;padding:1.5rem 1.75rem}.product-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-items:stretch;gap:1.25rem;display:grid}@media (width>=1200px){.product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.product-card-link{height:100%;min-height:0;color:inherit;flex-direction:column;display:flex}.product-card{background:0 0;border:none;border-radius:0;flex-direction:column;flex:1;gap:.5rem;height:100%;min-height:0;padding:0;transition:opacity .2s;display:flex}.product-card:hover{opacity:.92}.product-card__media{background:var(--warm-gray);border:none;border-radius:6px;flex-shrink:0;width:100%;overflow:hidden}.product-card__media img{aspect-ratio:3/4;object-fit:cover;border:none;border-radius:6px;width:100%;display:block}.product-card__title{-webkit-line-clamp:1;line-clamp:1;text-overflow:ellipsis;overflow-wrap:anywhere;word-break:break-word;-webkit-box-orient:vertical;flex-shrink:0;min-height:1.3em;margin:0;font-size:clamp(.8125rem,1.1vw,.9375rem);font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.product-card__meta{color:var(--muted);flex-wrap:wrap;align-items:baseline;gap:.2rem .35rem;margin-top:auto;font-size:.8125rem;line-height:1.35;display:flex}.product-card__meta-sep{color:var(--muted);opacity:.55;-webkit-user-select:none;user-select:none}.product-card-order-btn{align-self:flex-start;margin-top:.35rem}.product-card-link:focus-visible .product-card{outline:2px solid var(--accent);outline-offset:4px}.catalog-page{background:radial-gradient(circle at 12% 6%, #c9a22712, transparent 32%), var(--cream)}.catalog-hero{gap:1.25rem;margin-bottom:1.25rem;display:grid}.catalog-breadcrumbs{color:var(--muted);font-size:.85rem}.catalog-breadcrumbs a{color:var(--secondary)}.catalog-breadcrumbs a:hover{color:var(--accent)}.catalog-hero__content{border:1px solid var(--border-light);background:#ffffffb8;border-radius:14px;gap:1rem;padding:1.25rem;display:grid;box-shadow:0 14px 38px #1a1a1a0d}.catalog-hero h1{font-family:var(--font-serif);margin:.65rem 0 .55rem;font-size:clamp(2.35rem,9vw,4.2rem);line-height:1}.catalog-hero p{color:var(--secondary);max-width:44rem;margin:0}.catalog-hero__count{color:var(--muted);padding-top:.65rem;font-size:.95rem}.catalog-hero__count strong{color:var(--primary)}.catalog-search{align-self:end}.catalog-layout{gap:1rem;display:grid}.catalog-sidebar{gap:.85rem;display:grid}.catalog-filter-card{border:1px solid var(--border-light);background:var(--surface);border-radius:12px;padding:1rem;box-shadow:0 8px 28px #1a1a1a0a}.catalog-filter-card h2{font-family:var(--font-sans);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .8rem;font-size:.82rem}.catalog-filter-option{border:1px solid var(--border-light);color:#000;text-align:left;width:100%;font:inherit;cursor:pointer;background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;padding:.7rem .75rem;display:flex}.catalog-filter-option:hover{color:#000;background:#fff;border-color:#c9a22759}.catalog-filter-option.is-active{color:#000;background:#fff;border-color:#c9a22773;font-weight:600}.catalog-filter-option strong{background:var(--cream);min-width:2rem;color:var(--muted);text-align:center;border-radius:999px;padding:.15rem .35rem;font-size:.75rem}.catalog-filter-option.is-active strong{background:var(--accent);color:var(--primary)}.catalog-main{gap:1rem;min-width:0;display:grid}.catalog-toolbar{border:1px solid var(--border-light);background:#ffffffd6;border-radius:12px;gap:.85rem;padding:.9rem;display:grid}.catalog-active-filters{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.catalog-chip{min-height:2rem;color:var(--primary);cursor:pointer;background:#c9a2271a;border:1px solid #c9a2278c;border-radius:999px;align-items:center;padding:.38rem .65rem;font-size:.82rem;display:inline-flex}.catalog-chip--muted{border-color:var(--border-light);background:var(--surface);color:var(--muted);cursor:default}.catalog-toolbar__controls{gap:.65rem;display:grid}.catalog-sort{color:var(--muted);gap:.3rem;font-size:.82rem;display:grid}.catalog-sort select{border:1px solid var(--border-light);background:var(--surface);min-height:2.65rem;color:var(--primary);font:inherit;border-radius:8px;padding:0 .75rem}.catalog-view-toggle{background:var(--cream);border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem;padding:.25rem;display:grid}.catalog-view-toggle button{color:var(--secondary);background:0 0;border:1px solid #0000;border-radius:8px;padding:.62rem .75rem;font-size:.82rem}.catalog-view-toggle button.is-active{border-color:var(--border-light);background:var(--surface);color:var(--primary);box-shadow:0 4px 12px #1a1a1a0f}.catalog-status{margin:0 0 1rem}.catalog-empty{background:#c9a22714;border:1px dashed #c9a227a6;border-radius:12px;justify-items:start;gap:.75rem;padding:1.25rem;display:grid}.catalog-empty h2{font-family:var(--font-serif);margin:0;font-size:1.55rem}.catalog-empty p{color:var(--secondary);margin:0}.catalog-product-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.catalog-card{border:1px solid var(--border-light);background:var(--surface);border-radius:12px;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 10px 28px #1a1a1a0d}.catalog-card:hover{opacity:1;transform:translateY(-3px);box-shadow:0 18px 40px #1a1a1a17}.catalog-card__media-wrap{position:relative}.catalog-card__media-wrap .product-card__media,.catalog-card__media-wrap .product-card__media img{border-radius:0}.catalog-card__badges{pointer-events:none;gap:.35rem;display:grid;position:absolute;top:.75rem;left:.75rem}.catalog-card__badges span{background:var(--accent);color:var(--primary);letter-spacing:.06em;text-transform:uppercase;border-radius:3px;justify-self:start;padding:.28rem .5rem;font-size:.65rem;font-weight:800}.catalog-card__badges span:first-child{background:var(--primary);color:#fff}.catalog-card__favorite{width:2.4rem;height:2.4rem;color:var(--primary);background:#ffffffeb;border:1px solid #ffffffdb;border-radius:8px;justify-content:center;align-items:center;font-size:1.15rem;line-height:1;display:inline-flex;position:absolute;top:.75rem;right:.75rem;box-shadow:0 8px 20px #1a1a1a1a}.catalog-card__favorite:hover{color:var(--danger);background:#fff}.catalog-card__favorite.is-active{color:var(--danger)}.product-detail-favorite-btn,.cart-item-favorite-btn{flex-shrink:0;width:2.65rem;height:2.65rem;position:static}.product-media-layout{position:relative}.product-media-favorite-btn{z-index:3}.catalog-card__body{gap:.45rem;padding:1rem 1rem .75rem;display:grid}.catalog-card__author{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:800}.catalog-card__rating{color:var(--accent);align-items:center;gap:.45rem;font-size:.78rem;display:flex}.catalog-card__rating small{color:var(--muted)}.catalog-card__footer{border-top:1px solid var(--border-light);justify-content:space-between;align-items:center;gap:.75rem;margin-top:auto;padding:.85rem 1rem 1rem;display:flex}.catalog-card__footer strong{font-family:var(--font-serif);font-size:1.25rem}.catalog-card__footer .product-card-order-btn{white-space:nowrap;color:#000;border:1px solid var(--border-light);background:#fff;border-radius:8px;width:2.65rem;height:2.65rem;margin-top:0;padding:0}.catalog-card__footer .product-card-order-btn:hover{color:#000;background:#fff;border-color:#c9a22773}@media (width>=760px){.catalog-hero__content{grid-template-columns:minmax(0,1fr) minmax(260px,360px);align-items:end;padding:1.5rem}.catalog-toolbar{grid-template-columns:minmax(0,1fr) auto;align-items:end}.catalog-toolbar__controls{grid-template-columns:minmax(180px,220px) minmax(180px,220px);align-items:end}}@media (width>=1024px){.catalog-layout{grid-template-columns:250px minmax(0,1fr);align-items:start}.catalog-sidebar{position:sticky;top:96px}.catalog-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-product-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-product-grid--compact .catalog-card{grid-template-columns:160px minmax(0,1fr);align-items:stretch;display:grid}.catalog-product-grid--compact .catalog-card__media-wrap{min-height:100%}.catalog-product-grid--compact .product-card__media,.catalog-product-grid--compact .product-card__media img{height:100%}.catalog-product-grid--compact .catalog-card__footer{grid-column:2}}@media (width>=1320px){.catalog-layout{grid-template-columns:280px minmax(0,1fr)}.catalog-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-media-layout{margin-top:.5rem}@media (width<=1023px){.product-media-layout{scroll-margin-top:88px}}.product-detail-layout{gap:1.25rem;display:grid}.product-detail-primary{background:var(--surface);border:1px solid var(--border-light);border-radius:6px;grid-template-columns:1fr;align-self:stretch;gap:0;display:grid;overflow:hidden;box-shadow:0 8px 28px #0000000f}.product-detail-primary .product-media-layout{margin-top:0;padding:.75rem 1rem 1rem}.product-detail-primary .product-detail-info.card{box-shadow:none;border:none;border-top:1px solid var(--border-light);border-radius:0;margin:0;padding:1.25rem 1.25rem 1.5rem}.product-detail-info{align-self:start}.product-detail-description,.product-detail-description__content{width:100%}.product-detail-description__content .rich-render{width:100%;max-width:100%}.product-detail-description__content .rich-render figure,.product-detail-description__content .rich-render img,.product-detail-description__content .rich-render video{max-width:100%}.product-detail-description__content .rich-render img,.product-detail-description__content .rich-render video{height:auto;display:block}.product-detail-description__content .rich-render table{white-space:nowrap;width:100%;display:block;overflow-x:auto}.product-detail-description__content .rich-render p,.product-detail-description__content .rich-render li,.product-detail-description__content .rich-render td,.product-detail-description__content .rich-render th{overflow-wrap:anywhere;word-break:break-word}.product-media-desktop{display:none}.product-media-thumbs{flex-direction:column;gap:.75rem;max-height:min(78vh,960px);padding-right:.25rem;display:flex;overflow-y:auto}.product-media-thumb{border:1px solid var(--border-light);cursor:pointer;background:0 0;border-radius:4px;width:72px;padding:0;transition:border-color .2s,box-shadow .2s;display:block;overflow:hidden}.product-media-thumb.is-active{border-color:var(--accent);box-shadow:0 0 0 2px #c9a22733}.product-media-thumb img,.product-media-thumb video{aspect-ratio:3/4;object-fit:cover;background:0 0;width:100%;display:block}.product-media-stage,.product-media-slide{border:1px solid var(--border-light);background:0 0;border-radius:4px;overflow:hidden}.product-media-stage-trigger,.product-media-slide{text-align:left;border:1px solid var(--border-light);cursor:pointer;background:0 0;width:100%;padding:0}.product-media-stage img,.product-media-stage video,.product-media-slide img,.product-media-slide video{aspect-ratio:3/4;object-fit:cover;background:0 0;width:100%;display:block}.product-media-carousel{gap:.75rem;display:grid}.product-media-slide{scroll-snap-align:start}.product-media-main{gap:.75rem;display:grid}.product-media-nav{justify-content:center;align-items:center;gap:.75rem;display:flex}.product-media-layout .product-media-thumb,.product-media-layout .product-media-stage,.product-media-layout .product-media-slide,.product-media-layout .product-media-stage-trigger,.product-media-layout .product-media-thumb img,.product-media-layout .product-media-thumb video,.product-media-layout .product-media-stage img,.product-media-layout .product-media-stage video,.product-media-layout .product-media-slide img,.product-media-layout .product-media-slide video{background:#fff!important}.product-media-layout .icon-btn{color:#111827!important;background:#ffffffeb!important;border:1px solid #171e2a33!important}.product-media-slide.is-active{border-color:var(--accent)}.media-viewer-overlay{z-index:30000;background:#faf9f6eb;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.media-viewer-dialog{background:0 0;border:none;border-radius:8px;width:min(1200px,100%);max-height:calc(100vh - 2rem);padding:1rem;position:relative}.checkout-dialog-panel{width:min(560px,100%);max-height:calc(100vh - 2rem);padding:1.25rem 1.35rem;overflow:auto;box-shadow:0 12px 40px #0f172a2e}.variant-picker{border:1px solid var(--border-light);background:linear-gradient(#fff 0%,#fcfbf7 100%);border-radius:14px;width:min(640px,100%);margin:0 auto;padding:1rem;box-shadow:0 18px 44px #1a1a1a1f}.variant-picker__header{margin-bottom:.85rem}.variant-picker__kicker{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin:0 0 .3rem;font-size:.74rem;font-weight:700}.variant-picker__lead{color:var(--muted);margin:-.2rem 0 0;font-size:.9rem}.variant-picker__options{gap:.55rem;max-height:min(52vh,480px);padding-right:.1rem;display:grid;overflow:auto}.variant-picker-option{border:1px solid var(--border-light);width:100%;color:var(--primary);text-align:left;background:#fff;border-radius:12px;grid-template-columns:72px minmax(0,1fr);align-items:stretch;gap:.35rem;padding:.8rem .9rem;transition:border-color .15s,box-shadow .15s,transform .15s;display:grid}.variant-picker-option:hover:not(:disabled){background:#fff;border-color:#c9a2278f;transform:translateY(-1px);box-shadow:0 6px 20px #c9a2272e}.variant-picker-option.is-selected{border-color:var(--accent);background:#c9a2271a;box-shadow:0 0 0 1px #c9a2275c}.variant-picker-option__head{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.variant-picker-option__preview-wrap{background:var(--warm-gray);border:1px solid var(--border-light);border-radius:10px;width:72px;height:92px;overflow:hidden}.variant-picker-option__preview{object-fit:cover;width:100%;height:100%;display:block}.variant-picker-option__content{gap:.3rem;min-width:0;display:grid}.variant-picker-option__title{font-size:.96rem;font-weight:700}.variant-picker-option__price{color:var(--primary);white-space:nowrap;font-weight:700}.variant-picker-option__meta{color:var(--muted);flex-wrap:wrap;gap:.4rem .8rem;font-size:.8rem;display:flex}.variant-picker-option__badges{flex-wrap:wrap;gap:.35rem;display:flex}.variant-picker-badge{letter-spacing:.02em;border:1px solid #0000;border-radius:999px;align-items:center;padding:.16rem .45rem;font-size:.68rem;font-weight:700;display:inline-flex}.variant-picker-badge--selected{color:var(--success);background:#2f6b371f;border-color:#2f6b3740}.variant-picker__product-name{color:var(--primary);margin:0;font-size:.98rem;font-weight:700}@media (width<=640px){.variant-picker-option{grid-template-columns:58px minmax(0,1fr);padding:.65rem}.variant-picker-option__preview-wrap{width:58px;height:76px}}.variant-picker__actions{justify-content:flex-end;gap:.65rem;margin-top:.95rem;display:flex}.checkout-dialog-panel--wizard{background:var(--surface);border:1px solid var(--border-light);border-radius:12px;flex-direction:column;width:min(960px,100%);max-height:calc(100vh - 1.5rem);padding:0;display:flex;overflow:hidden;box-shadow:0 24px 48px #1a1a1a1f}.checkout-wizard-header{border-bottom:1px solid var(--border-light);background:linear-gradient(180deg, var(--warm-gray) 0%, var(--surface) 100%);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem 1rem;display:flex}.checkout-wizard-kicker{font-family:var(--font-sans);letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:0 0 .25rem;font-size:.75rem}.checkout-wizard-header .section-title{margin:0;font-size:1.65rem}.checkout-stepper{border-bottom:1px solid var(--border-light);background:var(--cream);flex-wrap:wrap;gap:.5rem;margin:0;padding:.85rem 1.5rem;list-style:none;display:flex}.checkout-stepper__item{color:var(--muted);border:1px solid #0000;border-radius:999px;align-items:center;gap:.45rem;padding:.35rem .65rem;font-size:.875rem;display:inline-flex}.checkout-stepper__item--active{color:var(--primary);border-color:var(--accent);background:#c9a2271f;font-weight:600}.checkout-stepper__item--done{color:var(--success)}.checkout-stepper__num{background:var(--border-light);width:1.35rem;height:1.35rem;color:var(--secondary);border-radius:999px;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:inline-flex}.checkout-stepper__item--active .checkout-stepper__num{background:var(--accent);color:#fff}.checkout-stepper__item--done .checkout-stepper__num{color:var(--success);background:#2f6b3733}.checkout-wizard-body{flex:1;min-height:0;overflow:auto}.checkout-wizard-layout{gap:1.25rem;padding:1.25rem 1.5rem 1.5rem;display:grid}@media (width>=840px){.checkout-wizard-layout{grid-template-columns:1fr minmax(260px,300px);align-items:start}.checkout-wizard-aside{position:sticky;top:0}}.checkout-step-block{margin-bottom:1.25rem}.checkout-step-heading{font-family:var(--font-serif);color:var(--primary);margin:0 0 .75rem;font-size:1.2rem;font-weight:600}.checkout-option-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.65rem;display:grid}.checkout-option-card{text-align:left;border:1px solid var(--border-light);background:var(--surface);color:var(--primary);font-family:var(--font-sans);cursor:pointer;border-radius:10px;flex-direction:column;align-items:flex-start;gap:.35rem;padding:.85rem 1rem;transition:border-color .15s,box-shadow .15s,background .15s;display:flex}.checkout-option-card:hover:not(:disabled){border-color:var(--accent);box-shadow:0 4px 14px #1a1a1a0f}.checkout-option-card--selected{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent);background:#c9a22714}.checkout-option-card--disabled{opacity:.55;cursor:not-allowed}.checkout-option-card__title{font-size:.95rem;font-weight:600}.checkout-option-card__desc{color:var(--muted);font-size:.8rem;line-height:1.35}.checkout-option-card__reason{color:var(--danger);margin-top:.15rem;font-size:.75rem}.checkout-wizard-aside{border:1px solid var(--border-light);background:var(--warm-gray);border-radius:10px;padding:1rem 1.1rem}.checkout-wizard-aside h3{font-family:var(--font-serif);margin:0 0 .85rem;font-size:1.1rem}.checkout-order-lines{border-top:1px solid var(--border-light);margin:0 0 1rem;padding:0;list-style:none}.checkout-order-lines li{border-bottom:1px solid var(--border-light);justify-content:space-between;gap:.75rem;padding:.55rem 0;font-size:.875rem;display:flex}.checkout-order-lines__title{flex:1;min-width:0}.checkout-order-lines__title span{color:var(--muted);margin-top:.15rem;font-size:.78rem;display:block}.checkout-order-lines__price{white-space:nowrap;font-weight:600}.checkout-totals{margin:0;font-size:.9rem}.checkout-totals>div{color:var(--secondary);justify-content:space-between;padding:.35rem 0;display:flex}.checkout-totals__grand{border-top:1px solid var(--border-light);color:var(--primary);font-size:1.05rem;font-weight:700;font-family:var(--font-serif);margin-top:.5rem;padding-top:.65rem}.checkout-wizard-nav{border-top:1px solid var(--border-light);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.65rem;margin-top:1.5rem;padding-top:1rem;display:flex}.checkout-wizard-nav .checkout-wizard-nav-back{margin-right:auto}.checkout-field-note{color:var(--muted);margin:.35rem 0 0;font-size:.85rem;line-height:1.45}.checkout-yookassa-note{color:var(--secondary);background:#c9a2271a;border:1px solid #c9a22759;border-radius:8px;margin-top:.75rem;padding:.75rem 1rem;font-size:.875rem}.checkout-art-page{--checkout-gold:#c19a2e;background:#f4f4f2;min-height:calc(100vh - 4rem);padding:1.25rem 1rem 2.5rem}.checkout-art-shell{max-width:1180px;margin:0 auto}.checkout-art-topbar{border-bottom:1px solid var(--border-light);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.checkout-art-brand{font-family:var(--font-serif);letter-spacing:.04em;color:var(--primary);font-size:1.35rem;font-weight:600;text-decoration:none}.checkout-art-brand:hover{color:var(--accent)}.checkout-art-flow{flex-wrap:wrap;flex:280px;justify-content:center;align-items:center;gap:.35rem;display:flex}.checkout-art-flow__step{color:var(--muted);font-size:.8125rem;font-family:var(--font-sans);align-items:center;gap:.4rem;text-decoration:none;display:inline-flex}.checkout-art-flow__step--done{color:var(--secondary)}.checkout-art-flow__step--current{color:var(--primary);font-weight:600}.checkout-art-flow__step--todo{color:#b0b0b0}.checkout-art-flow__dot{background:var(--border-light);width:1.65rem;height:1.65rem;color:var(--secondary);border-radius:999px;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:inline-flex}.checkout-art-flow__step--done .checkout-art-flow__dot{color:var(--checkout-gold);border:1px solid var(--checkout-gold);background:#c19a2e40}.checkout-art-flow__step--current .checkout-art-flow__dot{background:var(--primary);color:#fff}.checkout-art-flow__step--todo .checkout-art-flow__dot{color:#9a9a9a;background:#e8e8e8}.checkout-art-flow__line{background:var(--border-light);flex-shrink:0;width:1.5rem;height:1px}.checkout-art-topbar__actions{align-items:center;gap:1rem;display:flex}.checkout-art-help-link{color:var(--secondary);font-size:.875rem;text-decoration:none}.checkout-art-help-link:hover{color:var(--accent)}.checkout-art-cart-link{color:var(--primary);font-size:.875rem;font-weight:500;text-decoration:none;position:relative}.checkout-art-cart-badge{background:var(--accent);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:1.1rem;height:1.1rem;padding:0 .28rem;font-size:.65rem;font-weight:700;display:inline-flex;position:absolute;top:-.45rem;right:-.85rem}.checkout-art-flash{margin:0 0 .75rem}.checkout-art-grid{align-items:start;gap:1.5rem;display:grid}@media (width>=960px){.checkout-art-grid{grid-template-columns:1fr 360px}.checkout-art-aside{position:sticky;top:1rem}}.checkout-art-main{flex-direction:column;gap:1.25rem;display:flex}.checkout-art-card{background:var(--surface);border:1px solid var(--border-light);border-radius:12px;padding:1.35rem 1.5rem;box-shadow:0 4px 24px #1a1a1a0f}.checkout-art-card__title{font-family:var(--font-serif);color:var(--primary);align-items:center;gap:.5rem;margin:0 0 1.1rem;font-size:1.25rem;font-weight:600;display:flex}.checkout-art-card__icon{opacity:.85;font-size:1.1rem}.checkout-art-two-col{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.checkout-art-input-wrap{border:1px solid var(--border-light);background:var(--surface);border-radius:8px;align-items:stretch;display:flex;overflow:hidden}.checkout-art-input-wrap:focus-within{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.checkout-art-input-affix{background:var(--warm-gray);color:var(--muted);border-right:1px solid var(--border-light);align-items:center;padding:0 .65rem;font-size:.95rem;display:inline-flex}.checkout-art-input-pad{flex:1;min-width:0;border:none!important;border-radius:0!important}.checkout-art-delivery-stack{flex-direction:column;gap:.65rem;display:flex}.checkout-art-method-row{text-align:left;border:1px solid var(--border-light);cursor:pointer;width:100%;font-family:var(--font-sans);color:var(--primary);background:#fff;border-radius:10px;align-items:flex-start;gap:.75rem;padding:1rem 1.1rem;transition:border-color .15s,box-shadow .15s;display:flex}.checkout-art-method-row:hover:not(:disabled){border-color:#c9a22759}.checkout-art-method-row--selected{color:#000;background:#fef3cd;border:2px solid #85640473;box-shadow:0 0 0 1px #85640424}.checkout-art-method-row--selected .checkout-art-method-desc,.checkout-art-method-row--selected .checkout-option-card__reason{color:#000}.checkout-art-method-row--disabled{opacity:.55;cursor:not-allowed}.checkout-art-method-body{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.checkout-art-method-title{font-size:.95rem;font-weight:600}.checkout-art-method-desc{color:var(--muted);font-size:.82rem;line-height:1.4}.checkout-art-radio{border:2px solid var(--border-light);border-radius:999px;flex-shrink:0;width:1.1rem;height:1.1rem;margin-top:.15rem}.checkout-art-radio--on{border-color:var(--checkout-gold);background:radial-gradient(circle, var(--checkout-gold) 42%, transparent 44%)}.checkout-art-nested-fields{border-top:1px dashed var(--border-light);flex-direction:column;gap:.85rem;margin-top:1rem;padding-top:1rem;display:flex}.checkout-art-delivery-quotes{background:#c19a2e0f;border:1px solid #c19a2e2e;border-radius:12px;padding:1rem}.checkout-art-payment-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.75rem;display:grid}.checkout-art-pay-card{text-align:left;border:1px solid var(--border-light);cursor:pointer;font-family:var(--font-sans);color:var(--primary);background:#fff;border-radius:10px;align-items:flex-start;gap:.65rem;padding:1rem 1.1rem;transition:border-color .15s,box-shadow .15s;display:flex}.checkout-art-pay-card:hover:not(:disabled){border-color:#c9a22759}.checkout-art-pay-card--selected{color:#000;background:#fef3cd;border:2px solid #85640473;box-shadow:0 0 0 1px #85640424}.checkout-art-pay-card--selected .checkout-art-pay-desc{color:#000}.checkout-art-pay-card--disabled{opacity:.55;cursor:not-allowed}.checkout-art-pay-body{flex-direction:column;flex:1;gap:.35rem;min-width:0;display:flex}.checkout-art-pay-title{font-weight:600}.checkout-art-pay-desc{color:var(--muted);font-size:.82rem}.checkout-art-pay-badges{flex-wrap:wrap;gap:.35rem;margin-top:.25rem;display:flex}.checkout-art-pay-badges span{letter-spacing:.04em;background:var(--warm-gray);color:var(--secondary);border-radius:4px;padding:.2rem .45rem;font-size:.65rem;font-weight:700}.checkout-art-secure{color:var(--success);align-items:center;gap:.45rem;margin:1rem 0 0;font-size:.8rem;display:flex}.checkout-art-check{cursor:pointer;accent-color:var(--checkout-gold);align-items:center;gap:.55rem;margin-top:.85rem;font-size:.9rem;display:flex}.checkout-art-aside-inner{background:var(--surface);border:1px solid var(--border-light);border-radius:12px;padding:1.35rem 1.25rem;box-shadow:0 4px 24px #1a1a1a0f}.checkout-art-aside__title{font-family:var(--font-serif);margin:0 0 1rem;font-size:1.2rem}.checkout-art-lines{margin:0 0 1rem;padding:0;list-style:none}.checkout-art-line{border-bottom:1px solid var(--border-light);grid-template-columns:56px 1fr auto;align-items:start;gap:.65rem;padding:.85rem 0;display:grid}.checkout-art-line__img{object-fit:cover;background:var(--warm-gray);border-radius:8px;width:56px;height:56px}.checkout-art-line__img--ph{border:1px dashed var(--border-light)}.checkout-art-line__author{letter-spacing:.06em;text-transform:uppercase;color:var(--checkout-gold);margin:0 0 .15rem;font-size:.65rem;font-weight:700}.checkout-art-line__name{margin:0 0 .2rem;font-size:.9rem;font-weight:600;line-height:1.3}.checkout-art-line__meta{margin:0;font-size:.78rem}.checkout-art-line__controls{align-items:center;gap:.35rem;margin-top:.45rem;display:flex}.checkout-art-stepper-btn{border:1px solid var(--border-light);background:var(--surface);cursor:pointer;width:1.75rem;height:1.75rem;color:var(--primary);border-radius:6px;padding:0;font-size:1rem;line-height:1}.checkout-art-stepper-btn:hover{border-color:var(--accent)}.checkout-art-stepper-val{text-align:center;min-width:1.25rem;font-size:.875rem;font-weight:600}.checkout-art-remove{cursor:pointer;opacity:.55;background:0 0;border:none;margin-left:.25rem;padding:.15rem;font-size:1rem}.checkout-art-remove:hover{opacity:1}.checkout-art-line__price{white-space:nowrap;align-self:center;font-size:.9rem;font-weight:700}.checkout-totals--art{margin-top:.5rem}.checkout-art-free{color:var(--success);font-weight:500}.checkout-art-cta{background:linear-gradient(180deg, #d4b03d 0%, var(--checkout-gold) 100%);color:#1a1a1a;width:100%;font-family:var(--font-sans);cursor:pointer;border:none;border-radius:10px;margin-top:1.1rem;padding:.95rem 1.25rem;font-size:1rem;font-weight:700;box-shadow:0 4px 14px #c19a2e59}.checkout-art-cta:hover:not(:disabled){filter:brightness(1.03)}.checkout-art-cta:disabled{opacity:.55;cursor:not-allowed}.checkout-art-legal{color:var(--muted);margin:.75rem 0 0;font-size:.72rem;line-height:1.45}.media-viewer-close{z-index:100000;pointer-events:auto;position:fixed;top:1rem;right:1rem}.icon-btn{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;width:3.25rem;min-width:3.25rem;height:3.25rem;padding:0;transition:transform .15s,background-color .2s,border-color .2s;display:inline-flex}.icon-btn:focus-visible{outline-offset:2px;outline:2px solid #c9a227cc}.icon-svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:28px;height:28px}.icon-style-airy{color:#1f2937;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffffd6;border:1px solid #ffffffe0}.icon-style-airy:hover{background:#fffffff5;border-color:#fff}.icon-style-contrast{color:#fff;background:#26282ee6;border:1px solid #ffffffdb}.icon-style-contrast:hover{background:#0a0b0e;border-color:#fff}.media-viewer-layout{gap:1rem;height:100%;display:grid}.media-viewer-thumbs{order:2;gap:.5rem;display:flex;overflow-x:auto}.media-viewer-thumb{cursor:pointer;background:#fff;border:1px solid #ffffff6b;border-radius:4px;width:72px;min-width:72px;padding:0;overflow:hidden}.media-viewer-thumb.is-active{border-color:var(--accent);box-shadow:0 0 0 1px #c9a22766}.media-viewer-thumb img,.media-viewer-thumb video{aspect-ratio:3/4;object-fit:cover;background:#fff;width:100%;display:block}.media-viewer-main{align-content:start;gap:.75rem;min-height:0;display:grid;position:relative}.media-viewer-carousel-track{transition:transform .25s;display:flex}.media-viewer-carousel-slide{background:#fff;border:1px solid #ffffff24;border-radius:6px;min-width:100%;max-height:min(80vh,900px);overflow:hidden}.media-viewer-carousel-slide img,.media-viewer-carousel-slide video{aspect-ratio:3/4;object-fit:contain;background:#fff;width:100%;height:100%;max-height:min(80vh,900px);display:block}.media-viewer-controls{justify-content:center;align-items:center;gap:.75rem;display:flex}.media-viewer-side-nav{display:none}.media-viewer-close.icon-btn{border-radius:999px;width:3.5rem;min-width:3.5rem;height:3.5rem}.media-viewer-overlay .icon-btn{color:#111827!important;background:#ffffffe6!important;border:1px solid #fffffff2!important;border-radius:999px!important}.media-viewer-overlay .icon-btn .icon-svg{width:32px!important;height:32px!important}.media-viewer-overlay .media-viewer-close{z-index:100001!important}.media-viewer-overlay .media-viewer-thumb,.media-viewer-overlay .media-viewer-carousel-slide,.media-viewer-overlay .media-viewer-thumb img,.media-viewer-overlay .media-viewer-thumb video,.media-viewer-overlay .media-viewer-carousel-slide img,.media-viewer-overlay .media-viewer-carousel-slide video{background:0 0!important}.product-media-stage-trigger:hover,.product-media-slide:hover,.product-media-thumb:hover{box-shadow:none;background:0 0;transform:none}@media (width>=1024px){.product-detail-primary{box-shadow:none;background:0 0;border:none;border-radius:0;display:contents;overflow:visible}.product-detail-primary .product-media-layout{margin-top:.5rem;padding:0}.product-detail-primary .product-detail-info.card{border:1px solid var(--border-light);box-shadow:none;border-radius:4px;padding:1.5rem 1.75rem}.product-detail-layout{grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);align-items:start}.product-media-desktop{grid-template-columns:auto minmax(340px,680px);align-items:start;gap:1rem;display:grid}.product-media-carousel{display:none}.media-viewer-layout{grid-template-columns:84px minmax(0,1fr);align-items:start}.media-viewer-thumbs{z-index:6;flex-direction:column;order:1;width:84px;max-height:min(86vh,900px);padding-right:.25rem;position:relative;overflow:hidden auto}.media-viewer-main{z-index:2;order:2;position:relative}.media-viewer-controls{display:none}.media-viewer-side-nav{z-index:4;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.media-viewer-side-nav--prev{left:.5rem}.media-viewer-side-nav--next{right:.5rem}}.pill-row,.meta-row{flex-wrap:wrap;gap:.5rem;display:flex}.pill{background:var(--cream);border:1px solid var(--border-light);color:var(--secondary);border-radius:2px;align-items:center;padding:4px 10px;font-size:13px;display:inline-flex}.pill.muted{opacity:.85}.actions,.inline-actions{flex-wrap:wrap;gap:.75rem;display:flex}.square-icon-btn{border-radius:8px;justify-content:center;align-items:center;width:2.65rem;height:2.65rem;padding:0;display:inline-flex}.square-icon-btn .icon-svg{width:1.05rem;height:1.05rem}.muted{color:var(--secondary)}.site-footer{background:var(--primary);color:#fff;margin-top:auto;padding:3.5rem 0 2rem}.site-footer a{color:#ffffffd9;transition:color .2s}.site-footer a:hover{color:var(--accent)}.site-footer-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2.5rem;display:grid}.site-footer-brand{font-family:var(--font-serif);margin:0 0 1rem;font-size:1.75rem}.site-footer-desc{color:#9ca3af;max-width:22rem;margin:0 0 1.25rem;font-size:.875rem;line-height:1.7}.site-footer-col h4{font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;color:#9ca3af;margin:0 0 1rem;font-size:.75rem;font-weight:600}.site-footer-col ul{margin:0;padding:0;list-style:none}.site-footer-col li{margin-bottom:.5rem}.site-footer-bottom{color:#9ca3af;text-align:center;border-top:1px solid #ffffff1a;padding-top:1.5rem;font-size:.8125rem}.layout-admin{grid-template-columns:minmax(320px,420px) minmax(0,1fr);gap:1.25rem;display:grid}.author-menu{flex-wrap:wrap;gap:.5rem;display:flex}.author-menu-link{border:1px solid var(--border-light);color:var(--primary);background:#fff;border-radius:2px;justify-content:center;align-items:center;padding:.5rem .8rem;font-size:.85rem;display:inline-flex}.author-menu-link.is-disabled{opacity:.5;pointer-events:none}.author-media-preview{grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:.5rem;display:grid}.author-media-preview img{aspect-ratio:1;object-fit:cover;border:1px solid var(--border-light);border-radius:4px;width:100%}.form-grid{gap:.75rem;display:grid}.field{gap:.375rem;display:grid}.field.field--checkbox{flex-flow:wrap;align-items:center;gap:.65rem;display:flex}.field:has(>input[type=checkbox]){flex-flow:wrap;align-items:center;gap:.65rem;display:flex}.field.field--checkbox>input[type=checkbox]{flex:none;order:-1;width:16px;height:16px;margin:0}.field:has(>input[type=checkbox])>input[type=checkbox]{flex:none;order:-1;width:16px;height:16px;margin:0}.field.field--checkbox>span{flex:1;min-width:0;line-height:1.35}.field:has(>input[type=checkbox])>span{flex:1;min-width:0;line-height:1.35}.field input:not([type=checkbox]),.field textarea,.field select{border:1px solid var(--border-light);width:100%;font:inherit;background:#fff;border-radius:2px;padding:10px 12px;transition:border-color .2s,box-shadow .2s}.field input:focus:not([type=checkbox]),.field textarea:focus,.field select:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #c9a2271f}.field textarea{resize:vertical;min-height:96px}.table{border-collapse:collapse;width:100%;font-size:.9375rem}.table th,.table td{text-align:left;border-bottom:1px solid var(--border-light);vertical-align:top;padding:.75rem .5rem;position:relative}.table td input,.table td select{border:1px solid var(--border-light);width:100%;font:inherit;background:#fff;border-radius:2px;padding:8px 10px}.table td input:focus,.table td select:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #c9a2271f}.table td input:disabled,.table td select:disabled{color:#8b8b8b;cursor:not-allowed;background:#f5f5f0}.table--wide{min-width:1280px}.author-products-list-card{width:100%}.author-products-page{gap:1rem;display:grid}.author-products-hero{border:1px solid var(--border-light);background:radial-gradient(circle at 8% 0%, #c9a2271f, transparent 34%), linear-gradient(135deg, #fff 0%, var(--cream) 100%);border-radius:12px;gap:1.25rem;padding:1.25rem;display:grid;box-shadow:0 12px 36px #1a1a1a0f}.author-products-hero .section-title{margin:.65rem 0 .5rem}.author-products-hero__content{max-width:48rem}.author-products-hero__actions{flex-direction:column;align-items:stretch;gap:.65rem;display:flex}.author-products-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.author-products-stat-card{border:1px solid var(--border-light);background:var(--surface);border-radius:10px;gap:.2rem;padding:1rem;display:grid;box-shadow:0 8px 24px #1a1a1a0a}.author-products-stat-card__label{color:var(--muted);font-size:.78rem}.author-products-stat-card strong{font-family:var(--font-serif);font-size:clamp(1.65rem,7vw,2.25rem);line-height:1}.author-products-stat-card span:last-child{color:var(--secondary);font-size:.82rem}.author-products-workflow{border:1px solid var(--border-light);background:var(--surface);border-radius:12px;gap:1rem;padding:1.1rem;display:grid;box-shadow:0 8px 24px #1a1a1a0a}.author-products-workflow h2{font-family:var(--font-serif);margin:0 0 .25rem;font-size:clamp(1.45rem,5vw,1.9rem)}.author-products-workflow p{max-width:40rem;margin:0}.author-products-stepper{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.author-products-stepper__item{grid-template-columns:2.45rem minmax(0,1fr);align-items:start;gap:.75rem;display:grid;position:relative}.author-products-stepper__item:not(:last-child):after{content:"";background:var(--border-light);width:1px;position:absolute;top:2.6rem;bottom:-.7rem;left:1.2rem}.author-products-stepper__num{z-index:1;background:var(--primary);color:#fff;width:2.45rem;height:2.45rem;font-family:var(--font-serif);border-radius:999px;justify-content:center;align-items:center;font-weight:700;display:inline-flex;position:relative}.author-products-stepper__item:nth-child(2) .author-products-stepper__num{background:var(--accent);color:var(--primary)}.author-products-stepper strong{font-family:var(--font-serif);font-size:1.08rem;display:block}.author-products-stepper small{color:var(--muted);font-size:.82rem;line-height:1.35;display:block}.author-products-list-toolbar{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.author-products-list-toolbar--secondary{align-items:center}.author-products-list-card .section-title{margin-bottom:.35rem;font-size:clamp(1.55rem,5vw,2rem)}.author-products-view-tabs{scrollbar-width:thin;gap:.5rem;margin-bottom:.2rem;padding:.1rem 0 .85rem;display:flex;overflow-x:auto}.author-products-view-tab{border:1px solid var(--border-light);background:var(--surface);color:var(--primary);letter-spacing:.08em;text-transform:uppercase;border-radius:0;flex:none;padding:.72rem 1rem;font-size:.78rem;font-weight:700}.author-products-view-tab:hover{border-color:var(--primary);background:var(--surface);color:var(--primary)}.author-products-view-tab.is-active{border-color:var(--primary);background:var(--primary);color:#fff}.author-products-filter-panel{border:1px solid var(--border-light);background:var(--cream);border-radius:10px;gap:.75rem;margin:1rem 0;padding:1rem;display:grid}.author-products-list-card{position:relative}.author-products-list-card:before{content:"";background:var(--accent);width:3.5rem;height:3px;margin-bottom:1rem;display:block}.author-products-search{min-width:0}.author-products-field-note{color:var(--muted);font-size:.78rem;line-height:1.35}.author-products-filter-actions{align-items:end;display:flex}.author-products-filter-actions>button{width:100%}.author-products-guidance{background:linear-gradient(135deg,#c9a2271a,#faf9f6e0);border:1px solid #c9a22752;border-radius:10px;margin:1rem 0;padding:1rem}.author-products-guidance h3{font-family:var(--font-serif);margin:0 0 .65rem;font-size:1.12rem}.author-products-guidance ul{color:var(--secondary);gap:.45rem;margin:0;padding-left:1.1rem;font-size:.9rem;display:grid}.author-products-guidance li::marker{color:var(--accent)}.author-products-columns{flex-wrap:wrap;gap:.5rem 1rem;margin-bottom:.75rem;display:flex}.author-products-columns-wrap{border:1px solid var(--border-light);background:#fff;border-radius:10px;margin:1rem 0}.author-products-columns-wrap summary{cursor:pointer;padding:.8rem 1rem;font-weight:600}.author-products-columns-wrap summary:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.author-products-columns-wrap .author-products-columns{padding:0 1rem 1rem}.author-products-columns .field{margin:0}.author-products-table-scroll{width:100%;overflow-x:auto}.author-products-table-scroll caption{color:var(--muted);text-align:left;padding:0 0 .75rem;font-size:.85rem}.author-products-row-actions{align-items:center;gap:.5rem;display:flex}.author-products-mobile-list{gap:.9rem;display:grid}.author-product-card{border:1px solid var(--border-light);background:#fff;border-radius:12px;gap:.9rem;padding:1rem;display:grid;box-shadow:0 8px 22px #1a1a1a0d}.author-product-card__top,.author-product-card__actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.6rem;display:flex}.author-product-card__select{margin:0}.author-product-card__main{grid-template-columns:72px minmax(0,1fr);align-items:start;gap:.85rem;display:grid}.author-product-card__media{aspect-ratio:3/4;object-fit:cover;background:var(--warm-gray);border-radius:8px;width:72px}.author-product-card h3{font-family:var(--font-serif);margin:0 0 .25rem;font-size:1.2rem}.author-product-card p{margin:.15rem 0}.author-product-card__fields{grid-template-columns:1fr;gap:.75rem;display:grid}.author-product-card__actions>*{flex:100%}.author-product-status{border:1px solid;border-radius:999px;justify-content:center;align-items:center;min-height:1.7rem;padding:.22rem .65rem;font-size:.78rem;line-height:1;display:inline-flex}.author-product-status--published{background:#2f6b3714}.author-product-status--draft,.author-product-status--review{background:#c9a2271f}.author-product-status--archived{background:var(--warm-gray)}.author-products-empty{background:#c9a22714;border:1px dashed #c9a227a6;border-radius:12px;justify-items:start;gap:.75rem;margin:1rem 0;padding:1.25rem;display:grid}.author-products-empty h2{font-family:var(--font-serif);margin:0;font-size:1.45rem}.author-products-empty p{max-width:38rem;color:var(--secondary);margin:0}.author-products-skeleton{background:linear-gradient(90deg, var(--warm-gray), #fff, var(--warm-gray));background-size:220% 100%;border-radius:12px;min-height:7rem;animation:1.4s ease-in-out infinite authorProductsSkeleton}.author-products-skeleton--hero{min-height:12rem}@keyframes authorProductsSkeleton{0%{background-position:100% 0}to{background-position:-100% 0}}.author-products-save-dirty{box-shadow:0 0 0 2px #c9a22724;border-color:var(--accent)!important;color:var(--accent)!important}.author-products-select-all{justify-content:flex-start;gap:.35rem}.column-resizer{cursor:col-resize;-webkit-user-select:none;user-select:none;width:6px;height:100%;position:absolute;top:0;right:0}.column-resizer:hover{background:#c9a22738}.author-products-pen-link{white-space:nowrap;align-items:center;gap:.35rem;padding:10px 12px;display:inline-flex}.author-products-pen-link .icon-svg{width:16px;height:16px}@media (width>=700px){.author-products-hero{grid-template-columns:minmax(0,1fr) auto;align-items:end;padding:1.5rem}.author-products-hero__actions{min-width:13rem}.author-products-filter-panel{grid-template-columns:minmax(220px,1.5fr) repeat(4,minmax(150px,1fr));align-items:start}.author-products-stepper{grid-template-columns:repeat(4,minmax(0,1fr))}.author-products-stepper__item{grid-template-columns:1fr;gap:.5rem}.author-products-stepper__item:not(:last-child):after{width:auto;height:1px;inset:1.2rem -.35rem auto 2.95rem}.author-products-field-note{min-height:1.2rem}.author-product-card__fields{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.author-products-page{gap:1.25rem}.author-products-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.author-products-mobile-list{display:none}}@media (width<=1023px){.author-products-page{width:100%}.author-products-table-scroll,.author-products-columns-wrap{display:none}}.hidden-file-input{clip:rect(0, 0, 0, 0);white-space:nowrap;pointer-events:none;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.status{font-weight:700}.status.published{color:var(--success)}.status.draft,.status.review{color:#7f5a08}.status.archived{color:var(--muted)}.error{color:var(--danger);margin:0}.success{color:var(--success);margin:0}.action-feedback{margin-top:.5rem}button:not(.secondary):not(.nav-burger):not(.mobile-menu-close):not(.mobile-account-trigger):not(.nav-account-menu-action):not(.nav-avatar-trigger):not(.auth-password-toggle):not(.table button):not(.for-authors-submit):not(.ql-toolbar button):not(.catalog-filter-option):not(.checkout-art-method-row):not(.checkout-art-pay-card):not(.variant-picker-option):not(.square-icon-btn):not(.cart-qty-control__btn){cursor:pointer;background:var(--primary);color:#fff;font-weight:600;font:inherit;letter-spacing:0;text-transform:none;border:0;border-radius:10px;padding:12px 20px;font-size:13px;transition:all .3s}button:not(.secondary):not(.nav-burger):not(.mobile-menu-close):not(.mobile-account-trigger):not(.nav-account-menu-action):not(.nav-avatar-trigger):not(.auth-password-toggle):not(.table button):not(.for-authors-submit):not(.ql-toolbar button):not(.catalog-filter-option):not(.checkout-art-method-row):not(.checkout-art-pay-card):not(.variant-picker-option):not(.product-media-thumb):not(.product-media-stage-trigger):not(.product-media-slide):not(.media-viewer-thumb):not(.media-viewer-close):not(.icon-btn):not(.square-icon-btn):not(.cart-qty-control__btn):hover{background:var(--accent)}button.secondary{color:#000;border:1px solid var(--border-light);background:#fff}button.secondary:hover{color:#000;background:#fff;border-color:#c9a22773}button:disabled,button.secondary:disabled,.button:disabled{cursor:not-allowed;opacity:.58;box-shadow:none;transform:none}.cart-qty-control{border:1px solid var(--border-light);background:#fff;border-radius:999px;align-items:center;display:inline-flex;overflow:hidden}.cart-qty-control__btn{color:#000;background:#fff;border:0;justify-content:center;align-items:center;min-width:2.2rem;min-height:2.2rem;padding:0;font-size:1rem;line-height:1;display:inline-flex}.cart-qty-control__btn:hover{color:#000;background:#f7f7f7}.cart-qty-control__value{text-align:center;color:#111;min-width:2.2rem;font-weight:600}.cart-item-main{align-items:flex-start;gap:.7rem;display:flex}.cart-item-thumb-wrap{flex-shrink:0}.cart-item-thumb{object-fit:cover;border:1px solid var(--border-light);background:var(--cream);border-radius:8px;width:72px;height:92px}.cart-item-thumb--ph{background:var(--warm-gray)}.cart-item-text{min-width:0}.cart-item-actions{align-items:center}.widget__label-button.widget__label-button--search{justify-content:center!important;align-items:center!important;width:2.25rem!important;min-width:2.25rem!important;height:2.25rem!important;padding:0!important;display:inline-flex!important}.widget__label-button.widget__label-button--search .widget__label-img{width:1.1rem!important;height:1.1rem!important;margin:0!important;display:block!important}@media (width<=960px){.hero-actions{justify-content:center}.hero-trust{display:none}.layout-admin{grid-template-columns:1fr}}@media (width>=1200px){.container-wide--desktop-full{max-width:100%;padding-left:1rem;padding-right:1rem}}.authors-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;display:grid}.author-card{background:var(--surface);border:1px solid var(--border-light);text-align:center;border-radius:4px;padding:1.5rem;transition:box-shadow .3s;display:block}.author-card:hover{box-shadow:0 12px 36px #00000014}.author-card:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.author-avatar{object-fit:cover;border:3px solid var(--cream);border-radius:50%;width:120px;height:120px;margin:0 auto 1rem;display:block;box-shadow:0 4px 20px #0000001a}.author-name{font-family:var(--font-serif);margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.author-tag{color:var(--secondary);margin:0 0 .75rem;font-size:.875rem}.star-rating{color:var(--accent);letter-spacing:2px;margin-bottom:.75rem;font-size:1rem}.author-items{color:var(--secondary);margin:0 0 1.25rem;font-size:.875rem}.author-card-cta{width:100%;padding:10px 16px;font-size:11px}.section-cta-row{text-align:center;margin-top:2.5rem}.steps-wrap{max-width:48rem;margin:0 auto}.step-item{padding-bottom:3rem;padding-left:5rem;position:relative}.step-item--last{padding-bottom:0}.step-number{background:var(--primary);color:#fff;width:3.5rem;height:3.5rem;font-family:var(--font-serif);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:600;display:flex;position:absolute;top:0;left:0}.step-title{font-family:var(--font-serif);margin:0 0 .75rem;font-size:1.5rem;font-weight:600}.step-text{color:var(--secondary);margin:0;line-height:1.7}.for-authors-section{color:#fff;padding:5rem 0;position:relative;overflow:hidden}.for-authors-bg{background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 45%,#1a1a1a 100%);position:absolute;inset:0}.for-authors-pattern{opacity:.07;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.for-authors-inner{z-index:1;position:relative}.for-authors-grid{align-items:start;gap:3rem;display:grid}@media (width>=1024px){.for-authors-grid{grid-template-columns:1fr 1fr}}.for-authors-badge{color:#fef3cd;background:#c9a22740;margin-bottom:1.25rem}.for-authors-heading{font-family:var(--font-serif);margin:0 0 1rem;font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.15}.for-authors-lead{color:#d1d5db;margin:0 0 1.75rem;font-size:1.125rem;line-height:1.6}.for-authors-form{gap:.75rem;display:grid}.for-authors-input{color:#fff;width:100%;font:inherit;background:#ffffff14;border:1px solid #ffffff38;border-radius:2px;padding:14px 16px;font-size:.9375rem}.for-authors-input::placeholder{color:#9ca3af}.for-authors-input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #c9a22733}.for-authors-textarea{resize:vertical;min-height:120px}.for-authors-form select.for-authors-input{color:#fff}.for-authors-form select.for-authors-input option{color:var(--primary);background:#fff}.for-authors-submit{background:var(--accent);width:100%;color:var(--primary);letter-spacing:0;text-transform:none;cursor:pointer;border:0;border-radius:2px;margin-top:.25rem;padding:16px 20px;font-size:13px;font-weight:600;transition:background .3s}.for-authors-submit:hover{background:var(--accent-hover)}.for-authors-form-note{color:#9ca3af;margin:.75rem 0 0;font-size:.875rem}.for-authors-benefits{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.for-authors-benefit{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;display:flex}.for-authors-benefit-icon{background:#c9a22733;border-radius:.5rem;flex-shrink:0;width:3rem;height:3rem;position:relative}.for-authors-benefit-icon:after{content:"✓";color:var(--accent);justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex;position:absolute;inset:0}.for-authors-benefit-title{font-family:var(--font-serif);color:#fff;margin:0 0 .35rem;font-size:1.125rem;font-weight:600}.for-authors-benefit-text{color:#9ca3af;margin:0;font-size:.875rem;line-height:1.55}.for-authors-stats{text-align:center;border-top:1px solid #ffffff1f;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem;padding-top:2rem;display:grid}.for-authors-stat-num{font-family:var(--font-serif);color:var(--accent);font-size:1.75rem;font-weight:700}.for-authors-stat-label{color:#9ca3af;margin-top:.25rem;font-size:.8125rem}.author-public-banner{background:var(--surface);border-bottom:1px solid var(--border-light);width:100%}.author-public-banner__inner{flex-wrap:wrap;align-items:center;gap:.65rem 1.25rem;padding:.55rem 0;display:flex}.author-public-banner__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:56px;height:56px}.author-public-banner__name{font-family:var(--font-serif);margin:0;font-size:1.25rem;font-weight:600;line-height:1.2}.author-public-banner__stats{color:var(--muted);flex-wrap:wrap;flex:auto;justify-content:flex-start;gap:.35rem 1rem;font-size:.8125rem;display:flex}.author-public-banner__stat strong{color:var(--primary);font-weight:600}.author-public-tabs,.admin-legal-tabs{border-bottom:1px solid var(--border-light);flex-wrap:wrap;gap:.35rem;margin:1rem 0 1.25rem;padding-bottom:.35rem;display:flex}.author-public-tab,.admin-legal-tab{font-family:var(--font-sans);cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:.25rem;padding:.35rem .65rem;font-size:.9rem}.author-public-tab:hover,.admin-legal-tab:hover{color:var(--primary);background:var(--warm-gray)}.author-public-tab--active,.admin-legal-tab--active{color:var(--primary);box-shadow:inset 0 -2px 0 var(--accent);border-radius:.25rem .25rem 0 0;font-weight:600}.auth-page{background:linear-gradient(135deg,#faf9f6 0%,#fff 50%,#f5f5f0 100%);justify-content:center;align-items:center;min-height:calc(100vh - 5rem);padding:2.5rem 1rem;display:flex;position:relative}.auth-bg-pattern{pointer-events:none;background-image:radial-gradient(circle at 20% 80%,#c9a22714 0%,#0000 50%),radial-gradient(circle at 80% 20%,#c9a2270d 0%,#0000 50%),radial-gradient(circle at 40% 40%,#1a1a1a05 0%,#0000 50%);position:absolute;inset:0}.auth-layout{z-index:1;background:#fff;border-radius:14px;width:min(100%,560px);position:relative;overflow:hidden;box-shadow:0 16px 40px #11182714,0 4px 14px #1118270d}.auth-form-panel{flex-direction:column;gap:.9rem;padding:2.1rem 2rem;display:flex}.auth-panel-title{font-family:var(--font-serif);margin:0;font-size:2.25rem}.auth-panel-subtitle{color:var(--secondary);margin:0 0 .35rem;font-size:1.16rem}.auth-tab-switcher{isolation:isolate;background:#faf9f6;border-radius:8px;gap:0;margin-bottom:32px;padding:4px;display:flex;position:relative}.auth-tab-radio{opacity:0;pointer-events:none;position:absolute}.auth-tab-switcher-thumb{z-index:0;background:#fff;border-radius:6px;width:calc(50% - 4px);height:calc(100% - 8px);transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:4px;left:4px;box-shadow:0 2px 8px #0000000f}.auth-tab-switcher[data-mode=register] .auth-tab-switcher-thumb,.tab-slider.register{transform:translate(100%)}.auth-tab-btn{color:#666;letter-spacing:0;text-transform:none;z-index:1;min-height:0;font-size:14px;font-weight:500;font-family:var(--font-sans);cursor:pointer;background:0 0;border:0;border-radius:6px;flex:1 1 0;justify-content:center;align-items:center;padding:12px 24px;transition:all .3s;display:flex;position:relative}.auth-tab-btn.active{color:#1a1a1a;font-weight:600}.auth-social-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;display:grid}.auth-divider{color:var(--secondary);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:.75rem;font-size:.82rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";border-top:1px solid var(--border-light);flex:auto}.auth-social-btn{border:1px solid var(--border-light);color:var(--primary);letter-spacing:0;text-transform:none;text-align:center;background:#fff;border-radius:10px;padding:.72rem .85rem;font-size:1rem;font-weight:500;transition:border-color .2s,color .2s,transform .2s}.auth-social-btn:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-1px)}.auth-form-grid{gap:.75rem;display:grid}.auth-password-field{position:relative}.auth-password-field input{padding-right:3rem}button.auth-password-toggle{width:2rem;height:2rem;color:var(--secondary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:0;transition:color .2s,background-color .2s,border-color .2s;display:inline-flex;position:absolute;top:50%;right:.45rem;transform:translateY(-50%)}button.auth-password-toggle:focus-visible{border-color:var(--accent);background:#c9a2271f;outline:none}.auth-password-toggle-icon{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:1.15rem;height:1.15rem}button.auth-password-toggle:hover{color:var(--accent);background:#c9a2271a}.auth-form-stage{flex-direction:column;gap:1rem;height:36rem;display:flex}.auth-pane{animation:.2s ease-out auth-pane-in}@keyframes auth-pane-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.auth-actions-row{flex-wrap:wrap;gap:.5rem;display:flex}button.auth-submit-full{color:#fff;background:linear-gradient(#14161a 0%,#0f1115 100%);border:1px solid #0f1115;border-radius:10px;width:100%;min-height:3.1rem;font-size:1.06rem;font-weight:700}button.auth-submit-full:hover{transform:translateY(-1px);box-shadow:0 8px 18px #0f11153d}.auth-link-inline{color:var(--secondary);text-align:left;text-underline-offset:2px;cursor:pointer;background:0 0;border:0;padding:0;font-size:.9rem;font-weight:500;text-decoration:underline}.auth-link-inline:hover{color:var(--accent)}.auth-login-meta{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.auth-remember{color:var(--secondary);align-items:center;gap:.5rem;font-size:.92rem;display:inline-flex}.auth-remember input[type=checkbox]{width:1rem;height:1rem;margin:0}.auth-register-hint{text-align:center;color:var(--secondary);margin:.15rem 0 0;font-size:1rem}.auth-link-inline.auth-link-inline--accent{color:var(--accent);font-weight:600}.auth-link-inline.auth-link-inline--accent:hover{color:var(--accent-hover)}.auth-consent{color:var(--secondary);align-items:flex-start;gap:.6rem;font-size:.9rem;line-height:1.45;display:flex}.auth-consent input[type=checkbox]{margin-top:.2rem}.auth-consent a{color:var(--accent);text-underline-offset:2px;text-decoration:underline}.legal-document-text{white-space:pre-wrap;line-height:1.6}.legal-document-text--plain{line-height:1.6}.legal-document-text--html{white-space:normal}.legal-document-text--html p{margin:.65em 0}.legal-document-text--html h1,.legal-document-text--html h2,.legal-document-text--html h3{margin:1em 0 .5rem;line-height:1.25}.legal-document-text--html ul,.legal-document-text--html ol{margin:.5em 0;padding-left:1.35rem}.legal-document-text--html a{color:var(--accent);text-underline-offset:2px;text-decoration:underline}.legal-document-text--html .ql-align-center{text-align:center}.legal-document-text--html .ql-align-right{text-align:right}.legal-document-text--html .ql-align-justify{text-align:justify}.legal-document-text--html .ql-size-small{font-size:.85em}.legal-document-text--html .ql-size-large{font-size:1.5em}.legal-document-text--html .ql-size-huge{font-size:2.5em}.legal-document-text--html table{border-collapse:collapse;width:100%;max-width:100%;margin:.75em 0;font-size:.95em}.legal-document-text--html th,.legal-document-text--html td{border:1px solid var(--border-light);vertical-align:top;text-align:left;padding:.4rem .55rem}.legal-rtf-preview{border-top:1px solid var(--border-light);margin-top:.75rem;padding-top:.75rem}.legal-rtf-preview .legal-document-text--plain{max-height:20rem;margin-top:.45rem;font-size:.9rem;overflow:auto}@media (width<=980px){.auth-form-panel{padding:1.4rem 1rem}.auth-form-stage{height:auto}}@media (width<=560px){.auth-social-row{grid-template-columns:1fr}.auth-panel-title{font-size:2rem}.auth-panel-subtitle{font-size:1rem}.auth-login-meta{flex-direction:column;align-items:flex-start}}@media (width<=768px){.section-title{font-size:2rem}.hero-title{font-size:2.5rem}.step-item{padding-left:4rem}.step-number{width:3rem;height:3rem;font-size:1.25rem}}@media (width<=1024px){.container-wide{padding-left:1rem;padding-right:1rem}.page-band{padding:2.5rem 0}.card{padding:1.1rem;overflow:hidden}.section-title{overflow-wrap:anywhere;word-break:break-word;font-size:clamp(1.45rem,6vw,2rem)}.section-subtitle,.muted,p{overflow-wrap:anywhere;word-break:break-word}.inline-actions,.actions{gap:.6rem;width:100%}.inline-actions>*{flex:100%}.cart-item-row,.cart-item-actions{width:auto}.cart-item-actions>*,.cart-item-row>*{flex:none}.cart-qty-control{width:auto}.layout-admin{grid-template-columns:1fr}.author-menu{gap:.4rem}.author-menu-link{flex:calc(50% - .4rem);min-width:0}.table{-webkit-overflow-scrolling:touch;white-space:nowrap;width:100%;display:block;overflow-x:auto}.table thead,.table tbody,.table tr{white-space:nowrap}.table th,.table td{min-width:110px}.author-products-list-toolbar,.author-products-list-toolbar--secondary{flex-direction:column;align-items:stretch}.author-products-columns{gap:.5rem;margin-bottom:.5rem}.author-products-columns .field{width:100%}.author-products-row-actions{flex-wrap:wrap}.author-products-row-actions>*{flex:auto}}@media (width<=640px){.main-shell{padding-top:72px}.navbar-inner{gap:.6rem;min-height:4.5rem}.logo{font-size:1.4rem}.mobile-menu{width:min(340px,96vw);padding:4.5rem 1.25rem 1.5rem}.mobile-menu a{font-size:1rem}.nav-account-menu{min-width:11.5rem;max-width:min(92vw,15rem)}.auth-layout{border-radius:10px;width:100%}.auth-form-panel{padding:1rem .9rem}}.ui-kit-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.9rem;display:grid}.ui-kit-list{gap:.5rem;margin:0;padding-left:1.1rem;display:grid}.admin-toolbar{align-items:center;gap:.55rem}.trust-layer{gap:.45rem;display:grid}.trust-layer p{color:var(--secondary);margin:0;font-size:.87rem}.trust-layer--pdp{border:1px solid var(--border-light);background:var(--warm-gray);border-radius:10px;padding:.7rem .85rem}.trust-layer--checkout{border-top:1px dashed var(--border-light);margin-top:.7rem;padding-top:.7rem}.for-authors-post-submit{background:#2f6b3712;border:1px solid #2f6b3738;border-radius:12px;margin-top:.75rem;padding:.8rem .9rem}.catalog-skeleton-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.85rem;margin-bottom:1rem;display:grid}.catalog-skeleton-card{background:linear-gradient(100deg,#f4f2ec 30%,#fbfaf7 50%,#f4f2ec 70%) 0 0/300% 100%;border-radius:14px;min-height:260px;animation:1.25s ease-in-out infinite uiSkeletonPulse}.product-detail-skeleton{gap:.8rem;display:grid}.product-detail-skeleton__media{aspect-ratio:3/4;background:linear-gradient(100deg,#f4f2ec 30%,#fbfaf7 50%,#f4f2ec 70%) 0 0/300% 100%;border-radius:14px;width:min(420px,100%);animation:1.25s ease-in-out infinite uiSkeletonPulse}.product-detail-skeleton__line{background:#ece8de;border-radius:999px;width:min(620px,100%);height:14px}.product-detail-skeleton__line--short{width:min(320px,70%)}@keyframes uiSkeletonPulse{0%{background-position:100% 0}to{background-position:0 0}}@media (width<=768px),(prefers-reduced-motion:reduce){.animate-fade-in-up,.animate-fade-in,.hero-card-float{opacity:1!important;animation:none!important;transform:none!important}.navbar,.nav-link,.hero-card-float,.catalog-card,.btn-primary,.btn-secondary{transition-duration:.12s!important}}.blog-post-preview-html{word-break:break-word;line-height:1.55}.blog-post-preview-html a,.blog-inline-link{color:var(--accent);text-underline-offset:2px;word-break:break-word;text-decoration:underline}.blog-post-preview-html a:hover,.blog-inline-link:hover{filter:brightness(.92)}.blog-post-media-grid{gap:1rem;margin-top:.25rem;display:grid}.blog-post-media-item{margin:0}.blog-post-media-embed-shell{background:var(--surface-muted,#f4f2ec);border:1px solid var(--border-light);border-radius:12px;width:100%;position:relative;overflow:hidden}.blog-post-media-iframe{border:0;width:100%;min-height:min(52vh,420px);display:block}.blog-post-media-item--embed figcaption{margin-top:.35rem;font-size:.85rem}.blog-post-media-image{object-fit:contain;background:var(--surface-muted,#f4f2ec);border-radius:12px;width:100%;max-height:min(70vh,640px);display:block}.blog-post-media-video{background:#000;border-radius:12px;width:100%;max-height:min(70vh,640px);display:block}.blog-post-media-item--image figcaption,.blog-post-media-item--video figcaption{margin-top:.35rem;font-size:.8rem}.blog-post-media-link{font-size:.95rem}.blog-plain-with-links.blog-excerpt{color:var(--muted-foreground,#6b6560);font-style:italic}.blog-media-uploader__list{gap:1rem;margin-top:.75rem;display:grid}.blog-media-uploader__item{border:1px solid var(--border-light);background:var(--surface-muted,#f8f6f2);border-radius:12px;padding:.65rem}.blog-media-uploader__preview .blog-post-media-grid{margin-top:0}.blog-feed{flex-direction:column;gap:0;max-width:720px;display:flex}.blog-feed__item{border-bottom:1px solid var(--border-light);padding:1.25rem 0}.blog-feed__item:last-child{border-bottom:none}.blog-post-article{flex-direction:column;gap:.65rem;display:flex}.blog-post-article__date{margin:0;font-size:.85rem}.blog-post-article__title{margin:0;font-size:1.2rem;line-height:1.35}.blog-post-article__body{line-height:1.55}.blog-post-article__excerpt{margin:0}.blog-post-article__meta{font-size:.85rem}.blog-post-media-grid--tiles{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem}.blog-post-media-grid--tiles .blog-post-media-image,.blog-post-media-grid--tiles .blog-post-media-video{object-fit:cover;width:100%;max-height:180px}.blog-post-media-grid--tiles .blog-post-media-embed-shell{aspect-ratio:16/9}.blog-post-media-grid--tiles .blog-post-media-iframe{height:100%;min-height:0;position:absolute;inset:0}.blog-post-media-grid--tiles .blog-post-media-embed-shell{position:relative}.blog-post-preview-overlay{z-index:100000;background:#00000073;padding:1.5rem;position:fixed;inset:0;overflow:auto}.blog-post-preview-dialog{flex-direction:column;gap:.75rem;max-width:820px;margin:0 auto;display:flex}.blog-post-preview-dialog__footer{border-top:1px solid var(--border-light);justify-content:center;margin-top:.25rem;padding-top:.5rem;display:flex}.blog-post-preview-dialog__tech{margin-top:.25rem}.blog-post-preview-dialog__tech pre{max-height:200px;font-size:.75rem;overflow:auto}.blog-media-uploader__meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.max-blog-chats-list{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.max-blog-chats-list__item{border:1px solid var(--border-light);background:var(--surface-muted,#f8f6f2);border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem .65rem;display:flex}.max-blog-messages{gap:.35rem;max-height:320px;margin-top:.75rem;display:grid;overflow-y:auto}.max-blog-messages__row{border:1px solid var(--border-light);cursor:pointer;border-radius:8px;grid-template-columns:auto auto 1fr;align-items:start;gap:.5rem;padding:.4rem .5rem;display:grid}.max-blog-messages__row:hover{background:var(--surface-muted,#f8f6f2)}.max-blog-messages__meta{white-space:nowrap;font-size:.8rem}.max-blog-messages__text{word-break:break-word;font-size:.9rem}
