: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}.vortex-container_f15ee13d{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;text-decoration:none;font-weight:800;font-size:1.8rem;background:var(--gradient-vortex);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.vortex-logo-img_f15ee13d{height:36px;width:auto}.vortex-nav_f15ee13d{display:flex;gap:30px;align-items:center}.vortex-nav-link_f15ee13d{color:var(--vortex-light);text-decoration:none;font-weight:500;transition:color 0.3s ease;position:relative}.vortex-nav-link_f15ee13d:hover{color:var(--vortex-primary)}.vortex-nav-link_f15ee13d::after{content:'';position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--gradient-vortex);transition:width 0.3s ease}.vortex-nav-link_f15ee13d:hover::after{width:100%}.vortex-btn_f15ee13d{display:inline-block;padding:12px 28px;border-radius:50px;font-weight:600;text-decoration:none;transition:all 0.3s ease;border:none;cursor:pointer;font-size:1rem}.vortex-btn-primary_f15ee13d{background:var(--gradient-vortex);color:white;box-shadow:var(--shadow-glow)}.vortex-btn-primary_f15ee13d:hover{transform:translateY(-3px);box-shadow:var(--shadow-strong)}.vortex-breadcrumbs_f15ee13d{padding:25px 0 15px;font-size:0.9rem;color:var(--vortex-gray)}.vortex-breadcrumbs_f15ee13d a{color:var(--vortex-secondary);text-decoration:none}.vortex-breadcrumbs_f15ee13d a:hover{text-decoration:underline}.vortex-breadcrumbs_f15ee13d span{color:var(--vortex-light)}.vortex-main_f15ee13d{padding:40px 0 80px}.vortex-legal-header_f15ee13d{text-align:center;margin-bottom:50px;padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,0.1)}.vortex-legal-header_f15ee13d h1{font-size:3rem;margin-bottom:15px;background:var(--gradient-vortex);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.vortex-legal-header_f15ee13d p{color:var(--vortex-gray);max-width:800px;margin:0 auto;font-size:1.1rem}.vortex-legal-update_f15ee13d{background:var(--vortex-card);padding:15px;border-radius:10px;margin-top:20px;display:inline-block;border-left:4px solid var(--vortex-accent)}.vortex-legal-section_f15ee13d{background:var(--vortex-card);border-radius:15px;padding:40px;margin-bottom:30px;box-shadow:var(--shadow-soft);border:1px solid rgba(255,255,255,0.05)}.vortex-legal-section_f15ee13d h2{font-size:1.8rem;margin-bottom:20px;color:var(--vortex-secondary)}.vortex-legal-section_f15ee13d h3{font-size:1.3rem;margin:25px 0 10px;color:var(--vortex-accent)}.vortex-legal-section_f15ee13d p{margin-bottom:15px;color:rgba(248,249,255,0.9)}.vortex-legal-section_f15ee13d ul,.vortex-legal-section_f15ee13d ol{padding-left:25px;margin-bottom:20px}.vortex-legal-section_f15ee13d li{margin-bottom:10px;color:rgba(248,249,255,0.85)}.vortex-legal-section_f15ee13d a{color:var(--vortex-primary);text-decoration:none}.vortex-legal-section_f15ee13d a:hover{text-decoration:underline}.vortex-footer_f15ee13d{background-color:var(--vortex-darker);padding:50px 0 30px;border-top:1px solid rgba(255,45,117,0.1)}.vortex-footer-links_f15ee13d{display:flex;justify-content:center;flex-wrap:wrap;gap:25px;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-primary)}.vortex-copyright_f15ee13d{text-align:center;color:var(--vortex-gray);font-size:0.9rem;line-height:1.6;max-width:800px;margin:0 auto}@media (max-width:768px){.vortex-header-inner_f15ee13d{flex-direction:column;gap:20px}.vortex-nav_f15ee13d{flex-wrap:wrap;justify-content:center;gap:20px}.vortex-legal-header_f15ee13d h1{font-size:2.2rem}.vortex-legal-section_f15ee13d{padding:25px}.vortex-footer-links_f15ee13d{gap:15px}}