:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#172033;background:#f2f4f7}*{box-sizing:border-box}body{margin:0}.topbar{height:72px;padding:0 32px;background:#101827;color:white;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #263143}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:38px;height:38px;border-radius:12px;background:#fff;color:#111827;display:grid;place-items:center;font-weight:900}.brand div{display:flex;flex-direction:column}.brand small{opacity:.65;margin-top:2px}.badge{background:#263143;padding:7px 11px;border-radius:100px;font-size:12px}.workspace{display:grid;grid-template-columns:minmax(0,650px) minmax(420px,1fr);min-height:calc(100vh - 72px)}.editor{padding:44px max(28px,6vw) 70px;background:white}.intro{margin-bottom:30px}.eyebrow,.mini{font-size:11px;letter-spacing:.15em;font-weight:800;color:#7b879b}.intro h1{font-size:clamp(30px,4vw,50px);line-height:1.02;letter-spacing:-.04em;margin:8px 0 12px}.intro p{color:#667085}.card{border:1px solid #e4e8ef;border-radius:18px;padding:22px;margin:16px 0;background:#fff}.card h2{font-size:17px;margin:0 0 18px}label{display:block;font-size:13px;font-weight:700;margin:14px 0}input,textarea,select{width:100%;margin-top:7px;border:1px solid #d6dce5;border-radius:11px;padding:13px 14px;font:inherit;background:#fbfcfd;outline:none}input:focus,textarea:focus,select:focus{border-color:#667085;box-shadow:0 0 0 3px rgba(102,112,133,.1)}.slugline{display:flex;align-items:center;border:1px solid #d6dce5;border-radius:11px;margin-top:7px;overflow:hidden;background:#fbfcfd}.slugline input{border:0;margin:0;border-radius:0}.slugline span{font-size:12px;color:#667085;padding-right:12px;white-space:nowrap}.hint{display:block;color:#8b95a7;font-weight:500;line-height:1.5;margin-top:8px}.publish{width:100%;border:0;border-radius:13px;background:#111827;color:white;padding:17px;font-weight:800;font-size:15px;cursor:pointer}.preview-wrap{position:sticky;top:0;height:calc(100vh - 72px);padding:26px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#e9edf2}.preview-head{width:360px;display:flex;justify-content:space-between;margin-bottom:10px;font-size:12px;color:#667085}.phone{width:360px;height:700px;border:9px solid #20242b;border-radius:42px;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.18);background:white}.site-preview{height:100%;overflow:auto}.site-preview .hero{padding:32px 24px}.site-preview .photo{height:220px;border-radius:22px;background:#303744;display:grid;place-items:center;margin-bottom:26px;background-size:cover;background-position:center}.site-preview .photo span{font-size:11px;letter-spacing:.18em;opacity:.5}.site-preview h3{font-size:36px;line-height:.95;letter-spacing:-.05em;margin:7px 0}.site-preview .profession{opacity:.7}.site-preview h4{font-size:20px;line-height:1.15;margin:22px 0 10px}.site-preview p{line-height:1.55}.site-preview button{border:0;border-radius:10px;padding:13px 16px;font-weight:800;margin-top:8px}.site-preview .services{padding:26px 24px 40px}.service{border-radius:13px;padding:15px;margin-top:9px}.theme-dark{background:#0d1520;color:white}.theme-dark .service{background:#172231}.theme-dark button{background:white;color:#101827}.theme-light{background:#f8f4ec;color:#24201a}.theme-light .service{background:white}.theme-light button{background:#24201a;color:white}.theme-clean{background:white;color:#101828}.theme-clean .service{background:#f3f5f7}.theme-clean button{background:#101828;color:white}@media(max-width:900px){.workspace{display:block}.preview-wrap{position:relative;height:auto;padding:35px 16px}.editor{padding:34px 18px}.topbar{padding:0 18px}.phone{width:min(360px,94vw)}}