:root{font-family:Inter,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1f1f1f;background-color:#f7f7f7;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{font-weight:500;color:#d21717;text-decoration:none}a:hover{color:#a50e0e}button{border-radius:8px;border:1px solid #E2E2E2;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#fff;color:#1f1f1f;cursor:pointer;transition:border-color .25s,background-color .25s}button:hover{border-color:#d21717;background-color:#f7f7f7}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}html,body,#root{height:100%;margin:0;padding:0}.app-container{position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column}.bg-video{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1;transform:scale(1.05)}.content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:20px}.logo{position:fixed;top:20px;right:20px;width:250px;height:auto;z-index:2}.wave-container{display:flex;align-items:flex-end;justify-content:center;gap:8px;margin-top:20px}.wave{width:5px;height:150px;background:linear-gradient(45deg,#0ff,#fff);animation:wave 1s linear infinite;animation-delay:calc(1s - var(--i));transform-origin:bottom;scale:0}@keyframes wave{0%{scale:0}50%{scale:1}to{scale:0}}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#fff;border-bottom:1px solid #E2E2E2}.header-logo{height:40px}.header-title{font-size:1.5rem;font-weight:600;color:#1f1f1f}.header-powered{font-size:.875rem;color:#1f1f1f}.main-section{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;background-color:#fdfeff}.main-banner{max-width:520px;width:100%;height:auto;margin-bottom:2rem;border-radius:8px}.widgets-row{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.footer{width:100%;padding:.5rem 1rem;background-color:#fff;border-top:1px solid #E2E2E2;text-align:center}.footer-info{font-size:.875rem;color:#1f1f1f}.footer-disclaimer{font-size:.75rem;color:#1f1f1f}
