:root{--bg:#f5f7fb;--panel:#fff;--text:#172033;--muted:#667085;--line:#dfe5ef;--primary:#0f766e;--accent:#2563eb;--danger:#dc2626}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,system-ui,Segoe UI,Arial,sans-serif}a{color:inherit;text-decoration:none}.wrap{max-width:1180px;margin:0 auto;padding:24px}.top{justify-content:space-between;align-items:center;gap:16px;padding:18px 0;display:flex}.brand{font-size:22px;font-weight:800}.nav{flex-wrap:wrap;gap:10px;display:flex}.btn,button{background:var(--primary);color:#fff;cursor:pointer;border:0;border-radius:8px;padding:10px 14px;font-weight:700}.btn.secondary,button.secondary{color:#172033;background:#e8eef8}.btn.danger,button.danger{background:var(--danger)}.hero{padding:48px 0 28px}.hero.compact{padding:28px 0 18px}.hero h1{margin:0 0 16px;font-size:clamp(34px,6vw,64px);line-height:1}.hero p{max-width:720px;color:var(--muted);font-size:18px}.grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;display:grid}.card,.panel{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:18px}.card img{object-fit:cover;background:#eef2f7;border-radius:6px;width:100%;height:150px}.muted{color:var(--muted)}.tag{color:#0f766e;background:#e7f6f3;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:800;display:inline-flex}.admin-shell{grid-template-columns:240px 1fr;min-height:100vh;display:grid}.side{color:#fff;background:#111827;padding:22px}.side a,.side button{text-align:left;color:#fff;background:0 0;border-radius:8px;width:100%;margin:6px 0;padding:10px;display:block}.side a:hover,.side button:hover{background:#1f2937}.content{padding:24px}.tabs{flex-wrap:wrap;gap:8px;margin:0 0 18px;display:flex}.tabs button{color:#172033;background:#e8eef8}.tabs button.active{background:var(--primary);color:#fff}.form{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;margin:12px 0;display:grid}.form.full{grid-template-columns:1fr}label{gap:6px;font-size:13px;font-weight:700;display:grid}input,select{border:1px solid var(--line);width:100%;color:var(--text);background:#fff;border-radius:8px;padding:10px}table{border-collapse:collapse;border:1px solid var(--line);background:#fff;border-radius:8px;width:100%;overflow:hidden}th,td{border-bottom:1px solid var(--line);text-align:left;padding:10px;font-size:14px}th{background:#f0f4f9}.actions{flex-wrap:wrap;gap:8px;display:flex}.notice{color:#6b4e00;background:#fff8e1;border:1px solid #f5d36d;border-radius:8px;margin:12px 0;padding:12px}.ok{color:#075e54;background:#e7f6f3;border-color:#8fd4c9}.err{color:#991b1b;background:#fee2e2;border-color:#fca5a5}.login{place-items:center;min-height:100vh;padding:20px;display:grid}.login .panel{width:min(420px,100%)}@media (max-width:760px){.admin-shell{grid-template-columns:1fr}.side{position:static}.content{padding:14px}table{display:block;overflow:auto}.top{flex-direction:column;align-items:flex-start}}button:disabled{opacity:.65;cursor:not-allowed}.panel.form{align-items:end}.client-page .top .muted{margin:6px 0 0}.summary-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:16px;display:grid}.metric-card{flex-direction:column;justify-content:space-between;min-height:150px;display:flex}.metric-card h2{margin:12px 0 4px}.badge{border-radius:999px;width:max-content;padding:5px 10px;font-size:12px;font-weight:800;display:inline-flex}.badge.ok{color:#166534;background:#dcfce7}.badge.warn{color:#92400e;background:#fef3c7}.badge.danger{color:#991b1b;background:#fee2e2}.detail-panel{margin-top:16px}.panel-head{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:12px;display:flex}.panel-head h2{margin:0 0 4px}.detail-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;display:grid}.detail-item{border:1px solid var(--line);background:#f8fafc;border-radius:8px;padding:12px}.detail-item span{color:var(--muted);margin-bottom:5px;font-size:12px;font-weight:700;display:block}.detail-item b{overflow-wrap:anywhere}.code-text{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.dns-list{gap:12px;display:grid}.dns-card{border:1px solid var(--line);background:#fff;border-radius:8px;padding:14px}.dns-card-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.dns-card-head h3{overflow-wrap:anywhere;margin:0 0 4px}.dns-edit{align-items:end;margin-top:12px}.compact-details{margin:12px 0}.renewal-panel{justify-content:space-between;align-items:center;gap:14px;margin-top:16px;display:flex}.renewal-panel h2{margin:0 0 4px}.modal-backdrop{z-index:50;background:#0f172a8c;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{border:1px solid var(--line);background:#fff;border-radius:8px;width:min(460px,100%);padding:22px;box-shadow:0 20px 60px #0f172a40}.modal h2{margin-top:0}@media (max-width:760px){.panel-head,.renewal-panel,.dns-card-head{flex-direction:column}.panel-head .secondary,.renewal-panel button{width:100%}.dns-edit{grid-template-columns:1fr}.dns-edit button{width:100%}}.nginx-preview{color:#e5e7eb;background:#0f172a;border-radius:8px;padding:14px;font-size:13px;line-height:1.5;overflow:auto}.modal.wide{width:min(820px,100%)}td .muted{margin:4px 0 0;font-size:12px}.content table{margin-top:12px}.site-home{background:#f4f7fb;min-height:100vh}.home-nav{justify-content:space-between;align-items:center;gap:16px;max-width:1180px;margin:0 auto;padding:18px 24px;display:flex}.home-brand{color:#101828;font-size:22px;font-weight:900}.offer-hero{color:#fff;background-position:50%;background-size:cover;align-items:center;min-height:590px;display:flex}.offer-hero-content{width:min(1180px,100%);margin:0 auto;padding:64px 24px 72px}.offer-hero .tag{color:#d7fff6;background:#ffffff24;border:1px solid #ffffff3d}.offer-hero h1{letter-spacing:0;max-width:820px;margin:18px 0;font-size:clamp(38px,6vw,72px);line-height:.98}.offer-hero p{color:#e5eef8;max-width:660px;margin:0 0 26px;font-size:20px;line-height:1.55}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.btn.ghost{color:#fff;background:#ffffff1f;border:1px solid #ffffff61}.hero-stats{grid-template-columns:repeat(3,minmax(130px,1fr));gap:12px;max-width:620px;margin-top:34px;display:grid}.hero-stats div{background:#ffffff1a;border:1px solid #ffffff3d;border-radius:8px;padding:14px}.hero-stats b{font-size:28px;display:block}.hero-stats span{color:#d8e3ef;font-size:13px;font-weight:700;display:block}.home-section{max-width:1180px;margin:0 auto;padding:46px 24px}.section-head{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:18px;display:flex}.section-head h2,.home-section h2{color:#111827;margin:0;font-size:clamp(26px,4vw,42px);line-height:1.08}.section-kicker{color:#0f766e;text-transform:uppercase;letter-spacing:.08em;margin:0 0 8px;font-size:12px;font-weight:900}.intro-band{grid-template-columns:minmax(220px,330px) 1fr;align-items:start;gap:28px;display:grid}.flow-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.flow-grid div{border:1px solid var(--line);background:#fff;border-radius:8px;min-height:130px;padding:16px}.flow-grid b{color:#fff;background:#102033;border-radius:8px;place-items:center;width:34px;height:34px;margin-bottom:16px;display:grid}.flow-grid span{font-weight:750;line-height:1.35}.plans-section{padding-top:28px}.plans-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;display:grid}.plan-card{border:1px solid var(--line);background:#fff;border-radius:8px;flex-direction:column;gap:18px;padding:20px;display:flex;box-shadow:0 14px 38px #1018280f}.plan-card.featured{border-color:#0f766e;box-shadow:0 18px 48px #0f766e21}.plan-card-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.plan-card h3{margin:12px 0 0;font-size:26px}.price-block{border:1px solid var(--line);background:#f7fafc;border-radius:8px;padding:16px}.price-block span{color:var(--muted);margin-bottom:6px;font-size:13px;font-weight:800;display:block}.price-block strong{color:#111827;font-size:34px;line-height:1}.range-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.range-list li{border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.range-list span{color:#344054}.range-list b{color:#0f766e}.plan-footer{gap:12px;margin-top:auto;display:grid}.plan-footer .btn{text-align:center;width:100%}.apps-strip{padding-top:24px}.app-showcase{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;display:grid}.app-showcase article{border:1px solid var(--line);background:#fff;border-radius:8px;align-items:center;gap:14px;padding:14px;display:flex}.app-showcase img{object-fit:cover;background:#eef2f7;border-radius:8px;width:84px;height:84px}.app-showcase h3{margin:0 0 4px}.cta-band{color:#fff;background:#102033;border-radius:8px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:36px;display:flex}.cta-band h2{color:#fff}.cta-band p:not(.section-kicker){color:#d8e3ef;max-width:680px}.cta-band .section-kicker{color:#8ce6d8}.cta-band .btn{color:#082f2b;background:#14b8a6}@media (max-width:860px){.home-nav{flex-direction:column;align-items:flex-start}.offer-hero{min-height:620px}.hero-stats,.intro-band{grid-template-columns:1fr}.flow-grid{grid-template-columns:repeat(2,1fr)}.section-head,.cta-band{flex-direction:column;align-items:flex-start}.section-head .btn,.cta-band .btn{text-align:center;width:100%}}@media (max-width:560px){.offer-hero-content{padding:48px 18px 56px}.home-section,.home-nav{padding-left:18px;padding-right:18px}.flow-grid{grid-template-columns:1fr}.plan-card h3{font-size:23px}.price-block strong{font-size:30px}}
