/* Extracted from privacy.html. Do not edit generated cascade by hand unless this page is being refactored. */

        * { margin: 0; padding: 0; box-sizing: border-box; }
        body {
            font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
            background: #e8e8e8;
            color: #1a1a2e;
            line-height: 1.7;
            padding: 20px;
            letter-spacing: -0.02em;
        }
        .page {
            max-width: 820px;
            margin: 0 auto;
            background: #ffffff;
            border-radius: 24px;
            padding: 60px 56px;
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
        }
        .page-nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 48px;
            padding-bottom: 24px;
            border-bottom: 1px solid #ececec;
        }
        .page-nav a.brand {
            font-size: 22px;
            font-weight: 700;
            color: #1a1a2e;
            text-decoration: none;
            letter-spacing: -0.03em;
        }
        .page-nav a.back {
            color: #666;
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
        }
        .page-nav a.back:hover { color: #1a1a2e; }
        h1 {
            font-size: 38px;
            font-weight: 700;
            line-height: 1.15;
            margin-bottom: 12px;
            letter-spacing: -0.03em;
        }
        .effective-date {
            color: #6a6a74;
            font-size: 14px;
            margin-bottom: 36px;
        }
        h2 {
            font-size: 22px;
            font-weight: 600;
            margin-top: 36px;
            margin-bottom: 14px;
            color: #1a1a2e;
            letter-spacing: -0.02em;
        }
        p { margin-bottom: 16px; color: #3a3a4a; font-size: 16px; }
        ul { margin-bottom: 16px; padding-left: 24px; color: #3a3a4a; }
        li { margin-bottom: 8px; font-size: 16px; }
        a.inline {
            color: #1a1a2e;
            border-bottom: 1px solid #cfd1d4;
            text-decoration: none;
            font-weight: 500;
        }
        a.inline:hover { border-bottom-color: #1a1a2e; }
        .footnote {
            margin-top: 48px;
            padding-top: 24px;
            border-top: 1px solid #ececec;
            font-size: 13px;
            color: #6a6a74;
        }
        @media (max-width: 700px) {
            .page { padding: 40px 28px; }
            h1 { font-size: 30px; }
            h2 { font-size: 19px; }
        }
