body{background-color:#0a0a0a;color:#fff;margin:0;min-height:100vh;font-family:Space Mono,monospace;overflow-x:hidden}.app-container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;box-sizing:border-box;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.layout-centered{text-align:center;font-size:1.45rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh}.layout-centered p{margin:.2rem 0}.layout-split{display:flex;align-items:center;justify-content:center;gap:40px;width:100%;min-height:60vh}.col-video{flex:0 0 49%;display:flex;justify-content:flex-end;align-items:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.col-video video{width:100%;max-width:600px;border-radius:12px;border:2px solid rgba(0,123,255,.3);box-shadow:0 10px 30px #00000080;transition:all 1.5s ease;animation:fadeIn 1s ease-out forwards}.col-video video.active-glow{border-color:#007bff;box-shadow:0 0 20px #007bff99,0 0 40px #007bff4d,0 10px 30px #00000080}.divider{width:1px;height:300px;background:linear-gradient(to bottom,#fff0,#fff3,#fff0);opacity:0;animation:fadeIn 3s ease-out forwards}.col-text{flex:0 0 35%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;font-size:1.25rem}.col-text p{margin:.2rem 0}.text-sm{font-size:.9rem;opacity:.8;margin-top:.5rem!important}.neon-glow{font-style:italic;color:#fff;text-shadow:0 0 7px #007bff,0 0 10px #007bff,0 0 21px #007bff;padding:0 4px;position:relative;display:inline-block;animation:textPulse 2s infinite alternate}@keyframes textPulse{0%{text-shadow:0 0 7px #007bff,0 0 10px #007bff,0 0 21px #007bff}to{text-shadow:0 0 10px #007bff,0 0 20px #007bff,0 0 40px #007bff,0 0 50px #007bff}}button{margin-top:2.5rem;background:transparent;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#ffffff80;padding:.6rem 1.2rem;font-family:inherit;font-size:.9rem;letter-spacing:.05em;cursor:pointer;transition:all .2s ease}button:hover{background:#fff;border-color:#fff;color:#0a0a0a;transform:translateY(-2px)}@media(max-width:768px){.layout-split{flex-direction:column;gap:30px;text-align:center}.divider{width:80%;height:1px;background:linear-gradient(to right,#fff0,#fff3,#fff0)}.col-video{justify-content:center;width:100%}.col-text{align-items:center;text-align:center;width:100%}.desktop-only{display:none!important}}.desktop-only{display:flex}
