:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#182230;background:#f6f7fb}
*{box-sizing:border-box}
body{margin:0;background:#f6f7fb}
button,input,textarea{font:inherit}
.topbar{height:72px;background:#fff;border-bottom:1px solid #e8eaf0;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1180px)/2));position:sticky;top:0;z-index:5}
.brand{display:flex;gap:12px;align-items:center}.brand div{display:flex;flex-direction:column}.brand small{color:#7a8494;font-size:12px;margin-top:2px}
.mark,.logo-big{display:grid;place-items:center;background:#182230;color:white;font-weight:800;border-radius:12px}.mark{width:38px;height:38px}.logo-big{width:58px;height:58px;margin:0 auto 18px;font-size:25px}
.top-actions{display:flex;align-items:center;gap:10px}.pill,.tag{background:#f2f4f7;border:1px solid #e4e7ec;color:#475467;border-radius:999px;padding:7px 11px;font-size:12px}.tag{font-size:10px;font-weight:700;letter-spacing:.08em}
.container{max-width:1180px;margin:auto;padding:42px 24px 70px}
.hero{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:28px}.hero h1{font-size:36px;line-height:1.1;margin:8px 0 10px;letter-spacing:-.03em}.hero p{color:#667085;max-width:700px;line-height:1.6;margin:0}.eyebrow{font-size:11px;letter-spacing:.13em;font-weight:800;color:#7a8494}
.status-card{background:#fff;border:1px solid #e4e7ec;border-radius:16px;padding:16px 18px;display:flex;gap:11px;align-items:center;min-width:230px;box-shadow:0 4px 20px rgba(16,24,40,.04)}.status-card div{display:flex;flex-direction:column}.status-card small{color:#7a8494;margin-top:2px}.status-dot{width:10px;height:10px;border-radius:50%;background:#17b26a;box-shadow:0 0 0 4px #ecfdf3}
.grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.card,.api-box{background:#fff;border:1px solid #e4e7ec;border-radius:20px;padding:24px;box-shadow:0 5px 24px rgba(16,24,40,.04)}
.card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.card-head>div{display:flex;align-items:center;gap:10px}.card h2,.api-box h2{margin:0;font-size:19px}.icon{width:34px;height:34px;border-radius:10px;background:#f2f4f7;display:grid;place-items:center;font-weight:800}
.stack{display:flex;flex-direction:column;gap:15px}label{font-size:13px;font-weight:650;color:#344054;display:flex;flex-direction:column;gap:7px}input,textarea{width:100%;border:1px solid #d0d5dd;border-radius:10px;padding:11px 12px;background:#fff;color:#182230;outline:none}input:focus,textarea:focus{border-color:#98a2b3;box-shadow:0 0 0 3px #f2f4f7}textarea{resize:vertical;min-height:112px}
.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.primary,.ghost{border:0;border-radius:10px;padding:11px 14px;font-weight:700;cursor:pointer}.primary{background:#182230;color:white}.primary:hover{background:#101828}.ghost{background:#f2f4f7;color:#344054}
.notice{padding:12px 14px;border-radius:10px;margin:0 0 18px;font-size:14px}.notice.success{background:#ecfdf3;color:#067647;border:1px solid #abefc6}.notice.error{background:#fef3f2;color:#b42318;border:1px solid #fecdca}
.api-box{margin-top:22px}.api-box p{color:#667085;line-height:1.65;margin-bottom:0}.api-box code{background:#f2f4f7;border-radius:6px;padding:2px 5px;font-size:12px}
.login-wrap{min-height:100vh;display:grid;place-items:center;padding:24px}.login-card{width:min(420px,100%);background:#fff;border:1px solid #e4e7ec;border-radius:22px;padding:34px;box-shadow:0 18px 55px rgba(16,24,40,.09);text-align:center}.login-card h1{margin:0 0 8px;font-size:28px}.login-card>p{margin:0 0 24px;color:#667085}.login-card .stack{text-align:left;margin-top:22px}.login-card small{display:block;color:#98a2b3;margin-top:20px}
a{color:#344054}
@media(max-width:800px){.grid{grid-template-columns:1fr}.hero{flex-direction:column}.status-card{width:100%}.topbar{padding:0 16px}.pill{display:none}.container{padding:28px 16px 50px}.hero h1{font-size:29px}}
