: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,sans-serif;background-color:var(--vortex-dark);color:var(--vortex-light);line-height:1.6;min-height:100vh;display:flex;flex-direction:column}.container_dc01d798{width:100%;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:1rem 0;border-bottom:1px solid var(--vortex-gray);position:sticky;top:0;z-index:1000}.vortex-header-inner_dc01d798{display:flex;justify-content:space-between;align-items:center}.vortex-logo_dc01d798{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:700;font-size:1.8rem;background:var(--gradient-vortex);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.vortex-logo-img_dc01d798{height:40px;width:auto}.vortex-nav_dc01d798 ul{display:flex;list-style:none;gap:1.5rem}.vortex-nav_dc01d798 a{color:var(--vortex-light);text-decoration:none;font-weight:500;transition:color 0.3s;padding:0.5rem 0;position:relative}.vortex-nav_dc01d798 a:hover{color:var(--vortex-accent)}.vortex-nav_dc01d798 a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--gradient-vortex);transition:width 0.3s}.vortex-nav_dc01d798 a:hover::after{width:100%}.vortex-breadcrumbs_dc01d798{padding:1.5rem 0 1rem;font-size:0.9rem;color:#aaa}.vortex-breadcrumbs_dc01d798 a{color:var(--vortex-accent);text-decoration:none}.vortex-breadcrumbs_dc01d798 span{margin:0 0.5rem}.vortex-main_dc01d798{flex:1;padding:2rem 0 4rem}.vortex-terms-hero_dc01d798{text-align:center;margin-bottom:3rem;padding:2rem;background:var(--gradient-subtle);border-radius:15px}.vortex-terms-hero_dc01d798 h1{font-size:2.8rem;margin-bottom:1rem;background:var(--gradient-vortex);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.vortex-terms-hero_dc01d798 p{font-size:1.1rem;color:#ccc;max-width:800px;margin:0 auto}.vortex-terms-last-update_dc01d798{font-style:italic;margin-top:1rem;color:var(--vortex-accent)}.vortex-terms-content_dc01d798{background-color:var(--vortex-card);border-radius:15px;padding:3rem;box-shadow:var(--shadow-vortex)}.vortex-terms-section_dc01d798{margin-bottom:3rem}.vortex-terms-section_dc01d798 h2{font-size:1.8rem;margin-bottom:1.5rem;color:var(--vortex-accent);padding-bottom:0.5rem;border-bottom:2px solid var(--vortex-gray)}.vortex-terms-section_dc01d798 h3{font-size:1.3rem;margin:1.5rem 0 0.8rem;color:#ddd}.vortex-terms-section_dc01d798 p{margin-bottom:1rem;color:#ccc}.vortex-terms-section_dc01d798 ul,.vortex-terms-section_dc01d798 ol{margin-left:1.5rem;margin-bottom:1.5rem;color:#ccc}.vortex-terms-section_dc01d798 li{margin-bottom:0.5rem}.vortex-terms-section_dc01d798 a{color:var(--vortex-accent);text-decoration:none}.vortex-terms-section_dc01d798 a:hover{text-decoration:underline}.vortex-footer_dc01d798{background-color:var(--vortex-card);padding:3rem 0;border-top:1px solid var(--vortex-gray);margin-top:auto}.vortex-footer-links_dc01d798{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;margin-bottom:2rem}.vortex-footer-links_dc01d798 a{color:var(--vortex-light);text-decoration:none;transition:color 0.3s}.vortex-footer-links_dc01d798 a:hover{color:var(--vortex-accent)}.vortex-footer-copyright_dc01d798{text-align:center;color:#aaa;font-size:0.9rem;line-height:1.5}@media (max-width:768px){.vortex-header-inner_dc01d798{flex-direction:column;gap:1rem}.vortex-nav_dc01d798 ul{flex-wrap:wrap;justify-content:center}.vortex-terms-content_dc01d798{padding:2rem 1.5rem}.vortex-terms-hero_dc01d798 h1{font-size:2.2rem}.vortex-footer-links_dc01d798{gap:1rem}}