:root{color:#f4f0e8;font-synthesis:none;text-rendering:optimizelegibility;background:#1b1b1b;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html{scroll-behavior:smooth;min-height:100%;overflow:hidden auto}*{box-sizing:border-box}body{background:#1b1b1b;min-width:320px;min-height:100vh;margin:0;position:relative;overflow:hidden auto}button,input{font:inherit}#root{isolation:isolate}.landing-page{color:#f4f0e8;background:#171717;min-height:100vh}@keyframes landingFadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes landingHeroDrift{0%{background-position:50%,50%,50%}to{background-position:50%,50%,52% 48%}}.landing-hero{background:linear-gradient(90deg,#0d0d0deb 0%,#0d0d0db8 39%,#0d0d0d2e 100%),linear-gradient(#17171714 68%,#171717f5),url(/landing-hero.png) 50%/cover no-repeat;align-content:space-between;min-height:94svh;padding:24px clamp(18px,4vw,56px) 52px;animation:18s ease-in-out infinite alternate landingHeroDrift;display:grid}.landing-nav{z-index:10;background:#0d0d0de0;border:1px solid #f4f0e81f;border-radius:10px;justify-content:space-between;align-items:center;gap:18px;width:min(1180px,100% - 36px);padding:10px;transition:border-color .18s,background-color .18s;display:flex;position:fixed;top:18px;left:50%;transform:translate(-50%)}.landing-logo,.landing-nav a,.landing-button{color:inherit;text-decoration:none}.landing-logo{align-items:center;gap:10px;font-size:14px;display:inline-flex}.landing-logo svg{border-radius:6px;width:34px;height:34px;transition:transform .18s}.landing-logo:hover svg,.landing-logo:focus-visible svg{transform:rotate(-4deg)scale(1.04)}.landing-nav-links{color:#f4f0e8b8;align-items:center;gap:clamp(14px,3vw,28px);font-size:13px;font-weight:800;display:flex}.landing-nav-links a:hover,.landing-nav-links a:focus-visible{color:#f4f0e8;outline:none}.landing-nav-links .landing-nav-primary{color:#171717;background:#f4f0e8;border:1px solid #f4f0e8;border-radius:8px;justify-content:center;align-items:center;min-height:36px;padding:0 13px;font-weight:900;display:inline-flex}.landing-nav-links .landing-nav-primary:hover,.landing-nav-links .landing-nav-primary:focus-visible{color:#171717}.landing-hero-content{width:min(1180px,100%);margin:0 auto;padding-top:24vh;animation:.62s both landingFadeUp}.landing-kicker{color:#55f0dc;letter-spacing:0;text-transform:uppercase;font-size:12px;font-weight:950}.landing-hero h1{max-width:760px;margin-top:14px;font-size:96px;font-weight:950;line-height:.92}.landing-lede{color:#f4f0e8d1;max-width:620px;margin-top:24px;font-size:24px;line-height:1.34}.landing-actions{flex-wrap:wrap;gap:10px;margin-top:32px;display:flex}.landing-button{color:#f4f0e8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1717178f;border:1px solid #f4f0e838;border-radius:8px;justify-content:center;align-items:center;min-height:44px;padding:0 16px;font-size:13px;font-weight:900;transition:border-color .16s,background-color .16s,color .16s,transform .16s,box-shadow .16s;display:inline-flex}.landing-button:hover,.landing-button:focus-visible{border-color:#f4f0e8;outline:none;transform:translateY(-1px)}.landing-button-primary{color:#171717;background:#f4f0e8;border-color:#f4f0e8}.landing-button-primary:hover,.landing-button-primary:focus-visible{box-shadow:0 10px 28px #55f0dc29}.landing-proof{flex-wrap:wrap;gap:8px;margin-top:22px;display:flex}.landing-proof span{color:#f4f0e8b8;background:#1717176b;border:1px solid #f4f0e829;border-radius:999px;padding:8px 10px;font-size:12px;font-weight:800;animation:.52s both landingFadeUp}.landing-proof span:nth-child(2){animation-delay:80ms}.landing-proof span:nth-child(3){animation-delay:.16s}.landing-section{width:min(1180px,100% - 36px);margin:0 auto;padding:82px 0}.landing-intro{grid-template-columns:minmax(0,.9fr) minmax(280px,1fr);align-items:start;gap:clamp(28px,7vw,96px);display:grid}.landing-section h2,.landing-intro h2,.landing-pricing h2{color:#f4f0e8;margin-top:10px;font-size:54px;font-weight:950;line-height:1}.landing-section p{color:#f4f0e8b8;font-size:16px;line-height:1.65}.landing-section-heading{max-width:760px;margin-bottom:28px}.landing-example-grid,.landing-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.landing-card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.landing-example,.landing-card,.landing-faq-list article{background:#202020;border:1px solid #f4f0e81f;border-radius:8px}.landing-example{padding:10px}.landing-example-art{aspect-ratio:16/10;background:radial-gradient(circle at 72% 46%,#f4f0e847 0 1px,#0000 2px) 0 0/12px 12px,linear-gradient(90deg,#55f0dc2e 0 1px,#0000 1px) 0 0/32px 32px,linear-gradient(0deg,#f4f0e81a 0 1px,#0000 1px) 0 0/32px 32px,#151515;border-radius:6px;place-items:center;min-height:0;display:grid;position:relative;overflow:hidden}.landing-example-art span{color:#f4f0e894;text-align:center;background:#1717176b;border:1px dashed #f4f0e842;border-radius:8px;place-items:center;width:calc(100% - 36px);height:calc(100% - 36px);min-height:0;font-size:13px;font-weight:900;display:grid}.landing-example-art img{object-fit:cover;background:#101010;width:100%;height:100%;min-height:0;display:block}.landing-example h3,.landing-card h3,.landing-faq-list h3{color:#f4f0e8;margin:16px 0 8px;font-size:18px;line-height:1.2}.landing-example p,.landing-card p,.landing-faq-list p{font-size:14px;line-height:1.55}.landing-card,.landing-faq-list article{padding:20px}.landing-card h3,.landing-faq-list h3{margin-top:0}.landing-how{grid-template-columns:minmax(0,.8fr) minmax(320px,1fr);gap:clamp(28px,7vw,88px);display:grid}.landing-steps{counter-reset:step;gap:10px;margin:0;padding:0;list-style:none;display:grid}.landing-steps li{color:#f4f0e8;counter-increment:step;background:#202020;border:1px solid #f4f0e81f;border-radius:8px;grid-template-columns:44px 1fr;align-items:center;gap:16px;min-height:74px;padding:14px 16px;font-size:16px;font-weight:900;display:grid}.landing-steps li:before{content:counter(step, decimal-leading-zero);color:#171717;text-align:center;background:#55f0dc;border-radius:6px;padding:8px 0;font-size:12px;font-weight:950}.landing-pricing{border-top:1px solid #f4f0e824;border-bottom:1px solid #f4f0e824;justify-content:space-between;align-items:center;gap:28px;display:flex}.landing-pricing>div{max-width:760px}.landing-pricing p{margin-top:18px}.landing-faq-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.landing-footer{border-top:1px solid #f4f0e824;justify-content:space-between;align-items:flex-start;gap:28px;width:min(1180px,100% - 36px);margin:0 auto;padding:34px 0 42px;display:flex}.landing-footer-brand{max-width:520px}.landing-footer-brand p{color:#f4f0e89e;margin-top:14px;font-size:14px;line-height:1.6}.landing-footer-brand .landing-footer-copyright{color:#f4f0e86b;margin-top:10px;font-size:12px}.landing-footer-links{flex-wrap:wrap;justify-content:flex-end;gap:14px;padding-top:8px;display:flex}.landing-footer-links a{color:#f4f0e8b8;font-size:13px;font-weight:900;text-decoration:none}.landing-footer-links a:hover,.landing-footer-links a:focus-visible{color:#f4f0e8;outline:none}.creator-section{background:#1b1b1b;min-height:100vh;scroll-margin-top:0}@media (max-width:1100px){.landing-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-hero h1{font-size:76px}.landing-section h2,.landing-intro h2,.landing-pricing h2{font-size:44px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}}.app-shell{background:#1b1b1b;grid-template-columns:392px minmax(0,1fr) 320px;height:100vh;display:grid}.control-panel,.asset-panel{background:#202020;border-right:1px solid #f5f2ea1f;flex-direction:column;gap:18px;height:100vh;min-height:0;padding:24px;display:flex;overflow:hidden}.asset-panel{border-left:1px solid #f5f2ea1f;border-right:0}.asset-panel-inner{flex-direction:column;flex:1;gap:18px;min-height:0;padding-right:2px;display:flex;overflow-y:auto}.brand-row{grid-template-columns:42px 1fr;align-items:start;gap:12px;display:grid}.brand-mark{border-radius:6px;place-items:center;width:42px;height:42px;display:grid}.brand-mark svg{border-radius:6px;width:42px;height:42px;display:block}h1,h2,p{margin:0}h1{letter-spacing:0;font-size:20px;line-height:1.1}.brand-row p{color:#9a978f;margin-top:6px;font-size:13px;line-height:1.45}.toolbar{background:#171717;border:1px solid #f5f2ea24;border-radius:8px;flex-wrap:wrap;align-items:center;gap:8px;padding:7px;display:flex}.toolbar-separator{background:#f5f2ea24;width:1px;height:26px;margin:0 2px}.icon-button{color:#f4f0e8;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;place-items:center;width:36px;height:36px;display:grid}.icon-button:hover,.icon-button:focus-visible{background:#2a2a2a;border-color:#f5f2ea33;outline:none}.tooltip{color:#171717;background:#f4f0e8;border-radius:6px;padding:7px 9px;font-size:12px;line-height:1;box-shadow:0 10px 24px #15151533}.tooltip-arrow{fill:#f4f0e8}.panel-scroll{flex-direction:column;flex:1;gap:18px;min-height:0;padding:2px 2px 4px 0;display:flex;overflow-y:auto}.panel-section-title{color:#f4f0e8;text-transform:uppercase;letter-spacing:0;font-size:13px;font-weight:900}.field{color:#f4f0e8;gap:10px;font-size:13px;font-weight:700;display:grid}.palette-list,.symbol-grid,.layer-list{gap:8px;display:grid}.symbol-grid{grid-template-columns:repeat(5,1fr)}.symbol-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.symbol-tab{color:#f4f0e8;cursor:pointer;text-align:center;background:#171717;border:1px solid #f5f2ea24;border-radius:8px;min-width:0;min-height:34px;padding:7px 9px;font-size:12px;font-weight:800}.symbol-tab[data-active=true]{border-color:#f4f0e8;box-shadow:inset 0 0 0 1px #f4f0e8}.template-button,.palette-button,.symbol-button,.add-button,.layer-row{color:#f4f0e8;cursor:pointer;text-align:left;background:#171717;border:1px solid #f5f2ea24;border-radius:8px;align-items:center;gap:9px;min-height:44px;padding:10px 11px;font-size:13px;font-weight:700;display:flex}.template-button[data-active=true],.palette-button[data-active=true]{border-color:#f4f0e8;box-shadow:inset 0 0 0 1px #f4f0e8}.symbol-button{aspect-ratio:1;color:#f4f0e8;justify-content:normal;place-items:center;width:100%;min-width:0;min-height:0;padding:8px;font-size:0;display:grid;overflow:hidden}.symbol-icon{width:70%;height:70%;display:block;overflow:visible}.add-row{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.add-button{justify-content:center;min-width:84px}.single-swatch{border:1px solid #f5f2ea47;border-radius:999px;flex:none;width:16px;height:16px}.file-input{color:#f4f0e8;background:#171717;border:1px solid #f5f2ea2e;border-radius:8px;width:100%;min-height:42px;padding:9px}.layer-list{overflow:auto}.layer-row{justify-content:flex-start;min-height:38px}.layer-row span{color:#9a978f;font-variant-numeric:tabular-nums;font-size:11px}.layer-row[data-active=true]{border-color:#f4f0e8;box-shadow:inset 0 0 0 1px #f4f0e8}.empty-layer{color:#9a978f;border:1px dashed #f5f2ea33;border-radius:8px;align-items:center;min-height:42px;padding:0 11px;font-size:13px;display:grid}.toggle-row{justify-content:space-between;align-items:center;gap:16px;min-height:42px;font-size:13px;font-weight:700;display:flex}.switch{cursor:pointer;background:#494949;border-radius:999px;align-items:center;width:42px;height:24px;padding:2px;display:inline-flex}.switch[data-checked]{background:#f4f0e8}.switch-thumb{background:#171717;border-radius:999px;width:20px;height:20px;transition:translate .12s}.switch[data-checked] .switch-thumb{translate:18px}.text-input{color:#f4f0e8;background:#171717;border:1px solid #f5f2ea2e;border-radius:8px;width:100%;height:42px;padding:0 12px}.select-trigger{color:#f4f0e8;cursor:pointer;background:#171717;border:1px solid #f5f2ea2e;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;width:100%;height:42px;padding:0 12px;font-size:13px;font-weight:700;display:flex}.select-trigger:hover,.select-trigger:focus-visible{border-color:#f5f2ea57;outline:none}.select-icon{color:#9a978f;place-items:center;display:inline-grid}.select-popup{min-width:var(--anchor-width);color:#f4f0e8;z-index:20;background:#171717;border:1px solid #f5f2ea24;border-radius:8px;padding:6px;box-shadow:0 18px 50px #00000061}.select-item{cursor:pointer;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;min-height:36px;padding:0 8px 0 10px;font-size:13px;font-weight:700;display:flex}.select-item[data-highlighted]{background:#2c2c2c;outline:none}.select-item-indicator{color:#f4f0e8;place-items:center;display:inline-grid}.preview-stage{grid-template-rows:auto minmax(0,1fr);gap:18px;min-width:0;height:100vh;min-height:0;padding:24px;display:grid}.stage-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.stage-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.stage-palette-list{background:#171717;border:1px solid #f5f2ea24;border-radius:8px;align-items:center;gap:6px;min-height:36px;padding:5px;display:inline-flex}.stage-palette-button{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;place-items:center;width:26px;height:26px;padding:0;display:grid}.stage-palette-button[data-active=true]{border-color:#f4f0e8}.stage-palette-button .single-swatch{width:14px;height:14px}.stage-toggle{color:#f4f0e8;cursor:pointer;background:#171717;border:1px solid #f5f2ea24;border-radius:8px;align-items:center;gap:8px;min-height:36px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.stage-toggle input{accent-color:#f4f0e8;cursor:pointer;width:15px;height:15px;margin:0}.eyebrow{color:#9a978f;text-transform:uppercase;margin-bottom:5px;font-size:12px;font-weight:800;display:block}.stage-header h2{letter-spacing:0;font-size:28px;line-height:1}.stage-chip{background:#f5f2ea14;border:1px solid #f5f2ea24;border-radius:999px;align-items:center;gap:7px;min-height:34px;padding:0 11px;font-size:13px;font-weight:800;display:inline-flex}.zoom-value{color:#f4f0e8;cursor:pointer;font-variant-numeric:tabular-nums;background:#f5f2ea14;border:1px solid #f5f2ea24;border-radius:6px;min-width:54px;height:36px;font-size:12px;font-weight:800}.zoom-value:hover,.zoom-value:focus-visible{background:#2a2a2a;border-color:#f5f2ea33;outline:none}.artboard-wrap{background:#1b1b1b;min-height:0;padding:18px;position:relative;overflow:auto}.canvas-selection-actions{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#171717e0;border:1px solid #f5f2ea24;border-radius:8px;gap:6px;width:max-content;padding:6px;display:flex;box-shadow:0 14px 36px #00000052}.artboard-zoom{min-width:320px;margin:auto}.artboard{aspect-ratio:3/2;touch-action:none;-webkit-user-select:none;user-select:none;width:100%;height:auto;display:block}.canvas-item{cursor:grab}.canvas-item:active{cursor:grabbing}.canvas-text-editor{color:#f4f0e8;resize:none;background:0 0;border:0;outline:0;width:100%;height:100%;padding:0;overflow:hidden}.resize-handle,.rotate-handle{cursor:nwse-resize}.rotate-handle{cursor:grab}.marquee-rect{fill:#f5f2ea1f;stroke:#f4f0e8;stroke-dasharray:8 6;stroke-width:1.5px;pointer-events:none}@media (max-width:980px){.landing-hero{min-height:86svh}.landing-hero-content{padding-top:18vh}.landing-intro,.landing-how,.landing-example-grid,.landing-faq-list{grid-template-columns:1fr}.landing-pricing{flex-direction:column;align-items:flex-start}.landing-footer{flex-direction:column}.landing-footer-links{justify-content:flex-start}html,body{height:auto;min-height:100%;overflow:auto}.app-shell{grid-template-columns:1fr;grid-template-areas:"stage""controls""assets";height:auto;min-height:100vh}.control-panel,.asset-panel{border-bottom:1px solid #15151524;border-right:0;height:auto;min-height:auto;overflow:visible}.control-panel{grid-area:controls}.asset-panel{border-left:0;grid-area:assets}.asset-panel-inner,.panel-scroll{overflow:visible}.preview-stage{grid-area:stage;height:auto;min-height:60vh}.artboard-wrap{min-height:46vh}.stage-header{align-items:flex-start}.stage-actions{max-width:100%}}@media (min-width:721px) and (max-width:980px){.app-shell{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"stage stage""controls assets"}.control-panel{border-bottom:0;border-right:1px solid #f5f2ea1f}.asset-panel{border-bottom:0}}@media (max-width:560px){.landing-hero{background-position:62%;min-height:92svh;padding:18px 16px 38px}.landing-nav{flex-direction:column;align-items:flex-start;width:calc(100% - 24px);top:12px}.landing-nav-links{justify-content:space-between;gap:10px;width:100%;font-size:12px}.landing-hero-content{padding-top:24vh}.landing-hero h1{max-width:340px;font-size:48px}.landing-lede{font-size:18px}.landing-proof span{max-width:100%}.landing-section{width:calc(100% - 32px);padding:56px 0}.landing-section h2,.landing-intro h2,.landing-pricing h2{font-size:32px}.landing-card-grid{grid-template-columns:1fr}.control-panel,.preview-stage,.asset-panel{padding:16px}.symbol-grid{grid-template-columns:repeat(auto-fill,minmax(46px,1fr))}.stage-header{flex-direction:column;align-items:flex-start}.stage-header h2{font-size:23px}.stage-actions{justify-content:flex-start}.stage-palette-list{flex-wrap:wrap;order:2}.stage-toggle{order:3}.zoom-value,.stage-actions>.icon-button{order:1}.artboard-wrap{padding:0}.artboard-zoom{min-width:280px}.brand-row{grid-template-columns:36px 1fr}.brand-mark{width:36px;height:36px}h1{font-size:18px}}
