:root{--paper:#f5faff;--paper-deep:#e6f3ff;--paper-soft:#ffffff;--admin-surface:#eff7fc;--ink:#0b2740;--ink-soft:#2a4d66;--muted:#5f7485;--line:#c9dceb;--line-strong:#85bfe8;--accent:#0ffcbe;--accent-dark:#106ebe;--green:#0a9b77;--white:#ffffff;--danger:#a83c32;--shadow:0 28px 80px rgba(11,39,64,.16);--shadow-soft:0 10px 32px rgba(11,39,64,.08);--sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--serif:"Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif} *{box-sizing:border-box} html{background:var(--paper);color:var(--ink);font-family:var(--sans);scroll-behavior:smooth} body{margin:0;min-width:320px;min-height:100vh;background:var(--paper);color:var(--ink);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased} button,input,select,textarea{font:inherit} button,a{-webkit-tap-highlight-color:transparent} button{color:inherit} a{color:inherit} img{display:block;max-width:100%}::selection{background:var(--ink);color:var(--paper)} .skip-link{position:fixed;top:8px;left:8px;transform:translateY(-160%);z-index:9999;background:var(--ink);color:var(--white);padding:10px 14px;text-decoration:none} .skip-link:focus{transform:translateY(0)} .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0} .eyebrow{font-size:10px;line-height:1;letter-spacing:.17em;font-weight:800;text-transform:uppercase} .brand-lockup{display:inline-flex;align-items:center;gap:12px;text-decoration:none;min-width:0} .brand-lockup > span{display:grid;gap:3px;min-width:0} .brand-lockup strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;letter-spacing:-.01em} .brand-lockup small{color:var(--muted);font-size:9px;letter-spacing:.14em} .brand-mark{position:relative;width:40px;height:40px;flex:0 0 auto;display:grid;place-items:center;overflow:hidden;background:var(--ink);color:var(--paper);border-radius:12px} .brand-neutral-glyph{width:28px;height:28px;display:block} .brand-neutral-accent{stroke:var(--accent)} .brand-mark.image{background:var(--ink)} .brand-mark img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:var(--paper-deep)} .brand-mark img.image-error{display:none} .nav-link,.mobile-admin-link{border:0;background:transparent;text-decoration:none;cursor:pointer;padding:11px 12px;font-weight:700;font-size:12px} .nav-link:hover,.mobile-admin-link:hover{color:var(--accent-dark)} .primary-button,.secondary-button,.danger-button{border:1px solid var(--ink);padding:11px 16px;min-height:44px;cursor:pointer;font-weight:750;font-size:12px;transition:background-color .16s ease,color .16s ease,border-color .16s ease,transform .16s ease} .primary-button{background:var(--ink);color:var(--white)} .primary-button:hover:not(:disabled){background:var(--accent-dark);border-color:var(--accent-dark)} .secondary-button{background:transparent;color:var(--ink)} .secondary-button:hover:not(:disabled){background:var(--paper-deep)} .danger-button{background:var(--danger);border-color:var(--danger);color:var(--white)} .danger-button:hover:not(:disabled){background:#8f2d21;border-color:#8f2d21} .primary-button:active:not(:disabled),.secondary-button:active:not(:disabled),.danger-button:active:not(:disabled){transform:translateY(1px)} .primary-button:disabled,.secondary-button:disabled,.danger-button:disabled{opacity:.45;cursor:not-allowed} .primary-button.wide{width:100%} .primary-button.compact{min-height:38px;padding:8px 11px} .icon-button{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--ink);background:transparent;border-radius:50%;font-size:23px;line-height:1;cursor:pointer;transition:background-color .16s ease,color .16s ease} .icon-button:hover{background:var(--ink);color:var(--white)} input,select,textarea{width:100%;min-height:44px;border:1px solid var(--line);border-radius:0;background:rgba(255,255,255,.52);color:var(--ink);padding:10px 12px;outline:none;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease} textarea{resize:vertical;min-height:112px;line-height:1.5} input:hover,select:hover,textarea:hover{border-color:var(--line-strong)} input:focus,select:focus,textarea:focus{border-color:var(--ink);background:var(--white);box-shadow:0 0 0 3px rgba(15,252,190,.18)} input[aria-invalid="true"],select[aria-invalid="true"],textarea[aria-invalid="true"]{border-color:var(--danger);background:#fff8f5} button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:3px} label{display:grid;gap:7px;color:var(--ink-soft);font-size:12px;font-weight:700} .input-help{color:var(--muted);font-size:9px;font-weight:500;line-height:1.4} .field-error{display:block;color:var(--danger);font-size:10px;font-weight:650;line-height:1.4} .currency-input{display:grid;grid-template-columns:auto 1fr;align-items:stretch;border:1px solid var(--line);background:rgba(255,255,255,.52);transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease} .currency-input:focus-within{border-color:var(--ink);background:var(--white);box-shadow:0 0 0 3px rgba(15,252,190,.18)} .currency-input > span{min-width:46px;display:grid;place-items:center;border-right:1px solid var(--line);color:var(--muted);font-size:11px;font-weight:800} .currency-input input{border:0;background:transparent;box-shadow:none} .currency-input input:hover,.currency-input input:focus{border:0;background:transparent;box-shadow:none} .protected-product-image{isolation:isolate;user-select:none;-webkit-user-select:none} .protected-product-image img{-webkit-user-drag:none;user-select:none} .image-glass{position:absolute;inset:0;z-index:4;cursor:default;background:transparent} .image-glass::after{content:'';position:absolute;inset:0;border:1px solid rgba(255,255,255,.12);pointer-events:none} .image-safe-context{position:fixed;z-index:1600;width:240px;display:grid;gap:4px;padding:11px 12px;border:1px solid var(--ink);background:var(--paper-soft);box-shadow:var(--shadow-soft);font-size:10px;line-height:1.4} .image-safe-context strong{font-size:11px} .image-safe-context span{color:var(--muted)} .notice{margin:18px 0;padding:12px 14px 12px 16px;border:1px solid var(--line);border-left-width:3px;background:var(--paper-soft);font-size:12px;line-height:1.55} .notice.error{border-color:#b66758;color:#702b21;background:#f8e8e3} .notice.success{border-color:#71907a;color:#274a32;background:#e7efe8} .notice.warning{border-color:#b28c48;color:#654713;background:#f5ecd8} .desktop-shell{width:min(1480px,100%);margin:0 auto;padding:0 42px 36px} .desktop-topbar{position:sticky;top:0;z-index:30;min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px;border-bottom:1px solid var(--ink);background:rgba(255,249,237,.97);backdrop-filter:blur(10px)} .desktop-topbar nav{display:flex;align-items:center;gap:4px} .cart-pill{min-height:44px;border:1px solid var(--ink);background:var(--ink);color:var(--paper);border-radius:999px;padding:8px 9px 8px 16px;cursor:pointer;display:flex;align-items:center;gap:13px;font-weight:750;font-size:12px} .cart-pill span{min-width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:var(--paper);color:var(--ink);font-size:11px} .desktop-hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);gap:clamp(48px,7vw,110px);align-items:center;padding:72px 0 58px;border-bottom:1px solid var(--line)} .hero-copy{min-width:0;align-self:center} .desktop-hero h1{max-width:940px;overflow-wrap:anywhere;margin:12px 0 0;font:400 clamp(58px,7vw,104px)/.88 var(--serif);letter-spacing:-.052em} .hero-support{display:grid;gap:13px;align-self:center;margin:0;max-width:520px} .hero-support strong{font:400 25px/1.12 var(--serif);letter-spacing:-.025em} .store-copy-skeleton{display:grid;gap:12px;width:min(100%,460px)} .store-copy-skeleton span{display:block;border-radius:2px;background:var(--paper-deep)} .store-copy-skeleton.desktop span:first-child{width:72%;height:28px} .store-copy-skeleton.desktop span:last-child{width:92%;height:42px} .store-copy-skeleton.mobile{margin:11px 0 0;gap:13px} .store-copy-skeleton.mobile span:first-child{width:88%;height:48px} .store-copy-skeleton.mobile span:last-child{width:74%;height:34px} .desktop-hero p{margin:0;color:var(--muted);font-size:15px;line-height:1.7} .catalog-toolbar{position:sticky;top:82px;z-index:20;display:grid;grid-template-columns:minmax(280px,410px) 1fr;align-items:center;gap:32px;padding:18px 0;border-bottom:1px solid var(--ink);background:rgba(255,249,237,.96);backdrop-filter:blur(10px)} .search-field{display:flex;border-bottom:1px solid var(--line-strong);transition:border-color .16s ease} .search-field:focus-within{border-color:var(--ink)} .search-field input{border:0;min-height:42px;background:transparent;box-shadow:none;padding:9px 2px;font-size:14px} .search-field input:hover,.search-field input:focus{border:0;background:transparent;box-shadow:none} .search-field input::placeholder{color:#8c877d} .category-tabs{display:flex;justify-content:flex-end;gap:5px;flex-wrap:wrap} .category-tab{appearance:none;border:1px solid transparent;background:transparent;border-radius:999px;padding:8px 12px;cursor:pointer;font-size:11px;font-weight:750;transition:border-color .15s ease,background-color .15s ease,color .15s ease} .category-tab:hover{border-color:var(--line-strong)} .category-tab.active{background:var(--ink);color:var(--paper)} .catalog-section{padding:38px 0 68px} .catalog-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:21px} .catalog-heading > div{display:flex;gap:13px;align-items:baseline} .catalog-heading h2{margin:0;font:400 32px/1 var(--serif);letter-spacing:-.03em} .catalog-heading p{margin:0 0 2px;color:var(--muted);font-size:11px} .section-index{font-size:9px;font-weight:800;color:var(--accent)} .desktop-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px} .catalog-more{margin-top:24px;padding-top:20px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px} .catalog-more p{margin:0;color:var(--muted);font-size:11px;letter-spacing:.02em} .catalog-more p strong{color:var(--ink);font-weight:700} .catalog-more-button{min-height:42px;padding:0 2px 6px;border:0;border-bottom:1px solid var(--ink);background:transparent;color:var(--ink);font:700 10px/1.2 var(--sans);letter-spacing:.08em;text-transform:uppercase;cursor:pointer} .catalog-more-button span{display:inline-block;margin-left:8px;transition:transform .18s ease} .catalog-more-button:hover span,.catalog-more-button:focus-visible span{transform:translateY(3px)} .catalog-more-button:focus-visible{outline:2px solid var(--ink);outline-offset:5px} .product-card.desktop{position:relative;min-width:0;min-height:478px;display:grid;grid-template-rows:auto 1fr auto;padding:13px;border:1px solid var(--line);background:rgba(255,255,255,.24);transition:border-color .18s ease,background-color .18s ease,transform .18s ease,box-shadow .18s ease} .product-card.desktop:hover{border-color:var(--line-strong);background:rgba(255,255,255,.46);transform:translateY(-2px);box-shadow:var(--shadow-soft)} .product-image{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:var(--paper-deep)} .product-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease} .product-card:hover .product-image img{transform:scale(1.015)} .product-image img.image-error{display:none} .image-fallback{position:absolute;inset:0;display:grid;place-items:center;border:1px dashed #b9ae9d} .image-fallback span{font:400 68px/1 var(--serif);color:#aca290} .product-copy{padding:19px 2px 13px} .product-kicker{margin:0 0 8px;color:var(--muted);font-size:9px;letter-spacing:.13em;font-weight:800;text-transform:uppercase} .product-copy h3{margin:0 0 13px;font:400 26px/1.05 var(--serif);letter-spacing:-.025em} .price-block{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap} .price-block strong{font-size:14px;letter-spacing:-.01em} .price-note{color:var(--accent-dark);font-size:9px;font-weight:750} .product-action{min-height:40px;display:flex;align-items:end;border-top:1px solid rgba(206,198,185,.72);padding-top:8px} .text-action{border:0;padding:7px 0 4px;background:transparent;border-bottom:1px solid var(--ink);cursor:pointer;font-weight:750;font-size:11px} .text-action:hover{color:var(--accent-dark);border-color:var(--accent-dark)} .quantity-control{display:flex;align-items:center;gap:7px} .quantity-control button{width:34px;height:34px;border:1px solid var(--line);background:var(--paper-soft);cursor:pointer;transition:border-color .15s ease,background-color .15s ease} .quantity-control button:hover{border-color:var(--ink);background:var(--white)} .quantity-control span{min-width:24px;text-align:center;font-weight:750;font-size:12px} .quantity-control.compact{gap:4px} .quantity-control.compact button{width:30px;height:30px} .remove-link{width:auto !important;border:0 !important;margin-left:7px;background:transparent !important;text-decoration:underline;color:var(--muted)} .product-skeleton{min-height:478px;border:1px solid var(--line);background:var(--paper-deep);animation:skeleton 1.15s ease-in-out infinite alternate} @keyframes skeleton{from{opacity:.58} to{opacity:1}} .empty-state{min-height:280px;display:grid;place-items:center;align-content:center;border:1px solid var(--line);background:rgba(255,255,255,.18);text-align:center;padding:36px} .empty-state > span{font:400 52px/1 var(--serif);color:var(--line-strong)} .empty-state h3{margin:15px 0 5px;font:400 27px/1.1 var(--serif)} .empty-state p{margin:0;color:var(--muted);line-height:1.5} .store-footer{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px;border-top:1px solid var(--ink);padding:17px 0 0;color:var(--muted);font-size:9px;letter-spacing:.1em;text-transform:uppercase} .store-footer span:nth-child(2){text-align:center} .store-footer span:last-child{text-align:right} .cart-dialog{padding:0;border:1px solid var(--ink);background:var(--white);color:var(--ink);box-shadow:var(--shadow)} .cart-dialog::backdrop,.editor-dialog::backdrop{background:rgba(23,23,20,.46);backdrop-filter:blur(3px)} .desktop-cart{width:min(780px,calc(100vw - 50px));max-height:calc(100vh - 50px);margin-right:25px} .dialog-header{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;padding:21px 22px;border-bottom:1px solid var(--ink)} .dialog-header h2{margin:6px 0 0;font:400 36px/1 var(--serif);letter-spacing:-.025em} .dialog-header sup{font:700 11px/1 var(--sans);color:var(--accent);vertical-align:top} .cart-content{display:grid;grid-template-columns:1fr 260px;max-height:calc(100vh - 145px)} .cart-lines{overflow:auto} .cart-line{display:grid;grid-template-columns:72px 1fr auto;gap:14px;align-items:start;padding:17px 19px;border-bottom:1px solid var(--line)} .product-image.thumb,.product-image.table{width:72px;height:72px;aspect-ratio:1} .product-image.table{width:52px;height:52px} .product-image.thumb .image-fallback span,.product-image.table .image-fallback span{font-size:25px} .cart-line h3{margin:2px 0 5px;font:400 18px/1.1 var(--serif)} .cart-line p{margin:0 0 11px;color:var(--muted);font-size:10px} .line-total{padding-top:2px;font-size:11px;white-space:nowrap} .cart-summary{padding:22px;border-left:1px solid var(--ink);background:var(--paper);display:flex;flex-direction:column;gap:16px} .cart-summary > div{display:flex;flex-direction:column;gap:5px} .cart-summary > div span{color:var(--muted);font-size:9px;letter-spacing:.12em;text-transform:uppercase} .cart-summary > div strong{font:400 27px/1 var(--serif);letter-spacing:-.02em} .microcopy{margin:0;color:var(--muted);font-size:9px;line-height:1.55} .microcopy.warning{color:var(--accent-dark)} .empty-cart{min-height:300px;padding:44px;display:grid;align-content:center;justify-items:start} .empty-symbol{color:var(--line);font:400 54px/1 var(--serif)} .empty-cart h2{margin:11px 0;font:400 33px/1.05 var(--serif)} .empty-cart p{max-width:400px;margin:0;color:var(--muted);line-height:1.6} .mobile-shell{min-height:100vh;padding-bottom:calc(94px + env(safe-area-inset-bottom))} .mobile-header{position:sticky;top:0;z-index:30;height:66px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--ink);background:rgba(255,249,237,.97);backdrop-filter:blur(9px)} .mobile-header .brand-mark{width:35px;height:35px;font-size:17px} .mobile-header .brand-lockup strong{max-width:190px} .mobile-admin-link{padding:10px 0 10px 12px;font-size:10px} .mobile-intro{padding:36px 18px 27px} .mobile-intro h1{max-width:365px;margin:11px 0 16px;font:400 clamp(42px,12.5vw,54px)/.93 var(--serif);letter-spacing:-.045em} .mobile-intro p{max-width:440px;margin:0;color:var(--muted);font-size:13px;line-height:1.6} .mobile-search-wrap{position:sticky;top:66px;z-index:20;padding:12px 0 10px;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);background:rgba(255,249,237,.97);backdrop-filter:blur(9px)} .search-field.mobile{margin:0 18px 9px} .mobile-category-rail{display:flex;gap:3px;overflow-x:auto;padding:0 14px 1px;scrollbar-width:none;scroll-padding-inline:14px} .mobile-category-rail::-webkit-scrollbar{display:none} .mobile-category-rail .category-tab{flex:0 0 auto} .mobile-catalog{padding:23px 18px 8px} .mobile-catalog .catalog-more{margin-top:18px;padding:18px 0 8px;display:grid;gap:14px} .mobile-catalog .catalog-more-button{width:max-content;max-width:100%;min-height:40px;text-align:left} .catalog-heading.mobile{margin-bottom:10px} .catalog-heading.mobile h2{font-size:27px} .product-card.mobile{display:grid;grid-template-columns:112px 1fr;grid-template-areas:"image copy" "image action";gap:0 15px;min-height:139px;padding:14px 0;border-top:1px solid var(--line)} .product-card.mobile:last-child{border-bottom:1px solid var(--line)} .product-card.mobile .product-image{grid-area:image;width:112px;height:112px;aspect-ratio:1;align-self:start} .product-card.mobile .product-copy{grid-area:copy;padding:2px 0 7px} .product-card.mobile .product-kicker{margin-bottom:6px;font-size:8px} .product-card.mobile .product-copy h3{margin-bottom:8px;font-size:22px} .product-card.mobile .product-action{grid-area:action;min-height:31px;align-self:end;padding-top:6px} .product-card.mobile .text-action{padding-bottom:4px;font-size:10px} .product-card.mobile .price-block{display:grid;gap:2px} .product-skeleton.mobile{min-height:139px;border:0;border-top:1px solid var(--line)} .mobile-cart-bar{position:fixed;z-index:40;left:12px;right:12px;bottom:calc(10px + env(safe-area-inset-bottom));transform:translateY(160%);transition:transform .22s ease} .mobile-cart-bar.visible{transform:translateY(0)} .mobile-cart-bar button{width:100%;min-height:62px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;border:1px solid var(--ink);background:var(--ink);color:var(--white);padding:9px 14px;box-shadow:0 12px 30px rgba(24,53,43,.2)} .mobile-cart-bar button span:first-child{font-size:10px;text-align:left} .mobile-cart-bar button strong{font:400 18px/1 var(--serif)} .mobile-cart-bar button span:last-child{font-size:9px;text-align:right} .mobile-cart{width:100%;max-width:none;max-height:88vh;margin:auto 0 0;border-radius:14px 14px 0 0;border-bottom:0} .mobile-cart .dialog-header{padding-top:11px} .dialog-drag{width:42px;height:4px;margin:8px auto -3px;border-radius:4px;background:var(--line)} .cart-content.mobile{display:block;max-height:calc(88vh - 106px);overflow:auto} .cart-content.mobile .cart-lines{overflow:visible} .cart-content.mobile .cart-line{grid-template-columns:60px 1fr;padding:15px 17px} .cart-content.mobile .line-total{grid-column:2;margin-top:-6px} .cart-content.mobile .product-image.thumb{width:60px;height:60px} .cart-content.mobile .cart-summary{position:sticky;bottom:0;border-left:0;border-top:1px solid var(--ink);box-shadow:0 -10px 24px rgba(24,53,43,.06)} .empty-state.mobile{min-height:230px} .mobile-store-footer{grid-template-columns:1fr auto;margin:27px 18px 96px;padding-top:13px} .mobile-store-footer span:last-child{text-align:right} .admin-login{min-height:100vh;display:grid;grid-template-columns:1.08fr .92fr} .login-brand{padding:clamp(40px,7vw,104px);background:var(--ink);color:var(--paper);display:flex;flex-direction:column;align-items:flex-start;justify-content:center} .login-brand .brand-mark{width:56px;height:56px;margin-bottom:54px;background:var(--paper);color:var(--ink)} .login-brand h1{max-width:680px;margin:14px 0 18px;font:400 clamp(56px,7vw,98px)/.87 var(--serif);letter-spacing:-.052em} .login-brand p{max-width:430px;margin:0;color:#c9c3b9;line-height:1.65} .login-panel{position:relative;padding:clamp(34px,6vw,92px);display:flex;flex-direction:column;justify-content:center;background:var(--paper-soft)} .back-link{position:absolute;top:28px;text-decoration:none;font-size:10px;font-weight:750} .back-link:hover{color:var(--accent-dark)} .login-panel form{width:min(430px,100%);display:grid;gap:17px} .form-heading{display:flex;align-items:baseline;gap:11px;margin-bottom:12px} .form-heading span{color:var(--accent);font-size:9px;font-weight:800} .form-heading h2{margin:0;font:400 37px/1 var(--serif)} .demo-access{width:min(430px,100%);padding:16px 17px;border:1px solid var(--line-strong);background:var(--paper);display:grid;gap:10px} .demo-access-heading{display:flex;align-items:baseline;justify-content:space-between;gap:16px} .demo-access-heading strong{font-size:12px;letter-spacing:.04em} .demo-access-heading span{color:var(--accent-dark);font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase} .demo-access p{margin:0;color:var(--muted);font-size:10px;line-height:1.55} .demo-credentials{margin:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)} .demo-credentials > div{display:grid;grid-template-columns:92px minmax(0,1fr);gap:12px;align-items:baseline;padding:9px 0} .demo-credentials > div + div{border-top:1px solid var(--line)} .demo-credentials dt{color:var(--muted);font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase} .demo-credentials dd{margin:0;min-width:0} .demo-credentials code{display:inline-block;max-width:100%;overflow-wrap:anywhere;color:var(--ink);font:700 11px/1.4 var(--sans);user-select:all} .demo-access .demo-login-step{color:var(--ink)} .admin-shell{min-height:100vh;background:var(--admin-surface)} .admin-header.desktop{position:sticky;top:0;z-index:30;height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 28px;border-bottom:1px solid var(--ink);background:var(--paper-soft)} .admin-brand{display:flex;align-items:center;gap:10px} .admin-brand-mark{width:31px;height:31px;display:block;border-radius:7px} .admin-brand > div{display:grid;gap:2px} .admin-brand strong{font-size:13px} .admin-brand small{color:var(--muted);font-size:8px;letter-spacing:.12em} .admin-user{display:flex;align-items:center;gap:14px} .admin-user span{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:10px} .admin-user button{border:0;border-bottom:1px solid var(--ink);background:transparent;padding:6px 0 4px;cursor:pointer;font-size:10px;font-weight:750} .admin-user button:hover:not(:disabled){color:var(--accent-dark);border-color:var(--accent-dark)} .admin-user button:disabled{opacity:.45;cursor:wait} .admin-layout{display:grid;grid-template-columns:214px minmax(0,1fr);min-height:calc(100vh - 70px)} .admin-nav.desktop{position:sticky;top:70px;align-self:start;height:calc(100vh - 70px);padding:20px 14px;border-right:1px solid var(--ink);display:flex;flex-direction:column;gap:4px;background:#e9e4db} .admin-nav button,.admin-nav a{width:100%;border:0;background:transparent;padding:12px 11px;display:flex;align-items:center;gap:12px;text-align:left;text-decoration:none;cursor:pointer;font-weight:720;font-size:11px} .admin-nav button span{color:var(--muted);font-size:8px;letter-spacing:.08em} .admin-nav button:hover,.admin-nav a:hover{background:rgba(255,255,255,.45)} .admin-nav button.active{background:var(--ink);color:var(--paper)} .admin-nav button.active span{color:#c3bdb2} .admin-nav a{margin-top:auto;padding-top:16px;border-top:1px solid var(--line)} .admin-workspace{min-width:0} .admin-section{padding:36px clamp(28px,4vw,52px) 64px} .admin-section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px} .admin-section-heading h1{margin:7px 0 7px;font:400 44px/.96 var(--serif);letter-spacing:-.038em} .admin-section-heading p{margin:0;max-width:560px;color:var(--muted);font-size:11px;line-height:1.55} .admin-table-wrap{overflow:auto;border:1px solid var(--line-strong);background:rgba(255,255,255,.34)} .admin-table{width:100%;min-width:880px;border-collapse:collapse} .admin-table th{padding:11px 12px;border-bottom:1px solid var(--line-strong);background:rgba(255,255,255,.35);color:var(--muted);text-align:left;font-size:8px;letter-spacing:.12em;text-transform:uppercase} .admin-table td{padding:13px 12px;border-bottom:1px solid var(--line);vertical-align:middle;font-size:10px} .admin-table tbody tr:last-child td{border-bottom:0} .admin-table tbody tr:hover{background:rgba(255,255,255,.42)} .table-product{display:flex;align-items:center;gap:12px;min-width:180px} .table-product strong{font:400 16px/1.15 var(--serif)} .data-tag{display:inline-flex;padding:4px 7px;background:#ead1c9;color:#792f22;font-size:8px;font-weight:800;letter-spacing:.03em} .data-tag.subtle{background:#ded9d0;color:#57534c} .status-dot{display:inline-flex;align-items:center;gap:6px} .status-dot::before{content:'';width:7px;height:7px;border-radius:50%;background:#9d9588} .status-dot.active::before{background:var(--green)} .row-actions{display:flex;gap:6px;align-items:center;justify-content:flex-end} .row-actions button{border:1px solid transparent;background:transparent;padding:6px 7px;font-size:9px;cursor:pointer;text-decoration:none} .row-actions button:hover{border-color:var(--line-strong);background:var(--paper-soft)} .row-actions .danger-link{color:var(--danger)} .table-empty{padding:42px;text-align:center;color:var(--muted)} .category-admin-list{border:1px solid var(--line-strong);background:rgba(255,255,255,.28)} .category-admin-item{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 16px;border-bottom:1px solid var(--line)} .category-admin-item:last-child{border-bottom:0} .category-admin-item:hover{background:rgba(255,255,255,.38)} .category-admin-item > div:first-child{display:flex;align-items:center;gap:17px} .sort-number{color:var(--accent);font-size:9px;font-weight:800} .category-admin-item h3{margin:0 0 4px;font:400 20px/1 var(--serif)} .category-admin-item p{margin:0;color:var(--muted);font-size:9px} .settings-form{padding:24px;border:1px solid var(--line-strong);background:rgba(255,255,255,.34)} .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:19px} .form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))} .form-grid .full{grid-column:1 / -1} .form-actions{display:flex;gap:9px;justify-content:flex-end;margin-top:22px} .switch-label{display:flex;align-items:center;gap:9px;align-self:end;min-height:44px} .switch-label input{width:18px;min-height:18px;height:18px} .editor-dialog{width:min(660px,calc(100vw - 32px));max-height:calc(100vh - 32px);padding:0;border:1px solid var(--ink);border-radius:4px;background:var(--paper-soft);box-shadow:var(--shadow)} .editor-dialog.compact{width:min(480px,calc(100vw - 32px))} .editor-dialog form{max-height:calc(100vh - 123px);overflow:auto;display:grid;gap:16px;padding:22px} .confirmation-dialog{width:min(470px,calc(100vw - 32px))} .confirmation-body{display:grid;gap:18px;padding:22px} .confirmation-body p{margin:0;color:var(--muted);line-height:1.65} .confirmation-body strong{color:var(--ink);font-weight:760} .confirmation-dialog .form-actions{margin-top:0} .admin-header.mobile{position:sticky;top:0;z-index:30;height:62px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 14px;border-bottom:1px solid var(--ink);background:var(--paper-soft)} .admin-header.mobile .admin-user span{display:none} .admin-nav.mobile{position:sticky;top:62px;z-index:18;height:50px;display:flex;overflow-x:auto;border-bottom:1px solid var(--ink);background:rgba(255,243,216,.97);backdrop-filter:blur(8px);scrollbar-width:none} .admin-nav.mobile::-webkit-scrollbar{display:none} .admin-nav.mobile button,.admin-nav.mobile a{width:auto;flex:0 0 auto;padding:0 13px;gap:6px} .admin-nav.mobile a{margin:0 0 0 auto;border:0} .admin-nav.mobile button.active{background:var(--ink);color:var(--paper)} .admin-section.mobile{padding:26px 16px 44px} .admin-section.mobile .admin-section-heading{align-items:center;margin-bottom:21px} .admin-section.mobile .admin-section-heading h1{font-size:35px} .admin-section.mobile .admin-section-heading p{max-width:235px;line-height:1.45} .admin-product-cards{border:1px solid var(--line-strong);background:rgba(255,255,255,.28)} .admin-mobile-product{display:grid;grid-template-columns:72px 1fr;gap:13px;padding:13px;border-bottom:1px solid var(--line)} .admin-mobile-product:last-child{border-bottom:0} .admin-mobile-product .product-image.table{width:72px;height:72px} .admin-mobile-product-copy{min-width:0;display:flex;flex-direction:column;gap:10px} .admin-mobile-product-copy > div:first-child span{color:var(--muted);font-size:8px} .admin-mobile-product-copy h3{margin:3px 0 5px;font:400 18px/1.05 var(--serif)} .admin-mobile-product-copy strong{font-size:10px} .admin-mobile-product .row-actions{justify-content:flex-start;flex-wrap:wrap} .admin-section.mobile .form-grid{grid-template-columns:1fr} .admin-section.mobile .form-grid .full{grid-column:auto} .admin-section.mobile .settings-form{padding:17px} .admin-auth-loading{min-height:100vh;display:grid;place-items:center;padding:28px;background:var(--ink);color:var(--paper)} .auth-loading-card{width:min(560px,100%);display:grid;justify-items:start;gap:13px} .auth-loading-card .brand-mark{margin-bottom:26px;background:var(--paper);color:var(--ink)} .auth-loading-card h1{margin:4px 0 0;font:400 clamp(44px,7vw,78px)/.92 var(--serif);letter-spacing:-.045em} .auth-loading-card p{max-width:420px;margin:0;color:#c8c2b8;line-height:1.6} .auth-loading-line{position:relative;width:min(320px,72vw);height:2px;margin-top:18px;overflow:hidden;background:rgba(255,255,255,.16)} .auth-loading-line::after{content:'';position:absolute;inset:0;width:38%;background:var(--paper);animation:auth-loading 1s ease-in-out infinite alternate} @keyframes auth-loading{from{transform:translateX(-15%)} to{transform:translateX(180%)}} .fatal-screen{min-height:100vh;display:grid;place-content:center;padding:30px;text-align:center} .fatal-screen span{font-size:9px;letter-spacing:.16em} .fatal-screen h1{margin:10px 0;font:400 46px/1 var(--serif);letter-spacing:-.035em} .fatal-screen p{color:var(--muted);line-height:1.55} .version-update{position:fixed;z-index:1200;right:22px;bottom:22px;width:min(420px,calc(100vw - 32px));display:flex;gap:20px;align-items:center;justify-content:space-between;padding:16px;border:1px solid var(--ink);background:var(--paper-soft);box-shadow:8px 8px 0 rgba(24,53,43,.10)} .version-update > div:first-child{display:grid;gap:3px} .version-update strong{font-size:14px} .version-update small{color:var(--muted);font-size:10px;letter-spacing:.08em;text-transform:uppercase} .version-update-actions{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end} .version-update .primary-button,.version-update .secondary-button{min-height:40px;white-space:nowrap} .not-found-page{min-height:100vh;display:grid;place-content:center;justify-items:start;padding:clamp(28px,7vw,100px);background:var(--paper)} .not-found-index{margin:16px 0 -12px;color:var(--accent);font:400 clamp(86px,18vw,210px)/.8 var(--serif);letter-spacing:-.07em} .not-found-page h1{max-width:850px;margin:28px 0 16px;font:400 clamp(46px,7vw,88px)/.9 var(--serif);letter-spacing:-.045em} .not-found-page > p:not(.not-found-index){max-width:520px;margin:0;color:var(--muted);line-height:1.65} .not-found-actions{margin-top:28px} .not-found-actions .primary-button{display:inline-flex;align-items:center;text-decoration:none} @media (max-width:1280px) and (min-width:1041px){.desktop-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}} @media (max-width:1040px) and (min-width:768px){.desktop-shell{padding-inline:28px} .desktop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))} .desktop-hero{gap:42px} .desktop-hero h1{font-size:70px} .cart-content{grid-template-columns:1fr 225px} .admin-layout{grid-template-columns:188px minmax(0,1fr)} .admin-nav.desktop{padding-inline:10px}} @media (max-width:767px){.admin-login{grid-template-columns:1fr;min-height:100dvh} .login-brand{min-height:40dvh;padding:38px 18px 32px} .login-brand .brand-mark{width:46px;height:46px;margin-bottom:28px} .login-brand h1{font-size:46px} .login-brand p{margin-bottom:0} .login-panel{padding:50px 18px 36px;justify-content:flex-start} .back-link{position:static;margin-bottom:30px;align-self:flex-start} .demo-access{padding:14px} .demo-credentials > div{grid-template-columns:82px minmax(0,1fr)} .form-grid.two{grid-template-columns:1fr} .editor-dialog{width:calc(100vw - 20px);max-height:calc(100dvh - 20px)} .editor-dialog form{padding:17px;max-height:calc(100dvh - 106px)} .editor-dialog .dialog-header{padding:17px} .editor-dialog .dialog-header h2{font-size:31px} .version-update{left:14px;right:14px;bottom:calc(14px + env(safe-area-inset-bottom));width:auto;align-items:stretch;flex-direction:column} .version-update-actions{display:grid;grid-template-columns:1fr 1fr}} @media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto !important;animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important} .auth-loading-line::after{animation:none;transform:none;width:100%}} .pwa-install-link{white-space:nowrap} .mobile-header-actions{display:flex;align-items:center;gap:2px;flex:0 0 auto} .mobile-install-link{border:0;background:transparent;min-height:40px;padding:9px 5px;cursor:pointer;color:var(--accent-dark);font-size:9px;font-weight:800;letter-spacing:.02em;white-space:nowrap} .mobile-install-link:hover{color:var(--ink)} .mobile-install-link:disabled{opacity:.48;cursor:default} .install-guide-dialog{width:min(560px,calc(100vw - 36px));max-height:min(720px,calc(100vh - 36px));padding:0;border:1px solid var(--ink);background:var(--paper-soft);color:var(--ink);box-shadow:var(--shadow)} .install-guide-dialog::backdrop{background:rgba(23,23,20,.46);backdrop-filter:blur(3px)} .install-guide-content{padding:24px 24px 27px;display:grid;gap:17px} .install-guide-content > p{margin:0;color:var(--muted);font-size:12px;line-height:1.65} .install-guide-content ol{margin:0;padding-left:23px;display:grid;gap:12px;font-size:13px;line-height:1.55} .install-guide-content li::marker{color:var(--accent);font-weight:800} @media (max-width:767px){.mobile-header .brand-lockup strong{max-width:132px} .install-guide-dialog{width:calc(100vw - 24px);margin:auto 12px 12px;align-self:end} .install-guide-content{padding:20px 19px calc(22px + env(safe-area-inset-bottom))}} .admin-product-tools{display:grid;grid-template-columns:minmax(220px,1.5fr) minmax(145px,.65fr) minmax(170px,.8fr) auto;gap:10px;align-items:end;margin:0 0 14px} .admin-product-tools label{display:grid;gap:6px;color:var(--muted);font-size:9px;letter-spacing:.06em;text-transform:uppercase} .admin-product-tools input,.admin-product-tools select{width:100%;min-height:39px} .admin-product-search{min-width:0} .admin-filter-reset{min-height:39px;white-space:nowrap} .admin-filter-reset:disabled{opacity:.45;cursor:default} .admin-product-result{grid-column:1 / -1;margin:0;color:var(--muted);font-size:10px;letter-spacing:0;text-transform:none} .admin-product-result strong{color:var(--ink)} .admin-product-summary{color:var(--muted);font-size:10px;white-space:nowrap} .admin-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:14px} .admin-pagination-actions{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:6px} .admin-pagination-actions button{min-width:34px;min-height:34px;padding:7px 10px} .admin-pagination-actions button.active{border-color:var(--ink);background:var(--ink);color:var(--paper)} .admin-pagination-actions button:disabled{opacity:.4;cursor:default} .admin-table tbody tr.is-inactive{background:rgba(0,0,0,.018)} .admin-mobile-product.is-inactive{background:rgba(0,0,0,.018)} @media (max-width:767px){.admin-product-tools{grid-template-columns:1fr 1fr;gap:9px;margin-bottom:12px} .admin-product-search{grid-column:1 / -1} .admin-filter-reset{grid-column:1 / -1;width:100%} .admin-product-result{grid-column:1 / -1} .admin-pagination{align-items:stretch;flex-direction:column;gap:9px} .admin-pagination-actions{justify-content:space-between} .admin-pagination-actions button{flex:1 1 auto} .admin-pagination-actions button[data-page]{min-width:38px}} .storefront{--store-radius-lg:18px;--store-radius-md:12px;--store-shadow-card:0 14px 34px rgba(24,53,43,.08);--store-shadow-hover:0 24px 54px rgba(24,53,43,.13)} .desktop-topbar{border-bottom-color:var(--line-strong);background:var(--paper);backdrop-filter:none} .desktop-topbar nav{gap:7px} .desktop-topbar .nav-link{position:relative;padding-inline:10px} .desktop-topbar .nav-link::after{content:'';position:absolute;left:10px;right:10px;bottom:5px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .22s ease} .desktop-topbar .nav-link:hover::after,.desktop-topbar .nav-link:focus-visible::after{transform:scaleX(1);transform-origin:left} .cart-pill{border-radius:12px;padding:7px 8px 7px 15px;box-shadow:0 7px 20px rgba(24,53,43,.10);transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease} .cart-pill:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(24,53,43,.16)} .cart-pill span{border-radius:8px} .desktop-hero{grid-template-columns:minmax(0,1.28fr) minmax(320px,.72fr);gap:clamp(42px,6vw,92px);align-items:center;padding:clamp(54px,6.5vw,88px) 0 54px;border-bottom:0} .hero-copy{position:relative;align-self:center;padding:6px 0 10px} .hero-copy::before{content:'';position:absolute;top:0;left:-18px;width:4px;height:74px;border-radius:4px;background:var(--accent)} .desktop-hero h1{max-width:900px;margin-top:16px;font-size:clamp(64px,7.4vw,112px);line-height:.86} .hero-proof{display:flex;flex-wrap:wrap;gap:0;margin-top:34px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)} .hero-proof > span{min-width:155px;display:grid;gap:3px;padding:13px 20px 13px 0} .hero-proof > span + span{padding-left:20px;border-left:1px solid var(--line)} .hero-proof strong{font:400 19px/1 var(--serif);letter-spacing:-.02em} .hero-proof small{color:var(--muted);font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase} .hero-support{position:relative;align-self:center;max-width:520px;padding:clamp(25px,3vw,38px);border:1px solid var(--line-strong);border-radius:var(--store-radius-lg);background:var(--paper-soft);box-shadow:var(--store-shadow-card)} .hero-support::after{content:'';position:absolute;right:22px;top:22px;width:10px;height:10px;border:2px solid var(--accent);border-radius:50%} .hero-support-label{color:var(--muted);font-size:8px;font-weight:850;letter-spacing:.16em} .hero-support strong{padding-right:22px;font-size:clamp(25px,2.4vw,34px);line-height:1.05} .hero-support p{max-width:440px} .hero-jump,.mobile-hero-jump{width:max-content;display:inline-flex;align-items:center;gap:12px;margin-top:8px;color:var(--ink);text-decoration:none;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase} .hero-jump span:last-child,.mobile-hero-jump span:last-child{transition:transform .2s ease} .hero-jump:hover span:last-child,.hero-jump:focus-visible span:last-child,.mobile-hero-jump:hover span:last-child,.mobile-hero-jump:focus-visible span:last-child{transform:translateY(4px)} .catalog-toolbar{top:82px;scroll-margin-top:82px;grid-template-columns:minmax(270px,390px) minmax(0,1fr);gap:24px;padding:14px 0;border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong);background:var(--paper);backdrop-filter:none} .search-field{align-items:center;gap:8px;min-height:46px;padding:0 12px;border:1px solid var(--line);border-radius:var(--store-radius-md);background:var(--paper-soft);transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease} .search-field:focus-within{border-color:var(--ink);background:var(--white);box-shadow:0 0 0 3px rgba(255,138,61,.09)} .search-symbol{flex:0 0 auto;color:var(--muted);font:400 21px/1 var(--serif)} .search-field input{min-height:44px;padding-inline:0} .toolbar-categories{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:13px} .toolbar-label{color:var(--muted);font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase} .category-tabs{gap:6px} .category-tab{border-color:var(--line);border-radius:10px;padding:8px 12px;background:var(--paper-soft);transition:transform .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease} .category-tab:hover{border-color:var(--ink);transform:translateY(-1px)} .category-tab.active,.category-tab[aria-pressed="true"]{border-color:var(--ink);background:var(--ink);color:var(--paper);box-shadow:0 6px 14px rgba(24,53,43,.10)} .catalog-section{padding:46px 0 76px} .catalog-heading{margin-bottom:25px} .catalog-heading h2{font-size:36px} .desktop-product-grid{gap:22px} .product-card.desktop{min-height:500px;padding:10px;border-color:var(--line);border-radius:var(--store-radius-lg);background:var(--paper-soft);box-shadow:0 5px 18px rgba(24,53,43,.035);overflow:hidden;transition:border-color .22s ease,transform .22s ease,box-shadow .22s ease} .product-card.desktop:hover{border-color:var(--line-strong);background:var(--paper-soft);transform:translateY(-5px);box-shadow:var(--store-shadow-hover)} .product-visual{position:relative;min-width:0} .product-image{border-radius:12px;background:var(--paper-deep)} .product-image img{transition:transform .55s cubic-bezier(.2,.7,.2,1)} .product-card:hover .product-image img{transform:scale(1.045)} .image-glass{background:transparent;border-radius:inherit} .image-glass::after{border-color:rgba(255,255,255,.18);border-radius:inherit} .product-sequence{position:absolute;z-index:6;top:9px;right:9px;min-width:31px;height:27px;display:grid;place-items:center;border:1px solid rgba(255,249,237,.88);border-radius:8px;background:rgba(24,53,43,.92);color:var(--paper);font-size:8px;font-weight:850;letter-spacing:.08em} .product-copy{padding:20px 7px 14px} .product-copy h3{max-width:92%;font-size:28px;line-height:1.02} .product-kicker{color:var(--accent-dark)} .price-block strong{font-size:15px} .product-action{min-height:48px;align-items:center;margin-inline:7px;padding-top:10px;border-top-color:var(--line)} .text-action{width:100%;min-height:38px;display:flex;align-items:center;justify-content:space-between;border:0;padding:7px 2px;color:var(--ink);text-align:left;font-size:10px;letter-spacing:.06em;text-transform:uppercase} .text-action:hover{border-color:transparent} .action-arrow{width:28px;height:28px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:8px;font-size:15px;transition:transform .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease} .text-action:hover .action-arrow,.text-action:focus-visible .action-arrow{transform:translate(2px,-2px);border-color:var(--ink);background:var(--ink);color:var(--paper)} .quantity-control.compact button{border-radius:9px} .catalog-more{margin-top:30px;padding:18px 20px;border:1px solid var(--line);border-radius:14px;background:var(--paper-soft)} .catalog-more-button{border-bottom:0;padding-bottom:0} .store-footer{padding-top:21px} .product-skeleton{border-radius:var(--store-radius-lg);background:var(--paper-deep);box-shadow:inset 0 0 0 1px rgba(255,255,255,.2)} .empty-state{border-radius:var(--store-radius-lg);background:var(--paper-soft)} .desktop-cart{border-radius:var(--store-radius-lg);overflow:hidden} .cart-dialog::backdrop,.editor-dialog::backdrop,.install-guide-dialog::backdrop{backdrop-filter:none} @keyframes storefront-rise{from{opacity:0;transform:translateY(16px)} to{opacity:1;transform:translateY(0)}} @keyframes storefront-soft-in{from{opacity:0} to{opacity:1}} .storefront-enter .hero-copy{animation:storefront-rise .48s cubic-bezier(.2,.7,.2,1) both} .storefront-enter .hero-support{animation:storefront-rise .52s .06s cubic-bezier(.2,.7,.2,1) both} .storefront-enter .catalog-toolbar{animation:storefront-soft-in .42s .12s ease both} .storefront-enter .product-card{animation:storefront-rise .42s cubic-bezier(.2,.7,.2,1) both} .storefront-enter .product-card:nth-child(2){animation-delay:.035s} .storefront-enter .product-card:nth-child(3){animation-delay:.07s} .storefront-enter .product-card:nth-child(4){animation-delay:.105s} .storefront-enter .product-card:nth-child(5){animation-delay:.14s} .storefront-enter .product-card:nth-child(6){animation-delay:.175s} @media (max-width:1040px) and (min-width:768px){.desktop-hero{grid-template-columns:minmax(0,1.12fr) minmax(300px,.88fr);gap:34px} .desktop-hero h1{font-size:72px} .toolbar-categories{align-items:flex-end;flex-direction:column;gap:6px}} @media (max-width:767px){.mobile-header{height:66px;border-bottom-color:var(--line-strong);background:var(--paper);backdrop-filter:none} .mobile-intro{margin:14px 12px 18px;padding:26px 18px 22px;border:1px solid var(--line-strong);border-radius:18px;background:var(--paper-soft);box-shadow:0 10px 26px rgba(24,53,43,.055)} .mobile-intro-meta{display:flex;align-items:center;justify-content:space-between;gap:14px} .mobile-intro-meta > span:last-child{color:var(--muted);font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase} .mobile-intro h1{max-width:390px;margin:17px 0 15px;font-size:clamp(39px,11.8vw,52px);line-height:.94} .mobile-hero-jump{margin-top:18px} .mobile-search-wrap{top:66px;scroll-margin-top:66px;padding:10px 0 11px;border-top:0;border-bottom-color:var(--line-strong);background:var(--paper);backdrop-filter:none} .search-field.mobile{margin:0 12px 10px} .mobile-category-rail{gap:7px;padding-inline:12px} .mobile-category-rail .category-tab{border-radius:9px} .mobile-category-rail .category-tab:not(.active):not([aria-pressed="true"]){background:var(--paper-soft);color:var(--ink)} .mobile-catalog{padding:25px 12px 8px} .mobile-catalog .mobile-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;align-items:stretch} .catalog-heading.mobile{padding-inline:4px;margin-bottom:14px} .catalog-heading.mobile h2{font-size:30px} .product-card.mobile{min-width:0;min-height:100%;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr) auto;grid-template-areas:"image" "copy" "action";gap:0;margin:0;padding:8px;border:1px solid var(--line);border-radius:15px;background:var(--paper-soft);box-shadow:0 5px 16px rgba(24,53,43,.035);overflow:hidden;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease} .product-card.mobile:last-child{border-bottom:1px solid var(--line)} .product-card.mobile:active{transform:scale(.992)} .product-card.mobile .product-visual{grid-area:image;align-self:start;min-width:0;width:100%} .product-card.mobile .product-image{width:100%;height:auto;aspect-ratio:1;border-radius:11px} .product-card.mobile .product-copy{grid-area:copy;min-width:0;display:flex;flex-direction:column;padding:12px 2px 9px} .product-card.mobile .product-kicker{min-height:1.2em;margin-bottom:6px;font-size:7px;line-height:1.2} .product-card.mobile .product-copy h3{max-width:100%;min-height:3.3em;margin-bottom:9px;display:-webkit-box;overflow:hidden;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:3;font-size:clamp(16px,4.7vw,19px);line-height:1.1} .product-card.mobile .price-block{min-width:0;min-height:40px;margin-top:auto;display:grid;align-content:end;gap:3px} .product-card.mobile .price-block strong{min-width:0;overflow-wrap:anywhere;font-size:clamp(11px,3.5vw,14px)} .product-card.mobile .price-note{font-size:7px;line-height:1.25} .product-card.mobile .product-action{grid-area:action;min-width:0;min-height:39px;align-self:end;margin-inline:2px;padding-top:7px;border-top:1px solid var(--line)} .product-card.mobile .text-action{min-height:31px;padding:2px 0;font-size:8px;letter-spacing:.045em} .product-card.mobile .action-arrow{width:25px;height:25px;border-radius:7px} .product-card.mobile .quantity-control.compact{width:100%;justify-content:space-between;gap:3px} .product-card.mobile .quantity-control.compact button{width:29px;height:29px;flex:0 0 auto} .product-card.mobile .quantity-control.compact span{min-width:20px} .product-card.mobile .product-sequence{top:7px;right:7px;min-width:28px;height:25px} .product-skeleton.mobile{min-width:0;min-height:310px;margin:0;border:1px solid var(--line);border-radius:15px} .mobile-catalog .catalog-more{margin-top:18px;padding:15px;border-radius:13px} .mobile-cart-bar{left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom));transition:transform .32s cubic-bezier(.2,.75,.2,1),opacity .22s ease;opacity:0} .mobile-cart-bar.visible{opacity:1} .mobile-cart-bar button{min-height:64px;border-radius:15px;box-shadow:0 16px 34px rgba(24,53,43,.22)} .mobile-store-footer{margin-inline:14px} .storefront-enter .mobile-intro{animation:storefront-rise .45s cubic-bezier(.2,.7,.2,1) both} .storefront-enter .mobile-search-wrap{animation:storefront-soft-in .4s .08s ease both}} @media (max-width:350px){.mobile-catalog{padding-inline:9px} .mobile-catalog .mobile-product-grid{gap:8px} .product-card.mobile{padding:6px} .product-card.mobile .product-copy h3{font-size:15px} .product-card.mobile .price-block strong{font-size:11px} .product-card.mobile .text-action{font-size:7px} .product-card.mobile .action-arrow{width:23px;height:23px}} @media (hover:hover) and (pointer:fine){.product-card.desktop:hover .product-sequence{transform:translateY(-1px)} .category-tab:hover{box-shadow:0 5px 12px rgba(24,53,43,.07)}} @media (prefers-reduced-motion:reduce){.storefront-enter .hero-copy,.storefront-enter .hero-support,.storefront-enter .catalog-toolbar,.storefront-enter .product-card,.storefront-enter .mobile-intro,.storefront-enter .mobile-search-wrap{animation:none !important} .product-card:hover,.cart-pill:hover,.category-tab:hover{transform:none} .product-card:hover .product-image img{transform:none}} .storefront{--store-canvas:#fffaf2;--store-hero:#ffe7a3;--store-hero-line:#efc965;--store-toolbar:#dff5e7;--store-toolbar-line:#9fd7b5;--store-catalog:#eaf2ff;--store-catalog-line:#bfd3f4;--store-footer:#ffe2d6;--store-footer-line:#efbca8;--store-chip:#fff7df;background:var(--store-canvas)} .desktop-shell{padding-bottom:28px;background:var(--store-canvas)} .desktop-topbar{padding-inline:4px;background:#ffffff;border-bottom-color:#d9d2c4} .desktop-hero{margin:18px 0 14px;padding:clamp(42px,5.2vw,68px) clamp(26px,3.2vw,48px);border:1px solid var(--store-hero-line);border-radius:26px;background:var(--store-hero)} .desktop-hero .hero-copy::before{background:#f16f32} .desktop-hero .hero-proof{border-color:rgba(117,83,20,.26)} .desktop-hero .hero-proof > span + span{border-left-color:rgba(117,83,20,.26)} .hero-support{border-color:rgba(136,94,23,.26);background:rgba(255,255,255,.72);box-shadow:0 12px 30px rgba(115,82,22,.10)} .hero-support::after{border-color:#f16f32} .catalog-toolbar{top:82px;margin:0 0 14px;padding:12px 14px;border:1px solid var(--store-toolbar-line);border-radius:16px;background:var(--store-toolbar);box-shadow:0 7px 18px rgba(46,105,70,.07)} .search-field{border-color:#a9d8ba;background:#ffffff} .search-field:focus-within{border-color:#3c8f60;box-shadow:0 0 0 3px rgba(60,143,96,.10)} .category-tab{border-color:#acd9bc;background:rgba(255,255,255,.72)} .category-tab:hover{border-color:#3c8f60} .category-tab.active,.category-tab[aria-pressed="true"]{border-color:#216c46;background:#216c46;color:#ffffff;box-shadow:0 5px 12px rgba(33,108,70,.16)} .catalog-section{margin:0;padding:28px 18px 34px;border:1px solid var(--store-catalog-line);border-radius:24px;background:var(--store-catalog)} .catalog-heading{margin-bottom:16px} .catalog-heading h2{font-size:33px} .catalog-heading p{color:#53657d} .section-index{color:#2f68b4} .desktop-product-grid{gap:12px} .product-card.desktop{min-height:424px;padding:8px;border-color:#cad9ec;border-radius:15px;background:#ffffff;box-shadow:0 4px 12px rgba(54,84,119,.055)} .product-card.desktop:hover{border-color:#9eb8da;background:#ffffff;transform:translateY(-3px);box-shadow:0 14px 28px rgba(54,84,119,.12)} .product-card.desktop .product-image{border-radius:10px} .product-card.desktop .product-copy{padding:13px 5px 9px} .product-card.desktop .product-kicker{margin-bottom:6px;color:#a94d21} .product-card.desktop .product-copy h3{max-width:100%;margin-bottom:9px;font-size:23px;line-height:1.05} .product-card.desktop .price-block{gap:6px} .product-card.desktop .price-block strong{font-size:14px} .product-card.desktop .product-action{min-height:41px;margin-inline:5px;padding-top:7px} .product-card.desktop .text-action{min-height:33px;padding-block:4px} .product-card.desktop .action-arrow{width:26px;height:26px} .product-skeleton{min-height:424px;background:#dce8f7} .catalog-more{margin-top:16px;padding:13px 15px;border-color:#c4d7ee;background:rgba(255,255,255,.68)} .store-footer{margin-top:14px;padding:16px 18px;border:1px solid var(--store-footer-line);border-radius:16px;background:var(--store-footer)} @media (max-width:1040px) and (min-width:768px){.desktop-hero{padding-inline:28px} .catalog-section{padding-inline:14px} .desktop-product-grid{gap:10px} .product-card.desktop{min-height:404px}} @media (max-width:767px){.mobile-shell{background:var(--store-canvas)} .mobile-header{background:#ffffff} .mobile-intro{margin:10px 10px 12px;padding:22px 16px 19px;border-color:var(--store-hero-line);border-radius:17px;background:var(--store-hero);box-shadow:0 7px 18px rgba(115,82,22,.08)} .mobile-intro h1{margin:14px 0 12px} .mobile-hero-jump{margin-top:14px} .mobile-search-wrap{padding:9px 0 9px;border-top:1px solid var(--store-toolbar-line);border-bottom:1px solid var(--store-toolbar-line);background:var(--store-toolbar)} .search-field.mobile{margin:0 10px 8px} .mobile-category-rail{gap:6px;padding-inline:10px} .mobile-category-rail .category-tab:not(.active):not([aria-pressed="true"]){border-color:#acd9bc;background:rgba(255,255,255,.74);color:var(--ink)} .mobile-catalog{margin:0;padding:18px 10px 14px;border-bottom:1px solid var(--store-catalog-line);background:var(--store-catalog)} .mobile-catalog .mobile-product-grid{gap:7px} .catalog-heading.mobile{padding-inline:2px;margin-bottom:10px} .catalog-heading.mobile h2{font-size:28px} .product-card.mobile{padding:6px;border-color:#cad9ec;border-radius:12px;background:#ffffff;box-shadow:0 3px 10px rgba(54,84,119,.05)} .product-card.mobile:last-child{border-bottom-color:#cad9ec} .product-card.mobile .product-image{border-radius:9px} .product-card.mobile .product-copy{padding:9px 2px 7px} .product-card.mobile .product-kicker{margin-bottom:4px} .product-card.mobile .product-copy h3{min-height:3.2em;margin-bottom:7px;font-size:clamp(15px,4.35vw,18px)} .product-card.mobile .price-block{min-height:34px} .product-card.mobile .product-action{min-height:35px;padding-top:5px} .product-card.mobile .text-action{min-height:28px} .product-card.mobile .action-arrow{width:23px;height:23px} .product-skeleton.mobile{min-height:285px;background:#dce8f7} .mobile-catalog .catalog-more{margin-top:12px;padding:12px} .mobile-store-footer{margin:0 10px 92px;padding:14px 13px;border-color:var(--store-footer-line);background:var(--store-footer)}} @media (max-width:350px){.mobile-intro{margin-inline:8px} .search-field.mobile{margin-inline:8px} .mobile-category-rail{padding-inline:8px} .mobile-catalog{padding-inline:8px} .mobile-catalog .mobile-product-grid{gap:6px} .product-card.mobile{padding:5px}} .product-card.desktop{min-height:0;grid-template-rows:auto auto auto;align-content:start} .product-card.desktop .product-copy{padding-top:11px;padding-bottom:5px} .product-card.desktop .product-copy h3{min-height:2.1em;margin-bottom:6px;display:-webkit-box;overflow:hidden;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2} .product-card.desktop .price-block{min-height:30px;align-content:start;gap:3px 6px} .product-card.desktop .product-action{min-height:36px;margin-top:2px;padding-top:4px} .product-card.desktop .text-action{min-height:29px} .product-skeleton{min-height:360px} @media (max-width:1040px) and (min-width:768px){.product-card.desktop{min-height:0} .product-skeleton{min-height:340px}} @media (max-width:767px){.product-card.mobile .product-copy{padding:8px 2px 5px} .product-card.mobile .product-copy h3{min-height:0;margin-bottom:5px} .product-card.mobile .price-block{min-height:29px;margin-top:0;align-content:start;gap:2px} .product-card.mobile .product-action{min-height:32px;padding-top:4px} .product-card.mobile .text-action{min-height:26px} .product-skeleton.mobile{min-height:270px}} @media (min-width:1280px){.desktop-product-grid{grid-template-columns:repeat(6,minmax(0,1fr))}} .product-card.desktop{padding:7px;border-radius:13px} .product-card.desktop .product-image{border-radius:9px} .product-card.desktop .product-copy{padding:9px 3px 5px} .product-card.desktop .product-kicker{margin-bottom:4px;font-size:7px;line-height:1.2;letter-spacing:.10em} .product-card.desktop .product-copy h3{min-height:2.16em;margin-bottom:5px;font-size:clamp(16px,1.25vw,18px);line-height:1.08} .product-card.desktop .price-block{min-height:26px;gap:2px 5px} .product-card.desktop .price-block strong{min-width:0;overflow-wrap:anywhere;font-size:clamp(11px,.92vw,13px);line-height:1.15} .product-card.desktop .price-note{font-size:7px;line-height:1.2} .product-card.desktop .product-action{min-height:31px;margin:2px 3px 0;padding-top:3px} .product-card.desktop .text-action{min-height:26px;padding:2px 0;font-size:8px;letter-spacing:.045em} .product-card.desktop .action-arrow{width:22px;height:22px;border-radius:7px;font-size:11px} .product-card.desktop .image-fallback span{font-size:clamp(34px,3.2vw,46px)} .product-card.desktop .product-sequence{top:7px;right:7px;min-width:25px;height:22px;border-radius:7px;font-size:7px} .product-card.desktop .quantity-control.compact{gap:3px} .product-card.desktop .quantity-control.compact button{width:26px;height:26px;border-radius:7px} .product-card.desktop .quantity-control.compact span{min-width:18px;font-size:10px} .product-skeleton{min-height:270px} @media (max-width:1279px) and (min-width:1080px){.desktop-product-grid{grid-template-columns:repeat(5,minmax(0,1fr))} .product-card.desktop .product-copy h3{font-size:clamp(17px,1.55vw,19px)} .product-card.desktop .price-block strong{font-size:13px} .product-card.desktop .image-fallback span{font-size:44px} .product-card.desktop .quantity-control.compact button{width:28px;height:28px}} @media (max-width:1079px) and (min-width:900px){.desktop-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))} .product-card.desktop{padding:8px} .product-card.desktop .product-copy{padding:10px 4px 5px} .product-card.desktop .product-copy h3{font-size:clamp(18px,1.95vw,20px)} .product-card.desktop .price-block strong{font-size:13px} .product-card.desktop .product-action{min-height:33px;margin-inline:4px} .product-card.desktop .image-fallback span{font-size:48px} .product-card.desktop .quantity-control.compact button{width:28px;height:28px}} @media (max-width:899px) and (min-width:768px){.desktop-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))} .product-card.desktop{padding:9px} .product-card.desktop .product-copy{padding:11px 4px 6px} .product-card.desktop .product-copy h3{font-size:clamp(19px,2.55vw,21px)} .product-card.desktop .price-block strong{font-size:14px} .product-card.desktop .product-kicker{font-size:8px} .product-card.desktop .text-action{font-size:9px} .product-card.desktop .action-arrow{width:24px;height:24px;font-size:12px} .product-card.desktop .product-action{min-height:35px} .product-card.desktop .image-fallback span{font-size:52px} .product-card.desktop .quantity-control.compact button{width:30px;height:30px} .product-card.desktop .quantity-control.compact span{font-size:11px}} .storefront{--store-canvas:#f4fbf6;--store-hero:#cbeed8;--store-hero-line:#7fc59e;--store-toolbar:#dff5e7;--store-toolbar-line:#9fd7b5;--store-catalog:#e9f2ff;--store-catalog-line:#b8ceed;--store-footer:#fff0ca;--store-footer-line:#e2c76f;--store-chip:#eef9f2} html,body{background:#f4fbf6} .desktop-shell,.mobile-shell{background:var(--store-canvas)} .desktop-topbar,.mobile-header{background:#ffffff;border-color:#cfe5d7} .desktop-hero,.mobile-intro{border-color:var(--store-hero-line);background:var(--store-hero);box-shadow:0 10px 26px rgba(33,108,70,.07)} .desktop-hero .hero-copy::before{background:#3c8f60} .desktop-hero .hero-proof{border-color:rgba(33,108,70,.24)} .desktop-hero .hero-proof > span + span{border-left-color:rgba(33,108,70,.24)} .hero-support{border-color:rgba(33,108,70,.25);background:rgba(255,255,255,.78);box-shadow:0 12px 30px rgba(33,108,70,.08)} .hero-support::after{border-color:#3c8f60} .catalog-toolbar,.mobile-search-wrap{border-color:var(--store-toolbar-line);background:var(--store-toolbar);box-shadow:0 7px 18px rgba(33,108,70,.07)} .search-field{border-color:#a9d8ba;background:#ffffff} .search-field:focus-within{border-color:#3c8f60;background:#ffffff;box-shadow:0 0 0 3px rgba(60,143,96,.12)} .category-tab{border-color:#acd9bc;background:rgba(255,255,255,.78)} .category-tab:hover{border-color:#3c8f60} .category-tab.active,.category-tab[aria-pressed="true"]{border-color:#216c46;background:#216c46;color:#ffffff;box-shadow:0 5px 12px rgba(33,108,70,.16)} .catalog-section,.mobile-catalog{border-color:var(--store-catalog-line);background:var(--store-catalog)} .catalog-heading p{color:#53657d} .section-index{color:#2f68b4} .product-card.desktop,.product-card.mobile,.catalog-more,.empty-state{border-color:#cad9ec;background:#ffffff} .product-card.desktop:hover{border-color:#9eb8da;background:#ffffff} .product-card.desktop .product-kicker,.product-card.mobile .product-kicker{color:#216c46} .product-card.desktop .product-action,.product-card.mobile .product-action{border-top-color:#d5e2f1} .product-skeleton,.product-skeleton.mobile{background:#dfeaf8} .catalog-more{background:rgba(255,255,255,.78)} .store-footer,.mobile-store-footer{border-color:var(--store-footer-line);background:var(--store-footer);color:#665b35} .cart-dialog,.editor-dialog,.install-guide-dialog,.image-safe-context{background:#ffffff} .cart-summary{background:#eaf7ef} .dialog-header{border-bottom-color:#9fd7b5} .cart-line{border-bottom-color:#cfe5d7} .admin-shell{background:#eef8f2} .admin-header.desktop,.admin-header.mobile{background:#ffffff;border-bottom-color:#9fd7b5} .admin-nav.desktop,.admin-nav.mobile{background:#dff5e7;border-color:#9fd7b5} .admin-nav button:hover,.admin-nav a:hover{background:rgba(255,255,255,.72)} .admin-nav button.active,.admin-nav.mobile button.active{background:#216c46;color:#ffffff} .admin-table-wrap,.category-admin-list,.settings-form,.admin-product-cards{background:#ffffff;border-color:#b8ceed} .admin-table th{background:#eef5ff;border-bottom-color:#b8ceed} .admin-table tbody tr:hover,.category-admin-item:hover{background:#f3f8ff} .admin-section-heading .eyebrow{color:#216c46} .login-brand,.admin-auth-loading{background:#173b2b;color:#f4fbf6} .login-panel{background:#f4fbf6} .demo-access{background:#fff0ca;border-color:#e2c76f} .login-brand .brand-mark,.auth-loading-card .brand-mark{background:#ffffff;color:#173b2b} .auth-loading-line::after{background:#9fd7b5} .version-update{background:#fff8df;border-color:#e2c76f} .not-found-page{background:#f4fbf6} @media (max-width:767px){.mobile-header{background:#ffffff} .mobile-intro{background:var(--store-hero);border-color:var(--store-hero-line)} .mobile-search-wrap{background:var(--store-toolbar);border-color:var(--store-toolbar-line)} .mobile-category-rail .category-tab:not(.active):not([aria-pressed="true"]){border-color:#acd9bc;background:rgba(255,255,255,.80)} .mobile-catalog{background:var(--store-catalog);border-color:var(--store-catalog-line)} .mobile-store-footer{background:var(--store-footer);border-color:var(--store-footer-line)} .admin-nav.mobile{background:#dff5e7}} .admin-heading-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap} .product-import-dialog{width:min(900px,calc(100vw - 32px))} .product-import-body,.product-import-confirmation{max-height:calc(100vh - 123px);overflow:auto;display:grid;gap:16px;padding:22px} .product-import-intro{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 15px;border:1px solid var(--line-strong);background:#dff5e7} .product-import-intro p{margin:0;max-width:600px;color:var(--ink);font-size:11px;line-height:1.55} .product-import-file{display:grid;gap:8px;padding:15px;border:1px dashed #78b98f;background:#f4fbf6;color:var(--ink);font-size:11px;font-weight:760} .product-import-file input{width:100%;padding:9px;border:1px solid var(--line-strong);background:var(--paper)} .product-import-file span{color:var(--muted);font-size:9px;font-weight:500;line-height:1.45;overflow-wrap:anywhere} .product-import-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--line-strong);background:var(--paper)} .product-import-summary > div{min-width:0;display:grid;gap:4px;padding:12px 14px;border-right:1px solid var(--line)} .product-import-summary > div:last-child{border-right:0} .product-import-summary strong{font:400 25px/1 var(--serif);color:var(--ink)} .product-import-summary span{color:var(--muted);font-size:8px;letter-spacing:.08em;text-transform:uppercase} .product-import-summary .has-error{background:#f8e8e3} .product-import-summary .has-error strong{color:#702b21} .product-import-preview{max-height:330px;overflow:auto;border:1px solid var(--line-strong);background:var(--paper)} .product-import-preview table{width:100%;min-width:720px;border-collapse:collapse} .product-import-preview th{position:sticky;top:0;z-index:1;padding:9px 10px;border-bottom:1px solid var(--line-strong);background:#e9f2ff;color:var(--muted);text-align:left;font-size:8px;letter-spacing:.08em;text-transform:uppercase} .product-import-preview td{padding:10px;border-bottom:1px solid var(--line);vertical-align:top;font-size:9px;line-height:1.45} .product-import-preview tr:last-child td{border-bottom:0} .product-import-preview tr.is-invalid{background:#fff8f5} .product-import-preview td strong{display:block;color:var(--ink);font-size:10px} .product-import-preview td small{display:block;max-width:390px;margin-top:4px;color:#702b21;font-size:8px;line-height:1.45} .import-status{display:inline-flex;padding:4px 7px;border:1px solid;font-size:8px;font-weight:800;letter-spacing:.04em;text-transform:uppercase} .import-status.ready{border-color:#78b98f;background:#dff5e7;color:#216c46} .import-status.invalid{border-color:#c78a7c;background:#f8e8e3;color:#702b21} .product-import-help{padding:12px 14px;border-left:3px solid #9fd7b5;background:#f4fbf6;color:var(--muted);font-size:10px;line-height:1.55} .product-import-help strong{color:var(--ink)} .product-import-help code{color:#216c46;font-weight:750} .product-import-guardrails{margin:0;padding:0 0 0 20px;display:grid;gap:8px;color:var(--muted);font-size:11px;line-height:1.55} @media (max-width:767px){.admin-section.mobile .admin-section-heading{align-items:flex-start} .admin-heading-actions.mobile{max-width:146px;gap:6px} .admin-heading-actions.mobile button{flex:1 1 auto;white-space:nowrap} .product-import-dialog{width:calc(100vw - 20px);max-height:calc(100dvh - 20px)} .product-import-body,.product-import-confirmation{max-height:calc(100dvh - 106px);padding:15px;gap:13px} .product-import-intro{align-items:stretch;flex-direction:column;padding:12px} .product-import-intro .secondary-button{width:100%} .product-import-summary > div{padding:10px} .product-import-summary strong{font-size:21px} .product-import-preview{max-height:280px} .product-import-dialog .form-actions{flex-direction:column-reverse} .product-import-dialog .form-actions button{width:100%}} .storefront{--store-canvas:#f5faff;--store-hero:#dceeff;--store-hero-line:#8fc5ee;--store-toolbar:#dffff7;--store-toolbar-line:#66e9c6;--store-catalog:#eef5ff;--store-catalog-line:#b8d6ed;--store-footer:#0b4f8a;--store-footer-line:#106ebe;--store-chip:#e9fff8} html,body{background:#f5faff}::selection{background:#106ebe;color:#ffffff} .brand-mark,.brand-mark.image{background:#106ebe;color:#ffffff} .brand-neutral-accent{stroke:#0ffcbe} .nav-link:hover,.mobile-admin-link:hover,.mobile-install-link{color:#106ebe} .primary-button{border-color:#106ebe;background:#106ebe;color:#ffffff} .primary-button:hover:not(:disabled){border-color:#0b5a99;background:#0b5a99} .secondary-button{border-color:#106ebe;color:#0b4f8a} .secondary-button:hover:not(:disabled){border-color:#106ebe;background:#e6f3ff} .icon-button{border-color:#106ebe} .icon-button:hover{background:#106ebe;color:#ffffff} button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-color:#0ffcbe} input:focus,select:focus,textarea:focus,.currency-input:focus-within{border-color:#106ebe;box-shadow:0 0 0 3px rgba(15,252,190,.18)} .desktop-topbar,.mobile-header{background:#ffffff;border-color:#c9dceb} .cart-pill{border-color:#106ebe;background:#106ebe;color:#ffffff} .cart-pill:hover{border-color:#0b5a99;background:#0b5a99} .cart-pill span{background:#0ffcbe;color:#0b2740} .desktop-hero,.mobile-intro{border-color:var(--store-hero-line);background:var(--store-hero);box-shadow:0 10px 26px rgba(16,110,190,.09)} .desktop-hero .hero-copy::before{background:#0ffcbe} .desktop-hero .hero-proof{border-color:rgba(16,110,190,.25)} .desktop-hero .hero-proof > span + span{border-left-color:rgba(16,110,190,.25)} .hero-support{border-color:rgba(16,110,190,.22);background:rgba(255,255,255,.84);box-shadow:0 12px 30px rgba(16,110,190,.09)} .hero-support::after{border-color:#0ffcbe} .mobile-intro-meta > span:last-child{border-color:#66e9c6;background:#e9fff8} .mobile-hero-jump{border-color:#106ebe;color:#0b4f8a} .mobile-hero-jump:hover{background:#106ebe;color:#ffffff} .catalog-toolbar,.mobile-search-wrap{border-color:var(--store-toolbar-line);background:var(--store-toolbar);box-shadow:0 7px 18px rgba(15,163,127,.08)} .search-field{border-color:#66e9c6;background:#ffffff} .search-field:focus-within{border-color:#106ebe;background:#ffffff;box-shadow:0 0 0 3px rgba(15,252,190,.20)} .search-field input::placeholder{color:#6d8292} .category-tab{border-color:#89ddc6;background:rgba(255,255,255,.86)} .category-tab:hover{border-color:#106ebe} .category-tab.active,.category-tab[aria-pressed="true"]{border-color:#106ebe;background:#106ebe;color:#ffffff;box-shadow:inset 0 -3px 0 #0ffcbe,0 5px 12px rgba(16,110,190,.18)} .catalog-section,.mobile-catalog{border-color:var(--store-catalog-line);background:var(--store-catalog)} .catalog-heading p{color:#526b80} .section-index{color:#106ebe} .product-card.desktop,.product-card.mobile,.catalog-more,.empty-state{border-color:#c6dced;background:#ffffff} .product-card.desktop:hover{border-color:#78b5e2;box-shadow:0 14px 28px rgba(16,110,190,.11)} .product-card.desktop .product-kicker,.product-card.mobile .product-kicker,.price-note{color:#0b6aa8} .product-card.desktop .product-action,.product-card.mobile .product-action{border-top-color:#d6e5f1} .text-action:hover{color:#106ebe;border-color:#106ebe} .product-skeleton,.product-skeleton.mobile{background:#dcecff} .product-image{background:#e6f3ff} .image-fallback{border-color:#9fc8e6} .image-fallback span{color:#6fa8d2} .catalog-more{background:rgba(255,255,255,.84)} .catalog-more-button{border-bottom-color:#106ebe;color:#0b4f8a} .store-footer,.mobile-store-footer{border-color:var(--store-footer-line);background:var(--store-footer);color:#dfeeff} .store-footer strong,.mobile-store-footer strong{color:#ffffff} .cart-dialog,.editor-dialog,.install-guide-dialog,.image-safe-context{background:#ffffff} .dialog-header{border-bottom-color:#85bfe8} .cart-line{border-bottom-color:#d7e6f2} .cart-summary{background:#e9fff8;border-color:#66e9c6} .admin-shell{background:#eff7fc} .admin-header.desktop,.admin-header.mobile{background:#ffffff;border-bottom-color:#85bfe8} .admin-nav.desktop,.admin-nav.mobile{background:#dceeff;border-color:#8fc5ee} .admin-nav button:hover,.admin-nav a:hover{background:rgba(255,255,255,.78)} .admin-nav button.active,.admin-nav.mobile button.active{background:#106ebe;color:#ffffff;box-shadow:inset 0 -3px 0 #0ffcbe} .admin-table-wrap,.category-admin-list,.settings-form,.admin-product-cards{background:#ffffff;border-color:#b8d6ed} .admin-table th{background:#dffff7;border-bottom-color:#89ddc6;color:#426176} .admin-table tbody tr:hover,.category-admin-item:hover{background:#eef6ff} .admin-section-heading .eyebrow{color:#106ebe} .admin-pagination-actions button.active{border-color:#106ebe;background:#106ebe;color:#ffffff} .login-brand,.admin-auth-loading{background:#0b4f8a;color:#ffffff} .login-panel{background:#f5faff} .demo-access{background:#dffff7;border-color:#66e9c6} .login-brand .brand-mark,.auth-loading-card .brand-mark{background:#ffffff;color:#106ebe} .auth-loading-line::after{background:#0ffcbe} .version-update{background:#e9fff8;border-color:#66e9c6} .not-found-page{background:#f5faff} .product-import-intro{border-color:#66e9c6;background:#dffff7} .product-import-file{border-color:#66e9c6;background:#f5faff} .product-import-summary,.product-import-preview{border-color:#85bfe8;background:#ffffff} .product-import-preview th{border-bottom-color:#85bfe8;background:#dceeff} .import-status.ready{border-color:#66e9c6;background:#dffff7;color:#08785d} .product-import-help{border-left-color:#0ffcbe;background:#eef8ff} .product-import-help code{color:#106ebe} @media (max-width:767px){.mobile-category-rail .category-tab:not(.active):not([aria-pressed="true"]){border-color:#89ddc6;background:rgba(255,255,255,.90)} .admin-nav.mobile{background:#dceeff}} .adult-store-setting{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px 22px;padding:18px;border:1px solid #85bfe8;background:#eef8ff;box-shadow:inset 4px 0 0 #0ffcbe} .adult-store-setting.active{border-color:#106ebe;background:#dffff7;box-shadow:inset 4px 0 0 #106ebe} .adult-store-setting-copy{display:flex;align-items:center;gap:14px;min-width:0} .adult-store-setting-copy > div{min-width:0} .adult-store-setting-copy strong{display:block;margin-bottom:4px;color:#0b2740;font-size:13px} .adult-store-setting-copy p{margin:0;color:#526b80;font-size:10px;line-height:1.55;font-weight:500} .adult-store-badge{width:46px;height:46px;flex:0 0 auto;display:grid;place-items:center;border:2px solid #106ebe;border-radius:50%;background:#106ebe;color:#0ffcbe;font-weight:900;font-size:14px;letter-spacing:-.03em} .adult-store-switch{position:relative;display:grid;grid-template-columns:auto auto;align-items:center;gap:9px;cursor:pointer;color:#0b4f8a;font-size:10px;font-weight:800} .adult-store-switch input{position:absolute;width:1px;height:1px;min-height:0;opacity:0;pointer-events:none} .adult-store-track{position:relative;width:50px;height:28px;border:1px solid #85bfe8;border-radius:999px;background:#ffffff;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease} .adult-store-track i{position:absolute;top:4px;left:4px;width:18px;height:18px;border-radius:50%;background:#6d8292;transition:transform .18s ease,background-color .18s ease} .adult-store-switch input:checked + .adult-store-track{border-color:#106ebe;background:#106ebe;box-shadow:inset 0 0 0 2px rgba(15,252,190,.18)} .adult-store-switch input:checked + .adult-store-track i{transform:translateX(22px);background:#0ffcbe} .adult-store-switch input:focus-visible + .adult-store-track{outline:2px solid #0ffcbe;outline-offset:3px} .adult-store-state{min-width:49px} .adult-store-help{grid-column:1 / -1;padding-top:10px;border-top:1px solid rgba(16,110,190,.18);color:#62798a;font-size:9px;line-height:1.45} .age-gate-page{min-height:100vh;min-height:100dvh;display:grid;place-items:center;padding:clamp(20px,5vw,64px);background:#0b4f8a;color:#0b2740} .age-gate-card{width:min(720px,100%);position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:26px 34px;padding:clamp(26px,5vw,52px);border:1px solid rgba(15,252,190,.82);background:#ffffff;box-shadow:0 28px 80px rgba(3,32,55,.28)} .age-gate-card::before{content:'';position:absolute;inset:0 0 auto;height:7px;background:#0ffcbe} .age-gate-brand{grid-column:1 / -1;display:flex;align-items:center;gap:12px;padding-bottom:18px;border-bottom:1px solid #c9dceb} .age-gate-brand > div:last-child{display:grid;gap:3px;min-width:0} .age-gate-brand strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px} .age-gate-brand span{color:#61798b;font-size:9px;font-weight:760;letter-spacing:.13em} .age-gate-visual{grid-column:2;grid-row:2 / span 2;align-self:start;position:relative;width:170px;height:170px;display:grid;place-items:center;border:2px solid #106ebe;border-radius:50%;background:#dffff7;color:#106ebe} .age-gate-visual span{position:relative;z-index:2;font:800 54px/1 var(--sans);letter-spacing:-.06em} .age-gate-visual i{position:absolute;right:16px;bottom:22px;width:34px;height:8px;background:#0ffcbe;transform:rotate(-18deg)} .age-gate-copy{grid-column:1;display:grid;align-content:start;gap:12px} .age-gate-copy .eyebrow{color:#106ebe} .age-gate-copy h1{margin:0;max-width:500px;font:400 clamp(36px,5vw,58px)/.98 var(--serif);letter-spacing:-.045em} .age-gate-copy p{margin:0;max-width:540px;color:#526b80;font-size:14px;line-height:1.7} .age-gate-copy.blocked h1{max-width:460px} .age-gate-actions{grid-column:1;display:flex;align-items:center;gap:10px;flex-wrap:wrap} .age-gate-actions.single{grid-column:1 / -1} .age-gate-primary{border-color:#106ebe;background:#106ebe;color:#ffffff} .age-gate-primary:hover:not(:disabled){border-color:#0b5a99;background:#0b5a99} .age-gate-secondary{border-color:#85bfe8;background:#ffffff;color:#0b4f8a} .age-gate-secondary:hover:not(:disabled){border-color:#106ebe;background:#eef8ff} .age-gate-note{grid-column:1 / -1;margin:0;padding-top:14px;border-top:1px solid #d7e6f2;color:#6d8292;font-size:9px;line-height:1.5} @media (max-width:767px){.adult-store-setting{grid-template-columns:1fr;padding:16px} .adult-store-switch{justify-self:start} .adult-store-help{grid-column:1} .age-gate-page{padding:16px;align-items:center} .age-gate-card{grid-template-columns:1fr;gap:20px;padding:25px 20px 22px} .age-gate-brand{grid-column:1;padding-bottom:15px} .age-gate-visual{grid-column:1;grid-row:auto;width:116px;height:116px;justify-self:start} .age-gate-visual span{font-size:38px} .age-gate-visual i{right:10px;bottom:15px;width:25px;height:6px} .age-gate-copy{grid-column:1;gap:10px} .age-gate-copy h1{font-size:clamp(34px,10vw,46px)} .age-gate-copy p{font-size:13px;line-height:1.65} .age-gate-actions{grid-column:1;display:grid;grid-template-columns:1fr;width:100%} .age-gate-actions .primary-button,.age-gate-actions .secondary-button{width:100%} .age-gate-note{grid-column:1}}:root{--paper:#f6f2ea;--paper-deep:#ece4d8;--paper-soft:#fffdf9;--admin-surface:#f2eee7;--ink:#1c2925;--ink-soft:#3f4e49;--muted:#6f7772;--line:#d8d0c4;--line-strong:#b9aa95;--accent:#c29a5b;--accent-dark:#17483f;--green:#2f7a68;--shadow:0 28px 80px rgba(28,41,37,.15);--shadow-soft:0 12px 34px rgba(28,41,37,.09)} .storefront{--store-canvas:#f6f2ea;--store-hero:#e7eee9;--store-hero-line:#b9c9c1;--store-toolbar:#f1e9dc;--store-toolbar-line:#d9c7a9;--store-catalog:#f8f5ef;--store-catalog-line:#ded6ca;--store-footer:#173d35;--store-footer-line:#c29a5b;--store-chip:#efe5d5} html,body{background:#f6f2ea;color:#1c2925}::selection{background:#c29a5b;color:#1c2925} .brand-mark,.brand-mark.image{background:#173d35;color:#fffdf9;border-radius:14px;box-shadow:0 8px 20px rgba(23,61,53,.16)} .brand-neutral-accent{stroke:#c29a5b} .nav-link:hover,.mobile-admin-link:hover,.mobile-install-link{color:#17483f} .primary-button{border-color:#17483f;background:#17483f;color:#fffdf9;border-radius:12px} .primary-button:hover:not(:disabled){border-color:#123b34;background:#123b34} .secondary-button{border-color:#b9aa95;color:#17483f;border-radius:12px;background:#fffdf9} .secondary-button:hover:not(:disabled){border-color:#c29a5b;background:#f4ecdf} .icon-button{border-color:#b9aa95;background:#fffdf9} .icon-button:hover{border-color:#17483f;background:#17483f;color:#fffdf9} button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-color:#c29a5b} input:focus,select:focus,textarea:focus,.currency-input:focus-within{border-color:#17483f;box-shadow:0 0 0 3px rgba(194,154,91,.20)} .desktop-topbar,.mobile-header{background:rgba(255,253,249,.94);border-color:#d8d0c4} .cart-pill{border-color:#17483f;background:#17483f;color:#fffdf9;border-radius:999px} .cart-pill:hover{border-color:#123b34;background:#123b34} .cart-pill span{background:#c29a5b;color:#1c2925} .desktop-hero{margin-top:22px;padding:66px 48px 56px;border:1px solid #b9c9c1;border-radius:28px;background:#e7eee9;box-shadow:0 18px 50px rgba(23,61,53,.08)} .desktop-hero .hero-copy::before{background:#c29a5b} .desktop-hero .hero-proof{border-color:rgba(23,61,53,.22)} .desktop-hero .hero-proof > span + span{border-left-color:rgba(23,61,53,.22)} .hero-support{border-color:rgba(23,61,53,.18);background:rgba(255,253,249,.80);border-radius:18px;box-shadow:0 14px 36px rgba(23,61,53,.07)} .hero-support-label,.section-index,.product-kicker{color:#8b6937} .hero-jump{color:#17483f;border-bottom-color:#c29a5b} .catalog-toolbar{margin-top:18px;padding:14px;border:1px solid #d9c7a9;border-radius:18px;background:rgba(241,233,220,.96);box-shadow:0 10px 30px rgba(28,41,37,.06)} .search-field{border-color:#d1c2ac;background:#fffdf9;border-radius:13px} .search-field:focus-within{border-color:#17483f;box-shadow:0 0 0 3px rgba(194,154,91,.18)} .search-field input::placeholder{color:#8a8d89} .category-tab{border-color:#d1c2ac;background:rgba(255,253,249,.88);border-radius:999px} .category-tab:hover{border-color:#c29a5b} .category-tab.active,.category-tab[aria-pressed="true"]{border-color:#17483f;background:#17483f;color:#fffdf9;box-shadow:inset 0 -3px 0 #c29a5b,0 6px 14px rgba(23,72,63,.15)} .catalog-section{margin-top:18px;padding:30px 26px 34px;border:1px solid #ded6ca;border-radius:28px;background:#f8f5ef} .product-card.desktop,.product-card.mobile,.catalog-more,.empty-state{border-color:#ded6ca;background:#fffdf9} .product-card.desktop{border-radius:18px;overflow:hidden} .product-card.desktop:hover{border-color:#b9aa95;box-shadow:0 16px 34px rgba(28,41,37,.10);transform:translateY(-3px)} .product-card.desktop .product-image{border-radius:13px;background:#eee8de} .product-card.desktop .product-action,.product-card.mobile .product-action{border-top-color:#e2dbcf} .price-note{color:#6f7772} .text-action:hover{color:#17483f;border-color:#c29a5b} .product-skeleton,.product-skeleton.mobile{background:#e8e1d6} .image-fallback{border-color:#d2c8b9} .image-fallback span{color:#aa9b87} .catalog-more{border-radius:16px;background:rgba(255,253,249,.84)} .catalog-more-button{border-bottom-color:#c29a5b;color:#17483f} .store-footer,.mobile-store-footer{border-color:#c29a5b;background:#173d35;color:#dce5e1} .store-footer strong,.mobile-store-footer strong{color:#fffdf9} .cart-dialog,.editor-dialog,.install-guide-dialog,.image-safe-context{background:#fffdf9;border-radius:18px} .dialog-header{border-bottom-color:#d8d0c4} .cart-line{border-bottom-color:#e2dbcf} .cart-summary{background:#efe5d5;border-color:#d9c7a9} .admin-shell{background:#f2eee7} .admin-header.desktop,.admin-header.mobile{background:#fffdf9;border-bottom-color:#d8d0c4} .admin-nav.desktop,.admin-nav.mobile{background:#e7eee9;border-color:#b9c9c1} .admin-nav button:hover,.admin-nav a:hover{background:rgba(255,253,249,.72)} .admin-nav button.active,.admin-nav.mobile button.active{background:#17483f;color:#fffdf9;box-shadow:inset 0 -3px 0 #c29a5b} .admin-table-wrap,.category-admin-list,.settings-form,.admin-product-cards{background:#fffdf9;border-color:#d8d0c4;border-radius:16px;overflow:hidden} .admin-table th{background:#efe5d5;border-bottom-color:#d9c7a9;color:#5f655f} .admin-table tbody tr:hover,.category-admin-item:hover{background:#f8f3ea} .admin-section-heading .eyebrow{color:#8b6937} .admin-pagination-actions button.active{border-color:#17483f;background:#17483f;color:#fffdf9} .login-brand,.admin-auth-loading{background:#173d35;color:#fffdf9} .login-panel{background:#f6f2ea} .demo-access{background:#efe5d5;border-color:#d9c7a9;border-radius:16px} .login-brand .brand-mark,.auth-loading-card .brand-mark{background:#fffdf9;color:#173d35} .auth-loading-line::after{background:#c29a5b} .version-update{background:#efe5d5;border-color:#d9c7a9} .not-found-page{background:#f6f2ea} .product-import-intro{border-color:#d9c7a9;background:#efe5d5;border-radius:14px} .product-import-file{border-color:#c29a5b;background:#fbf8f2;border-radius:14px} .product-import-summary,.product-import-preview{border-color:#d8d0c4;background:#fffdf9} .product-import-preview th{border-bottom-color:#d9c7a9;background:#efe5d5} .import-status.ready{border-color:#a8c3b7;background:#e7eee9;color:#17483f} .product-import-help{border-left-color:#c29a5b;background:#f8f3ea} .product-import-help code{color:#17483f} .adult-store-setting{border-color:#d9c7a9;background:#f8f3ea;box-shadow:inset 4px 0 0 #c29a5b} .adult-store-setting.active{border-color:#17483f;background:#e7eee9;box-shadow:inset 4px 0 0 #17483f} .adult-store-badge{border-color:#17483f;background:#17483f;color:#c29a5b} .adult-store-switch input:checked + .adult-store-track{border-color:#17483f;background:#17483f;box-shadow:inset 0 0 0 2px rgba(194,154,91,.18)} .adult-store-switch input:checked + .adult-store-track i{background:#c29a5b} .adult-store-switch input:focus-visible + .adult-store-track{outline-color:#c29a5b} .age-gate-page{background:#173d35;color:#1c2925} .age-gate-card{border-color:rgba(194,154,91,.84);background:#fffdf9;box-shadow:0 28px 80px rgba(10,31,26,.32);border-radius:26px} .age-gate-card::before{background:#c29a5b} .age-gate-brand{border-bottom-color:#d8d0c4} .age-gate-visual{border-color:#17483f;background:#efe5d5;color:#17483f} .age-gate-visual i{background:#c29a5b} .age-gate-copy .eyebrow{color:#8b6937} .age-gate-primary{border-color:#17483f;background:#17483f;color:#fffdf9} .age-gate-primary:hover:not(:disabled){border-color:#123b34;background:#123b34} .age-gate-secondary{border-color:#b9aa95;background:#fffdf9;color:#17483f} .age-gate-secondary:hover:not(:disabled){border-color:#c29a5b;background:#f8f3ea} .age-gate-note{border-top-color:#e2dbcf;color:#777d79} @media (max-width:767px){.mobile-intro{margin:12px 12px 0;padding:32px 20px 26px;border:1px solid #b9c9c1;border-radius:22px;background:#e7eee9} .mobile-search-wrap{margin:10px 10px 0;padding:10px;border:1px solid #d9c7a9;border-radius:17px;background:rgba(241,233,220,.97)} .mobile-category-rail{padding-inline:0} .mobile-category-rail .category-tab:not(.active):not([aria-pressed="true"]){border-color:#d1c2ac;background:#fffdf9;color:#1c2925} .mobile-catalog{margin-top:10px;background:#f8f5ef;border-color:#ded6ca} .product-card.mobile{border:1px solid #ded6ca;border-radius:14px;padding:10px;background:#fffdf9} .product-card.mobile:last-child{border-bottom:1px solid #ded6ca} .mobile-cart-bar button{border-color:#17483f;background:#17483f;color:#fffdf9;border-radius:17px;box-shadow:0 14px 32px rgba(23,61,53,.24)} .mobile-cart{border-radius:22px 22px 0 0} .admin-nav.mobile{background:#e7eee9}}
