:root{--vm-primary:#9c27b0;--vm-primary-dark:#7b1fa2;--vm-secondary:#e91e63;--vm-accent:#ff9800;--vm-dark:#121212;--vm-darker:#0a0a0a;--vm-gray:#2d2d2d;--vm-light:#f5f5f5;--vm-white:#ffffff;--vm-gradient:linear-gradient(135deg,var(--vm-primary) 0%,var(--vm-secondary) 100%);--vm-gradient-horizontal:linear-gradient(90deg,var(--vm-primary) 0%,var(--vm-secondary) 100%);--shadow-soft:0 5px 15px rgba(0,0,0,0.1);--shadow-medium:0 10px 25px rgba(0,0,0,0.2);--shadow-strong:0 15px 35px rgba(156,39,176,0.15)}*{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(--vm-dark);color:var(--vm-light);line-height:1.6}a{color:var(--vm-accent);text-decoration:none;transition:color 0.3s ease}a:hover{color:var(--vm-secondary)}.container_1ef648ef{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}header{background-color:var(--vm-darker);padding:1rem 0;border-bottom:1px solid var(--vm-gray);position:sticky;top:0;z-index:1000}.nav-container_1ef648ef{display:flex;justify-content:space-between;align-items:center}.logo-wrap_1ef648ef{display:flex;align-items:center;gap:10px}.logo-img_1ef648ef{height:40px;width:auto}.logo-text_1ef648ef{font-size:1.8rem;font-weight:700;background:var(--vm-gradient-horizontal);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.nav-links_1ef648ef{display:flex;gap:2rem;align-items:center}.nav-links_1ef648ef a{color:var(--vm-light);font-weight:500}.mobile-toggle_1ef648ef{display:none;background:none;border:none;color:var(--vm-white);font-size:1.5rem;cursor:pointer}.breadcrumbs_1ef648ef{padding:1rem 0;background-color:var(--vm-gray);font-size:0.9rem}.breadcrumbs_1ef648ef a{color:#aaa}.breadcrumbs_1ef648ef span{color:var(--vm-accent)}.main-content_1ef648ef{padding:3rem 0;min-height:70vh}.page-title_1ef648ef{font-size:2.5rem;margin-bottom:2rem;background:var(--vm-gradient-horizontal);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center}.last-updated_1ef648ef{text-align:center;color:#aaa;font-style:italic;margin-bottom:3rem;font-size:0.9rem}.terms-section_1ef648ef{background-color:var(--vm-darker);border-radius:10px;padding:2rem;margin-bottom:2rem;box-shadow:var(--shadow-soft);border-left:4px solid var(--vm-primary)}.terms-section_1ef648ef h2{color:var(--vm-primary);margin-bottom:1rem;font-size:1.5rem}.terms-section_1ef648ef p,.terms-section_1ef648ef li{margin-bottom:1rem;color:#ddd}.terms-section_1ef648ef ul,.terms-section_1ef648ef ol{padding-left:2rem;margin-bottom:1rem}.terms-section_1ef648ef strong{color:var(--vm-accent)}footer{background-color:var(--vm-darker);padding:2rem 0;border-top:1px solid var(--vm-gray);text-align:center}.footer-links_1ef648ef{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem}.footer-links_1ef648ef a{color:var(--vm-light)}.copyright_1ef648ef{color:#aaa;font-size:0.9rem}.cookie-notice_1ef648ef{position:fixed;bottom:0;left:0;right:0;background-color:var(--vm-gray);color:var(--vm-white);padding:1rem 2rem;display:none;justify-content:space-between;align-items:center;z-index:1001}.cookie-text_1ef648ef{flex-grow:1;margin-right:1rem}.cookie-btn_1ef648ef{background:var(--vm-gradient);color:white;border:none;padding:0.5rem 1.5rem;border-radius:5px;cursor:pointer;font-weight:600;transition:opacity 0.3s}.cookie-btn_1ef648ef:hover{opacity:0.9}@media (max-width:768px){.nav-links_1ef648ef{display:none;position:absolute;top:100%;left:0;right:0;background-color:var(--vm-darker);flex-direction:column;padding:1rem;gap:1rem;border-top:1px solid var(--vm-gray)}.nav-links_1ef648ef.active{display:flex}.mobile-toggle_1ef648ef{display:block}.footer-links_1ef648ef{flex-direction:column;gap:1rem}.terms-section_1ef648ef{padding:1.5rem}}