@import url(https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600&display=swap);:root{--bg:#050d12;--panel:rgba(10, 20, 26, 0.92);--panel-alt:rgba(12, 24, 30, 0.75);--panel-border:rgba(46, 210, 188, 0.25);--text:#e7f2f3;--text-dim:rgba(231, 242, 243, 0.65);--gap:10px;--radius:14px;--ves-g1:19;--ves-g2:7}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;background:radial-gradient(circle at top left,#0a1a22,var(--bg));color:var(--text);font-family:'Space Grotesk','Avenir Next','Helvetica Neue',sans-serif;overflow:hidden}html.ves-guard-fail,body.ves-guard-fail{background:#030406}body.ves-guard-fail::after{content:'Error de validacion de entorno';position:fixed;inset:0;display:flex;align-items:center;justify-content:center;color:rgb(255 255 255 / .72);font-size:15px;letter-spacing:.08em;text-transform:uppercase;z-index:2000;pointer-events:none}.ves-guard-fail .hud,.ves-guard-fail .hud-status-floating,.ves-guard-fail .legal-links,.ves-guard-fail .settings,.ves-guard-fail .grid-resize-controls{pointer-events:none!important;filter:blur(2px) grayscale(1)}.ves-guard-fail .grid{opacity:.2}.ves-guard-fail-screen{width:100%;height:100%;display:flex;align-items:center;justify-content:center;border:1px dashed rgb(255 255 255 / .22);border-radius:10px;color:rgb(255 255 255 / .62);background:rgb(0 0 0 / .45);text-transform:uppercase;letter-spacing:.08em}.page{min-height:100%;display:flex;flex-direction:column;position:relative}.hud{position:absolute;top:14px;left:16px;right:16px;display:flex;align-items:center;justify-content:space-between;pointer-events:none;z-index:5}.hud-left{display:inline-flex;align-items:center;background:rgb(4 10 14 / .6);border:1px solid rgb(255 255 255 / .08);border-radius:999px;padding:6px 14px;backdrop-filter:blur(6px)}.hud-title{font-size:14px;font-weight:400;display:flex;align-items:center;gap:8px}.hud-status,.hud-status-floating{font-size:11px;color:var(--text-dim)}.hud-status-floating{position:fixed;right:108px;left:auto;bottom:18px;max-width:min(38vw, 880px);min-height:50px;padding:8px 12px;border-radius:14px;background:rgb(4 10 14 / .42);backdrop-filter:blur(6px);border:1px solid rgb(255 255 255 / .08);text-align:left;z-index:6;pointer-events:auto;display:inline-flex;align-items:center;gap:10px;width:auto;flex-wrap:nowrap}.status-content{pointer-events:auto;display:inline-flex;align-items:center;white-space:nowrap;min-width:0}.hud-status-floating .status-link{color:var(--accent);text-decoration:underline;pointer-events:auto}.hud-status-floating .status-toggle{pointer-events:auto;appearance:none;border:0;background:#fff0;color:inherit;padding:0;margin:0;font:inherit;cursor:pointer}.hud-status-floating .status-toggle:hover,.hud-status-floating .status-link:hover{color:var(--text)}.status-pill{display:inline-flex;align-items:center;gap:6px}.status-dot{width:8px;height:8px;border-radius:999px;flex:0 0 auto;box-shadow:0 0 0 1px rgb(255 255 255 / .18)}.status-dot.is-active{background:#33d17a}.status-dot.is-inactive{background:#f66151}.hud-button{pointer-events:auto;border-radius:999px;border:1px solid rgb(255 255 255 / .18);background:rgb(255 255 255 / .08);color:var(--text);font-size:11px;padding:6px 12px;text-transform:uppercase;letter-spacing:.6px;display:inline-flex;align-items:center;justify-content:center}.hud-button svg{width:18px;height:18px}.hud-actions{display:inline-flex;align-items:center;gap:8px}.hud-progress{font-size:12px;color:var(--text-dim);padding:0 6px;min-width:90px;text-align:center}.hud-button.is-active{border-color:rgb(45 210 188 / .6);box-shadow:0 0 0 2px rgb(45 210 188 / .2)}.hud-button:disabled,.hud-button.is-disabled{opacity:.4;cursor:default;box-shadow:none}.hud-button.is-focused{border-color:rgb(255 255 255 / .65);box-shadow:0 0 0 2px rgb(255 255 255 / .25)}.grid-wrap{position:relative;flex:1;padding:16px 18px 12px;display:flex;align-items:center;justify-content:center;min-height:0}.grid{position:relative;z-index:2;width:100%;height:100%;display:grid;gap:var(--gap);max-width:100%;max-height:100%}.legal-links{position:fixed;left:18px;bottom:10px;z-index:0;display:flex;flex-direction:column;gap:4px;pointer-events:auto}.legal-link{color:rgb(255 255 255 / .3);font-size:11px;text-align:left;padding:0;cursor:pointer;text-decoration:underline;border:0;background:#fff0;display:inline}.legal-link:hover{color:rgb(231 242 243 / .86)}.grid-resize-controls{position:absolute;z-index:4;display:flex;gap:6px;opacity:0;transition:opacity 140ms ease,transform 140ms ease;pointer-events:none}.grid-wrap.show-cols-controls .grid-resize-controls-cols,.grid-wrap.show-rows-controls .grid-resize-controls-rows,.grid-resize-controls:focus-within{opacity:.95}.grid-resize-controls-cols{flex-direction:column}.grid-resize-controls-rows{flex-direction:row}.grid-resize-button{pointer-events:auto;border:1px solid rgb(255 255 255 / .2);background:rgb(4 10 14 / .44);color:var(--text);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;backdrop-filter:blur(6px)}.grid-resize-button-wide{width:34px;height:18px;font-size:12px}.grid-resize-button-tall{width:18px;height:34px;font-size:11px}.grid-resize-button:disabled{opacity:.35}.tile{position:relative;border-radius:var(--radius);overflow:hidden;background:rgb(0 0 0 / .4);border:1px solid rgb(255 255 255 / .08)}.tile video,.tile iframe{width:100%;height:100%;object-fit:cover;border:0;background:#000}.tile.is-audio{border-color:var(--accent);box-shadow:0 0 0 2px rgb(45 210 188 / .3)}.tile.is-off{filter:grayscale(1);opacity:.6}.tile.is-fixed::before{content:'';position:absolute;top:0;left:0;width:0;height:0;border-top:18px solid rgb(0 0 0 / .75);border-right:18px solid #fff0;z-index:2}.tile.is-fixed::after{content:'';position:absolute;top:4px;left:4px;width:6px;height:6px;border-radius:50%;background:rgb(45 210 188 / .8);z-index:3}.tile.is-fixed:hover::after{opacity:0}.tile.is-moving{border-color:rgb(255 255 255 / .7);box-shadow:0 0 0 2px rgb(255 255 255 / .2)}.tile.is-spotlight{z-index:2}.tile.is-hidden,.tile.is-spotlight-hidden{display:none}.hidden{display:none}.input-remote .tile.is-focus{outline:2px solid rgb(255 255 255 / .7);outline-offset:-2px}.input-remote .tile.is-focus.is-audio{outline-color:rgb(45 210 188 / .9)}.tile-overlay{position:absolute;inset:auto 0 0 0;padding:8px 10px;background:linear-gradient(0deg,rgb(0 0 0),transparent);font-size:12px;pointer-events:none}.tile-overlay .meta{font-size:10px;color:var(--text-dim)}.tile-error{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:12px;background:rgb(5 13 18 / .7);color:var(--text-dim);text-transform:uppercase;letter-spacing:.4px}.tile iframe{width:100%;height:100%;border:0;pointer-events:none}.tile.is-focus iframe,.tile:hover iframe{pointer-events:auto}.tile.is-focus .tile-overlay,.tile:hover .tile-overlay{opacity:0}.tile-favorite{position:absolute;top:calc(50% - 26px);left:8px;width:24px;height:24px;border-radius:8px;border:1px solid rgb(255 214 102 / .7);background:rgb(255 223 128 / .28);color:#fff1a6;display:inline-flex;align-items:center;justify-content:center;padding:0;opacity:0;pointer-events:none;z-index:3;transition:opacity 0.2s ease;transform:translateY(-50%)}.tile-button-favorite{border-color:rgb(255 214 102 / .9);background:rgb(255 223 128 / .42);color:#fff5bf;box-shadow:0 0 0 1px rgb(255 214 102 / .2)}.tile-spotlight{position:absolute;top:50%;left:8px;width:24px;height:24px;border-radius:8px;border:1px solid rgb(129 216 255 / .72);background:rgb(129 216 255 / .26);color:#d9f6ff;display:inline-flex;align-items:center;justify-content:center;padding:0;opacity:0;pointer-events:none;z-index:3;transition:opacity 0.2s ease}.tile-button-spotlight{border-color:rgb(129 216 255 / .9);background:rgb(129 216 255 / .42);color:#e8faff;box-shadow:0 0 0 1px rgb(129 216 255 / .2)}.tile-move{position:absolute;top:calc(50% + 26px);left:8px;width:24px;height:24px;border-radius:8px;border:1px solid rgb(193 152 255 / .74);background:rgb(193 152 255 / .26);color:#f0ddff;display:inline-flex;align-items:center;justify-content:center;padding:0;opacity:0;pointer-events:none;z-index:3;transition:opacity 0.2s ease}.tile-button-move{border-color:rgb(193 152 255 / .9);background:rgb(193 152 255 / .42);color:#f5e8ff;box-shadow:0 0 0 1px rgb(193 152 255 / .2)}.tile-favorite svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.6}.tile-spotlight svg,.tile-move svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.tile-spotlight,.tile-move{transform:translateY(-50%)}.tile.is-fixed .tile-favorite svg{fill:rgb(255 214 102 / .92);stroke:rgb(255 214 102 / .92)}.tile:hover .tile-favorite{opacity:1;pointer-events:auto}.tile:hover .tile-spotlight,.tile:hover .tile-move{opacity:1;pointer-events:auto}.tile-ban-actions{position:absolute;top:50%;right:8px;transform:translateY(-50%);display:flex;flex-direction:column;gap:6px;opacity:0;pointer-events:none;z-index:3}.tile-ban{width:26px;height:26px;border-radius:10px;border:1px solid rgb(231 84 84 / .55);background:rgb(231 84 84 / .25);color:#f3b8b8;display:inline-flex;align-items:center;justify-content:center;padding:0}.tile-ban svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.tile:hover .tile-ban-actions{opacity:1;pointer-events:auto}.tile-audio{position:absolute;top:8px;right:8px;background:rgb(0 0 0 / .6);border:1px solid rgb(255 255 255 / .2);color:var(--text);border-radius:8px;padding:4px;display:inline-flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.2s ease;pointer-events:none}.tile-audio svg{width:14px;height:14px}.tile.is-audio .tile-audio{opacity:1}.tile-actions{position:absolute;top:8px;left:50%;transform:translateX(-50%);display:inline-flex;gap:6px;opacity:0;pointer-events:none;z-index:3}.tile.is-youtube .tile-actions{top:48px}.tile-action{width:24px;height:24px;border-radius:8px;border:1px solid rgb(255 255 255 / .24);background:rgb(255 255 255 / .16);color:var(--text);display:inline-flex;align-items:center;justify-content:center;padding:0}.tile-action svg{width:14px;height:14px}.tile-action.is-active{border-color:rgb(45 210 188 / .78);background:rgb(45 210 188 / .3);box-shadow:0 0 0 1px rgb(45 210 188 / .16)}.tile-action-tag{font-size:11px;font-weight:700;letter-spacing:.02em}.tile-action-prev,.tile-action-next{border-color:rgb(255 188 122 / .76);background:rgb(255 188 122 / .42);color:#fff1d8;box-shadow:0 0 0 1px rgb(255 188 122 / .18)}.tile-action-random{border-color:rgb(255 160 102 / .8);background:rgb(255 160 102 / .44);color:#fff0e0;box-shadow:0 0 0 1px rgb(255 160 102 / .18)}.tile-action-kids{border-color:rgb(255 120 196 / .82);background:rgb(255 120 196 / .46);color:#ffe3f3;box-shadow:0 0 0 1px rgb(255 120 196 / .2)}.tile-action-music{border-color:rgb(122 226 255 / .8);background:rgb(122 226 255 / .44);color:#def8ff;box-shadow:0 0 0 1px rgb(122 226 255 / .2)}.tile-action-kids.is-active{border-color:rgb(255 120 196 / .95);background:rgb(255 120 196 / .42);box-shadow:0 0 0 1px rgb(255 120 196 / .22)}.tile-action-music.is-active{border-color:rgb(122 226 255 / .95);background:rgb(122 226 255 / .4);box-shadow:0 0 0 1px rgb(122 226 255 / .2)}.help-trigger{width:24px;height:24px;border-radius:10px;border:1px solid rgb(255 255 255 / .1);background:rgb(4 10 14 / .72);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:200;backdrop-filter:blur(6px);box-shadow:0 10px 24px rgb(0 0 0 / .22);cursor:pointer;user-select:none;pointer-events:auto;flex:0 0 auto;appearance:none;padding:0;line-height:1;position:static;transform:none;z-index:2;color:rgb(255 255 255 / .5)}.help-panel{position:fixed;inset:0;z-index:8;pointer-events:auto;background:rgb(0 0 0 / .08)}.help-card{position:absolute;right:18px;bottom:18px;width:min(540px, calc(100vw - 36px));padding:16px 18px;border-radius:16px;border:1px solid rgb(255 255 255 / .22);background:rgb(0 0 0 / .72);color:var(--text);font-size:12px;line-height:1.45;backdrop-filter:blur(10px);box-shadow:0 20px 40px rgb(0 0 0 / .28);pointer-events:auto;color:rgb(255 255 255 / .55)}.help-panel.hidden{display:none}.legal-panel{position:fixed;inset:0;z-index:8;pointer-events:auto;background:rgb(0 0 0 / .08)}.legal-panel.hidden{display:none}.legal-card{position:absolute;left:18px;bottom:18px;width:min(620px, calc(100vw - 36px));max-height:calc(100vh - 36px);display:flex;flex-direction:column;border-radius:16px;border:1px solid rgb(255 255 255 / .22);background:rgb(0 0 0 / .72);color:var(--text);backdrop-filter:blur(10px);box-shadow:0 20px 40px rgb(0 0 0 / .28);pointer-events:auto}.legal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px 8px;border-bottom:1px solid rgb(255 255 255 / .12)}.legal-title{font-size:14px;font-weight:600;color:var(--text)}.legal-close{height:28px;border-radius:8px;border:1px solid rgb(255 255 255 / .2);background:rgb(255 255 255 / .08);color:var(--text);padding:0 10px}.legal-body{overflow:auto;padding:10px 14px 14px;font-size:12px;line-height:1.45;color:rgb(231 242 243 / .88)}.legal-body h1{margin:0 0 10px;font-size:18px;line-height:1.2;color:var(--text)}.legal-body h2{margin:14px 0 8px;font-size:14px;line-height:1.25;color:var(--text)}.legal-body p{margin:0 0 8px}.legal-body ul{margin:0 0 10px 18px;padding:0}.legal-body li{margin:0 0 5px}.tile:hover .tile-actions{opacity:1;pointer-events:auto}.tile.is-fixed:hover .tile-actions{opacity:0;pointer-events:none}label{font-size:12px;color:var(--text-dim)}input[type='text'],select{height:36px;border-radius:10px;border:1px solid rgb(255 255 255 / .2);background:rgb(0 0 0 / .35);color:var(--text);padding:0 10px}button{height:36px;border-radius:10px;border:1px solid rgb(45 210 188 / .4);background:rgb(45 210 188 / .16);color:var(--text);cursor:pointer;padding:0 14px}button.ghost{border-color:rgb(255 255 255 / .2);background:rgb(255 255 255 / .05);color:var(--text-dim)}button:focus-visible,input[type='text']:focus-visible,select:focus-visible{outline:2px solid rgb(45 210 188 / .8);outline-offset:2px}.checkbox{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-dim)}.hint{font-size:11px;color:var(--text-dim)}.settings{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgb(3 8 10 / .72);backdrop-filter:blur(6px);z-index:20}.settings.hidden{display:none}.settings-panel{width:min(1200px, 94vw);height:min(900px, 92vh);background:var(--panel);border:1px solid var(--panel-border);border-radius:20px;display:flex;flex-direction:column;padding:18px;gap:14px;box-shadow:0 20px 50px rgb(0 0 0 / .4)}.settings-header{display:flex;align-items:center;justify-content:space-between}.settings-title{font-size:22px;font-weight:600}.settings-sub{font-size:12px;color:var(--text-dim)}.settings-body{flex:1;display:grid;grid-template-columns:1.1fr 0.9fr;gap:16px;overflow:hidden}.settings-grid,.settings-controls{background:var(--panel-alt);border:1px solid rgb(255 255 255 / .08);border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:12px;overflow:hidden;min-height:0}.section-title{font-size:13px;color:var(--text-dim);letter-spacing:.4px;text-transform:uppercase}.screen-frame{flex:0 0 52%;position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;max-height:52%;min-height:0}.screen-viewport{position:relative;border-radius:16px;border:1px dashed rgb(255 255 255 / .2);background:rgb(4 10 14 / .5);padding:14px;display:flex;align-items:center;justify-content:center;max-width:100%;max-height:100%}.screen-label{position:absolute;top:10px;left:12px;font-size:11px;color:var(--text-dim);background:rgb(0 0 0 / .4);padding:4px 8px;border-radius:999px}.slot-grid{width:100%;height:100%;gap:var(--gap);margin:auto;max-width:100%;max-height:100%;min-width:0}.slot-tile{position:relative;border-radius:var(--radius);border:1px solid rgb(255 255 255 / .12);background:rgb(0 0 0 / .3);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:10px;font-size:11px;color:var(--text-dim);overflow:hidden;min-width:0}.input-remote .slot-tile.is-focused{border-color:var(--accent);color:var(--text);box-shadow:0 0 0 2px rgb(45 210 188 / .25)}.slot-tile.is-assigned{color:var(--text)}.slot-tile.is-moving{border-color:rgb(255 255 255 / .6);box-shadow:0 0 0 2px rgb(255 255 255 / .2)}.slot-tile.is-fixed::after{content:'';position:absolute;top:6px;left:6px;width:8px;height:8px;border-radius:50%;background:rgb(45 210 188 / .8)}.slot-tile.is-hidden{display:none}.slot-tile.is-special{border-color:rgb(255 255 255 / .2)}.slot-tile .slot-meta{font-size:10px;color:var(--text-dim)}.slot-title{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.settings-actions{display:flex;justify-content:flex-end}.field{display:flex;flex-direction:column;gap:8px}.field.inline{flex-direction:row;align-items:center;justify-content:space-between;gap:12px}.control-inline{display:flex;gap:8px}.filters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.channel-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:8px;padding-right:4px}.settings-grid .channel-list,.settings-grid .favorites-list{min-height:140px}.channel-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.source-tag{font-size:10px;color:var(--text-dim);border:1px solid rgb(255 255 255 / .18);border-radius:999px;padding:2px 6px}.channel-item{padding:10px 12px;border-radius:12px;border:1px solid rgb(255 255 255 / .1);background:rgb(0 0 0 / .25);cursor:pointer}.channel-item .meta{font-size:11px;color:var(--text-dim)}.input-remote .channel-item.is-focused{border-color:var(--accent);background:rgb(45 210 188 / .15)}.channel-item.is-selected{border-color:rgb(45 210 188 / .7)}.settings-tabs{display:inline-flex;gap:8px;margin-top:8px}.tab{border:1px solid rgb(255 255 255 / .12);background:rgb(0 0 0 / .2);color:var(--text-dim);border-radius:999px;padding:6px 12px;font-size:12px;cursor:pointer}.tab.is-active{color:var(--text);border-color:rgb(45 210 188 / .6);box-shadow:0 0 0 2px rgb(45 210 188 / .15)}.favorites-list{display:flex;flex-direction:column;gap:8px;max-height:280px;overflow:auto;margin-top:6px;padding-right:4px}.favorites-actions{margin-top:8px;display:flex;justify-content:flex-end}.banned-section{margin-top:12px}.banned-title{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim)}.banned-list{display:flex;flex-direction:column;gap:8px;max-height:220px;overflow:auto;margin-top:6px;padding-right:4px}.banned-item{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;background:rgb(30 10 12 / .28);border:1px solid rgb(231 84 84 / .25);border-radius:12px;padding:8px 10px}.banned-info{display:flex;flex-direction:column;gap:2px}.banned-name{font-size:13px}.banned-meta{font-size:10px;color:var(--text-dim)}.banned-remove{border:1px solid rgb(231 84 84 / .45);background:rgb(231 84 84 / .18);color:#f3b8b8;border-radius:10px;padding:4px 10px;font-size:11px;cursor:pointer}.banned-empty{font-size:12px;color:var(--text-dim);padding:6px 0}.favorite-item{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;background:rgb(0 0 0 / .24);border:1px solid rgb(255 255 255 / .08);border-radius:12px;padding:8px 10px}.favorite-item.is-missing{opacity:.6}.favorite-item.is-focused{border-color:rgb(45 210 188 / .65);box-shadow:0 0 0 2px rgb(45 210 188 / .2)}.favorite-info{display:flex;flex-direction:column;gap:2px}.favorite-name{font-size:13px}.favorite-meta{font-size:10px;color:var(--text-dim)}.favorite-toggle{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--text-dim)}.favorite-remove{border:1px solid rgb(255 255 255 / .12);background:rgb(0 0 0 / .25);color:var(--text-dim);border-radius:8px;padding:6px 10px;font-size:11px}.favorite-empty{font-size:12px;color:var(--text-dim)}.settings-footer{font-size:12px;color:var(--text-dim);text-align:center}@media (max-width:980px){.settings-body{grid-template-columns:1fr}.filters{grid-template-columns:1fr}}