:root{--primary-bg: #161616;--secondary-bg: #1a1a1a;--text-primary: #ffffff;--text-secondary: #b0b0b0;--accent: #dc2626;--accent-hover: #b91c1c}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--primary-bg);color:var(--text-primary);line-height:1.6;overflow-x:hidden}a{color:var(--text-primary);text-decoration:none;transition:color .3s ease}a:hover{color:var(--accent)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:12px 30px;background-color:var(--accent);color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:16px;font-weight:600;transition:all .3s ease;text-align:center}.btn:hover{background-color:var(--accent-hover);transform:translateY(-2px);box-shadow:0 5px 15px #dc26264d}.btn-secondary{background-color:transparent;border:2px solid var(--accent);color:var(--accent)}.btn-secondary:hover{background-color:var(--accent);color:#fff}h1,h2,h3,h4,h5,h6{line-height:1.2;margin-bottom:1rem}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}section{padding:80px 0}@media (max-width: 768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}section{padding:60px 0}}.navbar.svelte-ocbj1u{background-color:var(--secondary-bg);padding:1rem 0;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 2px 10px #0000004d}.nav-wrapper.svelte-ocbj1u{display:flex;justify-content:space-between;align-items:center}.logo.svelte-ocbj1u{display:inline-block}.logo-image.svelte-ocbj1u{height:50px;width:auto;transition:transform .3s ease}.logo-image.svelte-ocbj1u:hover{transform:scale(1.05)}.nav-menu.svelte-ocbj1u{display:flex;list-style:none;gap:2rem;align-items:center}.nav-menu.svelte-ocbj1u a:where(.svelte-ocbj1u),.nav-menu.svelte-ocbj1u button:where(.svelte-ocbj1u){color:var(--text-primary);transition:color .3s ease;background:none;border:none;cursor:pointer;font-size:1rem;font-family:inherit;padding:0}.nav-menu.svelte-ocbj1u a:where(.svelte-ocbj1u):hover,.nav-menu.svelte-ocbj1u button:where(.svelte-ocbj1u):hover{color:var(--accent)}.nav-menu.svelte-ocbj1u a.active:where(.svelte-ocbj1u){color:var(--accent);font-weight:600}.dropdown.svelte-ocbj1u{position:relative}.dropdown.svelte-ocbj1u button:where(.svelte-ocbj1u){display:flex;align-items:center;gap:.5rem}.arrow.svelte-ocbj1u{font-size:.75rem;transition:transform .3s ease}.dropdown-menu.svelte-ocbj1u{position:absolute;top:100%;left:0;background-color:var(--secondary-bg);min-width:200px;list-style:none;padding:.5rem 0;margin-top:.5rem;border-radius:5px;box-shadow:0 5px 20px #0000004d}.dropdown-menu.svelte-ocbj1u li:where(.svelte-ocbj1u){padding:0}.dropdown-menu.svelte-ocbj1u a:where(.svelte-ocbj1u){display:block;padding:.75rem 1.5rem;transition:background-color .3s ease}.dropdown-menu.svelte-ocbj1u a:where(.svelte-ocbj1u):hover{background-color:#dc26261a}.auth-section.svelte-ocbj1u{display:flex;align-items:center;margin-left:1rem}.profile-dropdown.svelte-ocbj1u{position:relative}.profile-button.svelte-ocbj1u{background:transparent;border:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:8px;transition:all .3s ease}.profile-button.svelte-ocbj1u:hover{background:#dc26261a}.profile-icon.svelte-ocbj1u{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--accent),#ff6b6b);display:flex;align-items:center;justify-content:center;font-size:1.1rem}.profile-name.svelte-ocbj1u{font-size:.75rem;color:var(--text-secondary);max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-button.svelte-ocbj1u:hover .profile-name:where(.svelte-ocbj1u){color:var(--accent)}.profile-menu.svelte-ocbj1u{right:0;left:auto;min-width:220px}.profile-email.svelte-ocbj1u{padding:.75rem 1.5rem;color:var(--text-secondary);font-size:.85rem;border-bottom:1px solid rgba(255,255,255,.1);word-break:break-word}.divider.svelte-ocbj1u{height:1px;background:#ffffff1a;margin:.25rem 0}.profile-menu.svelte-ocbj1u a:where(.svelte-ocbj1u),.sign-out-link.svelte-ocbj1u{display:block;padding:.75rem 1.5rem;transition:all .3s ease;color:var(--text-primary);text-decoration:none;background:none;border:none;cursor:pointer;font-size:1rem;font-family:inherit;width:100%;text-align:left}.profile-menu.svelte-ocbj1u a:where(.svelte-ocbj1u):hover,.sign-out-link.svelte-ocbj1u:hover{background-color:#dc26261a;color:var(--accent)}.login-btn.svelte-ocbj1u{padding:.5rem 1.5rem;font-size:.95rem}.impersonation-banner.svelte-ocbj1u{background:linear-gradient(135deg,#8b5cf6,#6366f1);color:#fff;padding:.75rem 0;position:fixed;top:0;left:0;right:0;z-index:1001;box-shadow:0 2px 10px #8b5cf64d}.banner-content.svelte-ocbj1u{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.banner-icon.svelte-ocbj1u{font-size:1.3rem}.banner-text.svelte-ocbj1u{font-size:.95rem;font-weight:500}.banner-text.svelte-ocbj1u strong:where(.svelte-ocbj1u){font-weight:700;text-decoration:underline}.btn-stop-impersonating.svelte-ocbj1u{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.4);padding:.4rem 1rem;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-stop-impersonating.svelte-ocbj1u:hover{background:#ffffff4d;border-color:#fff9}.impersonation-banner.svelte-ocbj1u~.navbar:where(.svelte-ocbj1u){top:45px}.menu-toggle.svelte-ocbj1u{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:0;gap:4px}.hamburger.svelte-ocbj1u{width:25px;height:3px;background-color:var(--text-primary);transition:.3s}@media (max-width: 768px){.menu-toggle.svelte-ocbj1u{display:flex}.nav-menu.svelte-ocbj1u{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:var(--secondary-bg);width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0}.nav-menu.active.svelte-ocbj1u{left:0}.dropdown-menu.svelte-ocbj1u{position:static;box-shadow:none;background-color:#0003;margin-top:0}}main.svelte-12qhfyh{margin-top:70px;min-height:100vh}main.impersonating.svelte-12qhfyh{margin-top:115px}.site-footer.svelte-12qhfyh{background-color:var(--secondary-bg);border-top:1px solid rgba(255,255,255,.1);padding:2rem 1rem;text-align:center}.footer-content.svelte-12qhfyh{max-width:1200px;margin:0 auto}.social-icons.svelte-12qhfyh{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1rem}.social-icons.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-secondary);transition:all .3s ease}.social-icons.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--accent);transform:translateY(-3px)}.social-icons.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:24px;height:24px}.copyright.svelte-12qhfyh{color:var(--text-secondary);font-size:.9rem;margin:0}
