.privacyPage{background-color:#000;color:#fff;min-height:100vh;display:flex;flex-direction:column;font-family:NeueHaas,serif}.privacyHeader{position:-webkit-sticky;position:sticky;top:0;z-index:100;background-color:rgba(0,0,0,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid hsla(0,0%,100%,.1);padding:1.5rem 0;transition:all .3s ease}.headerContainer{max-width:1200px;margin:0 auto;padding:0 2rem;justify-content:space-between}.headerContainer,.logoLink{display:flex;align-items:center}.logoLink{gap:1rem;font-size:1.6rem;font-weight:500;letter-spacing:.1rem;color:#fff;transition:color .3s ease}.logoLink svg{width:24px;height:24px;color:#9bff00}.logoLink:hover{color:#9bff00}@media screen and (max-width:669px)and (orientation:portrait){.logoText{display:none}}.backButton{display:inline-flex;align-items:center;gap:.8rem;font-size:1.4rem;color:#9bff00;font-weight:400;padding:.8rem 1.6rem;border-radius:2rem;border:1px solid rgba(155,255,0,.3);background:rgba(0,0,0,0);transition:all .3s cubic-bezier(.165,.84,.44,1)}.backButton .arrow{transition:transform .3s ease;display:inline-block}.backButton:hover{background:rgba(155,255,0,.1);border-color:#9bff00;box-shadow:0 0 15px rgba(155,255,0,.2)}.backButton:hover .arrow{transform:translateX(-4px)}.privacyContentContainer{flex:1 1;padding:6rem 2rem;max-width:900px;width:100%;margin:0 auto}.privacyContentCard{background-color:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:2rem;padding:4rem;box-shadow:0 10px 40px rgba(0,0,0,.5)}@media screen and (max-width:669px)and (orientation:portrait){.privacyContentCard{padding:2.5rem 1.5rem}}.loadingContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 0;gap:2rem;font-size:1.6rem;color:hsla(0,0%,100%,.6)}.loadingSpinner{width:40px;height:40px;border:3px solid rgba(155,255,0,.1);border-top-color:#9bff00;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.privacyFooter{background-color:rgba(0,0,0,.5);border-top:1px solid hsla(0,0%,100%,.05);padding:3rem 0;text-align:center;font-size:1.2rem;color:hsla(0,0%,100%,.4)}.footerContainer{max-width:1200px;margin:0 auto;padding:0 2rem}.otnotice{color:hsla(0,0%,100%,.8)!important;font-size:1.6rem;line-height:1.8;text-align:left}.otnotice h1,.otnotice h2,.otnotice h3,.otnotice h4,.otnotice h5,.otnotice h6{color:#fff!important;font-weight:500;margin-top:3rem;margin-bottom:1.5rem;text-transform:none!important}.otnotice h1{font-size:3.2rem;border-bottom:2px solid #9bff00;padding-bottom:1rem;margin-top:0}.otnotice h2{font-size:2.4rem;color:#9bff00!important;border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:.5rem}.otnotice h3{font-size:2rem}.otnotice p{margin-bottom:2rem}.otnotice a{color:#9bff00!important;text-decoration:underline!important;transition:opacity .3s ease}.otnotice a:hover{opacity:.8}.otnotice ol,.otnotice ul{margin-bottom:2.5rem;padding-left:2rem}.otnotice ol li,.otnotice ul li{margin-bottom:.8rem}.otnotice table{width:100%!important;margin:3rem 0;border-collapse:collapse!important;border:1px solid hsla(0,0%,100%,.15)!important;font-size:1.4rem}.otnotice table td,.otnotice table th{padding:1.2rem 1.5rem!important;border:1px solid hsla(0,0%,100%,.1)!important;text-align:left}.otnotice table th{background-color:rgba(155,255,0,.08)!important;color:#9bff00!important;font-weight:500}.otnotice table tr:nth-child(2n){background-color:hsla(0,0%,100%,.02)!important}.otnotice .otnotice-content .otnotice-sections .otnotice-section-content ol,.otnotice .otnotice-content .otnotice-sections .otnotice-section-content ul{padding-inline:initial!important;margin:initial!important;list-style:initial!important}:global(#otnotice-menu-selected){display:none!important}