.home-page-root{background:#000;padding-top:60px}html[data-theme=light] .home-page-root{background:#f0f4fa}:root{--primary:#0a2540;--primary-light:#1e3a5f;--primary-dark:#051729;--accent:#00d4ff;--accent-light:#e0f7ff;--accent-dark:#00a8cc;--accent-gradient:linear-gradient(135deg, #00d4ff 0%, #00a8cc 100%);--secondary:#7b61ff;--secondary-light:#f0edff;--background:#050508;--surface:#0d0d12;--surface-elevated:#151520;--header-text:#fff;--body-text:#fff;--muted:#fff;--header-white:#fff;--footer-bg:#0a2540;--footer-text:#e2e8f0;--border:#fff;--border-light:#ffffff12;--hover-bg:#00d4ff14;--gm3-sys-color-on-background:#fff;--gm3-sys-color-on-surface:#fff;--md-sys-color-on-background:#fff;--md-sys-color-on-surface:#fff;--radius:16px;--radius-sm:8px;--radius-lg:24px;--elevation-1:0 2px 8px #0a25400a, 0 1px 2px #0a25400f;--elevation-2:0 8px 24px #0a254014, 0 2px 6px #0a254014;--elevation-3:0 16px 48px #0a25401f, 0 4px 12px #0a25401a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}html,body,#root{background:var(--background);min-width:100%}body{background:var(--background);color:var(--body-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;overflow-x:hidden}a{text-decoration:none;transition:color .2s;color:#fff!important}a:hover{color:#00d4ff!important}h1,h2,h3,h4,h5,h6{color:var(--header-text);font-family:Montserrat,Arial,sans-serif}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translate(0)rotate(0)}25%{transform:translate(10px,-10px)rotate(5deg)}50%{transform:translate(-5px,10px)rotate(-5deg)}75%{transform:translate(-10px,-5px)rotate(3deg)}}@keyframes floatSlow{0%,to{transform:translate(0)scale(1)}50%{transform:translate(20px,20px)scale(1.05)}}@keyframes pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes agi-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:768px){.agi-scope p,.agi-scope span,.agi-scope div{-ms-overflow-style:none;scrollbar-width:none}.agi-scope p::-webkit-scrollbar{display:none}.agi-scope span::-webkit-scrollbar{display:none}.agi-scope div::-webkit-scrollbar{display:none}}.reveal-on-scroll{opacity:0;transition:opacity .6s cubic-bezier(.2,.9,.3,1),transform .6s cubic-bezier(.2,.9,.3,1);transform:translateY(30px)}.reveal-on-scroll.reveal-visible{opacity:1;padding-bottom:1rem;transform:translateY(0)}.reveal-scale{opacity:0;transition:opacity .5s,transform .5s cubic-bezier(.34,1.56,.64,1);transform:scale(.9)}.reveal-scale.reveal-visible{opacity:1;transform:scale(1)}.fade-in{animation:.42s both fadeSlideUp}.animate-fade{transition:opacity .36s}.abstract-bg{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.abstract-shape{filter:blur(80px);opacity:.4;border-radius:50%;animation:20s ease-in-out infinite float;position:absolute}.abstract-shape-1{background:linear-gradient(135deg, var(--accent) 0%, var(--secondary) 100%);width:400px;height:400px;animation:25s ease-in-out infinite float;top:-200px;left:-200px}.abstract-shape-2{background:linear-gradient(135deg, var(--secondary) 0%, var(--accent) 100%);width:300px;height:300px;animation:30s ease-in-out infinite floatSlow;bottom:-150px;right:-150px}.abstract-shape-3{background:radial-gradient(circle, var(--accent-light) 0%, transparent 70%);width:250px;height:250px;animation:15s ease-in-out infinite pulse;top:50%;right:10%}.container{max-width:1200px;margin-left:auto;margin-right:auto;padding:0 1.5rem}.card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--elevation-1);border:1px solid var(--border-light);padding:2rem;transition:all .3s}.card:hover{box-shadow:var(--elevation-2);transform:translateY(-2px)}.card-strong{box-shadow:var(--elevation-2);border:1px solid var(--border)}.prose{color:var(--body-text);max-width:72ch;line-height:1.75}.animate-wrap{contain:layout}*,:before,:after{box-sizing:border-box}img,picture,video,iframe{max-width:100%;display:block}svg{max-width:100%;height:auto;display:inline-block}html{word-break:break-word}.lead{color:var(--body-text);font-size:1.125rem;font-weight:400;line-height:1.75}.muted-text{color:var(--muted)}.btn-modern{border-radius:12px;align-items:center;gap:.6rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.btn-modern:before{content:"";background:#fff;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn-modern:hover:before{width:300px;height:300px}.btn-primary{background:var(--accent-gradient);color:#fff;z-index:1;border:none;position:relative;box-shadow:0 4px 12px #00d4ff4d}.btn-primary:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 8px 24px #00d4ff80}.btn-outline{border:2px solid var(--accent);color:var(--accent);background:0 0;position:relative}.btn-outline:hover{background:var(--accent-light);border-color:var(--accent-dark);transform:translateY(-2px)}.section-hero{border-radius:var(--radius-lg);border:1px solid var(--border-light);background:linear-gradient(135deg,#00d4ff0d 0%,#7b61ff0d 100%);padding:3rem 2rem;position:relative;overflow:hidden}.section-hero:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#00d4ff1a,#0000 50%);position:absolute;top:0;bottom:0;left:0;right:0}@media (max-width:720px){h1{font-size:1.6rem}h2{font-size:1.15rem}.main-content .content-section .content-inner>*,.main-content .prose,.main-content .prose *,.main-content p,.main-content li,.main-content blockquote{text-align:left!important}}.content-section{max-width:80rem;margin:0 auto}.content-section .content-inner>*{text-align:left;margin-bottom:1.5rem;line-height:1.7}.inset-image[style*=float\:right],.inset-image.float-right{float:right}@media (max-width:900px){.inset-image{float:none;float:none;max-width:100%}}@media (max-width:720px){.content-section{padding:1rem 0}.content-section .content-inner{padding:0 .75rem}}.inset-image{float:left!important;width:100%!important;max-width:420px!important;margin:0 1.25rem 1rem 0!important;line-height:0!important;display:block!important}.inset-image img{object-fit:cover!important;width:100%!important;height:auto!important;display:block!important}.inset-image--right{float:left!important;margin:0 1.25rem 1rem 0!important}.inset-image--center{text-align:center!important;margin-bottom:1rem!important}.inset-image--rounded img{border-radius:8px!important}.inset-image--shadow img{box-shadow:0 6px 18px #1018280f!important}.inset-image--tight{max-width:360px!important;margin:0 .5rem .75rem!important}.inset-image.float-right{float:left!important;margin:0 1.25rem 1rem 0!important}@media (max-width:720px){:root{--background:#050508;--header-text:#fff;--body-text:#fff}}html,body,#root{background:#050508;color:#fff!important}h1,h2,h3,h4,h5,h6,.lead,.muted{color:#fff}.content-section{background:#050508;padding-top:80px}[class$=-page]>section,[class*=-page]>section,[class$=-overview],[class*=-overview]{color:#fff;box-shadow:none!important;background:#fff0!important;border:1px solid #fff0!important}[class$=-page]>section:hover,[class*=-page]>section:hover,[class$=-overview]:hover,[class*=-overview]:hover{background:#ffffff05!important;border-color:#00d4ff38!important;box-shadow:0 0 28px #00d4ff0f!important}[class*=-page] p,[class*=-overview] p,[class*=-page] li,[class*=-overview] li{color:#fff}[class*=-page] h1{background:linear-gradient(135deg,#00d4ff 0%,#7b61ff 100%)!important;-webkit-text-fill-color:transparent!important;-webkit-background-clip:text!important;background-clip:text!important}[class*=-page] h2,[class*=-overview] h2{color:#fff}[class*=-page] h3,[class*=-overview] h3{color:#ffffffe6}.features-list li{box-shadow:none!important;background:#fff0!important;border:1px solid #fff0!important}.features-list li:hover{border-color:#00d4ff4d!important;box-shadow:0 0 20px #00d4ff12!important}.features-list li p{color:#fff!important}.feature-table-container{box-shadow:none!important;background:#fff0!important;border:1px solid #fff0!important}.feature-table td{color:#fff!important;border-bottom-color:#ffffff0f!important}.feature-table tbody tr{border-bottom-color:#ffffff0f!important}.feature-table tbody tr:hover{box-shadow:none!important;background:#00d4ff0a!important}.resources-page{padding:2rem}.resources-overview{border-radius:16px;margin-bottom:2rem;padding:2rem}.resources-overview p.muted{color:#fff!important}.cta-row a.btn-primary,.cta-row .btn-primary{color:#fff!important;background:linear-gradient(135deg,#00d4ff,#7b61ff)!important;border:none!important;box-shadow:0 4px 16px #00d4ff4d!important}.cta-row a.btn-outline,.cta-row .btn-outline{color:#00d4ff!important;background:0 0!important;border:1px solid #00d4ff66!important}.content-section .inset-image img{border:1px solid #ffffff14;border-radius:12px}[data-theme=light]{--background:#f0f4fa;--surface:#fff;--surface-elevated:#e8edf5;--header-text:#0a2540;--body-text:#1a2d45;--muted:#4a6380;--border:#0a254033;--border-light:#0a254014;--hover-bg:#00a0c80f;--footer-bg:#0a2540;--footer-text:#e2e8f0;--gm3-sys-color-on-background:#0a2540;--gm3-sys-color-on-surface:#0a2540;--md-sys-color-on-background:#0a2540;--md-sys-color-on-surface:#0a2540}html[data-theme=light],html[data-theme=light] body,html[data-theme=light] #root,html[data-theme=light] body{color:#1a2d45!important;background:#f0f4fa!important}[data-theme=light] h1,[data-theme=light] h2,[data-theme=light] h3,[data-theme=light] h4,[data-theme=light] h5,[data-theme=light] h6{color:#0a2540!important}[data-theme=light] p,[data-theme=light] li,[data-theme=light] span,[data-theme=light] label,[data-theme=light] td,[data-theme=light] th{color:#1a2d45}[data-theme=light] a{color:#0a2540!important}[data-theme=light] a:hover{color:#09c!important}[data-theme=light] .lead{color:#1a2d45!important}[data-theme=light] .muted,[data-theme=light] .muted-text{color:#4a6380!important}[data-theme=light] .card{background:#fff;border:1px solid #0a25401a;box-shadow:0 2px 12px #0a25400f}[data-theme=light] .card:hover{box-shadow:0 8px 28px #0a25401a}[data-theme=light] .agi-card{background:#ffffffd9;border:1px solid #0a25401a}[data-theme=light] .agi-card:hover{background:#fff;border-color:#0a254038}[data-theme=light] .content-section{background:#f0f4fa!important}[data-theme=light] .section-hero{background:linear-gradient(135deg,#00a0c80f 0%,#5a3cdc0a 100%);border-color:#0a25401a}[data-theme=light] [class$=-page]>section,[data-theme=light] [class*=-page]>section,[data-theme=light] [class$=-overview],[data-theme=light] [class*=-overview]{color:#1a2d45!important;background:#fff9!important;border:1px solid #0a254014!important;box-shadow:0 2px 12px #0a25400a!important}[data-theme=light] [class$=-page]>section:hover,[data-theme=light] [class*=-page]>section:hover,[data-theme=light] [class$=-overview]:hover,[data-theme=light] [class*=-overview]:hover{background:#ffffffe6!important;border-color:#00a0c840!important;box-shadow:0 6px 24px #0a254014!important}[data-theme=light] [class*=-page] p,[data-theme=light] [class*=-overview] p,[data-theme=light] [class*=-page] li,[data-theme=light] [class*=-overview] li{color:#1a2d45!important}[data-theme=light] [class*=-page] h1{background:linear-gradient(135deg,#07a 0%,#5540cc 100%)!important;-webkit-text-fill-color:transparent!important;-webkit-background-clip:text!important;background-clip:text!important}[data-theme=light] [class*=-page] h2,[data-theme=light] [class*=-overview] h2{color:#0a2540!important}[data-theme=light] [class*=-page] h3,[data-theme=light] [class*=-overview] h3{color:#1e3a5f!important}[data-theme=light] .features-list li{background:#ffffffb3!important;border:1px solid #0a254014!important;box-shadow:0 2px 8px #0a25400a!important}[data-theme=light] .features-list li:hover{border-color:#00a0c84d!important;box-shadow:0 4px 16px #0a254014!important}[data-theme=light] .features-list li p{color:#1a2d45!important}[data-theme=light] .feature-table-container{background:#fff!important;border:1px solid #0a254014!important;box-shadow:0 2px 12px #0a25400f!important}[data-theme=light] .feature-table td{color:#1a2d45!important;border-bottom-color:#0a254014!important}[data-theme=light] .feature-table tbody tr{border-bottom-color:#0a25400f!important}[data-theme=light] .feature-table tbody tr:hover{background:#00a0c80a!important}[data-theme=light] .resources-overview p.muted{color:#4a6380!important}[data-theme=light] .cta-row a.btn-outline,[data-theme=light] .cta-row .btn-outline{color:#0a2540!important;border:1px solid #0a254066!important}[data-theme=light] .btn-outline{color:#0a2540;border-color:#0a2540}[data-theme=light] .btn-outline:hover{color:#fff;background:#0a2540}[data-theme=light] .content-section .inset-image img{border:1px solid #0a25401a}[data-theme=light] .agi-gradient-text{background:linear-gradient(270deg,#07a,#5540cc,#07a) 0 0/300% 300%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}[data-theme=light] .agi-section-label{color:#07a}[data-theme=light] .abstract-shape{opacity:.12}html[data-theme=light],html[data-theme=light] body,html[data-theme=light] #root{transition:background .35s,color .35s}html[data-theme=light] .agi-scope[style*=background],html[data-theme=light] .agi-scope>section,html[data-theme=light] .agi-scope>section:nth-child(2n){background:#f0f4fa!important}html[data-theme=light] .agi-scope h1,html[data-theme=light] .agi-scope h2,html[data-theme=light] .agi-scope h3{color:#0a2540!important}html[data-theme=light] .agi-scope p,html[data-theme=light] .agi-scope li,html[data-theme=light] .agi-scope span:not(.agi-gradient-text):not(.agi-section-label):not(.theme-toggle-icon):not(.theme-toggle-thumb):not(.theme-toggle-track),html[data-theme=light] .agi-scope [style*="color: '#fff'"],html[data-theme=light] .agi-scope [style*="color: '#ffffff'"],html[data-theme=light] .agi-scope [style*="color: '#FFF'"],html[data-theme=light] .agi-scope [style*="color: '#FFFFFF'"]{color:#1a2d45!important}html[data-theme=light] .agi-scope div[style*="rgba(255,255,255,0.03)"],html[data-theme=light] .agi-scope div[style*="rgba(255, 255, 255, 0.03)"],html[data-theme=light] .agi-scope article[style*="rgba(255,255,255,0.03)"],html[data-theme=light] .agi-scope article[style*="rgba(255, 255, 255, 0.03)"]{box-shadow:0 2px 12px #0a25400f;background:#ffffffd9!important;border-color:#0a25401a!important}html[data-theme=light] .agi-scope input,html[data-theme=light] .agi-scope textarea,html[data-theme=light] .agi-scope select{color:#0a2540!important;background:#0a25400a!important;border-color:#0a254026!important}html[data-theme=light] .agi-scope input::placeholder,html[data-theme=light] .agi-scope textarea::placeholder{color:#0a254066!important}html[data-theme=light] .agi-scope a[style*="rgba(255,255,255,0.05)"]{color:#0a2540!important;background:#0a25400f!important;border-color:#0a254026!important}html[data-theme=light] .agi-scope article{background:#ffffffd9!important;border-color:#0a25401a!important}html[data-theme=light] .agi-scope h1[style*="color: '#fff'"],html[data-theme=light] .agi-scope h1[style*="color: '#ffffff'"]{color:#0a2540!important}html[data-theme=light] .agi-scope div[style*="border: '1px solid rgba(255,255,255,0.08)'"]{border-color:#0a25401a!important}html[data-theme=light] .agi-scope button[style*="rgba(0,212,255,0.15)"]{background:linear-gradient(135deg,#00a0c81f,#503cc81f)!important}html[data-theme=light] .agi-scope div[style*="rgba(255,255,255,0.03)"] p[style*="rgba(255,255,255"]{color:#374151!important}html[data-theme=light] .agi-scope div[style*="linear-gradient(135deg, rgba(0,212,255,0.15)"]{background:linear-gradient(135deg,#00a0c81a,#503cc81a)!important;border-color:#0a25401a!important}html[data-theme=light] .agi-scope section[style*=\#050508],html[data-theme=light] .agi-scope section[style*="background: '#050508'"]{background:#e8edf5!important}html[data-theme=light] .agi-scope strong[style*="color: '#ffffff'"]{color:#0a2540!important}html[data-theme=light] .agi-scope button[style*="rgba(0,212,255,0.2)"]{background:linear-gradient(135deg,#00a0c826,#503cc826)!important;border-color:#00a0c866!important}html[data-theme=light] footer.agi-scope,html[data-theme=light] footer.agi-scope[style*=background]{background:#e8edf5!important;border-top-color:#0a25401a!important}html[data-theme=light] footer.agi-scope p,html[data-theme=light] footer.agi-scope span,html[data-theme=light] footer.agi-scope a,html[data-theme=light] footer.agi-scope button,html[data-theme=light] footer.agi-scope p[style*="color: '#ffffff'"]{color:#1a2d45!important}html[data-theme=light] footer.agi-scope a[style*="rgba(255,255,255,0.04)"]{color:#1a2d45!important;background:#0a25400d!important;border-color:#0a254026!important}html[data-theme=light] footer.agi-scope a[style*="rgba(255,255,255,0.04)"]:hover{color:#07a!important;background:#00a0c81f!important;border-color:#00a0c84d!important}html[data-theme=light] footer.agi-scope svg[fill=\#ffffff]{fill:#07a!important}html[data-theme=light] footer.agi-scope img[src*=artigor-logo-white]{filter:drop-shadow(0 0 6px #0a25401a)invert()!important}html[data-theme=light] .navbar-logo .logo-img{filter:invert()brightness(0)!important}body{font-family:Poppins,Arial,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Poppins,Arial,sans-serif;font-weight:500}
