:root{--bg:#f7f7fc;--panel:#fffffff2;--text:#232536;--muted:#747789;--line:#e6e5f0;--p:#6757dd;--p2:#856ff2;--green:#15755a;--red:#b43c49}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 85% 5%,#eee9ff,transparent 28%),radial-gradient(circle at 8% 45%,#e6f8f2,transparent 26%),var(--bg);color:var(--text);font-family:Inter,"Segoe UI",Tahoma,Arial,sans-serif}button,textarea{font:inherit}.topbar{height:74px;padding:0 clamp(18px,5vw,72px);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:10;background:#f7f7fce8;backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.back{font-size:25px;color:inherit;text-decoration:none}.brand{display:flex;align-items:center;gap:9px;color:inherit;text-decoration:none;font-size:21px;font-weight:900}.brand span{display:grid;place-items:center;width:38px;height:38px;border-radius:13px;color:#fff;background:linear-gradient(135deg,var(--p),#55cbb8)}.actions{display:flex;align-items:center;gap:8px}.actions>*{border:1px solid var(--line);background:#fff;border-radius:12px;padding:9px 11px}.actions button{cursor:pointer}.actions>span{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:12px}main{width:min(1120px,92vw);margin:auto;padding-bottom:60px}.hero{padding:66px 0 30px;display:flex;justify-content:space-between;gap:30px;align-items:end}.hero small,.plan-head small{color:var(--p);font-weight:900;letter-spacing:.08em}.hero h1{font-size:clamp(42px,7vw,80px);line-height:.95;margin:12px 0}.hero p{max-width:720px;color:var(--muted);font-size:18px;line-height:1.65}.shield{padding:12px 15px;border:1px solid #cde9df;border-radius:999px;background:#effbf7;color:var(--green);font-weight:800;white-space:nowrap}.panel{background:var(--panel);border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 20px 55px #30276d0c}.composer label{display:block;font-weight:900;font-size:20px;margin-bottom:12px}textarea{width:100%;resize:vertical;padding:16px;border:1px solid var(--line);border-radius:15px;background:#fff;color:inherit;outline:0;line-height:1.6}textarea:focus{border-color:#9c90ef;box-shadow:0 0 0 3px #7462e51a}.examples{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.examples button,.footer-card button,#replanButton{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 13px;cursor:pointer;color:var(--p)}.primary{width:100%;border:0;border-radius:14px;padding:15px;color:#fff;background:linear-gradient(135deg,var(--p),var(--p2));font-weight:900;cursor:pointer}.primary:disabled{opacity:.55}.fine{color:var(--muted);font-size:12px;line-height:1.55}#status{display:none;padding:13px;margin:12px 0;border-radius:12px}#status.show{display:block;background:#eeecff;color:#5146b7}#status.error{background:#fff0ef;color:var(--red)}.hidden{display:none!important}#planSection{display:grid;gap:16px;margin-top:20px}.plan-head{display:flex;justify-content:space-between;gap:25px;align-items:center}.plan-head h2{margin:6px 0}.plan-head p{color:var(--muted);line-height:1.6}.estimate{min-width:190px;padding:17px;border-radius:17px;background:#f0edff;display:grid;gap:4px}.estimate b{font-size:27px;color:var(--p)}.estimate small{color:var(--muted)}#questionsCard ul{color:var(--muted);line-height:1.8}.steps{display:grid;gap:12px}.step-card{display:grid;grid-template-columns:46px 1fr auto;gap:15px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:20px;padding:17px}.step-number{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#eeebff;color:var(--p);font-weight:900}.step-copy h3{margin:0 0 5px}.step-copy p{margin:0;color:var(--muted);line-height:1.5}.step-copy small{display:block;margin-top:7px;color:#999}.step-meta{display:flex;align-items:center;gap:9px}.cost{padding:8px 10px;border-radius:10px;background:#f3f2f7;font-weight:800;white-space:nowrap}.launch{border:0;border-radius:11px;padding:11px 14px;background:var(--p);color:#fff;text-decoration:none;font-weight:800;white-space:nowrap}.done{border-color:#bfe6d9;background:#f4fcf9}.footer-card{display:flex;justify-content:space-between;gap:20px;align-items:center}.footer-card p{margin:6px 0;color:var(--muted);line-height:1.55}[dir=rtl] .step-card{text-align:right}@media(max-width:760px){.topbar{padding:0 14px}.actions>span{display:none}.hero{display:block;padding-top:40px}.shield{display:inline-block;margin-top:10px}.plan-head,.footer-card{display:block}.estimate{margin-top:16px}.step-card{grid-template-columns:40px 1fr}.step-meta{grid-column:1/-1;justify-content:flex-end}.hero h1{font-size:48px}}
