@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap";:root{--bg-primary:#0b0f19;--bg-surface:#1e293b73;--bg-surface-hover:#1e293bb3;--bg-surface-glass:#0f172aa6;--accent-gold:#ffc800;--accent-gold-hover:#e6b400;--accent-gold-glow:#ffc80040;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--border-light:#ffffff14;--border-focus:#ffc80080;--shadow-premium:0 8px 32px 0 #0000005e;--shadow-gold-glow:0 0 20px 2px #ffc80026;--font-sans:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-serif:"Playfair Display", Georgia, Cambria, serif;--transition-smooth:all .3s cubic-bezier(.4, 0, .2, 1);--transition-bounce:all .4s cubic-bezier(.175, .885, .32, 1.275)}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;min-height:100vh;overflow-x:hidden}body{padding-bottom:calc(1.75rem + env(safe-area-inset-bottom))}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}.glass-panel{background:var(--bg-surface-glass);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-light);box-shadow:var(--shadow-premium);transition:var(--transition-smooth);border-radius:16px}.glass-panel:hover{border-color:#ffffff26}.gold-glow{box-shadow:var(--shadow-gold-glow)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--accent-gold)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 15px #ffc8001a}50%{box-shadow:0 0 25px 5px #ffc8004d}}.animate-fade-in-up{animation:.6s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.animate-pulse-glow{animation:3s ease-in-out infinite pulseGlow}.app-layout.svelte-12qhfyh{flex-direction:column;min-height:100vh;display:flex;position:relative}.main-header.svelte-12qhfyh{z-index:100;border-radius:12px;align-items:center;height:70px;margin:10px;padding:0 20px;display:flex;position:sticky;top:10px;left:10px;right:10px}.nav-container.svelte-12qhfyh{justify-content:space-between;align-items:center;width:100%;display:flex}.brand.svelte-12qhfyh{letter-spacing:1px;align-items:center;font-size:1.5rem;font-weight:800;display:flex}.gold-text.svelte-12qhfyh{color:var(--accent-gold)}.logo-dot.svelte-12qhfyh{background-color:var(--accent-gold);width:6px;height:6px;box-shadow:0 0 8px 1px var(--accent-gold);border-radius:50%;margin-left:4px}.nav-links.svelte-12qhfyh{gap:24px;display:flex}.nav-item.svelte-12qhfyh{color:var(--text-secondary);transition:var(--transition-smooth);padding:8px 0;font-size:.95rem;font-weight:500;position:relative}.nav-item.svelte-12qhfyh:hover{color:var(--text-primary)}.admin-badge.svelte-12qhfyh{color:#38bdf8;text-transform:uppercase;border:1px solid #38bdf840;border-radius:6px;padding:4px 8px;font-size:.8rem}.admin-badge.svelte-12qhfyh:hover{background:#38bdf814;border-color:#38bdf880}.user-menu.svelte-12qhfyh{align-items:center;gap:16px;display:flex}.user-email.svelte-12qhfyh{color:var(--text-secondary);font-size:.9rem;font-weight:500}.user-email.svelte-12qhfyh:hover{color:var(--accent-gold)}.page-container.svelte-12qhfyh{flex:1;width:100%;max-width:1200px;margin:20px auto;padding:0 20px}.app-footer.svelte-12qhfyh{text-align:center;color:var(--text-muted);border-top:1px solid var(--border-light);margin-top:40px;padding:30px 20px;font-size:.85rem}.btn.svelte-12qhfyh{cursor:pointer;transition:var(--transition-bounce);border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:10px 20px;font-size:.9rem;font-weight:600;display:inline-flex}.btn-sm.svelte-12qhfyh{border-radius:6px;padding:6px 14px;font-size:.85rem}.btn-primary.svelte-12qhfyh{background-color:var(--accent-gold);color:var(--bg-primary)}.btn-primary.svelte-12qhfyh:hover{background-color:var(--accent-gold-hover);transform:translateY(-2px)}.btn-secondary.svelte-12qhfyh{color:var(--text-primary);border-color:var(--border-light);background-color:#ffffff14}.btn-secondary.svelte-12qhfyh:hover{background-color:#ffffff26}.btn-gold.svelte-12qhfyh{background-color:var(--accent-gold);color:var(--bg-primary);box-shadow:0 4px 14px #ffc80033}.btn-gold.svelte-12qhfyh:hover{background-color:var(--accent-gold-hover);transform:translateY(-2px);box-shadow:0 6px 20px #ffc80059}.btn-block.svelte-12qhfyh{width:100%;display:flex}.loading-overlay.svelte-12qhfyh{min-height:50vh;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.spinner.svelte-12qhfyh{border:4px solid var(--border-light);border-top-color:var(--accent-gold);border-radius:50%;width:40px;height:40px;animation:1s linear infinite svelte-12qhfyh-spin}@keyframes svelte-12qhfyh-spin{to{transform:rotate(360deg)}}.modal-backdrop.svelte-12qhfyh{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background-color:#070a12d9;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-card.svelte-12qhfyh{width:100%;max-width:460px;padding:36px;animation:.4s cubic-bezier(.16,1,.3,1) forwards fadeInUp;position:relative}.close-btn.svelte-12qhfyh{color:var(--text-muted);cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none;font-size:1.75rem;line-height:1;position:absolute;top:20px;right:20px}.close-btn.svelte-12qhfyh:hover{color:var(--text-primary)}.modal-header.svelte-12qhfyh{text-align:center;margin-bottom:28px}.modal-header.svelte-12qhfyh h3:where(.svelte-12qhfyh){margin-bottom:6px;font-size:1.6rem;font-weight:700}.modal-header.svelte-12qhfyh p:where(.svelte-12qhfyh){color:var(--text-muted);font-size:.9rem}.tab-headers.svelte-12qhfyh{border-bottom:1px solid var(--border-light);margin-bottom:24px;display:flex}.tab-btn.svelte-12qhfyh{color:var(--text-secondary);cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:12px;font-size:.95rem;font-weight:600}.tab-btn.svelte-12qhfyh:hover{color:var(--text-primary)}.tab-btn.active.svelte-12qhfyh{color:var(--accent-gold);border-bottom-color:var(--accent-gold)}.tab-hint.svelte-12qhfyh{color:var(--text-secondary);margin-bottom:20px;font-size:.85rem;line-height:1.5}.form-group.svelte-12qhfyh{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.form-group.svelte-12qhfyh label:where(.svelte-12qhfyh){color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:600}.form-group.svelte-12qhfyh input:where(.svelte-12qhfyh){border:1px solid var(--border-light);color:var(--text-primary);transition:var(--transition-smooth);background:#0f172a99;border-radius:8px;outline:none;padding:12px 16px;font-size:.95rem}.form-group.svelte-12qhfyh input:where(.svelte-12qhfyh):focus{border-color:var(--accent-gold);box-shadow:0 0 10px #ffc80026}.alert.svelte-12qhfyh{border-radius:8px;margin-bottom:20px;padding:12px 16px;font-size:.9rem;font-weight:500;line-height:1.4}.alert-danger.svelte-12qhfyh{color:#fca5a5;background-color:#ef44441f;border:1px solid #ef444440}.alert-success.svelte-12qhfyh{color:#a7f3d0;background-color:#10b9811f;border:1px solid #10b98140}@media (width<=768px){.main-header.svelte-12qhfyh{height:60px;padding:0 16px}.nav-links.svelte-12qhfyh{display:none}.modal-card.svelte-12qhfyh{padding:24px}}
