:root{--bg-card:#fff9;--bg-surface:#fffc;--border:#fff6;--border-strong:#fff9;--shadow-sm:0 4px 6px -1px #0000000d;--shadow-lg:0 20px 25px -5px #0000000d,0 8px 10px -6px #00000003;--shadow-glow:0 0 20px rgba(var(--primary),.15);--danger:#ef4444;--text-main:#0f172a;--text-muted:#64748b;--c-live:#22c55e;--c-movies:#ec4899;--c-series:#a855f7;--c-sports:#f97316;--c-news:#0ea5e9;--c-kids:#eab308;--c-adult:#ef4444;--c-music:#14b8a6;--c-all:#334155;--header-height:70px}.M3UFilter-module__1tx_va__appContainer{width:95%;max-width:1400px;color:var(--text-main);background:0 0;flex-direction:column;margin:auto;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex;position:relative;overflow:hidden}.M3UFilter-module__1tx_va__dropContainer{perspective:1000px;justify-content:center;align-items:center;width:100%;height:60vh;display:flex;position:relative;overflow:hidden}.M3UFilter-module__1tx_va__gridBackground{background-image:linear-gradient(#00000008 1px,#0000 1px),linear-gradient(90deg,#00000008 1px,#0000 1px);background-size:40px 40px;width:200%;height:200%;animation:20s linear infinite M3UFilter-module__1tx_va__gridMove;position:absolute;inset:-50%;transform:perspective(500px)rotateX(60deg);-webkit-mask-image:radial-gradient(circle,#000 0%,#0000 70%);mask-image:radial-gradient(circle,#000 0%,#0000 70%)}.M3UFilter-module__1tx_va__orbPrimary{background:radial-gradient(circle,hsl(var(--primary)/.1)0%,transparent 70%);filter:blur(80px);width:600px;height:600px;animation:8s ease-in-out infinite alternate M3UFilter-module__1tx_va__breathe;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.M3UFilter-module__1tx_va__orbSecondary{background:radial-gradient(circle,hsl(var(--secondary-glow)/.08)0%,transparent 70%);filter:blur(60px);opacity:.6;width:400px;height:400px;position:absolute;top:20%;right:20%}.M3UFilter-module__1tx_va__glassCard{-webkit-backdrop-filter:blur(30px);z-index:10;background:#fff6;border:1px solid #fffc;border-radius:24px;width:480px;min-height:400px;transition:transform .1s ease-out;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0000000d,0 0 0 1px #ffffff80}.M3UFilter-module__1tx_va__cardContent{text-align:center;z-index:2;flex-direction:column;align-items:center;height:100%;padding:50px 40px;display:flex;position:relative}.M3UFilter-module__1tx_va__cardDragActive{border-color:hsl(var(--primary));box-shadow:0 0 50px -10px hsl(var(--primary)/.15);background:#fff9}.M3UFilter-module__1tx_va__scannerBeam{background:linear-gradient(90deg,transparent,hsl(var(--primary)),transparent);width:100%;height:2px;box-shadow:0 0 15px hsl(var(--primary));opacity:.3;pointer-events:none;position:absolute;left:0}.M3UFilter-module__1tx_va__iconCircle{width:80px;height:80px;color:hsl(var(--primary));background:linear-gradient(135deg,#fffc,#fff3);border:1px solid #fffc;border-radius:50%;place-items:center;margin-bottom:30px;display:grid;position:relative;box-shadow:inset 0 4px 4px #ffffffe6,0 10px 20px #0000000d}.M3UFilter-module__1tx_va__iconCircle svg{stroke-width:1.5px;width:32px;height:32px}.M3UFilter-module__1tx_va__pulseRing{border:1px solid hsl(var(--primary)/.3);pointer-events:none;border-radius:50%;position:absolute;inset:0}.M3UFilter-module__1tx_va__heroTitle{letter-spacing:-1px;font-size:2rem;font-weight:800;font-family:var(--font-heading);background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0}.M3UFilter-module__1tx_va__gradientText{color:inherit}.M3UFilter-module__1tx_va__subText{color:var(--text-muted);margin-top:10px;font-size:.95rem;font-weight:500}.M3UFilter-module__1tx_va__divider{justify-content:center;align-items:center;width:100%;margin:30px 0;display:flex;position:relative}.M3UFilter-module__1tx_va__divider:before{content:"";background:linear-gradient(90deg,#0000,#0000000d,#0000);height:1px;position:absolute;top:50%;left:0;right:0}.M3UFilter-module__1tx_va__orText{color:var(--text-muted);letter-spacing:1px;background:0 0;padding:0 10px;font-size:.75rem;font-weight:700;position:relative}.M3UFilter-module__1tx_va__browseButton{background:var(--accent-gradient);color:#fff;cursor:pointer;width:100%;box-shadow:0 10px 20px -5px hsl(var(--primary)/.3);border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:16px;font-size:1rem;font-weight:700;transition:all .3s;display:flex;position:relative;overflow:hidden}.M3UFilter-module__1tx_va__browseButton:hover{box-shadow:0 15px 30px -5px hsl(var(--primary)/.4);color:#fff;transform:translateY(-2px)}.M3UFilter-module__1tx_va__btnIcon{opacity:1;align-items:center;display:flex}.M3UFilter-module__1tx_va__btnIcon svg{width:18px}.M3UFilter-module__1tx_va__btnGlow{display:none}.M3UFilter-module__1tx_va__metaInfo{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:8px;margin-top:25px;font-size:.75rem;font-weight:600;display:flex}.M3UFilter-module__1tx_va__dot{color:#cbd5e1;font-size:1.2rem;line-height:0}@keyframes M3UFilter-module__1tx_va__gridMove{0%{transform:perspective(500px)rotateX(60deg)translateY(0)}to{transform:perspective(500px)rotateX(60deg)translateY(40px)}}@keyframes M3UFilter-module__1tx_va__breathe{0%{opacity:.3;transform:translate(-50%,-50%)scale(.9)}to{opacity:.5;transform:translate(-50%,-50%)scale(1.1)}}@media (max-width:600px){.M3UFilter-module__1tx_va__glassCard{width:90%;min-height:auto}}.M3UFilter-module__1tx_va__bgTitleContainer{pointer-events:none;z-index:0;justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden}.M3UFilter-module__1tx_va__bgTitleText{color:#00000004;text-transform:uppercase;white-space:nowrap;font-size:20vw;font-weight:900;animation:1s ease-out M3UFilter-module__1tx_va__fadeIn}.M3UFilter-module__1tx_va__studioLayout{z-index:1;flex-direction:column;height:100%;display:flex;position:relative}.M3UFilter-module__1tx_va__topBar{height:var(--header-height);-webkit-backdrop-filter:blur(25px);z-index:20;background:#fff6;border-bottom:1px solid #fff9;flex-shrink:0;justify-content:space-between;align-items:center;padding:0 30px;display:flex;box-shadow:0 4px 30px #00000005}.M3UFilter-module__1tx_va__brand{align-items:center;gap:15px;display:flex}.M3UFilter-module__1tx_va__logoMark{width:32px;height:32px;color:hsl(var(--primary))}.M3UFilter-module__1tx_va__meta{flex-direction:column;display:flex}.M3UFilter-module__1tx_va__appNameWrapper{align-items:center;gap:8px;display:flex}.M3UFilter-module__1tx_va__appName{color:var(--text-main);letter-spacing:2px;font-size:.7rem;font-weight:800}.M3UFilter-module__1tx_va__proBadge{background:var(--accent-gradient);color:#fff;letter-spacing:.5px;box-shadow:0 0 10px hsl(var(--primary)/.3);border-radius:4px;padding:1px 4px;font-size:.55rem;font-weight:900}.M3UFilter-module__1tx_va__fileName{white-space:nowrap;text-overflow:ellipsis;max-width:200px;color:var(--text-muted);font-size:.9rem;font-weight:600;overflow:hidden}.M3UFilter-module__1tx_va__navActions{align-items:center;gap:12px;display:flex}.M3UFilter-module__1tx_va__resetBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000001a;border-radius:8px;align-items:center;gap:8px;width:100px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.M3UFilter-module__1tx_va__resetBtn:hover{border-color:var(--danger);color:var(--danger);background:#ef44440d}.M3UFilter-module__1tx_va__searchBtn{color:var(--text-muted);cursor:pointer;background:#ffffff80;border:1px solid #0000000d;border-radius:8px;align-items:center;gap:10px;width:180px;padding:8px 15px;font-size:.85rem;transition:all .2s;display:flex;box-shadow:0 2px 5px #00000005}.M3UFilter-module__1tx_va__searchBtn:hover{border-color:hsl(var(--primary)/.3);color:var(--text-main);background:#fffc;box-shadow:0 4px 10px #0000000d}.M3UFilter-module__1tx_va__searchBtn svg{width:16px}.M3UFilter-module__1tx_va__iconBtn{width:40px;height:40px;color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative}.M3UFilter-module__1tx_va__iconBtn:hover{color:var(--text-main);background:#0000000d}.M3UFilter-module__1tx_va__iconBtn svg{width:20px}.M3UFilter-module__1tx_va__trashActive{color:var(--danger);background:#ef44440d;border-color:#ef444433}.M3UFilter-module__1tx_va__badge{background:var(--danger);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.6rem;font-weight:800;display:flex;position:absolute;top:-5px;right:-5px;box-shadow:0 2px 4px #ef44444d}.M3UFilter-module__1tx_va__exportBtn{background:hsl(var(--primary));color:#fff;cursor:pointer;box-shadow:0 4px 10px hsl(var(--primary)/.2);border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-weight:700;transition:all .2s;display:flex}.M3UFilter-module__1tx_va__exportBtn:hover{background:hsl(var(--primary-glow));box-shadow:0 6px 15px hsl(var(--primary)/.3);transform:translateY(-2px)}.M3UFilter-module__1tx_va__exportBtn svg{width:18px}.M3UFilter-module__1tx_va__dashboard{background:0 0;border-bottom:1px solid #0000;flex-shrink:0;align-items:center;gap:30px;padding:15px 40px;display:flex;overflow-x:auto}.M3UFilter-module__1tx_va__dashItem{flex-direction:column;display:flex}.M3UFilter-module__1tx_va__dashLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.7rem;font-weight:600}.M3UFilter-module__1tx_va__dashValue{color:var(--text-main);font-size:1.2rem;font-weight:700}.M3UFilter-module__1tx_va__dashDivider{background:#0000001a;width:1px;height:25px}.M3UFilter-module__1tx_va__categoryBarWrapper{background:linear-gradient(90deg,#0000,#0000000d,#0000);flex-shrink:0;height:1px;margin:0 40px}.M3UFilter-module__1tx_va__categoryBar{scrollbar-width:none;gap:10px;padding:10px 0;display:flex;overflow-x:auto}.M3UFilter-module__1tx_va__categoryBar::-webkit-scrollbar{display:none}.M3UFilter-module__1tx_va__catTab{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:20px;padding:8px 16px;font-size:.8rem;font-weight:700;transition:all .2s;position:relative}.M3UFilter-module__1tx_va__catActive{color:var(--text-main);background:#fff9;border-color:#0000000d;box-shadow:0 2px 8px #0000000d}.M3UFilter-module__1tx_va__cSPORTS.M3UFilter-module__1tx_va__catActive{color:var(--c-sports);background:#f973160d;border-color:#f9731633}.M3UFilter-module__1tx_va__cMOVIES.M3UFilter-module__1tx_va__catActive{color:var(--c-movies);background:#ec48990d;border-color:#ec489933}.M3UFilter-module__1tx_va__cKIDS.M3UFilter-module__1tx_va__catActive{color:var(--c-kids);background:#eab3080d;border-color:#eab30833}.M3UFilter-module__1tx_va__cADULT.M3UFilter-module__1tx_va__catActive{color:var(--c-adult);background:#ef44440d;border-color:#ef444433}.M3UFilter-module__1tx_va__mainGrid{flex:1;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));align-content:start;gap:20px;margin-top:40px;padding:30px;display:grid;overflow-y:auto;max-height:70vh!important}.M3UFilter-module__1tx_va__card{cursor:pointer;backdrop-filter:blur(8px);background:#ffffff80;border:1px solid #fffc;border-radius:16px;flex-direction:column;height:160px;padding:20px;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 10px -2px #0000000d}.M3UFilter-module__1tx_va__card:hover{background:#ffffffb3;border-color:#fff;transform:translateY(-5px);box-shadow:0 15px 30px -5px #0000001a}.M3UFilter-module__1tx_va__cardSelected{background:linear-gradient(135deg,#ffffffe6,rgba(var(--primary),.05));box-shadow:0 10px 25px -5px hsl(var(--primary)/.15);border-color:hsl(var(--primary))!important}.M3UFilter-module__1tx_va__cardHeader{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.M3UFilter-module__1tx_va__cardType{letter-spacing:1px;color:var(--text-muted);text-transform:uppercase;font-size:.6rem;font-weight:800}.M3UFilter-module__1tx_va__flag{opacity:.8;border-radius:2px;height:12px}.M3UFilter-module__1tx_va__cardBody{flex:1}.M3UFilter-module__1tx_va__cardBody h3{color:var(--text-main);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 10px;font-size:1rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.M3UFilter-module__1tx_va__stats{align-items:center;gap:10px;font-family:monospace;font-size:.75rem;display:flex}.M3UFilter-module__1tx_va__statItem{color:var(--text-muted);align-items:center;gap:5px;display:flex}.M3UFilter-module__1tx_va__statItem svg{width:14px}.M3UFilter-module__1tx_va__statDel{color:var(--c-adult);background:#ef44441a;border-radius:4px;padding:0 4px;font-weight:600}.M3UFilter-module__1tx_va__cardSelectTrigger{z-index:20;cursor:pointer;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:15px;right:15px}.M3UFilter-module__1tx_va__checkboxOff{border:2px solid #0000001a;border-radius:50%;width:20px;height:20px;transition:all .2s}.M3UFilter-module__1tx_va__card:hover .M3UFilter-module__1tx_va__checkboxOff{border-color:hsl(var(--primary))}.M3UFilter-module__1tx_va__checkboxOn{background:hsl(var(--primary));border:2px solid hsl(var(--primary));color:#fff;width:20px;height:20px;box-shadow:0 2px 8px hsl(var(--primary)/.4);border-radius:50%;place-items:center;display:grid}.M3UFilter-module__1tx_va__checkboxOn svg{stroke-width:4px;width:12px}.M3UFilter-module__1tx_va__cardMobileDelete{z-index:20;color:#666;background:#0000000d;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:none;position:absolute;bottom:15px;right:15px}.M3UFilter-module__1tx_va__cardHoverOverlay{backdrop-filter:blur(5px);opacity:0;z-index:10;background:#fff9;justify-content:center;align-items:center;gap:15px;transition:opacity .2s;display:flex;position:absolute;inset:0}.M3UFilter-module__1tx_va__card:hover .M3UFilter-module__1tx_va__cardHoverOverlay{opacity:1}.M3UFilter-module__1tx_va__hoverBtn{color:#fff;cursor:pointer;opacity:0;background:#000;border:none;border-radius:30px;align-items:center;gap:6px;padding:10px 18px;font-size:.8rem;font-weight:700;transition:all .3s;display:flex;transform:translateY(10px);box-shadow:0 4px 10px #0003}.M3UFilter-module__1tx_va__card:hover .M3UFilter-module__1tx_va__hoverBtn{opacity:1;transform:translateY(0)}.M3UFilter-module__1tx_va__hoverBtn:hover{transform:scale(1.05);box-shadow:0 6px 15px #0000004d}.M3UFilter-module__1tx_va__hoverBtn.M3UFilter-module__1tx_va__hDel{color:var(--danger);border:1px solid var(--danger);background:#fff}.M3UFilter-module__1tx_va__hoverBtn.M3UFilter-module__1tx_va__hDel:hover{background:var(--danger);color:#fff}.M3UFilter-module__1tx_va__borderLIVE:hover{border-color:var(--c-live)}.M3UFilter-module__1tx_va__borderMOVIES:hover{border-color:var(--c-movies)}.M3UFilter-module__1tx_va__borderSPORTS:hover{border-color:var(--c-sports)}.M3UFilter-module__1tx_va__borderADULT:hover{border-color:var(--c-adult)}.M3UFilter-module__1tx_va__glowBar{background:linear-gradient(90deg,#0000,#0000001a,#0000);width:100%;height:3px;position:absolute;bottom:0;left:0}.M3UFilter-module__1tx_va__fabBar{z-index:50;width:95%;max-width:600px;position:fixed;bottom:40px;left:35%;transform:translate(-50%)}.M3UFilter-module__1tx_va__fabContent{backdrop-filter:blur(30px);color:#000;background:#fffc;border:1px solid #fffc;border-radius:60px;justify-content:space-between;align-items:center;padding:10px 15px;display:flex;box-shadow:0 20px 40px -10px #00000026}.M3UFilter-module__1tx_va__fabCount{align-items:center;gap:12px;padding-left:10px;font-size:.9rem;font-weight:600;display:flex}.M3UFilter-module__1tx_va__fabBadge{background:hsl(var(--primary));color:#fff;width:28px;height:28px;box-shadow:0 2px 8px hsl(var(--primary)/.4);border-radius:50%;place-items:center;font-size:.85rem;display:grid}.M3UFilter-module__1tx_va__fabActions{align-items:center;gap:8px;display:flex}.M3UFilter-module__1tx_va__fabDivider{background:#0000001a;width:1px;height:24px;margin:0 5px}.M3UFilter-module__1tx_va__fabBtn{cursor:pointer;border:none;border-radius:30px;align-items:center;gap:8px;padding:10px 18px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.M3UFilter-module__1tx_va__fabBtn svg{width:16px}.M3UFilter-module__1tx_va__fabGhost{color:#666;background:0 0}.M3UFilter-module__1tx_va__fabGhost:hover,.M3UFilter-module__1tx_va__fabSelectAll{color:#000;background:#0000000d}.M3UFilter-module__1tx_va__fabSelectAll:hover{background:#0000001a}.M3UFilter-module__1tx_va__fabDelete{color:var(--danger);background:#ef44441a}.M3UFilter-module__1tx_va__fabDelete:hover{background:var(--danger);color:#fff}.M3UFilter-module__1tx_va__fabExport{color:#fff;background:#000;font-weight:700}.M3UFilter-module__1tx_va__fabExport:hover{background:#333}.M3UFilter-module__1tx_va__modalOverlay{backdrop-filter:blur(5px);z-index:100;background:#0003;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.M3UFilter-module__1tx_va__resetModal{text-align:center;-webkit-backdrop-filter:blur(40px);background:#ffffffe6;border:1px solid #fff;border-radius:24px;width:400px;padding:30px;position:relative;overflow:hidden;box-shadow:0 40px 80px -20px #0003}.M3UFilter-module__1tx_va__resetAlertIcon{width:60px;height:60px;color:var(--danger);background:#ef44441a;border-radius:50%;place-items:center;margin:0 auto 20px;display:grid}.M3UFilter-module__1tx_va__resetAlertIcon svg{width:30px}.M3UFilter-module__1tx_va__resetModal h2{color:var(--text-main);margin:0 0 10px;font-size:1.5rem}.M3UFilter-module__1tx_va__resetModal p{color:var(--text-muted);margin:0 0 30px;font-size:.95rem;line-height:1.5}.M3UFilter-module__1tx_va__resetActions{gap:15px;display:flex}.M3UFilter-module__1tx_va__resetBtnCancel{color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000001a;border-radius:12px;flex:1;padding:12px;font-weight:600}.M3UFilter-module__1tx_va__resetBtnCancel:hover{color:#000;background:#0000000d}.M3UFilter-module__1tx_va__resetBtnConfirm{background:var(--danger);color:#fff;cursor:pointer;border:none;border-radius:12px;flex:1;padding:12px;font-weight:600;box-shadow:0 4px 12px #ef44444d}.M3UFilter-module__1tx_va__resetBtnConfirm:hover{background:#dc2626}.M3UFilter-module__1tx_va__modalContent{-webkit-backdrop-filter:blur(40px);background:#ffffffd9;border:1px solid #ffffffe6;border-radius:24px;flex-direction:column;width:900px;height:72vh;display:flex;overflow:hidden;box-shadow:0 50px 100px -20px #0003}.M3UFilter-module__1tx_va__modalHeader{background:#ffffff80;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:25px;display:flex}.M3UFilter-module__1tx_va__modalHeader h2{color:var(--text-main);margin:0;font-size:1.2rem}.M3UFilter-module__1tx_va__modalStats{text-transform:uppercase;gap:10px;margin-top:5px;font-size:.75rem;font-weight:700;display:flex}.M3UFilter-module__1tx_va__pillGreen{color:#16a34a;background:#16a34a1a;border-radius:4px;padding:2px 8px}.M3UFilter-module__1tx_va__pillRed{color:#dc2626;background:#dc26261a;border-radius:4px;padding:2px 8px}.M3UFilter-module__1tx_va__closeBtn{color:#666;cursor:pointer;background:#0000000d;border:none;border-radius:50%;place-items:center;width:36px;height:36px;padding:5px;transition:all .2s;display:grid}.M3UFilter-module__1tx_va__closeBtn:hover{color:#ef4444;background:#0000001a}.M3UFilter-module__1tx_va__modalSearch{background:#fff6;border-bottom:1px solid #0000000d;align-items:center;gap:15px;padding:15px 25px;display:flex}.M3UFilter-module__1tx_va__modalSearch svg{color:#94a3b8;width:20px}.M3UFilter-module__1tx_va__modalSearch input{color:var(--text-main);background:0 0;border:none;outline:none;width:100%;font-size:1rem}.M3UFilter-module__1tx_va__modalSearch input::placeholder{color:#cbd5e1}.M3UFilter-module__1tx_va__modalList{background:0 0;flex:1}.M3UFilter-module__1tx_va__row{border-bottom:1px solid #00000008;align-items:center;gap:20px;padding:12px 25px;transition:all .2s;display:flex}.M3UFilter-module__1tx_va__row:hover{background:#00000005}.M3UFilter-module__1tx_va__rowHidden{opacity:.5;filter:grayscale();background:#00000005}.M3UFilter-module__1tx_va__rowLogo{color:#444;background:#fff;border:1px solid #0000000d;border-radius:8px;place-items:center;width:44px;height:44px;font-size:.6rem;font-weight:800;display:grid;overflow:hidden;box-shadow:0 2px 5px #0000000d}.M3UFilter-module__1tx_va__rowLogo img{object-fit:contain;width:100%;height:100%}.M3UFilter-module__1tx_va__rowInfo{flex:1;min-width:0}.M3UFilter-module__1tx_va__rName{white-space:nowrap;text-overflow:ellipsis;color:var(--text-main);margin-bottom:4px;font-size:.95rem;font-weight:600;overflow:hidden}.M3UFilter-module__1tx_va__rUrl{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-family:monospace;font-size:.8rem;overflow:hidden}.M3UFilter-module__1tx_va__rowAction{color:#94a3b8;cursor:pointer;background:#0000000d;border:none;border-radius:50%;place-items:center;width:36px;height:36px;transition:all .2s;display:grid}.M3UFilter-module__1tx_va__rowAction:hover{color:#fff;background:#ef4444;padding:3px}.M3UFilter-module__1tx_va__trashDrawer{backdrop-filter:blur(40px);z-index:15;background:#ffffffe6;border-left:1px solid #0000001a;flex-direction:column;width:450px;display:flex;position:absolute;top:10%;bottom:0;right:0;box-shadow:-20px 0 50px #0000001a}.M3UFilter-module__1tx_va__drawerHeader{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:20px 25px;display:flex}.M3UFilter-module__1tx_va__drawerHeader h2{color:var(--text-main)}.M3UFilter-module__1tx_va__drawerTabs{background:#00000005;gap:10px;padding:15px 25px;display:flex}.M3UFilter-module__1tx_va__drawerTabs button{color:#64748b;cursor:pointer;background:#0000000d;border:none;border-radius:8px;flex:1;padding:10px;font-size:.85rem;font-weight:600;transition:all .2s}.M3UFilter-module__1tx_va__drawerTabs button.M3UFilter-module__1tx_va__tabOn{color:#000;background:#fff;box-shadow:0 2px 5px #0000001a}.M3UFilter-module__1tx_va__drawerList{flex:1;padding:20px;overflow-y:auto}.M3UFilter-module__1tx_va__trashRow{color:var(--text-main);border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:15px;display:flex}.M3UFilter-module__1tx_va__trashRow button{width:32px;height:32px;color:var(--c-live);cursor:pointer;background:#0000000d;border:none;border-radius:50%;place-items:center;padding:5px;transition:all .2s;display:grid}.M3UFilter-module__1tx_va__trashRow button:hover{background:var(--c-live);color:#fff}.M3UFilter-module__1tx_va__restoreAllBar{background:#00000005;border-top:1px solid #0000000d;padding:15px 25px}.M3UFilter-module__1tx_va__restoreAllBtn{width:100%;color:var(--c-live);cursor:pointer;background:#fff;border:1px solid #0000001a;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 2px 5px #0000000d}.M3UFilter-module__1tx_va__restoreAllBtn svg{width:16px}.M3UFilter-module__1tx_va__restoreAllBtn:hover{background:var(--c-live);color:#fff}.M3UFilter-module__1tx_va__searchPanel{backdrop-filter:blur(40px);background:#ffffffe6;border:1px solid #fff;border-radius:20px;flex-direction:column;width:600px;max-height:60vh;display:flex;overflow:hidden;box-shadow:0 50px 100px #00000026}.M3UFilter-module__1tx_va__searchInputBig{border-bottom:1px solid #0000000d;align-items:center;gap:20px;padding:25px;display:flex}.M3UFilter-module__1tx_va__searchInputBig svg{color:#94a3b8;width:28px}.M3UFilter-module__1tx_va__searchInputBig input{color:var(--text-main);background:0 0;border:none;outline:none;flex:1;font-size:1.4rem}.M3UFilter-module__1tx_va__searchInputBig input::placeholder{color:#cbd5e1}.M3UFilter-module__1tx_va__searchResults{padding:15px;overflow-y:auto}.M3UFilter-module__1tx_va__resultRow{color:#64748b;cursor:pointer;border-radius:12px;align-items:center;gap:15px;margin-bottom:5px;padding:15px 20px;display:flex}.M3UFilter-module__1tx_va__resultRow:hover{color:#000;background:#0000000d}.M3UFilter-module__1tx_va__dot{border-radius:50%;width:10px;height:10px}.M3UFilter-module__1tx_va__dotLIVE{background:var(--c-live)}.M3UFilter-module__1tx_va__resCount{background:#0000000d;border-radius:6px;margin-left:auto;padding:4px 8px;font-family:monospace;font-size:.8rem}.M3UFilter-module__1tx_va__appNameWrapper.M3UFilter-module__1tx_va__appMobileHeader{display:none!important}.M3UFilter-module__1tx_va__mainGrid>div>svg{color:#cbd5e1;width:20%;margin:0 auto}@media (max-width:768px){.M3UFilter-module__1tx_va__modalOverlay.M3UFilter-module__1tx_va__resetModalMobile{align-items:center}.M3UFilter-module__1tx_va__appContainer{width:100%}:root{--header-height:60px}.M3UFilter-module__1tx_va__topBar{padding:0 15px}.M3UFilter-module__1tx_va__navActions{gap:8px}.M3UFilter-module__1tx_va__appName,.M3UFilter-module__1tx_va__btnText,.M3UFilter-module__1tx_va__searchBtnText{display:none}.M3UFilter-module__1tx_va__appNameWrapper{display:none!important}.M3UFilter-module__1tx_va__appNameWrapper.M3UFilter-module__1tx_va__fileName{display:block!important}.M3UFilter-module__1tx_va__appNameWrapper.M3UFilter-module__1tx_va__appMobileHeader{justify-content:center;align-items:center;gap:4px;margin-bottom:10px;display:flex!important}.M3UFilter-module__1tx_va__appNameWrapper,.M3UFilter-module__1tx_va__appMobileHeader,.M3UFilter-module__1tx_va__appName{justify-content:center;display:flex}.M3UFilter-module__1tx_va__appMobileHeader .M3UFilter-module__1tx_va__fileName{display:none}.M3UFilter-module__1tx_va__fabBar{z-index:2000;left:15px}.M3UFilter-module__1tx_va__resetBtn{border:none;border-radius:10px;justify-content:center;width:90px;height:40px;padding:0;display:flex}.M3UFilter-module__1tx_va__resetBtn svg{width:20px}.M3UFilter-module__1tx_va__searchBtn{background:#0000000d;border:none;border-radius:10px;justify-content:center;width:40px;height:40px;padding:0}.M3UFilter-module__1tx_va__searchBtn:hover{background:#f1f5f9}.M3UFilter-module__1tx_va__iconBtn{background:#0000000d}.M3UFilter-module__1tx_va__exportBtn{justify-content:center;width:40px;height:40px;padding:0}.M3UFilter-module__1tx_va__exportBtn span{display:none}.M3UFilter-module__1tx_va__dashboard{background:0 0;border-bottom:none;gap:20px;padding:15px 20px}.M3UFilter-module__1tx_va__dashItem{text-align:center;flex:1;align-items:center;min-width:80px}.M3UFilter-module__1tx_va__dashDivider{display:none}.M3UFilter-module__1tx_va__dashLabel{font-size:.6rem}.M3UFilter-module__1tx_va__dashValue{font-size:1.1rem}.M3UFilter-module__1tx_va__categoryBar{gap:8px;padding:5px 0 15px}.M3UFilter-module__1tx_va__catTab{background:#fff6;padding:8px 18px;font-size:.85rem}.M3UFilter-module__1tx_va__mainGrid{grid-template-columns:1fr;gap:15px;padding:15px 15px 140px}.M3UFilter-module__1tx_va__card{height:auto;min-height:120px;padding:15px}.M3UFilter-module__1tx_va__cardHeader{margin-bottom:10px}.M3UFilter-module__1tx_va__cardBody h3{font-size:1.1rem}.M3UFilter-module__1tx_va__cardHoverOverlay{display:none!important}.M3UFilter-module__1tx_va__cardSelectTrigger{opacity:1;width:36px;height:36px;top:12px;right:12px}.M3UFilter-module__1tx_va__checkboxOff{border-color:#0003;width:22px;height:22px}.M3UFilter-module__1tx_va__cardMobileDelete{display:flex}.M3UFilter-module__1tx_va__fabBar{width:calc(100% - 30px);max-width:none;bottom:20px}.M3UFilter-module__1tx_va__fabContent{border-radius:24px;flex-wrap:wrap;justify-content:center;padding:12px}.M3UFilter-module__1tx_va__fabCount{justify-content:center;width:100%;margin-bottom:12px;padding:0}.M3UFilter-module__1tx_va__fabActions{justify-content:space-between;gap:5px;width:100%}.M3UFilter-module__1tx_va__fabBtn{white-space:nowrap;flex:1;justify-content:center;padding:8px 12px;font-size:.75rem}.M3UFilter-module__1tx_va__deleteTextMobile{display:none}.M3UFilter-module__1tx_va__modalOverlay{z-index:1000;align-items:flex-start}.M3UFilter-module__1tx_va__modalContent,.M3UFilter-module__1tx_va__searchPanel{border:none;border-top:1px solid #0000001a;border-radius:24px 24px 0 0;width:100%;height:90%;max-height:90%}.M3UFilter-module__1tx_va__trashDrawer{z-index:2000;border-top:1px solid #0000001a;border-left:none;border-radius:24px 24px 0 0;width:100%;height:90%;top:0;bottom:0}.M3UFilter-module__1tx_va__resetModal{border-radius:24px;width:90%;margin-bottom:20px}}@keyframes M3UFilter-module__1tx_va__rotate{to{transform:rotate(360deg)}}@keyframes M3UFilter-module__1tx_va__fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.M3UFilter-module__1tx_va__contentSection{width:100%;max-width:1200px;color:hsl(var(--text-secondary));margin:0 auto;padding:0 20px 80px;animation:1s ease-out M3UFilter-module__1tx_va__fadeIn}.M3UFilter-module__1tx_va__noiseOverlay{opacity:.04;pointer-events:none;z-index:0;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:100%;height:100%;position:absolute;inset:0}.M3UFilter-module__1tx_va__statusWrapper{justify-content:center;align-items:center;margin-bottom:50px;padding:0 15px;display:flex}.M3UFilter-module__1tx_va__statusBadge{backdrop-filter:blur(10px);background:#00e6760f;border:1px solid #00e67633;border-radius:50px;align-items:center;gap:15px;padding:8px 24px;transition:all .3s;display:inline-flex;box-shadow:0 0 20px #00e6760d}.M3UFilter-module__1tx_va__statusBadge:hover{background:#00e6761a;border-color:#00e67666;transform:translateY(-2px);box-shadow:0 5px 25px #00e67626}.M3UFilter-module__1tx_va__statusGroup{align-items:center;gap:10px;display:flex}.M3UFilter-module__1tx_va__statusText{color:#00e676;white-space:nowrap;font-size:.95rem}.M3UFilter-module__1tx_va__statusText strong{text-transform:uppercase;letter-spacing:.5px;font-weight:800}.M3UFilter-module__1tx_va__separator{color:#0000001a;font-size:1.2rem;font-weight:300}.M3UFilter-module__1tx_va__updateDate{color:var(--text-muted);font-size:.85rem;font-weight:500}.M3UFilter-module__1tx_va__pulseDot{background-color:#00e676;border-radius:50%;width:8px;height:8px;display:block;position:relative;box-shadow:0 0 8px #00e67699}.M3UFilter-module__1tx_va__pulseDot:after{content:"";opacity:.6;background-color:#00e676;border-radius:50%;width:100%;height:100%;animation:2s infinite M3UFilter-module__1tx_va__pulseRing;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes M3UFilter-module__1tx_va__pulseRing{0%{opacity:.6;width:100%;height:100%}to{opacity:0;width:300%;height:300%}}.M3UFilter-module__1tx_va__premiumHeader{text-align:center;margin-bottom:60px}.M3UFilter-module__1tx_va__holoTitle{color:var(--text-main);letter-spacing:-1px;margin-bottom:15px;font-size:clamp(2rem,5vw,3rem);font-weight:800}.M3UFilter-module__1tx_va__gradientText{color:#0000;-webkit-background-clip:text;background-clip:text;background-image:var(--accent-gradient)}.M3UFilter-module__1tx_va__holoSub{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.M3UFilter-module__1tx_va__holoGrid{grid-template-columns:repeat(4,1fr);grid-auto-rows:220px;gap:20px;margin-bottom:80px;display:grid}.M3UFilter-module__1tx_va__spanHero{grid-area:span 2/span 2}.M3UFilter-module__1tx_va__spanTall{grid-area:span 2/span 1}.M3UFilter-module__1tx_va__spanWide{grid-area:span 1/span 1}.M3UFilter-module__1tx_va__holoCard{-webkit-backdrop-filter:blur(20px);background:#ffffff80;border:1px solid #fffc;border-radius:24px;flex-direction:column;padding:30px;transition:all .4s cubic-bezier(.25,1,.5,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px -10px #0000000d}.M3UFilter-module__1tx_va__holoCard:hover{border-color:hsl(var(--primary)/.4);background:linear-gradient(145deg,#fffc,#fff6);transform:translateY(-8px);box-shadow:0 20px 40px -10px #0000001a}.M3UFilter-module__1tx_va__cardContent{z-index:2;flex-direction:column;justify-content:space-between;height:100%;display:flex;position:relative}.M3UFilter-module__1tx_va__cardContentCenter{width:100%;height:100%;color:var(--text-muted);z-index:2;flex-direction:column;justify-content:center;align-items:center;gap:15px;transition:all .3s;display:flex;position:relative}.M3UFilter-module__1tx_va__holoCard:hover .M3UFilter-module__1tx_va__cardContentCenter{color:hsl(var(--primary));transform:scale(1.05)}.M3UFilter-module__1tx_va__cardContentCenter i{font-size:1.8rem}.M3UFilter-module__1tx_va__cardContentCenter span{letter-spacing:.5px;font-size:.9rem;font-weight:700}.M3UFilter-module__1tx_va__cardTitle{color:var(--text-main);margin-bottom:10px;font-size:1.4rem;font-weight:700}.M3UFilter-module__1tx_va__tag{background:var(--accent-gradient);color:#fff;vertical-align:middle;letter-spacing:.5px;box-shadow:0 2px 8px hsl(var(--primary)/.4);border-radius:4px;margin-left:8px;padding:2px 8px;font-size:.7rem;font-weight:800}.M3UFilter-module__1tx_va__cardDesc{color:var(--text-muted);font-size:.95rem;line-height:1.6}.M3UFilter-module__1tx_va__glowIconMain{background:var(--accent-gradient);-webkit-text-fill-color:transparent;filter:drop-shadow(0 4px 10px hsl(var(--primary)/.3));-webkit-background-clip:text;background-clip:text;margin-bottom:20px;font-size:3rem}.M3UFilter-module__1tx_va__glowIconSec{color:#3b82f6;filter:drop-shadow(0 4px 10px #3b82f64d);margin-bottom:20px;font-size:2.5rem}.M3UFilter-module__1tx_va__glowIconAction{color:#f472b6;filter:drop-shadow(0 4px 15px #f472b666);align-self:flex-end;margin-bottom:10px;font-size:3rem;transition:transform .3s cubic-bezier(.25,1,.5,1)}.M3UFilter-module__1tx_va__holoCard:hover .M3UFilter-module__1tx_va__glowIconAction{transform:scale(1.1)rotate(-10deg)}.M3UFilter-module__1tx_va__cardContentRow{z-index:2;justify-content:space-between;align-items:center;height:100%;display:flex;position:relative}.M3UFilter-module__1tx_va__rowText{flex:1}.M3UFilter-module__1tx_va__auroraBlob{background:radial-gradient(circle,hsl(var(--primary)/.15),transparent 70%);filter:blur(50px);z-index:1;opacity:.8;width:250px;height:250px;position:absolute;top:-60px;right:-60px}.M3UFilter-module__1tx_va__visualizerBar{align-items:flex-end;gap:4px;height:30px;margin-top:auto;display:flex}.M3UFilter-module__1tx_va__visualizerBar span{background:#3b82f6;border-radius:4px;width:6px;animation:1s infinite alternate M3UFilter-module__1tx_va__equalize}.M3UFilter-module__1tx_va__visualizerBar span:first-child{height:40%;animation-delay:0s}.M3UFilter-module__1tx_va__visualizerBar span:nth-child(2){height:70%;animation-delay:.2s}.M3UFilter-module__1tx_va__visualizerBar span:nth-child(3){height:100%;animation-delay:.4s}.M3UFilter-module__1tx_va__visualizerBar span:nth-child(4){height:60%;animation-delay:.1s}@keyframes M3UFilter-module__1tx_va__equalize{0%{height:20%}to{height:100%}}.M3UFilter-module__1tx_va__nexusContainer{display:none}.M3UFilter-module__1tx_va__articleWrapper{margin-bottom:60px}.M3UFilter-module__1tx_va__sectionTitle{color:var(--text-main);letter-spacing:-.5px;align-items:center;gap:15px;margin:60px 0 30px;font-size:2rem;font-weight:800;display:flex}.M3UFilter-module__1tx_va__sectionTitle i{color:hsl(var(--primary));filter:drop-shadow(0 0 15px hsl(var(--primary)/.3))}.M3UFilter-module__1tx_va__articleText{color:var(--text-muted);margin-bottom:25px;font-size:1.1rem;font-weight:400;line-height:1.8}.M3UFilter-module__1tx_va__articleText strong{color:var(--text-main);font-weight:700}.M3UFilter-module__1tx_va__faqSection{flex-direction:column;gap:15px;margin-bottom:60px;display:flex}.M3UFilter-module__1tx_va__details{backdrop-filter:blur(5px);background:#fff6;border:1px solid #fffc;border-radius:16px;transition:all .3s;overflow:hidden}.M3UFilter-module__1tx_va__details:hover{border-color:hsl(var(--primary)/.3);background:#fff9;transform:translate(5px)}.M3UFilter-module__1tx_va__details[open]{border-color:hsl(var(--primary));box-shadow:0 10px 40px -15px hsl(var(--primary)/.15);background:#ffffffe6;transform:none}.M3UFilter-module__1tx_va__summary{cursor:pointer;color:var(--text-main);justify-content:space-between;align-items:center;padding:22px 30px;font-size:1.1rem;font-weight:700;list-style:none;display:flex}.M3UFilter-module__1tx_va__summary::-webkit-details-marker{display:none}.M3UFilter-module__1tx_va__summary:after{content:"+";color:hsl(var(--primary));background:hsl(var(--primary)/.1);border:1px solid hsl(var(--primary)/.2);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-family:"Font Awesome 6 Free";font-size:1.5rem;font-weight:900;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex}.M3UFilter-module__1tx_va__details[open] .M3UFilter-module__1tx_va__summary:after{background:hsl(var(--primary));color:#fff;border-color:hsl(var(--primary));box-shadow:0 0 15px hsl(var(--primary)/.4);transform:rotate(45deg)}.M3UFilter-module__1tx_va__details[open] .M3UFilter-module__1tx_va__summary{color:hsl(var(--primary))}.M3UFilter-module__1tx_va__detailsContent{color:var(--text-muted);border-top:1px solid #0000000d;margin-top:0;padding:20px 30px 30px;line-height:1.7}.M3UFilter-module__1tx_va__setupList{counter-reset:step-counter;margin:20px 0;padding:0;list-style:none}.M3UFilter-module__1tx_va__setupStep{color:var(--text-muted);margin-bottom:20px;padding-left:60px;font-size:1.05rem;transition:all .2s;position:relative}.M3UFilter-module__1tx_va__setupStep:before{counter-increment:step-counter;content:counter(step-counter);background:hsl(var(--primary)/.1);width:36px;height:36px;color:hsl(var(--primary));border:2px solid hsl(var(--primary)/.3);text-align:center;box-shadow:0 0 10px hsl(var(--primary)/.1);border-radius:50%;font-size:.95rem;font-weight:800;line-height:32px;position:absolute;top:-2px;left:0}.M3UFilter-module__1tx_va__setupStep:hover{color:var(--text-main);transform:translate(5px)}.M3UFilter-module__1tx_va__tipBox{background:linear-gradient(90deg,hsl(var(--primary)/.08)0%,#0000 100%);border-left:4px solid hsl(var(--primary));color:var(--text-main);border-radius:8px;align-items:flex-start;gap:15px;margin-top:20px;padding:20px 25px;font-size:.95rem;display:flex}.M3UFilter-module__1tx_va__tableWrapper{backdrop-filter:blur(10px);background:#ffffff80;border:1px solid #fffc;border-radius:20px;margin:40px 0;overflow-x:auto;box-shadow:0 20px 50px -20px #0000001a}.M3UFilter-module__1tx_va__compTable{border-collapse:collapse;width:100%;min-width:650px}.M3UFilter-module__1tx_va__compTable th{background:linear-gradient(90deg,hsl(var(--primary)/.1),transparent);color:hsl(var(--primary));text-align:left;text-transform:uppercase;letter-spacing:1.5px;padding:22px;font-size:.8rem;font-weight:700}.M3UFilter-module__1tx_va__compTable td{color:var(--text-muted);vertical-align:middle;border-bottom:1px solid #0000000d;padding:20px 22px}.M3UFilter-module__1tx_va__compTable tr:hover td{color:var(--text-main);background:#fff9}.M3UFilter-module__1tx_va__badgeGood{background:#00e6761a;border:1px solid #00e67633;border-radius:50px;align-items:center;gap:8px;padding:6px 14px;font-size:.9rem;font-weight:700;display:inline-flex;box-shadow:0 2px 10px #00e67626;color:#00e676!important}.M3UFilter-module__1tx_va__badgeGood i{color:#00e676;filter:drop-shadow(0 0 5px #00e67666)}.M3UFilter-module__1tx_va__badgeBad{background:#ff52521a;border:1px solid #ff525233;border-radius:50px;align-items:center;gap:8px;padding:6px 14px;font-size:.9rem;font-weight:700;display:inline-flex;box-shadow:0 2px 10px #ff525226;color:#ff5252!important}.M3UFilter-module__1tx_va__badgeBad i{color:#ff5252;filter:drop-shadow(0 0 5px #ff525266)}@media (max-width:768px){.M3UFilter-module__1tx_va__dropContainer{align-items:flex-start;height:auto;min-height:55vh;padding:40px 0 60px}.M3UFilter-module__1tx_va__orbPrimary{filter:blur(50px);opacity:.8;background:radial-gradient(circle,hsl(var(--primary)/.25)0%,transparent 70%);width:280px;height:280px;top:20%;left:50%}.M3UFilter-module__1tx_va__orbSecondary{filter:blur(40px);opacity:.7;background:radial-gradient(circle,hsl(var(--secondary-glow)/.2)0%,transparent 70%);width:220px;height:220px;top:50%;right:-20px}.M3UFilter-module__1tx_va__glassCard{-webkit-backdrop-filter:blur(35px);background:#ffffff73;border:1px solid #fffffff2;width:90%;min-height:auto;margin-top:20px;padding:0;box-shadow:0 15px 40px -10px #00000026}.M3UFilter-module__1tx_va__cardContent{padding:40px 25px}.M3UFilter-module__1tx_va__heroTitle{font-size:2.4rem;line-height:1.1}.M3UFilter-module__1tx_va__subText{margin-top:15px;padding:0 5px;font-size:1rem}.M3UFilter-module__1tx_va__iconCircle{width:70px;height:70px;margin-bottom:25px}.M3UFilter-module__1tx_va__iconCircle svg{width:28px}.M3UFilter-module__1tx_va__holoGrid{display:none}.M3UFilter-module__1tx_va__nexusContainer{width:100%;margin-bottom:50px;display:block}.M3UFilter-module__1tx_va__nexusDeck{scroll-snap-type:x mandatory;scrollbar-width:none;gap:15px;padding:10px 5px 30px;display:flex;overflow-x:auto}.M3UFilter-module__1tx_va__nexusDeck::-webkit-scrollbar{display:none}.M3UFilter-module__1tx_va__nexusCard{scroll-snap-align:center;backdrop-filter:blur(25px);background:#fff9;border:1px solid #fffc;border-radius:24px;flex-direction:column;justify-content:center;gap:15px;min-width:85%;height:200px;padding:30px;transition:transform .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 40px -10px #0000001a}.M3UFilter-module__1tx_va__cardPrimary{border-color:#f973164d}.M3UFilter-module__1tx_va__cardSecondary{border-color:#3b82f64d}.M3UFilter-module__1tx_va__cardAccent{border-color:#f472b64d}.M3UFilter-module__1tx_va__nexusCard.M3UFilter-module__1tx_va__cardPrimary .M3UFilter-module__1tx_va__nexusIcon{color:#f97316}.M3UFilter-module__1tx_va__nexusCard.M3UFilter-module__1tx_va__cardSecondary .M3UFilter-module__1tx_va__nexusIcon{color:#3b82f6}.M3UFilter-module__1tx_va__nexusCard.M3UFilter-module__1tx_va__cardAccent .M3UFilter-module__1tx_va__nexusIcon{color:#ec4899}.M3UFilter-module__1tx_va__cardGlow{opacity:.1;z-index:1;pointer-events:none;background:radial-gradient(circle,#fffc 0%,#0000 60%);width:200%;height:200%;animation:10s linear infinite M3UFilter-module__1tx_va__rotate;position:absolute;top:-50%;left:-50%;transform:scale(.8)}.M3UFilter-module__1tx_va__nexusIcon{z-index:2;margin-bottom:10px;font-size:2.5rem;position:relative}.M3UFilter-module__1tx_va__nexusContent{z-index:2;position:relative}.M3UFilter-module__1tx_va__nexusContent h3{color:var(--text-main);margin:0 0 5px;font-size:1.4rem;font-weight:800}.M3UFilter-module__1tx_va__nexusContent p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.5}.M3UFilter-module__1tx_va__nexusHud{backdrop-filter:blur(20px);background:#fffc;border-radius:20px;justify-content:space-around;width:100%;margin-top:10px;padding:15px;display:flex;box-shadow:0 10px 30px #0000000d}.M3UFilter-module__1tx_va__hudItem{color:var(--text-muted);flex-direction:column;align-items:center;gap:5px;font-size:.75rem;font-weight:600;display:flex}.M3UFilter-module__1tx_va__hudItem i{color:var(--text-main);margin-bottom:5px;font-size:1.2rem}.M3UFilter-module__1tx_va__statusBadge{background:linear-gradient(145deg,#00e67614,#0000);border:none;justify-content:center;width:100%;padding:12px;box-shadow:0 10px 30px -10px #0000000d}.M3UFilter-module__1tx_va__statusGroup{justify-content:center;width:auto}.M3UFilter-module__1tx_va__separator,.M3UFilter-module__1tx_va__updateDate{display:none}.M3UFilter-module__1tx_va__contentSection{padding:0 20px 80px}.M3UFilter-module__1tx_va__premiumHeader{margin-bottom:30px}.M3UFilter-module__1tx_va__holoTitle{margin-bottom:15px;font-size:1.8rem;line-height:1.2}.M3UFilter-module__1tx_va__holoSub{padding:0 10px;font-size:.95rem}.M3UFilter-module__1tx_va__sectionTitle{flex-direction:column;align-items:flex-start;gap:15px;margin:50px 0 25px;font-size:1.4rem}.M3UFilter-module__1tx_va__sectionTitle i{background:#f973161a;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:5px;font-size:1.6rem;display:flex}.M3UFilter-module__1tx_va__articleText{text-align:left;padding:0 5px;font-size:1rem;line-height:1.7}.M3UFilter-module__1tx_va__summary{gap:15px;padding:18px 20px;font-size:1rem}.M3UFilter-module__1tx_va__summary:after{flex-shrink:0;width:28px;height:28px;font-size:1rem}.M3UFilter-module__1tx_va__detailsContent{padding:0 20px 25px}.M3UFilter-module__1tx_va__setupStep{padding-left:45px;font-size:.95rem}.M3UFilter-module__1tx_va__setupStep:before{width:30px;height:30px;font-size:.85rem;line-height:26px}.M3UFilter-module__1tx_va__tipBox{flex-direction:column;gap:10px;padding:15px 20px}.M3UFilter-module__1tx_va__tableWrapper{-webkit-overflow-scrolling:touch;scroll-behavior:smooth;border-right:1px solid #ffffff80;width:100%;margin:30px 0;overflow-x:auto;box-shadow:0 10px 30px #0000000d}.M3UFilter-module__1tx_va__compTable{border-collapse:separate;border-spacing:0;min-width:unset}.M3UFilter-module__1tx_va__compTable th,.M3UFilter-module__1tx_va__compTable td{white-space:nowrap;padding:15px 12px;font-size:.85rem}.M3UFilter-module__1tx_va__compTable th:first-child,.M3UFilter-module__1tx_va__compTable td:first-child{z-index:10;backdrop-filter:blur(10px);white-space:normal;background:#fffffff2;border-right:1px solid #0000000d;min-width:120px;max-width:120px;position:sticky;left:0;box-shadow:2px 0 10px #00000005}.M3UFilter-module__1tx_va__compTable thead th{z-index:20;position:sticky;top:0}.M3UFilter-module__1tx_va__compTable thead th:first-child{z-index:30}.M3UFilter-module__1tx_va__compTable th:not(:first-child),.M3UFilter-module__1tx_va__compTable td:not(:first-child){text-align:center;min-width:160px}.M3UFilter-module__1tx_va__badgeGood,.M3UFilter-module__1tx_va__badgeBad{padding:4px 10px;font-size:.8rem}.M3UFilter-module__1tx_va__badgeGood i,.M3UFilter-module__1tx_va__badgeBad i{font-size:.9rem}}.M3UFilter-module__1tx_va__disclaimerBox{text-align:center;background:#fff5f5;border:1px solid #ff3b3033;border-radius:1rem;margin-top:3rem;padding:1.5rem;transition:transform .3s,border-color .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000001a}.M3UFilter-module__1tx_va__disclaimerBox:hover{border-color:#ff3b3066;transform:translateY(-2px)}.M3UFilter-module__1tx_va__disclaimerBox:before{content:"";background:#ff3b30;height:3px;position:absolute;top:0;left:0;right:0}.M3UFilter-module__1tx_va__disclaimerHeader{justify-content:center;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.M3UFilter-module__1tx_va__disclaimerIcon{color:#c00;font-size:1.5rem}.M3UFilter-module__1tx_va__disclaimerTitle{color:#c00;text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:1.1rem;font-weight:800}.M3UFilter-module__1tx_va__disclaimerText{color:#000;max-width:650px;margin:0 auto;font-size:.95rem;font-weight:500;line-height:1.6}.M3UFilter-module__1tx_va__disclaimerHighlight{color:#000;font-weight:800;text-decoration:underline #ff3b3066}
