*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #080808;--surface: #0f0f0f;--surface-2: #161616;--surface-3: #1e1e1e;--border: #1f1f1f;--text: #e8e8e8;--muted: #484848;--faint: #282828;--accent: #D70005;--accent-dim: rgba(215, 0, 5, .12)}html,body,#root{height:100%;overflow:hidden;overscroll-behavior:none}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased}.app{display:flex;flex-direction:column;height:100%}.app-header{flex-shrink:0;padding:0 18px;padding-top:env(safe-area-inset-top,0px);height:calc(52px + env(safe-area-inset-top,0px));border-bottom:1px solid var(--border);display:flex;align-items:center;gap:12px;background:var(--surface)}.header-icon{width:30px;height:30px;background:var(--accent);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 0 12px #d7000559}.header-text{display:flex;flex-direction:column;gap:1px}.app-header h1{font-size:.78rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#fff;line-height:1}.app-header p{font-size:.62rem;color:var(--muted);letter-spacing:.05em}.app-body{flex:1;display:flex;flex-direction:column;min-height:0}.viewer-wrap{flex:0 0 clamp(200px,40vh,300px);position:relative;min-height:0;touch-action:none;background:radial-gradient(ellipse at 50% 42%,#303030,#191919,#0a0a0a)}.loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.spinner{width:24px;height:24px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.flip-btn{position:absolute;top:14px;right:14px;padding:6px 14px;background:#00000080;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.08);border-radius:20px;color:#777;font-size:.65rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:color .15s,border-color .15s,background .15s;z-index:10}.flip-btn:hover{color:#bbb;border-color:#ffffff24}.flip-btn.active{color:#fff;border-color:#ffffff38;background:#000000a6}.drag-hint{position:absolute;bottom:12px;left:50%;transform:translate(-50%);font-size:.58rem;color:#282828;letter-spacing:.06em;pointer-events:none;white-space:nowrap}.panel{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:var(--surface);border-top:1px solid var(--border);padding:16px 16px calc(20px + env(safe-area-inset-bottom,0px));display:flex;flex-direction:column;gap:18px}.panel-section{display:flex;flex-direction:column;gap:8px}.section-label{font-size:.58rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}.label-note{font-weight:400;text-transform:none;letter-spacing:0;color:var(--faint)}.product-toggle{display:flex;gap:0;background:var(--surface-2);border:1px solid var(--border);border-radius:10px;padding:3px}.product-btn{flex:1;padding:8px 10px;background:transparent;border:none;border-radius:7px;color:var(--muted);font-size:.7rem;font-weight:600;letter-spacing:.05em;cursor:pointer;transition:background .18s,color .18s,box-shadow .18s;-webkit-tap-highlight-color:transparent}.product-btn.active{background:var(--surface-3);color:#fff;box-shadow:0 1px 4px #00000080}.variant-list{display:flex;flex-direction:column;gap:6px}.variant-btn{width:100%;padding:10px 12px;background:var(--surface-2);border:1.5px solid transparent;border-radius:10px;color:var(--muted);font-size:.69rem;font-weight:500;letter-spacing:.04em;text-align:left;cursor:pointer;transition:border-color .15s,color .15s,background .15s;-webkit-tap-highlight-color:transparent;display:flex;align-items:center;gap:10px}.variant-btn:hover{background:var(--surface-3);color:#bbb}.variant-btn.active{border-color:var(--accent);background:var(--accent-dim);color:#e8e8e8}.variant-dots{display:flex;gap:4px;flex-shrink:0}.variant-dot{display:block;width:12px;height:12px;border-radius:50%;border:1px solid rgba(255,255,255,.1);flex-shrink:0}.dims-btn{width:100%;padding:9px 13px;background:var(--surface-2);border:1.5px solid transparent;border-radius:10px;color:var(--muted);font-size:.68rem;font-weight:500;letter-spacing:.05em;cursor:pointer;transition:border-color .15s,color .15s,background .15s;-webkit-tap-highlight-color:transparent;display:flex;align-items:center;justify-content:center;gap:7px}.dims-btn:hover{color:#bbb;background:var(--surface-3)}.dims-btn.active{border-color:#fff3;background:var(--surface-3);color:#ddd}.anno-pill{background:#000000c7;color:#fff;font-size:11px;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:.05em;padding:4px 10px;border-radius:20px;border:1px solid rgba(255,255,255,.2);white-space:nowrap;pointer-events:none}.input-wrap{position:relative;display:flex;align-items:center}.input-wrap input{width:100%;padding:11px 48px 11px 13px;background:var(--surface-2);border:1.5px solid var(--border);border-radius:10px;color:var(--text);font-size:16px;font-family:inherit;outline:none;transition:border-color .15s;-webkit-appearance:none}.input-wrap input:focus{border-color:var(--accent)}.input-wrap input::placeholder{color:var(--faint)}.char-count{position:absolute;right:11px;font-size:.6rem;color:#333;pointer-events:none}.text-meta{display:flex;align-items:center;justify-content:space-between;gap:8px}.text-meta-font{display:flex;align-items:center;gap:4px;font-size:.62rem;color:var(--muted);letter-spacing:.04em}.back-hint{font-size:.63rem;color:#383838}.cta-section{gap:10px}.qty-row{display:flex;align-items:center;justify-content:space-between;padding:2px 0}.qty-label{font-size:.62rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.qty-stepper{display:flex;align-items:center;gap:0;background:var(--surface-2);border:1px solid var(--border);border-radius:9px;overflow:hidden}.qty-btn{width:36px;height:34px;background:transparent;border:none;color:#888;font-size:1.1rem;font-weight:300;cursor:pointer;transition:background .12s,color .12s;-webkit-tap-highlight-color:transparent;display:flex;align-items:center;justify-content:center}.qty-btn:hover{background:var(--surface-3);color:#fff}.qty-btn:active{background:#2a2a2a}.qty-value{min-width:32px;text-align:center;font-size:.85rem;font-weight:600;color:var(--text);border-left:1px solid var(--border);border-right:1px solid var(--border);line-height:34px}.cta-btn{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;padding:13px 16px;background:var(--accent);border:none;border-radius:10px;color:#fff;font-size:.74rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-align:center;text-decoration:none;cursor:pointer;transition:opacity .15s,transform .1s,box-shadow .15s;-webkit-tap-highlight-color:transparent;box-shadow:0 4px 18px #d700054d}.cta-btn:hover{opacity:.9;box-shadow:0 6px 22px #d7000566}.cta-btn:active{opacity:.85;transform:scale(.98)}.cta-btn--disabled{opacity:.35;cursor:not-allowed;box-shadow:none}.cta-note{font-size:.59rem;color:#383838;text-align:center;letter-spacing:.03em}.order-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:200;display:flex;align-items:flex-end;justify-content:center}.order-sheet{background:var(--surface);border:1px solid var(--border);border-top:1px solid #2a2a2a;border-radius:20px 20px 0 0;width:100%;max-height:92dvh;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding-bottom:max(env(safe-area-inset-bottom,0px),16px);animation:slideUp .28s cubic-bezier(.32,.72,0,1)}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.sheet-handle{width:36px;height:4px;background:#2a2a2a;border-radius:2px;margin:12px auto 0}.sheet-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 12px;border-bottom:1px solid var(--border)}.sheet-title{font-size:.95rem;font-weight:700;letter-spacing:.02em;color:#fff}.sheet-close{width:30px;height:30px;background:var(--surface-2);border:1px solid var(--border);border-radius:50%;color:#777;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .15s,background .15s}.sheet-close:hover{color:#fff;background:var(--surface-3)}.sheet-section{padding:18px 20px 0;display:flex;flex-direction:column;gap:8px}.sheet-section-label{font-size:.58rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}.summary-card{background:var(--surface-2);border:1px solid var(--border);border-radius:12px;overflow:hidden}.summary-row{display:flex;align-items:center;justify-content:space-between;padding:11px 14px;gap:12px}.summary-divider{height:1px;background:var(--border)}.summary-key{font-size:.68rem;color:var(--muted);letter-spacing:.04em;flex-shrink:0}.summary-val{font-size:.75rem;font-weight:600;color:#ddd;text-align:right}.summary-val--colour{display:flex;align-items:center;gap:7px}.summary-dots{display:flex;gap:3px}.summary-dot{display:block;width:10px;height:10px;border-radius:50%;border:1px solid rgba(255,255,255,.1);flex-shrink:0}.summary-val--text{color:#aaa;font-style:italic;font-weight:500}.summary-val--qty{font-size:1rem;font-weight:700;color:#fff}.sheet-fields{display:flex;flex-direction:column;gap:8px}.sheet-field{display:flex;flex-direction:column;gap:5px}.field-label{font-size:.62rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.field-required{color:var(--accent)}.field-optional{color:#303030;font-weight:400;text-transform:none;letter-spacing:0}.field-input{width:100%;padding:11px 13px;background:var(--surface-2);border:1.5px solid var(--border);border-radius:10px;color:var(--text);font-size:16px;font-family:inherit;outline:none;transition:border-color .15s;-webkit-appearance:none}.field-input:focus{border-color:var(--accent)}.field-input::placeholder{color:var(--faint)}.sheet-cta{padding:20px 20px 4px;display:flex;flex-direction:column;gap:8px}@media (min-width: 600px){.order-backdrop{align-items:center;padding:20px}.order-sheet{max-width:460px;border-radius:18px;animation:sheetIn .22s ease}@keyframes sheetIn{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}}@media (min-width: 768px){.app-header{height:56px;padding:0 24px}.app-body{flex-direction:row;flex:1;min-height:0}.viewer-wrap{flex:1;flex-basis:auto}.panel{flex:0 0 300px;width:300px;border-top:none;border-left:1px solid var(--border);padding:24px 20px 28px;gap:22px;overflow-y:auto}.cta-section{margin-top:auto}}@media (min-width: 1024px){.panel{flex:0 0 320px;width:320px;padding:28px 22px 32px}}.add-btn{width:100%;padding:13px 16px;background:var(--surface-2);border:1.5px solid var(--border);border-radius:10px;color:#888;font-size:.74rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background .15s,border-color .15s,color .15s;-webkit-tap-highlight-color:transparent}.add-btn:hover{background:var(--surface-3);color:#ccc;border-color:#ffffff1a}.add-btn--added{color:#4ade80;border-color:#4ade804d}.cart-items{display:flex;flex-direction:column;gap:6px}.cart-item{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;background:var(--surface-2);border:1px solid var(--border);border-radius:12px}.cart-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:5px}.cart-item-header{display:flex;align-items:center;gap:8px}.cart-item-dots{display:flex;gap:3px;flex-shrink:0}.cart-item-title{font-size:.75rem;font-weight:600;color:#ddd;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-meta{display:flex;gap:10px;font-size:.67rem;color:var(--muted)}.cart-item-remove{flex-shrink:0;width:26px;height:26px;background:transparent;border:none;color:#3a3a3a;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:color .15s,background .15s;padding:0;margin-top:1px}.cart-item-remove:hover{color:#aaa;background:var(--surface-3)}.cart-item-price{color:#fff;font-weight:600}.order-total-row{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:12px 4px 0}.order-saving{font-size:.65rem;font-weight:600;color:#4ade80;background:#4ade801a;border:1px solid rgba(74,222,128,.2);border-radius:5px;padding:3px 7px;margin-right:auto}.order-total-label{font-size:.65rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.order-total-val{font-size:1.1rem;font-weight:700;color:#fff}.header-menu-btn{margin-left:auto;width:36px;height:36px;background:transparent;border:none;color:#555;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;flex-shrink:0;transition:color .15s,background .15s;-webkit-tap-highlight-color:transparent}.header-menu-btn:hover{color:#ccc;background:#ffffff0f}.nav-list{padding:14px 20px 28px;display:flex;flex-direction:column;gap:6px}.nav-row{display:flex;align-items:center;gap:12px;width:100%;padding:15px 16px;background:var(--surface-2);border:1px solid var(--border);border-radius:12px;cursor:pointer;transition:background .15s,border-color .15s;-webkit-tap-highlight-color:transparent}.nav-row:hover{background:var(--surface-3);border-color:#ffffff14}.nav-row-text{flex:1;display:flex;flex-direction:column;gap:3px;text-align:left}.nav-row-label{font-size:.82rem;font-weight:600;color:#ddd}.nav-row-desc{font-size:.65rem;color:var(--muted)}.info-header{position:relative}.info-header .sheet-title{position:absolute;left:50%;transform:translate(-50%);pointer-events:none}.sheet-back{display:flex;align-items:center;gap:5px;background:none;border:none;color:var(--accent);font-size:.72rem;font-weight:600;letter-spacing:.02em;cursor:pointer;padding:4px 2px;border-radius:6px;transition:opacity .15s;-webkit-tap-highlight-color:transparent}.sheet-back:hover{opacity:.75}.info-body{padding:22px 20px 36px}.info-steps{display:flex;flex-direction:column;gap:18px}.info-step{display:flex;gap:14px;align-items:flex-start}.info-step-num{width:26px;height:26px;background:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#fff;flex-shrink:0;margin-top:1px}.info-step-body{flex:1}.info-step-heading{font-size:.82rem;font-weight:600;color:#ddd;margin-bottom:4px}.info-step-text{font-size:.74rem;color:var(--muted);line-height:1.6}.info-prose{display:flex;flex-direction:column;gap:12px}.info-lead{font-size:1rem;font-weight:700;color:#fff}.info-prose p{font-size:.78rem;color:#888;line-height:1.65}.info-section-title{font-size:.6rem!important;font-weight:700!important;letter-spacing:.16em!important;text-transform:uppercase;color:var(--muted)!important;margin-top:6px}.info-contact-card{margin-top:6px;padding:14px 16px;background:var(--surface-2);border:1px solid var(--border);border-radius:12px;display:flex;flex-direction:column;gap:5px}.info-contact-label{font-size:.58rem!important;font-weight:700!important;letter-spacing:.16em!important;text-transform:uppercase;color:var(--muted)!important}.info-link{font-size:.78rem;color:var(--accent);text-decoration:none}.info-link:hover{text-decoration:underline}.pb-badge{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 0 2px;font-size:.62rem;color:#333;letter-spacing:.03em}.pb-proto{color:#444;font-weight:500}.pb-built{color:#2563eb;font-weight:700}.price-card{background:var(--surface-2);border:1px solid var(--border);border-radius:12px;overflow:hidden}.price-row{display:flex;align-items:center;justify-content:space-between;padding:10px 13px;gap:8px}.price-divider{height:1px;background:var(--border)}.price-label{font-size:.72rem;color:#999;display:flex;align-items:center;gap:7px;flex-wrap:wrap}.price-val{font-size:.82rem;font-weight:700;color:#fff;flex-shrink:0}.price-badge{font-size:.55rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#4ade80;background:#4ade801a;border:1px solid rgba(74,222,128,.2);border-radius:4px;padding:2px 5px}.price-note{font-size:.62rem;color:var(--muted);font-style:italic}
