: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;position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(255,45,117,0.1)}.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;background-clip:text;color:transparent}.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;text-align:center;cursor:pointer;transition:all 0.3s ease;border:none;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-primary)}.vortex-privacy-hero_f15ee13d{padding:40px 0 60px;text-align:center}.vortex-privacy-hero_f15ee13d h1{font-size:3rem;margin-bottom:20px;background:var(--gradient-vortex);-webkit-background-clip:text;background-clip:text;color:transparent}.vortex-privacy-hero_f15ee13d p{font-size:1.2rem;color:var(--vortex-gray);max-width:800px;margin:0 auto}.vortex-privacy-content_f15ee13d{background:var(--vortex-card);border-radius:20px;padding:50px;margin-bottom:80px;box-shadow:var(--shadow-soft)}.vortex-privacy-section_f15ee13d{margin-bottom:40px}.vortex-privacy-section_f15ee13d h2{font-size:1.8rem;margin-bottom:20px;color:var(--vortex-secondary);padding-bottom:10px;border-bottom:2px solid rgba(0,242,254,0.2)}.vortex-privacy-section_f15ee13d h3{font-size:1.3rem;margin:25px 0 10px;color:var(--vortex-accent)}.vortex-privacy-section_f15ee13d p,.vortex-privacy-section_f15ee13d li{color:var(--vortex-gray);margin-bottom:15px}.vortex-privacy-section_f15ee13d ul{padding-left:20px;margin-bottom:20px}.vortex-privacy-section_f15ee13d li{margin-bottom:8px}.vortex-privacy-section_f15ee13d strong{color:var(--vortex-light)}.vortex-footer_f15ee13d{background-color:var(--vortex-darker);padding:40px 0;border-top:1px solid rgba(255,45,117,0.1);text-align:center}.vortex-footer-links_f15ee13d{display:flex;justify-content:center;flex-wrap:wrap;gap:25px;margin-bottom:25px}.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{color:var(--vortex-gray);font-size:0.9rem;line-height:1.5}@media (max-width:768px){.vortex-header-inner_f15ee13d{flex-direction:column;gap:20px}.vortex-nav_f15ee13d{flex-wrap:wrap;justify-content:center;gap:15px}.vortex-privacy-hero_f15ee13d h1{font-size:2.2rem}.vortex-privacy-content_f15ee13d{padding:30px 20px}.vortex-footer-links_f15ee13d{gap:15px}}