:root{--wm-blue:#1d429b;--wm-orange:#f89b24;--wm-black:#000;--wm-grey:#666;--wm-light-blue:#a6c3e6;--wm-dark-blue:#21366b;--wm-bg:#fff;--wm-bg-subtle:#f4f6fa;--wm-bg-card:#fff;--wm-text:#000;--wm-text-muted:#666;--wm-text-inverse:#fff;--wm-border:#c8d4e8;--wm-border-subtle:#e4eaf4;--wm-header-bg:#1d429b;--wm-header-text:#fff;--wm-status-green:#28a745;--wm-status-amber:#ffc107;--wm-status-red:#dc3545;--wm-status-info:#a6c3e6;--wm-font:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;--wm-space-1:4px;--wm-space-2:8px;--wm-space-3:12px;--wm-space-4:16px;--wm-space-5:20px;--wm-space-6:24px;--wm-space-8:32px;--wm-space-10:40px;--wm-space-12:48px;--wm-radius-sm:4px;--wm-radius-md:8px;--wm-radius-lg:12px;--wm-radius-pill:9999px;--wm-shadow-sm:0 1px 3px rgba(29,66,155,.08);--wm-shadow-md:0 4px 12px rgba(29,66,155,.12);--wm-shadow-lg:0 8px 24px rgba(29,66,155,.15);--wm-shadow-orange:0 4px 16px rgba(248,155,36,.3)}[data-theme=dark]{--wm-bg:#0d1b3e;--wm-bg-subtle:#152251;--wm-bg-card:#1a2b63;--wm-text:#e8eef8;--wm-text-muted:#a6c3e6;--wm-border:#2a3f7a;--wm-border-subtle:#1e3060;--wm-shadow-sm:0 1px 3px rgba(0,0,0,.35);--wm-shadow-md:0 4px 12px rgba(0,0,0,.45);--wm-shadow-lg:0 8px 24px rgba(0,0,0,.55);--wm-header-bg:#1d429b;--wm-header-text:#fff}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--wm-bg-subtle);color:var(--wm-text);font-family:var(--wm-font);-webkit-font-smoothing:antialiased}a{color:inherit}.wm-header{background:var(--wm-header-bg);color:var(--wm-header-text);border-bottom:3px solid var(--wm-orange);padding:var(--wm-space-3) var(--wm-space-6);justify-content:space-between;position:-webkit-sticky;position:sticky;top:0;z-index:50}.wm-header,.wm-header-left{display:flex;align-items:center;gap:var(--wm-space-4)}.wm-logo-pill{background:#fff;border-radius:var(--wm-radius-md);padding:4px 10px;display:inline-flex;align-items:center}.wm-header-title{font-weight:800;font-size:18px;line-height:1.1}.wm-header-sub{font-weight:500;font-size:12px;opacity:.85}.wm-theme-btn{background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.25);color:#fff;border-radius:var(--wm-radius-pill);width:40px;height:40px;cursor:pointer;font-size:18px;display:inline-flex;align-items:center;justify-content:center;transition:background .15s}.wm-theme-btn:hover{background:hsla(0,0%,100%,.22)}.wm-main{max-width:1200px;margin:0 auto;padding:var(--wm-space-8) var(--wm-space-6) var(--wm-space-12)}.wm-page-head{margin-bottom:var(--wm-space-6)}.wm-page-head h1{font-size:26px;font-weight:800;margin:0 0 4px}.wm-page-head p{margin:0;color:var(--wm-text-muted);font-weight:500}.wm-page-head-row{display:flex;align-items:center;gap:var(--wm-space-4);margin-bottom:var(--wm-space-6);padding-bottom:var(--wm-space-5);border-bottom:3px solid var(--wm-orange)}.wm-page-head-row h1{font-size:26px;font-weight:800;margin:0 0 4px;color:var(--wm-blue)}.wm-page-head-row p{margin:0;color:var(--wm-text-muted);font-weight:500}.wm-section-title{font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--wm-text-muted);margin:var(--wm-space-8) 0 var(--wm-space-4)}.wm-card{background:var(--wm-bg-card);border:1px solid var(--wm-border-subtle);border-radius:var(--wm-radius-lg);box-shadow:var(--wm-shadow-sm);padding:var(--wm-space-6)}.wm-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:var(--wm-space-4);gap:var(--wm-space-4)}.wm-kpi-grid-6{grid-template-columns:repeat(6,1fr);gap:var(--wm-space-3)}.wm-kpi-grid-6 .wm-kpi{padding:var(--wm-space-4)}.wm-kpi-grid-6 .wm-kpi-value{font-size:30px}@media (max-width:1024px){.wm-kpi-grid-6{grid-template-columns:repeat(3,1fr)}}@media (max-width:560px){.wm-kpi-grid-6{grid-template-columns:repeat(2,1fr)}}.wm-kpi{background:var(--wm-bg-card);border:1px solid var(--wm-border-subtle);border-left:4px solid var(--wm-orange);border-radius:var(--wm-radius-lg);box-shadow:var(--wm-shadow-sm);padding:var(--wm-space-5)}.wm-kpi.is-primary{border-left-color:var(--wm-orange);background:linear-gradient(180deg,rgba(248,155,36,.06),transparent)}.wm-kpi-label{font-size:12px;font-weight:600;color:var(--wm-text-muted);text-transform:uppercase;letter-spacing:.03em}.wm-kpi-value{font-size:34px;font-weight:800;line-height:1.05;margin-top:6px;color:var(--wm-blue)}[data-theme=dark] .wm-kpi-value{color:var(--wm-orange)}.wm-kpi-hint{font-size:12px;color:var(--wm-text-muted);margin-top:4px;font-weight:500}.wm-kpi-label{display:flex;align-items:center;gap:5px}.wm-tip{position:relative;display:inline-flex;cursor:help;color:var(--wm-blue);font-size:12px;line-height:1}.wm-tip:after{content:attr(data-tip);bottom:calc(100% + 8px);background:var(--wm-dark-blue);color:#fff;padding:9px 11px;border-radius:var(--wm-radius-md);font-size:12px;font-weight:500;line-height:1.4;text-transform:none;letter-spacing:0;width:max-content;max-width:240px;white-space:normal;text-align:left;pointer-events:none;box-shadow:var(--wm-shadow-md)}.wm-tip:after,.wm-tip:before{position:absolute;left:50%;transform:translateX(-50%);opacity:0;visibility:hidden;transition:opacity .15s;z-index:70}.wm-tip:before{content:"";bottom:calc(100% + 2px);border:6px solid transparent;border-top:6px solid var(--wm-dark-blue)}.wm-tip:focus:after,.wm-tip:focus:before,.wm-tip:hover:after,.wm-tip:hover:before{opacity:1;visibility:visible}.wm-grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--wm-space-6);gap:var(--wm-space-6)}@media (max-width:860px){.wm-grid-2{grid-template-columns:1fr}}.wm-card h3{margin:0 0 var(--wm-space-4);font-size:16px;font-weight:700}.wm-funnel{flex-direction:column}.wm-funnel,.wm-funnel-row{display:flex;gap:var(--wm-space-3)}.wm-funnel-row{align-items:center}.wm-funnel-label{width:150px;font-size:13px;font-weight:600;flex-shrink:0}.wm-funnel-bar-wrap{flex:1 1;background:var(--wm-bg-subtle);border-radius:var(--wm-radius-sm);overflow:hidden;height:30px}.wm-funnel-bar{height:100%;background:linear-gradient(90deg,var(--wm-blue),var(--wm-dark-blue));display:flex;align-items:center;justify-content:flex-end;padding:0 8px;color:#fff;font-weight:700;font-size:12px;min-width:34px;transition:width .4s}.wm-funnel-row:last-child .wm-funnel-bar{background:linear-gradient(90deg,var(--wm-orange),#d9820f)}.wm-funnel-pct{width:54px;text-align:right;font-size:12px;color:var(--wm-text-muted);font-weight:600;flex-shrink:0}.wm-bars{display:flex;flex-direction:column}.wm-bar-row,.wm-bars{gap:var(--wm-space-3)}.wm-bar-row{display:grid;grid-template-columns:130px 1fr 92px;align-items:center;grid-gap:var(--wm-space-3)}.wm-bar-label{font-size:13px;font-weight:600}.wm-bar-track{background:var(--wm-bg-subtle);height:14px;overflow:hidden}.wm-bar-fill,.wm-bar-track{border-radius:var(--wm-radius-pill)}.wm-bar-fill{height:100%}.wm-bar-val{font-size:13px;font-weight:700;text-align:right}.wm-table-wrap{overflow-x:auto}table.wm-table{width:100%;border-collapse:collapse;font-size:14px}.wm-table thead th{background:var(--wm-blue);color:#fff;font-weight:600;text-align:left;padding:10px 12px;position:-webkit-sticky;position:sticky;top:0;white-space:nowrap}.wm-table td.num,.wm-table thead th.num{text-align:right}.wm-table tbody td{padding:10px 12px;border-bottom:1px solid var(--wm-border-subtle)}.wm-table tbody tr:hover{background:var(--wm-bg-subtle)}.wm-rank{color:var(--wm-text-muted);font-weight:700;width:34px}.wm-badge{display:inline-block;padding:2px 10px;border-radius:var(--wm-radius-pill);font-size:12px;font-weight:700;white-space:nowrap}.wm-badge.green{background:rgba(40,167,69,.14);color:var(--wm-status-green)}.wm-badge.amber{background:rgba(255,193,7,.18);color:#9a7400}.wm-badge.grey{background:hsla(0,0%,40%,.14);color:var(--wm-grey)}.wm-badge.blue{background:rgba(29,66,155,.12);color:var(--wm-blue)}.wm-badge.orange{background:rgba(248,155,36,.16);color:#b56a00}.wm-badge.red{background:rgba(220,53,69,.14);color:var(--wm-status-red)}[data-theme=dark] .wm-badge.amber{color:var(--wm-status-amber)}[data-theme=dark] .wm-badge.blue{color:var(--wm-light-blue)}[data-theme=dark] .wm-badge.orange{color:var(--wm-orange)}.wm-select{font-family:var(--wm-font);font-size:15px;font-weight:600;padding:10px 14px;border-radius:var(--wm-radius-md);border:1px solid var(--wm-border);background:var(--wm-bg-card);color:var(--wm-text);min-width:260px}.wm-tabs{display:inline-flex;background:var(--wm-bg-subtle);border-radius:var(--wm-radius-pill);padding:4px;gap:4px}.wm-tab{border:none;background:transparent;color:var(--wm-text-muted);font-family:var(--wm-font);font-weight:700;font-size:14px;padding:8px 18px;border-radius:var(--wm-radius-pill);cursor:pointer}.wm-tab.active{background:var(--wm-blue);color:#fff;box-shadow:var(--wm-shadow-sm)}.wm-link-btn{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:var(--wm-radius-sm);background:rgba(40,167,69,.12);color:var(--wm-status-green);font-weight:700;font-size:12px;text-decoration:none;border:none;cursor:pointer;font-family:var(--wm-font)}.wm-link-btn:hover{background:rgba(40,167,69,.2)}.wm-link-btn-blue{background:rgba(29,66,155,.12);color:var(--wm-blue)}.wm-link-btn-blue:hover{background:rgba(29,66,155,.2)}[data-theme=dark] .wm-link-btn-blue{color:var(--wm-light-blue)}.wm-name-link{background:none;border:none;padding:0;cursor:pointer;font-family:var(--wm-font);font-size:inherit;font-weight:700;color:var(--wm-blue);text-align:left}.wm-name-link:hover{text-decoration:underline}[data-theme=dark] .wm-name-link{color:var(--wm-light-blue)}.wm-modal-overlay{position:fixed;inset:0;z-index:100;background:rgba(13,27,62,.55);display:flex;align-items:center;justify-content:center;padding:var(--wm-space-4);animation:wm-fade .12s ease-out}@keyframes wm-fade{0%{opacity:0}to{opacity:1}}.wm-modal{background:var(--wm-bg-card);color:var(--wm-text);border-radius:var(--wm-radius-lg);box-shadow:var(--wm-shadow-lg);border-top:4px solid var(--wm-orange);width:100%;max-width:760px;max-height:88vh;overflow:hidden;display:flex;flex-direction:column}.wm-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--wm-space-4);padding:var(--wm-space-5) var(--wm-space-6);border-bottom:1px solid var(--wm-border-subtle)}.wm-modal-title{font-size:18px;font-weight:800}.wm-modal-sub{font-size:12px;color:var(--wm-text-muted);font-weight:600;margin-top:2px}.wm-modal-close{background:var(--wm-bg-subtle);border:none;color:var(--wm-text-muted);width:32px;height:32px;border-radius:var(--wm-radius-pill);cursor:pointer;font-size:14px;flex-shrink:0;line-height:1}.wm-modal-close:hover{background:var(--wm-border-subtle);color:var(--wm-text)}.wm-modal-body{padding:var(--wm-space-5) var(--wm-space-6);overflow-y:auto}.wm-foot{margin-top:var(--wm-space-10);text-align:center}.wm-foot,.wm-legend{color:var(--wm-text-muted);font-size:12px}.wm-legend{display:flex;flex-wrap:wrap;gap:var(--wm-space-4);margin-top:var(--wm-space-4);font-weight:600}.wm-legend span{display:inline-flex;align-items:center;gap:6px}.wm-dot{width:10px;height:10px;border-radius:50%;display:inline-block}.wm-empty{padding:var(--wm-space-10);text-align:center;color:var(--wm-text-muted);font-weight:600}.wm-note{display:flex;gap:12px;align-items:flex-start;background:rgba(166,195,230,.18);border:1px solid var(--wm-light-blue);border-left:4px solid var(--wm-blue);border-radius:var(--wm-radius-md);padding:14px 16px;margin-bottom:var(--wm-space-6);font-size:13px;line-height:1.5}.wm-note-icon{font-size:18px;line-height:1.2;flex-shrink:0}.wm-note strong{font-weight:700}.wm-note-defs{margin-top:8px;color:var(--wm-text-muted);font-weight:500}.wm-note-defs div{margin-top:2px}.wm-note-defs b{color:var(--wm-text);font-weight:700}.wm-login{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--wm-space-6);background:var(--wm-bg-subtle)}.wm-login-card{width:100%;max-width:380px;background:var(--wm-bg-card);border:1px solid var(--wm-border-subtle);border-top:4px solid var(--wm-orange);border-radius:var(--wm-radius-lg);box-shadow:var(--wm-shadow-lg);padding:var(--wm-space-8) var(--wm-space-6);text-align:center}.wm-login-logo{display:inline-flex;margin-bottom:var(--wm-space-4)}.wm-login-card h1{font-size:22px;font-weight:800;margin:0 0 4px;color:var(--wm-blue)}.wm-login-card p{font-size:13px;color:var(--wm-text-muted);margin:0 0 var(--wm-space-6);font-weight:500}.wm-login-form{display:flex;flex-direction:column;gap:var(--wm-space-3)}.wm-input{font-family:var(--wm-font);font-size:15px;padding:12px 14px;text-align:center;border:1px solid var(--wm-border);border-radius:var(--wm-radius-md);background:var(--wm-bg);color:var(--wm-text);width:100%}.wm-input:focus{outline:none;border-color:var(--wm-blue);box-shadow:0 0 0 3px rgba(29,66,155,.12)}.wm-btn{font-family:var(--wm-font);font-weight:700;font-size:15px;cursor:pointer;padding:12px 16px;border:none;border-radius:var(--wm-radius-md);background:var(--wm-orange);color:#fff;box-shadow:var(--wm-shadow-orange);transition:filter .15s}.wm-btn:hover{filter:brightness(1.05)}.wm-btn:disabled{opacity:.6;cursor:default}.wm-login-error{color:var(--wm-status-red);font-size:13px;font-weight:600;min-height:18px}@media (max-width:640px){.wm-header{padding:var(--wm-space-3) var(--wm-space-4)}.wm-header-title{font-size:16px}.wm-main{padding:var(--wm-space-6) var(--wm-space-4) var(--wm-space-10)}.wm-page-head h1{font-size:22px}.wm-card{padding:var(--wm-space-4)}.wm-funnel-row{flex-wrap:wrap;row-gap:4px}.wm-funnel-label{width:100%}.wm-funnel-bar-wrap{flex:1 1 auto}.wm-funnel-pct{width:44px}.wm-bar-row{grid-template-columns:88px 1fr 80px;gap:var(--wm-space-2)}.wm-bar-label{font-size:12px}.wm-page-head-row{gap:var(--wm-space-3)}.wm-page-head-row h1{font-size:20px}.wm-page-head-row img{height:40px}.wm-select{min-width:0;width:100%}.wm-section-title{font-size:13px}}