:root{--brand: #12aaeb;--brand-2: #00acec;--brand-hover: #34bbed;--brand-deep: #0077b6;--brand-tint: #eef9fe;--ink: #414441;--ink-2: #676767;--muted: #777777;--surface: #ffffff;--bg: #f8f8f8;--bg-2: #f1f1f1;--line: #e2e2e2;--line-strong: #cccccc;--good: #16845b;--warn: #9a650d;--bad: #b64242;--radius: 6px;--font: "Red Hat Display", "Open Sans", Helvetica, sans-serif;--header-height: 72px}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body,#root{min-height:100%}body{margin:0;color:var(--ink-2);background:var(--bg);font:400 15px/1.6 var(--font);-webkit-font-smoothing:antialiased}button,input,select{color:inherit;font:inherit}button{border:0;background:none;cursor:pointer}a{color:inherit}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{color:var(--ink);font-weight:600}.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.app-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{position:sticky;z-index:50;top:0;height:var(--header-height);display:flex;align-items:center;gap:18px;padding:0 clamp(20px,4vw,64px);background:#fffffff7;border-bottom:1px solid var(--line);box-shadow:0 3px 16px #2d2d2d0b;backdrop-filter:blur(10px)}.wordmark{display:inline-flex;align-items:center;text-decoration:none}.brand-logo{display:block;width:176px;height:auto}.header-divider{width:1px;height:28px;background:var(--line)}.tool-name{color:var(--ink);font-size:13px;font-weight:500;letter-spacing:.01em}.header-actions{display:flex;align-items:center;gap:22px;margin-left:auto}.support-link{color:var(--ink);font-size:13px;font-weight:500;text-decoration:none}.support-link:after{content:"";display:block;width:0;height:1px;background:var(--brand);transition:width .25s ease}.support-link:hover:after{width:100%}main{width:min(1480px,100%);margin:0 auto;padding:0 clamp(20px,4vw,64px) 72px;flex:1}.intro{display:flex;align-items:flex-end;justify-content:space-between;gap:48px;padding:clamp(38px,5vw,66px) 0 34px}.eyebrow{display:block;margin-bottom:7px;color:var(--brand-2);font-size:13px;font-weight:600;letter-spacing:.1em;line-height:1.3;text-transform:uppercase}.intro h1{font-size:clamp(34px,4vw,50px);line-height:1.08;letter-spacing:-.035em}.intro p{max-width:620px;margin-top:12px;color:var(--ink-2);font-size:16px}.progress{display:flex;align-items:flex-start;margin:0 0 4px;padding:0;list-style:none}.progress li{position:relative;width:82px;display:grid;place-items:center;gap:5px;color:#999}.progress li:not(:last-child):after{content:"";position:absolute;z-index:0;top:13px;left:calc(50% + 14px);width:calc(100% - 28px);height:1px;background:var(--line-strong)}.progress span{z-index:1;width:27px;height:27px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:50%;background:var(--surface);font-size:11px;font-style:normal;font-weight:600}.progress em{font-size:11px;font-style:normal}.progress li.active,.progress li.complete{color:var(--brand-deep)}.progress li.active span{color:#fff;border-color:var(--brand);background:var(--brand)}.progress li.complete span{border-color:var(--brand);background:var(--brand-tint)}.workspace{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(400px,.85fr);align-items:start;gap:clamp(24px,3vw,46px)}.preview-column{position:sticky;top:calc(var(--header-height) + 22px);min-width:0;padding:clamp(20px,2.2vw,30px);border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.preview-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.preview-heading .eyebrow{margin-bottom:3px;font-size:11px}.preview-heading h2{font-size:22px;line-height:1.25}.current-size{color:var(--muted);font-size:12px;font-weight:500;white-space:nowrap}.config-column{min-width:0;border-top:1px solid var(--line)}.config-section{padding:30px 0 34px;border-bottom:1px solid var(--line)}.section-heading{display:flex;align-items:flex-start;gap:15px;margin-bottom:22px}.section-number{width:31px;height:31px;display:grid;place-items:center;flex:none;margin-top:1px;border:1px solid var(--brand);border-radius:50%;color:var(--brand-deep);font-size:10px;font-weight:600;letter-spacing:.02em}.section-number.complete{color:#fff;background:var(--brand)}.section-heading h2{font-size:20px;line-height:1.25}.section-heading p{margin-top:3px;color:var(--muted);font-size:13px;line-height:1.45}.section-body{display:flex;flex-direction:column;gap:24px}.products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product{position:relative;min-height:118px;display:grid;grid-template-columns:50px 1fr;grid-template-rows:auto 1fr;align-items:center;gap:3px 10px;padding:13px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);text-align:left;transition:border-color .25s ease,background .25s ease,transform .25s ease}.product:hover{border-color:var(--brand-hover);transform:translateY(-1px)}.product[aria-pressed=true]{border-color:var(--brand);background:var(--brand-tint)}.product[aria-pressed=true]:after{content:"✓";position:absolute;top:8px;right:9px;width:17px;height:17px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--brand);font-size:9px}.product .thumb{grid-row:1 / 3;display:grid;place-items:center}.product .name{align-self:end;padding-right:12px;color:var(--ink);font-size:12px;font-weight:600;line-height:1.3}.product .blurb{align-self:start;display:-webkit-box;overflow:hidden;color:var(--muted);font-size:10.5px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.field{display:flex;flex-direction:column;gap:8px}.field>label,.field-label{display:flex;align-items:center;flex-wrap:wrap;gap:7px;color:var(--ink);font-size:12px;font-weight:600}.field .hint{color:var(--muted);font-size:11.5px;font-weight:400;line-height:1.45;text-transform:none;letter-spacing:0}.chips{display:flex;flex-wrap:wrap;gap:7px}.chip{padding:8px 11px;border:1px solid var(--line-strong);border-radius:5px;background:var(--surface);color:var(--ink-2);font-size:12px;transition:color .2s ease,border-color .2s ease,background .2s ease}.chip:hover{color:var(--brand-deep);border-color:var(--brand-hover)}.chip[aria-pressed=true]{color:#fff;border-color:var(--brand);background:var(--brand);font-weight:600}.seg{display:flex;padding:3px;border-radius:5px;background:var(--bg-2)}.seg button{flex:1;min-width:0;padding:7px 8px;border-radius:4px;color:var(--ink-2);font-size:11.5px;transition:color .2s ease,background .2s ease}.seg button:hover{color:var(--brand-deep)}.seg button[aria-pressed=true]{color:var(--brand-deep);background:var(--surface);box-shadow:0 1px 4px #2d2d2d14;font-weight:600}select,input[type=number],input[type=text]{width:100%;padding:10px 12px;border:1px solid transparent;border-radius:4px;outline:none;background:var(--bg-2);font-size:13px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}select:focus,input:focus{border-color:var(--brand);background:#fff;box-shadow:0 0 0 3px #12aaeb1c}.swatches{display:flex;flex-wrap:wrap;gap:9px}.swatch{width:34px;height:34px;padding:3px;border:1px solid var(--line-strong);border-radius:50%;background:var(--surface);transition:border-color .2s ease,transform .2s ease}.swatch i{display:block;width:100%;height:100%;border-radius:50%;box-shadow:inset 0 0 0 1px #0000001f}.swatch:hover{border-color:var(--brand-hover);transform:translateY(-1px)}.swatch[aria-pressed=true]{border:2px solid var(--brand);padding:2px}.range{appearance:none;width:100%;height:4px;border-radius:4px;outline:none;background:var(--line-strong)}.range::-webkit-slider-thumb{appearance:none;width:17px;height:17px;border:2px solid var(--brand);border-radius:50%;background:#fff;cursor:grab}.range::-moz-range-thumb{width:17px;height:17px;border:2px solid var(--brand);border-radius:50%;background:#fff;cursor:grab}.button,.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 17px;border:1px solid var(--brand-2);border-radius:5px;background:transparent;color:var(--brand-deep);font-size:12px;font-weight:600;line-height:1.2;text-decoration:none;transition:color .3s ease,border-color .3s ease,background .3s ease,opacity .3s ease}.button:hover,.btn:hover{color:#fff;border-color:var(--brand-hover);background:var(--brand-hover)}.button-primary,.btn.primary{color:#fff;border-color:var(--brand);background:var(--brand)}.button-primary:hover,.btn.primary:hover{border-color:var(--brand-hover);background:var(--brand-hover)}.button-outline{background:#fff}.button-small,.btn.sm{padding:8px 14px;font-size:11px}.btn.ghost{padding-left:0;padding-right:0;border-color:transparent;color:var(--brand-deep);background:transparent}.btn.ghost:hover{color:var(--brand-hover)}.button svg{width:16px;height:16px}.button.disabled{border-color:var(--line-strong);color:#999;background:var(--bg-2);cursor:not-allowed;pointer-events:none}.drop{position:relative;width:100%;min-height:132px;display:grid;place-items:center;align-content:center;padding:26px 18px;border:1px dashed var(--line-strong);border-radius:var(--radius);background:var(--surface);text-align:center;transition:border-color .25s ease,background .25s ease}.drop:before{content:"+";width:32px;height:32px;display:grid;place-items:center;margin-bottom:9px;border-radius:50%;color:#fff;background:var(--brand);font-size:21px;font-weight:400;line-height:1}.drop:hover,.drop.over{border-color:var(--brand);background:var(--brand-tint)}.drop .big{color:var(--ink);font-size:14px;font-weight:600}.drop .small{margin-top:3px;color:var(--muted);font-size:11px}.filecard{display:flex;gap:13px;align-items:center;padding:11px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.filecard .prev{width:62px;height:62px;flex:none;border-radius:4px;object-fit:cover;background:var(--bg-2)}.filecard .info{min-width:0;flex:1}.filecard .nm{overflow:hidden;color:var(--ink);font-size:13px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.filecard .dt{margin-top:2px;color:var(--muted);font-size:10.5px;line-height:1.4}.notice{display:flex;align-items:flex-start;gap:9px;padding:11px 12px;border-left:2px solid var(--brand);background:var(--brand-tint);color:#39748b;font-size:11.5px;line-height:1.45}.notice b{color:var(--ink);font-weight:600}.notice-icon{width:17px;height:17px;display:grid;place-items:center;flex:none;margin-top:1px;border-radius:50%;color:#fff;background:var(--brand);font-size:9px}.fit-notice{margin-top:10px}.notice.warn{border-left-color:#d6a036;background:#fff9ec;color:#805b17}.notice.bad{border-left-color:var(--bad);background:#fff2f2;color:var(--bad)}.sizegrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(82px,1fr));gap:6px}.size{position:relative;min-height:83px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:8px 5px;border:1px solid var(--line);border-radius:4px;background:var(--surface);transition:border-color .2s ease,background .2s ease}.size:hover{border-color:var(--brand-hover)}.size[aria-pressed=true]{border-color:var(--brand);background:var(--brand-tint)}.size .glyph{width:30px;height:27px;display:grid;place-items:center}.size .glyph i{display:block;border-radius:1px;background:var(--line-strong)}.size[aria-pressed=true] .glyph i{background:var(--brand)}.size .lbl{color:var(--ink);font-size:11px;font-weight:600;font-variant-numeric:tabular-nums}.size .fit{color:var(--muted);font-size:9.5px;font-variant-numeric:tabular-nums}.size .dot{position:absolute;top:6px;right:6px;width:5px;height:5px;border-radius:50%}.badge{display:inline-flex;align-items:center;padding:2px 6px;border-radius:3px;font-size:9px;font-weight:600;letter-spacing:.015em}.badge.brand{color:var(--brand-deep);background:var(--brand-tint)}.badge.good{color:var(--good);background:#eaf6f1}.badge.warn{color:var(--warn);background:#fff7e6}.badge.bad{color:var(--bad);background:#fff0f0}.rowbtns{display:flex;flex-wrap:wrap;gap:10px}.viewer{display:flex;flex-direction:column;gap:12px}.viewport{position:relative;height:clamp(360px,57vh,650px);overflow:hidden;border:1px solid var(--line);border-radius:4px;background:var(--bg-2)}.viewport canvas{display:block;width:100%;height:100%;cursor:grab;touch-action:none}.viewport canvas.dragging{cursor:grabbing}.viewport.empty{display:grid;place-items:center;background-color:#f6f6f6;background-image:linear-gradient(rgba(65,68,65,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(65,68,65,.035) 1px,transparent 1px);background-size:32px 32px}.empty-state{display:grid;place-items:center;max-width:290px;padding:30px;text-align:center}.empty-art{position:relative;width:122px;height:92px;margin-bottom:22px;padding:9px;border:5px solid #414441;background:#fff;box-shadow:8px 10px #41444114}.empty-art:before{content:"";display:block;width:100%;height:100%;background:linear-gradient(150deg,#d7f2fc 0 44%,#73d0f3 44% 65%,#12aaeb 65%)}.empty-state strong{color:var(--ink);font-size:18px;font-weight:600}.empty-state p{margin-top:5px;color:var(--muted);font-size:12px}.viewbar{position:absolute;z-index:2;left:12px;right:12px;display:flex;align-items:center;gap:8px;flex-wrap:wrap;pointer-events:none}.viewbar>*{pointer-events:auto}.viewbar.top{top:12px;justify-content:space-between}.viewbar.bottom{bottom:12px;justify-content:space-between;align-content:flex-end}.viewport .float{display:flex;align-items:center;gap:2px;padding:3px;border:1px solid rgba(204,204,204,.85);border-radius:5px;background:#fffffff0;box-shadow:0 2px 8px #2d2d2d12;backdrop-filter:blur(8px)}.viewport .float button{padding:6px 9px;border-radius:3px;color:var(--ink-2);font-size:10.5px;font-weight:600}.viewport .float button[aria-pressed=true]{color:#fff;background:var(--brand)}.viewport .float button:not([aria-pressed=true]):hover{color:var(--brand-deep);background:var(--brand-tint)}.viewport .float button:disabled{opacity:.35;cursor:default}.zoomer{gap:5px!important;padding:3px 7px!important}.zoomer .range{width:88px}.zoomer button{width:22px;padding:3px!important;font-size:15px!important;line-height:20px}.scalechip{display:flex;align-items:center;gap:5px;padding:7px 10px;border-radius:4px;color:#fff;background:#2d2d2dd1;font-size:10.5px;font-weight:500;white-space:nowrap}.wall{width:22px;height:22px;flex:none;padding:0!important;border:2px solid white!important;border-radius:3px!important;box-shadow:0 0 0 1px var(--line-strong)}.wall[aria-pressed=true]{box-shadow:0 0 0 2px var(--brand)}.readouts{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:4px;background:var(--surface)}.readout{min-width:0;padding:12px 14px}.readout+.readout{border-left:1px solid var(--line)}.readout .k{color:var(--muted);font-size:9px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.readout .v{margin-top:2px;color:var(--ink);font-size:17px;font-weight:600;font-variant-numeric:tabular-nums}.readout .n{margin-top:1px;color:var(--muted);font-size:9.5px;line-height:1.35}.readout.good .v{color:var(--good)}.readout.warn .v{color:var(--warn)}.readout.bad .v{color:var(--bad)}.card{border:1px solid var(--line);border-radius:4px;background:var(--surface)}.card .body{display:flex;flex-direction:column;gap:17px;padding:15px}.review-section{padding-bottom:24px}.order-summary{overflow:hidden;margin-bottom:18px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.summary-product{display:flex;flex-direction:column;padding:16px;background:var(--brand-tint)}.summary-product .summary-kicker{color:var(--brand-deep);font-size:9px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.summary-product strong{margin-top:3px;color:var(--ink);font-size:16px;font-weight:600}.summary-product>span:last-child{margin-top:1px;color:var(--ink-2);font-size:12px}.order-summary dl{margin:0;padding:7px 16px}.order-summary dl div{display:grid;grid-template-columns:105px 1fr;gap:14px;padding:8px 0;border-bottom:1px solid var(--line);font-size:11px}.order-summary dl div:last-child{border:0}.order-summary dt{color:var(--muted)}.order-summary dd{margin:0;color:var(--ink);font-weight:500;overflow-wrap:anywhere}.order-button{width:100%;min-height:46px}.human-help{margin-top:12px;color:var(--muted);font-size:11px;text-align:center}.human-help a{color:var(--brand-deep);font-weight:600;text-decoration:none}.human-help a:hover{color:var(--brand-hover)}.developer-tools{margin-top:20px;padding-top:14px;border-top:1px solid var(--line)}.text-button{padding:0;color:var(--brand-deep);font-size:11px;font-weight:600}.text-button:hover{color:var(--brand-hover)}.payload-panel{margin-top:10px}.payload-heading{display:flex;justify-content:space-between;margin-bottom:6px;color:var(--muted);font-size:10px}.payload-panel code{display:block;max-height:220px;overflow:auto;padding:12px;border-radius:4px;background:#2d2d2d;color:#f6f6f6;font:400 10px/1.55 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap}.app-footer{display:flex;justify-content:space-between;gap:20px;padding:24px clamp(20px,4vw,64px);border-top:1px solid var(--line);background:#fff;color:var(--muted);font-size:11px}@media (max-width: 1180px){.workspace{grid-template-columns:minmax(0,1.2fr) minmax(370px,.8fr);gap:24px}.product{grid-template-columns:42px 1fr;padding:10px}.product .thumb svg{width:44px!important}}@media (max-width: 980px){.intro{align-items:flex-start}.progress{display:none}.workspace{grid-template-columns:1fr}.preview-column{position:static}.config-column{border-top:0}.products{grid-template-columns:repeat(3,1fr)}.viewport{height:clamp(390px,58vh,620px)}}@media (max-width: 690px){:root{--header-height: 62px}.site-header{gap:12px;padding:0 16px}.brand-logo{width:145px}.header-divider,.tool-name,.support-link{display:none}.header-actions{gap:8px}main{padding:0 14px 44px}.intro{padding:30px 2px 25px}.intro h1{font-size:35px}.intro p{font-size:14px}.workspace{gap:18px}.preview-column{padding:13px}.preview-heading{align-items:center;margin-bottom:12px}.preview-heading .eyebrow{display:none}.preview-heading h2{font-size:16px}.viewport{height:clamp(300px,48vh,450px)}.products{grid-template-columns:repeat(2,1fr)}.config-section{padding:26px 0 30px}.section-heading{gap:12px;margin-bottom:18px}.section-heading h2{font-size:18px}.product{min-height:104px;grid-template-columns:38px 1fr}.product .thumb svg{width:39px!important}.product .blurb{font-size:9.5px}.readouts{grid-template-columns:1fr}.readout{display:grid;grid-template-columns:1fr auto;column-gap:12px}.readout+.readout{border-top:1px solid var(--line);border-left:0}.readout .v{grid-column:2;grid-row:1 / 3;align-self:center}.viewbar{left:8px;right:8px;gap:5px}.viewbar.top{top:8px}.viewbar.bottom{bottom:8px}.zoomer .range{display:none}.walls{display:none!important}.scalechip{font-size:9.5px}.app-footer{flex-direction:column;gap:2px;padding:20px 16px}}@media (max-width: 390px){.products{grid-template-columns:1fr}.product{min-height:86px}.product .blurb{-webkit-line-clamp:1}.viewport .float button{padding:5px 7px}.scalechip span+span{display:none}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important}}
