:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f8fafc;color:#1e293b}.login-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff}.login-container h1{margin-bottom:2rem;font-weight:800;letter-spacing:-.025em}.login-container form{display:flex;flex-direction:column;gap:1rem;background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-width:350px}.login-container input{padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem}.login-container button{background-color:#3b82f6;padding:.75rem;font-size:1rem}.admin-container{max-width:1200px;margin:0 auto;padding:2rem}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;border-bottom:1px solid #e2e8f0;padding-bottom:1rem}header h1{margin:0;font-size:1.5rem;font-weight:800;color:#0f172a}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;position:relative;overflow:hidden}.stat-icon{font-size:1.5rem;margin-bottom:.5rem}.stat-card h3{margin:0 0 .25rem;font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.025em}.stat-card p{margin:0;font-size:1.875rem;font-weight:700;color:#1e293b}.healthy{color:#10b981}.error{color:#ef4444}.management{display:grid;grid-template-columns:3fr 1fr;gap:2rem}@media(max-width:1024px){.management{grid-template-columns:1fr}}.tenant-list,.tenant-create{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}.section-header{margin-bottom:1.5rem}.section-header h2{margin:0;font-size:1.25rem;font-weight:700}.subtitle{font-size:.875rem;color:#64748b}table{width:100%;border-collapse:collapse}th{text-align:left;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;padding:1rem;border-bottom:1px solid #e2e8f0}td{padding:1.25rem 1rem;border-bottom:1px solid #f1f5f9;vertical-align:middle}.tenant-id{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:600;color:#334155}.plan-badge{font-size:.75rem;font-weight:700;padding:.25rem .625rem;border-radius:9999px}.plan-basic{background:#f1f5f9;color:#475569}.plan-pro{background:#dcfce7;color:#15803d}.usage-meter{width:100px;height:6px;background:#f1f5f9;border-radius:3px;overflow:hidden;margin-bottom:.375rem}.usage-bar{height:100%;background:#3b82f6;border-radius:3px}.usage-stats{font-size:.75rem;color:#64748b}.policy-info{display:flex;flex-direction:column;gap:.375rem}.mode-badge{display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:6px;width:fit-content}.mode-redact_upstream{background:#eff6ff;color:#1d4ed8}.mode-off{background:#fff7ed;color:#c2410c}.mode-block{background:#fef2f2;color:#b91c1c}.detector-list{font-size:.7rem;color:#94a3b8}button{background-color:#3b82f6;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:600;transition:all .2s}button:hover{background-color:#2563eb}.edit-btn{background-color:#fff;color:#3b82f6;border:1px solid #e2e8f0}.edit-btn:hover{background-color:#f8fafc;border-color:#cbd5e1}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.form-group label{font-size:.875rem;font-weight:600;color:#475569}input,select{padding:.625rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;color:#1e293b}input:focus,select:focus{outline:2px solid #3b82f6;outline-offset:-1px}.create-btn{width:100%;padding:.75rem;margin-top:.5rem}.modal-overlay{position:fixed;inset:0;background:#0f172abf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;padding:2.5rem;border-radius:16px;width:100%;max-width:450px;box-shadow:0 25px 50px -12px #00000040}.modal-header{margin-bottom:2rem}.modal-header h2{margin:0;font-size:1.5rem;font-weight:800}.modal-header p{margin:.25rem 0 0;font-size:.875rem;color:#64748b}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.cancel-btn{background-color:#fff;color:#64748b;border:1px solid #e2e8f0}.cancel-btn:hover{background-color:#f8fafc}.save-btn{background-color:#3b82f6}.oidc-btn{width:100%;padding:.75rem;background-color:#4285f4;color:#fff;border:none;border-radius:6px;font-weight:700;cursor:pointer;margin-bottom:.5rem;transition:background-color .2s}.oidc-btn:hover{background-color:#357abd}.divider{margin:1.5rem 0;color:#94a3b8;font-size:.75rem;font-weight:600;display:flex;align-items:center;text-transform:uppercase;letter-spacing:.05em;width:100%}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#e2e8f0;margin:0 1rem}.header-left{display:flex;align-items:center;gap:1.5rem}.user-badge{background:#f1f5f9;color:#475569;padding:.375rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:600;border:1px solid #e2e8f0}
