.page-container{opacity:0;transition:opacity .6s ease-out}.page-container.revealed{opacity:1}:root{--brand-primary:#5f56fe;--brand-primary-light:#eeecff;--brand-primary-medium:#d4d0ff;--brand-primary-dark:#4840c7;--text-dark:#0f0f0f;--text-gray:#64748b;--text-light:#717171;--bg-white:#fff;--bg-off-white:#fafafa;--border-light:rgba(95,86,254,.08)}html{scroll-behavior:smooth}body{background:var(--bg-white);min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:.018;z-index:10000;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")}::selection{background:var(--brand-primary);color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-off-white)}::-webkit-scrollbar-thumb{background:var(--brand-primary);border-radius:4px}.bg-grid{top:0;left:0;width:100%;height:100%;z-index:-2;background-image:linear-gradient(rgba(95,86,254,.03) 1px,transparent 0),linear-gradient(90deg,rgba(95,86,254,.03) 1px,transparent 0);background-size:60px 60px;mask-image:radial-gradient(ellipse at center,#000 0,transparent 70%);-webkit-mask-image:radial-gradient(ellipse at center,#000 0,transparent 70%)}.bg-grid,.gradient-orb{position:fixed;pointer-events:none}.gradient-orb{border-radius:50%;filter:blur(80px);z-index:-1;opacity:.4}.orb-1{width:600px;height:600px;background:radial-gradient(circle,rgba(95,86,254,.15) 0,transparent 70%);top:-200px;right:-200px;animation:orbFloat1 20s ease-in-out infinite}.orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(139,127,253,.12) 0,transparent 70%);bottom:20%;left:-150px;animation:orbFloat2 25s ease-in-out infinite}@keyframes orbFloat1{0%,to{transform:translate(0)}50%{transform:translate(-50px,50px)}}@keyframes orbFloat2{0%,to{transform:translate(0)}50%{transform:translate(80px,-40px)}}.reveal{opacity:0;transform:translateY(40px);transition:all .8s cubic-bezier(.4,0,.2,1)}.reveal.active{opacity:1;transform:translateY(0)}.reading-progress{position:fixed;top:0;left:0;width:0;height:3px;background:linear-gradient(90deg,var(--brand-primary),#8b7ffd);z-index:10001;transition:width .1s ease}.legal-hero{padding:8rem 2rem 2.5rem;text-align:center}.legal-hero-container{max-width:800px;margin:0 auto}.legal-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.2rem;background:var(--brand-primary-light);border-radius:100px;font-size:.85rem;font-weight:600;color:var(--brand-primary);margin-bottom:1.5rem}.legal-badge svg{width:16px;height:16px}.legal-hero-title{font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.2;color:var(--text-dark);margin-bottom:1rem;letter-spacing:-.03em;padding-bottom:16px}.legal-hero-title .highlight{position:relative;display:inline-block;color:var(--brand-primary)}.legal-hero-title .highlight:before{content:"";position:absolute;bottom:.08em;left:-.03em;right:-.03em;height:.32em;background:rgba(95,86,254,.12);border-radius:4px;z-index:-1}.legal-hero-description{font-size:1.15rem;line-height:1.7;color:var(--text-light);max-width:560px;margin:0 auto 2.5rem}.legal-tabs{display:flex;justify-content:center;gap:.4rem;flex-wrap:wrap}.legal-tab{text-decoration:none;padding:.65rem 1.4rem;font-size:.9rem;font-weight:600;color:var(--text-gray);background:transparent;border:2px solid transparent;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.legal-tab.active,.legal-tab:hover{color:var(--brand-primary);background:var(--brand-primary-light)}.legal-tab.active{border-color:rgba(95,86,254,.15)}.legal-content-wrapper{max-width:1100px;margin:0 auto;padding:2rem 2rem 5rem;display:grid;grid-template-columns:240px 1fr;grid-gap:3rem;gap:3rem;align-items:flex-start}.legal-sidebar{max-height:calc(100dvh - 100px);overflow-y:auto;padding-right:.5rem;position:-webkit-sticky;position:sticky;top:100px}.legal-sidebar::-webkit-scrollbar{width:3px}.legal-sidebar::-webkit-scrollbar-thumb{background:var(--brand-primary-medium);border-radius:3px}.toc-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-gray);margin-bottom:1rem;padding-left:1rem}.toc-list{list-style:none;display:flex;flex-direction:column;gap:2px}.toc-link{display:block;padding:.5rem 1rem;font-size:.82rem;font-weight:500;color:var(--text-gray);text-decoration:none;border-radius:8px;transition:all .2s ease;border-left:2px solid transparent;line-height:1.4;cursor:pointer}.toc-link.active,.toc-link:hover{color:var(--brand-primary);background:var(--brand-primary-light)}.toc-link.active{border-left-color:var(--brand-primary);font-weight:600}.legal-main{min-width:0}.legal-page{display:none}.legal-page.active{display:block}.doc-info-bar{gap:1.5rem;padding:1rem 1.5rem;background:var(--bg-off-white);border-radius:14px;border:1px solid var(--border-light);margin-bottom:2.5rem;flex-wrap:wrap}.doc-info-bar,.doc-info-item{display:flex;align-items:center}.doc-info-item{gap:.5rem;font-size:.85rem;color:var(--text-gray)}.doc-info-item svg{width:16px;height:16px;color:var(--brand-primary);flex-shrink:0}.doc-info-item strong{color:var(--text-dark);font-weight:600}.doc-info-divider{width:1px;height:20px;background:#e2e8f0}.legal-section{margin-bottom:3rem;scroll-margin-top:85px}.legal-section-number{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--brand-primary-light);color:var(--brand-primary);font-size:.8rem;font-weight:700;border-radius:8px;margin-bottom:.75rem}.legal-section-title{font-size:1.35rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem;letter-spacing:-.02em;line-height:1.3}.legal-text{font-size:.95rem;line-height:1.85;color:var(--text-light);margin-bottom:1rem}.legal-text:last-child{margin-bottom:0}.legal-text strong{color:var(--text-dark);font-weight:600}.legal-text a{color:var(--brand-primary);text-decoration:none;font-weight:500;transition:opacity .2s ease}.legal-text a:hover{opacity:.8;text-decoration:underline}.legal-ol{list-style:none;counter-reset:legal-counter;margin:1rem 0;display:flex;flex-direction:column;gap:.75rem}.legal-ol>li{counter-increment:legal-counter;padding-left:2rem;position:relative;font-size:.95rem;line-height:1.85;color:var(--text-light)}.legal-ol>li:before{content:counter(legal-counter) ".";position:absolute;left:0;font-weight:700;color:var(--brand-primary);font-size:.85rem}.legal-ol>li strong{color:var(--text-dark);font-weight:600}.legal-roman{list-style:none;counter-reset:roman-counter;margin:.75rem 0 0;display:flex;flex-direction:column;gap:.5rem}.legal-roman>li{counter-increment:roman-counter;padding-left:2.5rem;position:relative;font-size:.9rem;line-height:1.8;color:var(--text-light)}.legal-roman>li:before{content:"(" counter(roman-counter,lower-roman) ")";position:absolute;left:0;font-weight:600;color:var(--text-gray);font-size:.85rem}.legal-alpha{list-style:none;counter-reset:alpha-counter;margin:.75rem 0 0;display:flex;flex-direction:column;gap:.5rem}.legal-alpha>li{counter-increment:alpha-counter;padding-left:2rem;position:relative;font-size:.9rem;line-height:1.8;color:var(--text-light)}.legal-alpha>li:before{content:counter(alpha-counter,lower-alpha) ".";position:absolute;left:0;font-weight:600;color:var(--brand-primary);font-size:.85rem}.legal-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(95,86,254,.15),transparent);margin:2.5rem 0}.contact-box{gap:1rem;padding:1.25rem 1.5rem;background:var(--bg-off-white);border:1px solid var(--border-light);border-radius:14px;margin-top:1.5rem}.contact-box,.contact-box-icon{display:flex;align-items:center}.contact-box-icon{width:44px;height:44px;background:var(--brand-primary-light);border-radius:12px;justify-content:center;flex-shrink:0}.contact-box-icon svg{width:20px;height:20px;color:var(--brand-primary)}.contact-box-text{font-size:.9rem;color:var(--text-light);line-height:1.6}.contact-box-text a{color:var(--brand-primary);font-weight:600;text-decoration:none}.contact-box-text a:hover{text-decoration:underline}.back-to-top{position:fixed;bottom:30px;right:30px;width:48px;height:48px;background:var(--brand-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 20px rgba(95,86,254,.4);opacity:0;transform:scale(.8);transition:all .3s ease;z-index:1000;cursor:pointer;border:none}.back-to-top.visible{opacity:1;transform:scale(1)}.back-to-top:hover{transform:scale(1.1);box-shadow:0 6px 30px rgba(95,86,254,.5)}.back-to-top svg{width:20px;height:20px}@media (max-width:900px){.legal-content-wrapper{grid-template-columns:1fr;gap:0;padding:1.5rem 1.5rem 4rem}.legal-sidebar{display:none}}@media (max-width:768px){.legal-hero{padding:3rem 1.5rem 2rem}.legal-hero-title{font-size:1.8rem}.legal-hero-description{font-size:1rem;margin-bottom:2rem}.legal-tabs{gap:.3rem;padding:0 .5rem}.legal-tab{padding:.55rem 1rem;font-size:.8rem}.doc-info-bar{flex-direction:column;align-items:flex-start;gap:.75rem}.doc-info-divider{display:none}.legal-section-title{font-size:1.15rem}.legal-text{font-size:.9rem}}@media (max-width:480px){.legal-hero{padding:2.5rem 1rem 1.5rem}.legal-hero-title{font-size:1.5rem}.legal-content-wrapper{padding:1rem 1rem 3rem}.legal-tabs{flex-direction:column;align-items:stretch}.legal-tab{text-align:center}}@media (min-width:992px){.mobile-toc-close{display:none!important}}@media (min-width:900px){.mobile-toc-button{display:none!important}}@media (max-width:900px){.mobile-toc-button{display:flex;position:fixed;bottom:24px;left:24px;width:48px;height:48px;border-radius:50%;background:var(--brand-primary);color:#fff;border:none;cursor:pointer;box-shadow:0 4px 12px rgba(99,102,241,.3);z-index:999;transition:all .3s ease;align-items:center;justify-content:center}.mobile-toc-button:hover{background:var(--brand-primary-dark);transform:scale(1.05)}.mobile-toc-button:active{transform:scale(.95)}.mobile-toc-button svg{width:20px;height:20px}.legal-sidebar{display:flex;flex-direction:column;position:fixed;top:0;bottom:0;left:-100%;width:320px;max-width:85vw;max-height:none;background:#fff;z-index:1001;transition:left .3s cubic-bezier(.4,0,.2,1);overflow-y:auto;overflow-x:hidden;padding:70px 20px 30px;box-shadow:4px 0 12px rgba(0,0,0,.1);-webkit-overflow-scrolling:touch}.legal-sidebar.mobile-open{left:0}.mobile-toc-close{display:flex;position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:50%;background:var(--bg-off-white);border:none;cursor:pointer;align-items:center;justify-content:center;transition:all .2s ease;z-index:10;flex-shrink:0}.mobile-toc-close:hover{background:#e5e7eb}.mobile-toc-close:active{transform:scale(.9)}.mobile-toc-close svg{width:20px;height:20px;color:var(--text-dark)}.toc-label{flex-shrink:0;margin-top:0}.toc-list{flex:1 1;overflow-y:auto;padding-bottom:20px}.mobile-toc-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1000;opacity:1;transition:opacity .3s ease}.back-to-top{bottom:24px;right:24px}}