.privacy-policy-page{min-height:100vh;padding-bottom:40px;transition:all .3s ease}.privacy-policy-page.dark-theme{background:linear-gradient(135deg,#0f172a,#1e293b);color:#e2e8f0}.privacy-policy-page.light-theme{background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#1e293b}.privacy-policy-header{margin-bottom:24px;padding:20px}.privacy-policy-header-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;max-width:1400px;margin:0 auto}.privacy-policy-back-button{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:8px;text-decoration:none;font-size:16px;font-weight:500;transition:all .3s ease}.dark-theme .privacy-policy-back-button{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:#a5b4fc}.dark-theme .privacy-policy-back-button:hover{background:rgba(255,255,255,.15);border-color:#6366f1;color:#818cf8}.light-theme .privacy-policy-back-button{background:#ffffff;border:1px solid #cbd5e1;color:#6366f1;box-shadow:0 1px 3px rgba(0,0,0,.1)}.light-theme .privacy-policy-back-button:hover{background:#f1f5f9;border-color:#6366f1;box-shadow:0 4px 6px rgba(0,0,0,.1)}.privacy-policy-theme-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease}.dark-theme .privacy-policy-theme-toggle{background:rgba(255,255,255,.1);color:#fbbf24}.dark-theme .privacy-policy-theme-toggle:hover{background:rgba(255,255,255,.15);transform:scale(1.05)}.light-theme .privacy-policy-theme-toggle{background:#ffffff;color:#6366f1;box-shadow:0 1px 3px rgba(0,0,0,.1)}.light-theme .privacy-policy-theme-toggle:hover{background:#f1f5f9;box-shadow:0 4px 6px rgba(0,0,0,.1);transform:scale(1.05)}.privacy-policy-language-switcher{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.privacy-policy-language-button{padding:8px 16px;font-size:14px;font-weight:500;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease;outline:none}.dark-theme .privacy-policy-language-button.active{background:#6366f1;color:#ffffff}.dark-theme .privacy-policy-language-button.inactive{background:rgba(255,255,255,.1);color:#cbd5e1;border:1px solid #475569}.dark-theme .privacy-policy-language-button.inactive:hover{background:rgba(255,255,255,.15);color:#f1f5f9}.light-theme .privacy-policy-language-button.active{background:#6366f1;color:#ffffff}.light-theme .privacy-policy-language-button.inactive{background:#ffffff;color:#475569;border:1px solid #cbd5e1}.light-theme .privacy-policy-language-button.inactive:hover{background:#f1f5f9;border-color:#6366f1}.privacy-policy-content-wrapper{max-width:1200px;margin:0 auto;padding:0 20px}.privacy-policy-card{border-radius:16px;padding:clamp(24px,5vw,48px);box-shadow:0 20px 60px rgba(0,0,0,.3)}.dark-theme .privacy-policy-card{background:rgba(30,41,59,.8);border:1px solid rgba(148,163,184,.1)}.light-theme .privacy-policy-card{background:rgba(255,255,255,.9);border:1px solid rgba(203,213,225,.5)}.privacy-policy-title{text-align:center;margin-bottom:32px;font-size:clamp(28px,5vw,42px);font-weight:700;letter-spacing:-.02em}.dark-theme .privacy-policy-title{color:#f8fafc}.light-theme .privacy-policy-title{color:#0f172a}.privacy-policy-content{line-height:1.8;font-size:clamp(15px,2vw,16px);font-family:system-ui,-apple-system,sans-serif;max-width:900px;margin:0 auto;white-space:pre-wrap}.dark-theme .privacy-policy-content{color:#cbd5e1}.light-theme .privacy-policy-content{color:#334155}@media (max-width:768px){.privacy-policy-header-content{flex-direction:column;align-items:stretch}.privacy-policy-language-switcher{justify-content:center}.privacy-policy-theme-toggle{align-self:flex-end}}@media (max-width:440px){.privacy-policy-title{font-size:18px}}