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

        :root {
            --bg-dark: #0a0a0a;
            --bg-card: #141414;
            --text-main: #e2e8f0;
            --text-dim: #94a3b8;
            --accent: #f59e0b;
            --accent-gradient: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
            --glass: rgba(255, 255, 255, 0.03);
            --border: rgba(255, 255, 255, 0.08);
            --shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
            --container-width: 1000px;
        }

* { 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: var(--container-width); margin: 0 auto; padding: 0 24px; }

        /* Header */
        header {
            position: sticky;
            top: 0;
            background: rgba(10, 10, 10, 0.85);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid var(--border);
            z-index: 1000;
            padding: 16px 0;
        }
        nav.nav-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .logo { font-size: 24px; font-weight: 800; color: #fff; text-decoration: none; display: flex; align-items: center; gap: 8px; }
        .logo span { color: var(--accent); }
        .nav-links { display: flex; gap: 24px; list-style: none; }
        .nav-links a { color: var(--text-dim); text-decoration: none; font-size: 14px; font-weight: 500; transition: color 0.3s; }
        .nav-links a:hover { color: var(--accent); }

        .btn-cta {
            background: var(--accent-gradient);
            color: #000;
            padding: 10px 20px;
            border-radius: 50px;
            font-weight: 700;
            text-decoration: none;
            font-size: 14px;
            cursor: pointer;
            border: none;
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .btn-cta:hover { transform: translateY(-2px); box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4); }

        /* Hero */
        .legal-hero {
            padding: 80px 0 40px;
            text-align: center;
            background: radial-gradient(circle at top, rgba(245, 158, 11, 0.08) 0%, transparent 70%);
        }
        .legal-hero h1 { font-size: 48px; margin-bottom: 16px; }
        .last-update { color: var(--accent); font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }

        /* Content Structure */
        main { padding: 40px 0 100px; }
        .privacy-grid { display: grid; grid-template-columns: 280px 1fr; gap: 48px; }

        .sidebar { position: sticky; top: 120px; align-self: start; }
        .sidebar ul { list-style: none; border-left: 2px solid var(--border); padding-left: 20px; }
        .sidebar li { margin-bottom: 12px; }
        .sidebar a { color: var(--text-dim); text-decoration: none; font-size: 14px; transition: color 0.2s; }
        .sidebar a:hover { color: var(--accent); }

        .content-section { margin-bottom: 60px; }
        .content-section h2 { font-size: 28px; margin-bottom: 24px; display: flex; align-items: center; gap: 12px; }
        .content-section h2::before { content: ''; width: 4px; height: 24px; background: var(--accent); border-radius: 4px; }
        .content-section p { margin-bottom: 16px; color: var(--text-dim); }
        .content-section ul { margin: 16px 0 16px 20px; color: var(--text-dim); }
        .content-section li { margin-bottom: 8px; }

        .card {
            background: var(--bg-card);
            border: 1px solid var(--border);
            border-radius: 16px;
            padding: 32px;
            margin-top: 24px;
        }

        /* Disclaimer 18+ */
        .disclaimer-18 {
            background: rgba(239, 68, 68, 0.1);
            border: 1px solid #ef4444;
            padding: 16px;
            border-radius: 8px;
            color: #fca5a5;
            display: flex;
            align-items: center;
            gap: 12px;
            margin: 32px 0;
        }

        /* Footer */
        footer {
            background: #050505;
            padding: 80px 0 40px;
            border-top: 1px solid var(--border);
        }
        .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 60px; }
        .footer-brand p { color: var(--text-dim); margin-top: 16px; max-width: 320px; }
        .footer-links h3 { font-size: 18px; margin-bottom: 20px; }
        .footer-links ul { list-style: none; }
        .footer-links li { margin-bottom: 10px; }
        .footer-links a { color: var(--text-dim); text-decoration: none; transition: color 0.2s; }
        .footer-links a:hover { color: var(--accent); }

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

        /* Responsividade */
        @media (max-width: 768px) {
            .privacy-grid { grid-template-columns: 1fr; }
            .sidebar { display: none; }
            .legal-hero h1 { font-size: 32px; }
            .footer-grid { grid-template-columns: 1fr; }
            .nav-links { display: none; }
        }

.gen-7ofxegz8 { cursor: pointer; }

.gen-epuf3x2x {
  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-uh98tevv {
  color: rgb(148, 163, 184);
  background: transparent;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-decoration: underline;
  display: inline-block;
  transition: opacity 0.2s ease;
}
.gen-uh98tevv:hover {
  opacity: 0.8;
}

._extracted-style-q2MP { color: var(--text-dim); }

._extracted-style-Sooz { color: var(--text-dim); }

._extracted-style-yGEi { color: var(--text-dim); }

._extracted-style-iseW { color: var(--text-dim); }

._extracted-style-TB3R { color: var(--text-dim); }

._extracted-style-Hh4P { color: var(--text-dim); }

._extracted-style-qGTF { color: var(--text-dim); }

._extracted-style-28-t { color: var(--text-dim); }

._extracted-style-wlRq { color: var(--accent); }

._extracted-style-DYDW { margin-top: 10px; opacity: 0.6; }