@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
:root{--primary:#00e5ff;--primary-hover:#00c4e5;--secondary:#212121;--bg-dark:#0a0a0a;--bg-surface:#121212;--bg-glass:#121212bf;--bg-input:#1a1a1a;--text-main:#f5f5f5;--text-muted:#a3a3a3;--border-light:#ffffff1a;--border-focus:#00e5ff80;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-full:9999px;--transition:all .3s cubic-bezier(.25,.8,.25,1);--shadow-glow:0 0 20px #00e5ff26}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-main);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}a{color:inherit;transition:var(--transition);text-decoration:none}button{cursor:pointer;font-family:inherit}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-weight:700}.legal-page{max-width:900px;margin:0 auto;padding:2rem 20px}.legal-header{text-align:center;border-bottom:1px solid var(--border-light);margin-bottom:3rem;padding-bottom:2rem}.legal-header h1{margin-bottom:.5rem;font-size:2.5rem}.effective-date{color:var(--text-muted);font-size:.875rem}.legal-content section{margin-bottom:2rem}.legal-content h2{color:var(--primary);margin-bottom:1rem;font-size:1.25rem}.legal-content p{margin-bottom:1rem;line-height:1.7}.legal-content ul{margin-bottom:1rem;margin-left:1.5rem}.legal-content li{margin-bottom:.5rem;line-height:1.6}.legal-content .intro{color:var(--text-muted);margin-bottom:2rem;font-size:1.125rem}.legal-content a{color:var(--primary);text-decoration:underline}.container{max-width:1400px;margin:0 auto;padding:0 20px}.text-gradient{background:linear-gradient(90deg,#fff,var(--primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.site-footer{border-top:1px solid var(--border-light);background:var(--bg-surface);margin-top:3rem;padding:1.5rem 0}.footer-content{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.footer-content a{color:var(--text-muted);transition:var(--transition);font-size:.875rem}.footer-content a:hover{color:var(--primary)}*,:before,:after{box-sizing:border-box}html,body{max-width:100vw;overflow-x:hidden}.container,.admin-container,.dashboard-container,.explore-container{max-width:100vw;padding-left:min(1rem,3vw);padding-right:min(1rem,3vw);overflow-x:hidden}@media (max-width:767px){.btn-primary,.btn-secondary,.btn-admin,.login-btn,.register-btn,.user-btn{min-height:44px;padding:.625rem 1rem;font-size:14px}.video-card,.dashboard-card,.admin-table-wrapper,.admin-stat-card{border-radius:0;margin-left:-.5rem;margin-right:-.5rem}input[type=text],input[type=email],input[type=password],input[type=search],textarea,select{font-size:16px}}@media (min-width:768px){.admin-stats-grid{grid-template-columns:repeat(4,1fr)!important}.admin-quick-stats{grid-template-columns:1fr 300px!important}}.admin-stats-grid .admin-stat-card{min-height:80px}.admin-stats-grid .admin-stat-value{font-size:clamp(1.2rem,4vw,1.9rem)}.admin-stats-grid .admin-stat-label{font-size:clamp(.55rem,2vw,.7rem)}@media (max-width:767px){.admin-stats-grid[style*=repeat\(2]{grid-template-columns:1fr 1fr!important;gap:.5rem!important;margin-bottom:1rem!important;padding:.5rem!important}.admin-stat-card[style*=padding]{padding:.75rem .5rem!important}.admin-header{flex-direction:column!important;align-items:flex-start!important}.admin-header>div:last-child{margin-top:.5rem}header.admin-header h1{font-size:1.3rem!important}.admin-quick-stats{grid-template-columns:1fr!important}}
