.Privacy-page{display:flex;flex-direction:column;align-items:center;min-height:calc(100vh - 140px);padding:100px 20px 40px;background-color:var(--bg-primary);font-family:Inter,sans-serif}.Privacy-page .privacy-content{max-width:1200px;width:100%;margin:0 auto;padding:0;color:var(--text-secondary)}.Privacy-page h1{font-size:36px;color:var(--text-primary);font-family:Inter,sans-serif;font-weight:800;margin-bottom:10px;text-align:center}.Privacy-page .last-updated{text-align:center;color:var(--text-muted);font-size:14px;margin-bottom:40px}.Privacy-page h2{font-weight:700;font-size:22px;margin-top:50px;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid var(--accent)}.Privacy-page h2,.Privacy-page h3{font-family:Inter,sans-serif;color:var(--text-primary)}.Privacy-page h3{font-weight:600;font-size:18px;margin-top:30px;margin-bottom:15px}.Privacy-page p{font-family:Inter,sans-serif;margin-bottom:16px;line-height:1.7;color:var(--text-secondary)}.Privacy-page ol,.Privacy-page ul{font-family:Inter,sans-serif;margin-bottom:20px;padding-left:30px}.Privacy-page ul{list-style-type:disc}.Privacy-page ul ul{list-style-type:circle;margin-top:10px;margin-bottom:10px}.Privacy-page li{font-family:Inter,sans-serif;margin-bottom:8px;line-height:1.6;color:var(--text-secondary)}.Privacy-page section{margin:30px 0}.Privacy-page .intro,.Privacy-page .summary{background:var(--bg-secondary);padding:24px;border-radius:12px;margin-bottom:30px}.Privacy-page .toc{background:var(--bg-secondary);border:1px solid var(--border-color);padding:24px 24px 24px 50px;border-radius:12px;margin-bottom:30px}.Privacy-page .toc h2{margin-top:0;border-bottom:none;padding-bottom:0;margin-bottom:16px}.Privacy-page .toc ol{margin-bottom:0}.Privacy-page .toc li{margin-bottom:8px}.Privacy-page a{color:var(--accent);text-decoration:none;transition:color .3s ease}.Privacy-page a:hover{color:#008fa3;text-decoration:underline}.Privacy-page a:visited{color:var(--accent)}.Privacy-page address{font-style:normal;line-height:1.8;color:var(--text-secondary);background:var(--bg-secondary);padding:20px;border-radius:8px;margin-top:16px}.Privacy-page .privacy-table-wrapper{margin:20px 0;overflow-x:visible;overflow-y:visible}.Privacy-page .privacy-table{width:100%;border-collapse:collapse;font-size:14px;table-layout:fixed}.Privacy-page .privacy-table td,.Privacy-page .privacy-table th{border:1px solid var(--border-color);padding:12px 16px;text-align:left;vertical-align:top}.Privacy-page .privacy-table th{background:var(--bg-secondary);font-weight:600;color:var(--text-primary)}.Privacy-page .privacy-table td:first-child{font-weight:500;white-space:normal;width:25%}.Privacy-page .privacy-table td:last-child{text-align:center;font-weight:600;width:80px}.Privacy-page .privacy-table tr:nth-child(2n){background:var(--bg-secondary)}.Privacy-page strong{color:var(--text-primary)}.Privacy-page em{color:var(--text-muted)}@media (max-width:768px){.Privacy-page{padding:90px 16px 40px}.Privacy-page h1{font-size:28px}.Privacy-page h2{font-size:18px}.Privacy-page h3{font-size:16px}.Privacy-page .intro,.Privacy-page .summary,.Privacy-page .toc{padding:16px}.Privacy-page .toc{padding-left:30px}.Privacy-page .privacy-table{font-size:12px}.Privacy-page .privacy-table td,.Privacy-page .privacy-table th{padding:8px 10px}.Privacy-page .privacy-table td:first-child{white-space:normal;width:100%}}