*{box-sizing:border-box;margin:0;padding:0}html,body{color:#1f2937;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}.auth-layout{background:linear-gradient(135deg,#e3f2fd 0%,#bbdefb 50%,#90caf9 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.auth-main{width:100%;max-width:420px;padding:2rem}.universal-layout{background:linear-gradient(135deg,#e3f2fd 0%,#bbdefb 50%,#90caf9 100%);min-height:100vh;position:relative}.universal-header{z-index:1000;position:fixed;top:20px;left:20px}.mme-logo{color:#1e40af;cursor:pointer;background:#fff;border-radius:30px;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;font-weight:700;text-decoration:none;transition:transform .2s;display:flex;box-shadow:0 4px 12px #00000026}.mme-logo:hover{transform:scale(1.05)}.universal-main{max-width:1400px;min-height:calc(100vh - 140px);margin:100px auto 140px;padding:20px}.universal-bottom-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#fffffff2;border-top:1px solid #0000001a;justify-content:space-between;align-items:center;height:70px;padding:0 20px;display:flex;position:fixed;bottom:0;left:0;right:0}.nav-item{color:#6b7280;border-radius:20px;padding:12px 20px;font-size:16px;font-weight:600;text-decoration:none;transition:all .2s}.nav-item.active,.nav-item:hover{color:#fff;background:#3b82f6}.profile-section{position:relative}.profile-pic{cursor:pointer;color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;transition:all .2s;display:flex;box-shadow:0 2px 8px #00000026}.profile-pic:hover{transform:scale(1.1);box-shadow:0 4px 12px #00000040}.profile-dropdown{background:#fff;border:1px solid #0000000d;border-radius:12px;min-width:160px;animation:.2s slideUp;position:absolute;bottom:70px;right:0;box-shadow:0 10px 30px #0003}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{color:#374151;border-radius:8px;padding:16px 20px;font-weight:500;text-decoration:none;transition:background .2s;display:block}.dropdown-item:hover{background:#f3f4f6}.auth-form-container{background:#fff;border-radius:12px;width:100%;padding:2.5rem;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.auth-title{text-align:center;color:#1f2937;margin-bottom:1.5rem;font-size:2rem;font-weight:700;line-height:1.2}.auth-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-label{color:#374151;font-size:.875rem;font-weight:600}.form-input{background:#fff;border:2px solid #e5e7eb;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:1rem;transition:all .2s}.form-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.form-input::placeholder{color:#9ca3af}.form-input:disabled{cursor:not-allowed;background:#f9fafb}.submit-button{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s}.submit-button:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a}.submit-button:disabled{cursor:not-allowed;background:#9ca3af;transform:none}.message{text-align:center;border-radius:8px;margin-top:1.5rem;padding:1rem;font-weight:500;animation:.3s slideDown}.message.success{color:#059669;background:#f0fdf4;border:2px solid #86efac}.message.error{color:#dc2626;background:#fef2f2;border:2px solid #fca5a5}.auth-link{text-align:center;color:#6b7280;margin-top:1.5rem;font-size:.875rem}.link{color:#3b82f6;font-weight:600;text-decoration:none}.link:hover{text-decoration:underline}.help-text{color:#6b7280;margin-top:.25rem;font-size:.75rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.universal-header{top:15px;left:15px}.mme-logo{width:50px;height:50px;font-size:20px}.universal-main{margin-top:90px;padding:15px}.auth-form-container{margin:1rem;padding:2rem 1.5rem}.auth-title{font-size:1.75rem}}@media (max-width:480px){.auth-main{padding:1rem}.auth-form-container{padding:1.5rem}}.landing-container{text-align:center;width:100%;max-width:600px}.landing-hero{margin-bottom:3rem}.landing-title{background:linear-gradient(135deg,#1e40af 0%,#3b82f6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.1}.landing-subtitle{color:#1e293b;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.landing-description{color:#64748b;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.landing-buttons{flex-direction:column;align-items:center;gap:1rem;margin-bottom:4rem;display:flex}.cta-button{border-radius:12px;justify-content:center;align-items:center;width:100%;max-width:280px;min-height:56px;padding:1rem 2rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.cta-button.primary{color:#fff;background:#3b82f6;box-shadow:0 10px 20px #3b82f64d}.cta-button.primary:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 15px 30px #3b82f666}.cta-button.secondary{color:#3b82f6;background:#fff;border:2px solid #3b82f6;box-shadow:0 4px 12px #0000001a}.cta-button.secondary:hover{background:#eff6ff;transform:translateY(-1px);box-shadow:0 8px 20px #3b82f633}.landing-features{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #fff3;border-radius:16px;padding:2rem 1.5rem;transition:all .3s}.feature-card:hover{background:#fff;transform:translateY(-4px);box-shadow:0 20px 40px #0000001a}.feature-icon{margin-bottom:1rem;font-size:3rem}.feature-title{color:#1e293b;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.feature-text{color:#64748b;font-size:.95rem;line-height:1.6}@media (max-width:768px){.landing-buttons{flex-direction:column}.landing-features{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.5rem 1rem}}.home-hero{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;margin-bottom:4rem;padding:3rem 2rem 4rem}.home-title{background:linear-gradient(135deg,#1e40af 0%,#3b82f6 50%,#1d4ed8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1}.home-subtitle{color:#1e293b;margin-bottom:0;font-size:1.5rem;font-weight:600}.channels-section{margin-bottom:5rem}.section-title{color:#1e293b;margin-bottom:2rem;padding-bottom:.5rem;font-size:2rem;font-weight:700}.account-hero{text-align:center;padding:3rem 2rem}.account-title{color:#1e293b;margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800}.account-subtitle{color:#64748b;font-size:1.25rem;font-weight:500}.account-section{margin-bottom:5rem}.profile-stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.stat-card{text-align:center;background:#ffffff1a;border:1px solid #fff3;border-radius:20px;padding:2rem}.stat-number{background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800}.stat-label{color:#64748b;margin-top:.5rem;font-weight:600}.settings-hero{text-align:center;padding:3rem 2rem}.settings-title{color:#1e293b;margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800}.settings-subtitle{color:#64748b;font-size:1.25rem;font-weight:500}.settings-section{margin-bottom:4rem}.setting-group{background:#ffffff1a;border:1px solid #fff3;border-radius:16px;padding:1.5rem}.setting-item{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.setting-item:last-child{border-bottom:none}.setting-label{color:#1e293b;font-weight:500}.setting-toggle{color:#fff;background:#3b82f6;border-radius:20px;padding:.25rem .75rem;font-size:.875rem;font-weight:600}.setting-select{color:#1e293b;background:#fffc;border:1px solid #ffffff4d;border-radius:8px;padding:.5rem}.global-footer{color:#fff;text-align:center;background:#000000e6;padding:20px 0}.footer-content{max-width:1400px;margin:0 auto;padding:0 20px}.footer-links{margin-bottom:10px}.footer-link{color:#3b82f6;margin:0 8px;font-weight:500;text-decoration:none}.footer-link:hover{text-decoration:underline}.youtube-bottom-nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:#121212fa;border-top:1px solid #ffffff1a;justify-content:space-around;align-items:center;height:60px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #00000080}.nav-btn{color:#ccc;white-space:nowrap;border-radius:20px;flex-direction:column;align-items:center;gap:4px;padding:8px 12px;font-size:10px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-btn span{font-size:10px}.nav-btn.active,.nav-btn:hover{color:#3b82f6;background:#3b82f61a}@media (max-width:768px){.youtube-bottom-nav{height:56px}.nav-btn{padding:4px 8px;font-size:9px}.nav-btn span{font-size:9px}}.page-content{padding-bottom:70px}.category-section{margin-bottom:2rem}.category-title{align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.4rem;font-weight:700;display:flex}.hero-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;align-items:center;gap:2rem;margin-bottom:3rem;padding:3rem 2rem;display:flex}.oval-logo{color:#1e40af;background:#fff;border-radius:50px;justify-content:center;align-items:center;width:100px;height:100px;font-size:2rem;font-weight:800;display:flex;box-shadow:0 10px 30px #0003}.hero-text{flex:1}.hero-title{background:linear-gradient(135deg,#1e40af,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:800}.play-btn{color:#fff;background:#ff4757;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.2rem;font-weight:700;text-decoration:none;display:inline-flex}.epg-container{background:#111;border:1px solid #333;border-radius:8px;margin-bottom:20px;overflow-x:auto}.epg-grid{grid-template-columns:150px repeat(48,150px);min-width:fit-content;display:grid}.epg-header-cell{color:#888;text-align:center;z-index:10;background:#222;border-bottom:2px solid #444;border-right:1px solid #333;padding:10px;font-size:.75rem;position:sticky;top:0}.epg-channel-sidebar{color:#fff;z-index:5;background:#1a1a1a;border-bottom:1px solid #333;border-right:2px solid #3b82f6;align-items:center;padding:15px;font-weight:700;text-decoration:none;display:flex;position:sticky;left:0}.epg-program-block{background:#111;border-bottom:1px solid #333;border-right:1px solid #333;flex-direction:column;justify-content:center;min-height:80px;padding:12px;text-decoration:none;display:flex}.epg-program-block:hover{background:#1c1c1c}.epg-live-indicator{color:#0f0;margin-bottom:4px;font-size:.7rem;font-weight:800}.epg-program-title{color:#efefef;font-size:.9rem;font-weight:500}
