:root{--primary-pink:#FF2D8E;--primary-pink-dark:#E60073;--accent-purple:#9B5DE5;--accent-blue:#00BBF9;--accent-teal:#00F5D4;--dark-bg:#0A0A0A;--dark-card:#1A1A1A;--dark-border:#333333;--light-text:#FFFFFF;--gray-text:#CCCCCC;--gradient-main:linear-gradient(135deg,var(--primary-pink) 0%,var(--accent-purple) 50%,var(--accent-blue) 100%);--gradient-horizontal:linear-gradient(90deg,var(--primary-pink) 0%,var(--accent-purple) 50%,var(--accent-blue) 100%);--shadow-glow:0 10px 30px rgba(255,45,142,0.2);--shadow-strong:0 15px 40px rgba(255,45,142,0.3);--shadow-soft:0 5px 15px rgba(0,0,0,0.2)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:var(--dark-bg);color:var(--light-text);line-height:1.6;overflow-x:hidden}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.site-header_fd51cecc{background-color:rgba(10,10,10,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--dark-border);position:sticky;top:0;z-index:1000;padding:15px 0}.header-container_fd51cecc{display:flex;justify-content:space-between;align-items:center}.logo_fd51cecc{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:800;font-size:1.8rem;background:var(--gradient-horizontal);-webkit-background-clip:text;background-clip:text;color:transparent}.logo-img_fd51cecc{height:36px;width:auto}.nav-menu_fd51cecc{display:flex;gap:30px;align-items:center}.nav-menu_fd51cecc a{color:var(--gray-text);text-decoration:none;font-weight:500;font-size:0.95rem;transition:color 0.3s ease;padding:8px 0;position:relative}.nav-menu_fd51cecc a:hover{color:var(--light-text)}.nav-menu_fd51cecc a:hover::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--gradient-horizontal)}.mobile-menu-btn_fd51cecc{display:none;background:none;border:none;color:var(--light-text);font-size:1.5rem;cursor:pointer}.breadcrumbs_fd51cecc{padding:20px 0 10px;font-size:0.9rem;color:var(--gray-text)}.breadcrumbs_fd51cecc a{color:var(--accent-blue);text-decoration:none}.breadcrumbs_fd51cecc a:hover{text-decoration:underline}.breadcrumbs_fd51cecc span{color:var(--primary-pink)}.main-content_fd51cecc{padding:40px 0 80px}.page-title_fd51cecc{font-size:2.8rem;margin-bottom:20px;background:var(--gradient-horizontal);-webkit-background-clip:text;background-clip:text;color:transparent}.last-updated_fd51cecc{color:var(--accent-teal);font-size:0.95rem;margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid var(--dark-border)}.terms-section_fd51cecc{background-color:var(--dark-card);border-radius:12px;padding:30px;margin-bottom:30px;border:1px solid var(--dark-border);box-shadow:var(--shadow-soft)}.terms-section_fd51cecc h2{color:var(--accent-purple);margin-bottom:20px;font-size:1.8rem;padding-bottom:10px;border-bottom:2px solid var(--dark-border)}.terms-section_fd51cecc h3{color:var(--accent-blue);margin:25px 0 15px;font-size:1.3rem}.terms-section_fd51cecc p{margin-bottom:15px;color:var(--gray-text)}.terms-section_fd51cecc ul,.terms-section_fd51cecc ol{margin-left:25px;margin-bottom:20px;color:var(--gray-text)}.terms-section_fd51cecc li{margin-bottom:10px}.terms-section_fd51cecc a{color:var(--accent-teal);text-decoration:none}.terms-section_fd51cecc a:hover{text-decoration:underline}.highlight-box_fd51cecc{background:linear-gradient(90deg,rgba(255,45,142,0.1) 0%,rgba(155,93,229,0.1) 100%);border-left:4px solid var(--primary-pink);padding:20px;margin:25px 0;border-radius:0 8px 8px 0}.footer_fd51cecc{background-color:#050505;border-top:1px solid var(--dark-border);padding:60px 0 30px;margin-top:60px}.footer-content_fd51cecc{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px;margin-bottom:40px}.footer-brand_fd51cecc .logo_fd51cecc{font-size:1.8rem;margin-bottom:20px;display:inline-flex}.footer-description_fd51cecc{color:var(--gray-text);margin-bottom:25px;line-height:1.7;max-width:400px}.cta-button_fd51cecc{display:inline-block;background:var(--gradient-horizontal);color:white;padding:12px 28px;border-radius:30px;text-decoration:none;font-weight:600;transition:transform 0.3s ease,box-shadow 0.3s ease;border:none;cursor:pointer}.cta-button_fd51cecc:hover{transform:translateY(-3px);box-shadow:var(--shadow-strong)}.footer-links_fd51cecc h4{color:var(--light-text);margin-bottom:20px;font-size:1.2rem}.footer-links_fd51cecc ul{list-style:none}.footer-links_fd51cecc li{margin-bottom:12px}.footer-links_fd51cecc a{color:var(--gray-text);text-decoration:none;transition:color 0.3s ease}.footer-links_fd51cecc a:hover{color:var(--accent-teal)}.footer-bottom_fd51cecc{text-align:center;padding-top:30px;border-top:1px solid var(--dark-border);color:var(--gray-text);font-size:0.9rem}@media (max-width:768px){.nav-menu_fd51cecc{display:none;position:absolute;top:100%;left:0;width:100%;background-color:var(--dark-bg);flex-direction:column;padding:20px;border-top:1px solid var(--dark-border);box-shadow:var(--shadow-soft)}.nav-menu_fd51cecc.active{display:flex}.mobile-menu-btn_fd51cecc{display:block}.footer-content_fd51cecc{grid-template-columns:1fr;gap:40px}.page-title_fd51cecc{font-size:2.2rem}.terms-section_fd51cecc{padding:20px}}