:root{font-family:Inter,Segoe UI,sans-serif;color:#eff7f3;background:#07110e;color-scheme:dark}*{box-sizing:border-box}body{margin:0}.center-shell{min-height:100vh;display:grid;place-items:center;padding:25px;background:radial-gradient(circle at 50% 10%,#153c2c,#07110e 55%)}.login-card{width:min(430px,100%);padding:34px;background:#112019;border:1px solid #284538;border-radius:22px;display:grid;gap:15px}.login-card h1{margin:0;font-size:32px}.login-card p{color:#a9bbb3;margin:0}.logo{height:48px;width:48px;display:grid;place-items:center;background:#63d297;color:#07110e;border-radius:13px;font-weight:900}.eyebrow{color:#63d297!important;letter-spacing:.16em;font-size:12px;font-weight:800}header{height:76px;padding:0 max(28px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #1f332b}header>div{display:flex;gap:14px;align-items:center}header strong{font-size:20px}header span{color:#94aaa0}main{max-width:1180px;margin:auto;padding:38px 28px 60px}.pill{border:1px solid #315344;border-radius:99px;padding:8px 13px;font-size:13px}.hero{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px}.hero h1{font-size:42px;max-width:710px;line-height:1.08;margin:10px 0}.hero p,.card p{color:#9fb1a9}.stat{min-width:150px;background:#14241e;border-radius:18px;padding:22px;display:flex;flex-direction:column}.stat b{font-size:38px;color:#63d297}.columns{display:grid;grid-template-columns:1fr 1fr;gap:20px}.card{background:#112019;border:1px solid #1d342a;border-radius:20px;padding:25px;margin-bottom:20px}.card h2{margin:0 0 5px}.countries{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.country{padding:10px 15px;border:1px solid #315344;border-radius:10px;background:transparent;color:#dce8e2;cursor:pointer}.country.active{background:#63d297;color:#07110e;font-weight:750}form{display:grid;gap:13px;margin-top:16px}label{display:grid;gap:6px;color:#b9c8c1;font-size:13px}input,textarea{background:#08130f;border:1px solid #315344;border-radius:10px;padding:12px;color:white;font-size:15px}textarea{min-height:90px;resize:vertical}button{border:0;border-radius:10px;padding:12px 15px;background:#63d297;color:#07110e;font-weight:800;cursor:pointer}.quiet{background:transparent;color:#a9bbb3;border:1px solid #315344;padding:8px 12px}.providers{display:grid;gap:12px}.provider{padding:17px;border-radius:13px;background:#172a22}.provider-head{display:grid;grid-template-columns:1fr auto;gap:12px}.provider h3{margin:0}.provider small{color:#93a69d}.provider-actions{display:flex;gap:8px;align-items:center}.danger{background:#34201f;color:#ffaaa5}.provider-editor{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:15px;padding-top:15px;border-top:1px solid #294238}.provider-editor .wide{grid-column:1/-1}.section-title{display:flex;justify-content:space-between;align-items:start}#message{color:#63d297}.empty{border:1px dashed #315344;border-radius:13px;padding:25px;color:#93a69d;text-align:center}.error{color:#ffaaa5;min-height:20px}.footnote{color:#80968c;font-size:13px}@media(max-width:760px){.columns{grid-template-columns:1fr}.hero{align-items:start}.stat{display:none}.hero h1{font-size:32px}header div>span{display:none}.provider-head,.provider-editor{grid-template-columns:1fr}.provider-editor .wide{grid-column:auto}.provider-actions{align-items:stretch}}
