:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#172033;background:#f3f5f7}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}header{height:76px;background:#111827;color:white;justify-content:space-between;padding:0 max(24px,5vw);box-shadow:0 2px 12px #0002}.brand,header{display:flex;align-items:center}.brand{gap:14px}.brand>span{display:grid;place-items:center;width:42px;height:42px;border:1px solid #ffffff55;border-radius:10px;font-weight:800;font-size:12px}.brand div{display:flex;flex-direction:column;gap:3px}.brand small{color:#aeb7c6}.lang,.welcome button,header button{border:1px solid #ffffff44;background:transparent;color:inherit;border-radius:8px;padding:8px 12px;cursor:pointer}.auth{min-height:calc(100vh - 126px);display:grid;place-items:center;padding:40px 20px}.card{background:white;border:1px solid #dfe4ea;border-radius:14px;padding:28px;width:min(470px,100%);box-shadow:0 16px 44px #18213312}.tabs{display:grid;grid-template-columns:1fr 1fr;margin:-8px 0 24px;border-bottom:1px solid #e5e7eb}.tabs button{border:0;background:none;padding:14px;cursor:pointer;color:#667085}.tabs .active{color:#111827;border-bottom:2px solid #111827;font-weight:700}form,label{display:flex;flex-direction:column;gap:7px}form{gap:18px}label{font-size:14px;font-weight:600}.grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.wide{grid-column:1/-1}input{border:1px solid #cbd2dc;border-radius:8px;padding:12px;background:white}.primary{border:0;border-radius:8px;padding:13px;background:#1d4d3b;color:white;font-weight:700;cursor:pointer}.primary:disabled{opacity:.6}.muted,.status{font-size:13px;color:#667085;margin:0}.status{color:#1d4d3b}.dashboard{max-width:1100px;margin:0 auto;padding:48px 24px;min-height:calc(100vh - 126px)}.welcome{background:#1d4d3b;color:white;padding:28px;border-radius:14px;display:flex;justify-content:space-between;align-items:center}.welcome h1{margin:4px 0}.welcome p{margin:0;color:#d6e3dc}.cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px;margin-top:24px}.cards article{background:white;border:1px solid #dfe4ea;border-radius:12px;padding:22px;min-height:180px}.cards h2{margin:14px 0 10px}.cards p{color:#667085}.num{color:#738092;font-weight:800}.num,footer{font-size:12px}footer{text-align:center;padding:16px;color:#6b7280}@media(max-width:700px){header{height:auto;padding:16px}.brand small{display:none}.cards,.grid{grid-template-columns:1fr}.wide{grid-column:auto}.dashboard{padding:24px 16px}.welcome{align-items:flex-start;gap:20px}.auth{padding:24px 16px}}