:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--foreground);background:var(--background);font-synthesis:none;text-rendering:optimizeLegibility;--background: #171717;--foreground: #fafafa;--panel: #262626;--sidebar: #202020;--secondary: #404040;--muted: #a3a3a3;--border: rgba(255, 255, 255, .12);--highlight: #ffaa00;--highlight-text: #171717;--button: #fafafa;--button-text: #262626;--danger: #ff6b6b;--radius: 7px}:root[data-theme=light]{--background: #ffffff;--foreground: #171717;--panel: #ffffff;--sidebar: #fafafa;--secondary: #f5f5f5;--muted: #737373;--border: #e5e5e5;--button: #171717;--button-text: #fafafa;--danger: #b42318}*{box-sizing:border-box}html,body,#root,.app-root{min-width:320px;min-height:100%;margin:0}body{min-height:100vh;overflow-x:hidden;background:var(--background);color:var(--foreground)}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--highlight);outline-offset:2px}.app-header{position:sticky;z-index:100;top:0;display:flex;height:68px;align-items:center;justify-content:space-between;padding:0 1.25rem;border-bottom:1px solid var(--border);background:var(--panel)}.app-title{display:flex;min-width:164px;align-items:center;padding:0}.app-symbol{display:block;width:164px;height:48px;flex:0 0 auto}.app-logo{display:none;width:164px;height:48px;object-fit:contain;object-position:left center}:root[data-theme=light] .app-logo--on-light,:root[data-theme=dark] .app-logo--on-dark{display:block}.app-header-title{position:absolute;top:50%;left:50%;display:inline-flex;align-items:center;gap:8px;font-size:15px;transform:translate(-50%,-50%)}.app-header-title-icon{width:22px;height:22px;flex:0 0 auto;border-radius:3px}.app-header-actions,.language-switch{display:flex;align-items:center}.app-header-actions{gap:.65rem}.purchase-reference{max-width:190px;overflow:hidden;color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.68rem;text-overflow:ellipsis;white-space:nowrap}.language-switch{height:34px;border:1px solid var(--border);border-radius:var(--radius);background:var(--secondary)}.icon-button{display:inline-flex;width:36px;min-height:32px;align-items:center;justify-content:center;padding:0;border:1px solid transparent;border-radius:var(--radius);background:transparent;color:var(--foreground);cursor:pointer;transition:background-color .16s ease}.icon-button svg{width:16px;height:16px;flex:0 0 auto;stroke-width:2}.icon-button:hover{background:color-mix(in srgb,var(--highlight),transparent 86%)}.icon-button:active{background:color-mix(in srgb,var(--highlight),transparent 80%)}.language-switch{padding:2px}.language-switch button{height:28px;padding:0 .65rem;border:0;border-radius:5px;background:transparent;color:var(--muted);font-size:.68rem;font-weight:800;cursor:pointer}.language-switch button.is-active{background:var(--button);color:var(--button-text)}.configurator-shell,.logo-designer-page{display:grid;min-height:calc(100vh - 68px);grid-template-columns:minmax(0,1fr) 480px}.configurator-preview-column,.logo-designer-workspace{min-width:0;padding:clamp(1.5rem,3.5vw,3.5rem)}.page-intro{max-width:62rem;margin-bottom:2rem}.page-intro>span,.settings-header span:first-child{display:block;color:var(--highlight);font-size:.68rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.page-intro h1{max-width:58rem;margin:.65rem 0 0;font-size:clamp(2.7rem,6vw,5.8rem);line-height:.92;letter-spacing:-.06em}.page-intro p{max-width:48rem;margin:1.1rem 0 0;color:var(--muted);font-size:clamp(.95rem,1.6vw,1.15rem);line-height:1.6}.preview-mode-note{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding:.9rem 1rem;border:1px solid var(--highlight);background:var(--panel)}.preview-mode-note strong{flex:0 0 auto;color:var(--highlight);font-size:.75rem;text-transform:uppercase}.preview-mode-note span{color:var(--muted);font-size:.78rem;line-height:1.5}.configurator-settings,.logo-designer-settings{position:sticky;top:68px;display:grid;height:calc(100vh - 68px);grid-template-rows:auto minmax(0,1fr) auto;border-left:1px solid var(--border);background:var(--sidebar)}.settings-header{display:grid;grid-template-columns:minmax(0,1fr) auto;min-width:0;align-items:center;gap:1rem;padding:1.15rem 1.25rem;border-bottom:1px solid var(--border)}.settings-heading{min-width:0}.settings-heading strong{display:block;margin-top:.35rem;overflow:hidden;font-size:.82rem;text-overflow:ellipsis;white-space:nowrap}.settings-completion{min-width:max-content;text-align:right}.settings-completion strong,.settings-completion span{display:block}.settings-completion strong{color:var(--foreground);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.86rem}.settings-completion span{margin-top:.2rem;color:var(--muted);font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.settings-progress-bar{grid-column:1 / -1;height:4px;overflow:hidden;background:var(--secondary)}.settings-progress-bar>span{display:block;height:100%;background:var(--highlight);transition:width .18s ease}.settings-scroll{overflow-y:auto;overscroll-behavior:contain}.config-step{border-bottom:1px solid var(--border)}.config-step-header{display:grid;width:100%;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.8rem;padding:.9rem 1.25rem;border:0;background:var(--sidebar);color:var(--foreground);text-align:left;cursor:pointer}.config-step-header:hover,.config-step.is-active .config-step-header{background:var(--secondary)}.config-step-number{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:50%;background:var(--panel);color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.64rem;font-weight:800}.config-step.is-complete .config-step-number{border-color:var(--highlight);background:var(--highlight);color:var(--highlight-text)}.config-step-title{min-width:0}.config-step-title strong,.config-step-title small{display:block}.config-step-title strong{overflow:hidden;font-size:.76rem;text-overflow:ellipsis;white-space:nowrap}.config-step-title small{margin-top:.22rem;color:var(--muted);font-size:.6rem;font-weight:600}.config-step-state{color:var(--muted);font-size:.58rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.config-step.is-complete .config-step-state{color:var(--highlight)}.config-step-content{padding:0 1.25rem 1.15rem;background:var(--sidebar)}.config-step-content>p{margin:0;padding:.2rem 0 1rem;color:var(--muted);font-size:.72rem;line-height:1.55}.config-step-content fieldset{padding:0;border:0}.config-step-navigation{display:flex;justify-content:flex-end;gap:.55rem;margin-top:1.1rem}.config-step-navigation button{min-width:118px}fieldset{display:grid;gap:1rem;min-width:0;margin:0;padding:1.25rem;border:0;border-bottom:1px solid var(--border)}legend{width:100%;margin:0 0 .25rem;padding:0;font-size:.82rem;font-weight:800}label{display:grid;gap:.45rem;color:var(--muted);font-size:.72rem;font-weight:700}label small{color:var(--muted);font-size:.65rem;font-weight:400;line-height:1.45}input,select,textarea{width:100%;min-width:0;border:1px solid var(--border);border-radius:var(--radius);background:var(--panel);color:var(--foreground)}input,select{height:38px;padding:0 .65rem}textarea{padding:.65rem;line-height:1.5;resize:vertical}input[type=color]{flex:0 0 44px;width:44px;padding:3px;cursor:pointer}input[type=range]{height:auto;padding:0;accent-color:var(--highlight)}.color-field>div,.subdomain-input{display:flex;align-items:center;gap:.5rem}.subdomain-input>span{flex:0 0 auto;color:var(--muted);font-size:.72rem}.logo-actions-setting{display:grid;gap:.8rem;margin-top:.2rem;padding-top:1rem;border-top:1px solid var(--border)}.logo-actions-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem}.logo-actions-heading>div{min-width:0}.logo-actions-heading strong,.logo-actions-heading small{display:block}.logo-actions-heading strong{color:var(--foreground);font-size:.76rem}.logo-actions-heading small,.logo-actions-empty{margin-top:.35rem;color:var(--muted);font-size:.66rem;font-weight:400;line-height:1.45}.logo-actions-heading .secondary-button{min-height:34px;flex:0 0 auto;padding:0 .7rem;white-space:nowrap}.logo-actions-empty{margin-bottom:0;padding:.75rem;border:1px dashed var(--border);border-radius:var(--radius);background:var(--panel)}.logo-actions-list{display:grid;gap:.65rem}.logo-action{display:grid;grid-template-columns:.8fr 1fr;gap:.65rem;padding:.75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--panel)}.logo-action-value{grid-column:1 / -1}.logo-action-remove{justify-self:end;padding:0;border:0;background:transparent;color:var(--danger);font-size:.66rem;font-weight:800;cursor:pointer}.logo-action-remove:hover{text-decoration:underline;text-underline-offset:2px}.logo-setting p,.empty-selection,.logo-field-note{margin:0;color:var(--muted);font-size:.75rem;line-height:1.55}.settings-footer{padding:.9rem 1.25rem;border-top:1px solid var(--border);background:var(--sidebar)}.settings-footer>div{display:grid;grid-template-columns:1fr 1.3fr;gap:.6rem}.primary-button,.secondary-button,.danger-button,.layer-actions button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;padding:0 .9rem;border-radius:var(--radius);font-size:.74rem;font-weight:800;text-decoration:none;cursor:pointer}.primary-button{border:1px solid var(--button);background:var(--button);color:var(--button-text)}.primary-button:hover{border-color:var(--highlight);background:var(--highlight);color:var(--highlight-text)}.secondary-button,.layer-actions button{border:1px solid var(--border);background:var(--secondary);color:var(--foreground)}.secondary-button:hover,.layer-actions button:hover{border-color:var(--highlight)}button:disabled{cursor:wait;opacity:.6}.save-status{margin:0 0 .65rem;color:var(--muted);font-size:.68rem;line-height:1.45}.save-status.is-submitted,.save-status.is-saved-remote{color:var(--highlight)}.save-status.is-error,.field-error{color:var(--danger)}.live-editor-preview{position:relative;border:1px solid var(--border);background:#171717;overflow:hidden;box-shadow:0 18px 50px #00000029}.live-editor-preview iframe{display:block;border:0;background:#171717;transform-origin:top left}.live-preview-viewport{width:100%;overflow:hidden;background:#171717}.live-preview-label{position:absolute;z-index:2;top:.75rem;left:.75rem;display:inline-flex;align-items:center;gap:.45rem;padding:.38rem .55rem;border:1px solid rgba(255,255,255,.16);border-radius:5px;background:#262626;color:#fafafa;font-size:.62rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;pointer-events:none}.live-preview-label>span{width:7px;height:7px;border-radius:50%;background:#fa0}.editor-preview{--preview-panel: #262626;--preview-sidebar: #202020;--preview-secondary: #404040;--preview-text: #fafafa;--preview-muted: #a3a3a3;--preview-border: rgba(255, 255, 255, .12);--water: #1c3338;display:grid;min-height:600px;grid-template-columns:70px minmax(360px,1fr) 210px;grid-template-rows:55px minmax(430px,1fr) 74px;border:1px solid var(--border);background:var(--preview-panel);color:var(--preview-text);overflow:hidden;box-shadow:0 18px 50px #00000029}.editor-preview.preview-light{--preview-panel: #ffffff;--preview-sidebar: #fafafa;--preview-secondary: #f5f5f5;--preview-text: #171717;--preview-muted: #737373;--preview-border: #e5e5e5;--water: #d8eef2}.preview-header{z-index:2;display:flex;grid-column:1 / -1;align-items:center;justify-content:space-between;padding:0 .85rem;border-bottom:1px solid var(--preview-border);background:var(--preview-panel)}.preview-product-logo,.preview-header-actions{display:flex;align-items:center}.preview-product-logo{gap:.5rem;font-size:.9rem}.preview-sail{display:block;width:24px;height:24px;border-radius:2px;background:var(--customer-primary);clip-path:polygon(20% 7%,88% 48%,28% 48%,80% 61%,17% 94%)}.preview-header-actions{gap:.5rem}.preview-header-actions span{padding:.4rem .55rem;border:1px solid var(--preview-border);border-radius:5px;background:var(--preview-secondary);font-size:.58rem;font-weight:800}.preview-tools,.preview-properties{z-index:2;display:flex;flex-direction:column;background:var(--preview-sidebar)}.preview-tools{align-items:center;gap:.75rem;padding:.8rem .5rem;border-right:1px solid var(--preview-border)}.preview-tools strong,.preview-properties strong{color:var(--preview-muted);font-size:.5rem;letter-spacing:.1em}.preview-tools>span{display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--preview-border);border-radius:5px;background:var(--preview-secondary);font-size:.8rem}.preview-tool-lines{width:34px;height:60px;margin-top:auto;border-top:3px solid var(--customer-primary);border-bottom:3px solid var(--customer-primary)}.preview-water{position:relative;overflow:hidden;background:var(--water)}.preview-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-size:38px 38px;background-image:linear-gradient(var(--preview-border) 1px,transparent 1px),linear-gradient(90deg,var(--preview-border) 1px,transparent 1px);opacity:.38}.preview-wind{position:absolute;top:1rem;left:50%;color:var(--preview-muted);font-size:.55rem;font-weight:800;letter-spacing:.1em;transform:translate(-50%)}.preview-start-line{position:absolute;top:42%;right:17%;left:17%;height:2px;background:#f5f5f5;transform:rotate(-5deg);transform-origin:center}.preview-flag{position:absolute;top:37%;width:16px;height:11px;clip-path:polygon(0 0,100% 20%,100% 100%,0 78%)}.preview-flag-left{left:16%}.preview-flag-right{right:16%}.preview-mark{position:absolute;display:block;width:24px;height:34px;border:2px solid rgba(255,255,255,.75);border-radius:50% 50% 45% 45%}.preview-mark-one{top:20%;right:26%}.preview-mark-two{bottom:21%;left:25%}.preview-boat{position:absolute;width:54px;height:23px;border-radius:60% 15% 15% 60%;background:var(--customer-primary);transform:rotate(-24deg)}.preview-boat i{position:absolute;top:-41px;left:25px;width:32px;height:43px;background:#f5f5f5;clip-path:polygon(0 100%,10% 0,100% 90%)}.preview-boat-one{top:58%;left:44%}.preview-boat-two{top:66%;left:60%;transform:rotate(-12deg) scale(.82)}.preview-properties{gap:.6rem;padding:.9rem;border-left:1px solid var(--preview-border)}.preview-properties>span{margin-top:.4rem;color:var(--preview-muted);font-size:.55rem}.preview-select{padding:.6rem;border:1px solid var(--preview-border);border-radius:5px;background:var(--preview-secondary);font-size:.62rem}.preview-color-value{width:100%;height:32px;border:1px solid var(--preview-border);border-radius:5px}.preview-footer{z-index:2;display:grid;grid-column:1 / -1;grid-template-columns:1fr 190px 1fr;align-items:center;gap:1rem;padding:.65rem 1rem;border-top:1px solid var(--preview-border);background:var(--preview-panel)}.preview-footer>span{color:var(--preview-muted);font-size:.58rem}.preview-footer>span:last-child{text-align:right}.preview-footer button{width:190px;padding:0;border:0;background:transparent;cursor:pointer}.logo-canvas{position:relative;width:100%;aspect-ratio:3.5 / 1;container-type:inline-size;overflow:hidden}.logo-canvas.is-interactive{border:1px solid var(--border);touch-action:none}.logo-element{position:absolute;display:grid;min-width:1px;min-height:1px;place-items:stretch;-webkit-user-select:none;user-select:none}.logo-element>span{display:flex;width:100%;height:100%;align-items:center;overflow:hidden;line-height:.95;white-space:nowrap}.logo-element img{width:100%;height:100%;object-fit:contain;pointer-events:none}.logo-canvas.is-interactive .logo-element{cursor:grab}.logo-canvas.is-interactive .logo-element:active{cursor:grabbing}.logo-canvas.is-interactive .logo-element.is-selected{outline:2px solid var(--highlight);outline-offset:2px}.logo-designer-workspace{display:flex;min-width:0;flex-direction:column}.logo-designer-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.logo-designer-toolbar>div{display:flex;gap:.6rem}.logo-stage{display:grid;width:100%;max-width:1050px;min-height:360px;place-items:center;align-self:center;padding:clamp(1.25rem,4vw,4rem);border:1px solid var(--border);background:var(--secondary)}.logo-stage .logo-canvas{box-shadow:0 18px 48px #0003}.logo-field-note{max-width:760px;margin-top:1rem;align-self:center}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;border:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.field-error{margin:0 0 1rem;font-size:.75rem}.logo-layer-list{display:grid;gap:.45rem;padding:1.25rem;border-bottom:1px solid var(--border)}.logo-layer-list>strong{margin-bottom:.35rem;font-size:.82rem}.logo-layer-list button{display:grid;min-width:0;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:.6rem;min-height:38px;padding:.35rem .5rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--panel);color:var(--foreground);font-size:.72rem;text-align:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;cursor:pointer}.logo-layer-list button span{display:grid;width:28px;height:28px;place-items:center;border-radius:4px;background:var(--secondary);color:var(--highlight);font-weight:800}.logo-layer-list button.is-selected{border-color:var(--highlight)}.empty-selection{padding:1.25rem;border-bottom:1px solid var(--border)}.range-field>span{display:flex;justify-content:space-between}.range-field strong{color:var(--foreground);font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.layer-actions{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:.25rem}.layer-actions .danger-button{grid-column:1 / -1;border:1px solid var(--danger);background:transparent;color:var(--danger)}.legal-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-top:1px solid var(--border);background:var(--panel);color:var(--muted);font-size:.68rem}.legal-footer a,.configurator-powered-by{color:var(--muted);text-decoration:none}.legal-footer nav{display:flex;align-items:center;gap:1rem}.configurator-powered-by{display:inline-flex;align-items:center;gap:.7rem}.configurator-powered-by>span{flex:0 0 auto;font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.heisel-analytics-logo{display:inline-flex;width:132px;height:40px;align-items:center}.heisel-analytics-logo__image{display:none;width:100%;height:100%;object-fit:contain;object-position:left center}:root[data-theme=light] .heisel-analytics-logo__image--on-light,:root[data-theme=dark] .heisel-analytics-logo__image--on-dark{display:block}@media(max-width:1180px){.configurator-shell,.logo-designer-page{grid-template-columns:minmax(0,1fr) 430px}.editor-preview{grid-template-columns:60px minmax(330px,1fr) 170px}}@media(max-width:980px){.configurator-shell,.logo-designer-page{display:block}.configurator-settings,.logo-designer-settings{position:static;height:auto;border-top:1px solid var(--border);border-left:0}.settings-scroll{overflow:visible}.editor-preview{grid-template-columns:60px minmax(330px,1fr) 170px}}@media(max-width:720px){.app-header{padding:0 .75rem}.purchase-reference,.app-header-title{display:none}.configurator-preview-column,.logo-designer-workspace{padding:1.25rem .85rem 2rem}.preview-mode-note,.logo-designer-toolbar{align-items:flex-start;flex-direction:column}.editor-preview{min-height:480px;grid-template-columns:48px minmax(300px,1fr);grid-template-rows:50px minmax(350px,1fr) 68px;overflow-x:auto}.preview-properties{display:none}.preview-footer{grid-template-columns:1fr 145px 1fr;min-width:348px}.preview-footer button{width:145px}.logo-designer-toolbar>div,.settings-footer>div{width:100%;grid-template-columns:1fr}.logo-designer-toolbar>div{display:grid;grid-template-columns:1fr 1fr}.logo-stage{min-height:220px;padding:1rem}}
