.privacy-page{background:linear-gradient(180deg,#000000,#0a0a0a 50%,#000000);color:#ffffff;min-height:100vh;position:relative;overflow:hidden}.privacy-page:before{top:-10%;right:-10%;width:800px;height:800px;background:radial-gradient(circle at center,rgba(59,130,246,.08) 0,transparent 70%)}.privacy-page:after,.privacy-page:before{content:"";position:absolute;border-radius:50%;pointer-events:none;z-index:0}.privacy-page:after{bottom:10%;left:-10%;width:600px;height:600px;background:radial-gradient(circle at center,rgba(200,0,222,.06) 0,transparent 70%)}.privacy-content-wrapper{position:relative;z-index:1}.privacy-header{text-align:center;margin-bottom:4rem;animation:fadeInUp .8s ease-out}.privacy-title{font-size:3rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem;background:linear-gradient(135deg,#ffffff,#3B82F6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.privacy-last-updated{display:inline-block;padding:.5rem 1.5rem;background:rgba(255,255,255,.05);border-radius:2rem;border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.6);font-size:.875rem;backdrop-filter:blur(10px)}.privacy-card{background:rgba(255,255,255,.02);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.05);border-radius:1.5rem;padding:3rem;box-shadow:0 20px 40px rgba(0,0,0,.2);animation:fadeInUp .8s ease-out .2s backwards}.privacy-section-title{color:#3B82F6;font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid rgba(59,130,246,.2);display:flex;align-items:center;gap:.75rem}.privacy-section-title:before{content:"";display:block;width:4px;height:24px;background:#3B82F6;border-radius:2px}.privacy-subsection-title{color:#ffffff;font-size:1.25rem;font-weight:600;margin-top:2rem;margin-bottom:1rem}.privacy-text{color:rgba(255,255,255,.75);line-height:1.8;margin-bottom:1.5rem}.privacy-list{list-style:none;padding-left:0;margin-bottom:1.5rem}.privacy-list li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:rgba(255,255,255,.75);line-height:1.6}.privacy-list li:before{content:"•";position:absolute;left:0;color:#3B82F6;font-weight:700}.privacy-link{color:#3B82F6;text-decoration:none;transition:color .2s ease;border-bottom:1px solid transparent}.privacy-link:hover{color:#60A5FA;border-bottom-color:#60A5FA}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.privacy-title{font-size:2.25rem}.privacy-card{padding:1.5rem;border-radius:1rem}.privacy-section-title{font-size:1.5rem}}