@charset "UTF-8";@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.header{padding:1rem 0;position:fixed;top:0;left:0;width:100%;z-index:1000;transition:all .3s ease;background-color:#0a0a0ae6;box-shadow:0 4px 20px #00000026}.header.scrolled{padding:.5rem 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0a0a0af2;box-shadow:0 10px 30px #0003}.header.scrolled .header-background{opacity:1}.header .header-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:0;transition:opacity .3s ease}.header .header-background .header-blur{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0a0a0af2}.header .header-content{display:flex;justify-content:space-between;align-items:center;min-height:60px}.header .logo .logo-container{display:flex;align-items:center;gap:.5rem;transition:all .3s ease;width:190px}.header .logo .logo-container img{max-height:36px;transition:all .3s ease}.header .logo .logo-container .logo-text{font-family:Oswald,Roboto Condensed,sans-serif;font-weight:700;font-size:1.4rem;color:#fff;letter-spacing:1px;transition:all .3s ease}.header .logo .logo-container .logo-text .gradient-text{background:linear-gradient(90deg,#ff3366,#ff6633);-webkit-background-clip:text;background-clip:text;color:transparent}.header .logo .logo-container:hover{transform:translateY(-2px)}.header .main-nav ul{display:flex;gap:3rem;margin:0;padding:0;list-style:none}.header .main-nav ul li{position:relative}.header .main-nav ul li a{color:#ffffffe6;font-weight:400;font-family:Oswald,Roboto Condensed,sans-serif;font-size:.95rem;position:relative;padding:.5rem 0;transition:all .3s ease;text-decoration:none;display:inline-block;text-transform:uppercase;letter-spacing:.5px}.header .main-nav ul li a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg,#ff3366,#ff6633);transition:width .3s ease;border-radius:2px}.header .main-nav ul li a:hover{color:#fff}.header .main-nav ul li a:hover:after{width:100%}.header .main-nav ul li.active a{color:#fff;font-weight:700}.header .main-nav ul li.active a:after{width:100%}.header .auth-buttons{display:flex;gap:1rem;align-items:center;justify-content:center;margin-left:auto;height:100%}.header .auth-buttons .profile-menu{position:relative}.header .auth-buttons .profile-menu .profile-toggle{display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;padding:.25rem;border-radius:8px;transition:all .3s ease}.header .auth-buttons .profile-menu .profile-toggle:hover{background:rgba(255,255,255,.1)}.header .auth-buttons .profile-menu .profile-toggle .profile-text{color:#fff;font-weight:700;font-size:.9rem;font-family:Oswald,Roboto Condensed,sans-serif;letter-spacing:.5px}.header .auth-buttons .profile-menu .profile-toggle .dropdown-arrow{color:#ffffffb3;transition:transform .3s ease}.header .auth-buttons .profile-menu .profile-toggle .dropdown-arrow.open{transform:rotate(180deg)}.header .auth-buttons .profile-menu .profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 8px 32px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:280px;z-index:1000;animation:dropdownFadeIn .2s ease-out}.header .auth-buttons .profile-menu .profile-dropdown .profile-dropdown-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:1rem}.header .auth-buttons .profile-menu .profile-dropdown .profile-dropdown-header .profile-avatar-large{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#e63946,#ffd100);color:#fff;border-radius:50%;font-weight:700;font-size:1.2rem;font-family:Oswald,Roboto Condensed,sans-serif;box-shadow:0 2px 8px #e639464d}.header .auth-buttons .profile-menu .profile-dropdown .profile-dropdown-header .profile-info{flex:1}.header .auth-buttons .profile-menu .profile-dropdown .profile-dropdown-header .profile-info .profile-name{color:#fff;font-weight:700;font-size:1rem;margin-bottom:2px}.header .auth-buttons .profile-menu .profile-dropdown .profile-dropdown-header .profile-info .profile-email{color:#fff9;font-size:.85rem}.header .auth-buttons .profile-menu .profile-dropdown .profile-dropdown-menu{padding:.5rem}.header .auth-buttons .profile-menu .profile-dropdown .profile-dropdown-menu .profile-menu-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem 1rem;background:none;border:none;border-radius:8px;color:#fffc;text-decoration:none;font-size:.9rem;cursor:pointer;transition:all .3s ease}.header .auth-buttons .profile-menu .profile-dropdown .profile-dropdown-menu .profile-menu-item:hover{background:rgba(255,255,255,.1);color:#fff}.header .auth-buttons .profile-menu .profile-dropdown .profile-dropdown-menu .profile-menu-item.sign-out{color:#ffb703cc}.header .auth-buttons .profile-menu .profile-dropdown .profile-dropdown-menu .profile-menu-item.sign-out:hover{background:rgba(255,183,3,.1);color:#ffb703}.header .auth-buttons .profile-menu .profile-dropdown .profile-dropdown-menu .profile-menu-item svg{flex-shrink:0}.header .auth-buttons .sign-in-btn,.header .auth-buttons .sign-out-btn{display:inline-flex;align-items:center;justify-content:center;gap:1rem;padding:.5rem 1rem;color:#fff;border-radius:8px;cursor:pointer;font-family:Oswald,Roboto Condensed,sans-serif;font-size:.9rem;text-decoration:none;transition:all .3s ease;height:40px;min-width:100px;margin:auto 0}.header .auth-buttons .sign-in-btn svg,.header .auth-buttons .sign-out-btn svg{transition:transform .3s ease;margin-left:5px;margin-top:0}.header .auth-buttons .sign-out-btn{background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);font-weight:400;box-shadow:0 2px 6px #0000001a}.header .auth-buttons .sign-out-btn .button-text{font-size:.95rem;letter-spacing:.5px;text-transform:uppercase}.header .auth-buttons .sign-out-btn:hover{background-color:#ffffff1a;transform:translateY(-2px);box-shadow:0 4px 10px #00000026}.header .auth-buttons .sign-out-btn:hover svg{transform:translate(3px)}.header .auth-buttons .sign-out-btn:active{transform:translateY(1px);box-shadow:0 1px 3px #0000001a}.header .auth-buttons .login-btn{display:inline-flex;align-items:center;justify-content:center;min-width:100px;height:40px;padding:.5rem 1.5rem;background-color:#e63946;background-image:linear-gradient(135deg,rgb(232.8587443946,79.6412556054,91.1547085202),rgb(209.5426008969,26.4573991031,40.2152466368));color:#fff;border:none;border-radius:8px;font-family:Oswald,Roboto Condensed,sans-serif;font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;text-decoration:none;box-shadow:0 4px 12px #0003;transition:all .3s ease;position:relative;overflow:hidden;margin:auto 0}.header .auth-buttons .trial-btn{display:inline-flex;align-items:center;justify-content:center;min-width:130px;height:44px;padding:.5rem 1.5rem;background-color:#e63946;background-image:linear-gradient(135deg,#e63946,#ffd100);color:#fff;border:2px solid rgb(235,102,112);border-radius:8px;font-family:Oswald,Roboto Condensed,sans-serif;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;text-decoration:none;box-shadow:0 4px 12px #00000040;transition:all .3s ease;position:relative;overflow:hidden;margin:auto 0;animation:pulse 2s infinite}.header .auth-buttons .trial-btn:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 6px 15px #0000004d;background-color:#e63946;background-image:linear-gradient(135deg,#e63946,#ffb700)}.header .auth-buttons .trial-btn:active{transform:translateY(1px);box-shadow:0 2px 5px #0003;background-color:#d32f3d;background-image:linear-gradient(135deg,#d32f3d,#e6a800)}.header .auth-buttons .trial-btn:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,rgba(255,255,255,.1),rgba(255,255,255,.3),rgba(255,255,255,.1))}.header .mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.header .mobile-menu-toggle .hamburger{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px}.header .mobile-menu-toggle .hamburger .hamburger-line{width:100%;height:2px;background-color:#fff;transition:all .3s ease;border-radius:2px}.header .mobile-menu-toggle.active .hamburger .hamburger-line:nth-child(1){transform:translateY(8px) rotate(45deg)}.header .mobile-menu-toggle.active .hamburger .hamburger-line:nth-child(2){opacity:0}.header .mobile-menu-toggle.active .hamburger .hamburger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media (max-width: 992px){.header .header-content{flex-wrap:wrap}.header .main-nav{display:none;order:3;width:100%}.header .main-nav.active{display:block;position:fixed;top:70px;left:0;width:100%;height:calc(100vh - 70px);background-color:#0a0a0af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem 1rem;z-index:1000;overflow-y:auto}.header .main-nav.active ul{flex-direction:column;gap:1.5rem}.header .main-nav.active ul li a{display:block;padding:.5rem;font-size:1.1rem;width:100%;border-radius:8px;transition:all .3s ease;text-transform:uppercase;letter-spacing:.8px}.header .main-nav.active ul li a:hover{background-color:#ffffff0d;padding-left:1rem}.header .main-nav.active ul li.active a{background-color:#ffffff0d;padding-left:1rem;font-weight:700}.header .main-nav.active ul li.mobile-auth-link{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);padding-left:1rem;padding-right:1rem}.header .main-nav.active ul li.mobile-auth-link a{display:flex;align-items:center;justify-content:space-between;padding:1rem;font-size:1.1rem;font-weight:400;border-radius:8px;gap:1rem}.header .main-nav.active ul li.mobile-auth-link a svg{transition:transform .3s ease;margin-left:5px;margin-top:5px}.header .main-nav.active ul li.mobile-auth-link a:hover svg{transform:translate(5px)}.header .main-nav.active ul li.mobile-auth-link .login-btn,.header .main-nav.active ul li.mobile-auth-link .trial-btn{width:100%;height:50px;margin:0 auto;padding:.5rem 1rem;font-size:1.1rem;border-radius:10px;box-shadow:0 4px 15px #00000040}.header .main-nav.active ul li.mobile-auth-link .mobile-profile-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;height:50px;background-color:#e639461a;color:#fff;border:1px solid rgba(230,57,70,.3);border-radius:8px;font-family:Oswald,Roboto Condensed,sans-serif;text-transform:uppercase;letter-spacing:1px;font-weight:700;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;text-decoration:none}.header .main-nav.active ul li.mobile-auth-link .mobile-profile-btn .mobile-profile-avatar{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:linear-gradient(135deg,#e63946,#ffd100);color:#fff;border-radius:50%;font-weight:700;font-size:.9rem;font-family:Oswald,Roboto Condensed,sans-serif}.header .main-nav.active ul li.mobile-auth-link .mobile-profile-btn .button-text{font-size:1.1rem}.header .main-nav.active ul li.mobile-auth-link .mobile-profile-btn:hover{background-color:#e6394633;color:#fff;box-shadow:0 4px 12px #e6394626;transform:translateY(-2px)}.header .main-nav.active ul li.mobile-auth-link .mobile-profile-btn:active{transform:translateY(1px);box-shadow:0 1px 4px #0000001a}.header .main-nav.active ul li.mobile-auth-link .mobile-logout-btn{display:flex;align-items:center;justify-content:center;width:100%;height:50px;background-color:#ffffff0d;color:#ffffffe6;border:1px solid rgba(255,255,255,.1);border-radius:8px;font-family:Oswald,Roboto Condensed,sans-serif;text-transform:uppercase;letter-spacing:1px;font-weight:700;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.header .main-nav.active ul li.mobile-auth-link .mobile-logout-btn .button-text{font-size:1.1rem}.header .main-nav.active ul li.mobile-auth-link .mobile-logout-btn:hover{background-color:#ffffff1a;color:#fff;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.header .main-nav.active ul li.mobile-auth-link .mobile-logout-btn:active{transform:translateY(1px);box-shadow:0 1px 4px #0000001a}.header .mobile-menu-toggle{display:block;order:2}.header .auth-buttons{order:1;margin-left:0}}@media (max-width: 768px){.header,.header.scrolled{padding:.5rem 0}.header .logo .logo-container img{max-height:30px}.header .logo .logo-container .logo-text{font-size:1.2rem}.header .auth-buttons .user-greeting .user-name{display:none}.header .auth-buttons .sign-in-btn,.header .auth-buttons .sign-out-btn{padding:.25rem 1rem;min-width:80px;height:36px}.header .auth-buttons .sign-in-btn span,.header .auth-buttons .sign-out-btn span{display:block;font-size:.85rem}.header .auth-buttons .sign-in-btn svg,.header .auth-buttons .sign-out-btn svg{display:none}.header .auth-buttons .login-btn{padding:.5rem 1rem;min-width:90px;height:38px;font-size:.9rem;box-shadow:0 3px 8px #00000026}.header .auth-buttons .login-btn:after{opacity:.4}.header .auth-buttons .trial-btn{min-width:110px;height:38px;font-size:.9rem;padding:.25rem 1rem;box-shadow:0 3px 8px #00000026}}@media (max-width: 576px){.header .header-content{justify-content:space-between}.header .logo .logo-container img{max-height:28px}.header .main-nav.active{top:60px;height:calc(100vh - 60px);padding:1.5rem 1rem}.header .auth-buttons .sign-in-btn,.header .auth-buttons .sign-out-btn{min-width:70px;height:34px;padding:.25rem .5rem}.header .auth-buttons .sign-in-btn span,.header .auth-buttons .sign-out-btn span{font-size:.8rem}.header .auth-buttons .login-btn{padding:.25rem .5rem;min-width:70px;height:34px;font-size:.8rem;box-shadow:0 2px 6px #00000026;border-radius:6px}.header .auth-buttons .trial-btn{min-width:90px;height:36px;font-size:.85rem;padding:.25rem .5rem;box-shadow:0 2px 6px #00000026;border-radius:6px}}.app-layout{margin:0;padding:0}.main-content{margin-top:0;padding-top:80px}@media (max-width: 768px){.main-content{padding-top:70px}}@media (max-width: 576px){.main-content{padding-top:60px}}.login-btn{display:flex;align-items:center;justify-content:center;min-width:90px;height:36px;padding:6px 14px;background-color:#000;background-image:none!important;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:8px;font-family:Oswald,Roboto Condensed,sans-serif;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;text-decoration:none;text-align:center;box-shadow:0 4px 12px #0003;transition:all .3s ease;position:relative;overflow:hidden;margin:auto 0;cursor:pointer;vertical-align:middle}.login-btn span{display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-align:center;line-height:1}.login-btn:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,rgba(255,255,255,.1),rgba(255,255,255,.3),rgba(255,255,255,.1))}.login-btn:hover{background-color:#1a1a1a;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 6px 15px #00000040}.login-btn:active{transform:translateY(1px);box-shadow:0 2px 5px #0003;background-color:#000;border-color:#ffffffb3}.mobile-auth-link .login-btn{width:100%;height:46px;margin:0 auto;padding:8px 16px;font-size:1rem;border-radius:8px;box-shadow:0 4px 15px #00000040;background-color:#000;border:1px solid rgba(255,255,255,.3)}.mobile-auth-link .login-btn span{font-size:1rem;display:flex;align-items:center;justify-content:center;height:100%}@media (max-width: 992px){.login-btn{padding:5px 10px;min-width:80px;height:34px;font-size:.8rem;box-shadow:0 3px 8px #00000026;background-color:#000;border:1px solid rgba(255,255,255,.3)}.login-btn span{font-size:.8rem;display:flex;align-items:center;justify-content:center;height:100%}.login-btn:after{opacity:.4}}@media (max-width: 576px){.login-btn{padding:4px 8px;min-width:70px;height:32px;font-size:.75rem;box-shadow:0 2px 6px #00000026;border-radius:6px;background-color:#000;border:1px solid rgba(255,255,255,.3)}.login-btn span{font-size:.75rem;display:flex;align-items:center;justify-content:center;height:100%}}.trial-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:130px!important;height:44px!important;padding:.5rem 1.5rem!important;background-color:#e63946!important;background-image:linear-gradient(135deg,#e63946,#ffd100)!important;color:#fff!important;border:2px solid rgb(235,102,112)!important;border-radius:8px!important;font-family:Oswald,Roboto Condensed,sans-serif!important;font-size:1rem!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1px!important;text-decoration:none!important;box-shadow:0 4px 12px #00000040!important;transition:all .3s ease!important;position:relative!important;overflow:hidden!important;margin:auto 0!important;animation:pulse 2s infinite!important}.trial-btn:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,rgba(255,255,255,.1),rgba(255,255,255,.3),rgba(255,255,255,.1))}.trial-btn:hover{transform:translateY(-2px) scale(1.03)!important;box-shadow:0 6px 15px #0000004d!important;background-color:#e63946!important;background-image:linear-gradient(135deg,#e63946,#ffb700)!important}.trial-btn:active{transform:translateY(1px)!important;box-shadow:0 2px 5px #0003!important;background-color:#d32f3d!important;background-image:linear-gradient(135deg,#d32f3d,#e6a800)!important}.mobile-auth-link .trial-btn{width:100%!important;height:50px!important;margin:0 auto!important;padding:8px 16px!important;font-size:1rem!important;border-radius:8px!important;box-shadow:0 4px 15px #00000040!important}.mobile-auth-link .trial-btn span{font-size:1rem!important;display:flex!important;align-items:center!important;justify-content:center!important;height:100%!important}@media (max-width: 992px){.trial-btn{padding:5px 10px!important;min-width:110px!important;height:38px!important;font-size:.9rem!important;box-shadow:0 3px 8px #00000026!important}.trial-btn span{font-size:.9rem!important;display:flex!important;align-items:center!important;justify-content:center!important;height:100%!important}}@media (max-width: 576px){.trial-btn{padding:4px 8px!important;min-width:90px!important;height:36px!important;font-size:.85rem!important;box-shadow:0 2px 6px #00000026!important;border-radius:6px!important}.trial-btn span{font-size:.85rem!important;display:flex!important;align-items:center!important;justify-content:center!important;height:100%!important}}.dropdown-container{position:relative}.dropdown-container .dropdown-toggle{display:flex;align-items:center;gap:.25rem;cursor:pointer;text-transform:uppercase;letter-spacing:.5px}.dropdown-container .dropdown-toggle .dropdown-arrow{transition:transform .3s ease}.dropdown-container.open .dropdown-toggle .dropdown-arrow{transform:rotate(180deg)}.dropdown-container .dropdown-menu{position:absolute;top:100%;left:0;width:220px;background-color:#141414f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;box-shadow:0 10px 25px #0000004d;padding:1rem;z-index:1001;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.dropdown-container .dropdown-menu .dropdown-item{display:block;padding:.5rem 1rem;color:#ffffffe6;border-radius:6px;margin-bottom:.5rem;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem;white-space:nowrap;line-height:1.2}.dropdown-container .dropdown-menu .dropdown-item:not(:last-child){border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:.5rem}.dropdown-container .dropdown-menu .dropdown-item:last-child{margin-bottom:0}.dropdown-container .dropdown-menu .dropdown-item:hover{background-color:#ffffff1a;color:#fff;padding-left:1.5rem}.dropdown-container .dropdown-menu .dropdown-item:after{display:none}.dropdown-container.open .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}@media (max-width: 992px){.dropdown-container .dropdown-toggle{width:100%;justify-content:space-between;padding:.5rem}.dropdown-container .dropdown-toggle:hover{background-color:#ffffff0d;padding-left:1rem}.dropdown-container .dropdown-menu{position:static;background-color:#ffffff0d;box-shadow:none;border-radius:0;padding:0 0 0 1.5rem;margin:.25rem 0;border:none;max-height:0;overflow:hidden;opacity:1;visibility:visible;transform:none;transition:max-height .3s ease}.dropdown-container .dropdown-menu .dropdown-item{padding:.5rem 1rem;margin-bottom:0;border-radius:0;text-transform:uppercase;letter-spacing:.8px;font-size:1rem;line-height:1.3}.dropdown-container .dropdown-menu .dropdown-item:not(:last-child){border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:.5rem;margin-bottom:.5rem}.dropdown-container .dropdown-menu .dropdown-item:hover{background-color:#ffffff0d}.dropdown-container.open .dropdown-menu{max-height:500px}}@keyframes pulse{0%{box-shadow:0 0 #e6394666}70%{box-shadow:0 0 0 10px #e6394600}to{box-shadow:0 0 #e6394600}}.footer{background-color:#1a1a1a;color:#fff;padding:3rem 0;position:relative}.footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(to right,#e63946,#ffd100)}.footer .footer-content{display:flex;flex-wrap:wrap;gap:3rem}.footer .footer-contact{flex:1;min-width:250px}.footer .footer-contact p{margin-bottom:.5rem;font-size:.9rem}.footer .footer-contact p:first-child{color:#ffd100;font-family:Oswald,Roboto Condensed,sans-serif;text-transform:uppercase;letter-spacing:1px;font-size:1rem;margin-bottom:1rem}.footer .footer-links{flex:1;min-width:250px}.footer .footer-links ul{display:flex;flex-direction:column;gap:.5rem}.footer .footer-links ul li a{color:#fff;font-size:.9rem;transition:all .2s ease-in-out;position:relative;padding-left:.5rem}.footer .footer-links ul li a:before{content:"›";position:absolute;left:0;color:#ffd100;font-weight:700}.footer .footer-links ul li a:hover{color:#ffd100}.footer .footer-copyright{flex:1;min-width:250px}.footer .footer-copyright p{margin-bottom:.5rem;font-size:.9rem}.footer .footer-copyright p:first-child{color:#ffd100;font-family:Oswald,Roboto Condensed,sans-serif;text-transform:uppercase;letter-spacing:1px;font-size:1rem;margin-bottom:1rem}.footer .footer-copyright .payment-methods{max-width:300px;margin-top:1rem;opacity:.8;transition:all .2s ease-in-out}.footer .footer-copyright .payment-methods:hover{opacity:1}.footer .footer-copyright .footer-cta{margin-top:1.5rem}.footer .footer-copyright .footer-cta .footer-trial-btn{display:inline-flex;align-items:center;justify-content:center;min-width:180px;height:44px;padding:.5rem 1.5rem;background-color:#e63946;background-image:linear-gradient(135deg,#e63946,#ffd100);color:#fff;border:2px solid rgb(235,102,112);border-radius:8px;font-family:Oswald,Roboto Condensed,sans-serif;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;text-decoration:none;box-shadow:0 4px 12px #00000040;transition:all .3s ease;position:relative;overflow:hidden;animation:pulse 2s infinite}.footer .footer-copyright .footer-cta .footer-trial-btn:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 6px 15px #0000004d;background-color:#e63946;background-image:linear-gradient(135deg,#e63946,#ffb700)}@media (max-width: 768px){.footer .footer-content{flex-direction:column}.footer .footer-copyright .footer-cta{margin-top:1.5rem;text-align:center}.footer .footer-copyright .footer-cta .footer-trial-btn{width:100%;max-width:300px}}.temporary-account-warning{position:relative;background-color:#ffb703;color:#1a1a1a;padding:.25rem .5rem;z-index:100;box-shadow:0 2px 4px #0003}.temporary-account-warning .warning-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}@media (max-width: 768px){.temporary-account-warning .warning-content{flex-direction:column;text-align:center;gap:.5rem}}.temporary-account-warning .warning-content .warning-icon{font-size:1.5rem;margin-right:.5rem}@media (max-width: 768px){.temporary-account-warning .warning-content .warning-icon{margin-right:0}}.temporary-account-warning .warning-content .warning-text{flex:1}.temporary-account-warning .warning-content .warning-text p{margin:0;font-size:.9rem}.temporary-account-warning .warning-content .warning-text p strong{font-weight:700}.temporary-account-warning .warning-content .warning-text p.warning-note,.temporary-account-warning .warning-content .warning-text p.small-text{font-size:.8rem;margin-top:.25rem;opacity:.8}.temporary-account-warning .warning-content .warning-text .text-button{background:none;border:none;color:#e63946;padding:0;font-size:.8rem;text-decoration:underline;cursor:pointer}.temporary-account-warning .warning-content .warning-text .text-button:hover{color:#d21a28}.temporary-account-warning .warning-content .warning-actions{display:flex;align-items:center;gap:.5rem}.temporary-account-warning .warning-content .warning-actions .claim-account-button{background-color:#1a1a1a;color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:background-color .2s ease}.temporary-account-warning .warning-content .warning-actions .claim-account-button:hover{background-color:#343434}.temporary-account-warning .warning-content .warning-actions .dismiss-button{background:none;border:none;color:#1a1a1a;font-size:1rem;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center}.temporary-account-warning .warning-content .warning-actions .dismiss-button:hover{color:#000}
