.w-page{width:100%;min-width:0;max-width:1440px;margin:0 auto;padding:1.5rem;color:var(--primary);font-family:Inter,system-ui,sans-serif}.w-header{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.6rem}.w-header h1{margin:.4rem 0 .6rem;font-size:2rem;font-weight:650;letter-spacing:-.06rem}.w-header p,.w-section-heading p{color:var(--secondary);font-size:.78rem;line-height:1.6;margin:.35rem 0 0}.w-header img{object-fit:contain;width:194px;height:32px}.w-kicker{color:var(--blue);font-size:.65rem;letter-spacing:.12rem;font-weight:600}.w-panel{border:1px solid var(--stroke);border-radius:.9rem;background:var(--bg);padding:1.25rem;margin-bottom:1.25rem;min-width:0}.w-section-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.w-section-heading h2{font-size:1.1rem;font-weight:550;margin:0}.w-page label{display:flex;flex-direction:column;gap:.4rem;font-size:.7rem;color:var(--secondary)}.w-page input,.w-page select{width:100%;min-width:0;border:1px solid var(--stroke);border-radius:.5rem;background:var(--grey-7);padding:.65rem;color:var(--primary);font:400 .78rem Inter,system-ui,sans-serif}.w-page button{border:1px solid var(--stroke);background:var(--bg);color:var(--primary);border-radius:.5rem;padding:.55rem .75rem;font:500 .72rem Inter,system-ui,sans-serif;cursor:pointer}.w-page button:hover{border-color:var(--blue)}.w-page button:disabled{opacity:.4;cursor:default}.w-page :focus-visible{outline:2px solid var(--blue);outline-offset:3px}.w-page .w-positive{color:var(--green)}.w-page .w-negative{color:var(--red)}.w-counts{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.7rem;color:var(--secondary)}.w-breadth{height:5px;border-radius:5px;overflow:hidden;background:var(--red);margin:.7rem 0 1.3rem}.w-breadth[data-empty=true]{background:var(--stroke)}.w-breadth span{display:block;height:100%;background:var(--green);transition:width .2s ease}.w-leaders{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,270px),1fr));gap:1.3rem}.w-leader-card{background:var(--grey-7);border:1px solid var(--stroke);border-radius:.65rem;padding:1rem;min-width:0}.w-leader-heading{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.7rem}.w-leader-heading h3{margin:0;font-size:.9rem;font-weight:550}.w-leader-heading button{border:0;background:0 0;color:var(--blue);padding:0;font-size:.65rem}.w-leader-row{display:flex;align-items:center;justify-content:space-between;gap:.7rem;padding:.85rem 0;font-size:.76rem;color:var(--primary);border-bottom:1px solid var(--stroke);text-decoration:none}.w-leader-entry:last-child .w-leader-row{border:0;padding-bottom:0}.w-leader-row>span{min-width:0}.w-leader-row>span:last-child{text-align:right;flex-shrink:0;font-variant-numeric:tabular-nums}.w-leader-row strong{font-weight:550}.w-leader-row b{display:block;font-weight:550;font-size:.73rem;margin-top:.35rem}.w-leader-row small{display:block;max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--secondary);font-size:.65rem;margin-top:.35rem}.w-filters{display:flex;align-items:flex-end;gap:.8rem;margin-bottom:1rem;flex-wrap:wrap}.w-filters label:first-child{flex:1;min-width:160px}.w-filters label:last-child{min-width:150px}.w-tabs{display:flex;gap:.4rem;overflow-x:auto}.w-tabs button{border-radius:2rem;white-space:nowrap}.w-tabs [aria-pressed=true]{background:var(--blue-10);color:var(--blue);border-color:var(--blue)}.w-status{font-size:.72rem;line-height:1.6;color:var(--secondary)}.w-table-scroll{width:100%;overflow-x:auto;margin-top:1rem}.w-table{width:100%;border-collapse:collapse;font-size:.75rem;white-space:nowrap}.w-table th{text-align:left;color:var(--secondary);font-weight:450;padding:.65rem .5rem}.w-table th button{padding:0;border:0;color:var(--secondary);background:0 0;font-size:.66rem}.w-table td{border-top:1px solid var(--stroke);padding:.85rem .5rem;font-variant-numeric:tabular-nums}.w-table td:first-child,.w-table th:first-child{padding-left:0}.w-table a{color:var(--primary);text-decoration:none}.w-table a:hover strong{color:var(--blue)}.w-table strong{font-size:.8rem;font-weight:550}.w-table small{display:block;max-width:200px;overflow:hidden;text-overflow:ellipsis;color:var(--secondary);font-size:.61rem;margin-top:.3rem}.w-pagination{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:1rem;color:var(--secondary);font-size:.65rem}.w-pagination>div{display:flex;gap:.4rem}.w-empty{text-align:center;padding:2rem .5rem;color:var(--secondary);font-size:.76rem;line-height:1.7}.w-empty h3{color:var(--primary);font-weight:500;font-size:.9rem}.w-knowledge details{border-top:1px solid var(--stroke);padding:1rem 0}.w-knowledge details:last-child{padding-bottom:0}.w-knowledge summary{cursor:pointer;color:var(--primary);font-size:.84rem;font-weight:500}.w-knowledge details[open] summary{color:var(--blue)}.w-knowledge-links{display:grid;gap:.8rem;padding:1rem 0 .2rem 1rem}.w-knowledge-links a{color:var(--secondary);font-size:.75rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;line-height:1.6}.w-knowledge-links a:hover{color:var(--blue)}.w-knowledge-links i{flex-shrink:0;font-size:.63rem}.w-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:600px){.w-page{padding:1rem}.w-header h1{font-size:1.7rem}.w-header img{width:145px;height:auto}.w-panel{padding:1rem}.w-counts{font-size:.62rem}.w-section-heading h2{font-size:1rem}.w-filters label:last-child{flex:1}.w-pagination{flex-wrap:wrap}}.w-page [hidden]{display:none!important}.w-leader-row>span:last-child{max-width:45%;overflow:hidden}.w-leader-row b,.w-leader-row>span:last-child>span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}