#site-header{position:fixed;top:0;left:0;right:0;height:72px;z-index:1000;background:#0b0b0fb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.05);transition:background .3s,box-shadow .3s}#site-header.scrolled{background:#0b0b0ff2;box-shadow:0 4px 30px #0006}#site-header .header-inner{max-width:1200px;margin:0 auto;height:100%;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}#site-header .logo{height:60px;width:auto;object-fit:contain;font-size:1.25rem;font-weight:800;letter-spacing:-.5px;white-space:nowrap;flex-shrink:0;transition:filter .2s}#site-header .nav-desktop{display:flex;gap:1.5rem;flex-shrink:0}#site-header .nav-desktop a{font-size:.875rem;color:#a0a0a0;position:relative;padding-bottom:2px;transition:color .2s;white-space:nowrap}#site-header .nav-desktop a:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:1.5px;background:linear-gradient(90deg,#7b2ff7,#ff2e63);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}#site-header .nav-desktop a:hover{color:#f5f5f5}#site-header .nav-desktop a:hover:after{transform:scaleX(1)}#site-header .header-right{margin-left:auto;display:flex;align-items:center;gap:10px}#site-header .btn-add{background:linear-gradient(135deg,#7b2ff7,#ff2e63);color:#fff;font-size:.82rem;font-weight:600;padding:8px 18px;border-radius:999px;white-space:nowrap;flex-shrink:0;transition:transform .2s,box-shadow .2s}#site-header .btn-add:hover{transform:scale(1.05);box-shadow:0 0 20px #7b2ff780}#site-header .btn-login{background:transparent;border:1px solid rgba(255,255,255,.15);color:#f5f5f5;font-size:.82rem;padding:7px 16px;border-radius:999px;cursor:pointer;font-family:inherit;white-space:nowrap;transition:all .2s;text-decoration:none}#site-header .btn-login:hover{border-color:#7b2ff7;box-shadow:0 0 12px #7b2ff74d}#site-header .btn-login.w-full{width:100%}#site-header .user-menu{position:relative}#site-header .btn-user{display:flex;align-items:center;gap:8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:4px 12px 4px 4px;color:#f5f5f5;font-size:.82rem;cursor:pointer;font-family:inherit;transition:all .2s}#site-header .btn-user:hover{border-color:#7b2ff7;background:#7b2ff714}#site-header .user-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#7b2ff7,#ff2e63);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#fff;flex-shrink:0}#site-header .user-email{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#site-header .user-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;background:#16161f;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:8px;box-shadow:0 16px 40px #0009;z-index:200}#site-header .user-dropdown.hidden{display:none}#site-header .dropdown-email{display:block;padding:8px 12px;font-size:.75rem;color:#a0a0a0;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:4px;overflow:hidden;text-overflow:ellipsis}#site-header .dropdown-divider{height:1px;background:#ffffff0f;margin:4px 0}#site-header .dropdown-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;border:none;border-radius:8px;background:none;color:#a0a0a0;font-size:.83rem;cursor:pointer;font-family:inherit;transition:all .15s;text-align:left}#site-header .dropdown-item:hover{background:#ffffff0d;color:#f5f5f5}#site-header .dropdown-logout:hover{background:#ff2e631a;color:#ff2e63}#site-header .burger{display:none;flex-direction:column;gap:5px;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:none;color:#f5f5f5;cursor:pointer;padding:6px}#site-header .burger span{display:block;width:20px;height:1.5px;background:#f5f5f5;transition:all .2s;border-radius:2px}.mobile-overlay{display:none;position:fixed;inset:0;background:#0000005f;z-index:9999;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.mobile-overlay.open{display:block}.mobile-drawer{position:absolute;top:0;right:0;width:min(340px,85vw);background:#0b0b0f;border-left:1px solid rgba(123,47,247,.15);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:2rem;transform:translate(100%);transition:transform .3s ease}.mobile-overlay.open .mobile-drawer{transform:translate(0)}.drawer-top{display:flex;align-items:center;justify-content:space-between}.drawer-title{font-size:1rem;font-weight:700;color:#f5f5f5}.drawer-close{background:none;border:none;color:#a0a0a0;cursor:pointer;padding:4px}.drawer-nav{display:flex;flex-direction:column;gap:.5rem}.drawer-nav a{font-size:1.1rem;color:#a0a0a0;transition:color .2s}.drawer-nav a:hover{color:#f5f5f5}.drawer-actions{display:flex;flex-direction:column;gap:10px}.drawer-actions .btn-add{display:block;text-align:center;background:linear-gradient(135deg,#7b2ff7,#ff2e63);color:#fff;font-size:.95rem;font-weight:600;padding:12px 18px;border-radius:12px;text-decoration:none;transition:transform .2s,box-shadow .2s}.drawer-actions .btn-add:hover{transform:scale(1.02);box-shadow:0 0 20px #7b2ff766}.drawer-actions .btn-login{display:block;text-align:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);color:#f5f5f5;font-size:.95rem;font-weight:500;padding:12px 18px;border-radius:12px;cursor:pointer;font-family:inherit;text-decoration:none;width:100%;transition:all .2s}.drawer-actions .btn-login:hover{border-color:#7b2ff7;background:#7b2ff714}@media(max-width:1024px){#site-header .nav-desktop,#site-header .header-right{display:none}#site-header .burger{display:flex;margin-left:auto}}footer[data-astro-cid-sz7xmlte]{background:#0b0b0f;border-top:1px solid rgba(255,255,255,.06);margin-top:6rem}.footer-inner[data-astro-cid-sz7xmlte]{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer-top[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding:4rem 0 3rem;border-bottom:1px solid rgba(255,255,255,.06)}.logo[data-astro-cid-sz7xmlte]{font-size:1.25rem;font-weight:800;display:inline-block;margin-bottom:.75rem;text-decoration:none;color:#f5f5f5}.logo[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]{color:#7b2ff7}.tagline[data-astro-cid-sz7xmlte]{font-size:.95rem;color:#f5f5f5;font-weight:500;margin-bottom:.5rem}.desc[data-astro-cid-sz7xmlte]{font-size:.83rem;color:#a0a0a0;line-height:1.6;margin-bottom:1.25rem}.cities[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:.78rem}.cities[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]{color:#a0a0a0}.cities[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#a0a0a0;text-decoration:none;padding:3px 10px;border:1px solid rgba(255,255,255,.08);border-radius:999px;transition:all .2s}.cities[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{border-color:#7b2ff7;color:#f5f5f5;box-shadow:0 0 8px #7b2ff74d}.col[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#f5f5f5;margin-bottom:1.25rem}.col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:not(.social-link){display:block;font-size:.87rem;color:#a0a0a0;text-decoration:none;margin-bottom:.7rem;transition:color .2s}.col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:not(.social-link):hover{color:#f5f5f5}.socials[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.5rem}.social-link[data-astro-cid-sz7xmlte]{display:flex!important;align-items:center;gap:10px;font-size:.87rem;color:#a0a0a0!important;text-decoration:none;transition:color .2s}.social-link[data-astro-cid-sz7xmlte]:hover{color:#f5f5f5!important}.lang-selector[data-astro-cid-sz7xmlte] select[data-astro-cid-sz7xmlte]{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:999px;color:#a0a0a0;font-size:.82rem;padding:6px 14px;cursor:pointer;font-family:inherit;outline:none;transition:border-color .2s}.lang-selector[data-astro-cid-sz7xmlte] select[data-astro-cid-sz7xmlte]:hover{border-color:#7b2ff7}.newsletter[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2.5rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.newsletter-text[data-astro-cid-sz7xmlte] h3[data-astro-cid-sz7xmlte]{font-size:1.1rem;font-weight:700;color:#f5f5f5;margin-bottom:.35rem}.newsletter-text[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:.85rem;color:#a0a0a0}.newsletter-form[data-astro-cid-sz7xmlte]{display:flex;gap:8px;flex-shrink:0}.newsletter-form[data-astro-cid-sz7xmlte] input[data-astro-cid-sz7xmlte]{background:#a99da923;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:10px 20px;color:#f5f5f5;font-size:.85rem;font-family:inherit;outline:none;width:240px;transition:border-color .2s,box-shadow .2s}.newsletter-form[data-astro-cid-sz7xmlte] input[data-astro-cid-sz7xmlte]:focus{border-color:#7b2ff7;box-shadow:0 0 0 3px #7b2ff726}.newsletter-form[data-astro-cid-sz7xmlte] input[data-astro-cid-sz7xmlte]::placeholder{color:#a0a0a0}.newsletter-form[data-astro-cid-sz7xmlte] button[data-astro-cid-sz7xmlte]{background:linear-gradient(135deg,#7b2ff7,#ff2e63);border:none;border-radius:999px;color:#fff;font-size:.85rem;font-weight:600;padding:10px 22px;cursor:pointer;font-family:inherit;white-space:nowrap;transition:transform .2s,box-shadow .2s}.newsletter-form[data-astro-cid-sz7xmlte] button[data-astro-cid-sz7xmlte]:hover{transform:scale(1.04);box-shadow:0 0 20px #7b2ff766}.footer-bottom[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0;font-size:.8rem;color:#a0a0a0}.version[data-astro-cid-sz7xmlte]{font-size:.72rem;color:#3b3b4a;margin-left:6px}.legal-links[data-astro-cid-sz7xmlte]{display:flex;gap:1.5rem}.legal-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#a0a0a0;text-decoration:none;transition:color .2s}.legal-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#f5f5f5}@media(max-width:900px){.footer-top[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr}.col-brand[data-astro-cid-sz7xmlte]{grid-column:1 / -1}.newsletter[data-astro-cid-sz7xmlte]{flex-direction:column;align-items:flex-start}.newsletter-form[data-astro-cid-sz7xmlte]{width:100%}.newsletter-form[data-astro-cid-sz7xmlte] input[data-astro-cid-sz7xmlte]{flex:1;min-width:0}}@media(max-width:550px){.footer-top[data-astro-cid-sz7xmlte]{grid-template-columns:1fr}.footer-bottom[data-astro-cid-sz7xmlte]{flex-direction:column;gap:1rem;text-align:center}.legal-links[data-astro-cid-sz7xmlte]{flex-wrap:wrap;justify-content:center}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0B0B0F;--surface: #13131A;--surface-2: #1C1C26;--primary: #7B2FF7;--accent: #FF2E63;--electric: #00D1FF;--text: #F5F5F5;--text-muted: #8888AA;--border: rgba(255,255,255,.08);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--radius-full: 999px;--glow-purple: 0 0 24px rgba(123,47,247,.35);--glow-pink: 0 0 24px rgba(255,46,99,.35)}body{font-family:system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}::selection{background:var(--primary);color:#fff}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:3px}
