:root{--accent: #2563eb;--accent-strong: #1d4ed8;--accent-soft: #dbeafe;--accent-contrast: #ffffff;--bg: #f6f8fc;--surface: #ffffff;--surface-2: #eef2f9;--text: #0f172a;--muted: #64748b;--border: #e2e8f0;--danger: #dc2626;--shadow: 0 10px 30px rgba(15, 23, 42, .08);color-scheme:light}:root[data-theme=dark]{--accent: #3b82f6;--accent-strong: #60a5fa;--accent-soft: #1e3a5f;--accent-contrast: #ffffff;--bg: #0b1120;--surface: #131c31;--surface-2: #1b2740;--text: #e2e8f0;--muted: #94a3b8;--border: #2b3a55;--danger: #f87171;--shadow: 0 10px 30px rgba(0, 0, 0, .4);color-scheme:dark}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,system-ui,-apple-system,Helvetica Neue,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.55;transition:background-color .3s ease,color .3s ease}h1,h2,h3{line-height:1.15;margin:0 0 .5rem;letter-spacing:-.015em}h1{font-size:clamp(1.9rem,4vw,2.8rem);font-weight:800}h2{font-size:1.35rem;font-weight:700}h3{font-size:1.05rem;font-weight:700}p{margin:0 0 .75rem}img{max-width:100%}a{color:var(--accent)}.app{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1}.container{width:min(1120px,100% - 2.5rem);margin-inline:auto}.page{padding:2.5rem 0 4rem}.page-head{margin-bottom:2rem}.muted{color:var(--muted)}.small{font-size:.85rem}.text-accent{color:var(--accent)}.text-link{color:var(--accent);text-decoration:none;font-weight:600}.text-link:hover{text-decoration:underline}.text-link.as-button{background:none;border:none;padding:0;font:inherit;cursor:pointer}.card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.25rem;transition:background-color .3s ease,border-color .3s ease}.badge{background:var(--accent-soft);color:var(--accent);font-size:.75rem;font-weight:700;padding:.2rem .6rem;border-radius:999px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border:1.5px solid transparent;border-radius:999px;padding:.6rem 1.4rem;font:inherit;font-weight:700;text-decoration:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background-color .2s ease,color .2s ease,border-color .2s ease}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn-primary{background:var(--accent);color:var(--accent-contrast)}.btn-primary:hover:not(:disabled){background:var(--accent-strong);box-shadow:0 6px 18px #2563eb59}.btn-primary.added{background:#16a34a}.btn-ghost{background:transparent;color:var(--text);border-color:var(--border)}.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.btn-danger{background:transparent;color:var(--danger);border-color:var(--danger)}.btn-danger:hover{background:var(--danger);color:#fff}.btn-inverse{background:#fff;color:var(--accent)}.btn-inverse:hover{box-shadow:0 6px 18px #00000040}.btn-lg{padding:.8rem 1.8rem;font-size:1.05rem}.btn-sm{padding:.4rem 1rem;font-size:.9rem}.btn-block{width:100%;margin-top:.75rem}.site-header{position:sticky;top:0;z-index:100;background:color-mix(in srgb,var(--surface) 85%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);transition:background-color .3s ease,border-color .3s ease}.header-inner{display:flex;align-items:center;gap:1.5rem;padding:.7rem 0}.logo{display:flex;align-items:center;text-decoration:none}.logo-img{height:52px;width:auto;display:block;transition:transform .25s ease}.logo:hover .logo-img{transform:rotate(-3deg) scale(1.05)}.main-nav{display:flex;gap:.25rem;margin-left:auto}.nav-link{text-decoration:none;color:var(--muted);font-weight:600;padding:.45rem .9rem;border-radius:999px;transition:color .2s ease,background-color .2s ease}.nav-link:hover{color:var(--accent)}.nav-link.active{color:var(--accent);background:var(--accent-soft)}.header-actions{display:flex;align-items:center;gap:.35rem}.icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:none;background:transparent;color:var(--text);cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .15s ease}.icon-btn:hover{background:var(--surface-2);color:var(--accent);transform:translateY(-1px)}.cart-badge{position:absolute;top:2px;right:0;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--accent);color:#fff;font-size:.7rem;font-weight:800;display:flex;align-items:center;justify-content:center}.menu-toggle{display:none}.site-footer{border-top:1px solid var(--border);padding:1.5rem 0;color:var(--muted);font-size:.9rem}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-inner p{margin:0}.footer-nav{display:flex;gap:1.25rem}.footer-nav a{color:var(--muted);text-decoration:none}.footer-nav a:hover{color:var(--accent)}.hero{padding:4rem 0 3rem;overflow:hidden}.hero-inner{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:2rem}.hero-eyebrow{display:inline-block;background:var(--accent-soft);color:var(--accent);font-weight:700;font-size:.85rem;padding:.3rem .85rem;border-radius:999px;margin-bottom:1rem}.hero-logo{display:block;width:min(300px,70%);height:auto;margin-bottom:1.2rem;transform:rotate(-2deg)}.hero-copy p{color:var(--muted);font-size:1.1rem;max-width:34rem}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.5rem}.hero-art{position:relative;min-height:340px}.hero-sticker{position:absolute;width:130px;filter:drop-shadow(0 8px 14px rgba(15,23,42,.22));animation:float 5s ease-in-out infinite;transition:transform .25s ease}.hero-sticker:hover{transform:scale(1.1) rotate(0)!important}.hero-sticker-1{top:4%;left:8%;transform:rotate(-10deg)}.hero-sticker-2{top:0;right:10%;transform:rotate(12deg);animation-delay:.7s}.hero-sticker-3{top:38%;left:32%;width:150px;transform:rotate(4deg);animation-delay:1.4s}.hero-sticker-4{bottom:2%;left:2%;transform:rotate(8deg);animation-delay:2.1s}.hero-sticker-5{bottom:0;right:4%;transform:rotate(-8deg);animation-delay:2.8s}@keyframes float{0%,to{translate:0 0}50%{translate:0 -12px}}@media (prefers-reduced-motion: reduce){.hero-sticker{animation:none}}.features{padding:2.5rem 0}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.feature{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease,background-color .3s ease}.feature:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.feature-icon{font-size:1.8rem;margin-bottom:.6rem}.feature p{color:var(--muted);margin:0;font-size:.95rem}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.home-shop{padding:2.5rem 0}.cta-band{padding:3rem 0 4rem}.cta-inner{background:linear-gradient(135deg,var(--accent),var(--accent-strong));border-radius:24px;color:#fff;text-align:center;padding:3rem 1.5rem}.cta-inner p{opacity:.9;margin-bottom:1.5rem}.shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1.25rem}.sticker-card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:18px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,background-color .3s ease}.sticker-card:hover{transform:translateY(-5px) rotate(-.5deg);box-shadow:var(--shadow)}.sticker-tag{position:absolute;top:.8rem;left:.8rem;z-index:2;background:var(--accent);color:#fff;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;padding:.25rem .6rem;border-radius:999px}.sticker-card-art{background:radial-gradient(circle at 20% 20%,var(--accent-soft),transparent 60%),var(--surface-2);display:flex;align-items:center;justify-content:center;padding:1.5rem;transition:background-color .3s ease}.sticker-card-art img{width:130px;height:130px;object-fit:contain;transition:transform .25s ease;filter:drop-shadow(0 6px 10px rgba(15,23,42,.18))}.sticker-card-tall .sticker-card-art img{height:175px;width:auto;max-width:100%}.sticker-card:hover .sticker-card-art img{transform:scale(1.08) rotate(3deg)}.sticker-card-body{padding:1rem 1.1rem 1.2rem}.sticker-card-body h3{margin-bottom:.15rem}.sticker-card-body .muted{font-size:.85rem;margin:0}.sticker-card-buy{display:flex;align-items:center;justify-content:space-between;margin-top:.9rem}.price{font-weight:800}.designer-layout{display:grid;grid-template-columns:1fr 320px;gap:1.5rem;align-items:start}.sheet-area{min-width:0}.sheet-toolbar{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.sheet-dims{margin-left:auto}.sheet{position:relative;width:100%;max-width:560px;margin-inline:auto;aspect-ratio:210 / 297;background:#fff;border-radius:6px;box-shadow:var(--shadow),0 0 0 1px var(--border);overflow:hidden;touch-action:none;background-image:linear-gradient(rgba(37,99,235,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.06) 1px,transparent 1px);background-size:9.5% 9.5%}.sheet.preview{background-image:none}.sheet-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#64748b;padding:1.5rem;pointer-events:none}.sheet-empty .muted{color:#94a3b8}.guide{position:absolute;background:var(--accent);opacity:.7;z-index:30;pointer-events:none}.guide-v{top:0;bottom:0;width:1px}.guide-h{left:0;right:0;height:1px}.sticker-node{position:absolute;cursor:grab;touch-action:none;user-select:none;-webkit-user-select:none}.sticker-node:active{cursor:grabbing}.sticker-node.is-preview{cursor:default}.sticker-node-canvas{display:block;width:100%;height:100%;pointer-events:none;filter:drop-shadow(0 2px 4px rgba(15,23,42,.15))}.sheet.preview .sticker-node-canvas{filter:none}.sticker-outline{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border:1.5px dashed var(--accent);border-radius:4px;pointer-events:none}.handle{position:absolute;width:14px;height:14px;background:#fff;border:2px solid var(--accent);border-radius:50%;z-index:5;touch-action:none}.handle-nw{top:-8px;left:-8px;cursor:nwse-resize}.handle-ne{top:-8px;right:-8px;cursor:nesw-resize}.handle-sw{bottom:-8px;left:-8px;cursor:nesw-resize}.handle-se{bottom:-8px;right:-8px;cursor:nwse-resize}.rotate-stem{position:absolute;top:-26px;left:50%;width:1.5px;height:24px;background:var(--accent);transform:translate(-50%);pointer-events:none}.handle-rotate{top:-36px;left:50%;transform:translate(-50%);cursor:grab;background:var(--accent);border-color:#fff}.size-label{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);white-space:nowrap;background:var(--text);color:var(--bg);font-size:.72rem;font-weight:600;padding:.2rem .55rem;border-radius:6px;pointer-events:none;opacity:.85}.size-label.active{opacity:1}.designer-sidebar{display:flex;flex-direction:column;gap:1.25rem;position:sticky;top:84px}.panel h2{font-size:1.05rem;margin-bottom:.9rem}.size-readout{font-weight:700;background:var(--accent-soft);color:var(--accent);border-radius:10px;padding:.5rem .75rem;font-size:.9rem}.control{margin-bottom:.9rem}.control label{display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:.9rem;margin-bottom:.35rem}.control-row{display:flex;justify-content:space-between;align-items:center}.panel-actions{display:flex;gap:.5rem;margin-top:.5rem}input[type=range]{width:100%;accent-color:var(--accent)}.toggle{display:inline-flex!important;align-items:center;gap:.5rem;cursor:pointer;font-weight:600;font-size:.9rem}.toggle input{accent-color:var(--accent);width:16px;height:16px}.cart-layout{display:grid;grid-template-columns:1fr 340px;gap:1.5rem;align-items:start}.cart-empty{text-align:center;padding-top:5rem}.cart-empty .hero-actions{justify-content:center}.cart-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:1rem;align-items:center}.cart-thumb img{width:90px;height:110px;object-fit:contain;background:#fff;border:1px solid var(--border);border-radius:8px}.cart-item-info h3{margin-bottom:.2rem}.cart-item-info .muted{margin:0;font-size:.88rem}.cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.qty-stepper{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:999px;overflow:hidden}.qty-stepper button{width:32px;height:32px;border:none;background:transparent;color:var(--text);font-size:1.1rem;cursor:pointer;transition:background-color .15s ease}.qty-stepper button:hover:not(:disabled){background:var(--accent-soft);color:var(--accent)}.qty-stepper button:disabled{opacity:.4;cursor:not-allowed}.qty-stepper span{min-width:30px;text-align:center;font-weight:700}.remove-btn{background:none;border:none;color:var(--muted);font:inherit;font-size:.85rem;cursor:pointer}.remove-btn:hover{color:var(--danger);text-decoration:underline}.cart-summary{position:sticky;top:84px}.shop-section{margin-bottom:2.5rem}.sticker-card-clickable{cursor:pointer}.product-detail{display:grid;grid-template-columns:1.2fr .8fr;gap:2rem;align-items:start;margin-top:1.2rem}.product-gallery-main{display:flex;justify-content:center;align-items:center;padding:1.5rem;border:1px solid var(--border);border-radius:18px;background:var(--surface);min-height:300px}.product-gallery-main img{max-width:100%;max-height:440px;object-fit:contain}.product-gallery-thumbs{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.8rem}.product-gallery-thumbs button{width:68px;height:68px;padding:6px;border:2px solid var(--border);border-radius:12px;background:var(--surface);cursor:pointer}.product-gallery-thumbs button.active{border-color:var(--accent)}.product-gallery-thumbs img{width:100%;height:100%;object-fit:contain}.product-info{position:sticky;top:84px}.product-info .sticker-tag{position:static;display:inline-block;margin-bottom:.6rem}.product-info h1{margin-bottom:.2rem}.product-price{margin:.8rem 0}.product-price .price{font-size:1.5rem}.product-info .btn-block{margin-top:.8rem}@media (max-width: 700px){.product-detail{grid-template-columns:1fr}.product-info{position:static}}.shop-section .section-head{margin-bottom:1rem}.shop-search-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.shop-search{width:min(320px,100%);padding:.6rem .9rem;border:1.5px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text);font:inherit}.shop-search:focus{outline:none;border-color:var(--accent)}.stock-group-title{margin:2rem 0 .75rem;font-size:1.15rem}.admin-danger-zone{display:flex;align-items:center;gap:.8rem;margin-top:1.5rem;flex-wrap:wrap}.cart-warning{margin:.6rem 0;padding:.55rem .75rem;border-radius:10px;border:1px solid color-mix(in srgb,var(--danger) 40%,transparent);background:color-mix(in srgb,var(--danger) 10%,transparent);color:var(--danger)}.summary-row{display:flex;justify-content:space-between;padding:.4rem 0;color:var(--muted)}.summary-total{color:var(--text);font-weight:800;font-size:1.1rem;border-top:1px solid var(--border);margin-top:.5rem;padding-top:.75rem}.summary-items{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column;gap:.6rem}.summary-items li{display:flex;align-items:center;gap:.6rem;font-size:.92rem}.summary-name{flex:1}.summary-thumb{width:34px;height:42px;object-fit:contain;background:#fff;border:1px solid var(--border);border-radius:5px}.checkout-layout{display:grid;grid-template-columns:1fr 340px;gap:1.5rem;align-items:start}.checkout-form{display:flex;flex-direction:column;gap:1.25rem;min-width:0}.form-section h2{margin-bottom:1rem}.payment-head{display:flex;align-items:center;gap:.75rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}.field{margin-bottom:.9rem}.field label{display:block;font-weight:600;font-size:.88rem;margin-bottom:.3rem}.field input{width:100%;padding:.6rem .8rem;border:1.5px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text);font:inherit;transition:border-color .2s ease,background-color .3s ease}.field input:focus{outline:none;border-color:var(--accent)}.field input[readonly]{background:var(--surface-2);color:var(--muted)}.field.has-error input{border-color:var(--danger)}.field-error{color:var(--danger);font-size:.8rem;font-weight:600}.car-card{text-decoration:none;color:inherit;display:block;border-color:var(--accent)}.car-card .sticker-card-art{background:radial-gradient(circle at 70% 20%,var(--accent-soft),transparent 65%),var(--surface-2)}.car-examples{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;margin-bottom:2rem}.car-examples img{width:150px;filter:drop-shadow(0 6px 10px rgba(15,23,42,.2));transform:rotate(-4deg)}.car-examples img+img{transform:rotate(4deg)}.car-examples p{margin:0}.photo-drop{border:2px dashed var(--border);border-radius:14px;padding:1.5rem;text-align:center;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.photo-drop:hover,.photo-drop:focus-visible{border-color:var(--accent);background:var(--accent-soft);outline:none}.photo-drop p{margin:0}.photo-drop.has-photo{padding:.75rem}.photo-drop img{display:block;max-height:240px;margin:0 auto .5rem;border-radius:10px}.field textarea{width:100%;padding:.6rem .8rem;border:1.5px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text);font:inherit;resize:vertical;transition:border-color .2s ease,background-color .3s ease}.field textarea:focus{outline:none;border-color:var(--accent)}.size-options{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1rem}.size-option{display:flex;align-items:center;gap:.6rem;border:1.5px solid var(--border);border-radius:12px;padding:.7rem .9rem;cursor:pointer;font-weight:600;transition:border-color .2s ease,background-color .2s ease}.size-option.active{border-color:var(--accent);background:var(--accent-soft)}.size-option input{accent-color:var(--accent)}.size-option span{flex:1}.finish-blurb{display:block;font-weight:400}.admin-lock{max-width:400px;margin:3rem auto}.admin-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.admin-head h1{margin-bottom:.1rem}.admin-tabs{display:inline-flex;gap:.35rem;background:var(--surface-2);border-radius:999px;padding:.3rem;margin-top:.5rem}.admin-tab{border:none;background:transparent;color:var(--muted);font:inherit;font-weight:700;padding:.45rem 1.3rem;border-radius:999px;cursor:pointer;transition:background-color .2s ease,color .2s ease}.admin-tab.active{background:var(--accent);color:#fff}.stock-add{margin-bottom:1.5rem}.stock-add h2{font-size:1.05rem;margin-bottom:1rem}.stock-add-grid{display:grid;grid-template-columns:auto 1fr 110px 1fr auto;gap:.9rem;align-items:end}.stock-add-grid .field{margin-bottom:0}.stock-list{display:flex;flex-direction:column;gap:.9rem}.stock-row{display:grid;grid-template-columns:auto 1.2fr 100px 1.1fr 130px 130px auto;gap:.9rem;align-items:end}.stock-gallery{grid-column:1 / -1;border-top:1px dashed var(--border);padding-top:.7rem}.stock-keywords{grid-column:1 / -1}.confirmation-check-warn{background:#fef3c7;color:#92400e}.confirmation-actions{justify-content:center;margin-top:1.5rem}.save-error{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap;background:#fef2f2;border:1.5px solid #fecaca;color:#991b1b;border-radius:12px;padding:.9rem 1.1rem;margin-bottom:1.25rem}.save-error .muted{color:#b45c5c}.save-error-actions{display:flex;gap:.5rem;flex-shrink:0}.stock-section{grid-column:1 / -1}.stock-section select{max-width:340px}.section-add-grid{grid-template-columns:1.4fr 1.6fr auto auto}.section-row{grid-template-columns:1.2fr 1.6fr auto auto auto;align-items:end}.section-home-toggle{display:inline-flex;align-items:center;gap:.45rem;font-size:.9rem;white-space:nowrap;padding-bottom:.15rem}.section-home-toggle input{width:1.05rem;height:1.05rem;accent-color:var(--accent)}.section-count{white-space:nowrap;padding-bottom:.55rem}@media (max-width: 720px){.section-add-grid,.section-row{grid-template-columns:1fr}}.shop-section-collab .section-head{border-left:4px solid var(--accent);padding-left:.9rem}.keyword-chips{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1rem}.keyword-chip{background:var(--accent-soft);color:var(--accent);font-size:.78rem;font-weight:600;padding:.2rem .7rem;border-radius:999px}.stock-gallery-thumbs{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem;align-items:center}.stock-gallery-thumb{position:relative;display:inline-flex}.stock-gallery-thumb img{width:56px;height:56px;object-fit:contain;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.stock-gallery-thumb button{position:absolute;top:-7px;right:-7px;width:20px;height:20px;border-radius:50%;border:none;background:var(--danger);color:#fff;font-size:.65rem;line-height:1;cursor:pointer}.stock-gallery-add{width:56px;height:56px;border:1.5px dashed var(--border);border-radius:10px;background:none;color:var(--muted);font:inherit;cursor:pointer}.stock-gallery-add:hover{border-color:var(--accent);color:var(--accent)}.stock-row .field{margin-bottom:0}.stock-row select{width:100%;padding:.6rem .8rem;border:1.5px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text);font:inherit}.stock-photo-btn{position:relative;width:76px;height:76px;border:2px dashed var(--border);border-radius:12px;background:var(--surface-2);cursor:pointer;display:flex;align-items:center;justify-content:center;overflow:hidden;color:var(--muted);font:inherit;font-weight:700;transition:border-color .2s ease;flex-shrink:0}.stock-photo-btn:hover{border-color:var(--accent);color:var(--accent)}.stock-photo-btn img{width:100%;height:100%;object-fit:contain;padding:4px}.stock-photo-hint{position:absolute;bottom:0;left:0;right:0;font-size:.65rem;font-weight:700;text-align:center;background:#0f172aa6;color:#fff;padding:2px 0;opacity:0;transition:opacity .15s ease}.stock-photo-btn:hover .stock-photo-hint{opacity:1}@media (max-width: 860px){.stock-add-grid,.stock-row{grid-template-columns:auto 1fr 1fr}}.admin-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;max-width:560px}.stat{display:flex;flex-direction:column;gap:.15rem}.stat-value{font-size:1.5rem;font-weight:800;font-variant-numeric:tabular-nums}.admin-empty{text-align:center;padding:3rem 1.5rem}.admin-table-wrap{overflow-x:auto;padding:.5rem}.admin-table{width:100%;border-collapse:collapse;font-size:.92rem;min-width:640px}.admin-table th{text-align:left;color:var(--muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;padding:.6rem .75rem;border-bottom:1px solid var(--border)}.admin-table td{padding:.85rem .75rem;border-bottom:1px solid var(--border);vertical-align:top}.admin-table tr:last-child td{border-bottom:none}.admin-total{font-weight:800;font-variant-numeric:tabular-nums;white-space:nowrap}.admin-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.admin-items li{display:flex;align-items:center;gap:.5rem}.admin-items img{width:30px;height:36px;object-fit:contain;background:#fff;border:1px solid var(--border);border-radius:4px;flex-shrink:0}.status-select{font:inherit;font-weight:700;font-size:.85rem;padding:.35rem .5rem;border-radius:999px;border:1.5px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer}.status-select.status-new{border-color:var(--accent);color:var(--accent)}.status-select.status-production{border-color:#d97706;color:#d97706}.status-select.status-shipped{border-color:#16a34a;color:#16a34a}.order-row{cursor:pointer}.order-row:hover td{background:var(--surface-2)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#080c1899;display:flex;align-items:flex-start;justify-content:center;padding:2.5rem 1rem;overflow-y:auto}.order-modal{background:var(--bg);border:1px solid var(--border);border-radius:18px;width:min(880px,100%);padding:1.5rem;box-shadow:var(--shadow)}.order-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.order-modal-head h2{margin-bottom:.15rem}.order-modal-actions{display:flex;align-items:center;gap:.5rem}.order-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.order-section h3{margin-bottom:.6rem}.order-address{line-height:1.7}.order-items-title{margin-bottom:.9rem}.order-item{margin-bottom:1rem}.order-item-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.order-assets{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-start}.asset{margin:0;width:160px}.asset img{width:100%;background:#fff;border:1px solid var(--border);border-radius:10px;padding:6px}.asset-sheet{width:220px}.asset figcaption{display:flex;flex-direction:column;gap:.1rem;font-size:.8rem;color:var(--muted);margin-top:.35rem}.asset figcaption strong{color:var(--text)}.commission-notes{flex:1;min-width:200px}@media (max-width: 700px){.order-modal-grid{grid-template-columns:1fr}.modal-backdrop{padding:1rem .5rem}}.confirmation-hero{text-align:center;margin-bottom:2.5rem}.confirmation-check{width:72px;height:72px;margin:0 auto 1rem;border-radius:50%;background:var(--accent);color:#fff;font-size:2.2rem;font-weight:800;display:flex;align-items:center;justify-content:center;animation:pop .4s ease}@keyframes pop{0%{transform:scale(.4);opacity:0}70%{transform:scale(1.12)}to{transform:scale(1);opacity:1}}.about-body{max-width:46rem;font-size:1.05rem;margin-bottom:2.5rem}.about-values{margin-bottom:1rem}@media (max-width: 960px){.hero-inner{grid-template-columns:1fr}.hero-art{min-height:280px}.designer-layout,.cart-layout,.checkout-layout{grid-template-columns:1fr}.designer-sidebar,.cart-summary{position:static}}@media (max-width: 700px){.menu-toggle{display:inline-flex}.main-nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:var(--surface);border-bottom:1px solid var(--border);padding:.75rem 1.25rem 1rem;box-shadow:var(--shadow)}.main-nav.open{display:flex}.features-grid{grid-template-columns:1fr}.cart-item{grid-template-columns:70px 1fr}.cart-thumb img{width:70px;height:88px}.cart-item-actions{grid-column:1 / -1;flex-direction:row;justify-content:space-between;align-items:center}.form-row{grid-template-columns:1fr}}
