:root{
  --bg:#09090b;--surface:#111115;--surface-2:#18181e;--surface-3:#22222a;--line:#2a2a33;
  --text:#f6f5f8;--muted:#9b99a7;--muted-2:#6d6b77;--purple:#8b5cf6;--violet:#aa74ff;
  --pink:#f067a6;--cyan:#6de1e9;--green:#63e6a5;--yellow:#f5d56a;--red:#ff6b78;
  --shadow:0 22px 70px rgba(0,0,0,.35);--radius:24px;--sidebar:244px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh}button,input,textarea,select{font:inherit}button{color:inherit}.noise{position:fixed;inset:0;pointer-events:none;opacity:.025;z-index:99;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar);padding:24px 18px;border-right:1px solid var(--line);background:rgba(11,11,14,.93);backdrop-filter:blur(20px);display:flex;flex-direction:column;z-index:20}.brand,.mobile-brand{border:0;background:transparent;display:flex;align-items:center;gap:12px;padding:0;cursor:pointer;text-align:left}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(145deg,var(--purple),var(--pink));font-weight:950;font-size:19px;box-shadow:0 10px 30px rgba(139,92,246,.32)}.brand-mark.small{width:34px;height:34px;border-radius:11px;font-size:16px}.brand-copy{display:grid;gap:1px}.brand-copy strong{letter-spacing:.12em}.brand-copy small{color:var(--muted);font-size:10px}.side-nav{display:grid;gap:6px;margin-top:34px}.nav-item{border:0;background:transparent;display:flex;align-items:center;gap:13px;padding:12px 13px;border-radius:14px;color:var(--muted);cursor:pointer;text-align:left;transition:.2s}.nav-item span{width:22px;text-align:center;font-size:18px}.nav-item b{font-size:14px}.nav-item:hover,.nav-item.active{background:var(--surface-2);color:var(--text)}.nav-item.active{box-shadow:inset 0 0 0 1px #2d2939}.side-upgrade{margin-top:auto;padding:17px;border-radius:20px;background:radial-gradient(circle at 90% 0%,rgba(240,103,166,.24),transparent 45%),linear-gradient(155deg,#252034,#17151e);border:1px solid #383045}.side-upgrade strong{display:block;font-size:14px;margin:9px 0 5px}.side-upgrade p{font-size:11px;line-height:1.5;color:#b8b4c2;margin:0 0 12px}.mini-badge{font-size:9px;font-weight:900;letter-spacing:.12em;background:rgba(255,255,255,.13);padding:5px 8px;border-radius:999px}.profile-mini{display:flex;align-items:center;gap:10px;padding:16px 4px 0}.avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#2b2735;font-weight:800}.profile-mini div:last-child{display:grid}.profile-mini strong{font-size:13px}.profile-mini small{font-size:10px;color:var(--muted);margin-top:2px}.main-content{margin-left:var(--sidebar);padding:0 28px 90px;min-height:100vh}.topbar{height:76px;display:flex;justify-content:flex-end;align-items:center;position:sticky;top:0;z-index:15;background:linear-gradient(to bottom,rgba(9,9,11,.96),rgba(9,9,11,.72),transparent);backdrop-filter:blur(10px)}.mobile-brand{display:none}.top-actions{display:flex;gap:10px;align-items:center}.credits-pill,.icon-btn{border:1px solid var(--line);background:rgba(255,255,255,.035);height:38px;border-radius:13px;cursor:pointer}.credits-pill{padding:0 13px;display:flex;gap:7px;align-items:center;color:var(--muted);font-size:12px}.credits-pill span{color:var(--violet)}.credits-pill b{color:var(--text)}.icon-btn{width:38px;color:var(--muted)}.view{display:none;max-width:1240px;margin:0 auto}.view.active{display:block}.home-hero{min-height:510px;border:1px solid var(--line);border-radius:32px;overflow:hidden;display:grid;grid-template-columns:1.12fr .88fr;position:relative;background:radial-gradient(circle at 74% 48%,rgba(139,92,246,.16),transparent 28%),linear-gradient(135deg,#121218,#0e0e12)}.panel-glow:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:rgba(240,103,166,.09);filter:blur(70px);right:-150px;top:-180px}.hero-copy{padding:60px 28px 52px 58px;position:relative;z-index:2}.eyebrow{font-size:10px;font-weight:850;letter-spacing:.18em;color:#a9a6b5}.hero-copy h1,.page-title h1,.pricing-hero h1{font-size:clamp(42px,5.6vw,78px);line-height:.96;letter-spacing:-.055em;margin:15px 0 22px}.hero-copy h1 em{font-style:normal;background:linear-gradient(90deg,var(--violet),var(--pink));-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy>p{max-width:610px;line-height:1.65;color:var(--muted);font-size:15px}.hero-form{margin-top:28px;max-width:650px;position:relative}.hero-form textarea{display:block;width:100%;min-height:92px;resize:none;background:rgba(255,255,255,.055);border:1px solid #373742;border-radius:20px;padding:18px 65px 18px 18px;color:var(--text);outline:none;line-height:1.45;box-shadow:0 14px 40px rgba(0,0,0,.18)}.hero-form textarea:focus,.prompt-box:focus-within{border-color:#6f57a9;box-shadow:0 0 0 4px rgba(139,92,246,.1)}.send-orb{position:absolute;right:12px;bottom:12px;width:45px;height:45px;border:0;border-radius:14px;background:linear-gradient(145deg,var(--purple),var(--pink));font-size:21px;cursor:pointer;box-shadow:0 10px 25px rgba(139,92,246,.25)}.quick-prompts{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.quick-prompts button{font-size:10px;color:#aaa7b3;border:1px solid var(--line);background:transparent;border-radius:999px;padding:7px 10px;cursor:pointer}.quick-prompts button:hover{color:white;border-color:#5d536f}.hero-visual{position:relative;min-height:510px;overflow:hidden}.orbit{position:absolute;border:1px solid rgba(255,255,255,.06);border-radius:50%}.orbit-one{width:420px;height:420px;right:-40px;top:42px}.orbit-two{width:280px;height:280px;right:30px;top:110px}.future-card{position:absolute;width:210px;height:260px;border-radius:25px;padding:20px;border:1px solid rgba(255,255,255,.12);box-shadow:0 30px 80px rgba(0,0,0,.35);display:flex;flex-direction:column;backdrop-filter:blur(18px)}.future-card span{font-size:9px;letter-spacing:.16em;color:#c2bccb}.future-card b{font-size:14px;margin-top:auto}.future-card strong{font-size:42px;letter-spacing:-.05em;margin-top:3px}.future-card i{font-style:normal;font-size:9px;margin-top:16px;color:#bbb5c4}.card-front{right:72px;top:120px;z-index:3;transform:rotate(3deg);background:linear-gradient(155deg,rgba(144,94,245,.75),rgba(83,51,145,.62))}.card-mid{right:210px;top:85px;z-index:2;transform:rotate(-9deg) scale(.92);background:linear-gradient(155deg,rgba(50,45,66,.9),rgba(28,25,37,.9));opacity:.92}.card-back{right:260px;top:185px;z-index:1;transform:rotate(-17deg) scale(.82);background:linear-gradient(155deg,rgba(44,43,53,.8),rgba(23,23,29,.8));opacity:.55}.section-head{display:flex;justify-content:space-between;align-items:end;margin:48px 2px 18px}.section-head h2{font-size:28px;letter-spacing:-.035em;margin:7px 0 0}.text-btn,.back-link{border:0;background:transparent;color:var(--muted);cursor:pointer}.text-btn:hover,.back-link:hover{color:white}.template-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.template-card{position:relative;min-height:240px;border:1px solid var(--line);border-radius:24px;padding:20px;background:var(--surface);overflow:hidden;cursor:pointer;transition:transform .25s,border-color .25s}.template-card:hover{transform:translateY(-4px);border-color:#51475e}.template-card .visual{height:110px;border-radius:18px;margin:-4px -4px 18px;position:relative;overflow:hidden;background:linear-gradient(145deg,var(--c1),var(--c2))}.template-card .visual:after{content:"";position:absolute;width:100px;height:100px;border-radius:50%;background:rgba(255,255,255,.18);filter:blur(22px);right:5px;top:3px}.template-card .visual span{position:absolute;inset:auto 12px 10px auto;font-size:34px;z-index:2}.template-card small{font-size:9px;letter-spacing:.14em;color:var(--muted)}.template-card h3{font-size:16px;line-height:1.25;margin:8px 0}.template-card p{font-size:11px;line-height:1.5;color:var(--muted);margin:0}.history-head{margin-top:52px}.recent-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.empty-card,.recent-card{border:1px solid var(--line);border-radius:22px;background:var(--surface);padding:18px;min-height:150px}.empty-card{display:grid;place-items:center;text-align:center;color:var(--muted)}.empty-card b{color:var(--text)}.recent-card{cursor:pointer;transition:.2s}.recent-card:hover{border-color:#51475e}.recent-top{display:flex;justify-content:space-between;align-items:center}.category-tag{font-size:9px;border-radius:999px;padding:6px 9px;background:#24212d;color:#c6b5ec;text-transform:uppercase;letter-spacing:.1em}.recent-card time{font-size:10px;color:var(--muted-2)}.recent-card h3{font-size:15px;line-height:1.35;margin:16px 0 10px}.recent-card .score{display:flex;justify-content:space-between;color:var(--muted);font-size:10px}.recent-card .score b{color:var(--green)}.create-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:18px;align-items:start}.wizard-card,.info-card,.example-card,.settings-card{border:1px solid var(--line);background:var(--surface);border-radius:28px}.wizard-card{min-height:720px;padding:24px 34px 38px}.wizard-top{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding-bottom:24px;border-bottom:1px solid var(--line)}.back-link{justify-self:start;font-size:12px}.step-label{justify-self:end;font-size:9px;letter-spacing:.16em;color:var(--muted)}.stepper{display:flex;align-items:center}.stepper .step{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--surface-3);font-size:10px;color:var(--muted);border:1px solid var(--line)}.stepper .step.active{background:linear-gradient(145deg,var(--purple),var(--pink));color:white;border-color:transparent}.stepper i{width:48px;height:1px;background:var(--line)}.wizard-screen{display:none;max-width:720px;margin:48px auto 0}.wizard-screen.active{display:block}.wizard-screen h2{font-size:36px;letter-spacing:-.045em;margin:10px 0 12px}.wizard-screen>p{color:var(--muted);line-height:1.6;margin:0 0 26px}.prompt-box{border:1px solid var(--line);border-radius:20px;background:#0d0d11;transition:.2s}.prompt-box textarea{width:100%;resize:none;background:transparent;border:0;outline:none;color:var(--text);padding:20px;line-height:1.55}.prompt-box.large textarea{min-height:160px;font-size:17px}.prompt-meta{border-top:1px solid #23232b;display:flex;justify-content:space-between;padding:10px 14px;color:var(--muted);font-size:10px}.prompt-meta button{border:0;background:transparent;color:var(--muted);cursor:pointer}.category-row{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0 24px}.category-row button,.filter-tabs button{border:1px solid var(--line);background:transparent;color:var(--muted);border-radius:999px;padding:9px 12px;font-size:11px;cursor:pointer}.category-row button.active,.filter-tabs button.active{background:#282231;color:#e8dffc;border-color:#56466f}.btn{border:0;border-radius:14px;padding:12px 17px;font-weight:800;cursor:pointer;transition:transform .18s,filter .18s}.btn:hover{filter:brightness(1.08);transform:translateY(-1px)}.btn-primary{background:linear-gradient(145deg,var(--purple),var(--pink));color:white;box-shadow:0 10px 25px rgba(139,92,246,.18)}.btn-secondary{background:var(--surface-3);color:white;border:1px solid var(--line)}.btn-light{background:white;color:#111}.btn-ghost{background:transparent;border:1px solid var(--line);color:var(--muted)}.btn-small{font-size:10px;padding:8px 10px}.btn-wide{width:100%;display:flex;justify-content:center;align-items:center;gap:10px}.create-aside{display:grid;gap:14px}.info-card,.example-card{padding:20px}.info-icon{width:42px;height:42px;border-radius:14px;background:#272231;display:grid;place-items:center;color:var(--violet)}.info-card h3{font-size:15px;margin:16px 0 8px}.info-card p,.example-card p{font-size:11px;line-height:1.6;color:var(--muted);margin:0}.example-card{background:linear-gradient(145deg,#191721,#111116)}.example-card small{font-size:9px;letter-spacing:.15em;color:#9f8eb5}.example-card p{color:#ddd7e5;font-size:13px;margin:12px 0 16px}.example-card div{display:flex;gap:6px;flex-wrap:wrap}.example-card div span{font-size:9px;border:1px solid var(--line);padding:5px 7px;border-radius:999px;color:var(--muted)}.questions{display:grid;gap:18px;margin-bottom:26px}.question-block{display:grid;gap:9px}.question-block label{font-size:13px;font-weight:750}.answer-options{display:flex;flex-wrap:wrap;gap:8px}.answer-options button{border:1px solid var(--line);background:#111116;border-radius:12px;padding:10px 12px;font-size:11px;color:var(--muted);cursor:pointer}.answer-options button.selected{border-color:#7e61b7;background:#292132;color:white}.question-block input{border:1px solid var(--line);background:#0e0e12;border-radius:13px;padding:12px 13px;color:var(--text);outline:none}.generating{text-align:center;padding:80px 10px}.generation-core{width:94px;height:94px;border-radius:30px;margin:0 auto 24px;display:grid;place-items:center;background:radial-gradient(circle at 40% 30%,#b591ff,#6c3fce 60%,#3d245f);box-shadow:0 0 0 16px rgba(139,92,246,.06),0 0 60px rgba(139,92,246,.24);animation:pulse 1.6s infinite}.generation-core span{font-size:36px}@keyframes pulse{50%{transform:scale(1.04);box-shadow:0 0 0 22px rgba(139,92,246,.03),0 0 80px rgba(139,92,246,.32)}}.generating h2{font-size:28px}.generating p{color:var(--muted)}.generation-track{height:7px;background:#24242b;border-radius:999px;overflow:hidden;max-width:430px;margin:22px auto 12px}.generation-track i{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--purple),var(--pink));border-radius:inherit;transition:width .6s ease}.generation-checks{display:flex;justify-content:center;gap:14px;font-size:10px;color:var(--muted)}.generation-checks .done{color:var(--green)}.result-wrap{display:none}.result-wrap.visible{display:block}.result-header{text-align:left;margin-bottom:22px}.result-header h2{font-size:32px}.result-header p{color:var(--muted);line-height:1.6}.result-actions{display:flex;gap:9px;flex-wrap:wrap}.simulation-grid{display:grid;grid-template-columns:320px minmax(0,1fr);gap:16px}.phone-preview{border:1px solid #393441;border-radius:32px;padding:9px;background:#08080a;box-shadow:0 25px 70px rgba(0,0,0,.35);position:sticky;top:90px;align-self:start}.phone-screen{aspect-ratio:9/16;border-radius:24px;overflow:hidden;position:relative;background:linear-gradient(160deg,#4b2b74,#17131e);display:flex;align-items:end}.scene-bg{position:absolute;inset:0;background:radial-gradient(circle at 65% 25%,var(--scene-a,#9a6aff),transparent 25%),linear-gradient(160deg,var(--scene-b,#3d255a),#101014 75%);transition:.5s}.scene-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.86),transparent 62%)}.scene-content{position:relative;z-index:2;padding:22px 18px;width:100%}.scene-number{font-size:9px;letter-spacing:.14em;color:#ddd4e9}.scene-content h3{font-size:24px;line-height:1.05;margin:9px 0}.scene-content p{font-size:11px;line-height:1.5;color:#d4ced8}.scene-progress{display:flex;gap:4px;position:absolute;left:12px;right:12px;top:12px;z-index:4}.scene-progress i{flex:1;height:3px;border-radius:99px;background:rgba(255,255,255,.26);overflow:hidden}.scene-progress i.active:after{content:"";display:block;height:100%;background:white;animation:storyProgress 3s linear forwards}@keyframes storyProgress{from{width:0}to{width:100%}}.play-button{position:absolute;z-index:4;left:50%;top:45%;transform:translate(-50%,-50%);width:58px;height:58px;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:rgba(0,0,0,.24);backdrop-filter:blur(10px);cursor:pointer;font-size:20px}.result-details{display:grid;gap:14px}.result-card{border:1px solid var(--line);background:#121217;border-radius:20px;padding:18px}.result-card h3{font-size:14px;margin:0 0 14px}.outcome{display:grid;grid-template-columns:90px minmax(0,1fr) 42px;gap:10px;align-items:center;margin:12px 0}.outcome span{font-size:10px;color:var(--muted)}.outcome-track{height:8px;border-radius:99px;background:#26262e;overflow:hidden}.outcome-track i{display:block;height:100%;border-radius:inherit}.outcome strong{font-size:12px;text-align:right}.timeline{display:grid;gap:14px}.timeline-item{display:grid;grid-template-columns:64px 10px 1fr;gap:10px}.timeline-item>span{font-size:9px;color:#b1a7bc;padding-top:3px}.timeline-dot{width:8px;height:8px;border-radius:50%;background:var(--violet);box-shadow:0 0 14px rgba(170,116,255,.7);margin-top:3px}.timeline-copy b{font-size:12px}.timeline-copy p{font-size:10px;line-height:1.5;color:var(--muted);margin:4px 0}.chip-list{display:flex;flex-wrap:wrap;gap:7px}.chip-list span{font-size:10px;padding:7px 9px;border-radius:10px;background:#202027;color:#c3bfca}.disclaimer{font-size:9px;line-height:1.5;color:var(--muted-2);border-top:1px solid var(--line);padding-top:12px}.page-title{padding:28px 0 25px}.page-title h1,.pricing-hero h1{font-size:52px;margin:10px 0 12px}.page-title p,.pricing-hero p{color:var(--muted);max-width:700px;line-height:1.6}.split-title{display:flex;justify-content:space-between;align-items:end}.filter-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.explore-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.explore-card{border:1px solid var(--line);background:var(--surface);border-radius:24px;padding:20px;min-height:230px;display:flex;flex-direction:column;cursor:pointer;transition:.2s;position:relative;overflow:hidden}.explore-card:hover{transform:translateY(-3px);border-color:#574a66}.explore-card:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;background:var(--glow);filter:blur(60px);right:-50px;top:-50px;opacity:.35}.explore-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#25212e;font-size:22px;z-index:1}.explore-card small{font-size:9px;color:var(--muted);letter-spacing:.12em;margin-top:auto}.explore-card h3{font-size:18px;line-height:1.3;margin:10px 0}.explore-card p{font-size:11px;color:var(--muted);line-height:1.55}.history-tools{display:flex;gap:10px;margin-bottom:16px}.history-tools input{flex:1;border:1px solid var(--line);background:var(--surface);border-radius:14px;padding:12px 14px;color:var(--text);outline:none}.history-list{display:grid;gap:10px}.history-row{display:grid;grid-template-columns:minmax(0,1fr) 110px 100px;gap:15px;align-items:center;border:1px solid var(--line);background:var(--surface);border-radius:18px;padding:15px 17px}.history-row h3{font-size:14px;margin:5px 0}.history-row p{font-size:10px;color:var(--muted);margin:0}.history-row .history-score{font-size:11px;color:var(--muted)}.history-row .history-score b{display:block;color:var(--green);font-size:18px}.row-actions{display:flex;justify-content:end;gap:6px}.row-actions button{border:1px solid var(--line);background:#1d1d23;width:34px;height:34px;border-radius:10px;cursor:pointer}.pricing-hero{text-align:center;padding:38px 0}.pricing-hero p{margin:0 auto}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;align-items:stretch}.price-card{border:1px solid var(--line);background:var(--surface);border-radius:28px;padding:26px;position:relative}.price-card.featured{border-color:#7555a9;background:radial-gradient(circle at 90% 0%,rgba(240,103,166,.14),transparent 32%),linear-gradient(150deg,#17131e,#111116);transform:translateY(-9px)}.plan{font-size:10px;letter-spacing:.16em;color:var(--muted)}.price-card h2{font-size:40px;letter-spacing:-.05em;margin:16px 0 6px}.price-card h2 small{font-size:12px;color:var(--muted);letter-spacing:0}.price-card>p{font-size:11px;color:var(--muted)}.price-card ul{list-style:none;padding:0;margin:24px 0;display:grid;gap:13px}.price-card li{font-size:12px;color:#d2ced7}.price-card li:before{content:"✓";color:var(--green);margin-right:9px}.popular{position:absolute;right:18px;top:18px;font-size:8px;font-weight:900;background:linear-gradient(90deg,var(--purple),var(--pink));padding:6px 8px;border-radius:999px}.business-note{margin-top:26px;border:1px solid var(--line);border-radius:24px;padding:24px;display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;background:var(--surface)}.business-note h3{font-size:22px;margin:8px 0}.business-note p{font-size:12px;line-height:1.7;color:var(--muted)}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.settings-card{padding:22px}.settings-card h3{font-size:16px;margin:0 0 18px}.span-two{grid-column:1/-1}.toggle-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid var(--line);cursor:pointer}.toggle-row span{display:grid;gap:4px}.toggle-row b{font-size:12px}.toggle-row small{font-size:10px;color:var(--muted)}.toggle-row input{display:none}.toggle-row i{width:42px;height:24px;border-radius:999px;background:#2b2b33;position:relative;transition:.2s}.toggle-row i:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:#aaa;top:3px;left:3px;transition:.2s}.toggle-row input:checked+i{background:var(--purple)}.toggle-row input:checked+i:after{left:21px;background:white}.service-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line);font-size:11px}.service-row span{display:flex;align-items:center;gap:8px}.service-row b{color:var(--muted)}.status-dot{width:8px;height:8px;border-radius:50%;background:#575763}.status-dot.online{background:var(--green);box-shadow:0 0 12px rgba(99,230,165,.5)}.status-dot.warn{background:var(--yellow)}.settings-card>.btn{margin-top:16px}.settings-card>p{color:var(--muted);font-size:12px;line-height:1.7}.notice{padding:14px;border-radius:14px;background:#1e1b23;border:1px solid #332c3a;color:#c9c0d1;font-size:11px;line-height:1.6}.mobile-nav{display:none}.modal{position:fixed;inset:0;z-index:60;display:none}.modal.open{display:grid;place-items:center}.modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(9px)}.modal-card{position:relative;z-index:2;width:min(460px,calc(100% - 30px));border:1px solid #40364b;background:#15131a;border-radius:26px;padding:28px;box-shadow:var(--shadow);text-align:center}.modal-close{position:absolute;right:15px;top:12px;border:0;background:transparent;font-size:25px;color:var(--muted);cursor:pointer}.modal-icon{width:64px;height:64px;border-radius:20px;display:grid;place-items:center;margin:0 auto 16px;background:linear-gradient(145deg,var(--purple),var(--pink));font-size:22px}.modal-card h2{font-size:24px;margin:8px 0}.modal-card p{font-size:12px;line-height:1.6;color:var(--muted)}.modal-actions{display:flex;gap:9px;justify-content:center;margin-top:22px}.video-job small{color:var(--muted)}.toast{position:fixed;left:50%;bottom:28px;z-index:90;transform:translate(-50%,120px);opacity:0;background:#f5f3f7;color:#131217;padding:12px 16px;border-radius:13px;font-weight:800;font-size:12px;transition:.28s;box-shadow:var(--shadow)}.toast.show{transform:translate(-50%,0);opacity:1}.light-mode{--bg:#f5f4f8;--surface:#fff;--surface-2:#eceaf1;--surface-3:#e5e2ea;--line:#ddd9e3;--text:#15131a;--muted:#716d79;--muted-2:#97919e}.light-mode .sidebar{background:rgba(250,249,252,.95)}.light-mode .topbar{background:linear-gradient(to bottom,rgba(245,244,248,.97),rgba(245,244,248,.78),transparent)}.light-mode .prompt-box,.light-mode .question-block input,.light-mode .answer-options button{background:#f9f8fb}.light-mode .home-hero{background:linear-gradient(145deg,#fff,#efecf5)}.light-mode .phone-preview{background:#111}.light-mode .phone-screen,.light-mode .scene-content{color:white}
@media(max-width:1100px){.template-grid{grid-template-columns:repeat(2,1fr)}.explore-grid{grid-template-columns:repeat(2,1fr)}.home-hero{grid-template-columns:1fr}.hero-visual{display:none}.create-layout{grid-template-columns:1fr}.create-aside{grid-template-columns:1fr 1fr}.simulation-grid{grid-template-columns:280px minmax(0,1fr)}}
@media(max-width:820px){:root{--sidebar:0px}.sidebar{display:none}.main-content{margin-left:0;padding:0 15px 100px}.topbar{height:64px;justify-content:space-between}.mobile-brand{display:flex}.mobile-nav{position:fixed;left:10px;right:10px;bottom:9px;z-index:35;display:grid;grid-template-columns:repeat(5,1fr);height:66px;border:1px solid var(--line);border-radius:22px;background:rgba(18,18,22,.92);backdrop-filter:blur(22px);box-shadow:0 15px 45px rgba(0,0,0,.35)}.mobile-nav button{border:0;background:transparent;color:var(--muted);display:grid;place-items:center;align-content:center;gap:3px;cursor:pointer}.mobile-nav button.active{color:white}.mobile-nav button span{font-size:18px}.mobile-nav button small{font-size:8px}.mobile-create span{width:48px;height:48px;border-radius:17px;background:linear-gradient(145deg,var(--purple),var(--pink));display:grid;place-items:center;color:white;box-shadow:0 10px 25px rgba(139,92,246,.35)}.home-hero{min-height:auto}.hero-copy{padding:42px 24px}.hero-copy h1{font-size:52px}.wizard-card{padding:18px;min-height:0}.wizard-screen{margin-top:34px}.simulation-grid{grid-template-columns:1fr}.phone-preview{position:relative;top:auto;width:min(320px,100%);margin:0 auto}.pricing-grid{grid-template-columns:1fr}.price-card.featured{transform:none}.business-note{grid-template-columns:1fr}.settings-grid{grid-template-columns:1fr}.span-two{grid-column:auto}.split-title{display:block}.split-title .btn{margin-top:12px}.history-row{grid-template-columns:1fr auto}.history-row .history-score{display:none}}
@media(max-width:560px){.top-actions .credits-pill{height:34px}.icon-btn{height:34px;width:34px}.hero-copy{padding:34px 18px}.hero-copy h1{font-size:43px}.hero-copy>p{font-size:13px}.quick-prompts{overflow-x:auto;flex-wrap:nowrap;padding-bottom:3px}.quick-prompts button{white-space:nowrap}.section-head h2{font-size:23px}.template-grid,.recent-grid,.explore-grid{grid-template-columns:1fr}.template-card{min-height:215px}.create-aside{grid-template-columns:1fr}.wizard-top{grid-template-columns:auto 1fr auto}.stepper i{width:26px}.wizard-screen h2{font-size:29px}.category-row{display:grid;grid-template-columns:repeat(2,1fr)}.category-row button{border-radius:12px}.generation-checks{gap:7px}.result-actions .btn{flex:1}.outcome{grid-template-columns:76px minmax(0,1fr) 36px}.page-title h1,.pricing-hero h1{font-size:39px}.history-tools{flex-direction:column}.history-row{grid-template-columns:1fr}.row-actions{justify-content:start}.business-note{padding:18px}.modal-actions{flex-direction:column-reverse}.modal-actions .btn{width:100%}}
@media(max-width:560px){
  .home-hero,.hero-copy,.hero-form,.quick-prompts{min-width:0;max-width:100%}
  .hero-copy{overflow:hidden}
  .hero-form{width:100%}
  .hero-form textarea{max-width:100%}
}
