.dropdown{position:relative}.dropdown button{cursor:pointer;color:inherit;background:0 0;border:none;align-items:center;padding:10px 0;font-size:16px;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.dropdown button:hover{color:#6b7280;text-decoration:none}.dropdown-menu{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #e5e7ebcc;border-radius:12px;min-width:280px;margin-top:8px;padding:16px 8px;animation:.3s cubic-bezier(.4,0,.2,1) slideDownFade;display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #6b728026}.dropdown-menu:before{content:"";z-index:-1;background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:none;border-top:1px solid #e5e7ebcc;border-left:1px solid #e5e7ebcc;width:12px;height:12px;position:absolute;top:-6px;left:50%;transform:translate(-50%)rotate(45deg)}@keyframes slideDownFade{0%{opacity:0;transform:translate(-50%)translateY(-10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.dropdown:hover .dropdown-menu{display:block}.dropdown-menu li{border-radius:8px;margin:4px 0;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.dropdown-menu li a{color:#374151;border-radius:8px;padding:12px 16px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:block}.dropdown-menu li:hover{background:linear-gradient(135deg,#f3f4f6 0%,#e5e7eb 100%);transform:translate(4px)}.dropdown-menu li a:hover{color:#1f2937}.dropdown-menu--grouped{min-width:300px;padding:12px 8px}.dropdown-group{background:0 0!important;margin:0!important;padding:0!important;transform:none!important}.dropdown-group+.dropdown-group{border-top:1px solid #e5e7eb;margin-top:8px!important;padding-top:8px!important}.dropdown-group-title{text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;pointer-events:none;padding:4px 16px 6px;font-size:11px;font-weight:700;display:block}.dropdown-group-links{margin:0;padding:0;list-style:none}.dropdown-group-links li{border-radius:8px;margin:2px 0;transition:all .3s cubic-bezier(.4,0,.2,1)}.dropdown-group-links li a{color:#374151;border-radius:8px;padding:10px 16px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:block}.dropdown-group-links li:hover{background:linear-gradient(135deg,#f3f4f6 0%,#e5e7eb 100%);transform:translate(4px)}.dropdown-group-links li a:hover{color:#1f2937}.dropdown-arrow{color:inherit;opacity:.7;margin-left:8px;font-size:10px;transition:all .3s cubic-bezier(.4,0,.2,1)}.dropdown:hover .dropdown-arrow{opacity:1;color:#6b7280;transform:rotate(180deg)}
:root{--header-height:90px;--header-height-mobile:60px;--header-height-mobile-small:55px;--primary-blue:#87ceeb;--primary-blue-dark:#b0e0e6;--text-dark:#1a1a1a;--text-gray:#6b7280;--text-gray-dark:#374151;--border-color:#e2e8f0;--shadow-light:#0000001a;--shadow-blue:#3498db14;--transition-smooth:all .3s cubic-bezier(.4, 0, .2, 1);--z-index-header:1000;--z-index-dropdown:1002;--z-index-mobile-header:40;--z-index-mobile-dropdown:45;--z-index-mobile-sidebar:200}.header{box-shadow:0 4px 6px var(--shadow-light);height:var(--header-height);width:100%;z-index:var(--z-index-header);box-sizing:border-box;-webkit-font-smoothing:antialiased;padding:0 6%;padding-top:env(safe-area-inset-top);min-height:var(--header-height);max-height:var(--header-height);background-color:#0000;justify-content:space-between;align-items:center;transition:transform .3s,opacity .3s;display:flex;position:fixed;top:0;transform:translateZ(0)}.logo-container{flex:none;justify-content:center;align-items:center;display:flex}.logo-wrapper{justify-content:center;align-items:center;display:flex}.logo{object-fit:contain;object-position:center;width:auto;max-width:140px;height:auto;max-height:80px;transition:transform .3s}@media (max-width:768px){.logo{max-width:120px;max-height:68px}}@media (max-width:480px){.logo{max-width:100px;max-height:57px}}.logo:hover{transform:scale(1.05)}.navigation{flex:2;justify-content:center;align-items:center;gap:50px;display:flex}.navigation ul{align-items:center;gap:20px;margin:0;padding:0;list-style:none;display:flex}.navigation a,.dropdown button{color:#fff;cursor:pointer;background:0 0;border:none;align-items:center;padding:10px 0;font-size:16px;font-weight:500;line-height:1.3;text-decoration:none;transition:color .4s;display:flex}.header.scrolled{box-shadow:0 2px 10px var(--shadow-light);opacity:1;background-color:#fff;transform:translateY(0)}.header.hidden{opacity:0;pointer-events:none;transform:translateY(-100%)}.header:hover{background-color:#fff}.header.admin-header{box-shadow:0 2px 8px var(--shadow-blue);background-color:#0000}.header.admin-header:hover{background-color:#fff}.header.admin-header.scrolled{box-shadow:0 2px 10px var(--shadow-light);background-color:#fff}.header.admin-header.hidden{opacity:0;pointer-events:none;transform:translateY(-100%)}.header:hover .navigation a,.header:hover .dropdown button{color:#3d3a62}.navigation a:hover,.dropdown button:hover{color:var(--text-gray)}.header.scrolled .navigation a,.header.scrolled .dropdown button,.header.scrolled .dropdown-menu li a{color:#333;transition:color .3s}.header.scrolled .navigation a:hover,.header.scrolled .dropdown-menu li a:hover{color:var(--text-gray)}.dropdown{position:relative}.dropdown button{align-items:center;display:flex}.menu-toggle{cursor:pointer;transition:var(--transition-smooth);border-radius:8px;flex:1;justify-content:flex-end;padding:8px;display:none}.menu-toggle:hover{background-color:#e5e7eb99;transform:scale(1.05)}.hamburger{flex-direction:column;justify-content:space-between;width:30px;height:22px;display:flex;position:relative}.hamburger span{background:linear-gradient(90deg, var(--text-gray) 0%, var(--text-gray-dark) 100%);width:100%;height:3px;transition:var(--transition-smooth);border-radius:3px;box-shadow:0 1px 3px #6b728033}.hamburger.open span:first-child{background:linear-gradient(90deg, var(--text-gray-dark) 0%, var(--text-gray) 100%);transform:rotate(45deg)translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.open span:nth-child(3){background:linear-gradient(90deg, var(--text-gray-dark) 0%, var(--text-gray) 100%);transform:rotate(-45deg)translate(5px,-5px)}.login-button,.user-menu-button{background:linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%)!important;color:#fff!important;cursor:pointer!important;transition:var(--transition-smooth)!important;border:none!important;border-radius:12px!important;outline:none!important;justify-content:center!important;align-items:center!important;min-width:140px!important;padding:12px 20px!important;font-size:16px!important;font-weight:600!important;text-decoration:none!important;display:flex!important;box-shadow:0 4px 12px #87ceeb4d!important}.login-button .svg-inline--fa{width:16px!important;height:16px!important;font-size:16px!important}.login-button:hover,.user-menu-button:hover{background:linear-gradient(135deg, var(--primary-blue-dark) 0%, var(--primary-blue) 100%)!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 8px 20px #87ceeb66!important}.login-button:active,.user-menu-button:active{transform:translateY(0)!important;box-shadow:0 4px 12px #87ceeb4d!important}.login-container{z-index:1001;height:var(--header-height);max-height:var(--header-height);flex:none;order:3;justify-content:flex-end;align-items:center;display:flex}.user-menu{height:100%;max-height:var(--header-height);justify-content:center;align-items:center;display:flex;position:relative}.user-menu-button{gap:8px!important;height:50px!important;max-height:50px!important;line-height:1!important}.user-menu-button:disabled{opacity:.7!important;cursor:not-allowed!important}.user-menu-button .user-avatar{background:var(--primary-blue)!important;color:#fff!important;box-sizing:border-box!important;z-index:1!important;border:2px solid #ffffff4d!important;border-radius:50%!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:28px!important;min-width:28px!important;max-width:28px!important;height:28px!important;min-height:28px!important;max-height:28px!important;font-size:16px!important;font-weight:700!important;transition:all .3s!important;display:flex!important;position:relative!important;overflow:visible!important}.user-menu-button .user-avatar-badge{color:#fff;text-align:center;z-index:10;background:#ef4444;border:2px solid #fff;border-radius:10px;min-width:18px;padding:.2rem .35rem;font-size:.65rem;font-weight:700;line-height:1;animation:2s ease-in-out infinite pulse;position:absolute;top:-6px;right:-6px;box-shadow:0 2px 8px #ef444466}.user-menu-button .user-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;max-width:80px;font-weight:600;transition:color .3s;overflow:hidden}.user-menu-button .dropdown-arrow{color:#fff;font-size:12px;transition:transform .3s}.user-menu-button:hover .dropdown-arrow{transform:rotate(180deg)}.user-menu-button:hover .user-avatar{border-color:#fff9!important;transform:scale(1.1)!important;box-shadow:0 0 15px #87ceeb66!important}.user-menu-dropdown{min-width:200px;z-index:var(--z-index-dropdown);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:none;border-radius:16px;min-height:auto;max-height:none;animation:.3s ease-out slideDownFade;position:absolute;top:calc(100% + 12px);right:0;overflow:visible;box-shadow:0 4px 20px #00000014,0 8px 32px #87ceeb26}@keyframes slideDownFade{0%{opacity:0;transform:translateY(-15px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.user-menu-dropdown .dropdown-item{color:var(--text-dark);text-align:left;cursor:pointer;width:100%;font-family:inherit;font-size:inherit;background:0 0;border:none;align-items:center;gap:12px;padding:14px 20px;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.user-menu-dropdown .dropdown-item:last-child{border-bottom:none}.user-menu-dropdown .dropdown-item:hover{color:var(--primary-blue);background:linear-gradient(135deg,#87ceeb1a 0%,#87ceeb0d 100%);transform:translate(4px)}.user-menu-dropdown .dropdown-item:hover .item-icon svg{filter:drop-shadow(0 2px 6px #87ceeb66);animation:.6s ease-in-out iconPulse;transform:scale(1.1)}.user-menu-dropdown .dropdown-item:first-child:hover .item-icon svg{animation:.6s ease-in-out iconPulse,1s ease-in-out gearRotate}@keyframes iconPulse{0%,to{transform:scale(1.1)}50%{transform:scale(1.2)}}@keyframes gearRotate{0%{transform:scale(1.1)rotate(0)}to{transform:scale(1.1)rotate(360deg)}}.user-menu-dropdown .dropdown-item:disabled{opacity:.6;cursor:not-allowed}.user-menu-dropdown .dropdown-item:focus{outline:2px solid var(--primary-blue);outline-offset:-2px;background:#87ceeb1a}.user-menu-dropdown .dropdown-item .item-icon{text-align:center;width:22px;color:var(--primary-blue);justify-content:center;align-items:center;transition:all .3s;display:flex}.user-menu-dropdown .dropdown-item .item-icon svg{filter:drop-shadow(0 1px 2px #87ceeb4d);background:linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;width:16px;height:16px;transition:all .3s}.user-menu-dropdown .dropdown-item.logout .item-icon svg{background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 1px 2px #dc26264d);-webkit-background-clip:text;background-clip:text}.user-menu-dropdown .dropdown-item .item-text{color:var(--text-dark);flex:1;font-size:15px;font-weight:600;transition:color .3s}.user-menu-dropdown .dropdown-item .item-badge{color:#fff;text-align:center;background:#ef4444;border-radius:12px;min-width:24px;margin-left:auto;padding:.25rem .5rem;font-size:.75rem;font-weight:700;animation:2s ease-in-out infinite pulse;box-shadow:0 2px 8px #ef44444d}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.user-menu-dropdown .dropdown-item.logout{color:#dc2626;background:#dc26260d;border-top:2px solid #87ceeb4d}.user-menu-dropdown .dropdown-item.logout:hover{color:#dc2626;background:linear-gradient(135deg,#dc26261a 0%,#dc26260d 100%);transform:translate(4px)}.user-menu-dropdown .dropdown-item.logout:hover .item-icon svg{filter:drop-shadow(0 2px 6px #dc26264d);transform:scale(1.1)}.spinner{border:2px solid #1a1a1a33;border-left-color:var(--text-dark);border-radius:50%;width:16px;height:16px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.header{height:var(--header-height-mobile);min-height:var(--header-height-mobile);max-height:var(--header-height-mobile);z-index:var(--z-index-mobile-header);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2;padding:0 10px;transition:transform .3s,opacity .3s,background-color .3s}.menu-toggle{flex:none;order:1;justify-content:flex-start;margin-left:5%;display:flex}.logo-container{flex-grow:1;order:2;justify-content:center;align-items:center;display:flex}.login-container,.user-menu{height:var(--header-height-mobile);max-height:var(--header-height-mobile)}.user-menu-button{min-width:120px!important;height:40px!important;max-height:40px!important;padding:8px 16px!important}.user-menu-button .user-avatar-badge{border-width:1.5px;min-width:16px;padding:.15rem .3rem;font-size:.6rem;top:-5px;right:-5px}.user-menu-dropdown{z-index:var(--z-index-mobile-dropdown);position:fixed;right:-10px}.login-container,.user-menu{z-index:var(--z-index-mobile-dropdown)}.navigation{display:none}}@media (max-width:480px){.header{height:var(--header-height-mobile-small);min-height:var(--header-height-mobile-small);max-height:var(--header-height-mobile-small);padding:0 8px}.user-menu-button{min-width:100px!important;padding:6px 12px!important;font-size:13px!important}.user-menu-button .user-avatar-badge{border-width:1px;min-width:14px;padding:.1rem .25rem;font-size:.55rem;top:-4px;right:-4px}.user-menu-dropdown .dropdown-item .item-badge{min-width:20px;padding:.2rem .4rem;font-size:.7rem}}button[disabled]{cursor:not-allowed;background-color:var(--primary-blue);opacity:.6}.floating-menu-button,.floating-menu-overlay{display:none}
.Footer-module__S6Hkya__footer{color:#e2e8f0;background:linear-gradient(135deg,#1a1a1a 0%,#0a0a0a 100%);flex-direction:column;align-items:center;gap:2.5rem;min-height:400px;padding:5rem 1.25rem 2.5rem;font-family:Inter,sans-serif;display:flex;position:relative;overflow:hidden}.Footer-module__S6Hkya__footer:before{content:"";background:linear-gradient(90deg,#4a90e2 0%,#357abd 50%,#4a90e2 100%);height:4px;position:absolute;top:0;left:0;right:0}.Footer-module__S6Hkya__footerContent{grid-template-columns:minmax(220px,280px) minmax(300px,1fr) minmax(220px,280px);align-items:flex-start;gap:2rem;width:min(1200px,100%);margin:0 auto;display:grid}.Footer-module__S6Hkya__footerColumn{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.Footer-module__S6Hkya__footerBrandColumn{text-align:center;align-items:center}.Footer-module__S6Hkya__footerColumnGroup{width:100%}.Footer-module__S6Hkya__footerNav{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1.75rem;display:grid}.Footer-module__S6Hkya__footerTitle{text-align:left;color:#fff;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 0%,#e2e8f0 100%);-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.375rem;font-weight:600;line-height:1.2}.Footer-module__S6Hkya__footerTitleSecondary{font-size:1.2rem}.Footer-module__S6Hkya__logoContainer{justify-content:center;width:100%;max-width:240px;display:flex}.Footer-module__S6Hkya__logo{object-fit:contain;width:100%;height:auto}.Footer-module__S6Hkya__socialIcons{justify-content:center;align-items:center;gap:.75rem;width:100%;margin-top:.75rem;display:flex}.Footer-module__S6Hkya__socialIcons a{color:#e2e8f0;border-radius:.6rem;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;font-size:1.2rem;text-decoration:none;transition:all .25s;display:inline-flex}.Footer-module__S6Hkya__socialIcons a:hover{color:#4a90e2;background:#4a90e21f;transform:translateY(-2px)}.Footer-module__S6Hkya__footerList{margin:0;padding:0;list-style:none}.Footer-module__S6Hkya__footerList li{color:#cbd5e0;margin-bottom:.65rem;font-size:.92rem;line-height:1.4}.Footer-module__S6Hkya__footerList li:last-child{margin-bottom:0}.Footer-module__S6Hkya__footerList li:hover{color:#4a90e2}.Footer-module__S6Hkya__footerList a,.Footer-module__S6Hkya__footerLink{color:inherit;text-decoration:none;transition:color .25s}.Footer-module__S6Hkya__footerList a:hover,.Footer-module__S6Hkya__footerLink:hover{color:#4a90e2;text-decoration:underline}.Footer-module__S6Hkya__footerList a:focus-visible,.Footer-module__S6Hkya__footerLink:focus-visible,.Footer-module__S6Hkya__socialIcons a:focus-visible,.Footer-module__S6Hkya__legalLinks a:focus-visible{outline-offset:2px;border-radius:6px;outline:2px solid #4a90e2}.Footer-module__S6Hkya__footerAddress{font-style:normal}.Footer-module__S6Hkya__footerBottom{text-align:center;border-top:1px solid #4a5568;flex-direction:column;align-items:center;gap:.6rem;width:min(1200px,100%);margin:0 auto;padding-top:1.75rem;display:flex}.Footer-module__S6Hkya__footerBottom p{color:#a0aec0;margin:0;font-size:.78rem}.Footer-module__S6Hkya__legalLinks{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;display:flex}.Footer-module__S6Hkya__legalLinks a{color:#ffffffbf;font-size:.82rem;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__legalLinks a:hover{color:#fff;text-decoration:underline}.Footer-module__S6Hkya__separator{color:#ffffff61;font-size:.82rem}@media (max-width:1024px){.Footer-module__S6Hkya__footerContent{grid-template-columns:1fr;gap:2.25rem}.Footer-module__S6Hkya__footerColumn{text-align:center;align-items:center}.Footer-module__S6Hkya__footerTitle{text-align:center}.Footer-module__S6Hkya__socialIcons{justify-content:center}.Footer-module__S6Hkya__footerList li{text-align:center}.Footer-module__S6Hkya__footerNav{gap:1.5rem}}@media (max-width:768px){.Footer-module__S6Hkya__footer{gap:2rem;padding-top:4rem}.Footer-module__S6Hkya__footerTitle{font-size:1.22rem}.Footer-module__S6Hkya__footerTitleSecondary{font-size:1.08rem}.Footer-module__S6Hkya__footerNav{grid-template-columns:1fr;gap:1.25rem}}@media (max-width:480px){.Footer-module__S6Hkya__footer{padding:3.5rem 1rem 2rem}.Footer-module__S6Hkya__socialIcons a{width:2.15rem;height:2.15rem;font-size:1.05rem}.Footer-module__S6Hkya__footerBottom p,.Footer-module__S6Hkya__legalLinks a,.Footer-module__S6Hkya__separator{font-size:.75rem}}
