*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;max-width:100vw;overflow-x:hidden}.content-grid{display:grid;grid-template-columns:1fr 350px;gap:1rem;flex:1;min-height:0;width:100%;max-width:100%;overflow:hidden}.video-section{display:flex;flex-direction:column;min-height:0;height:100%;width:100%}.sidebar{display:flex;flex-direction:column;gap:1rem}@media (max-width: 900px){.content-grid{grid-template-columns:1fr!important}.sidebar{order:-1}.videoContainer{min-height:300px!important}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}
