:root{--vortex-primary:#FF2D75;--vortex-secondary:#00F2FE;--vortex-accent:#FFD300;--vortex-dark:#0A0A14;--vortex-darker:#05050A;--vortex-card:#12121F;--vortex-light:#F8F9FF;--vortex-gray:#8A8AA3;--gradient-vortex:linear-gradient(135deg,var(--vortex-primary) 0%,var(--vortex-secondary) 100%);--gradient-dark:linear-gradient(180deg,var(--vortex-darker) 0%,var(--vortex-dark) 100%);--shadow-glow:0 10px 30px rgba(255,45,117,0.2);--shadow-strong:0 15px 40px rgba(0,242,254,0.15);--shadow-soft:0 5px 20px rgba(10,10,20,0.3)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;background:var(--gradient-dark);color:var(--vortex-light);line-height:1.6;min-height:100vh;display:flex;flex-direction:column}.vortex-container_f15ee13d{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.vortex-header_f15ee13d{background-color:rgba(10,10,20,0.95);backdrop-filter:blur(10px);padding:20px 0;border-bottom:1px solid rgba(255,45,117,0.1);position:sticky;top:0;z-index:1000}.vortex-header-inner_f15ee13d{display:flex;justify-content:space-between;align-items:center}.vortex-logo_f15ee13d{display:flex;align-items:center;gap:12px;font-size:1.8rem;font-weight:800;text-decoration:none;color:var(--vortex-light);background:var(--gradient-vortex);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.vortex-logo_f15ee13d img{height:36px;width:auto}.vortex-nav_f15ee13d{display:flex;align-items:center;gap:30px}.vortex-nav_f15ee13d a{color:var(--vortex-gray);text-decoration:none;font-weight:500;transition:color 0.3s ease;position:relative}.vortex-nav_f15ee13d a:hover,.vortex-nav_f15ee13d a.active{color:var(--vortex-light)}.vortex-nav_f15ee13d a.active::after{content:'';position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:var(--gradient-vortex);border-radius:2px}.vortex-mobile-toggle_f15ee13d{display:none;background:none;border:none;color:var(--vortex-light);font-size:1.5rem;cursor:pointer}.vortex-breadcrumbs_f15ee13d{padding:20px 0;font-size:0.9rem;color:var(--vortex-gray)}.vortex-breadcrumbs_f15ee13d a{color:var(--vortex-secondary);text-decoration:none}.vortex-breadcrumbs_f15ee13d span{color:var(--vortex-light)}.vortex-main_f15ee13d{flex:1;padding:40px 0 80px}.vortex-login-container_f15ee13d{max-width:500px;margin:0 auto;background:var(--vortex-card);border-radius:20px;padding:50px;box-shadow:var(--shadow-soft);border:1px solid rgba(255,255,255,0.05)}.vortex-login-title_f15ee13d{text-align:center;font-size:2.5rem;margin-bottom:10px;background:var(--gradient-vortex);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.vortex-login-subtitle_f15ee13d{text-align:center;color:var(--vortex-gray);margin-bottom:40px;font-size:1.1rem}.vortex-form-group_f15ee13d{margin-bottom:25px}.vortex-form-group_f15ee13d label{display:block;margin-bottom:8px;color:var(--vortex-light);font-weight:500}.form-control{width:100%;padding:15px 20px;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:10px;color:var(--vortex-light);font-size:1rem;transition:all 0.3s ease}.form-control:focus{outline:none;border-color:var(--vortex-primary);box-shadow:0 0 0 3px rgba(255,45,117,0.2)}.form-control.is-invalid_f15ee13d{border-color:#ff4757}.vortex-form-options_f15ee13d{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;font-size:0.95rem}.vortex-checkbox_f15ee13d{display:flex;align-items:center;gap:8px;cursor:pointer}.vortex-checkbox_f15ee13d input{accent-color:var(--vortex-primary)}.vortex-forgot-link_f15ee13d{color:var(--vortex-secondary);text-decoration:none;transition:color 0.3s ease}.vortex-forgot-link_f15ee13d:hover{color:var(--vortex-primary)}.btn{display:inline-block;padding:16px 32px;border-radius:10px;font-weight:600;font-size:1.1rem;text-align:center;cursor:pointer;border:none;transition:all 0.3s ease;text-decoration:none}.btn-primary{background:var(--gradient-vortex);color:white;width:100%}.btn-primary:hover{transform:translateY(-3px);box-shadow:var(--shadow-glow)}.vortex-login-divider_f15ee13d{text-align:center;margin:40px 0;position:relative;color:var(--vortex-gray)}.vortex-login-divider_f15ee13d::before{content:'';position:absolute;top:50%;left:0;width:45%;height:1px;background:rgba(255,255,255,0.1)}.vortex-login-divider_f15ee13d::after{content:'';position:absolute;top:50%;right:0;width:45%;height:1px;background:rgba(255,255,255,0.1)}.vortex-social-login_f15ee13d{display:flex;justify-content:center;gap:20px;margin-bottom:40px}.vortex-social-btn_f15ee13d{width:55px;height:55px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);color:var(--vortex-light);font-size:1.3rem;cursor:pointer;transition:all 0.3s ease}.vortex-social-btn_f15ee13d:hover{background:rgba(255,255,255,0.1);transform:translateY(-3px)}.vortex-social-btn_f15ee13d.google_f15ee13d:hover{color:#DB4437;border-color:#DB4437}.vortex-social-btn_f15ee13d.facebook_f15ee13d:hover{color:#4267B2;border-color:#4267B2}.vortex-social-btn_f15ee13d.twitter_f15ee13d:hover{color:#1DA1F2;border-color:#1DA1F2}.vortex-signup-link_f15ee13d{text-align:center;color:var(--vortex-gray);margin-top:30px}.vortex-signup-link_f15ee13d a{color:var(--vortex-primary);text-decoration:none;font-weight:600;margin-left:5px}.vortex-signup-link_f15ee13d a:hover{text-decoration:underline}.vortex-footer_f15ee13d{background-color:var(--vortex-darker);padding:40px 0;border-top:1px solid rgba(255,255,255,0.05);margin-top:auto}.vortex-footer-links_f15ee13d{display:flex;justify-content:center;flex-wrap:wrap;gap:30px;margin-bottom:30px}.vortex-footer-link_f15ee13d{color:var(--vortex-gray);text-decoration:none;transition:color 0.3s ease}.vortex-footer-link_f15ee13d:hover{color:var(--vortex-light)}.vortex-copyright_f15ee13d{text-align:center;color:var(--vortex-gray);font-size:0.9rem;line-height:1.6}.vortex-form-error_f15ee13d{color:#ff4757;font-size:0.9rem;margin-top:5px;display:none}@media (max-width:768px){.vortex-nav_f15ee13d{display:none;flex-direction:column;position:absolute;top:100%;left:0;width:100%;background-color:var(--vortex-dark);padding:20px;border-top:1px solid rgba(255,45,117,0.1);box-shadow:var(--shadow-soft)}.vortex-nav_f15ee13d.active{display:flex}.vortex-mobile-toggle_f15ee13d{display:block}.vortex-login-container_f15ee13d{padding:30px 20px;margin:0 20px}.vortex-login-title_f15ee13d{font-size:2rem}.vortex-footer-links_f15ee13d{gap:15px}}body{display:block !important}main{display:block !important}#mainNav{display:flex !important}@media (max-width:768px){#mainNav{display:none !important}.mobile-menu-button{display:block !important}}