header{background:#000000f2;backdrop-filter:blur(10px);box-shadow:0 1px #ffffff1a,0 4px 20px #00000080;position:sticky;top:0;z-index:1000}header .header-content{display:flex;justify-content:space-between;align-items:center;padding:20px 0;gap:16px}header .logo{text-decoration:none;margin-left:20px;display:flex;align-items:center}header .logo-image{height:50px;width:auto;transition:transform .3s ease}header .logo:hover .logo-image{transform:scale(1.05)}header .list{background:linear-gradient(135deg,#f36,#ff6b9d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}header .lollipop{font-size:28px;display:inline-block;margin-left:4px;animation:rotate 3s ease-in-out infinite}@keyframes rotate{0%,to{transform:rotate(0)}50%{transform:rotate(20deg)}}header nav{display:flex;gap:36px;align-items:center}header nav a{text-decoration:none;color:#fff;font-weight:600;font-size:15px;transition:all .2s;position:relative}header nav a:not(.cta-button):hover{color:#00f2ff}header nav a:not(.cta-button):after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#00f2ff;transition:width .3s}header nav a:not(.cta-button):hover:after{width:100%}header .cta-button{background:linear-gradient(135deg,#00f2ff,#00b8ff);color:#000;padding:12px 30px;border-radius:50px;font-weight:800;font-size:15px;box-shadow:0 4px 20px #00f2ff59;transition:all .3s cubic-bezier(.34,1.56,.64,1)}header .cta-button:after{display:none}header .cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00f2ff99;color:#000}header .location-display{display:flex;align-items:center;gap:8px;margin-left:auto;margin-right:20px;font-size:26px;font-weight:700;color:#fff}header .location-marker{width:24px;height:24px;background-image:url(/_astro/pink.bZlmxkRe.jpg);background-size:contain;background-repeat:no-repeat;background-position:center;display:inline-block;flex-shrink:0}@media(max-width:768px){header nav{gap:12px;font-size:13px}header nav a:not(.cta-button){display:none}header nav a{font-size:13px}header .cta-button{padding:10px 22px;font-size:14px}header .logo-image{height:40px}header .location-display{font-size:16px;margin-right:12px}header .location-marker{width:16px;height:16px}}
