:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#17202a;background:#f6f7fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}a{color:inherit}button,input,textarea,select{font:inherit}.shell{min-height:100vh;display:flex}.sidebar{background:#fff;border-right:1px solid #e4e7ec;flex-direction:column;gap:24px;width:250px;padding:24px;display:flex}.brand{color:#111827;flex-direction:column;gap:2px;text-decoration:none;display:flex}.brand span{color:#667085;font-size:20px}.brand strong{font-size:24px}nav{flex-direction:column;gap:8px;display:flex}nav a{color:#344054;border-radius:10px;padding:10px 12px;text-decoration:none}nav a:hover,nav a.active{color:#1f4b99;background:#eef4ff}.content{flex:1;padding:32px}.page-stack{flex-direction:column;gap:20px;max-width:1100px;display:flex}.card,.tile{background:#fff;border:1px solid #e4e7ec;border-radius:14px;padding:20px;box-shadow:0 1px 2px #0000000a}.grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.tile strong{margin-top:10px;font-size:36px;display:block}.tile h3{color:#667085;margin:0;font-size:14px;font-weight:600}button{color:#fff;cursor:pointer;background:#1877f2;border:0;border-radius:10px;padding:11px 16px;font-weight:600}button:disabled{opacity:.65;cursor:not-allowed}.secondary{background:#344054}textarea,input,select{background:#fff;border:1px solid #d0d5dd;border-radius:10px;width:100%;padding:11px 12px}textarea{resize:vertical;min-height:150px}label{color:#344054;flex-direction:column;gap:8px;font-weight:600;display:flex}.list{flex-direction:column;gap:12px;display:flex}.row{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.muted{color:#667085}.success{color:#047857}.error{color:#b42318;white-space:pre-wrap}pre{color:#f9fafb;background:#101828;border-radius:12px;padding:16px;overflow:auto}.message-body{white-space:pre-wrap;background:#f8fafc;border:1px solid #e4e7ec;border-radius:12px;padding:16px}.auth-page{background:#f6f7fb;place-items:center;min-height:100vh;padding:32px;display:grid}.login-panel{background:#fff;border:1px solid #e4e7ec;border-radius:14px;flex-direction:column;gap:20px;width:min(100%,420px);padding:28px;display:flex;box-shadow:0 18px 40px #10182814}.login-panel h1{margin:0 0 6px}.login-panel p{margin:0}.login-brand{color:#111827;align-items:center;gap:12px;display:flex}.login-brand img{object-fit:contain;width:44px;height:44px}.login-brand div{flex-direction:column;line-height:1.1;display:flex}.login-brand span{color:#667085;font-size:18px}.login-brand strong{font-size:21px}@media (width<=800px){.shell{flex-direction:column}.sidebar{width:100%}.grid{grid-template-columns:1fr}}
