:root{--navy:#0f172a;--blue:#2563eb;--gold:#d4af37;--bg:#f8fafc;--card:#fff;--muted:#64748b;--border:#e2e8f0}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:#1e293b}.app-shell{display:flex;min-height:100vh}.sidebar{width:270px;background:var(--navy);color:white;padding:24px;position:sticky;top:0;height:100vh}.brand{display:flex;gap:12px;align-items:center;margin-bottom:34px}.brand-mark{width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,var(--blue),var(--gold));display:grid;place-items:center;font-weight:800}.brand span{display:block;color:#cbd5e1;font-size:12px}nav{display:grid;gap:8px}nav a{color:#cbd5e1;text-decoration:none;padding:12px 14px;border-radius:12px}nav a.active,nav a:hover{background:#1e293b;color:white}.sidebar-note{margin-top:32px;padding:16px;border:1px solid #334155;border-radius:16px;color:#e2e8f0}.main{flex:1;padding:28px;max-width:1500px}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--blue);font-size:12px;font-weight:800;margin:0 0 6px}h1,h2,h3{margin:0 0 10px}button{border:0;background:var(--blue);color:white;padding:12px 16px;border-radius:12px;font-weight:700;cursor:pointer}.secondary{background:#e0e7ff;color:#1d4ed8}.actions{display:flex;gap:10px}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.card{background:var(--card);border:1px solid var(--border);border-radius:22px;padding:20px;box-shadow:0 10px 30px rgba(15,23,42,.06)}.stat span,.stat small{display:block;color:var(--muted)}.stat strong{font-size:34px}.quick-panel{display:flex;justify-content:space-between;gap:24px;align-items:center;margin:20px 0}.flow{display:flex;flex-wrap:wrap;gap:8px}.flow span{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;border-radius:999px;padding:9px 12px;font-weight:700}.section{margin-top:24px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:16px 0}label{display:grid;gap:7px;font-weight:700;color:#334155}input,select{padding:12px;border:1px solid var(--border);border-radius:12px;font:inherit}pre{white-space:pre-wrap;background:#0f172a;color:#e2e8f0;border-radius:16px;padding:16px;min-height:120px}.section-head{display:flex;justify-content:space-between;align-items:end}.template-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.template-card{background:white;border:2px solid var(--border);border-radius:20px;padding:14px;cursor:pointer}.template-card.selected{border-color:var(--blue);box-shadow:0 0 0 4px #dbeafe}.template-shot{height:130px;border-radius:16px;margin-bottom:14px;background:linear-gradient(135deg,#dbeafe,#fff)}.template-shot.premium{background:linear-gradient(135deg,#0f172a,#2563eb)}.template-shot.event{background:linear-gradient(135deg,#fef3c7,#d4af37)}.template-shot.restaurant{background:linear-gradient(135deg,#fee2e2,#fb7185)}.template-shot.homestay{background:linear-gradient(135deg,#dcfce7,#22c55e)}.template-card p,.template-card small{color:var(--muted)}.builder-layout{display:grid;grid-template-columns:240px 1fr 280px;gap:18px}.builder-left label{padding:10px 0;border-bottom:1px solid var(--border);display:block}.website-preview{border:1px solid var(--border);border-radius:20px;overflow:hidden;background:#f8fafc}.preview-header{display:flex;justify-content:space-between;align-items:center;background:white;padding:16px}.preview-hero{min-height:240px;background:linear-gradient(135deg,#eff6ff,#fff);display:flex;align-items:center;padding:38px}.preview-hero h2{font-size:36px}.preview-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:16px}.preview-cards span{background:white;border:1px solid var(--border);padding:20px;border-radius:16px;text-align:center;font-weight:700}.properties{display:grid;gap:14px;align-content:start}.status-text{color:#16a34a;font-weight:800}.storage-bar{height:16px;background:#e2e8f0;border-radius:999px;overflow:hidden}.storage-bar span{display:block;height:100%;background:linear-gradient(90deg,var(--blue),var(--gold))}.deploy-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.deploy-grid div{background:#f8fafc;border:1px solid var(--border);border-radius:16px;padding:18px}@media(max-width:1100px){.sidebar{display:none}.grid,.template-grid,.builder-layout,.two-col,.deploy-grid{grid-template-columns:1fr}.topbar,.quick-panel{flex-direction:column;align-items:flex-start}.main{padding:18px}}
