.divider-full-hour{height:25%}.divider-half-hour{height:18%}.divider-quarter-hour{height:10%}.channel-logo{transition:transform .2s;cursor:pointer}.channel-logo:hover{transform:scale(1.3)}.program-stack{transition:transform .2s;transform-origin:center left}.program-content:hover .program-stack{transform:scale(1.1)}.toolbar{display:flex;align-items:center;justify-content:space-between;height:var(--toolbar-height);padding:0 20px;gap:20px;background:linear-gradient(to bottom,#2d3748,#1f2937)}.toolbar-search{width:100%;max-width:400px;padding:8px 16px;border:1px solid #4A5568;border-radius:6px;background-color:#2d3748;color:#fff;outline:none;font-size:14px;font-weight:700;text-align:center;transition:box-shadow .2s}.toolbar-search::placeholder{color:#a0aec0}.toolbar-search:hover{box-shadow:0 0 6px #63b3ed}.toolbar-search:focus{box-shadow:0 0 0 2px #63b3ed}.toolbar-button{display:inline-flex;align-items:center;padding:8px 16px;border:none;border-radius:6px;box-shadow:0 2px 6px #00000040;background-color:#319795;color:#fff;font-size:14px;font-weight:700;transition:background-color .2s,transform .2s;cursor:pointer}.toolbar-button:hover{background-color:#2c7a7b;transform:scale(1.05)}.toolbar-button:active{transform:scale(.9)}.toolbar-button-icon{margin-right:6px}.modal-backdrop{position:fixed;top:0;left:0;z-index:100;width:100vw;height:100vh;background:#0006}.modal{position:fixed;top:50%;left:50%;z-index:101;display:flex;flex-direction:column;max-height:75vh;max-width:75vw;padding:24px;background-color:#1a202c;border-radius:12px;box-shadow:0 0 15px #000000bf;transform:translate(-50%,-50%);animation:modalFadeIn .25s ease-out}@media(max-width:768px){.modal{width:100%}}@keyframes modalFadeIn{0%{opacity:0;transform:translate(-50%) scale(0)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.modal-header{display:flex;align-items:center;justify-content:center;margin-bottom:20px;gap:30px}.modal-logo{width:120px;height:120px;object-fit:contain}.modal-title{color:#63b3ed;word-break:break-word}.modal-close{position:absolute;top:15px;right:15px;padding:0;border:none;background:transparent;color:#fff;font-size:26px;transition:transform .2s,color .2s;cursor:pointer}.modal-close:hover{color:#63b3ed;transform:scale(1.2)}.modal-body{overflow-y:auto}.channel-stream{display:flex;align-items:center;margin-bottom:12px;padding:10px 20px;overflow-x:auto;border-radius:6px;background-color:#2d3748;white-space:nowrap;transition:background-color .2s}.channel-stream:hover{background-color:#3a4458}.channel-stream-name{flex:1;margin-right:20px;color:#68d391;font-weight:700}.channel-stream-button{display:inline-flex;align-items:center;padding:8px 12px;border:none;border-radius:6px;color:#fff;font-size:14px;transition:background-color .2s,transform .1s;cursor:pointer}.channel-stream-button:hover{transform:scale(1.05)}.channel-stream-button:active{transform:scale(.9)}.channel-stream-copy-button{margin-right:8px;background-color:#4a5568}.channel-stream-copy-button:hover{background-color:#2d3748}.channel-stream-play-button{background-color:#2c7a7b}.channel-stream-play-button:hover{background-color:#285e61}.channel-stream-button-icon{margin-right:6px}.copied-toast{position:fixed;bottom:2%;right:2%;z-index:102;padding:20px 24px;border-radius:6px;box-shadow:0 0 15px #000000bf;background-color:#2c7a7b;color:#fff;font-size:16px;transition:opacity 1s}.copied-toast-fade-out{opacity:0}.program-modal-description{color:#fff;font-size:15px;line-height:1.6;white-space:pre-line}.groups-container{display:flex;flex-wrap:wrap;justify-content:center;padding:20px;gap:12px}.group{display:flex;align-items:center;padding:6px 12px;gap:8px;border:1px solid #4A5568;border-radius:6px;background-color:#2d3748;color:#fff;font-size:14px;transition:background-color .2s,transform .2s;cursor:pointer}.group:hover{background-color:#4a5568;transform:scale(1.05)}.info-modal-content{display:flex;flex-direction:column;gap:20px;color:#fff;font-size:14px;line-height:1.4}.info-modal-content a{color:#63b3ed;font-weight:700;text-decoration:none}.info-modal-content a:hover{text-decoration:underline}.info-section{padding:8px 16px;border:1px solid #4A5568;border-radius:8px;background-color:#2d3748}.info-section h3{color:#63b3ed;font-size:20px}.info-section ul{padding-left:20px}.info-section ul li{margin-bottom:4px}.info-footer a{font-weight:400}.info-footer-links{display:flex;justify-content:center;flex-wrap:wrap;margin-bottom:20px;gap:40px}.info-footer-credits{display:flex;justify-content:center;gap:30px;color:#a0aec0;font-size:12px}.info-footer-credits a{color:inherit}html,body,#root{height:100%;margin:0;background-color:#171923;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"}#epg-root{width:100%;height:100%}:root{--toolbar-height: 60px}
