*{box-sizing:border-box}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:linear-gradient(135deg,#f8fafc,#eef2ff);color:#0f172a}
.page{min-height:100vh;padding:18px;display:flex;justify-content:center}
.wizard{width:100%;max-width:980px}
.top{display:flex;gap:16px;align-items:center;background:white;border:1px solid #e5e7eb;border-radius:30px;padding:22px;margin-bottom:16px;box-shadow:0 22px 60px rgba(15,23,42,.08)}
.brand{width:58px;height:58px;border-radius:20px;background:#0f172a;color:white;display:flex;align-items:center;justify-content:center;font-weight:900}
h1{margin:0;font-size:34px;letter-spacing:-.05em}
p{color:#64748b;line-height:1.6}
.panel{background:white;border:1px solid #e5e7eb;border-radius:28px;padding:24px;margin-bottom:16px;box-shadow:0 18px 50px rgba(15,23,42,.07)}
.step{display:inline-block;background:#fff7ed;color:#9a3412;border:1px solid #fed7aa;padding:7px 12px;border-radius:999px;font-size:13px;font-weight:900}
h2{margin:12px 0 16px;font-size:24px}
.templates{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.template-card{border:1px solid #e5e7eb;border-radius:20px;padding:16px;cursor:pointer;background:#f8fafc}
.template-card input{width:auto;margin-right:8px}
.template-card b{display:block;margin-bottom:6px}
.template-card small{color:#64748b;line-height:1.5}
label{display:block;font-weight:800;margin:14px 0 7px}
input,select,textarea{width:100%;border:1px solid #d1d5db;border-radius:16px;padding:15px;font-size:16px;background:white}
textarea{min-height:110px}
.grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.domain-row{display:flex;align-items:center;gap:8px}
.domain-row span{font-weight:900;color:#475569}
.checks{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.checks label{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:14px;margin:0}
.checks input{width:auto}
button{width:100%;margin-top:20px;border:0;background:#0f172a;color:white;padding:17px;border-radius:18px;font-size:17px;font-weight:900;cursor:pointer}
.note{text-align:center;font-size:14px}
.live{background:linear-gradient(135deg,#ecfeff,#fff);border-color:#a5f3fc}
.live-url{display:block;background:#0f172a;color:white;padding:16px;border-radius:18px;text-decoration:none;font-weight:900;overflow:auto}
.actions{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}
.actions a{background:#111827;color:white;text-align:center;padding:14px;border-radius:16px;text-decoration:none;font-weight:900}
.dash-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.dash-grid div{background:#f8fafc;border:1px solid #e5e7eb;border-radius:18px;padding:15px}
.dash-grid b{display:block;margin-bottom:5px}
.dash-grid span{color:#64748b}
@media(max-width:760px){
  .page{padding:12px}
  .top{align-items:flex-start;border-radius:24px}
  h1{font-size:28px}
  .templates,.grid,.checks,.actions,.dash-grid{grid-template-columns:1fr}
  .panel{padding:18px;border-radius:24px}
}