@charset "UTF-8";:root{--primary-color:#2563eb;--primary-hover:#1d4ed8;--primary-gradient:linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);--secondary-color:#f8fafc;--accent-color:#06b6d4;--success-color:#10b981;--warning-color:#f59e0b;--error-color:#ef4444;--purple-color:#8b5cf6;--pink-color:#ec4899;--emerald-color:#10b981;--orange-color:#f97316;--text-color:#1f2937;--text-light:#6b7280;--text-muted:#9ca3af;--background:#ffffff;--surface:#f8fafc;--border:#e2e8f0;--shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);--max-width:1200px;--border-radius:12px;--transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}.hero{padding:8rem 2rem 6rem;background:#fff}.hero__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative}.hero__beta-announcement{display:inline-flex;align-items:center;gap:.75rem;background:rgba(37,99,235,8%);border:1px solid rgba(37,99,235,.2);border-radius:50px;padding:.5rem 1rem .5rem .5rem;margin-bottom:1.5rem;font-size:.9rem;color:#1f2937;animation:fadeInUp .6s ease-out}.hero__beta-announcement .beta-pill{background:linear-gradient(135deg,#2563eb,#8b5cf6);color:#fff;font-size:.7rem;font-weight:700;padding:.3rem .6rem;border-radius:50px;text-transform:uppercase;letter-spacing:.05em}.hero__content h1,.hero .gradient-title{background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__subtitle{font-size:1.25rem;color:#6b7280;margin-bottom:2rem}.hero__cta{display:flex;gap:1rem}.hero__image{position:relative}.hero__image-container{position:relative;border-radius:2rem;overflow:visible;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);transition:all .3s cubic-bezier(.4,0,.2,1)}.hero__image img{width:100%;height:auto;display:block;border-radius:2rem}.hero__image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.hero__stats{display:flex;gap:2rem;margin-top:2rem;justify-content:space-between}@media(max-width:768px){.hero{padding:8rem 1rem 4rem}.hero__container{grid-template-columns:1fr;text-align:center;gap:3rem}.hero__content h1{font-size:2.5rem}.hero__cta{gap:1rem;justify-content:center}.hero__cta .button{flex:1;font-size:.9rem;padding:1rem;min-height:3rem}.hero__stats{gap:.5rem;justify-content:center;margin-top:2.5rem}.hero__image-container{border-radius:1.5rem}.hero__image-container img{border-radius:1.5rem}}@media(max-width:480px){.hero{padding:6rem 1rem 3rem}.hero__stats{margin-top:2rem;gap:.25rem}}.hero--single{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 50%,#f1f5f9 100%);padding:8rem 2rem 4rem;text-align:center;position:relative;overflow:hidden}.hero--single::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4);opacity:.05;z-index:0}.hero--single .hero__container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.hero--single h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.025em;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero--single .hero__subtitle{font-size:1.25rem;color:#6b7280;line-height:1.6;max-width:600px;margin:0 auto}.content-section{padding:6rem 2rem;background:#fff}.content-section__container{max-width:800px;margin:0 auto}.content-section__content{color:#1f2937;line-height:1.8;font-size:1.125rem}.content-section__content h2{font-size:2.25rem;font-weight:700;color:#1f2937;margin:3rem 0 1.5rem;line-height:1.2;position:relative;padding-left:1rem}.content-section__content h2::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:2px}.content-section__content h3{font-size:1.75rem;font-weight:600;color:#2563eb;margin:2.5rem 0 1rem;line-height:1.3}.content-section__content h4{font-size:1.375rem;font-weight:600;color:#1f2937;margin:2rem 0 .75rem;line-height:1.4}.content-section__content p{margin-bottom:1.5rem}.content-section__content ul,.content-section__content ol{margin:1.5rem 0;padding-left:2rem}.content-section__content li{margin-bottom:.75rem;line-height:1.7}.content-section__content ul li::marker{color:#2563eb}.content-section__content a{color:#2563eb;text-decoration:none;border-bottom:1px solid transparent;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:500}.content-section__content a:hover{color:#1d4ed8;border-bottom-color:#2563eb}.content-section__content blockquote{border-left:4px solid #2563eb;padding:1.5rem 2rem;margin:2rem 0;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:12px;font-style:italic;position:relative}.content-section__content blockquote::before{content:'"';font-size:4rem;color:#2563eb;opacity:.3;position:absolute;top:-.5rem;left:.5rem;font-family:serif}.content-section__content code{background:#f1f5f9;padding:.125rem .375rem;border-radius:.25rem;font-family:monaco,menlo,ubuntu mono,monospace;font-size:.875rem}.content-section__content pre{background:#1e293b;color:#e2e8f0;padding:1.5rem;border-radius:.5rem;overflow-x:auto;margin:1.5rem 0}.content-section__content pre code{background:0 0;color:inherit;padding:0}.content-section__content hr{border:none;border-top:1px solid #e5e7eb;margin:2rem 0}.content-section__content table{width:100%;border-collapse:collapse;margin:1.5rem 0}.content-section__content th,.content-section__content td{border:1px solid #d1d5db;padding:.75rem;text-align:left}.content-section__content th{background:#f9fafb;font-weight:600}@media(max-width:768px){.hero--single{padding:6rem 1rem 3rem}.hero--single h1{font-size:2.5rem}.hero--single .hero__subtitle{font-size:1.125rem}.content-section{padding:4rem 1rem}.content-section__container{max-width:100%}.content-section__content{font-size:1rem}.content-section__content h2{font-size:1.75rem;margin:2rem 0 1rem;padding-left:.75rem}.content-section__content h2::before{width:3px}.content-section__content h3{font-size:1.5rem}.content-section__content h4{font-size:1.25rem}}@media(max-width:480px){.hero--single{padding:5rem .5rem 2.5rem}.hero--single h1{font-size:2rem;line-height:1.2}.hero--single .hero__subtitle{font-size:1rem}.content-section{padding:3rem .5rem}.content-section__content h2{font-size:1.5rem;padding-left:.5rem}}.hero--legal{background:#fff;padding:8rem 2rem 6rem;position:relative;overflow:hidden}.hero--legal .hero__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}@media(max-width:768px){.hero--legal .hero__container{grid-template-columns:1fr;gap:3rem;text-align:center}}.hero--legal h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.025em;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){.hero--legal h1{font-size:2.5rem}}.hero--legal .hero__subtitle{font-size:1.25rem;color:#6b7280;line-height:1.6;margin-bottom:2rem}.legal-meta{display:flex;flex-direction:column;gap:.75rem}.legal-meta__item{display:flex;gap:.5rem;font-size:.95rem}.legal-meta__item strong{color:#1f2937;font-weight:600;min-width:120px}.legal-meta__item span{color:#6b7280}.legal-visual{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:2rem 0}.legal-icon{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#06b6d4);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px rgba(0,0,0,.15);animation:float 3s ease-in-out infinite}.legal-icon svg{width:48px;height:48px;color:#fff}.legal-badges{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:200px}.legal-badge{background:#fff;padding:1rem;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,8%);border:1px solid #e2e8f0;text-align:center;opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease-out forwards}.legal-badge:nth-child(1){animation-delay:.2s}.legal-badge:nth-child(2){animation-delay:.4s}.legal-badge .badge-label{display:block;font-size:.75rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.legal-badge .badge-value{display:block;font-size:.95rem;color:#1f2937;font-weight:600;margin-top:.25rem}.legal-content-section{background:linear-gradient(180deg,white 0%,rgba(248,250,252,.3) 100%);min-height:100vh;padding:8rem 2rem 6rem;scroll-behavior:smooth}.legal-content-section .hero__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}@media(max-width:768px){.legal-content-section .hero__container{grid-template-columns:1fr;gap:3rem;text-align:center;margin-bottom:4rem}}.legal-content-section__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 320px;gap:5rem;align-items:start;position:relative}@media(max-width:1024px){.legal-content-section__container{grid-template-columns:1fr;gap:3rem}}.legal-content-section h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.025em;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){.legal-content-section h1{font-size:2.5rem}}.legal-content-section .hero__subtitle{font-size:1.25rem;color:#6b7280;line-height:1.6;margin-bottom:2rem}.legal-content{font-size:1.1rem;line-height:1.8;color:#1f2937;background:rgba(255,255,255,.6);backdrop-filter:blur(10px);padding:3rem;border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,8%);border:1px solid rgba(255,255,255,.2)}.legal-content h2{font-size:2.25rem;font-weight:700;color:#1f2937;margin:3rem 0 1.5rem;line-height:1.2;position:relative;padding-left:1.5rem;scroll-margin-top:calc(80px + 2rem);background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.legal-content h2::before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:3px;box-shadow:0 0 10px rgba(37,99,235,.3)}.legal-content h2:first-child{margin-top:0}.legal-content h3{font-size:1.5rem;font-weight:600;color:#2563eb;margin:2rem 0 1rem;line-height:1.4;scroll-margin-top:calc(80px + 2rem)}.legal-content h4{font-size:1.25rem;font-weight:600;color:#1f2937;margin:1.5rem 0 .75rem;scroll-margin-top:calc(80px + 2rem)}.legal-content p{margin-bottom:1.5rem}.legal-content ul,.legal-content ol{margin:1.5rem 0;padding-left:2rem}.legal-content ul li,.legal-content ol li{margin-bottom:.75rem;line-height:1.7}.legal-content ul li::marker,.legal-content ol li::marker{color:#2563eb}.legal-content strong{font-weight:600;color:#1f2937}.legal-content a{color:#2563eb;text-decoration:none;border-bottom:1px solid transparent;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:500}.legal-content a:hover{color:#1d4ed8;border-bottom-color:#2563eb}.legal-content blockquote{background:#f8fafc;border-left:4px solid #2563eb;padding:1.5rem 2rem;margin:2rem 0;border-radius:0 8px 8px 0;font-style:italic;color:#6b7280}.legal-content table{width:100%;border-collapse:collapse;margin:2rem 0;font-size:.95rem}.legal-content table th,.legal-content table td{padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0}.legal-content table th{background:#f8fafc;font-weight:600;color:#1f2937}.legal-content table tr:hover{background:rgba(99,102,241,5%)}.legal-sidebar{position:sticky;top:calc(80px + 2rem);align-self:start;height:fit-content}@media(max-width:1024px){.legal-sidebar{order:-1;position:static}}.sidebar-section{background:rgba(255,255,255,.8);backdrop-filter:blur(10px);padding:2rem;border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.2);margin-bottom:2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.sidebar-section:hover{transform:translateY(-2px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.sidebar-section h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;position:relative;padding-bottom:.75rem}.sidebar-section h3::after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:1px}.toc-nav ul{list-style:none;margin:0;padding:0}.toc-nav ul li{margin-bottom:.25rem}.toc-nav ul li a{display:block;padding:.5rem .75rem;color:#1f2937;text-decoration:none;border-radius:6px;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:500;font-size:.85rem;line-height:1.3;position:relative;border-left:2px solid transparent}.toc-nav ul li a:hover{background:linear-gradient(135deg,rgba(37,99,235,5%) 0%,rgba(6,182,212,5%) 100%);color:#2563eb;transform:translateX(2px);border-left-color:#2563eb;border-top-left-radius:0;border-bottom-left-radius:0}.toc-nav ul li a:active{background:linear-gradient(135deg,rgba(37,99,235,.1) 0%,rgba(6,182,212,.1) 100%);border-left-color:#06b6d4;border-top-left-radius:0;border-bottom-left-radius:0}.toc-nav ul li ul{margin-top:.25rem;padding-left:1rem}.toc-nav ul li ul li a{font-size:.8rem;padding:.375rem .625rem;opacity:.8}.quick-links{list-style:none;margin:0;padding:0}.quick-links li{margin-bottom:.375rem}.quick-links li a{display:block;padding:.5rem .75rem;color:#1f2937;text-decoration:none;border-radius:6px;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:500;font-size:.875rem;line-height:1.3;position:relative}.quick-links li a:hover{background:linear-gradient(135deg,rgba(37,99,235,5%) 0%,rgba(6,182,212,5%) 100%);color:#2563eb;transform:translateX(2px)}.quick-links li a::before{content:"→";position:absolute;left:-8px;opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:.75rem}.quick-links li a:hover::before{left:.375rem;opacity:1}.legal-footer-section .quick-links{margin:0;padding:0;list-style:none}.legal-footer-section .quick-links li{margin-bottom:.5rem;margin-left:0;padding-left:0}.legal-footer-section .quick-links li a{padding:.75rem 0;font-size:.95rem;border-radius:0;background:0 0!important;transform:none!important;border-bottom:1px solid transparent}.legal-footer-section .quick-links li a::before{display:none}.legal-footer-section .quick-links li a:hover{background:0 0!important;transform:none!important;border-bottom-color:#2563eb}.legal-footer-section .quick-links li a:active{background:0 0!important}.legal-footer-sections{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:4rem;padding-top:3rem;border-top:1px solid rgba(226,232,240,.3)}@media(max-width:768px){.legal-footer-sections{grid-template-columns:1fr;gap:2rem;margin-top:3rem;padding-top:2rem}}.legal-footer-section h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;position:relative;padding-bottom:.75rem}.legal-footer-section h3::after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:1px}.protection-features{display:flex;flex-direction:column;gap:1.5rem}.protection-item{display:flex;align-items:flex-start;gap:1rem}.protection-item .protection-icon{width:40px;height:40px;border-radius:8px;background:linear-gradient(135deg,#2563eb,#06b6d4);display:flex;align-items:center;justify-content:center;flex-shrink:0}.protection-item .protection-icon svg{width:20px;height:20px;color:#fff}.protection-item strong{display:block;font-size:.95rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}.protection-item p{font-size:.85rem;color:#6b7280;line-height:1.5;margin:0}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.legal-content-section{padding:6rem 1rem 4rem}.legal-content{padding:2rem;border-radius:16px}.legal-content h2{font-size:1.875rem;margin:2rem 0 1rem;padding-left:1rem}.legal-content h2::before{width:4px}.legal-content h3{font-size:1.375rem}.sidebar-section{padding:1.5rem;border-radius:16px}.sidebar-section:hover{transform:none}.protection-item{flex-direction:column;text-align:center}.protection-item .protection-icon{align-self:center}.toc-nav .toc-list li a{padding:.625rem .875rem;font-size:.85rem}}@media(max-width:480px){.legal-content-section{padding:4rem 1rem 3rem}.legal-meta__item{flex-direction:column;gap:.25rem}.legal-meta__item strong{min-width:auto}.legal-content{font-size:1rem}.toc-nav{padding:1.5rem}}