.page_container__jsr1F{min-height:100vh;background-color:var(--bg-dark);color:var(--text-main);display:flex;flex-direction:column}.page_header__1z7TK{display:flex;justify-content:space-between;align-items:center;padding:2rem 4rem;position:fixed;top:0;left:0;right:0;z-index:50;background:rgba(10,10,15,.7);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid hsla(0,0%,100%,.05)}.page_content__sJLtz{max-width:800px;margin:8rem auto 4rem;padding:0 2rem}.page_title__LyoI0{font-size:3rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(180deg,#fff,#a1a1aa);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.page_lastUpdated__5tnPV{color:var(--text-muted);margin-bottom:3rem;display:block}.page_section__JKKVk{margin-bottom:3rem}.page_section__JKKVk h2{color:var(--primary);font-size:1.5rem;margin-bottom:1rem}.page_section__JKKVk p{color:var(--text-muted);line-height:1.7;margin-bottom:1rem}.page_section__JKKVk ul{list-style:none;padding-left:1.5rem}.page_section__JKKVk li{color:var(--text-muted);margin-bottom:.5rem;position:relative}.page_section__JKKVk li:before{content:"•";color:var(--primary);position:absolute;left:-1.5rem}.page_homeBtn__QBhgH{padding:.75rem 1.5rem;border-radius:var(--radius-full);font-weight:600;transition:all .3s ease;cursor:pointer;display:flex;align-items:center;gap:.5rem;text-decoration:none;font-size:.9rem;background:transparent;color:var(--text-main);border:1px solid var(--border)}.page_homeBtn__QBhgH:hover{border-color:var(--primary);color:var(--primary);box-shadow:0 0 15px rgba(0,240,255,.1)}