:root{--plusia-navy:#0C2D47;--plusia-navy-hover:#0a2438;--plusia-orange:#F3530A;--plusia-orange-dark:#EA560D;--plusia-gray:#595959;--plusia-gray-dark:#434343;--plusia-gray-mid:#9E9E9E;--plusia-white:#FFFFFF;--plusia-cream:#FFF5F0;--plusia-bg-light:#F9F9F9;--plusia-bg-table:#F3F3F3;--plusia-blue-ice:#F0F4F8;--plusia-border:#EEEEEE;--plusia-success:#198754;--plusia-warning:#ffc107;--plusia-danger:#dc3545;--plusia-info:#0dcaf0;--plusia-font:var(--font-lato),"Lato",Arial,sans-serif;--plusia-sidebar-width:240px;--plusia-shadow-sm:0 1px 3px rgba(12,45,71,0.08);--plusia-shadow-md:0 4px 12px rgba(12,45,71,0.12);--plusia-transition:150ms ease;--plusia-square-size:12px}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:var(--plusia-font);font-size:1rem;color:var(--plusia-gray);background:var(--plusia-bg-light);line-height:1.6}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--plusia-orange);outline-offset:2px}.heading{display:flex;align-items:center;gap:.5rem;color:var(--plusia-navy);font-weight:700;line-height:1.2;margin:0}.heading:before{content:"";width:var(--plusia-square-size);height:var(--plusia-square-size);background:var(--plusia-orange);flex-shrink:0}.h1{font-size:2rem}.h2{font-size:1.5rem}.h3{font-size:1.25rem}.shell{display:flex;min-height:100vh}.sidebar{width:var(--plusia-sidebar-width);background:var(--plusia-navy);flex-direction:column;flex-shrink:0}.brand,.sidebar{color:var(--plusia-white);display:flex}.brand{align-items:center;gap:.6rem;padding:1.25rem;font-weight:900;font-size:1.1rem;border-bottom:1px solid rgba(255,255,255,.08)}.brand:before{content:"";width:14px;height:14px;background:var(--plusia-orange);flex-shrink:0}.nav{display:flex;flex-direction:column;padding:.75rem 0;gap:2px}.nav a{padding:.55rem 1.25rem .55rem 2rem;color:rgba(255,255,255,.75);border-left:3px solid transparent;transition:var(--plusia-transition);font-size:.9rem;font-weight:400}.nav a.active,.nav a:hover{background:var(--plusia-navy-hover);color:var(--plusia-white)}.nav a.active{border-left-color:var(--plusia-orange);font-weight:700}.nav .nav-divider{height:1px;background:rgba(255,255,255,.12);margin:.6rem 1.25rem}.nav .group-label{padding:1.1rem 1.25rem .3rem;margin-top:.5rem;border-top:1px solid rgba(255,255,255,.12);font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:var(--plusia-orange)}.nav .group-label:first-child{margin-top:0;border-top:none}.nav a.group-label{display:block;color:var(--plusia-orange);font-weight:900}.nav a.group-label.active,.nav a.group-label:hover{background:var(--plusia-navy-hover);color:var(--plusia-orange)}.nav a.group-label.active{border-left-color:var(--plusia-orange);font-weight:900}.nav .section-label{padding:.85rem 1.25rem .4rem;font-size:.85rem;letter-spacing:.02em;font-weight:900;color:var(--plusia-white)}.nav .section-label em{font-style:italic;font-weight:400;opacity:.75}.nav a.section-label{display:block;font-weight:900;color:var(--plusia-white)}.nav a.section-label.active,.nav a.section-label:hover{background:var(--plusia-navy-hover)}.nav a.section-label.active{border-left-color:var(--plusia-orange);font-weight:900}.nav .nav-empty{padding:.35rem 1.25rem .5rem 2rem;font-size:.78rem;font-style:italic;color:rgba(255,255,255,.45)}.sidebar-foot{margin-top:auto;padding:1rem 1.25rem;font-size:.75rem;color:var(--plusia-gray-mid)}.main{flex:1 1;display:flex;flex-direction:column;min-width:0}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;min-height:64px;background:var(--plusia-white);border-bottom:1px solid var(--plusia-border);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1.5rem;padding:.6rem 1.5rem}.topbar .filterbar{align-items:center;gap:.75rem 1.25rem;border:0;padding:0;margin:0}.topbar .filterbar .field{flex-direction:row;align-items:center;gap:.5rem}.topbar .who{margin-left:auto;font-size:.85rem;color:var(--plusia-gray)}.topbar .who .role{margin-left:.5rem;padding:.1rem .5rem;background:var(--plusia-cream);color:var(--plusia-orange-dark);font-weight:700;font-size:.7rem;text-transform:uppercase}.content{padding:1.5rem;flex:1 1}.footer{padding:1rem 1.5rem;font-size:.75rem;color:var(--plusia-gray-mid);border-top:1px solid var(--plusia-border)}.card{background:var(--plusia-white);border:1px solid var(--plusia-border);box-shadow:var(--plusia-shadow-sm);padding:1.25rem}.card+.card{margin-top:1.5rem}.grid{display:grid;grid-gap:1rem;gap:1rem;align-items:stretch}.grid>.card+.card{margin-top:0}.kpi-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.kpi{background:var(--plusia-white);border:1px solid var(--plusia-border);border-top:3px solid var(--plusia-orange);padding:1.1rem 1.25rem}.kpi .value{font-weight:900;font-size:2.25rem;color:var(--plusia-orange);line-height:1}.kpi .label{font-size:.8rem;color:var(--plusia-gray);margin-top:.35rem}.kpi.kpi-total{background:var(--plusia-cream)}.kpi.kpi-detail{border-top-color:var(--plusia-navy)}.kpi.kpi-detail .value{color:var(--plusia-navy)}table.data{width:100%;border-collapse:collapse;font-size:.9rem}table.data td,table.data th{text-align:left;padding:.55rem .75rem;border-bottom:1px solid var(--plusia-border)}table.data th{color:var(--plusia-navy);font-weight:700;background:var(--plusia-bg-table)}table.data tr:nth-child(2n) td{background:var(--plusia-bg-light)}table.data td.num,table.data th.num{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}table.data th .th-menu{display:inline-flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;font:inherit;color:inherit;background:none;border:0;padding:0;cursor:pointer;text-align:inherit}table.data th.num .th-menu{flex-direction:row-reverse}table.data th .th-menu.active,table.data th .th-menu:hover{color:var(--plusia-orange)}table.data th .th-marks{display:inline-flex;align-items:center;gap:.25rem;font-size:.7rem;opacity:.5}table.data th .th-menu.active .th-marks{opacity:1}table.data th .th-filtered{color:var(--plusia-orange);font-size:.6rem}.cell-clip{display:flex;align-items:baseline;max-width:22rem;white-space:nowrap}.cell-clip>.clip{min-width:0;overflow:hidden;text-overflow:ellipsis}.cell-clip>:not(.clip){flex-shrink:0}.col-menu{position:fixed;z-index:20;min-width:13rem;max-width:17rem;background:var(--plusia-white);border:1px solid var(--plusia-border);box-shadow:0 6px 18px rgba(0,0,0,.12);font-size:.85rem}.col-menu-section{padding:.35rem}.col-menu-section+.col-menu-section{border-top:1px solid var(--plusia-border)}.col-menu-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--plusia-gray);padding:.2rem .45rem .35rem}.col-menu-item{display:block;width:100%;text-align:left;font:inherit;cursor:pointer;background:none;border:0;padding:.35rem .45rem;color:var(--plusia-gray-dark)}.col-menu-item:hover{background:var(--plusia-bg-light);color:var(--plusia-orange)}.col-menu-item.selected{background:var(--plusia-orange);color:var(--plusia-white)}.col-menu-options{max-height:15rem;overflow-y:auto}.col-menu input[type=date],.col-menu input[type=search]{width:100%;font-family:var(--plusia-font);font-size:.85rem;padding:.35rem .45rem;border:1px solid var(--plusia-border);background:var(--plusia-bg-light);color:var(--plusia-gray-dark)}.col-menu input:focus{border-color:var(--plusia-orange)}.col-menu-range{display:flex;gap:.4rem;padding:0 .45rem .2rem}.col-menu-range label{display:flex;flex-direction:column;gap:.2rem;flex:1 1;font-size:.72rem;color:var(--plusia-gray)}.col-menu-note{padding:.2rem .45rem .35rem;margin:0;font-size:.72rem;font-style:italic;color:var(--plusia-gray-mid)}.scroll-x{overflow-x:auto}.scroll-y{overflow-y:auto;max-height:21rem}.scroll-y table.data thead th{position:-webkit-sticky;position:sticky;top:0;z-index:1}.btn{display:inline-block;background:var(--plusia-orange);color:var(--plusia-white);font-weight:700;border:none;padding:.7rem 1.4rem;cursor:pointer;transition:var(--plusia-transition)}.btn:hover{background:var(--plusia-orange-dark)}.btn.secondary{background:transparent;color:var(--plusia-navy);border:1px solid var(--plusia-navy)}.btn.secondary:hover{background:var(--plusia-navy);color:var(--plusia-white)}.muted{color:var(--plusia-gray-mid)}.section-gap{margin-top:1.5rem}.notice{background:var(--plusia-cream);border-left:3px solid var(--plusia-orange);padding:1rem 1.25rem;color:var(--plusia-gray-dark)}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--plusia-navy)}.login-card{background:var(--plusia-white);padding:2.5rem;width:360px;max-width:90vw;box-shadow:var(--plusia-shadow-md)}.login-card h1{color:var(--plusia-navy)}.login-form{gap:1rem}.login-form,.login-form .field{display:flex;flex-direction:column}.login-form .field{gap:.35rem;font-size:.85rem;color:var(--plusia-gray)}.login-form input{font-family:var(--plusia-font);font-size:1rem;padding:.6rem .7rem;border:1px solid var(--plusia-border);background:var(--plusia-bg-light)}.login-form input:focus{border-color:var(--plusia-orange)}.login-form .btn{margin-top:.5rem}.form-error{color:var(--plusia-danger);font-size:.85rem;margin:0}.exclude-form{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.exclude-form input{font:inherit;font-size:.9rem;padding:.4rem .6rem;min-width:min(20rem,100%);border:1px solid var(--plusia-border)}.exclude-form input:focus{border-color:var(--plusia-orange)}.exclude-nomatch{color:var(--plusia-danger);font-size:.85rem}.rebase-form{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end}.rebase-form label{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;color:var(--plusia-gray)}.rebase-form select{font:inherit;font-size:.9rem;padding:.4rem .6rem;min-width:min(18rem,100%);max-width:100%;border:1px solid var(--plusia-border);background:var(--plusia-white)}.rebase-form select:focus{border-color:var(--plusia-orange)}.rebase-confirm{border-left:4px solid var(--plusia-orange);background:var(--plusia-cream);padding:.75rem 1rem}.rebase-confirm p{margin:.25rem 0}.rebase-actions{display:flex;flex-wrap:wrap;gap:.5rem}.rebase-ok{color:var(--plusia-success)}.rebase-ok,.rebase-skipped{font-weight:700;white-space:nowrap}.rebase-skipped{color:var(--plusia-gray)}.rebase-error{color:var(--plusia-danger);font-weight:700;white-space:nowrap}.rebase-warn{color:var(--plusia-orange-dark)}.badge-warn{display:inline-block;margin-left:.4rem;padding:0 .4rem;border:1px solid var(--plusia-danger);border-radius:3px;color:var(--plusia-danger);font-size:.75rem;font-weight:700;white-space:nowrap}.card-head-tabs{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.subtabs{display:inline-flex;border:1px solid var(--plusia-border);background:var(--plusia-bg-light)}.subtab{font-family:var(--plusia-font);font-size:.82rem;font-weight:600;cursor:pointer;padding:.4rem .9rem;border:none;background:transparent;color:var(--plusia-gray);transition:var(--plusia-transition)}.subtab+.subtab{border-left:1px solid var(--plusia-border)}.subtab:hover{color:var(--plusia-orange)}.subtab.active{background:var(--plusia-orange);color:var(--plusia-white)}.filterbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem;background:var(--plusia-white);border:1px solid var(--plusia-border);padding:.9rem 1.1rem;margin-bottom:1.25rem}.filterbar .field{display:flex;flex-direction:column;gap:.3rem;font-size:.8rem;color:var(--plusia-gray)}.filterbar input[type=date],.filterbar input[type=search],.filterbar select{font-family:var(--plusia-font);font-size:.9rem;padding:.45rem .6rem;border:1px solid var(--plusia-border);background:var(--plusia-bg-light);color:var(--plusia-gray-dark)}.filterbar input:focus,.filterbar select:focus{border-color:var(--plusia-orange)}.custom-range{flex-direction:row!important;align-items:center;gap:.4rem}.granularity-badge{font-size:.75rem;padding:.35rem .6rem;align-self:center}.granularity-badge,.pool-badge{color:var(--plusia-navy);background:var(--plusia-blue-ice);border:1px solid var(--plusia-border)}.pool-badge{font-size:.72rem;padding:.15rem .4rem;margin-left:.45rem;white-space:nowrap;cursor:help}.hover-detail{position:relative;cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;text-underline-offset:3px}.hover-detail:focus-visible:after,.hover-detail:hover:after{content:attr(data-tooltip);position:absolute;right:0;bottom:calc(100% + 6px);z-index:10;white-space:pre;text-align:left;font-size:.75rem;font-weight:400;color:var(--plusia-white);background:var(--plusia-navy);padding:.35rem .55rem;pointer-events:none}.hover-detail--wrap:focus-visible:after,.hover-detail--wrap:hover:after{white-space:normal;width:18rem;left:0;right:auto}.info-mark{text-decoration:none;font-size:.9rem;font-weight:400;color:var(--plusia-gray-mid)}.synthese-intro{margin:.35rem 0 0}.synthese>.grid{margin-top:1rem}.donut-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;grid-gap:.75rem;gap:.75rem;margin-top:.5rem}.donut-split .legend{flex-direction:column;margin:0;gap:.35rem}.donut-note{font-size:.78rem;margin:.5rem 0 0}.fault-badge{font-size:.72rem;color:var(--plusia-white);background:var(--plusia-danger);padding:.15rem .4rem;margin-left:.45rem;white-space:nowrap}.filterbar-right{margin-left:auto;display:flex;align-items:center;gap:.9rem}.last-updated{font-size:.78rem}.btn-sm{font-family:var(--plusia-font);font-size:.82rem;cursor:pointer;padding:.45rem .75rem;border:1px solid var(--plusia-orange);background:var(--plusia-white);color:var(--plusia-orange);transition:var(--plusia-transition)}.btn-sm:hover{background:var(--plusia-orange);color:var(--plusia-white)}.btn-sm:disabled{opacity:.4;cursor:default}.btn-sm:disabled:hover{background:var(--plusia-white);color:var(--plusia-orange)}.pager{justify-content:space-between;gap:.9rem;flex-wrap:wrap;margin-top:.75rem;font-size:.85rem}.pager,.pager-nav{display:flex;align-items:center}.pager-nav{gap:.6rem}.kpi .sub{font-size:.8rem;margin-top:.3rem;color:var(--plusia-gray-mid)}.kpi .sub.pos{color:var(--plusia-danger)}.kpi .sub.neg{color:var(--plusia-success)}.grid.cols-2{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.grid.cols-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.gauge{margin:.75rem 0}.gauge-head{display:flex;justify-content:space-between;font-size:.9rem;color:var(--plusia-gray-dark);margin-bottom:.4rem}.gauge-track{height:14px;background:var(--plusia-bg-table);border:1px solid var(--plusia-border);overflow:hidden}.gauge-fill{height:100%;transition:width var(--plusia-transition)}.legend{list-style:none;margin:.5rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.85rem}.legend li{display:flex;align-items:center;gap:.4rem}.legend .swatch{width:12px;height:12px;display:inline-block;border-radius:2px}table.heatmap{border-collapse:collapse;font-size:.7rem}table.heatmap th{color:var(--plusia-gray-mid);font-weight:700;padding:2px 4px}table.heatmap th.hh{text-align:center}table.heatmap th.dow{text-align:right;padding-right:.5rem}table.heatmap td{border:1px solid var(--plusia-border);min-width:20px}table.matrix{border-collapse:collapse;font-size:.8rem}table.matrix td,table.matrix th{border:1px solid var(--plusia-border)}table.matrix thead th{top:0;z-index:2;background:var(--plusia-bg-table);color:var(--plusia-navy);padding:.4rem .6rem;text-align:center;white-space:nowrap}table.matrix th.rowhead,table.matrix thead th{position:-webkit-sticky;position:sticky;font-weight:700}table.matrix th.rowhead{left:0;z-index:1;background:var(--plusia-white);text-align:left;padding:.4rem .7rem;min-width:220px;max-width:340px}table.matrix th.rowhead .mname{display:block;color:var(--plusia-navy)}table.matrix th.rowhead .mbase{display:block;font-size:.72rem;font-weight:400}table.matrix th.corner{position:-webkit-sticky;position:sticky;left:0;top:0;z-index:3;background:var(--plusia-bg-table);text-align:left;padding:.4rem .7rem}table.matrix td{text-align:center;padding:.35rem .5rem;min-width:64px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--plusia-navy)}table.matrix td.used{font-weight:700}table.matrix td.cell-granted{color:var(--plusia-gray-mid);background:var(--plusia-bg-table)}table.matrix td.cell-none{background:repeating-linear-gradient(45deg,transparent,transparent 4px,var(--plusia-border) 4px,var(--plusia-border) 5px)}.model-dropdown{position:relative;display:inline-block;margin-bottom:.9rem}.model-dropdown .dd-trigger{display:inline-flex;align-items:center;gap:.6rem;justify-content:space-between;font-family:var(--plusia-font);font-size:.9rem;cursor:pointer;min-width:260px;padding:.45rem .7rem;border:1px solid var(--plusia-border);background:var(--plusia-bg-light);color:var(--plusia-gray-dark)}.model-dropdown .dd-trigger:hover{border-color:var(--plusia-orange)}.model-dropdown .dd-caret{color:var(--plusia-gray-mid);font-size:.8rem}.model-dropdown .dd-panel{position:absolute;z-index:20;top:calc(100% + 4px);left:0;min-width:100%;background:var(--plusia-white);border:1px solid var(--plusia-border);box-shadow:var(--plusia-shadow-md)}.model-dropdown .dd-actions{display:flex;gap:.5rem;padding:.5rem .6rem;border-bottom:1px solid var(--plusia-border)}.model-dropdown .dd-options{max-height:16rem;overflow-y:auto;padding:.25rem 0}.model-dropdown .dd-opt{display:flex;align-items:center;gap:.5rem;white-space:nowrap;padding:.3rem .7rem;font-size:.85rem;color:var(--plusia-gray-dark);cursor:pointer}.model-dropdown .dd-opt:hover{background:var(--plusia-bg-light)}.model-dropdown .dd-opt input{accent-color:var(--plusia-orange);cursor:pointer}.matrix-legend{list-style:none;margin:.6rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.4rem 1.1rem;font-size:.82rem;color:var(--plusia-gray)}.matrix-legend li{display:flex;align-items:center;gap:.4rem}.matrix-legend .swatch{width:14px;height:14px;display:inline-block;border:1px solid var(--plusia-border)}.matrix-legend .swatch.used{background:var(--plusia-orange);border-color:var(--plusia-orange)}.matrix-legend .swatch.granted{background:var(--plusia-bg-table)}.matrix-legend .swatch.none{background:repeating-linear-gradient(45deg,transparent,transparent 3px,var(--plusia-border) 3px,var(--plusia-border) 4px)}.link{color:var(--plusia-orange)}.link:hover{text-decoration:underline}.empty-note{color:var(--plusia-gray-mid);font-style:italic;font-size:.88rem}.flag-ok,table.data td.flag-ok{color:var(--plusia-success)}.flag-warn,table.data td.flag-warn{color:#b26a00;font-weight:700}.flag-crit,table.data td.flag-crit{color:var(--plusia-danger);font-weight:700}.skeleton{display:inline-block;background:linear-gradient(90deg,var(--plusia-border) 25%,var(--plusia-bg-light) 37%,var(--plusia-border) 63%);background-size:400% 100%;animation:skeleton-shimmer 1.4s ease infinite;border-radius:4px}@keyframes skeleton-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}@media (prefers-reduced-motion:reduce){.skeleton{animation:none;background:var(--plusia-border)}}.sk-line{display:block;height:.8rem;margin-top:.5rem}.sk-value{display:block;height:2.25rem;width:55%}.sk-disc{display:block;border-radius:50%;margin:0 auto .75rem}.sk-table{display:flex;flex-direction:column;gap:.45rem}.sk-row{display:block;height:1.6rem}.sk-row-head{height:2rem;opacity:.8}.topic-desc{font-size:.8rem;margin-top:.2rem;max-width:22rem;white-space:normal}.topic-examples{margin:0;padding-left:1rem;font-size:.82rem;color:var(--plusia-gray);min-width:16rem;white-space:normal}.topic-actions{display:flex;flex-wrap:wrap;gap:.5rem}.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:900px){.shell{flex-direction:column}.sidebar{width:100%}.nav{flex-direction:row;flex-wrap:wrap;gap:.15rem .5rem;padding:.5rem}.nav .group-label,.nav .nav-divider,.nav .nav-empty,.nav .section-label{width:100%}.sidebar-foot{display:none}.topbar{min-height:0;position:static}.topbar .who{margin-left:0;width:100%}.content{padding:1rem}.card,.table-wrap{overflow-x:auto}}