@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Prata&display=swap");.image-provider{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:18px 0;border:0;padding:0}.image-provider legend{grid-column:1/-1;margin-bottom:3px;color:#756f66;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.image-provider label{display:flex;align-items:center;gap:8px;min-height:52px;padding:9px 11px;border:1px solid var(--line);border-radius:13px;background:#f7f4ed;cursor:pointer}.image-provider label.active{border-color:var(--accent);background:#fff}.image-provider input{accent-color:var(--accent)}.image-provider b,.image-provider small,.image-provider span{display:block}.image-provider b{font-size:11px}.image-provider small{margin-top:2px;color:#8b8479;font-size:9px}@media(max-width:520px){.image-provider{grid-template-columns:1fr}}.role-models{margin:0 0 18px;border:1px solid var(--line);border-radius:14px;background:#f7f4ed}.role-models summary{padding:11px 13px;cursor:pointer;font-size:11px;font-weight:700}.role-models summary small{margin-left:6px;color:#8b8479;font-size:9px;font-weight:400}.role-models>div{display:grid;gap:7px;padding:0 11px 11px}.role-models label{display:grid;grid-template-columns:minmax(110px,.8fr) minmax(145px,1.2fr);align-items:center;gap:8px;color:#696258;font-size:9px}.role-models select{min-width:0;width:100%;padding:7px 9px;border:1px solid #d8d2c5;border-radius:9px;background:#fff;color:var(--ink);font-size:9px;outline:0}.role-models select:focus{border-color:var(--accent)}.model-warning{display:block;padding:0 12px 11px;color:#aa3d26;font-size:9px;line-height:1.4}@media(max-width:520px){.role-models label{grid-template-columns:1fr}.role-models>div{gap:10px}}.contact-mode .choice-list{display:grid;grid-template-columns:1fr 1fr;gap:9px;width:100%}.contact-mode .choice-list button{min-height:44px;border:1px solid var(--line);border-radius:12px;background:var(--panel);color:var(--ink);font-size:11px}.contact-mode .choice-list button:hover{border-color:var(--accent);background:#fff}.contact-mode>div{display:grid}@media(max-width:520px){.contact-mode .choice-list{grid-template-columns:1fr}}.marketplace-composer{display:grid;gap:12px}.marketplace-grid{display:grid!important;grid-template-columns:1fr 1fr;gap:8px}.marketplace-grid label{display:flex;align-items:center;gap:8px;min-height:42px;padding:9px 11px;border:1px solid var(--line);border-radius:12px;color:#655f56;font-size:11px;cursor:pointer}.marketplace-grid label.selected{border-color:var(--accent);background:#fff4ef;color:var(--ink)}.marketplace-grid input{accent-color:var(--accent)}.marketplace-actions{display:flex!important;justify-content:space-between!important}.marketplace-next{border:0;border-radius:999px;padding:10px 15px;background:var(--ink);color:#fff;font-size:11px}.marketplace-next:disabled{background:#d5cfc4}.marketplace-links{display:grid!important;gap:8px}.marketplace-links label{display:grid;grid-template-columns:105px 1fr;align-items:center;gap:9px;color:#665f55;font-size:10px}.marketplace-links input{min-width:0;padding:9px 11px;border:1px solid var(--line);border-radius:10px;outline:0}.marketplace-links input:focus{border-color:var(--accent)}.details-composer{max-height:58vh;overflow:auto;display:grid;gap:13px;color:var(--ink)}.details-fields{display:grid!important;gap:12px}.details-fields fieldset{margin:0;padding:0;border:0}.details-fields legend{margin-bottom:7px;color:#817a70;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.details-fields fieldset>label{display:inline-flex;align-items:center;gap:6px;margin:0 14px 7px 0;color:#655f56;font-size:11px}.details-fields input{accent-color:var(--accent)}.details-grid{display:grid!important;grid-template-columns:1fr 1fr;gap:8px}.details-composer .marketplace-links input,.details-grid input{width:100%;min-width:0;padding:9px 11px;border:1px solid var(--line);border-radius:10px;background:#fff;outline:0;font-size:11px}.details-composer .marketplace-links input:focus,.details-grid input:focus{border-color:var(--accent)}.details-submit{position:sticky;bottom:0;width:100%;border:0;border-radius:999px;padding:11px 16px;background:var(--ink);color:#fff;font-size:11px}.details-submit:disabled{background:#d5cfc4}@media(max-width:520px){.details-grid,.marketplace-grid{grid-template-columns:1fr}}:root{--ink:#171713;--paper:#f3f0e8;--panel:#fbfaf6;--line:#d8d2c5;--accent:#ff5d38;--lime:#dfff65}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--paper);color:var(--ink);font-family:Manrope,sans-serif}button,input,textarea{font:inherit}button{cursor:pointer}.studio{min-height:100vh;padding:18px}.studio-nav{height:60px;padding:0 10px 18px}.brand,.studio-nav{display:flex;align-items:center}.brand{gap:9px;color:var(--ink);text-decoration:none;letter-spacing:.13em}.brand span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--ink);color:white;font:13px Prata}.project-state{margin:auto;color:#79736a;font-size:12px}.project-state i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#82ad4f;margin-right:7px}.saved{font-size:11px;color:#888177;border:1px solid var(--line);border-radius:999px;padding:7px 12px}.workspace{height:calc(100vh - 96px);display:grid;grid-template-columns:minmax(360px,.72fr) minmax(560px,1.28fr);overflow:hidden;border:1px solid #cdc6b8;border-radius:24px;box-shadow:0 22px 70px #372c181c}.chat-panel,.workspace{background:var(--panel)}.chat-panel{display:flex;min-width:0;flex-direction:column;border-right:1px solid var(--line)}.panel-header,.preview-header{display:flex;align-items:flex-end;justify-content:space-between;padding:26px 29px 19px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:9px;font-weight:700;color:#8d867b}.panel-header h1,.preview-header h2{margin:5px 0 0;font:400 27px Prata,serif}.panel-header b{font-size:11px;color:#8a8378}.progress{height:2px;background:#e8e3d8}.progress i{display:block;height:100%;background:var(--accent);transition:width .4s}.conversation{flex:1;overflow:auto;padding:25px 29px}.message{display:flex;gap:11px;max-width:90%;margin-bottom:18px;font-size:13px;line-height:1.55}.message.small{margin-bottom:8px;color:#7a746b;font-size:11px}.message small{display:block;margin-top:5px;color:#8b8479}.avatar{display:grid;place-items:center;flex:0 0 27px;height:27px;border-radius:50%;background:var(--ink);color:white;font:11px Prata}.message.small .avatar{flex-basis:21px;height:21px;font-size:9px}.exchange{padding-bottom:8px}.user-message{width:max-content;max-width:86%;margin:0 0 18px auto;padding:9px 13px;border-radius:15px 15px 3px 15px;background:var(--ink);color:white;font-size:12px}.composer{padding:16px 21px;border-top:1px solid var(--line);background:#fff}.composer textarea{width:100%;resize:none;border:0;outline:0;background:transparent}.composer textarea::placeholder{color:#aaa398}.composer>div{display:flex;align-items:center;justify-content:space-between}.skip{border:0;background:transparent;color:#817a70;font-size:11px}.send{width:38px;height:38px;border:0;border-radius:50%;background:var(--accent);color:white;font-size:20px}.send:disabled{background:#d5cfc4}.brief,.ready{margin:20px 0;padding:25px;border-radius:19px;background:#ece7da;text-align:center}.ready>span{display:grid;place-items:center;width:40px;height:40px;margin:auto;border-radius:50%;background:var(--lime)}.ready h2{margin:13px 0 7px;font:22px Prata}.brief p,.ready p{color:#625d55;font-size:12px;line-height:1.7}.brief button,.ready button{border:0;border-radius:999px;padding:11px 19px;background:var(--ink);color:white}.ready.error{background:#f4ddd5}.brief{text-align:left}.preview-panel{display:flex;min-width:0;flex-direction:column;background:#e5e1d7}.view-switch{display:flex;padding:3px;border:1px solid #c7c1b5;border-radius:999px}.view-switch button{width:34px;height:27px;border:0;border-radius:999px;background:transparent}.view-switch .active{background:white;box-shadow:0 2px 8px #0001}.browser{flex:1;min-height:0;margin:0 23px 23px;overflow:hidden;border-radius:16px;background:#cfcbc2;box-shadow:0 12px 40px #2c231624}.browser-bar{height:41px;display:flex;align-items:center;gap:10px;padding:0 13px;background:#fbfaf7;border-bottom:1px solid #ddd7cc}.browser-bar>span{display:flex;gap:4px}.browser-bar i{width:7px;height:7px;border-radius:50%;background:#ff765b}.browser-bar i:nth-child(2){background:#ffc64c}.browser-bar i:nth-child(3){background:#88ca69}.browser-bar input{flex:1;height:25px;border:1px solid #e1dcd2;border-radius:999px;padding:0 11px;background:#f2f0ea;color:#7b746a;font-size:9px;outline:0}.browser-bar button{border:0;background:transparent}.stage{position:relative;display:flex;justify-content:center;height:calc(100% - 41px);overflow:hidden;background:#d0ccc4}.stage iframe{position:relative;z-index:1;width:100%;height:100%;border:0;background:transparent;transition:width .3s}.stage.mobile iframe{width:390px;box-shadow:0 0 40px #0002}.waiting{position:absolute;left:50%;top:50%;display:flex;align-items:center;gap:12px;transform:translate(-50%,-50%);padding:15px 18px;border-radius:14px;background:#fbfaf6;box-shadow:0 10px 30px #0002}.waiting>i{width:9px;height:9px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 6px #ff5d3822}.waiting b,.waiting small{display:block;white-space:nowrap}.waiting b{font-size:12px}.waiting small{margin-top:4px;color:#8a8379;font-size:9px}@media(max-width:1050px){.workspace{height:auto;grid-template-columns:1fr}.chat-panel{min-height:760px;border-right:0;border-bottom:1px solid var(--line)}.preview-panel{min-height:720px}}@media(max-width:600px){.studio{padding:9px}.workspace{border-radius:18px}.project-state{display:none}.conversation,.panel-header,.preview-header{padding-left:20px;padding-right:20px}.browser{margin-left:9px;margin-right:9px}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}.save-site-control{display:flex;flex-direction:column;align-items:flex-start;gap:6px;max-width:320px}.save-site-control [role=status]{font-size:12px;line-height:1.4}.save-site-control a{text-decoration:underline}.publication-controls{display:grid;gap:8px;margin-top:12px}.publication-buttons{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.publication-link{color:#365d32;font-size:14px;overflow-wrap:anywhere}.publication-note{color:#77766c;font-size:12px;line-height:1.5}.publication-controls [role=alert]{color:#a13b2b;font-size:12px}.publication-controls button:disabled{opacity:.55;cursor:wait}.preview-tools{display:flex;align-items:center;gap:9px}.edit-toggle{height:34px;padding:0 13px;border:1px solid #c7c1b5;border-radius:999px;background:transparent;color:#625d55;font-size:10px}.edit-toggle.active{border-color:var(--accent);background:var(--accent);color:white}.edit-toggle:disabled{opacity:.45;cursor:default}.nika-editor{margin:20px 0;padding:20px;border:1px solid #d8d2c5;border-radius:18px;background:#fff}.nika-title{display:flex;align-items:center;gap:10px}.nika-title b,.nika-title small{display:block}.nika-title small{margin-top:2px;color:#8b8479;font-size:9px;text-transform:uppercase;letter-spacing:.12em}.editor-limits{display:flex;gap:7px;margin:14px 0}.editor-limits span{padding:6px 9px;border-radius:999px;background:#f0ece3;color:#6f685e;font-size:9px}.nika-editor p{margin:13px 0;color:#5d574f;font-size:12px;line-height:1.55}.nika-editor p b,.nika-editor p small{display:block}.nika-editor p small{margin-top:4px;color:#8b8479}.nika-editor textarea{width:100%;resize:none;padding:11px;border:1px solid #ded8cd;border-radius:11px;outline:0}.nika-editor textarea:focus{border-color:var(--accent)}.editor-actions{display:flex;justify-content:flex-end;gap:8px}.editor-actions button,.editor-submit{border:1px solid #d8d2c5;border-radius:999px;padding:9px 14px;background:white;font-size:11px}.editor-actions .primary,.nika-editor .primary{border-color:var(--ink);background:var(--ink);color:white}.editor-submit{display:block;margin:9px 0 0 auto}.editor-error{display:block;margin-top:10px;color:#b33b28}.message-content{min-width:0}.nika-signature{display:flex;align-items:baseline;gap:7px;margin-bottom:5px}.nika-signature b{font-size:11px}.nika-signature small{margin:0!important;color:#9a9388!important;font-size:8px!important;text-transform:uppercase;letter-spacing:.1em}.message.small .nika-signature{margin-bottom:3px}.message.small .nika-signature b{font-size:9px}.message.small .nika-signature small{font-size:7px!important}.extra-task{width:100%;border:1px dashed #c8c0b3;border-radius:12px;padding:10px;background:#f8f5ee;color:#5d574f;font-size:11px}.extra-task:hover{border-color:var(--accent);color:var(--ink)}.extra-task:disabled{cursor:default;opacity:.45}.task-actions{margin-top:10px}.chat-panel{min-height:0;overflow:hidden}.conversation{min-height:0;overscroll-behavior:contain}.composer{flex:0 0 auto;position:relative;z-index:3}.pipeline-state{display:flex;gap:12px;align-items:flex-start;margin-top:14px;padding:13px 15px;border:1px solid rgba(24,24,21,.12);border-radius:14px;background:rgba(255,255,255,.68)}.pipeline-state>i{width:10px;height:10px;margin-top:4px;flex:0 0 auto;border-radius:50%;background:#ff6b55}.pipeline-state.running>i{animation:pipeline-pulse 1.2s ease-in-out infinite}.pipeline-state.success>i{background:#79ad4d}.pipeline-state.failed>i{background:#c9483c}.pipeline-state b,.pipeline-state small{display:block}.pipeline-state small{margin-top:3px;color:#8b867b;line-height:1.35}@keyframes pipeline-pulse{50%{opacity:.35;transform:scale(.75)}}.pipeline-console{margin-top:18px;overflow:hidden;border:1px solid #34342f;border-radius:22px;background:#121310;color:#e8e9df;box-shadow:0 22px 70px rgba(19,18,13,.18)}.pipeline-console>header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:17px 20px;border-bottom:1px solid #2e302a}.pipeline-console.collapsed>header{border-bottom:0}.console-title,.employee-usage,.token-summary{display:flex;align-items:center}.console-title{gap:11px;min-width:230px}.console-title b,.console-title span,.token-summary small,.token-summary span,.token-summary strong{display:block}.console-title b{margin-top:4px;font-size:13px}.console-light{width:10px;height:10px;flex:0 0 auto;border-radius:50%;background:#77796e}.console-light.running{background:#ff765b;animation:pipeline-pulse 1.2s infinite}.console-light.success{background:#8bc85b}.console-light.failed{background:#d54f44}.token-summary{justify-content:flex-end;gap:25px;margin-left:auto;text-align:right;font-size:12px}.token-summary small{margin-bottom:4px;color:#83877a;font-size:8px;letter-spacing:.12em;text-transform:uppercase}.token-summary strong{color:#dfff65;font-size:15px}.token-summary button{border:1px solid #3b3d36;border-radius:999px;padding:7px 12px;background:transparent;color:#bbbdb3;font-size:10px}.employee-usage{gap:8px;padding:11px 20px;overflow-x:auto;border-bottom:1px solid #292b26;color:#888b80;font-size:9px}.employee-usage span{flex:0 0 auto;padding:6px 9px;border-radius:8px;background:#1d1f1a}.employee-usage b{margin-right:7px;color:#cfd1c7}.pipeline-console pre{height:390px;margin:0;padding:18px 20px 24px;overflow:auto;color:#bfc4b7;font:11px/1.65 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;white-space:pre-wrap;overflow-wrap:anywhere}.studio-actions{display:flex;align-items:center;gap:12px}.reset-test{border:1px solid rgba(24,24,21,.16);border-radius:999px;padding:8px 13px;background:rgba(255,255,255,.55);color:#5f5b52;font:600 10px/1 inherit;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.reset-test:hover{border-color:#ff6b55;background:#fff;color:#181815}.reset-test:disabled{cursor:wait;opacity:.55}.reset-test.success{border-color:#82ad4f;color:#557b2f}.reset-test.error{border-color:#d96855;color:#a53f2f}@media (max-width:900px){.pipeline-console>header{align-items:flex-start;flex-direction:column}.token-summary{width:100%;justify-content:space-between;margin:0;gap:10px}.saved,.token-summary span:nth-child(3),.token-summary span:nth-child(4){display:none}}html{scroll-behavior:smooth}body{overflow-x:hidden}.product-page{min-height:100vh;background:var(--paper)}.site-header{position:absolute;z-index:20;top:0;left:0;width:100%;height:88px;padding:0 clamp(24px,5vw,76px);border-bottom:1px solid #1717131f}.site-brand,.site-header{display:flex;align-items:center}.site-brand{gap:11px;color:var(--ink);text-decoration:none;letter-spacing:.14em}.neon-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--ink);color:#fff;font:14px Prata,serif;letter-spacing:0}.site-header nav{display:flex;gap:34px;margin-left:auto;margin-right:44px}.header-cta,.site-header nav a,.text-link{color:var(--ink);font-size:12px;font-weight:600;text-decoration:none}.site-header nav a{position:relative}.site-header nav a:after{position:absolute;bottom:-7px;left:0;width:0;height:1px;background:var(--ink);content:"";transition:width .2s}.site-header nav a:hover:after{width:100%}.header-cta,.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:15px}.header-cta svg,.primary-button svg{width:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.hero{position:relative;display:grid;grid-template-columns:minmax(0,.92fr) minmax(500px,1.08fr);min-height:880px;padding:150px clamp(24px,6vw,92px) 80px;overflow:hidden}.hero:before{position:absolute;z-index:0;right:-12vw;bottom:-22vw;width:58vw;height:58vw;border-radius:50%;background:#e7e0d2;content:""}.hero-copy{position:relative;z-index:2;align-self:center;max-width:690px}.section-label{display:inline-flex;align-items:center;gap:9px;color:#777064;font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.section-label i{width:7px;height:7px;border-radius:50%;background:var(--accent)}.closing-cta h2,.hero h1,.possibility-lead h2,.section-heading h2{margin:24px 0;font:400 clamp(54px,6.2vw,96px)/.98 Prata,serif;letter-spacing:-.045em}.hero h1 em{color:var(--accent);font-style:normal}.hero-copy>p{max-width:610px;color:#5f594f;font-size:16px;line-height:1.75}.hero-actions{display:flex;align-items:center;gap:27px;margin-top:34px}.primary-button{min-height:52px;padding:0 23px;border-radius:999px;background:var(--ink);color:#fff;font-size:12px;font-weight:700;text-decoration:none;transition:transform .2s,background .2s}.primary-button:hover{background:var(--accent);transform:translateY(-2px)}.text-link{border-bottom:1px solid #aaa397;padding-bottom:4px}.hero-notes{display:flex;flex-wrap:wrap;gap:10px 25px;margin:44px 0 0;padding:0;color:#716a60;font-size:10px;list-style:none}.hero-notes li:before{margin-right:8px;color:var(--accent);content:"●";font-size:6px}.hero-art{position:relative;z-index:1;align-self:center;height:620px}.orbit{position:absolute;border:1px solid #17171326;border-radius:50%}.orbit-one{inset:20px 3% 10px 8%}.orbit-two{inset:105px 16% 100px 22%;border-color:#ff5d3859}.hero-card{position:absolute;display:flex;flex-direction:column;border:1px solid #17171324;background:#fbfaf6eb;box-shadow:0 18px 60px #2e24151f;backdrop-filter:blur(10px)}.hero-card span{color:#8a8276;font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.hero-card i{color:#8a8276;font-size:9px;font-style:normal}.hero-card-main{top:120px;left:8%;width:48%;min-width:300px;padding:37px;border-radius:2px 42px 2px 2px;transform:rotate(-5deg)}.hero-card-main b{margin:34px 0 45px;font:26px/1.4 Prata,serif}.hero-card-small{width:230px;padding:20px;border-radius:18px}.hero-card-small b{margin:16px 0 5px;font-size:15px}.card-concept{top:40px;right:2%;transform:rotate(4deg)}.card-design{right:0;bottom:117px;transform:rotate(-3deg)}.card-check{bottom:37px;left:18%;transform:rotate(3deg)}.hero-seal{position:absolute;z-index:3;top:44%;right:28%;display:grid;place-items:center;width:96px;height:96px;border-radius:50%;background:var(--lime);font:22px/1 Prata;text-align:center;transform:rotate(8deg)}.hero-seal small{font:8px Manrope;letter-spacing:.18em;text-transform:uppercase}.studio-section{padding:100px clamp(18px,3vw,46px) 120px;background:#191a16;color:#f5f1e8}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:80px;max-width:1400px;margin:0 auto 55px}.section-heading>div{flex:1}.section-heading h2{margin:20px 0 0;font-size:clamp(46px,5vw,76px)}.section-heading>p{max-width:510px;margin:0 0 7px;color:#9c9d92;font-size:14px;line-height:1.8}.section-label.light{color:#9c9d92}.studio-shell{max-width:1680px;margin:auto;padding:12px;border:1px solid #35372f;border-radius:35px;background:#23241f;box-shadow:0 35px 100px #00000047}.studio{min-height:auto;padding:0;color:var(--ink);background:transparent}.studio-nav{height:72px;padding:0 14px}.studio .neon-mark{width:34px;height:34px}.workspace{height:min(790px,calc(100vh - 115px));min-height:650px}.pipeline-console{margin:12px 0 0}.process-section{padding:120px clamp(24px,6vw,92px);background:#dfff65}.dark-heading{color:var(--ink)}.dark-heading>p{color:#4f5540}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);max-width:1600px;margin:80px auto 0;border-top:1px solid #17171340;border-left:1px solid #17171340}.process-grid article{position:relative;min-height:380px;padding:25px 27px;border-right:1px solid #17171340;border-bottom:1px solid #17171340}.process-grid article>span{font-size:10px;font-weight:700}.process-icon{display:grid;place-items:center;width:76px;height:76px;margin:65px 0 42px;border:1px solid #1717134d;border-radius:50%;font:30px Prata}.process-grid h3{margin:0 0 14px;font:21px Prata}.process-grid p{max-width:290px;margin:0;color:#50543f;font-size:12px;line-height:1.7}.possibilities{display:grid;grid-template-columns:.9fr 1.1fr;gap:8vw;padding:140px clamp(24px,7vw,110px);background:#f7f4ec}.possibility-lead{position:sticky;top:100px;align-self:start}.possibility-lead h2{font-size:clamp(50px,5.2vw,80px)}.possibility-lead>p{max-width:540px;color:#625d53;font-size:14px;line-height:1.8}.feature-list{border-top:1px solid var(--line)}.feature-list article{display:grid;grid-template-columns:55px 1fr;gap:25px;padding:34px 0;border-bottom:1px solid var(--line)}.feature-list article>b{color:var(--accent);font-size:10px}.feature-list h3{margin:0 0 12px;font:24px Prata}.feature-list p{max-width:580px;margin:0;color:#6b655b;font-size:12px;line-height:1.7}.closing-cta{display:flex;align-items:center;flex-direction:column;padding:120px 24px;background:var(--accent);color:#fff;text-align:center}.closing-cta .neon-mark{margin-bottom:30px;background:#fff;color:var(--accent)}.closing-cta>span{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.closing-cta h2{margin:25px 0 38px;font-size:clamp(48px,6vw,88px)}.primary-button.inverse{background:#fff;color:var(--ink)}.primary-button.inverse:hover{background:var(--lime)}.product-footer{display:flex;align-items:center;gap:30px;padding:35px clamp(24px,5vw,76px);background:#11120f;color:#fff}.product-footer .site-brand{color:#fff}.product-footer .neon-mark{background:#fff;color:#11120f}.product-footer p{margin:auto;color:#85877d;font-size:11px}.product-footer>a:last-child{color:#fff;font-size:11px;text-decoration:none}@media(max-width:1100px){.site-header nav{display:none}.header-cta{margin-left:auto}.hero{grid-template-columns:1fr;min-height:auto;padding-top:150px}.hero-copy{max-width:760px}.hero-art{width:min(720px,100%);margin:30px auto 0}.process-grid{grid-template-columns:1fr 1fr}.possibilities{grid-template-columns:1fr}.possibility-lead{position:static}.workspace{height:auto}.studio-shell{padding:7px}}@media(max-width:700px){.site-header{height:72px;padding:0 18px}.site-brand .neon-mark{width:34px;height:34px}.header-cta{font-size:0}.header-cta svg{width:22px}.hero{padding:118px 20px 60px}.hero h1{font-size:49px}.hero-copy>p{font-size:14px}.hero-actions,.hero-notes{align-items:flex-start;flex-direction:column}.hero-art{height:500px;margin-top:15px}.hero-card-main{top:120px;left:0;min-width:250px;width:70%;padding:25px}.hero-card-main b{margin:25px 0 35px;font-size:20px}.hero-card-small{width:175px}.card-concept{right:0}.card-design{right:0;bottom:65px}.card-check{bottom:5px;left:3%}.hero-seal{right:18%;width:75px;height:75px}.possibilities,.process-section,.studio-section{padding:75px 14px}.section-heading{align-items:flex-start;flex-direction:column;gap:25px}.possibility-lead h2,.section-heading h2{font-size:45px}.studio-heading{padding:0 8px}.studio-shell{border-radius:24px}.studio-nav{padding:0 8px}.studio-actions{gap:5px}.reset-test{max-width:135px;padding:7px 9px;font-size:9px}.process-grid{grid-template-columns:1fr;margin-top:45px}.process-grid article{min-height:290px}.process-icon{margin:35px 0 25px}.feature-list article{grid-template-columns:35px 1fr}.feature-list h3{font-size:21px}.closing-cta{padding:85px 20px}.closing-cta h2{font-size:46px}footer{align-items:flex-start;flex-direction:column}footer p{margin:0}.footer-brand{margin-bottom:15px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-card{transform:none!important}}.header-auth{display:flex;align-items:center;gap:22px}.login-link{border-bottom:1px solid #aaa397;padding-bottom:4px;color:var(--ink);font-size:12px;font-weight:600;text-decoration:none}.studio-page{min-height:100vh;padding:18px;background:var(--paper)}.studio-page .studio{min-height:calc(100vh - 36px);padding:0}.back-to-site{color:#777167;font-size:10px;text-decoration:none}.auth-page{position:relative;display:grid;min-height:100vh;padding:30px;background:#191a16}.auth-brand{position:absolute;z-index:2;top:48px;left:55px;display:flex;align-items:center;gap:11px;color:#fff;letter-spacing:.14em;text-decoration:none}.auth-brand span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#fff;color:var(--ink);font:14px Prata}.auth-card{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 60px);overflow:hidden;border:1px solid #383a32;border-radius:30px}.auth-copy{display:flex;justify-content:center;flex-direction:column;padding:130px clamp(35px,7vw,120px);background:var(--accent);color:#fff}.auth-copy>span,.auth-panel>div>span{font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.auth-copy h1{margin:28px 0;font:clamp(54px,6vw,92px)/1 Prata;letter-spacing:-.045em}.auth-copy p{max-width:530px;font-size:14px;line-height:1.8}.auth-panel{display:flex;justify-content:center;flex-direction:column;padding:100px clamp(35px,7vw,120px);background:#f7f4ec;color:var(--ink)}.auth-panel>div{display:flex;align-items:center;justify-content:space-between;margin-bottom:45px}.auth-panel>div>a{color:#6c665d;font-size:11px}.auth-form{display:grid;gap:23px}.auth-form label>span{display:block;margin-bottom:9px;color:#777167;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.auth-form label>input:not([type=checkbox]){width:100%;height:54px;border:0;border-bottom:1px solid #bdb6a9;outline:0;background:transparent;color:var(--ink);caret-color:var(--accent);font-size:15px}.auth-form label>input:focus{border-color:var(--accent)}.auth-form label>input::placeholder{color:#aaa398}.auth-consent{display:flex;align-items:flex-start;gap:10px}.auth-consent input{margin-top:3px;accent-color:var(--accent)}.auth-consent span{margin:0!important;font-size:9px!important;line-height:1.5;text-transform:none!important}.auth-form>button{display:flex;align-items:center;justify-content:space-between;height:56px;margin-top:8px;border:0;border-radius:999px;padding:0 23px;background:var(--ink);color:#fff;font-size:12px;font-weight:700}.auth-form>button:hover{background:var(--accent)}.auth-form>button:disabled{opacity:.6}.auth-form>button b{font-size:20px}.demo-note{margin:0;color:#958e82;font-size:9px;line-height:1.5}@media(max-width:1100px){.header-auth{margin-left:auto}.auth-card{grid-template-columns:1fr}.auth-copy{min-height:520px}.auth-panel{min-height:600px}}@media(max-width:700px){.header-auth{gap:13px}.login-link{font-size:11px}.studio-page{padding:8px}.back-to-site,.studio-page .saved{display:none}.auth-page{padding:8px}.auth-card{min-height:calc(100vh - 16px);border-radius:22px}.auth-brand{top:30px;left:28px}.auth-copy{min-height:480px;padding:110px 25px 55px}.auth-copy h1{font-size:52px}.auth-panel{min-height:580px;padding:65px 25px}.auth-panel>div{align-items:flex-start;flex-direction:column;gap:12px}}.commercial-page{min-height:100vh;background:#f7f4ec;color:#23241f}.commercial-header{display:flex;justify-content:space-between;align-items:center;padding:28px clamp(20px,6vw,90px);border-bottom:1px solid #d9d2c4}.commercial-footer nav,.commercial-header nav{display:flex;flex-wrap:wrap;gap:16px 24px}.commercial-footer a,.commercial-header a{color:inherit;text-decoration:none}.commercial-header nav{font-size:13px}.commercial-content{max-width:1180px;margin:auto;padding:70px 28px 90px}.commercial-content h1{font:400 clamp(38px,5.8vw,72px)/1.15 Prata,serif;letter-spacing:-.035em;margin:22px 0 35px}.commercial-content h2{font:400 27px/1.35 Prata,serif;margin:38px 0 16px}.commercial-content li,.commercial-content p{max-width:850px;font-size:15px;line-height:1.85;color:#56554b}.commercial-content a{color:inherit;text-underline-offset:4px}.commercial-content li{margin-bottom:10px}.commercial-content .commercial-lead{font-size:19px;max-width:760px}.commercial-draft{margin:22px auto 0;max-width:1124px;padding:16px 22px;border:1px solid #d9bf8a;border-radius:14px;background:#f7ecd6;font-size:13px;line-height:1.6}.commercial-note{padding:16px 20px;background:#ebe7db;border-radius:14px}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin:48px 0}.pricing-grid section{padding:28px;border:1px solid #d9d2c4;border-radius:26px;background:#fffcf5}.pricing-grid section:nth-child(2){background:#e9eddc}.pricing-grid h2{margin:0 0 24px;font-size:25px}.pricing-grid strong{font:400 46px/1.2 Prata,serif}.pricing-grid ul{padding-left:20px}.pricing-grid .primary-button{display:inline-flex;align-items:center;color:white}.seller-details{display:grid;grid-template-columns:160px 1fr;gap:18px;padding:30px;background:#eee9de;border-radius:22px}.seller-details dt{color:#706b60}.seller-details dd{margin:0;overflow-wrap:anywhere}.commercial-footer{display:grid!important;grid-template-columns:1fr!important;gap:25px!important;padding:35px clamp(20px,6vw,90px)!important;border-top:1px solid #d9d2c4;background:#eee9de;color:#34362e;font-size:12px}.commercial-footer>div{display:flex;flex-wrap:wrap;gap:12px 24px}.commercial-footer p{margin:0}.commercial-footer a:hover{text-decoration:underline}.commerce-home{padding:70px clamp(22px,6vw,90px);background:#eee9de}.commerce-home h2{font:400 clamp(32px,4vw,54px)/1.2 Prata,serif}.commerce-home p{max-width:780px;line-height:1.8}.commerce-home a{color:inherit}.auth-consent span a{text-decoration:underline;text-underline-offset:2px}@media(max-width:800px){.pricing-grid{grid-template-columns:1fr}.commercial-header{align-items:flex-start;gap:25px;flex-direction:column}.commercial-content{padding:45px 20px 65px}.commercial-draft{margin:16px 20px 0}.seller-details{grid-template-columns:1fr;gap:8px}.seller-details dd{margin-bottom:18px}.commercial-footer nav{gap:16px}.commercial-content h1{overflow-wrap:anywhere}}.account-shell{min-height:100vh;display:grid;grid-template-columns:240px 1fr;background:#f3f0e8;color:#171713}.account-sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:30px 22px 24px;border-right:1px solid #d8d2c5;background:#171713;color:#fff}.account-brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;letter-spacing:.16em}.account-brand>span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#ff5d38;font:14px Prata,serif}.account-sidebar nav{display:grid;gap:5px;margin-top:72px}.account-sidebar nav a{display:flex;align-items:center;gap:12px;padding:13px 14px;border-radius:12px;color:#aaa99f;text-decoration:none;font-size:14px;transition:.2s}.account-sidebar nav a span{font-size:11px;color:#6f6e67}.account-sidebar nav a.active,.account-sidebar nav a:hover{background:#292925;color:#fff}.account-sidebar nav a.active span{color:#dfff65}.account-user{display:flex;align-items:center;gap:10px;margin-top:auto;padding-top:20px;border-top:1px solid #35352f}.account-user>span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#dfff65;color:#171713;font-weight:700}.account-user b,.account-user small{display:block;max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-user b{font-size:13px}.account-user small{margin-top:3px;color:#8f8f87;font-size:11px}.account-content{min-width:0}.account-topbar{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,4vw,64px);border-bottom:1px solid #d8d2c5}.account-topbar>div b,.account-topbar>div span{display:block}.account-topbar>div span{color:#888177;font-size:11px;text-transform:uppercase;letter-spacing:.12em}.account-topbar>div b{margin-top:3px;font-size:13px}.account-empty>a,.account-intro-action a,.account-topbar a,.site-action{display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none}.account-topbar a{padding:11px 16px;border-radius:999px;background:#171713;color:#fff;font-size:13px}.account-empty svg,.account-intro-action svg,.account-topbar svg,.site-action svg{width:17px;fill:none;stroke:currentColor;stroke-width:1.8}.account-intro{display:grid;grid-template-columns:1.35fr .65fr;gap:48px;align-items:end;padding:clamp(48px,7vw,92px) clamp(24px,4vw,64px);background:#dfff65;border-bottom:1px solid #c5de55}.account-kicker{display:flex;align-items:center;gap:8px;font-size:11px;text-transform:uppercase;letter-spacing:.14em}.account-kicker i{width:7px;height:7px;border-radius:50%;background:#ff5d38}.account-intro h1{margin:22px 0 0;font:400 clamp(48px,6.5vw,96px)/.95 Prata,serif;letter-spacing:-.05em}.account-intro h1 em{color:#ff5d38;font-style:normal}.account-intro-action{padding-bottom:8px}.account-intro-action p{margin:0 0 22px;font-size:16px;line-height:1.65}.account-intro-action a{width:100%;padding:15px 20px;border-radius:999px;background:#171713;color:#fff;font-weight:600}.account-section{padding:54px clamp(24px,4vw,64px);border-bottom:1px solid #d8d2c5}.account-section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:25px}.account-section-heading span{color:#888177;font-size:11px;text-transform:uppercase;letter-spacing:.12em}.account-section-heading h2{margin:7px 0 0;font:400 38px Prata,serif}.account-section-heading>a{padding:9px 14px;border:1px solid #c6c0b4;border-radius:999px;color:#171713;text-decoration:none;font-size:13px}.site-list{border-top:1px solid #cfc8ba}.site-row{display:grid;grid-template-columns:44px 54px minmax(180px,1fr) auto auto;gap:16px;align-items:center;padding:19px 0;border-bottom:1px solid #cfc8ba}.site-number{color:#90897e;font-size:11px}.billing-icon,.empty-mark,.site-icon{display:grid;place-items:center}.site-icon{width:50px;height:50px;border-radius:15px;background:#e0dbd0}.billing-icon svg,.empty-mark svg,.site-icon svg{width:23px;fill:none;stroke:currentColor;stroke-width:1.5}.site-main h3{margin:0;font:400 20px Prata,serif}.site-main p{margin:5px 0 0;color:#817a70;font-size:12px}.site-status{display:flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;background:#e7e2d8;color:#676158;font-size:11px}.site-status i{width:7px;height:7px;border-radius:50%;background:#aaa}.site-status.ready i{background:#82ad4f}.site-action{padding:10px 14px;color:#171713;font-size:13px}.account-empty{display:grid;grid-template-columns:70px 1fr auto;gap:22px;align-items:center;padding:30px;border:1px dashed #bbb4a7;border-radius:20px}.empty-mark{width:64px;height:64px;border-radius:50%;background:#171713;color:#dfff65}.account-empty h3{margin:0;font:400 22px Prata,serif}.account-empty p{max-width:580px;margin:7px 0 0;color:#746e65;font-size:14px;line-height:1.55}.account-empty>a{padding:12px 18px;border-radius:999px;background:#ff5d38;color:#fff}.account-loading{padding:30px;border:1px solid #d8d2c5;border-radius:18px;color:#777168}.billing-section{background:#ebe7de}.billing-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:16px}.billing-history,.plan-card{min-height:260px;padding:27px;border:1px solid #d2cbbf;border-radius:22px;background:#fbfaf6}.billing-icon{width:46px;height:46px;margin-bottom:30px;border-radius:14px;background:#ff5d38;color:#fff}.billing-history>div span,.plan-card>span{color:#817a70;font-size:11px;text-transform:uppercase;letter-spacing:.12em}.plan-card h3{margin:8px 0 10px;font:400 28px Prata,serif}.billing-history p,.plan-card p{color:#6f695f;font-size:14px;line-height:1.6}.plan-state{display:flex;align-items:center;gap:8px;margin-top:25px;padding-top:18px;border-top:1px solid #ded8cd;font-size:12px}.plan-state i{width:7px;height:7px;border-radius:50%;background:#ffb53d}.billing-history{display:flex;flex-direction:column}.billing-history>div{display:flex;justify-content:space-between}.billing-history>div b{font:400 21px Prata,serif}.billing-history p{max-width:480px}.billing-history button{margin-top:auto;align-self:flex-start;padding:11px 16px;border:1px solid #d3ccc0;border-radius:999px;background:#eeeae1;color:#999287;cursor:not-allowed}@media(max-width:900px){.account-shell{grid-template-columns:1fr}.account-sidebar{position:relative;height:auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:16px 20px}.account-sidebar nav{display:flex;justify-content:center;margin:0}.account-sidebar nav a span{display:none}.account-user{margin:0;padding:0;border:0}.account-user>div{display:none}.account-intro,.billing-grid{grid-template-columns:1fr}}@media(max-width:600px){.account-sidebar{grid-template-columns:auto 1fr}.account-sidebar nav{justify-content:flex-end}.account-sidebar nav a{padding:9px}.account-user{display:none}.account-topbar{height:68px}.account-topbar>div{display:none}.account-topbar a{margin-left:auto}.account-intro{padding-top:48px}.account-intro h1{font-size:46px}.site-row{grid-template-columns:38px 1fr auto}.site-icon{display:none}.site-status{grid-column:2}.site-action{grid-column:3;grid-row:1/3}.account-empty{grid-template-columns:1fr}.empty-mark{width:52px;height:52px}.account-empty>a{justify-self:start}.billing-history>div{display:grid;gap:8px}}.domain-panel{margin:16px 0;padding:20px;background:#faf8f2;border:1px solid #d8d2c5;border-radius:16px;max-width:700px}.domain-panel p,.domain-panel small{display:block;line-height:1.6;margin:10px 0}.domain-panel form{display:flex;gap:10px;flex-wrap:wrap;align-items:end}.domain-panel label{display:grid;gap:6px;flex:1;min-width:160px}.domain-panel input{padding:10px;border:1px solid #d8d2c5;border-radius:8px;width:100%}.domain-panel button{padding:8px 12px;border:1px solid #d8d2c5;border-radius:12px;background:#fffdf8;cursor:pointer}.domain-panel button:disabled{opacity:.5;cursor:default}.domain-panel section{border-top:1px solid #d8d2c5;margin-top:20px;padding-top:12px}.domain-record{margin:12px 0;overflow-wrap:anywhere}.domain-record b{display:block}.domain-record span{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.domain-record code{overflow-wrap:anywhere;word-break:break-all}.account-empty>button,.account-intro-action button,.account-section-heading>button,.account-topbar button{font:inherit;cursor:pointer}.account-empty>button,.account-intro-action button,.topbar-studio{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0}.topbar-studio{padding:11px 16px;font-size:13px}.account-intro-action button,.topbar-studio{border-radius:999px;background:#171713;color:#fff}.account-intro-action button{width:100%;padding:15px 20px;font-weight:600}.account-empty>button{padding:12px 18px;border-radius:999px;background:#ff5d38;color:#fff}.account-section-heading>button{padding:9px 14px;border:1px solid #c6c0b4;border-radius:999px;background:transparent;color:#171713}.site-actions{display:flex;align-items:center;gap:5px}.site-actions button{border:0;background:transparent;cursor:pointer}.site-archive{padding:8px;color:#817a70;font-size:11px}.archive-list{margin-top:22px;border-top:1px solid #cfc8ba}.archive-list summary{padding:17px 0;color:#746e65;cursor:pointer;font-size:13px}.archive-list>div{display:flex;justify-content:space-between;padding:12px 0;border-top:1px solid #ded8cd;font-size:13px}.archive-list button{border:0;background:transparent;color:#ff5d38;cursor:pointer}@media (max-width:600px){.site-actions{grid-column:3;grid-row:1/3;display:grid}.account-topbar .topbar-studio{margin-left:auto}}