:root{--vortex-primary:#8B008B;--vortex-secondary:#4B0082;--vortex-accent:#FF1493;--vortex-dark:#0A0A1A;--vortex-light:#F8F8FF;--vortex-gray:#2D2D44;--vortex-card:#1A1A2E;--gradient-vortex:linear-gradient(135deg,var(--vortex-primary) 0%,var(--vortex-secondary) 50%,var(--vortex-accent) 100%);--gradient-subtle:linear-gradient(90deg,rgba(139,0,139,0.1) 0%,rgba(75,0,130,0.1) 100%);--shadow-vortex:0 10px 30px rgba(139,0,139,0.2);--shadow-heavy:0 15px 40px rgba(139,0,139,0.3);--shadow-light:0 5px 15px rgba(0,0,0,0.1)}*{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-color:var(--vortex-dark);color:var(--vortex-light);line-height:1.6;overflow-x:hidden}.container_dc01d798{max-width:1200px;margin:0 auto;padding:0 20px}.vortex-header_dc01d798{background-color:rgba(10,10,26,0.95);backdrop-filter:blur(10px);padding:20px 0;position:sticky;top:0;z-index:1000;border-bottom:1px solid var(--vortex-gray)}.vortex-header-inner_dc01d798{display:flex;justify-content:space-between;align-items:center}.vortex-logo_dc01d798{display:flex;align-items:center;gap:12px;text-decoration:none;font-size:1.8rem;font-weight:700;background:var(--gradient-vortex);-webkit-background-clip:text;background-clip:text;color:transparent}.vortex-logo-img_dc01d798{height:36px;width:auto}.vortex-nav_dc01d798 ul{display:flex;list-style:none;gap:30px}.vortex-nav_dc01d798 a{color:var(--vortex-light);text-decoration:none;font-weight:500;transition:color 0.3s ease;position:relative}.vortex-nav_dc01d798 a:hover{color:var(--vortex-accent)}.vortex-nav_dc01d798 a::after{content:'';position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--gradient-vortex);transition:width 0.3s ease}.vortex-nav_dc01d798 a:hover::after{width:100%}.vortex-breadcrumbs_dc01d798{padding:20px 0;background:var(--gradient-subtle);margin-bottom:40px}.vortex-breadcrumbs-inner_dc01d798{display:flex;align-items:center;gap:10px;font-size:0.9rem}.vortex-breadcrumbs_dc01d798 a{color:var(--vortex-accent);text-decoration:none}.vortex-breadcrumbs_dc01d798 span{color:var(--vortex-gray)}.vortex-privacy-hero_dc01d798{text-align:center;padding:60px 0 40px}.vortex-privacy-hero_dc01d798 h1{font-size:3rem;margin-bottom:20px;background:var(--gradient-vortex);-webkit-background-clip:text;background-clip:text;color:transparent}.vortex-privacy-hero_dc01d798 p{font-size:1.2rem;color:#aaa;max-width:800px;margin:0 auto}.vortex-privacy-content_dc01d798{background-color:var(--vortex-card);border-radius:20px;padding:50px;margin-bottom:60px;box-shadow:var(--shadow-heavy)}.vortex-privacy-section_dc01d798{margin-bottom:40px}.vortex-privacy-section_dc01d798 h2{font-size:1.8rem;margin-bottom:20px;color:var(--vortex-accent);padding-bottom:10px;border-bottom:2px solid var(--vortex-gray)}.vortex-privacy-section_dc01d798 h3{font-size:1.3rem;margin:25px 0 10px;color:var(--vortex-primary)}.vortex-privacy-section_dc01d798 p,.vortex-privacy-section_dc01d798 ul{margin-bottom:15px;color:#ccc}.vortex-privacy-section_dc01d798 ul{padding-left:20px}.vortex-privacy-section_dc01d798 li{margin-bottom:8px}.vortex-privacy-section_dc01d798 strong{color:var(--vortex-light)}.vortex-privacy-update_dc01d798{background:var(--gradient-subtle);padding:25px;border-radius:15px;margin-top:30px;border-left:5px solid var(--vortex-primary)}.vortex-footer_dc01d798{background-color:var(--vortex-card);padding:40px 0;border-top:1px solid var(--vortex-gray);text-align:center}.vortex-footer-links_dc01d798{display:flex;justify-content:center;flex-wrap:wrap;gap:25px;margin-bottom:25px}.vortex-footer-links_dc01d798 a{color:var(--vortex-light);text-decoration:none;transition:color 0.3s ease}.vortex-footer-links_dc01d798 a:hover{color:var(--vortex-accent)}.vortex-footer-copyright_dc01d798 p{color:var(--vortex-gray);font-size:0.9rem;line-height:1.5}@media (max-width:768px){.vortex-header-inner_dc01d798{flex-direction:column;gap:20px}.vortex-nav_dc01d798 ul{flex-wrap:wrap;justify-content:center;gap:15px}.vortex-privacy-hero_dc01d798 h1{font-size:2.2rem}.vortex-privacy-content_dc01d798{padding:30px 20px}.vortex-footer-links_dc01d798{gap:15px}}