:root{font-family:Onest,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#050e14;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;background-color:#050e14}#root{width:100%;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}.video-player{position:relative;width:100%;height:100%;background:#050e14;display:flex;align-items:center;justify-content:center}.video-player__video{width:100%;height:100%;object-fit:contain}.video-player__live-badge{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;gap:.5rem;background:#000000b3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;color:#fff;z-index:10}.video-player__live-dot{width:8px;height:8px;background:#0f0;border-radius:50%;display:inline-block;animation:pulse 2s ease-in-out infinite;box-shadow:0 0 8px #0f09}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.video-player__live-text{font-family:Onest,system-ui,sans-serif;letter-spacing:.05em;text-transform:uppercase}.video-player__controls{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;gap:.5rem;padding:1rem;background:linear-gradient(transparent,#000000b3);opacity:0;transition:opacity .3s ease}.video-player:hover .video-player__controls{opacity:1}.video-player__btn{display:flex;align-items:center;justify-content:center;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;border-radius:4px;transition:background .2s}.video-player__btn:hover{background:#ffffff1a}.video-player__volume{width:80px;height:4px;cursor:pointer;accent-color:#fff}.video-player__preload{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.video-player--empty{color:#888;font-size:1.25rem}.app{min-height:100vh;background:#050e14;display:flex;flex-direction:column;box-sizing:border-box}.app__navbar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:#050e14;border-bottom:1px solid transparent}.app__logo{display:flex;align-items:center;gap:.5rem}.app__logo-img{height:3rem;width:auto;display:block}.app__navbar-right{display:flex;flex-direction:column;align-items:flex-end}.app__navbar-title{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:.25rem}.app__navbar-subtitle{font-size:.75rem;color:#888;letter-spacing:.05em;text-transform:uppercase}.app__content{flex:1;display:flex;flex-direction:column;padding:2rem;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}.app__video-section{width:100%;max-width:1400px;aspect-ratio:16 / 9;border-radius:8px;overflow:visible;margin:0 auto 2rem;position:relative;background:radial-gradient(circle at center,#102e3b,#050e14);box-shadow:0 0 10px 1px #102e3b}.app__video-section .video-player{border-radius:8px;overflow:hidden}.app__translation-text{font-size:1rem;color:#fff;line-height:1.6;margin-bottom:3rem;max-width:960px;margin-left:auto;margin-right:auto;text-align:center}.app__info-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.app__info-item{background:radial-gradient(circle at center,#0009,#050e1499);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:2rem;transition:border-color .3s ease;font-family:Onest,system-ui,sans-serif}.app__info-item:hover{border-color:#fff3}.app__info-title{font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 1rem;letter-spacing:.02em;font-family:Onest,system-ui,sans-serif}.app__info-description{font-size:.95rem;color:#ccc;line-height:1.6;margin:0;font-family:Onest,system-ui,sans-serif}.app__footer{display:flex;justify-content:space-between;align-items:center;padding:2rem;background:#050e14;border-top:1px solid transparent;margin-top:auto}.app__footer-left{display:flex;align-items:center}.app__footer-logo-img{height:2rem;width:auto;display:block}.app__footer-right{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.app__footer-contact{font-size:.9rem;color:#ccc}.app__footer-date{font-size:.85rem;color:#888}.app--loading{justify-content:center;align-items:center;color:#888;font-size:1.25rem}@media(max-width:768px){.app__navbar{padding:1rem;flex-direction:column;gap:1rem;align-items:flex-start}.app__navbar-right{align-items:flex-start}.app__content{padding:1rem}.app__info-section{grid-template-columns:1fr;gap:1.5rem}.app__footer{flex-direction:column;align-items:flex-start;gap:1rem}.app__footer-right{align-items:flex-start}}
