.liquid-header{top:0;z-index:1000;padding:14px 20px;position:relative}.liquid-header__inner{max-width:1200px;margin:0 auto;height:65px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-radius:50px;position:relative;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);box-shadow:0 6px 24px rgba(0,0,0,.2);overflow:hidden;isolation:isolate}.liquid-header__inner:before{padding:1px;background:linear-gradient(135deg,rgba(255,255,255,.4),rgba(255,255,255,.1));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.liquid-header__inner:after,.liquid-header__inner:before{content:"";position:absolute;inset:0;border-radius:inherit}.liquid-header__inner:after{z-index:-1;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);filter:url(#glass-distortion);-webkit-filter:url(#glass-distortion)}.liquid-header .brand{display:flex;align-items:center;gap:10px;color:#fff}.liquid-header .brand .brand__icon{font-size:26px;filter:drop-shadow(0 0 6px rgba(95,103,255,.6))}.liquid-header .brand .brand__text{font-family:Audiowide,sans-serif;font-size:20px;letter-spacing:.5px}.liquid-header .desktop-brand{display:flex}.liquid-header .mobile-brand{display:none}.liquid-header .mobile-brand .mobile-logo{display:flex;align-items:center;gap:8px}.liquid-header .mobile-brand .mobile-logo .lightbulb-icon{width:24px;height:24px;filter:drop-shadow(0 0 6px rgba(95,103,255,.6))}.liquid-header .mobile-brand .mobile-logo .brand-text{font-family:Audiowide,sans-serif;font-size:18px;font-weight:600;letter-spacing:.5px;color:#fff}.liquid-header .nav{display:flex;gap:28px;z-index:1}.liquid-header .nav .nav__link{color:hsla(0,0%,100%,.92);text-decoration:none;font-family:Audiowide,sans-serif;font-size:16px;transition:color .2s ease,text-shadow .2s ease}.liquid-header .nav .nav__link:hover{color:#1810ff;text-shadow:0 0 10px rgba(95,103,255,.7)}.liquid-header .nav .nav__link:active{color:#1810ff;text-shadow:1px 1px 0 rgba(0,0,0,.25)}.liquid-header .actions{height:44px;width:101px;display:flex;justify-content:center;align-items:center;gap:12px;padding:6px;border-radius:999px;position:relative;isolation:isolate;box-shadow:0 6px 24px rgba(0,0,0,.2)}.liquid-header .actions :before{content:"";position:absolute;inset:0;z-index:0;border-radius:56px;box-shadow:inset 0 0 15px -10px #fff;background-color:hsla(0,0%,100%,0)}.liquid-header .actions :after{content:"";position:absolute;inset:0;z-index:-1;border-radius:56px;backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);filter:url(#glass-distortion);-webkit-filter:url(#glass-distortion)}.liquid-header .actions .action-btn{width:44px;height:44px;display:grid;place-items:center;font-size:18px;color:#fff;background:rgba(0,0,0,0);border:none;border-radius:50%;cursor:pointer}.liquid-header .actions .action-btn:hover{filter:drop-shadow(0 0 8px rgba(255,255,255,.35))}.liquid-header .desktop-actions{display:flex}.liquid-header .mobile-actions{display:none}.liquid-header .hamburger-menu{display:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;background:rgba(0,0,0,0);border:none;cursor:pointer;gap:4px}.liquid-header .hamburger-menu span{width:20px;height:2px;background:#fff;border-radius:1px;transition:all .3s ease;transform-origin:center}.liquid-header .hamburger-menu:hover span{filter:drop-shadow(0 0 8px rgba(255,255,255,.35))}.liquid-header .hamburger-menu.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.liquid-header .hamburger-menu.active span:nth-child(2){opacity:0;transform:scale(0)}.liquid-header .hamburger-menu.active span:nth-child(3){transform:rotate(-45deg) translate(3px,-3px)}@media(max-width:820px){.liquid-header .desktop-actions,.liquid-header .desktop-brand,.liquid-header .nav{display:none}.liquid-header .hamburger-menu,.liquid-header .mobile-actions,.liquid-header .mobile-brand{display:flex}.liquid-header__inner{height:50px}}@media(max-width:480px){.liquid-header{padding:12px 16px}.liquid-header__inner{padding:0 16px;height:50px}.liquid-header .mobile-brand .mobile-logo{gap:6px}.liquid-header .mobile-brand .mobile-logo .lightbulb-icon{width:20px;height:20px}.liquid-header .mobile-brand .mobile-logo .brand-text{font-size:16px}.liquid-header .hamburger-menu{width:40px;height:40px}.liquid-header .hamburger-menu span{width:18px;height:1.5px}}.liquid-header .mobile-menu{position:fixed;inset:0;width:100vw;height:100vh;transform:translateY(-100%);background-color:hsla(0,0%,100%,.9);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:0;box-shadow:none;z-index:2000;opacity:0;visibility:hidden;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .25s ease,visibility .25s ease;overflow:hidden}.liquid-header .mobile-menu.open{transform:translateY(0);opacity:1;visibility:visible}.liquid-header .mobile-menu__close{position:absolute;top:16px;right:16px;width:44px;height:44px;border:none;background:rgba(0,0,0,0);cursor:pointer;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:#111;z-index:1}.liquid-header .mobile-menu__close:after,.liquid-header .mobile-menu__close:before{content:"";position:absolute;width:24px;height:2px;background:rgba(0,0,0,.85);border-radius:1px;box-shadow:0 0 6px hsla(0,0%,100%,.35);transition:background .2s ease}.liquid-header .mobile-menu__close:before{transform:rotate(45deg)}.liquid-header .mobile-menu__close:after{transform:rotate(-45deg)}.liquid-header .mobile-menu__close:hover:after,.liquid-header .mobile-menu__close:hover:before{background:#fff}.liquid-header .mobile-menu__close:active{transform:scale(.96)}.liquid-header .mobile-menu__content{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 24px}.liquid-header .mobile-menu .mobile-nav{display:flex;flex-direction:column;gap:24px;margin-bottom:40px}.liquid-header .mobile-menu .mobile-nav .mobile-nav__link{color:rgba(0,0,0,.9);text-decoration:none;font-family:Audiowide,sans-serif;font-size:18px;font-weight:500;padding:12px 0;border-radius:12px;transition:all .3s ease;position:relative;text-align:center}.liquid-header .mobile-menu .mobile-nav .mobile-nav__link:before{content:"";position:absolute;left:50%;bottom:8px;width:0;height:2px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);transition:width .3s ease;transform:translateX(-50%)}.liquid-header .mobile-menu .mobile-nav .mobile-nav__link:hover{color:#fff;text-shadow:0 0 10px hsla(0,0%,100%,.5);transform:translateY(-2px)}.liquid-header .mobile-menu .mobile-nav .mobile-nav__link:hover:before{width:60%}.liquid-header .mobile-menu .mobile-nav .mobile-nav__link:active{color:#1810ff;text-shadow:1px 1px 0 rgba(0,0,0,.25)}.liquid-header .mobile-menu .mobile-actions-menu{display:flex;gap:16px;justify-content:center}.liquid-header .mobile-menu .mobile-actions-menu .mobile-action-btn{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 20px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:16px;color:#fff;font-family:Audiowide,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);min-width:80px}.liquid-header .mobile-menu .mobile-actions-menu .mobile-action-btn img{width:24px;height:24px;filter:drop-shadow(0 0 6px rgba(255,255,255,.3))}.liquid-header .mobile-menu .mobile-actions-menu .mobile-action-btn span{font-size:12px;letter-spacing:.5px}.liquid-header .mobile-menu .mobile-actions-menu .mobile-action-btn:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.4);transform:translateY(-2px);box-shadow:0 8px 16px rgba(0,0,0,.2)}.liquid-header .mobile-menu .mobile-actions-menu .mobile-action-btn:active{transform:translateY(0);box-shadow:0 4px 8px rgba(0,0,0,.2)}@media(min-width:821px){.liquid-header .mobile-menu{display:none!important}}@media(max-width:820px){.liquid-header .liquid-header{padding:14px 10px}.liquid-header .mobile-menu{display:block}}.glass-button{font-family:Audiowide,sans-serif;height:44px;width:100%;position:relative;display:inline-block;border:none;border-radius:999px;background:rgba(50,50,255,.1);color:#fff;font-size:16px;font-weight:400;text-align:center;backdrop-filter:blur(1px) saturate(110%);-webkit-backdrop-filter:blur(1px) saturate(110%);box-shadow:0 12px 40px rgba(8,10,60,.4),inset 0 1px 2px hsla(0,0%,100%,.3),inset 0 -1px 2px rgba(0,0,0,.1);cursor:pointer;transition:all .3s ease}.glass-button:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,rgba(255,255,255,.5),rgba(0,0,255,.5));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.glass-button:hover{background:hsla(0,0%,100%,.47);box-shadow:inset 0 0 2px hsla(0,0%,100%,.6),0 0 20px rgba(0,100,255,.6);transform:translateY(-2px)}.glass-button:active{transform:translateY(0);box-shadow:inset 0 0 4px hsla(0,0%,100%,.7),0 0 10px rgba(0,80,255,.6);background-color:hsla(0,0%,100%,.05)}.event-card{position:relative;width:100%;max-width:370px;margin:0 auto;border-radius:50px;background:rgba(15,17,205,.3);box-shadow:0 20px 40px rgba(0,0,0,.1),0 8px 16px rgba(0,0,0,.1);padding:24px;color:#fff;font-family:Audiowide,sans-serif;overflow:hidden}.event-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px}.event-card .event-image-placeholder{position:relative;overflow:hidden;width:279px;height:120px;background:hsla(0,0%,100%,.95);border-radius:50px;margin:0 auto 20px;box-shadow:inset 0 2px 4px rgba(0,0,0,.1),0 4px 8px rgba(0,0,0,.1)}.event-card .event-datetime{text-align:center;font-size:18px;font-weight:600;margin-bottom:16px;color:hsla(0,0%,100%,.9);letter-spacing:.5px}.event-card .event-game-details{margin-bottom:24px}.event-card .event-game-details .game-name{font-size:22px;font-weight:700;margin:0 0 8px;color:#fff;line-height:1.2}.event-card .event-game-details .game-description{font-size:14px;font-weight:400;margin:0;color:hsla(0,0%,100%,.8);line-height:1.4}.event-card .event-info{margin-bottom:32px}.event-card .event-info .info-item{display:flex;align-items:flex-start;margin-bottom:16px}.event-card .event-info .info-item:last-child{margin-bottom:0}.event-card .event-info .info-item .info-icon{position:relative;width:32px;height:32px;display:flex;align-items:center;justify-content:center;margin-right:12px;flex-shrink:0}.event-card .event-info .info-item .info-icon svg{width:16px;height:16px}.event-card .event-info .info-item .info-content{flex:1 1}.event-card .event-info .info-item .info-content .info-main{font-size:16px;font-weight:600;margin-bottom:2px;color:#fff}.event-card .event-info .info-item .info-content .info-sub{font-size:12px;font-weight:400;color:hsla(0,0%,100%,.7)}@media(max-width:768px){.event-card{max-width:100%;margin:0 16px;padding:20px}.event-card .event-image-placeholder{height:122px}.event-card .event-datetime{font-size:16px}.event-card .event-game-details .game-name{font-size:20px}.event-card .event-game-details .game-description{font-size:13px}.event-card .event-info .info-item .info-content .info-main{font-size:15px}.event-card .event-info .info-item .info-content .info-sub{font-size:11px}.event-card .register-button{font-size:16px;padding:14px 20px}}@media(max-width:480px){.event-card{margin:0 12px;padding:16px;border-radius:40px}.event-card .event-image-placeholder{width:224px;height:122px;border-radius:40px;margin:0 auto 20px}.event-card .event-datetime{font-size:14px}.event-card .event-game-details .game-name{font-size:18px}.event-card .event-game-details .game-description{font-size:12px}.event-card .register-button{font-size:14px;padding:12px 16px;border-radius:12px}}.custom-select{position:relative;display:inline-block;min-width:150px}.custom-select__trigger{width:100%;padding:12px 16px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.8);border-radius:25px;color:#fff;font-family:Audiowide,sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;outline:none;transition:all .3s ease;display:flex;align-items:center;justify-content:space-between}.custom-select__trigger:hover{border-color:#fff;background:hsla(0,0%,100%,.05)}.custom-select__trigger:focus{border-color:#fff;background:hsla(0,0%,100%,.1);box-shadow:0 0 0 2px hsla(0,0%,100%,.2)}.custom-select__text{flex:1 1}.custom-select__icon{transition:transform .3s ease}.custom-select__icon svg{width:12px;height:8px}.custom-select__icon.open{transform:rotate(180deg)}.custom-select__dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid hsla(0,0%,100%,.8);border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.15);z-index:1000;overflow:hidden;margin-top:4px;max-height:200px;overflow-y:auto}.custom-select__option{display:flex;align-items:center;padding:12px 16px;cursor:pointer;transition:all .2s ease;background:#fff;border-bottom:1px solid rgba(0,0,0,.05)}.custom-select__option:last-child{border-bottom:none}.custom-select__option:hover:not(.disabled){background:rgba(0,0,0,.05)}.custom-select__option.selected{background:rgba(0,0,0,.1)}.custom-select__option.disabled{background:#f0f0f0;cursor:not-allowed}.custom-select__checkbox{width:16px;height:16px;border:2px solid #000;border-radius:2px;margin-right:12px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);transition:all .2s ease;flex-shrink:0}.custom-select__checkbox svg{width:10px;height:8px}.custom-select__label{font-family:Audiowide,sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#000;flex:1 1}.custom-select__option.selected .custom-select__checkbox{background:#000}.custom-select__option.disabled .custom-select__checkbox{border-color:#999}.custom-select__option.disabled .custom-select__label{color:#999}@media(max-width:480px){.custom-select{min-width:100%}.custom-select__trigger{padding:10px 36px 10px 14px;font-size:13px}.custom-select__icon svg{width:10px;height:6px}.custom-select__option{padding:10px 14px}.custom-select__checkbox{width:14px;height:14px;margin-right:10px}.custom-select__checkbox svg{width:8px;height:6px}.custom-select__label{font-size:13px}}