:root{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  color:#17182a;
  background:#f7f8fb;
  --ink:#151625;
  --muted:#6f7484;
  --muted-2:#9297a6;
  --line:#e6e8ef;
  --panel:#ffffff;
  --violet:#6047ed;
  --violet-2:#7b63ff;
  --violet-dark:#4730ca;
  --lav:#f0edff;
  --cream:#fff8ed;
  --green:#0e9f6e;
  --dark:#151724;
  --shadow:0 24px 80px rgba(24,27,49,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#f7f8fb;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit}button,input,textarea{font:inherit}.shell{width:min(1240px,calc(100% - 40px));margin-inline:auto}
.logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink)}
.logo-mark{width:37px;height:37px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(145deg,#7865ff,#4c34d3);color:#fff;font-weight:950;font-size:17px;box-shadow:0 8px 22px rgba(96,71,237,.24);position:relative;overflow:hidden}
.logo-mark:after{content:"";position:absolute;width:12px;height:12px;border-radius:50%;background:#ffd66b;right:-3px;top:-3px}
.logo-word{font-weight:950;font-size:15px;letter-spacing:.095em}
.beta-badge{font-size:9px;font-weight:900;letter-spacing:.12em;color:#624be0;background:#efeaff;border:1px solid #e3dcff;border-radius:999px;padding:7px 9px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;text-decoration:none;font-weight:850;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;border-radius:13px}
.button:hover{transform:translateY(-1px)}.button-primary{background:linear-gradient(135deg,#6e56f4,#5137df);color:#fff;box-shadow:0 10px 28px rgba(96,71,237,.25)}.button-primary:hover{box-shadow:0 15px 34px rgba(96,71,237,.31)}.button-dark{background:#171925;color:#fff;box-shadow:0 12px 28px rgba(17,19,31,.2)}.button-white{background:#fff;color:#3f2abb;box-shadow:0 12px 30px rgba(25,17,87,.18)}.button-small{padding:10px 15px;font-size:12px}.button-large{padding:16px 20px;font-size:14px;min-height:52px}
.section-kicker,.result-kicker{font-size:10px;letter-spacing:.14em;font-weight:950;color:var(--violet)}

/* Landing header */
.site-header{height:72px;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(225,227,235,.85)}
.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.site-nav{display:flex;align-items:center;gap:26px;margin-left:auto}.site-nav a{text-decoration:none;color:#555a69;font-size:12px;font-weight:700;transition:color .15s}.site-nav a:hover{color:var(--violet)}.header-actions{display:flex;align-items:center;gap:11px}

/* Landing hero */
.hero-section{min-height:720px;padding-top:66px;padding-bottom:72px;display:grid;grid-template-columns:minmax(0,.86fr) minmax(570px,1.14fr);align-items:center;gap:48px;position:relative}
.hero-copy{position:relative;z-index:2}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #e9e8f2;box-shadow:0 8px 24px rgba(36,38,59,.06);padding:8px 11px;border-radius:999px;color:#5f6472;font-size:10px;font-weight:850;letter-spacing:.045em}.hero-badge span{color:#7157f1;font-size:13px}.hero-copy h1{font-size:61px;line-height:.99;letter-spacing:-.058em;margin:18px 0 20px;max-width:680px}.hero-copy h1 span{color:var(--violet)}.hero-lead{max-width:625px;color:#696f7f;font-size:17px;line-height:1.66;margin:0}.hero-actions{display:flex;align-items:center;gap:22px;margin-top:30px}.text-link{text-decoration:none;font-size:12px;font-weight:850;color:#484d5b}.text-link span{color:var(--violet);margin-left:4px}.hero-proof{display:flex;gap:0;margin-top:38px;border-top:1px solid #e8e9ef;padding-top:22px;max-width:595px}.hero-proof div{display:flex;flex-direction:column;gap:2px;padding-right:27px;margin-right:27px;border-right:1px solid #e3e5ec}.hero-proof div:last-child{border-right:0;margin-right:0;padding-right:0}.hero-proof strong{font-size:25px;letter-spacing:-.04em}.hero-proof span{font-size:10px;color:#858a98}
.hero-visual{height:570px;position:relative}.visual-glow{position:absolute;border-radius:50%;filter:blur(1px);pointer-events:none}.visual-glow-a{width:430px;height:430px;background:radial-gradient(circle,#dcd5ff 0,rgba(220,213,255,0) 68%);right:20px;top:26px}.visual-glow-b{width:240px;height:240px;background:radial-gradient(circle,#ffe7c0 0,rgba(255,231,192,0) 70%);left:120px;bottom:20px}.source-card{position:absolute;left:6px;top:157px;width:173px;background:#fff;border:1px solid #e3e5ed;border-radius:21px;padding:10px;box-shadow:0 22px 60px rgba(24,27,49,.13);z-index:4;transform:rotate(-3deg)}.card-label{display:flex;align-items:center;gap:6px;color:#8b909e;font-size:8px;font-weight:900;letter-spacing:.08em;padding:3px 2px 9px}.dot{width:6px;height:6px;border-radius:50%;display:inline-block}.dot-gray{background:#b8bcc8}.source-photo{aspect-ratio:1;background:#f4f4f2;border-radius:14px;overflow:hidden}.source-photo img{width:100%;height:100%;object-fit:cover}.source-caption{padding:10px 3px 3px;display:flex;flex-direction:column;gap:2px}.source-caption b{font-size:10px}.source-caption span{font-size:8.5px;color:#9296a2}.arrow-bridge{position:absolute;left:172px;top:252px;width:84px;height:62px;display:grid;place-items:center;z-index:5}.arrow-bridge:before{content:"";position:absolute;inset:0;border-radius:50%;background:#fff;box-shadow:0 12px 30px rgba(29,31,49,.12)}.arrow-bridge span{position:relative;font-size:24px;color:var(--violet);font-weight:900}.concept-stack{position:absolute;inset:14px 0 0 218px;display:grid;grid-template-columns:repeat(2,210px);grid-template-rows:repeat(2,260px);gap:12px;z-index:3;transform:rotate(1.2deg)}
.showcase-card{position:relative;border-radius:24px;overflow:hidden;padding:15px;box-shadow:0 24px 55px rgba(24,27,49,.14);isolation:isolate}.showcase-card:before{content:"";position:absolute;inset:0;z-index:-2}.showcase-card:after{content:"";position:absolute;border-radius:50%;z-index:-1}.showcase-top{display:flex;align-items:center;justify-content:space-between;font-size:7px;font-weight:950;letter-spacing:.1em;position:relative;z-index:4}.showcase-top i{font-style:normal;opacity:.55}.showcase-card h3{font-size:19px;line-height:.93;letter-spacing:-.05em;margin:12px 0 0;position:relative;z-index:4}.showcase-card img{position:absolute;object-fit:contain;z-index:2;filter:drop-shadow(0 18px 17px rgba(22,25,40,.23))}.showcase-card .mini-copy{position:absolute;left:15px;bottom:13px;font-size:7.5px;font-weight:750;z-index:4}.selling{color:#fff}.selling:before{background:linear-gradient(150deg,#6a46ea 0,#8f53ef 56%,#fb6da9 100%)}.selling:after{width:180px;height:180px;right:-75px;bottom:-40px;background:rgba(255,255,255,.13)}.selling img{width:170px;height:170px;right:-8px;bottom:12px}.selling .feature-pill{position:absolute;left:15px;bottom:38px;background:#fff;color:#5f3fd8;border-radius:999px;padding:7px 9px;font-size:8px;font-weight:950;z-index:4}.premium{color:#f7f1df}.premium:before{background:radial-gradient(circle at 72% 62%,#253757 0,#111827 42%,#0c111c 75%)}.premium:after{width:140px;height:140px;border:1px solid rgba(230,201,125,.34);right:-30px;bottom:22px}.premium img{width:167px;height:167px;right:1px;bottom:13px}.premium .premium-line{width:42px;height:1px;background:#e4c87f;position:absolute;left:15px;top:80px;z-index:4}.premium .mini-copy{color:#bcb38e}.bright{color:#261b14}.bright:before{background:linear-gradient(150deg,#ffd95a 0,#ffac3f 65%,#ff8469 100%)}.bright:after{width:150px;height:150px;background:rgba(255,255,255,.22);right:-43px;top:52px}.bright img{width:165px;height:165px;right:-2px;bottom:10px}.bright .burst{position:absolute;right:13px;top:70px;width:43px;height:43px;border-radius:50%;background:#ff4d63;color:#fff;display:grid;place-items:center;font-size:8px;font-weight:950;transform:rotate(7deg);z-index:4}.clean{color:#1b2440}.clean:before{background:linear-gradient(155deg,#f9fafc,#eaf2f8)}.clean:after{width:180px;height:180px;background:#dbe8f1;right:-58px;bottom:-65px}.clean img{width:160px;height:160px;right:-2px;bottom:17px}.clean-specs{display:flex;gap:4px;position:absolute;left:14px;bottom:14px;z-index:4}.clean-specs span{font-size:6.5px;font-weight:900;padding:5px 6px;border-radius:999px;background:#fff;border:1px solid #dce4ea}.clean .mini-copy{display:none}

/* Trust strip */
.trust-strip{background:#fff;border-top:1px solid #ececf1;border-bottom:1px solid #ececf1}.trust-inner{display:grid;grid-template-columns:repeat(4,1fr);min-height:122px}.trust-inner>div{display:grid;grid-template-columns:35px 1fr;grid-template-rows:auto auto;column-gap:12px;align-content:center;padding:22px 24px;border-right:1px solid #ececf1}.trust-inner>div:first-child{padding-left:0}.trust-inner>div:last-child{border-right:0}.trust-icon{grid-row:1/3;width:35px;height:35px;border-radius:12px;background:#f0edff;color:var(--violet);display:grid;place-items:center;font-weight:950}.trust-inner b{font-size:11px}.trust-inner small{font-size:9px;color:#9397a5;line-height:1.45;margin-top:3px}

/* Shared sections */
.section{padding-top:105px;padding-bottom:105px}.section-head{max-width:760px}.section-head.centered{text-align:center;margin:0 auto 45px}.section-head.compact{max-width:650px}.section-head h2{font-size:43px;line-height:1.04;letter-spacing:-.047em;margin:9px 0 14px}.section-head p{color:#74798a;font-size:15px;line-height:1.65;margin:0}.section-head.inverse{color:#fff}.section-head.inverse .section-kicker{color:#a894ff}.section-head.inverse p{color:#aaaebe}
.example-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.example-card{height:420px;border-radius:28px;overflow:hidden;position:relative;padding:28px;isolation:isolate}.example-copy{position:relative;z-index:5;max-width:285px}.example-copy>span{font-size:8px;font-weight:950;letter-spacing:.13em}.example-copy h3{font-size:27px;letter-spacing:-.04em;line-height:1.03;margin:9px 0}.example-copy p{font-size:11px;line-height:1.5;margin:0;opacity:.72}.example-card img{position:absolute;z-index:3;object-fit:contain;filter:drop-shadow(0 24px 24px rgba(18,21,35,.22))}.example-selling{background:linear-gradient(140deg,#f0eaff 0,#c8b8ff 44%,#ffbdcf 100%);color:#2e2354}.example-selling:before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;background:rgba(255,255,255,.25);right:-70px;bottom:-95px}.example-selling img{width:325px;height:325px;right:15px;bottom:-18px}.example-badge{position:absolute;left:28px;bottom:30px;background:#fff;color:#563ed3;border-radius:15px;padding:10px 13px;font-size:8px;font-weight:800;z-index:4;box-shadow:0 10px 24px rgba(65,41,166,.13)}.example-badge b{font-size:15px}.example-premium{background:radial-gradient(circle at 70% 65%,#42381f 0,#1a1a18 38%,#0e0f12 82%);color:#f4ecd6}.example-premium:before{content:"";position:absolute;width:320px;height:320px;border:1px solid rgba(227,195,118,.22);border-radius:50%;right:-75px;bottom:-90px}.example-premium img{width:270px;height:315px;right:25px;bottom:-8px}.example-premium .example-copy p{color:#c8c0aa}.gold-caption{position:absolute;left:28px;bottom:34px;color:#e0c57e;font-size:9px;letter-spacing:.14em;font-weight:900;z-index:4}.example-bright{background:linear-gradient(145deg,#ffef7a,#ffbb4b 53%,#ff7e72);color:#43271c}.example-bright:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.27);right:18px;bottom:10px}.example-bright img{width:275px;height:275px;right:20px;bottom:-4px}.sun-shape{position:absolute;width:70px;height:70px;border-radius:50%;background:#ff4d67;right:45px;top:48px;box-shadow:0 0 0 14px rgba(255,77,103,.12);z-index:2}.example-clean{background:linear-gradient(155deg,#fbfcfd,#eaf1f5);color:#202838;border:1px solid #e1e8ec}.example-clean:before{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:#dce8ef;right:-82px;bottom:-98px}.example-clean img{width:295px;height:295px;right:15px;bottom:-7px}.clean-dots{position:absolute;left:28px;bottom:36px;display:flex;gap:6px}.clean-dots i{width:9px;height:9px;border-radius:50%;background:#cad6dd}.clean-dots i:nth-child(2){background:#8096a3}.clean-dots i:nth-child(3){background:#34495a}.center-cta{text-align:center;margin-top:34px}
.dark-section{background:#151724;padding:108px 0;margin-top:16px}.difference-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:48px}.difference-grid article{min-height:410px;border-radius:26px;background:#1e202e;border:1px solid #2c2f40;padding:24px;color:#fff;display:flex;flex-direction:column}.feature-number{font-size:9px;color:#7c8091;font-weight:950;letter-spacing:.1em}.difference-grid h3{font-size:20px;margin:20px 0 8px;letter-spacing:-.025em}.difference-grid p{color:#a4a8b7;font-size:12px;line-height:1.65;margin:0}.lock-visual,.director-visual,.type-visual{height:210px;margin-top:18px;border-radius:20px;background:#171925;position:relative;overflow:hidden}.lock-visual:before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;border:1px solid rgba(122,99,255,.27);left:50%;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 70px rgba(96,71,237,.13)}.product-mini{position:absolute;width:150px;height:150px;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center}.product-mini img{max-width:100%;max-height:100%;filter:drop-shadow(0 18px 16px rgba(0,0,0,.35))}.lock-ring{position:absolute;right:16px;top:16px;width:34px;height:34px;border-radius:11px;background:#6750ef;color:#fff;display:grid;place-items:center;font-weight:950}.director-visual{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:8px}.director-visual span{display:grid;place-items:center;border-radius:14px;color:#fff;font-size:21px;font-weight:950}.director-visual span:nth-child(1){background:linear-gradient(135deg,#6949e9,#de6eae)}.director-visual span:nth-child(2){background:linear-gradient(135deg,#171b26,#574824);color:#e4ca84}.director-visual span:nth-child(3){background:linear-gradient(135deg,#ffd85b,#ff785e);color:#3d2418}.director-visual span:nth-child(4){background:linear-gradient(135deg,#eef3f7,#d9e7ef);color:#405466}.type-visual{padding:27px 23px;color:#fff;background:linear-gradient(150deg,#5e43dc,#8f5cf5)}.type-visual b{display:block;font-size:27px;line-height:.92;letter-spacing:-.05em}.type-visual span{display:block;margin-top:4px;font-size:15px}.type-visual i{display:inline-block;margin-top:38px;font-style:normal;background:#fff;color:#5f42dd;padding:8px 10px;border-radius:999px;font-size:9px;font-weight:950}
.how-section{padding-bottom:80px}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.how-grid article{position:relative}.how-num{font-size:9px;color:#8d92a0;font-weight:950}.how-visual{height:250px;border:1px solid #e3e5ed;border-radius:24px;background:#fff;margin:10px 0 20px;box-shadow:0 15px 40px rgba(33,38,59,.06);overflow:hidden}.how-grid h3{font-size:18px;margin:0 0 7px}.how-grid p{font-size:11px;color:#7c8190;line-height:1.55;margin:0;max-width:330px}.upload-demo{padding:28px;background:linear-gradient(145deg,#fbfbff,#f2f0ff)}.upload-drop{height:100%;border:2px dashed #cfc8f5;border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#6a51e5}.upload-drop span{font-size:28px}.upload-drop b{font-size:12px;margin-top:8px}.upload-drop small{font-size:9px;color:#959aaa;margin-top:3px}.form-demo{padding:28px;display:flex;flex-direction:column;gap:7px}.form-demo>span{font-size:8px;color:#999dab;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.form-demo>b{font-size:13px;border:1px solid #e2e4ec;border-radius:10px;padding:11px;margin-bottom:11px}.form-demo>div{display:flex;flex-wrap:wrap;gap:6px}.form-demo i{font-style:normal;font-size:9px;background:#f0edff;color:#6047ed;padding:7px 8px;border-radius:999px}.four-demo{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:8px;padding:12px;background:#fafafe}.four-demo i{border-radius:14px}.four-demo i:nth-child(1){background:linear-gradient(135deg,#6848e8,#ec73b5)}.four-demo i:nth-child(2){background:linear-gradient(135deg,#111827,#554824)}.four-demo i:nth-child(3){background:linear-gradient(135deg,#ffdd5e,#ff7b61)}.four-demo i:nth-child(4){background:linear-gradient(135deg,#edf3f6,#d7e6ed)}
.manifesto-section{padding-top:60px}.manifesto-card{min-height:500px;border-radius:34px;background:linear-gradient(135deg,#f0edff 0,#f8f6ff 52%,#fff2df 100%);overflow:hidden;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;position:relative;padding:58px 64px;border:1px solid #e3ddff}.manifesto-copy{position:relative;z-index:4}.manifesto-copy h2{font-size:43px;line-height:1.04;letter-spacing:-.047em;margin:10px 0 16px}.manifesto-copy p{max-width:570px;color:#686e7e;font-size:14px;line-height:1.66;margin:0 0 27px}.manifesto-visual{height:390px;position:relative}.orbit{position:absolute;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.orbit-one{width:335px;height:335px;border:1px solid rgba(96,71,237,.18)}.orbit-two{width:250px;height:250px;background:rgba(255,255,255,.55);box-shadow:0 30px 70px rgba(94,72,193,.10)}.manifesto-product{position:absolute;width:260px;height:260px;left:50%;top:52%;transform:translate(-50%,-50%);z-index:3}.manifesto-product img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 28px 24px rgba(30,32,48,.2))}.floating-tag{position:absolute;background:#fff;border:1px solid #e6e3f5;border-radius:999px;padding:9px 12px;font-size:9px;font-weight:900;box-shadow:0 12px 30px rgba(33,30,64,.08);z-index:4}.tag-a{left:4%;top:24%;color:#6849e6}.tag-b{right:0;top:22%;color:#8d6b16}.tag-c{left:2%;bottom:22%;color:#d0602a}.tag-d{right:2%;bottom:20%;color:#45667b}
.faq-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;padding-bottom:120px}.faq-intro h2{font-size:39px;letter-spacing:-.045em;margin:9px 0 14px}.faq-intro p{color:#777c8b;font-size:13px;line-height:1.65}.faq-list details{border-bottom:1px solid #e2e4eb;padding:20px 0}.faq-list summary{list-style:none;display:flex;justify-content:space-between;gap:16px;align-items:center;font-size:14px;font-weight:850;cursor:pointer}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-size:22px;color:#8170df;font-weight:500;transition:transform .15s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list p{color:#777c8b;font-size:12px;line-height:1.65;margin:12px 42px 0 0}.final-cta{background:linear-gradient(135deg,#6349e8,#7b59f4 62%,#9f67f3);color:#fff;padding:85px 0}.final-cta-inner{text-align:center}.final-cta-inner>span{font-size:9px;font-weight:950;letter-spacing:.15em;color:#dcd5ff}.final-cta h2{font-size:48px;line-height:1.02;letter-spacing:-.05em;margin:10px auto 26px;max-width:790px}.site-footer{height:110px;display:flex;align-items:center;justify-content:space-between;gap:20px}.site-footer p{font-size:10px;color:#8e93a2}.site-footer>a:last-child{font-size:11px;color:#5d47d7;text-decoration:none;font-weight:850}

/* Studio */
.studio-page{background:#f4f5f9;min-height:100vh}.studio-header{height:68px;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid #e3e5eb;display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:30}.studio-header-left,.studio-header-right{display:flex;align-items:center;gap:16px}.studio-divider{width:1px;height:24px;background:#e1e3e9}.studio-title{font-size:12px;color:#757a89;font-weight:750}.back-link{text-decoration:none;color:#656a78;font-size:11px;font-weight:750}.studio-shell{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:270px minmax(0,1fr);gap:28px;padding:34px 28px 70px}.studio-rail{padding:10px 4px;position:sticky;top:94px;height:max-content}.rail-intro h1{font-size:31px;line-height:1.03;letter-spacing:-.045em;margin:8px 0 12px}.rail-intro p{font-size:11px;line-height:1.6;color:#7b808f;margin:0}.rail-steps{list-style:none;padding:0;margin:30px 0}.rail-steps li{display:flex;align-items:center;gap:11px;padding:10px 0;color:#9ca0ad}.rail-steps li>span{width:29px;height:29px;border-radius:10px;border:1px solid #dddfe7;display:grid;place-items:center;font-size:10px;font-weight:900;background:#fff}.rail-steps li>div{display:flex;flex-direction:column;gap:1px}.rail-steps b{font-size:11px}.rail-steps small{font-size:9px}.rail-steps li.active{color:#5140c8}.rail-steps li.active>span{background:#6047ed;color:#fff;border-color:#6047ed;box-shadow:0 7px 18px rgba(96,71,237,.21)}.rail-note{display:flex;gap:10px;padding:13px;border-radius:14px;background:#eeebff;color:#6250d4}.rail-note>span{width:28px;height:28px;border-radius:9px;background:#fff;display:grid;place-items:center;font-weight:950;flex:0 0 auto}.rail-note div{display:flex;flex-direction:column}.rail-note b{font-size:9.5px}.rail-note small{font-size:8px;line-height:1.45;margin-top:2px;color:#7b70bf}.studio-main{min-width:0}.studio-grid{display:grid;grid-template-columns:390px minmax(0,1fr);gap:18px}.studio-card{background:#fff;border:1px solid #e2e4eb;border-radius:24px;box-shadow:0 14px 40px rgba(35,39,58,.055);padding:22px}.studio-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:17px}.studio-card-head h2{font-size:20px;margin:5px 0 5px;letter-spacing:-.02em}.studio-card-head p{font-size:10.5px;color:#8a8f9d;line-height:1.5;margin:0}.status-chip{font-size:8px;font-weight:900;color:#6852db;background:#f0edff;padding:7px 9px;border-radius:999px;white-space:nowrap}.studio-drop{height:238px;border:1.5px dashed #cfd2dc;border-radius:18px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer;position:relative;overflow:hidden;background:linear-gradient(145deg,#fcfcfe,#f7f7fb);transition:border-color .18s,background .18s;margin-bottom:15px}.studio-drop:hover{border-color:#a89bf2;background:#faf9ff}.studio-drop input{display:none}.drop-icon{width:42px;height:42px;border-radius:14px;background:#eeeaff;color:#634ae5;display:grid;place-items:center;font-size:21px;font-weight:800;margin-bottom:5px}.studio-drop>b{font-size:11px}.studio-drop>small{font-size:8.5px;color:#999daa}.studio-drop img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:#f7f8fb;display:none}.studio-drop.has img{display:block;pointer-events:none}.studio-drop.selecting{border-color:var(--violet);cursor:crosshair}.studio-drop.selecting img{pointer-events:auto}.replace-overlay{display:none;position:absolute;left:10px;bottom:10px;background:rgba(20,22,34,.78);color:#fff;padding:7px 9px;border-radius:8px;font-size:8px;font-weight:800;z-index:3}.studio-drop.has:hover .replace-overlay{display:block}.studio-drop.selecting:hover .replace-overlay{display:none}#selectionBox{display:none;position:absolute;border:2px solid #765df3;background:rgba(96,71,237,.13);z-index:4;pointer-events:none;box-shadow:0 0 0 9999px rgba(30,32,48,.11)}.selectrow{display:flex;gap:7px}.selectrow button{flex:1;border:1px solid #dfe1e8;background:#fff;color:#666b79;padding:8px;border-radius:9px;font-size:9px;font-weight:800;cursor:pointer}.selectrow button:hover{border-color:#b7acf0;color:#5f47dd}.field-help,.privacy{font-size:8.5px;line-height:1.45;color:#969aa8;margin:7px 0 12px}.field-grid{display:grid;grid-template-columns:1fr;gap:12px}.field{display:flex;flex-direction:column;font-size:10px;font-weight:800;color:#4d5260}.field>span{display:block;margin-bottom:6px}.field>span i{font-style:normal;color:#e25070}.field input,.field textarea{width:100%;border:1px solid #dfe1e8;background:#fff;border-radius:10px;padding:11px 12px;font-size:10px;outline:0;transition:.15s;resize:vertical}.field input:focus,.field textarea:focus{border-color:#806df0;box-shadow:0 0 0 3px #efecff}.field textarea{min-height:88px}.field small{font-size:8px;font-weight:500;color:#a0a4b0;margin-top:5px}.concept-preview-row{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;margin:14px 0 10px}.mini-style{height:35px;border-radius:8px;display:grid;place-items:center;font-size:7px;font-weight:900}.selling-mini{color:#fff;background:linear-gradient(135deg,#6848e8,#e36ea9)}.premium-mini{color:#e6cc87;background:linear-gradient(135deg,#151b29,#40391e)}.bright-mini{color:#492719;background:linear-gradient(135deg,#ffdd59,#ff8266)}.clean-mini{color:#526675;background:linear-gradient(135deg,#edf3f6,#d8e6ed)}.studio-submit{width:100%;min-height:48px;padding:13px 15px;justify-content:space-between;font-size:11px}.studio-submit:disabled{opacity:.55;cursor:wait;transform:none}.submit-arrow{font-size:16px}.privacy{text-align:center;margin-bottom:0}.results-card{min-height:735px}.result-head{margin-bottom:10px}.ready{font-weight:900;font-size:9px;padding:7px 9px;border-radius:999px;background:#e8f9ef;color:#128054;white-space:nowrap}.flag{display:inline-flex;border-radius:999px;background:#fff1e9;color:#a34f20;padding:6px 9px;margin:0 5px 10px 0;font-size:8px;font-weight:800}.master{display:flex;align-items:center;gap:10px;background:#f6f7fa;border-radius:12px;padding:8px;margin:3px 0 13px}.master img{width:56px;height:56px;object-fit:contain;background:repeating-conic-gradient(#eee 0 25%,#fff 0 50%) 50%/12px 12px;border-radius:9px}.master div{display:flex;flex-direction:column}.master b{font-size:9.5px}.master small{font-size:8px;color:#8d92a0;margin-top:2px}.concepts{display:grid;grid-template-columns:1fr 1fr;gap:10px}.concept{border:1px solid #e3e5eb;border-radius:15px;overflow:hidden;background:#fff}.concept img{width:100%;display:block;aspect-ratio:1;object-fit:cover;background:#f1f2f6}.concept footer{display:flex;justify-content:space-between;align-items:center;padding:9px 10px}.concept footer div{display:flex;flex-direction:column}.concept footer small{font-size:6.5px;color:#9a9eaa;font-weight:900;letter-spacing:.08em}.concept footer b{font-size:9.5px;margin-top:1px}.concept a{text-decoration:none;color:#5e47db;font-size:8px;font-weight:900;background:#f0edff;padding:6px 8px;border-radius:7px}.concepts.empty{display:block;min-height:612px;border:1px dashed #e1e3ea;border-radius:17px;background:linear-gradient(145deg,#fbfbfd,#f6f7fa);position:relative;overflow:hidden}.result-placeholder{min-height:612px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;position:relative;text-align:center}.ghost-grid{position:absolute;inset:28px;display:grid;grid-template-columns:1fr 1fr;gap:10px;opacity:.55}.ghost-grid i{border-radius:14px;background:#f0f1f5;border:1px solid #eaebef}.spark-orb{width:48px;height:48px;border-radius:16px;background:#ece8ff;color:#664ee7;display:grid;place-items:center;font-size:20px;position:relative;z-index:3;box-shadow:0 8px 20px rgba(96,71,237,.12);margin-bottom:5px}.result-placeholder b,.result-placeholder span{position:relative;z-index:3;background:rgba(248,249,251,.84);backdrop-filter:blur(4px)}.result-placeholder b{font-size:11px;color:#666b78;padding:2px 6px}.result-placeholder span{font-size:8.5px;color:#9a9eaa;padding:2px 5px}.studio-tip{display:flex;gap:12px;align-items:flex-start;margin-top:15px;padding:14px 16px;background:#fff;border:1px solid #e3e5eb;border-radius:15px}.studio-tip span{font-size:8px;color:#614bdb;font-weight:950;background:#eeeaff;padding:6px 8px;border-radius:999px}.studio-tip p{font-size:9px;color:#818695;line-height:1.5;margin:1px 0 0}

@media(max-width:1180px){.hero-section{grid-template-columns:1fr;min-height:auto}.hero-copy{max-width:800px}.hero-visual{width:680px;max-width:100%;margin:0 auto}.hero-copy h1{font-size:56px}.trust-inner{grid-template-columns:1fr 1fr}.trust-inner>div:nth-child(2){border-right:0}.trust-inner>div:nth-child(-n+2){border-bottom:1px solid #ececf1}.studio-shell{grid-template-columns:220px minmax(0,1fr)}.studio-grid{grid-template-columns:350px minmax(0,1fr)}}
@media(max-width:980px){.site-nav{display:none}.hero-copy h1{font-size:51px}.example-card{height:385px}.difference-grid{grid-template-columns:1fr}.difference-grid article{min-height:auto}.difference-grid article{display:grid;grid-template-columns:200px 1fr;grid-template-rows:auto auto 1fr;column-gap:22px}.difference-grid .feature-number{grid-column:1/3}.lock-visual,.director-visual,.type-visual{grid-row:2/4;height:180px}.difference-grid h3{margin-top:22px}.manifesto-card{grid-template-columns:1fr;padding:45px}.manifesto-visual{height:320px}.faq-section{grid-template-columns:1fr;gap:30px}.studio-shell{grid-template-columns:1fr;padding:24px 18px 60px}.studio-rail{position:static;display:grid;grid-template-columns:1fr 1fr;gap:16px}.rail-steps{display:none}.studio-grid{grid-template-columns:1fr 1.25fr}}
@media(max-width:760px){.shell{width:min(100% - 28px,1240px)}.site-header{height:64px}.header-actions .beta-badge{display:none}.logo-word{font-size:13px}.logo-mark{width:34px;height:34px}.hero-section{padding-top:45px;padding-bottom:48px;gap:24px}.hero-copy h1{font-size:42px}.hero-lead{font-size:14px}.hero-actions{align-items:flex-start;flex-direction:column;gap:14px}.hero-proof{max-width:none}.hero-proof div{padding-right:15px;margin-right:15px}.hero-visual{height:500px;width:100%;overflow:hidden}.source-card{width:145px;left:0;top:162px}.arrow-bridge{left:126px;top:245px;width:55px}.concept-stack{left:160px;grid-template-columns:repeat(2,176px);grid-template-rows:repeat(2,221px);gap:8px}.showcase-card{padding:12px;border-radius:19px}.showcase-card h3{font-size:16px}.showcase-card img{width:140px!important;height:140px!important}.trust-inner{grid-template-columns:1fr}.trust-inner>div{border-right:0!important;border-bottom:1px solid #ececf1!important;padding:18px 0!important}.trust-inner>div:last-child{border-bottom:0!important}.section{padding-top:74px;padding-bottom:74px}.section-head h2{font-size:34px}.example-grid{grid-template-columns:1fr}.example-card{height:390px}.difference-grid article{display:flex}.lock-visual,.director-visual,.type-visual{height:210px}.how-grid{grid-template-columns:1fr}.manifesto-card{padding:32px 24px}.manifesto-copy h2{font-size:34px}.final-cta h2{font-size:38px}.site-footer{height:auto;padding-top:26px;padding-bottom:26px;flex-wrap:wrap}.studio-header{padding:0 14px}.studio-divider,.studio-title{display:none}.studio-header-right .beta-badge{display:none}.studio-shell{padding:18px 12px 50px}.studio-rail{display:block}.rail-note{display:none}.rail-intro h1{font-size:27px}.studio-grid{grid-template-columns:1fr}.results-card{min-height:600px}.concepts.empty,.result-placeholder{min-height:460px}.studio-card{padding:17px;border-radius:19px}}
@media(max-width:480px){.header-actions .button{font-size:10px;padding:9px 11px}.hero-copy h1{font-size:35px}.hero-proof{display:grid;grid-template-columns:repeat(3,1fr)}.hero-proof div{padding-right:8px;margin-right:8px}.hero-proof strong{font-size:21px}.hero-proof span{font-size:8px}.hero-visual{height:430px}.source-card{display:none}.arrow-bridge{display:none}.concept-stack{left:0;right:0;top:3px;grid-template-columns:1fr 1fr;grid-template-rows:205px 205px;transform:none}.showcase-card h3{font-size:14px}.showcase-card .mini-copy{font-size:6.5px}.showcase-card img{width:128px!important;height:128px!important}.section-head h2{font-size:30px}.example-card{height:360px;padding:22px}.example-card img{width:245px!important;height:245px!important}.manifesto-visual{height:250px}.manifesto-product{width:200px;height:200px}.orbit-one{width:250px;height:250px}.orbit-two{width:190px;height:190px}.final-cta h2{font-size:32px}.studio-header-right .back-link{font-size:9px}.concept-preview-row{grid-template-columns:1fr 1fr}.concepts{grid-template-columns:1fr}}
.studio-drop.dragover{border-color:#745cf0;background:#f4f1ff;box-shadow:0 0 0 4px rgba(96,71,237,.08)}
.rail-steps li.done>span{background:#e9f8f0;color:#128054;border-color:#cfeedd}.rail-steps li.done>span:before{content:"✓"}.rail-steps li.done>span{font-size:0}.rail-steps li.done>span:before{font-size:10px}.results-card.is-loading .result-placeholder .spark-orb{animation:pulseSpin 1.5s ease-in-out infinite}.results-card.is-loading .ghost-grid i{animation:ghostPulse 1.5s ease-in-out infinite}.results-card.is-loading .ghost-grid i:nth-child(2){animation-delay:.15s}.results-card.is-loading .ghost-grid i:nth-child(3){animation-delay:.3s}.results-card.is-loading .ghost-grid i:nth-child(4){animation-delay:.45s}@keyframes pulseSpin{0%,100%{transform:scale(1) rotate(0);box-shadow:0 8px 20px rgba(96,71,237,.12)}50%{transform:scale(1.08) rotate(8deg);box-shadow:0 10px 34px rgba(96,71,237,.3)}}@keyframes ghostPulse{0%,100%{opacity:.65}50%{opacity:.28}}
