.topbar{z-index:1001;background:#0d0d0d;border-bottom:1px solid #222;justify-content:space-between;align-items:center;height:60px;padding:0 24px;display:flex;position:fixed;top:0;left:0;right:0}.topbar-title{color:#f0f0f0;letter-spacing:.5px;font-size:1.15rem;font-weight:700}.topbar-right{align-items:center;gap:16px;display:flex}.topbar-user{flex-direction:column;align-items:flex-end;line-height:1.25;display:flex}.topbar-user-name{color:#e5e5e5;font-size:.85rem}.topbar-user-email{color:#777;font-size:.75rem}.topbar-role{text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border:1px solid #0000;border-radius:999px;padding:4px 12px;font-size:.7rem;font-weight:600}.topbar-role--admin{color:#c4b5fd;background:#8b5cf626;border-color:#8b5cf666}.topbar-role--role{color:#6ee7a8;background:#34d3991f;border-color:#34d39959}.topbar-role--none{color:#fca5a5;background:#ef44441f;border-color:#ef444459}.topbar-logout{color:#aaa;cursor:pointer;background:0 0;border:1px solid #3a3a3a;padding:6px 14px;font-size:.8rem;transition:border-color .15s,color .15s}.topbar-logout:hover{color:#eee;border-color:#aaa}@media (width<=480px){.topbar-title{font-size:1rem}.topbar-user-email{display:none}}.global-loader{z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0a0a0c8c;justify-content:center;align-items:center;animation:.15s ease-out global-loader-fade;display:flex;position:fixed;inset:0}.global-loader__spinner{border:4px solid #ffffff1f;border-top-color:#6ee7a8;border-radius:50%;width:54px;height:54px;animation:.8s linear infinite global-loader-spin}@keyframes global-loader-spin{to{transform:rotate(360deg)}}@keyframes global-loader-fade{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.global-loader__spinner{animation-duration:1.6s}.global-loader{animation:none}}.login-container{justify-content:center;align-items:center;min-height:100dvh;padding:24px;display:flex}.login-card{text-align:center;background:#111;border:1px solid #222;width:100%;max-width:420px;padding:48px 40px}.login-header h1{color:#f0f0f0;margin-bottom:8px;font-size:1.5rem;font-weight:700}.login-header h2{color:#888;margin-bottom:32px;font-size:1rem;font-weight:400}.login-content{flex-direction:column;align-items:center;gap:16px;display:flex}.login-content p{color:#888;font-size:.875rem}.loading-spinner{border:2px solid #333;border-top-color:silver;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.login-retry-btn{color:silver;cursor:pointer;font-size:inherit;background:0 0;border:none;text-decoration:underline}.login-retry-btn:hover{color:#eee}*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}body{color:#d4d4d4;background:#0a0a0a;min-height:100dvh;font-family:system-ui,-apple-system,sans-serif}.loading-container{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:100dvh;display:flex}.app-content{min-height:100dvh}.page-container{min-height:calc(100dvh - 60px);margin-top:60px}.page-content{max-width:1100px;padding:32px 28px}.module-header{align-items:center;gap:16px;margin-bottom:28px;display:flex}.module-header__icon{font-size:2rem;line-height:1}.module-header__title{color:#f0f0f0;font-size:1.4rem;font-weight:700}.module-header__subtitle{color:#888;max-width:560px;margin-top:4px;font-size:.9rem}.auth-status{color:#6ee7a8;align-items:center;gap:8px;margin-bottom:28px;font-size:.875rem;display:inline-flex}.auth-status__badge{background:#34d399;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #34d39980}.card{background:#111;border:1px solid #222;max-width:640px;margin-bottom:20px;padding:24px}.card__title{letter-spacing:.08em;text-transform:uppercase;color:silver;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:16px;font-size:.8rem;font-weight:600;display:flex}.card__source{letter-spacing:0;text-transform:none;color:#666;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.7rem;font-weight:400}.identity{grid-template-columns:max-content 1fr;align-items:baseline;gap:10px 20px;display:grid}.identity dt{color:#777;font-size:.8rem}.identity dd{color:#e5e5e5;word-break:break-all;font-size:.9rem}.identity .mono{color:silver;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82rem}.group-list{flex-wrap:wrap;gap:8px;display:flex}.group-chip{color:#d4d4d4;background:#1a1a1a;border:1px solid #2e2e2e;border-radius:999px;padding:4px 12px;font-size:.82rem;list-style:none}.empty{color:#777;font-size:.875rem}.account-state{text-align:center;background:#0e0e0e;border:1px solid #2a2a2a;border-radius:8px;max-width:560px;margin:120px auto 0;padding:32px}.account-state h2{color:#fca5a5;margin-bottom:12px;font-size:1.3rem}.account-state p{color:#aaa;margin-bottom:8px;font-size:.9rem}.account-state__hint{color:#777;font-size:.85rem}.account-state__retry{color:#aaa;cursor:pointer;background:0 0;border:1px solid #3a3a3a;margin-top:12px;padding:8px 16px;font-size:.875rem;transition:border-color .15s,color .15s}.account-state__retry:hover{color:#eee;border-color:#aaa}
