*{margin:0;padding:0;box-sizing:border-box}:root{--bg-black: #000000;--bg-dark: #0a0a0a;--bg-card: #111111;--bg-card-hover: #1a1a1a;--blue: #3b82f6;--blue-light: #60a5fa;--purple: #a855f7;--pink: #ec4899;--green: #10b981;--text-white: #ffffff;--text-gray: #9ca3af;--text-dark-gray: #6b7280;--border: #1f1f1f;--gradient-1: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);--gradient-2: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);--gradient-3: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);--gradient-4: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-black);color:var(--text-white);line-height:1.6}.app-container{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-black);animation:pageEnter .4s cubic-bezier(.4,0,.2,1)}@keyframes pageEnter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.header{position:relative;overflow:hidden;background:var(--bg-black);border-bottom:1px solid var(--border)}.header:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#3b82f61a,#a855f71a,#ec48991a);filter:blur(100px);opacity:.5}.header-content{position:relative;max-width:1400px;margin:0 auto;padding:4rem 1.5rem;text-align:center}.header-title{font-size:clamp(2.5rem,6vw,5rem);font-weight:900;margin-bottom:1rem;background:linear-gradient(135deg,#3b82f6,#2563eb,#1d4ed8);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.02em}.header-subtitle{font-size:clamp(1rem,2.5vw,1.5rem);color:var(--text-gray);font-weight:300;margin-bottom:1.5rem}.main-content{flex:1;max-width:1400px;width:100%;margin:0 auto;padding:3rem 1.5rem;animation:fadeIn .5s ease-in-out .1s both}.section-header{margin-bottom:2rem}.section-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:var(--text-white);margin-bottom:.5rem}.section-description{font-size:1rem;color:var(--text-dark-gray)}.channel-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:4rem}@media(min-width:640px){.channel-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.channel-grid{grid-template-columns:repeat(4,1fr)}}.channel-card{position:relative;background:var(--bg-card);border-radius:1rem;overflow:hidden;border:1px solid var(--border);text-decoration:none;color:inherit;display:block;transition:all .3s cubic-bezier(.4,0,.2,1);animation:fadeIn .5s ease-in-out backwards}.channel-card:nth-child(1){animation-delay:.1s}.channel-card:nth-child(2){animation-delay:.15s}.channel-card:nth-child(3){animation-delay:.2s}.channel-card:nth-child(4){animation-delay:.25s}.channel-card:nth-child(5){animation-delay:.3s}.channel-card:nth-child(6){animation-delay:.35s}.channel-card:nth-child(7){animation-delay:.4s}.channel-card:nth-child(8){animation-delay:.45s}.channel-card:nth-child(n+9){animation-delay:.5s}.channel-card:hover{transform:translateY(-8px);border-color:#3b82f680;box-shadow:0 20px 40px #3b82f633}.channel-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#3b82f60d,#a855f70d);opacity:0;transition:opacity .3s ease;z-index:1;pointer-events:none}.channel-card:hover:before{opacity:1}.channel-thumbnail{position:relative;aspect-ratio:16 / 9;background:linear-gradient(135deg,#1e1e1e,#2a2a2a);display:flex;align-items:center;justify-content:center;overflow:hidden}.channel-thumbnail:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#3b82f61a,#a855f71a);opacity:0;transition:opacity .3s ease}.channel-card:hover .channel-thumbnail:before{opacity:1}.channel-logo{width:100%;height:100%;object-fit:contain;position:relative;z-index:2;transition:transform .3s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}.channel-card:hover .channel-logo{transform:scale(1.05)}.channel-info{position:relative;padding:1rem;z-index:2}.channel-name-hebrew{font-size:1.25rem;font-weight:700;color:var(--text-white);margin-bottom:.25rem;transition:color .3s ease}.channel-card:hover .channel-name-hebrew{color:var(--blue-light)}.channel-name-english{font-size:.875rem;color:var(--text-dark-gray);margin-bottom:1rem}.channel-description{font-size:.8rem;color:var(--text-dark-gray);margin-bottom:1rem;display:none}.channel-footer{display:flex;align-items:center;justify-content:space-between}.live-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .65rem;background:#10b98126;color:var(--green);border-radius:999px;font-size:.75rem;font-weight:700;border:1px solid rgba(16,185,129,.3)}.live-dot{width:6px;height:6px;background-color:var(--green);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.9)}}.watch-link{color:var(--blue-light);font-size:.875rem;font-weight:600;display:flex;align-items:center;gap:.25rem;transition:gap .3s ease}.channel-card:hover .watch-link{gap:.5rem}.ad-container{position:relative;width:100%;min-height:90px;transition:transform .3s ease}.ad-container:hover{transform:scale(1.01)}@media(min-width:1024px){.desktop-sidebar-ad{display:block!important;position:sticky;top:1rem}}.mobile-sticky-ad{display:block;position:fixed;bottom:0;left:0;right:0;z-index:1000;box-shadow:0 -4px 20px #00000080}@media(min-width:1024px){.mobile-sticky-ad{display:none}}@media(max-width:1023px){.app-container{padding-bottom:90px}}.footer{background:var(--bg-dark);border-top:1px solid var(--border);padding:3rem 1.5rem;margin-top:4rem}.footer-content{max-width:1400px;margin:0 auto;text-align:center}.footer-content p{color:var(--text-dark-gray);font-size:.875rem;line-height:1.6;margin-bottom:1rem;max-width:800px;margin-left:auto;margin-right:auto}.footer-content p:last-child{font-size:.75rem;color:#4b5563;margin-top:2rem}.video-player{position:relative;width:100%;aspect-ratio:16 / 9;background-color:#000;border-radius:.75rem;overflow:hidden}.video-player video{width:100%;height:100%;display:block}.audio-player{position:relative;width:100%}.audio-player audio{width:100%;display:block}.loading-overlay{position:absolute;inset:0;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1.5rem}.spinner{width:60px;height:60px;border:3px solid rgba(59,130,246,.2);border-top-color:var(--blue);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{color:var(--text-gray);font-size:1rem;font-weight:500}.error-overlay{position:absolute;inset:0;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;flex-direction:column;padding:2rem;text-align:center}.error-icon{font-size:3rem;margin-bottom:1rem;opacity:.8}.error-message{color:var(--text-gray);font-size:1rem;margin-bottom:2rem;max-width:400px}.retry-button{padding:.875rem 2rem;background:var(--blue);color:#fff;border:none;border-radius:.5rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.retry-button:hover{background:var(--blue-light);transform:translateY(-2px);box-shadow:0 8px 16px #3b82f64d}@media(max-width:640px){.header-content{padding:3rem 1rem}.main-content{padding:2rem 1rem}.channel-grid{grid-template-columns:1fr;gap:1rem}}.tabs-container{max-width:1400px;margin:-1rem auto 2rem;padding:0 1.5rem;display:flex;gap:1rem;z-index:10;position:relative}.tab{flex:1;padding:1rem 2rem;background:var(--bg-card);color:var(--text-gray);border:2px solid var(--border);border-radius:1rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.tab:hover{background:var(--bg-card-hover);border-color:var(--blue);transform:translateY(-2px)}.tab.active{background:linear-gradient(135deg,var(--blue),var(--purple));color:var(--text-white);border-color:var(--blue-light);box-shadow:0 0 30px #3b82f64d}.media-player{position:relative;width:100%}.media-player video{width:100%;display:block;background:#000}.media-player audio{width:100%}:root{--plyr-color-main: #3b82f6;--plyr-video-background: #000;--plyr-menu-background: #111;--plyr-menu-color: #fff}@media(max-width:768px){.tabs-container{gap:.75rem}.tab{padding:.875rem 1.5rem;font-size:1rem}}.mini-player{position:fixed;background:var(--bg-card);border:1px solid var(--border);border-radius:.75rem;box-shadow:0 4px 20px #00000080;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1001}.mini-player-minimized{width:400px;height:60px}.mini-player-expanded{width:auto;max-width:480px}@media(max-width:1024px){.mini-player-minimized{width:360px}.mini-player-expanded{max-width:420px}}@media(max-width:768px){.mini-player{left:0!important;right:0!important;bottom:48px!important;border-radius:0!important;border-left:none!important;border-right:none!important;border-bottom:none!important}.mini-player-minimized{width:100%;height:70px}.mini-player-expanded{width:100%;max-width:100%;height:auto;max-height:400px}}@keyframes mini-player-enter{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.mini-player{animation:mini-player-enter .3s ease-out}
