@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap";:root{--primary:#0ea5e9;--primary-hover:#0284c7;--secondary:#6366f1;--bg-dark:#0f172a;--bg-darker:#020617;--text-main:#f8fafc;--text-muted:#94a3b8;--glass:#1e293bb3;--glass-border:#ffffff1a;--card-shadow:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;--font-body:"Inter", sans-serif;--font-display:"Outfit", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg-darker);color:var(--text-main);-webkit-font-smoothing:antialiased;width:100%;min-height:100vh;line-height:1.5;overflow-x:hidden}#root{flex-direction:column;width:100%;min-height:100vh;display:flex;overflow-x:hidden}.bg-gradient{z-index:-1;background:radial-gradient(circle at 0 0,#0ea5e926 0%,#0000 50%),radial-gradient(circle at 100% 100%,#6366f126 0%,#0000 50%);width:100%;height:100%;position:fixed;top:0;left:0}.bg-mesh{z-index:-1;opacity:.5;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2v-4h4v-2h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2v-4h4v-2H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");width:100%;height:100%;position:fixed;top:0;left:0}h1,h2,h3{font-family:var(--font-display);font-weight:700}.gradient-text{background:linear-gradient(135deg,#38bdf8 0%,#818cf8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}header{justify-content:space-between;align-items:center;gap:2rem;padding:2rem 0;display:flex}.header-left,.header-right{align-items:center;gap:2rem;display:flex}.logo{font-family:var(--font-display);letter-spacing:-.025em;color:var(--text-main);font-size:1.5rem;font-weight:800;line-height:1;text-decoration:none}.partner-logo{object-fit:contain;opacity:1;max-width:200px;height:100px}.nav-links{gap:2rem;display:flex}.nav-link{color:var(--text-muted);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover{color:var(--text-main)}.btn-lang{border:1px solid var(--glass-border);color:var(--text-muted);font-family:var(--font-body);cursor:pointer;background:#ffffff0d;border-radius:.5rem;align-items:center;gap:.5rem;padding:.4rem .8rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-lang:hover{color:var(--text-main);background:#ffffff1a;border-color:#fff3}.mobile-only{display:none!important}.menu-toggle{color:var(--text-main);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:opacity .2s;display:flex}.menu-toggle:hover{opacity:.8}.mobile-menu-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;opacity:0;visibility:hidden;background:#020617cc;width:100%;height:100%;transition:all .3s;position:fixed;top:0;left:0}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu{background:var(--bg-dark);border-left:1px solid var(--glass-border);z-index:1001;flex-direction:column;width:300px;height:100%;padding:2rem;transition:right .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-300px;box-shadow:-10px 0 30px #00000080}.mobile-menu.open{right:0}.menu-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-self:flex-end;margin-bottom:2rem;padding:.5rem}.mobile-nav{flex-direction:column;align-items:flex-end;gap:2rem;display:flex}.mobile-nav-link{color:var(--text-main);font-size:1.5rem;font-family:var(--font-display);font-weight:600;text-decoration:none}.mobile-nav-divider{background:var(--glass-border);width:100%;height:1px;margin:.5rem 0}.mobile-lang-wrapper{margin-top:1rem}.hero{text-align:center;padding:2rem 0 4rem}.hero h1{max-width:100%;margin-bottom:1.5rem;font-size:5rem;line-height:1;animation:.8s ease-out fadeInDown}.acronym{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;overflow-wrap:break-word;max-width:800px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.25rem;font-weight:500;animation:1s ease-out .2s both fadeIn}.hero-description{max-width:800px;color:var(--text-muted);margin:0 auto 3rem;font-size:1.25rem;line-height:1.6;animation:1s ease-out .4s both fadeIn}.tools-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;padding-bottom:6rem;animation:.8s ease-out .6s both fadeInUp;display:grid}.tool-card{background:var(--glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border);word-break:break-word;border-radius:1.5rem;flex-direction:column;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.tool-card:hover{background:#2d3748b3;border-color:#0ea5e966;transform:translateY(-8px);box-shadow:0 25px 50px -12px #00000080,0 0 20px #0ea5e91a}.tool-card:before{content:"";background:linear-gradient(90deg, var(--primary), var(--secondary));opacity:0;width:100%;height:4px;transition:opacity .3s;position:absolute;top:0;left:0}.tool-card:hover:before{opacity:1}.tool-icon{width:3.5rem;height:3.5rem;color:var(--primary);background:#0ea5e91a;border-radius:1rem;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:all .3s;display:flex}.tool-card:hover .tool-icon{background:var(--primary);color:#fff;transform:scale(1.1)}.tool-card h3{margin-bottom:1rem;font-size:1.5rem}.tool-card p{color:var(--text-muted);flex-grow:1;margin-bottom:2rem;font-size:1.1rem}.btn-launch{border:1px solid var(--glass-border);color:var(--text-main);background:#ffffff0d;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-launch:hover{background:var(--primary);border-color:var(--primary);color:#fff}.btn-launch.disabled{color:var(--text-muted);cursor:not-allowed;background:#ffffff05;border-style:dashed}.tool-card.disabled{opacity:.7}.tool-card.disabled:hover{background:var(--glass);border-color:var(--glass-border);box-shadow:none;transform:none}.tool-card.disabled:hover:before{opacity:0}.tool-card.disabled .tool-icon{color:var(--text-muted);background:#ffffff0d}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}footer{text-align:center;border-top:1px solid var(--glass-border);margin-top:auto;padding:4rem 0}.footer-text{color:var(--text-muted);font-size:.9rem}@media (width<=768px){.desktop-only{display:none!important}.mobile-only{display:block!important}header{flex-direction:row;justify-content:space-between;gap:1rem;padding:1rem 0}.header-left,.header-right{justify-content:flex-start;gap:1rem;width:auto}.hero h1{font-size:3.5rem}.tools-grid{grid-template-columns:1fr}.container{padding:0 1.5rem}.partner-logo{height:60px}}
