@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Caslon+Display&display=swap";:root{--bg: #fafafa;--bg-panel: #ffffff;--bg-hover: #f0f0f0;--bg-selected: #e8f0fe;--border: #e0e0e0;--text: #222222;--text-secondary: #666666;--text-muted: #999999;--accent: #2d3436;--accent-light: #636e72;--primary: #0984e3;--primary-hover: #0870c4;--danger: #d63031;--radius: 6px;--shadow: 0 1px 3px rgba(0,0,0,.08)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);font-size:14px;line-height:1.5}.app{display:flex;flex-direction:column;height:100vh;overflow:hidden}.app-header{display:flex;align-items:baseline;gap:12px;padding:12px 20px;background:var(--accent);color:#fff;flex-shrink:0}.app-header h1{font-size:18px;font-weight:600;letter-spacing:.5px}.header-tagline{font-size:12px;opacity:.6;font-weight:300}.app-main{flex:1;overflow:hidden}.composer{display:flex;height:100%}.composer-sidebar{width:340px;flex-shrink:0;background:var(--bg-panel);border-right:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden}.composer-tabs{display:flex;border-bottom:1px solid var(--border);flex-shrink:0}.tab{flex:1;padding:10px;border:none;background:none;font-size:13px;font-weight:500;color:var(--text-secondary);cursor:pointer;border-bottom:2px solid transparent;transition:all .15s}.tab:hover{color:var(--text);background:var(--bg-hover)}.tab.active{color:var(--primary);border-bottom-color:var(--primary)}.composer-panel{flex:1;overflow-y:auto;padding:16px}.page-type-picker{margin-bottom:16px}.picker-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-weight:500;font-size:13px}.count-input{display:flex;align-items:center;gap:4px;font-size:13px;color:var(--text-secondary)}.count-input input{width:44px;padding:3px 6px;border:1px solid var(--border);border-radius:var(--radius);text-align:center;font-size:13px}.picker-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.picker-card{display:flex;flex-direction:column;align-items:center;gap:2px;padding:12px 6px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-panel);cursor:pointer;transition:all .15s}.picker-card:hover{border-color:var(--primary);background:var(--bg-selected)}.picker-icon{font-size:20px}.picker-label{font-size:11px;font-weight:600}.picker-desc{font-size:10px;color:var(--text-muted);text-align:center}.palette-bar{display:flex;gap:4px;margin-bottom:10px;flex-wrap:wrap}.palette-swatch{width:24px;height:24px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:all .15s}.palette-swatch:hover{transform:scale(1.15)}.palette-swatch.active{border-color:var(--text);box-shadow:0 0 0 2px var(--bg-panel)}.preset-panel{display:flex;flex-direction:column;gap:4px}.preset-header{display:flex;align-items:center;gap:8px;margin-bottom:6px;font-size:13px;font-weight:500}.preset-item{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-panel);cursor:pointer;font-size:13px;text-align:left;transition:all .1s}.preset-item:hover{border-color:var(--primary);background:var(--bg-selected)}.preset-name{font-weight:500}.preset-cat{font-size:10px;color:var(--text-muted)}.sequence-builder{border-top:1px solid var(--border);padding-top:12px}.sequence-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:13px;font-weight:500}.sequence-empty{padding:24px;text-align:center;color:var(--text-muted);font-size:13px}.sequence-list{max-height:280px;overflow-y:auto}.sequence-item{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:var(--radius);cursor:pointer;transition:background .1s;font-size:13px}.sequence-item:hover{background:var(--bg-hover)}.sequence-item.selected{background:var(--bg-selected)}.seq-handle{cursor:grab;color:var(--text-muted);font-size:10px}.seq-num{color:var(--text-muted);font-size:11px;min-width:20px}.seq-type{flex:1}.seq-delete{border:none;background:none;color:var(--text-muted);cursor:pointer;font-size:16px;padding:0 4px;line-height:1}.seq-delete:hover{color:var(--danger)}.preview-pane{flex:1;display:flex;flex-direction:column;background:var(--bg);overflow:hidden}.preview-svg{flex:1;display:flex;align-items:center;justify-content:center;padding:24px;overflow:auto}.preview-svg svg{max-width:100%;max-height:100%;box-shadow:0 2px 12px #0000001f;background:#fff}.preview-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--text-muted);gap:8px}.preview-hint{font-size:13px}.preview-nav{display:flex;align-items:center;justify-content:center;gap:16px;padding:12px;border-top:1px solid var(--border);background:var(--bg-panel);flex-shrink:0}.preview-nav button{padding:6px 14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-panel);cursor:pointer;font-size:13px}.preview-nav button:hover:not(:disabled){background:var(--bg-hover)}.preview-nav button:disabled{opacity:.4;cursor:default}.preview-page-num{font-size:13px;color:var(--text-secondary);min-width:120px;text-align:center}.cover-customizer h3,.print-spec-selector h3,.export-panel h3{font-size:14px;margin-bottom:14px;font-weight:600}.form-field{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.form-field span{font-size:12px;font-weight:500;color:var(--text-secondary)}.form-field input[type=text],.form-field textarea,.form-field select{padding:7px 10px;border:1px solid var(--border);border-radius:var(--radius);font-size:13px;font-family:inherit;background:var(--bg-panel)}.form-field textarea{resize:vertical}.form-row{display:flex;gap:12px}.form-row .form-field{flex:1}.color-field{display:flex;gap:6px;align-items:center}.color-field input[type=color]{width:32px;height:32px;padding:2px;border:1px solid var(--border);border-radius:var(--radius);cursor:pointer}.color-hex{width:80px!important;font-family:monospace!important}.cover-preview{margin-top:16px}.cover-mockup{aspect-ratio:6 / 9;max-width:180px;margin:0 auto;border-radius:4px;box-shadow:var(--shadow),0 4px 12px #0000001a;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 16px;text-align:center;gap:8px;position:relative}.mockup-title{font-size:16px;font-weight:700}.mockup-subtitle{font-size:11px;opacity:.8}.mockup-author{position:absolute;bottom:16px;font-size:10px;opacity:.7}.spec-summary{margin-top:12px;padding:10px;background:var(--bg);border-radius:var(--radius);font-size:13px;display:flex;flex-direction:column;gap:4px}.spec-warn{color:#e17055;font-size:12px}.export-panel{border-top:1px solid var(--border);padding:16px;flex-shrink:0}.export-actions{display:flex;flex-direction:column;gap:8px}.export-divider{height:1px;background:var(--border);margin:4px 0}.export-progress{padding:8px 10px;background:var(--bg-selected);border-radius:var(--radius);font-size:12px;color:var(--primary);margin-bottom:8px}.export-hint{font-size:11px;color:var(--text-muted);text-align:center}.btn{padding:8px 16px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-panel);cursor:pointer;font-size:13px;font-family:inherit;transition:all .15s}.btn:hover:not(:disabled){background:var(--bg-hover)}.btn:disabled{opacity:.5;cursor:default}.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.btn-accent{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-accent:hover:not(:disabled){background:var(--accent-light)}.btn-sm{padding:4px 10px;font-size:12px}.btn-ghost{border:none;background:none;color:var(--text-muted)}.btn-ghost:hover{color:var(--danger)}.page-configurator{animation:slideIn .15s ease}@keyframes slideIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.config-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:13px;font-weight:500}.configurator h4{font-size:13px;font-weight:600;margin-bottom:12px;color:var(--primary)}.config-section{border:1px solid var(--border);border-radius:var(--radius);padding:10px;margin-bottom:10px}.config-section legend{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);padding:0 6px}.config-val{font-style:normal;font-weight:400;color:var(--primary);font-size:11px}.config-hint{font-style:normal;font-weight:400;color:var(--text-muted);font-size:10px}.form-field.inline{flex-direction:row;align-items:center;gap:8px}.form-field.inline span{font-weight:400}.form-field input[type=range]{width:100%;accent-color:var(--primary)}.form-field input[type=number]{padding:5px 8px;border:1px solid var(--border);border-radius:var(--radius);font-size:13px;width:100%}.gutenberg-panel h3{font-size:14px;font-weight:600;margin-bottom:12px}.search-bar{display:flex;gap:6px;margin-bottom:12px}.search-bar input{flex:1;padding:7px 10px;border:1px solid var(--border);border-radius:var(--radius);font-size:13px}.error-msg{padding:8px 10px;background:#ffeaa7;border-radius:var(--radius);font-size:12px;color:#d63031;margin-bottom:10px}.book-list{margin-bottom:16px}.book-list-header{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;padding-top:8px;border-top:1px solid var(--border)}.book-item{display:flex;align-items:center;gap:8px;width:100%;text-align:left;padding:6px 8px;border:none;background:none;border-radius:var(--radius);cursor:pointer;font-size:13px;transition:background .1s}.book-item:hover{background:var(--bg-hover)}.book-title{flex:1;font-weight:500;display:flex;align-items:center;gap:6px}.node-badge{font-size:8px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#fff;background:#00b894;padding:1px 5px;border-radius:3px}.book-author{color:var(--text-secondary);font-size:12px}.book-cat{font-size:10px;color:var(--text-muted);background:var(--bg);padding:1px 6px;border-radius:3px}.extracting{padding:32px 16px;text-align:center}.extracting p{margin-top:8px}.text-muted{color:var(--text-muted);font-size:13px}.curate-header{margin-bottom:10px}.curate-header h3{margin-bottom:8px}.curate-actions{display:flex;gap:6px}.prompt-list{max-height:360px;overflow-y:auto}.prompt-item{display:flex;gap:8px;padding:8px;border-radius:var(--radius);cursor:pointer;transition:background .1s;align-items:flex-start}.prompt-item:hover{background:var(--bg-hover)}.prompt-item.selected{background:var(--bg-selected)}.prompt-item input[type=checkbox]{margin-top:3px;flex-shrink:0}.prompt-content{display:flex;flex-direction:column;gap:3px;min-width:0}.prompt-type-badge{font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--primary)}.prompt-text{font-size:12px;color:var(--text-secondary);line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}:root{--gp-paper: #f6f3eb;--gp-ink: #263c34;--gp-muted: #68736a;--gp-line: #dcded2;--gp-white: #fffef9;--gp-sage: #d8e0ce;--gp-serif: "Libre Caslon Display", Georgia, serif;--gp-sans: "DM Sans", system-ui, sans-serif}body:has(.site-header){margin:0;background:var(--gp-paper);color:var(--gp-ink);font-family:var(--gp-sans);font-size:14px;line-height:1.6}body:has(.site-header) *{box-sizing:border-box}body:has(.site-header) #root{max-width:none;margin:0;padding:0}body:has(.site-header) a{color:inherit;text-decoration:none}body:has(.site-header) button,body:has(.site-header) input,body:has(.site-header) select{font:inherit}body:has(.site-header) button{cursor:pointer}body:has(.site-header) button:disabled{cursor:not-allowed;opacity:.5}body:has(.site-header) :focus-visible{outline:3px solid #bc743e;outline-offset:4px}html{scroll-behavior:smooth}.test-banner{background:var(--gp-ink);color:var(--gp-paper);font-size:10px;letter-spacing:1.3px;display:flex;align-items:center;justify-content:center;gap:10px;padding:9px 20px}.test-banner>span:last-child{font-size:11px;letter-spacing:0;opacity:.8;margin-left:12px}.status-dot{display:inline-block;width:6px;height:6px;background:#b4c69c;border-radius:50%;flex:none}.site-header{height:100px;padding:0 6%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--gp-line)}.wordmark{font-family:var(--gp-serif);font-size:31px;letter-spacing:-.9px;white-space:nowrap}.brand-orbit{font-size:37px;vertical-align:middle;margin-right:7px}.wordmark-dot{color:#9a774d}.site-header nav{display:flex;gap:34px;align-items:center;font-size:12px}.nav-cta{border:1px solid var(--gp-ink);padding:10px 17px;border-radius:3px}.nav-cta span{margin-left:22px}.hero{display:grid;grid-template-columns:.85fr 1.25fr;min-height:670px;padding:68px 6% 65px;gap:45px;align-items:center}.eyebrow{font-size:10px;font-weight:600;letter-spacing:2px;margin:0 0 28px}.hero h1{font-family:var(--gp-serif);font-size:clamp(65px,7.7vw,116px);font-weight:400;line-height:.99;letter-spacing:-3px;margin:0}.hero em,.section-heading em,.family-section em{font-weight:400;color:#758563}.hero-description{max-width:325px;font-size:15px;line-height:1.8;margin:30px 0}.primary-button{border:0;border-radius:3px;background:var(--gp-ink);color:var(--gp-white)!important;padding:14px 23px;display:inline-flex;align-items:center;justify-content:space-between;gap:45px;font-size:12px;text-decoration:none}.hero-footnote{font-size:10px;color:var(--gp-muted);margin:17px 0 0}.hero-art{position:relative;padding:60px 25px 30px;background:radial-gradient(ellipse at center,#e8e4d5 0,#eeece2 45%,var(--gp-paper) 72%);align-self:stretch;display:flex;flex-direction:column;justify-content:center}.edition-label{font-size:9px;letter-spacing:2px;margin:0 0 38px;text-align:center;color:var(--gp-muted)}.book-spread{display:flex;width:100%;filter:drop-shadow(5px 20px 15px #27342620);border-radius:3px;position:relative}.hero-art .book-spread{transform:rotate(-6deg);border:6px solid #61735b;border-radius:5px;background:#61735b;box-shadow:3px 5px #c4bfaa,5px 8px #eee9dc,7px 11px #68785f}.paper{width:50%;background:var(--gp-white);position:relative;overflow:hidden;flex-shrink:0}.paper svg{display:block;width:100%;height:auto}.left-paper:after,.right-paper:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.left-paper:after{background:linear-gradient(90deg,transparent 90%,#263c3426)}.right-paper:after{background:linear-gradient(90deg,#263c3426,transparent 10%)}.art-caption{display:flex;justify-content:space-around;margin-top:48px;font-family:var(--gp-serif);font-size:24px}.art-note{text-align:center;font-size:10px;color:var(--gp-muted);margin-top:22px}.principles{border-block:1px solid var(--gp-line);display:flex;justify-content:space-between;padding:22px 6%;font-size:11px;letter-spacing:.3px}.studio-section{padding:90px 6%;scroll-margin-top:20px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:40px;gap:30px}.section-heading h2,.family-section h2{font-family:var(--gp-serif);font-weight:400;font-size:54px;line-height:1.05;letter-spacing:-1px;margin:0}.section-heading .eyebrow{margin-bottom:18px}.section-heading>p{max-width:320px;color:var(--gp-muted);line-height:1.8;font-size:13px}.studio{display:grid;grid-template-columns:340px 1fr;border:1px solid var(--gp-line);border-radius:5px;background:var(--gp-white);overflow:hidden}.control-panel{border-right:1px solid var(--gp-line)}.studio-tabs{display:flex;border-bottom:1px solid var(--gp-line)}.studio-tabs button{border:0;border-right:1px solid var(--gp-line);border-radius:0;background:transparent;flex:1;display:flex;flex-direction:column;align-items:start;gap:4px;padding:16px 13px;font-size:9px;color:var(--gp-muted)}.studio-tabs button span{font-size:11px}.studio-tabs button[aria-selected=true]{color:var(--gp-white);background:var(--gp-ink)}.controls-body{height:640px;overflow:auto;padding:23px}.panel-intro{font-size:12px;line-height:1.8;color:var(--gp-muted);margin:0 0 22px}.parameter{display:flex;flex-direction:column;gap:7px;margin-bottom:17px;color:var(--gp-ink);font-size:11px}.parameter>span{text-transform:capitalize;font-weight:500}.parameter input:not([type=checkbox]):not([type=color]),.parameter select{border:1px solid var(--gp-line);background:var(--gp-white);color:var(--gp-ink);padding:9px 11px;border-radius:3px;width:100%;min-height:38px}.parameter input[type=color]{height:34px;width:42px;padding:2px;border:1px solid var(--gp-line);border-radius:3px;background:transparent}.check-field{flex-direction:row;justify-content:space-between;align-items:center;padding-block:8px}.check-field input,.proof-confirm input{accent-color:var(--gp-ink);width:17px;height:17px}.swatch-control{display:flex;gap:10px;align-items:center}.swatch-control span{font-family:monospace;color:var(--gp-muted)}.studio-preview{padding:26px 36px;background:#eaece2;display:flex;flex-direction:column;align-items:center;justify-content:space-between;min-width:0}.preview-toolbar{width:100%;display:flex;justify-content:space-between;gap:15px;font-size:9px;letter-spacing:.6px;color:var(--gp-muted);margin-bottom:26px}.preview-toolbar .status-dot{background:#708969;margin-right:5px}.studio-preview>.print-grayscale,.studio-preview>div:has(>.book-spread){width:100%;max-width:570px}.print-grayscale{filter:grayscale(1)}.studio-preview .book-spread{border-bottom:3px solid #c1bfac;max-width:570px}.spread-label{display:flex;justify-content:space-around;width:100%;font-size:10px;color:var(--gp-muted);margin-top:15px}.preview-note{font-size:10px;max-width:400px;text-align:center;color:var(--gp-muted);margin:15px 0 20px}.preview-actions{display:flex;gap:10px;align-items:center;justify-content:center;flex-wrap:wrap}.secondary-button{padding:9px 13px;background:transparent;border:1px solid #b9c0b0;color:var(--gp-ink);border-radius:3px;font-size:10px!important}.text-button{background:none;border:0;color:var(--gp-ink);font-size:11px!important;padding:10px}.cover-preview{width:260px;min-height:390px;padding:30px;box-shadow:inset 5px 0 10px #0003,10px 15px 20px #0002;border-radius:3px;display:flex;flex-direction:column;text-align:center}.cover-preview>span{font-size:9px;letter-spacing:2px}.cover-preview h3{font-family:var(--gp-serif);font-size:37px;line-height:1.1;font-weight:400;margin:70px 0 20px;overflow-wrap:anywhere}.cover-preview p{font-size:12px}.cover-preview>span:last-child{margin-top:auto}.full{width:100%;gap:10px;justify-content:center}.error{color:#963e28;background:#fff2e9;padding:12px;font-size:12px;border-radius:4px;width:100%}.work-status{font-size:12px}.connection-note{font-size:11px;background:#f3efdf;padding:13px;border-left:2px solid #ac874e}.quote{border-top:1px solid var(--gp-line);padding-top:20px;margin-top:25px}.quote>div:not(.proof-links){display:flex;justify-content:space-between;gap:15px;font-size:11px;margin-block:12px}.quote .quote-total{font-size:15px!important;border-top:1px solid var(--gp-line);padding-top:13px}.quote p{font-size:10px;color:var(--gp-muted)}.proof-links{display:flex;flex-direction:column;gap:10px;text-decoration:underline;font-size:12px}.proof-confirm{display:flex;align-items:start;gap:8px;font-size:11px;margin:20px 0}.proof-confirm input{flex:none}.receipt{background:#e8eee1;padding:14px;font-size:12px;margin-bottom:20px}.receipt small{overflow-wrap:anywhere}.how-section{padding:60px 6% 80px;border-top:1px solid var(--gp-line)}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:70px}.how-grid article>span{font-size:11px;color:#879279}.how-grid h3{font-family:var(--gp-serif);font-size:32px;font-weight:400;margin:18px 0 12px}.how-grid p{font-size:12px;color:var(--gp-muted);line-height:1.9;max-width:290px}.family-section{padding:65px 6%;background:#e1e7d7;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.family-section h2{font-size:48px}.family-section p:not(.eyebrow){font-size:13px;line-height:1.9;max-width:440px}.family-links{display:flex;flex-wrap:wrap;gap:25px;font-size:12px;margin:25px 0}.family-section .small-note{font-size:10px!important;color:var(--gp-muted)}body:has(.site-header) footer{padding:35px 6%;display:flex;align-items:center;justify-content:space-between;gap:25px;font-size:10px;color:var(--gp-muted)}body:has(.site-header) footer .wordmark{font-size:26px;color:var(--gp-ink)}@media(min-width:1600px){.hero,.site-header,.studio-section,.how-section,.family-section,.principles,body:has(.site-header) footer{padding-inline:max(6%,calc((100vw - 1400px)/2))}}@media(max-width:1000px){.hero{gap:10px;min-height:550px}.hero h1{font-size:80px}.studio{grid-template-columns:300px 1fr}.studio-preview{padding:22px}.how-grid{gap:30px}.preview-toolbar{font-size:8px}.section-heading h2{font-size:46px}}@media(max-width:720px){.test-banner{font-size:8px;letter-spacing:.6px;flex-wrap:wrap;gap:4px;padding:7px}.test-banner>span:last-child{width:100%;text-align:center;margin:0;font-size:9px}.site-header{height:76px;padding-inline:5%}.wordmark{font-size:27px}.brand-orbit{font-size:29px}.site-header nav>a:not(.nav-cta){display:none}.nav-cta{padding:8px 10px;font-size:10px}.nav-cta span{margin-left:6px}.hero{grid-template-columns:1fr;padding:46px 6% 35px}.hero h1{font-size:80px}.hero h1 br:nth-of-type(2){display:none}.hero-copy .eyebrow{font-size:9px}.hero-description{max-width:340px}.hero-art{padding:35px 12px 10px}.hero-art .book-spread{max-width:470px;margin:auto}.edition-label{margin-bottom:22px}.art-caption{margin-top:35px}.principles{gap:16px;font-size:9px;align-items:center}.studio-section{padding:50px 5%}.section-heading{display:block}.section-heading h2{font-size:43px}.section-heading>p{max-width:100%;margin-top:20px}.studio{display:flex;flex-direction:column}.control-panel{border-right:0;order:2}.studio-preview{order:1;padding:18px}.controls-body{height:440px}.studio-tabs{border-top:1px solid var(--gp-line)}.studio-tabs button{align-items:center;padding:13px}.studio-preview>.print-grayscale,.studio-preview>div:has(>.book-spread){max-width:450px}.preview-note,.spread-label,.section-heading .eyebrow{font-size:9px}.how-section{padding:45px 6%}.how-grid{grid-template-columns:1fr;gap:20px}.how-grid p{max-width:100%}.how-grid h3{margin-top:8px}.family-section{grid-template-columns:1fr;gap:15px;padding:45px 6%}.family-section h2{font-size:43px}body:has(.site-header) footer{flex-wrap:wrap;padding:30px 6%;gap:15px}.cover-preview{min-height:330px;width:220px}.cover-preview h3{margin-top:45px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.gradient-stops{border:1px solid var(--gp-line);padding:12px;margin:0 0 20px;font-size:11px;min-width:0}.gradient-stops p{font-size:10px;color:var(--gp-muted);margin-bottom:8px}.stop-row{display:flex;gap:5px;margin-bottom:10px}.stop-row input{width:30%;min-width:0;height:32px;background:var(--gp-white);border:1px solid var(--gp-line);padding:3px}.stop-row button{border:0;background:none;color:var(--gp-ink)}.controls-body{border:0;margin:0;min-width:0}
