:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}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}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#000;min-height:100vh;color:#f8fafc}.app{height:100vh;display:flex;align-items:center;justify-content:center;padding:0;position:relative;overflow:auto}.container{max-width:900px;width:100%;text-align:center;animation:fadeIn .8s ease-out;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;gap:1.5rem;padding:2rem;box-sizing:border-box}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.header{flex-shrink:0}.logo-container{margin-bottom:2rem}.logo{width:100px;height:100px;object-fit:contain;filter:brightness(1.1);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.title{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#fff;line-height:1.2}.subtitle{font-size:1.25rem;color:#94a3b8;font-weight:400}.main-content{display:flex;align-items:center;justify-content:center}.buttons-container{display:flex;flex-direction:column;gap:1.5rem;max-width:600px;width:100%}.main-button{background:#1e293bcc;border:2px solid rgba(148,163,184,.2);border-radius:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden;font-size:1rem;font-weight:500;color:#f8fafc}.large-button{padding:1.5rem 2rem;min-height:100px;flex-direction:row;justify-content:center;gap:1.5rem;margin-top:1.5rem}.large-button svg{color:#34d399;flex-shrink:0}.small-button{background:transparent;border:none;color:#94a3b8;font-size:.85rem;padding:.5rem;margin-bottom:1.5rem;align-self:center;text-decoration:none;cursor:pointer;transition:color .3s ease}.small-button:hover{color:#f8fafc}.main-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.main-button:hover:before{left:100%}.main-button:hover{transform:translateY(-8px);border-color:#94a3b866;box-shadow:0 20px 40px #0000004d}.access-button:hover{border-color:#3b82f6;box-shadow:0 20px 40px #3b82f633}.presence-button:hover{border-color:#10b981;box-shadow:0 20px 40px #10b98133}.button-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#3b82f61a;margin-bottom:.5rem;transition:all .3s ease}.access-button .button-icon{background:#3b82f61a;color:#60a5fa}.presence-button .button-icon{background:#10b9811a;color:#34d399}.main-button:hover .button-icon{transform:scale(1.1)}.button-content{display:flex;flex-direction:column;gap:.5rem}.button-title{font-size:1.5rem;font-weight:600;color:#f8fafc}.button-description{font-size:1rem;color:#94a3b8;font-weight:400}.footer{color:#64748b;font-size:.875rem;opacity:.8}.footer-link{color:#64748b;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#94a3b8;text-decoration:underline}@media (min-width: 1200px){.container{max-width:1000px;height:100vh;gap:2rem;padding:3rem}.title{font-size:3.5rem}.subtitle{font-size:1.5rem}.buttons-container{max-width:700px;gap:2rem}.large-button{min-height:120px;padding:2rem;margin-top:2rem}.small-button{margin-bottom:2rem}.button-icon{width:70px;height:70px}.button-title{font-size:1.75rem}.button-description{font-size:1.125rem}}@media (min-width: 1400px){.container{max-width:1200px;height:100vh;gap:2.5rem;padding:4rem}.buttons-container{max-width:800px;gap:2.5rem}.large-button{min-height:140px;padding:2.5rem;margin-top:2.5rem}.small-button{margin-bottom:2.5rem}}@media (max-width: 768px){.container{height:100vh;gap:1.5rem;padding:1.5rem}.title{font-size:2rem}.subtitle{font-size:1rem}.buttons-container{max-width:400px;gap:1rem}.large-button{padding:1.2rem 1.5rem;min-height:90px;margin-top:1rem}.small-button{margin-bottom:1rem;font-size:.9rem}.button-icon{width:50px;height:50px}.button-title{font-size:1.25rem}.button-description{font-size:.875rem}}@media (max-width: 480px){.container{gap:1rem;padding:1rem}.title{font-size:1.75rem}.logo{width:80px;height:80px}.buttons-container{max-width:300px}.large-button{padding:1rem 1.25rem;min-height:80px;margin-top:.8rem}.small-button{margin-bottom:.8rem;font-size:.85rem}}
