:root{color-scheme:light dark;font-family:system-ui,-apple-system,Segoe UI,sans-serif}body{margin:0;background:#14161b;color:#e7e9ee}button,input,select{font:inherit;color:inherit}button{background:#2a2f3a;border:1px solid #3c4250;border-radius:6px;padding:6px 12px;cursor:pointer}button:hover{background:#343b48}button.danger{background:#4a2323;border-color:#6b2f2f}button.danger:hover{background:#5c2a2a}input,select{background:#1c1f26;border:1px solid #3c4250;border-radius:6px;padding:6px 10px}a{color:#7aa2f7}.centered-message{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;padding:24px}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-header{display:flex;align-items:center;gap:20px;padding:12px 20px;border-bottom:1px solid #2a2f3a}.app-title{font-weight:600}.app-header nav{display:flex;gap:16px;flex:1}.app-content{padding:24px;max-width:900px;width:100%;margin:0 auto}.login-card{width:320px;display:flex;flex-direction:column;gap:10px}table{width:100%;border-collapse:collapse;margin-top:12px}th,td{text-align:left;padding:8px 10px;border-bottom:1px solid #2a2f3a}.error-text{color:#f28b82}.muted{color:#9199a8;font-size:.9em}.search-row{display:flex;gap:8px}.actions-row{display:flex;gap:8px;margin-top:8px}.badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.8em;background:#2a2f3a}.badge.active{background:#1e3a2a}.badge.revoked{background:#4a2323}.badge.unused{background:#2a2f3a}
