:root{--pr-bg:#0f1117;--pr-surface:#1a1d27;--pr-surface-hover:#222632;--pr-border:#2a2e3a;--pr-text:#e2e4e9;--pr-text-muted:#8b8fa3;--pr-text-dim:#5c6070;--pr-accent:#2dd4a0;--pr-accent-dim:#2dd4a01f;--pr-gold:#d4a72d;--pr-gold-dim:#d4a72d1f;--pr-red:#e24b4a;--pr-red-dim:#e24b4a1a;--pr-sex-m:#6ea8fe;--pr-sex-f:#f0997b;--pr-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--pr-mono:"SF Mono", "Cascadia Code", "Fira Code", monospace;--pr-radius:8px;--pr-radius-sm:4px;--pr-radius-lg:10px;--pr-radius-pill:10px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{min-height:100vh}img,svg{max-width:100%;display:block}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:none}a{color:inherit;text-decoration:none}table{border-collapse:collapse;border-spacing:0}ul,ol{list-style:none}body{font-family:var(--pr-sans);color:var(--pr-text);background-color:var(--pr-bg);font-size:12px;font-weight:400;line-height:1.5}#root{flex-direction:column;min-height:100vh;display:flex}.pr-topbar{background:var(--pr-surface);border-bottom:1px solid var(--pr-border);align-items:center;height:48px;padding:0 20px;display:flex}.pr-topbar-logo{align-items:center;gap:8px;display:flex}.pr-topbar-logo-icon{background:var(--pr-accent);border-radius:6px;width:24px;height:24px}.pr-topbar-logo-text{letter-spacing:-.3px;font-size:15px;font-weight:500}.pr-topbar-nav{align-items:center;gap:4px;margin-left:32px;display:flex}.pr-topbar-nav-item{color:var(--pr-text-muted);border-radius:6px;padding:6px 14px;font-size:12px;font-weight:400;transition:background .1s,color .1s}.pr-topbar-nav-item:hover{color:var(--pr-text)}.pr-topbar-nav-item--active{background:var(--pr-accent-dim);color:var(--pr-accent)}.pr-topbar-sync{align-items:center;margin-left:12px;display:flex}.pr-search{margin-left:auto;position:relative}.pr-search-trigger{border-radius:var(--pr-radius);color:var(--pr-text-muted);background:var(--pr-bg);border:1px solid var(--pr-border);cursor:pointer;align-items:center;gap:8px;padding:5px 10px;font-size:12px;transition:color .1s,border-color .1s;display:flex}.pr-search-trigger:hover{color:var(--pr-text);border-color:var(--pr-accent)}.pr-search-icon{font-size:13px;line-height:1}.pr-search-shortcut{font-family:var(--pr-mono);color:var(--pr-text-dim);border:1px solid var(--pr-border);border-radius:var(--pr-radius-sm);padding:1px 5px;font-size:10px}.pr-search-open{background:var(--pr-bg);border:1px solid var(--pr-accent);border-radius:var(--pr-radius);align-items:center;gap:0;width:360px;display:flex;position:relative}.pr-search-input{color:var(--pr-text);background:0 0;border:none;outline:none;flex:1;padding:6px 10px;font-size:12px}.pr-search-input::placeholder{color:var(--pr-text-dim)}.pr-search-close{color:var(--pr-text-dim);cursor:pointer;background:0 0;border:none;padding:0 10px;font-size:13px}.pr-search-close:hover{color:var(--pr-text)}.pr-search-results{background:var(--pr-surface);border:1px solid var(--pr-border);border-radius:var(--pr-radius);z-index:100;width:360px;max-height:480px;position:absolute;top:calc(100% + 6px);right:0;overflow-y:auto;box-shadow:0 8px 24px #00000059}.pr-search-hint,.pr-search-error{color:var(--pr-text-dim);padding:14px;font-size:12px}.pr-search-error{color:var(--pr-red)}.pr-search-list{margin:0;padding:6px 0;list-style:none}.pr-search-group{padding:6px 0}.pr-search-group-label{letter-spacing:.5px;text-transform:uppercase;color:var(--pr-text-dim);padding:4px 14px;font-size:10px;font-weight:500;display:block}.pr-search-group-items{margin:0;padding:0;list-style:none}.pr-search-item{cursor:pointer;justify-content:space-between;align-items:center;gap:10px;padding:7px 14px;transition:background 80ms;display:flex}.pr-search-item:hover,.pr-search-item--active{background:var(--pr-surface-hover)}.pr-search-item-name{color:var(--pr-text);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.pr-search-item-meta{color:var(--pr-text-dim);white-space:nowrap;flex-shrink:0;font-size:11px}@media (width<=768px){.pr-search-open,.pr-search-results{width:240px}}.pr-topbar-sync-dot{background:var(--pr-accent);border-radius:50%;width:6px;height:6px}.pr-ranking{flex-direction:column;gap:16px;padding:16px 20px;display:flex}.pr-ranking-kpis{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.pr-kpi{background:var(--pr-surface);border-radius:var(--pr-radius);flex-direction:column;gap:4px;padding:12px 14px;display:flex}.pr-kpi-label{letter-spacing:.5px;text-transform:uppercase;color:var(--pr-text-dim);font-size:11px;font-weight:500}.pr-kpi-value{font-family:var(--pr-mono);letter-spacing:-.5px;color:var(--pr-text);font-size:22px;font-weight:500}.pr-kpi-value--accent{color:var(--pr-accent)}.pr-kpi-value--dim{color:var(--pr-text-muted);font-size:13px}.pr-table-wrapper{background:var(--pr-surface);border-radius:var(--pr-radius);border:1px solid var(--pr-border);overflow:hidden}.pr-table-header{align-items:center;gap:10px;padding:12px 14px;display:flex}.pr-table-title{font-size:13px;font-weight:500}.pr-table-count{background:var(--pr-bg);border-radius:var(--pr-radius-pill);font-family:var(--pr-mono);color:var(--pr-text-dim);padding:2px 8px;font-size:11px}.pr-table{table-layout:fixed;width:100%}.pr-table thead th{letter-spacing:.3px;text-transform:uppercase;color:var(--pr-text-dim);border-bottom:1px solid var(--pr-border);padding:9px 10px;font-size:11px;font-weight:500}.pr-table tbody tr{cursor:pointer;border-bottom:1px solid #2a2e3a80;transition:background .1s}.pr-table tbody tr:hover{background:var(--pr-surface-hover)}.pr-table tbody td{text-overflow:ellipsis;white-space:nowrap;padding:9px 10px;font-size:12px;overflow:hidden}.pr-cell-name{font-weight:500}.pr-cell-mono{font-family:var(--pr-mono)}.pr-cell-muted{color:var(--pr-text-muted)}.pr-cell-dim{color:var(--pr-text-dim);font-size:11px}.pr-badge-vic{border-radius:var(--pr-radius-pill);min-width:22px;height:20px;font-family:var(--pr-mono);background:var(--pr-surface-hover);color:var(--pr-text-muted);justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-weight:500;display:inline-flex}.pr-badge-vic--accent{background:var(--pr-accent-dim);color:var(--pr-accent)}.pr-badge-vic--gold{background:var(--pr-gold-dim);color:var(--pr-gold)}.pr-loading,.pr-empty,.pr-error{text-align:center;color:var(--pr-text-muted);padding:40px 20px;font-size:13px}.pr-error{color:var(--pr-red)}.pr-filters-bar{background:var(--pr-surface);border-radius:var(--pr-radius);border:1px solid var(--pr-border);flex-wrap:wrap;align-items:center;gap:8px 12px;padding:12px 14px;display:flex}.pr-filter-group{align-items:center;gap:6px;display:flex}.pr-filter-label{letter-spacing:.5px;text-transform:uppercase;color:var(--pr-text-dim);margin-right:2px;font-size:10px;font-weight:500}.pr-chip{border-radius:var(--pr-radius-pill);color:var(--pr-text-muted);background:var(--pr-bg);border:1px solid #0000;padding:4px 10px;font-size:11px;transition:background .1s,color .1s,border-color .1s}.pr-chip:hover{color:var(--pr-text);background:var(--pr-surface-hover)}.pr-chip--active{background:var(--pr-accent-dim);color:var(--pr-accent);border-color:#2dd4a04d}.pr-chip--clear{color:var(--pr-red);background:var(--pr-red-dim);margin-left:auto}.pr-chip--clear:hover{color:var(--pr-red);background:#e24b4a2e}.pr-detail{flex-direction:column;gap:16px;padding:16px 20px;display:flex}.pr-detail-header{justify-content:space-between;align-items:flex-start;gap:16px;padding:4px 0 8px;display:flex}.pr-detail-title{letter-spacing:-.5px;color:var(--pr-text);font-size:22px;font-weight:500}.pr-detail-subtitle{color:var(--pr-text-muted);flex-wrap:wrap;align-items:center;gap:6px;margin-top:6px;font-size:12px;display:flex}.pr-detail-sep{color:var(--pr-text-dim)}.pr-detail-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.pr-detail-card{background:var(--pr-surface);border-radius:var(--pr-radius);border:1px solid var(--pr-border);flex-direction:column;gap:10px;padding:14px 16px;display:flex}.pr-detail-card-title{letter-spacing:.3px;text-transform:uppercase;color:var(--pr-text-dim);font-size:12px;font-weight:500}.pr-detail-dl{grid-template-columns:max-content 1fr;gap:6px 14px;font-size:12px;display:grid}.pr-detail-dl dt{color:var(--pr-text-dim)}.pr-detail-dl dd{color:var(--pr-text)}.pr-detail-list{flex-direction:column;gap:4px;font-size:12px;display:flex}.pr-detail-empty{color:var(--pr-text-dim);font-size:11px;font-style:italic}.pr-link{color:var(--pr-accent)}.pr-link:hover{text-decoration:underline}.pr-no-hover{cursor:default}.pr-no-hover:hover{background:0 0!important}.pr-btn-watch{border-radius:var(--pr-radius);color:var(--pr-text-muted);background:var(--pr-surface);border:1px solid var(--pr-border);padding:6px 12px;font-size:11px;font-weight:500;transition:all .1s}.pr-btn-watch:hover{color:var(--pr-text);border-color:var(--pr-accent)}.pr-btn-watch--active{color:var(--pr-gold);background:var(--pr-gold-dim);border-color:#d4a72d66}.pr-btn-watch-mini{border-radius:var(--pr-radius-sm);width:24px;height:24px;color:var(--pr-text-dim);background:0 0;font-size:13px;transition:color .1s,background .1s}.pr-btn-watch-mini:hover{color:var(--pr-gold);background:var(--pr-gold-dim)}.pr-btn-watch-mini--active{color:var(--pr-gold)}.pr-btn-watch-mini--remove:hover{color:var(--pr-red);background:var(--pr-red-dim)}.pr-dist-list{flex-direction:column;gap:6px;display:flex}.pr-dist-row{grid-template-columns:90px 1fr 36px;align-items:center;gap:8px;font-size:12px;display:grid}.pr-dist-label{color:var(--pr-text-muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pr-dist-bar{background:var(--pr-bg);border-radius:3px;height:6px;overflow:hidden}.pr-dist-bar-fill{background:var(--pr-accent);height:100%;display:block}.pr-dist-value{color:var(--pr-text);text-align:right;font-size:11px}.pr-top-list{flex-direction:column;gap:6px;font-size:12px;display:flex}.pr-top-list li{grid-template-columns:22px 1fr auto auto;align-items:center;gap:8px;padding:4px 0;display:grid}.pr-top-rank{color:var(--pr-text-dim);font-family:var(--pr-mono);font-size:11px}.pr-top-nombre{color:var(--pr-text);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pr-top-extra{color:var(--pr-text-dim);font-size:10px}.pr-trend{border-top:1px solid var(--pr-border);align-items:flex-end;gap:8px;height:200px;padding:14px 16px;display:flex}.pr-trend-bar{flex-direction:column;flex:1;align-items:center;min-width:40px;height:100%;display:flex;position:relative}.pr-trend-bar-fill{background:var(--pr-accent);border-radius:3px 3px 0 0;width:70%;min-height:4px;margin-top:auto}.pr-trend-bar-value{font-family:var(--pr-mono);color:var(--pr-text-muted);font-size:10px;position:absolute;top:0}.pr-trend-bar-label{color:var(--pr-text-dim);letter-spacing:.3px;text-transform:uppercase;margin-top:4px;font-size:10px}.pr-ranking-bottom{grid-template-columns:1fr 1fr}.pr-cell-watch-star{color:var(--pr-gold);margin-right:2px;font-size:11px}.pr-row-winner>td{background:var(--pr-accent-dim)}.pr-row-winner>td:first-child{box-shadow:inset 2px 0 0 var(--pr-accent)}.pr-campania-row{transition:background 80ms}.pr-campania-row:hover{background:var(--pr-surface-hover)}.pr-campania-expansion{flex-direction:column;gap:8px;padding:12px 14px 14px 38px;display:flex}.pr-campania-expansion-header{flex-wrap:wrap;align-items:baseline;gap:12px;font-size:12px;display:flex}.pr-campania-expansion-title{color:var(--pr-text);font-size:13px;font-weight:500}.pr-dot-new{background:var(--pr-accent);border-radius:50%;width:6px;height:6px;display:inline-block}.pr-table-scroll{overflow-x:auto}.pr-table-excel{table-layout:auto;min-width:1500px;font-family:var(--pr-mono)}.pr-table-excel thead th{font-family:var(--pr-sans);background:var(--pr-surface);z-index:1;position:sticky;top:0}.pr-table-sort{cursor:pointer;-webkit-user-select:none;user-select:none}.pr-table-sort:hover{color:var(--pr-text)}.pr-h2h{gap:10px;display:grid}.pr-h2h-2{grid-template-columns:1fr 1fr}.pr-h2h-3{grid-template-columns:1fr 1fr 1fr}.pr-h2h-name{color:var(--pr-text);text-transform:none;letter-spacing:0;font-size:14px}.pr-h2h-sub{color:var(--pr-text-muted);align-items:center;gap:6px;font-size:12px;display:flex}.pr-h2h-sep{border:none;border-top:1px solid var(--pr-border);margin:4px 0}.pr-h2h-section{letter-spacing:.3px;text-transform:uppercase;color:var(--pr-text-dim);font-size:11px;font-weight:500}.pr-h2h-campania li{flex-wrap:wrap;align-items:center;gap:6px;display:flex}@media print{.pr-topbar,.pr-filters-bar,.pr-btn-watch,.pr-btn-watch-mini,.pr-no-print{display:none!important}body{color:#000!important;background:#fff!important}.pr-ranking,.pr-detail{padding:8px!important}.pr-table-wrapper,.pr-detail-card,.pr-kpi{page-break-inside:avoid;box-shadow:none!important;background:#fff!important;border:1px solid #ccc!important}.pr-cell-name,.pr-cell-mono,.pr-cell-muted,.pr-cell-dim,.pr-kpi-value,.pr-detail-title,.pr-detail-subtitle,.pr-detail-card-title,.pr-table-title{color:#000!important}.pr-table thead th{color:#333!important}.pr-row-winner>td{background:#f3f3f3!important}}.pr-export-bar{gap:8px;margin-left:auto;display:flex}@media (width<=1024px){.pr-ranking-kpis{grid-template-columns:repeat(2,1fr)}.pr-detail-grid{grid-template-columns:1fr 1fr}.pr-h2h-3,.pr-h2h-2{grid-template-columns:1fr}}@media (width<=768px){.pr-topbar-nav{display:none}.pr-table-wrapper{overflow-x:auto}.pr-table{min-width:700px}.pr-detail-grid{grid-template-columns:1fr}.pr-detail-header{flex-direction:column}}.pr-auth-pending{min-height:100dvh;color:var(--pr-text-muted);justify-content:center;align-items:center;font-size:.95rem;display:flex}.pr-auth-pending-text:after{content:"";width:1ch;animation:1.4s steps(4,end) infinite pr-auth-dots;display:inline-block}@keyframes pr-auth-dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}}.pr-login-shell{background:var(--pr-bg);justify-content:center;align-items:center;min-height:100dvh;padding:24px;display:flex}.pr-login-card{background:var(--pr-surface);border:1px solid var(--pr-border);border-radius:var(--pr-radius-lg);width:100%;max-width:22rem;padding:24px;box-shadow:0 4px 12px #0000004d}.pr-login-header{flex-direction:column;align-items:center;gap:8px;margin-bottom:20px;display:flex}.pr-login-logo-icon{background:var(--pr-accent);border-radius:50%;width:2.5rem;height:2.5rem;box-shadow:0 0 0 4px #0000001a}.pr-login-title{letter-spacing:.02em;margin:0;font-size:1.5rem;font-weight:600}.pr-login-subtitle{color:var(--pr-text-muted);text-align:center;margin:0;font-size:.9rem}.pr-login-form{flex-direction:column;gap:16px;display:flex}.pr-login-field{flex-direction:column;gap:4px;display:flex}.pr-login-label{color:var(--pr-text-muted);font-size:.8rem;font-weight:500}.pr-login-field input{background:var(--pr-bg);border:1px solid var(--pr-border);border-radius:var(--pr-radius);width:100%;color:var(--pr-text);font:inherit;padding:.6rem .75rem}.pr-login-field input:focus{border-color:var(--pr-accent);box-shadow:0 0 0 2px var(--pr-accent-dim);outline:none}.pr-login-field input:disabled{opacity:.6;cursor:not-allowed}.pr-login-error{background:var(--pr-red-dim);border-radius:var(--pr-radius);color:var(--pr-red);border:1px solid #e24b4a66;margin:0;padding:8px 12px;font-size:.85rem}.pr-login-submit{background:var(--pr-accent);color:var(--pr-bg);border-radius:var(--pr-radius);cursor:pointer;border:none;padding:.65rem 1rem;font-weight:600;transition:filter .15s}.pr-login-submit:hover:not(:disabled){filter:brightness(1.1)}.pr-login-submit:disabled{opacity:.6;cursor:not-allowed}.pr-user-menu{margin-left:8px;position:relative}.pr-user-trigger{border:1px solid var(--pr-border);border-radius:var(--pr-radius);color:var(--pr-text);cursor:pointer;font:inherit;background:0 0;align-items:center;gap:8px;padding:.35rem .6rem;font-size:.85rem;transition:background .15s;display:inline-flex}.pr-user-trigger:hover{background:var(--pr-surface)}.pr-user-avatar{background:var(--pr-accent);width:1.5rem;height:1.5rem;color:var(--pr-bg);border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:inline-flex}.pr-user-name{white-space:nowrap;text-overflow:ellipsis;max-width:8rem;overflow:hidden}.pr-user-chevron{color:var(--pr-text-muted);font-size:.7rem}.pr-user-popover{background:var(--pr-surface);border:1px solid var(--pr-border);border-radius:var(--pr-radius);z-index:50;min-width:12rem;padding:8px 0;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 8px 24px #0000004d}.pr-user-popover-header{border-bottom:1px solid var(--pr-border);flex-direction:column;margin-bottom:8px;padding:8px 12px;display:flex}.pr-user-popover-name{font-weight:600}.pr-user-popover-username{color:var(--pr-text-muted);font-size:.78rem}.pr-user-popover-item{text-align:left;width:100%;font:inherit;color:var(--pr-text);cursor:pointer;background:0 0;border:none;padding:.5rem 12px;font-size:.85rem;display:block}.pr-user-popover-item:hover,.pr-user-popover-item:focus-visible{background:#ffffff0a;outline:none}.pr-wl-shell{grid-template-columns:220px 1fr;align-items:start;gap:20px;padding:16px 20px;display:grid}.pr-wl-sidebar{background:var(--pr-surface);border:1px solid var(--pr-border);border-radius:var(--pr-radius);flex-direction:column;gap:8px;padding:12px;display:flex;position:sticky;top:16px}.pr-wl-sidebar-title{text-transform:uppercase;letter-spacing:.05em;color:var(--pr-text-muted);margin:0 0 4px;font-size:11px;font-weight:600}.pr-wl-folder-list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.pr-wl-folder{border-radius:var(--pr-radius-sm);align-items:center;transition:background .15s;display:flex;position:relative}.pr-wl-folder:hover{background:var(--pr-surface-hover)}.pr-wl-folder--active{background:var(--pr-accent-dim)}.pr-wl-folder-btn{color:var(--pr-text);font:inherit;cursor:pointer;text-align:left;background:0 0;border:none;flex:1;justify-content:space-between;align-items:center;gap:8px;padding:6px 8px;font-size:13px;display:flex}.pr-wl-folder--active .pr-wl-folder-btn{color:var(--pr-accent);font-weight:600}.pr-wl-folder-name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.pr-wl-folder-count{color:var(--pr-text-muted);font-variant-numeric:tabular-nums;font-size:11px}.pr-wl-folder-delete{color:var(--pr-text-dim);border-radius:var(--pr-radius-sm);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;font-size:16px;display:none}.pr-wl-folder:hover .pr-wl-folder-delete{display:inline-flex}.pr-wl-folder-delete:hover{background:var(--pr-red-dim);color:var(--pr-red)}.pr-wl-folder-edit input,.pr-wl-folder-create input{background:var(--pr-bg);border:1px solid var(--pr-border);border-radius:var(--pr-radius-sm);width:100%;color:var(--pr-text);font:inherit;padding:6px 8px;font-size:13px}.pr-wl-folder-edit input:focus,.pr-wl-folder-create input:focus{border-color:var(--pr-accent);outline:none}.pr-wl-folder-create{flex-direction:column;gap:6px;padding:6px 0;display:flex}.pr-wl-folder-create-actions{gap:6px;display:flex}.pr-wl-folder-add{border:1px dashed var(--pr-border);border-radius:var(--pr-radius-sm);color:var(--pr-text-muted);font:inherit;cursor:pointer;background:0 0;margin-top:4px;padding:6px;font-size:12px}.pr-wl-folder-add:hover{color:var(--pr-accent);border-color:var(--pr-accent)}.pr-wl-folder-error{background:var(--pr-red-dim);border-radius:var(--pr-radius-sm);color:var(--pr-red);border:1px solid #e24b4a66;margin:0;padding:6px 8px;font-size:11px}.pr-wl-main{min-width:0}.pr-wl-folder-select{background:var(--pr-bg);border:1px solid var(--pr-border);border-radius:var(--pr-radius-sm);color:var(--pr-text);font:inherit;cursor:pointer;max-width:100%;padding:3px 6px;font-size:12px}.pr-wl-folder-select:focus{border-color:var(--pr-accent);outline:none}.pr-btn-watch--ghost{color:var(--pr-text-muted);background:0 0}.pr-btn-watch--ghost:hover{background:var(--pr-surface-hover)}@media (width<=768px){.pr-wl-shell{grid-template-columns:1fr}.pr-wl-sidebar{position:static}}
