.loading-screen.svelte-1qg5d05{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:var(--bg-dark);color:var(--text-muted)}.spinner.svelte-1qg5d05{width:40px;height:40px;border:3px solid rgba(16,185,129,.2);border-top-color:var(--primary);border-radius:50%;animation:svelte-1qg5d05-spin 1s linear infinite;margin-bottom:16px}@keyframes svelte-1qg5d05-spin{to{transform:rotate(360deg)}}.login-screen.svelte-1qg5d05{display:flex;align-items:center;justify-content:center;min-height:100vh;background:var(--bg-dark);padding:20px}.login-card.svelte-1qg5d05{width:100%;max-width:400px;background:var(--bg-card);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:40px}.login-header.svelte-1qg5d05{text-align:center;margin-bottom:32px}.login-header.svelte-1qg5d05 .logo-icon:where(.svelte-1qg5d05){width:56px;height:56px;background:var(--gradient-primary);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:#fff}.login-header.svelte-1qg5d05 h1:where(.svelte-1qg5d05){font-size:1.5rem;margin-bottom:4px}.login-header.svelte-1qg5d05 p:where(.svelte-1qg5d05){color:var(--text-muted);font-size:.9rem}.form-group.svelte-1qg5d05{margin-bottom:20px}.form-group.svelte-1qg5d05 label:where(.svelte-1qg5d05){display:block;margin-bottom:8px;font-size:.875rem;font-weight:500;color:var(--text-secondary)}.form-group.svelte-1qg5d05 input:where(.svelte-1qg5d05){width:100%;padding:14px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:var(--text-primary);font-size:1rem}.form-group.svelte-1qg5d05 input:where(.svelte-1qg5d05):focus{outline:none;border-color:var(--primary)}.error-msg.svelte-1qg5d05{color:#ef4444;font-size:.85rem;margin-bottom:16px;text-align:center}.btn.svelte-1qg5d05{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.btn-primary.svelte-1qg5d05{background:var(--gradient-primary);color:#fff}.btn-full.svelte-1qg5d05{width:100%}.login-footer.svelte-1qg5d05{margin-top:24px;text-align:center;font-size:.85rem;color:var(--text-muted)}.login-footer.svelte-1qg5d05 a:where(.svelte-1qg5d05){color:var(--primary);text-decoration:none}.admin-layout.svelte-1qg5d05{display:flex;min-height:100vh;background:var(--bg-dark)}.sidebar.svelte-1qg5d05{width:260px;background:linear-gradient(180deg,#1e293b,#0f172a);border-right:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;position:fixed;height:100vh;z-index:100;transition:transform .3s ease}.sidebar-header.svelte-1qg5d05{padding:24px;border-bottom:1px solid rgba(255,255,255,.08)}.logo.svelte-1qg5d05{display:flex;align-items:center;gap:12px;text-decoration:none}.logo-icon.svelte-1qg5d05{width:36px;height:36px;background:var(--gradient-primary);border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff}.logo-text.svelte-1qg5d05{font-size:1.25rem;font-weight:700;color:var(--text-primary)}.sidebar-nav.svelte-1qg5d05{flex:1;padding:16px 12px;display:flex;flex-direction:column;gap:4px}.nav-item.svelte-1qg5d05{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;color:var(--text-secondary);text-decoration:none;font-size:.9rem;font-weight:500;transition:all .2s ease}.nav-item.svelte-1qg5d05:hover{background:#10b9811a;color:var(--text-primary)}.nav-item.active.svelte-1qg5d05{background:#10b98126;color:var(--primary)}.sidebar-footer.svelte-1qg5d05{padding:16px;border-top:1px solid rgba(255,255,255,.08)}.user-info.svelte-1qg5d05{display:flex;align-items:center;gap:12px;margin-bottom:12px;padding:8px;background:#ffffff08;border-radius:8px}.user-avatar.svelte-1qg5d05{width:36px;height:36px;background:var(--gradient-primary);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600}.user-details.svelte-1qg5d05{display:flex;flex-direction:column}.user-name.svelte-1qg5d05{font-size:.875rem;font-weight:600;color:var(--text-primary)}.user-status.svelte-1qg5d05{font-size:.7rem;color:#10b981;text-transform:uppercase}.user-status.pending.svelte-1qg5d05{color:#f59e0b}.logout-btn.svelte-1qg5d05{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:8px;color:#ef4444;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.logout-btn.svelte-1qg5d05:hover{background:#ef444433}.main-content.svelte-1qg5d05{flex:1;margin-left:260px;padding:32px;min-height:100vh}.mobile-menu-btn.svelte-1qg5d05{display:none;position:fixed;top:16px;left:16px;z-index:200;padding:8px;background:var(--bg-card);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:var(--text-primary);cursor:pointer}.sidebar-overlay.svelte-1qg5d05{display:none;position:fixed;inset:0;background:#00000080;z-index:90}@media(max-width:768px){.mobile-menu-btn.svelte-1qg5d05{display:flex}.sidebar.svelte-1qg5d05{transform:translate(-100%)}.sidebar.open.svelte-1qg5d05{transform:translate(0)}.sidebar-overlay.svelte-1qg5d05{display:block}.main-content.svelte-1qg5d05{margin-left:0;padding:80px 16px 16px}}
