@import "https://fonts.googleapis.com/css2?family=Armata&family=Inter:wght@400;700&display=swap";
#root{text-align:center;max-width:1280px;margin:0 auto;padding:2rem}.logo{will-change:filter;height:6em;padding:1.5em;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:20s linear infinite logo-spin}}.card{padding:2em}.read-the-docs{color:#888}
:root{--primary-green:#0b733b;--secondary-green:#00472f;--dark-bg:#1d222a;--darker-bg:#151a21;--text-light:#fff;--text-muted:#ffffffb3;--glass-bg:#0000004d;--glass-border:#ffffff1a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--dark-bg);color:var(--text-light);background-image:url("../media/BG Tiago_fundo.0tb2u3icig_im.png");background-size:cover;background-attachment:fixed;font-family:Inter,sans-serif;line-height:1.6}h1,h2,h3,h4{font-family:Armata,sans-serif}.premium-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:12px;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 8px 32px #0000005e}.glass-panel:hover{transform:translateY(-5px);box-shadow:0 12px 40px #00000073}.green-title{color:var(--primary-green);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.nav-sticky{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-bottom:1px solid var(--glass-border);background:#1d222af2;position:sticky;top:0}.nav-container{justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.logo img{width:auto;height:60px}.nav-links{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--text-light);font-weight:500;text-decoration:none;transition:color .3s}.nav-link:hover{color:var(--primary-green)}.lang-toggle{gap:1rem;display:flex}.lang-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-weight:700;transition:color .3s}.lang-btn.active{color:var(--primary-green)}.lang-btn:hover{color:var(--text-light)}footer{background:var(--darker-bg);border-top:1px solid var(--glass-border);margin-top:4rem;padding:4rem 0 2rem}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem;display:grid}.footer-section h3{color:var(--primary-green);margin-bottom:1.5rem;font-size:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.8rem}.footer-section a{color:var(--text-muted);text-decoration:none;transition:color .3s}.footer-section a:hover{color:var(--text-light)}.footer-bottom{border-top:1px solid var(--glass-border);color:var(--text-muted);justify-content:space-between;align-items:center;padding-top:2rem;font-size:.9rem;display:flex}@media (max-width:768px){.nav-container{flex-direction:column;gap:1rem}.footer-grid{text-align:center}}
