:root{font-family:Inter,"Segoe UI",sans-serif;color:#172033;background:#f4f6fb;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 90% 0,#e7ecff 0,transparent 32rem),#f4f6fb}.topbar{height:72px;padding:0 max(24px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #e3e7ef;position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:10px;color:#121a2b;text-decoration:none;font-size:20px;font-weight:750}.brand small{font-size:10px;color:#fff;background:#5b5ce2;border-radius:9px;padding:3px 7px}.brand-mark{width:38px;height:38px;display:inline-grid;place-items:center;border-radius:11px;color:#fff;background:linear-gradient(135deg,#6366f1,#3730a3);font-size:14px;font-weight:800;box-shadow:0 8px 20px #4f46e533}.brand-mark.large{width:58px;height:58px;border-radius:16px;font-size:20px}.topbar nav{display:flex;align-items:center;gap:20px}.topbar nav a,.link-button{color:#475467;text-decoration:none;font:inherit;font-weight:600}.topbar nav a:hover,.link-button:hover{color:#4338ca}.topbar form{margin:0}.link-button{border:0;background:none;cursor:pointer;padding:8px}.identity{color:#98a2b3;font-size:13px}.page-shell{max-width:1180px;margin:0 auto;padding:38px 24px 70px}.hero{border-radius:22px;padding:34px;background:linear-gradient(130deg,#171a34,#30336f);color:#fff;box-shadow:0 22px 45px #17203324}.hero.compact{display:flex;align-items:center;justify-content:space-between}.hero h1{font-size:34px;margin:6px 0 4px}.hero p{max-width:700px;color:#d7dcf4;margin:0;line-height:1.55}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.13em;color:#818cf8}.hero .eyebrow{color:#a5b4fc}.section-heading{display:flex;justify-content:space-between;align-items:end;margin:30px 0 15px}.section-heading h2,.panel h2{margin:0;font-size:21px}.section-heading p{margin:5px 0 0;color:#667085}.tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.tool-card{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;background:#fff;border:1px solid #e3e7ef;border-radius:15px;padding:19px;box-shadow:0 7px 18px #17203309}.tool-card .badge{grid-column:2;justify-self:start}.tool-card h3{margin:0 0 4px}.tool-card p{margin:0;color:#667085;font-size:14px}.tool-icon{width:43px;height:43px;display:grid;place-items:center;border-radius:11px;background:#eef2ff;color:#4338ca;font-weight:800}.badge{display:inline-flex;width:max-content;padding:4px 9px;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.04em}.badge.success{background:#dcfce7;color:#166534}.badge.warning{background:#fef3c7;color:#92400e}.badge.danger{background:#fee2e2;color:#991b1b}.badge.neutral{background:#eef2f6;color:#475467}.badge.admin{background:#e0e7ff;color:#3730a3}.notice,.flash{margin-top:22px;border-radius:12px;padding:14px 16px;background:#eef2ff;border:1px solid #c7d2fe;color:#3730a3}.login-card{max-width:480px;margin:8vh auto;padding:42px;text-align:center;background:#fff;border:1px solid #e3e7ef;border-radius:22px;box-shadow:0 28px 70px #1720331c}.login-card .eyebrow{display:block;margin-top:18px}.login-card h1{font-size:30px;margin:8px 0}.login-card p{color:#667085;line-height:1.55}.login-card small{display:block;margin-top:18px;color:#98a2b3}.google-button,.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:10px;padding:12px 18px;text-decoration:none;font-weight:700;cursor:pointer}.google-button{width:100%;margin-top:15px;background:#fff;color:#344054;border:1px solid #d0d5dd;box-shadow:0 2px 5px #1018280d}.google-button span{color:#4285f4;font-size:20px}.google-button.disabled{color:#98a2b3;background:#f9fafb;cursor:not-allowed}.primary-button{background:#4f46e5;color:#fff}.config-status{display:flex;justify-content:center;gap:8px;margin-top:14px}.panel{margin-top:20px;padding:22px;background:#fff;border:1px solid #e3e7ef;border-radius:15px}.add-user-form{display:grid;grid-template-columns:1fr auto auto;align-items:end;gap:14px;margin-top:16px}.add-user-form div{display:flex;flex-direction:column;gap:6px}.add-user-form label{font-size:13px;font-weight:700}.add-user-form input[type=email]{min-height:43px;border:1px solid #d0d5dd;border-radius:9px;padding:9px 12px;font:inherit}.check{display:flex;align-items:center;gap:7px;min-height:43px}.field-validation-error{color:#b42318;font-size:12px}.table-panel .section-heading{margin:0 0 12px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:13px 10px;border-top:1px solid #eaecf0}th{font-size:11px;letter-spacing:.05em;color:#667085}td{font-size:14px}td small{display:block;color:#98a2b3;margin-top:3px}.small-button{border:1px solid #d0d5dd;background:#fff;border-radius:8px;padding:7px 10px;cursor:pointer}.success-box{background:#ecfdf3;border-color:#abefc6;color:#067647}.error-box{background:#fef3f2;border-color:#fecdca;color:#b42318}footer{text-align:center;color:#98a2b3;padding:25px;font-size:12px}@media(max-width:800px){.tool-grid{grid-template-columns:1fr}.identity{display:none}.hero.compact{align-items:flex-start;gap:15px}.add-user-form{grid-template-columns:1fr}.topbar{padding:0 16px}.topbar nav{gap:10px}.page-shell{padding:24px 15px}.login-card{margin:5vh auto;padding:28px}}
