:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;margin:0;padding:0;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#1a1a1a;border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#7ba3ff,#5b8aff);border-radius:10px;border:2px solid #1a1a1a}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5b8aff,#4070ff)}*{scrollbar-width:thin;scrollbar-color:#7ba3ff #1a1a1a}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;height:100vh;display:flex;flex-direction:column;min-width:320px;overflow:hidden}#root{display:flex;flex-direction:column;height:100vh;width:100%;overflow:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}::-webkit-scrollbar-track{background:#f0f0f0}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#8bb3ff,#6b9aff);border:2px solid #f0f0f0}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#6b9aff,#5080ff)}*{scrollbar-color:#8bb3ff #f0f0f0}a:hover{color:#747bff}button{background-color:#f9f9f9}}.app-header{position:fixed;top:0;left:0;width:100%;background:#e8e8e8;box-shadow:0 2px 8px #00000014;z-index:1000;padding:.9rem 2rem;flex-shrink:0;height:70px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.header-title{font-size:2.4rem;margin:0;text-align:center;color:#2d3748;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.05)}.app-footer{position:fixed;bottom:0;left:0;width:100%;background:#e8e8e8;box-shadow:0 -2px 8px #00000014;z-index:1000;padding:.9rem 2rem;color:#2d3748;flex-shrink:0;height:150px;display:flex;align-items:center;box-sizing:border-box}.footer-content{max-width:100%;margin:0;width:100%;padding:0}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:3rem;width:100%;padding:0}.footer-section{display:flex;align-items:center;gap:.8rem;min-width:0;flex:1 1 0}.footer-section:first-child{justify-content:flex-start}.footer-section:last-child{justify-content:flex-end}.footer-carousel{display:flex;justify-content:center;align-items:center;flex:0 0 auto}.footer-logo{height:100px;width:auto;max-width:100%;object-fit:contain;background:#fffffff2;padding:.3rem .5rem;border-radius:6px;box-shadow:0 2px 6px #0000001a;flex-shrink:0}.footer-section:first-child .footer-logo{height:100px;box-shadow:0 3px 10px #5b6cff33;border:2px solid rgba(91,108,255,.15)}.footer-section:last-child .footer-logo{height:70px}.footer-text{font-size:.75rem;margin:0;color:#4a5568;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:1;min-width:0}.footer-section:first-child .footer-text{font-weight:600;font-size:.8rem;color:#2d3748}.footer-section:last-child .footer-text{text-align:right}.footer-carousel{display:flex;justify-content:center;align-items:center;flex-shrink:0}.carousel-logos{display:flex;gap:.9rem;align-items:center;justify-content:center;flex-wrap:nowrap}.carousel-logo-item{width:38px;height:38px;background:#ffffffe6;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:#5b8aff;animation:fadeIn .5s ease-in;box-shadow:0 2px 4px #00000014;flex-shrink:0}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.page-container,.home-container{position:fixed;inset:0;padding:calc(70px + 2rem) 2rem calc(80px + 2rem) 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:auto}.title{text-align:center;margin-bottom:1.5rem}.lang-titles{color:#242424}.lang-card,.surveys-card{background:#e8e8e8;color:#213547;border-radius:16px;box-shadow:0 8px 30px #00000014;padding:2rem;width:100%;max-width:1000px;margin:0}.lang-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.lang-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1rem;border-radius:12px;border:1px solid #d0d0d0;background:#fff;color:#5b6cff}.lang-btn .flag{font-size:2rem}.lang-btn .label{font-size:1rem}.lang-btn:hover{border-color:#b7b7ff;background:#f9f9f9}.hero{position:relative;width:100%;max-width:min(90vw,1200px);height:100%;max-height:min(70vh,700px);overflow:hidden;border-radius:16px;margin:0}.carousel{position:absolute;inset:0}.carousel-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .8s ease}.carousel-img.active{opacity:1}.overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:linear-gradient(180deg,#0003,#00000080);color:#fff;padding:2rem}.hero-title{font-size:2.4rem;margin-bottom:1rem}.hero-text{max-width:900px;font-size:1.1rem;margin-bottom:1.5rem}.cta{background:#5b6cff;color:#fff;border:none;border-radius:12px;padding:.9rem 1.5rem;font-weight:600}.cta:hover{filter:brightness(1.1)}.surveys-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.survey-link{display:block;text-align:center;padding:1rem;border-radius:12px;background:#f5f7ff}.actions{margin-top:1rem;text-align:center}.back-link{color:#646cff}@media(max-width:968px){.footer-top{gap:1.5rem}.footer-text{font-size:.7rem;max-width:180px}.footer-section:first-child .footer-text{font-size:.72rem}.footer-section:last-child .footer-text{max-width:160px}.carousel-logos{gap:.6rem}.carousel-logo-item{width:34px;height:34px}.footer-logo{height:34px;max-width:140px}.footer-section:first-child .footer-logo{height:42px;max-width:170px}.footer-section:last-child .footer-logo{height:30px;max-width:120px}}@media(max-width:768px){.app-header{padding:.8rem 1rem;height:65px}.header-title{font-size:1.6rem}.app-footer{padding:.7rem 1rem;height:140px}.footer-top{flex-direction:column;gap:.5rem;align-items:center}.footer-section{justify-content:center!important;width:100%;max-width:100%}.footer-section:first-child,.footer-section:last-child{flex-direction:row}.footer-carousel{order:3;margin-top:.2rem;max-width:100%}.carousel-logos{gap:.6rem}.carousel-logo-item{width:34px;height:34px;font-size:.95rem}.footer-logo{height:50px;max-width:40%}.footer-section:first-child .footer-logo{height:38px;max-width:40%}.footer-section:last-child .footer-logo{height:28px;max-width:35%}.footer-text{font-size:.65rem;max-width:50%}.footer-section:first-child .footer-text{font-size:.7rem}.page-container,.home-container{padding:calc(65px + 1.5rem) 1.5rem calc(140px + 1.5rem) 1.5rem}.lang-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{width:100%;height:100%}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;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:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
