@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&family=Outfit:wght@400;700&display=swap');

        :root {
            --bg-dark: #0a0a0b;
            --bg-card: rgba(255, 255, 255, 0.03);
            --primary: #ff9900;
            --secondary: #f43f5e;
            --accent: #ffd700;
            --text-main: #e2e8f0;
            --text-muted: #94a3b8;
            --glass-border: rgba(255, 255, 255, 0.1);
            --gradient-gold: linear-gradient(135deg, #ff9900 0%, #ffcc00 100%);
            --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

* { box-sizing: border-box; margin: 0; padding: 0; }
        body {
            background-color: var(--bg-dark);
            color: var(--text-main);
            font-family: 'Inter', sans-serif;
            line-height: 1.6;
            overflow-x: hidden;
        }

        h1, h2, h3 { font-family: 'Outfit', sans-serif; color: #fff; line-height: 1.2; }

        .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

        /* Header */
        header {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
            background: rgba(10, 10, 11, 0.85);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid var(--glass-border);
        }

        nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 80px;
        }

        .logo {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--primary);
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .nav-links { display: flex; gap: 32px; list-style: none; }
        .nav-links a { 
            color: var(--text-main); 
            text-decoration: none; 
            font-weight: 500; 
            font-size: 0.95rem;
            transition: var(--transition);
        }
        .nav-links a:hover { color: var(--primary); }

        .cta-header {
            background: var(--gradient-gold);
            color: #000;
            padding: 10px 24px;
            border-radius: 50px;
            font-weight: 700;
            border: none;
            cursor: pointer;
            transition: var(--transition);
        }
        .cta-header:hover { transform: translateY(-2px); box-shadow: 0 4px 15px rgba(255, 153, 0, 0.4); }

        /* Hero */
        .legal-hero {
            padding: 160px 0 80px;
            background: radial-gradient(circle at top right, rgba(255, 153, 0, 0.1), transparent);
            text-align: center;
        }
        .legal-hero h1 { font-size: 3.5rem; margin-bottom: 20px; }
        .legal-hero p { color: var(--text-muted); font-size: 1.2rem; max-width: 700px; margin: 0 auto; }

        /* Content Section */
        .terms-grid {
            display: grid;
            grid-template-columns: 280px 1fr;
            gap: 60px;
            padding: 60px 0;
        }

        aside { position: sticky; top: 120px; height: fit-content; }
        .side-nav { list-style: none; border-left: 2px solid var(--glass-border); padding-left: 20px; }
        .side-nav li { margin-bottom: 15px; }
        .side-nav a { 
            color: var(--text-muted); 
            text-decoration: none; 
            font-size: 0.9rem; 
            transition: var(--transition);
        }
        .side-nav a:hover { color: var(--primary); }

        article { background: var(--bg-card); padding: 40px; border-radius: 24px; border: 1px solid var(--glass-border); }
        .content-block { margin-bottom: 48px; }
        .content-block h2 { font-size: 1.8rem; margin-bottom: 20px; color: var(--primary); }
        .content-block p { margin-bottom: 16px; color: var(--text-main); font-size: 1.05rem; }
        .content-block ul { margin-bottom: 16px; padding-left: 20px; }
        .content-block li { margin-bottom: 8px; color: var(--text-main); }

        .alert-box {
            background: rgba(244, 63, 94, 0.1);
            border: 1px solid var(--secondary);
            padding: 24px;
            border-radius: 16px;
            margin: 30px 0;
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .terms-grid { grid-template-columns: 1fr; }
            aside { display: none; }
        }
        @media (max-width: 768px) {
            .legal-hero h1 { font-size: 2.5rem; }
            .nav-links { display: none; }
        }

        /* Footer */
        footer {
            background: #050505;
            padding: 80px 0 40px;
            border-top: 1px solid var(--glass-border);
            margin-top: 100px;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 40px;
            margin-bottom: 60px;
        }
        .footer-col h3 { margin-bottom: 24px; font-size: 1.2rem; }
        .footer-col ul { list-style: none; }
        .footer-col li { margin-bottom: 12px; }
        .footer-col a { color: var(--text-muted); text-decoration: none; transition: var(--transition); }
        .footer-col a:hover { color: var(--primary); }

        .footer-bottom {
            padding-top: 40px;
            border-top: 1px solid var(--glass-border);
            text-align: center;
            color: var(--text-muted);
            font-size: 0.85rem;
        }

        .hamburger { display: none; background: none; border: none; color: #fff; font-size: 1.5rem; }
        @media (max-width: 768px) { .hamburger { display: block; } }

        [data-go="true"] { cursor: pointer; }

.gen-mdxkpncv {
  color: rgb(148, 163, 184);
  background: rgba(0, 0, 0, 0);
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
  border: none;
}

.gen-bpwsvz04 {
  color: rgb(148, 163, 184);
  background: rgba(0, 0, 0, 0);
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
  border: none;
  padding: 0;
}

.gen-hngttit7 {
  color: rgb(148, 163, 184);
  background: rgba(0, 0, 0, 0);
  font-family: Inter, sans-serif;
  font-size: 16px;
  border-radius: 0px;
  text-decoration: underline;
  cursor: pointer;
}

._extracted-style-py1j { margin-top: 20px; font-size: 0.9rem; color: var(--primary); }

._extracted-style-ap0a { border-top: 1px solid var(--glass-border); padding-top: 20px; color: var(--text-muted); font-size: 0.9rem; }

._extracted-style-e_Dg { color: var(--text-muted); font-size: 0.9rem; }

._extracted-style-57t4 { margin-top: 20px; font-size: 1.5rem; }

._extracted-style-IPMT { margin-top: 10px; }