@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.loading,body{background-color:#0A0A0A}.loading{display:flex;align-items:center;justify-content:center;min-height:100vh;color:#A0A0A0;font-size:18px}@media (max-width:768px){nav{padding:1rem!important;flex-wrap:wrap}nav div:first-child{font-size:1.25rem!important}nav div:last-child{flex-wrap:wrap!important;gap:.5rem!important}nav span{display:none!important}main{padding:1.5rem 1rem!important;max-width:100%!important}h2{font-size:1.25rem!important}[style*=grid]{grid-template-columns:1fr!important;gap:1rem!important}[style*=fontSize][style*="2rem"]{font-size:1.5rem!important}.video-item{flex-direction:column!important;align-items:stretch!important;padding:1rem!important;gap:1rem!important}.video-info{flex:1 1 100%!important;min-width:100%!important;max-width:100%!important}.video-actions{width:100%!important;justify-content:space-between!important;flex-wrap:wrap!important;gap:.5rem!important}a[href*="/"],button{font-size:.7rem!important;padding:.4rem .65rem!important;white-space:nowrap!important}}