.org-chart-wrapper{display:flex;flex-direction:column;width:100%;height:100%;background:linear-gradient(135deg,#f5f7fa,#fff);overflow:hidden;position:relative}.org-chart-refresh{position:absolute;top:.6rem;right:.6rem;z-index:10;background:#ffffffe6;border:1.5px solid #d0d5dd;border-radius:6px;width:30px;height:30px;font-size:16px;color:#555;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s,border-color .15s;line-height:1}.org-chart-refresh:hover{background:#fff;color:#2980b9;border-color:#2980b9}.org-chart{flex:1;background:linear-gradient(135deg,#f5f7fa,#fff);cursor:grab;min-height:0;width:100%}.org-chart:active{cursor:grabbing}.legend{display:flex;gap:2rem;padding:.6rem 1rem;background:#fff;border-top:1px solid #e0e0e0;overflow-x:auto;flex-shrink:0}.legend-section-two-col{display:grid;grid-template-columns:1fr 1fr;column-gap:.25rem;align-content:start}.legend-section-two-col h4{grid-column:1 / -1}.legend-section h4{font-size:.75rem;font-weight:600;color:#2c3e50;margin-bottom:.3rem;text-transform:uppercase;letter-spacing:.5px}.legend-item{display:flex;align-items:center;gap:.4rem;margin-bottom:.3rem;font-size:.75rem;color:#555;white-space:nowrap;cursor:pointer;padding:2px 6px;border-radius:4px;transition:all .2s}.legend-item:hover{background-color:#f0f0f0;color:#2c3e50}.legend-item:focus-visible{outline:2px solid #3498db;outline-offset:-2px}.legend-shape{width:18px;height:18px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.legend-shape.circle{border-radius:50%;border:2px solid}.legend-shape.square{border:2px solid}.legend-shape.rounded-square{border:2px solid;border-radius:6px}.legend-shape.triangle{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:20px solid}.legend-shape.diamond .diamond-inner{width:12px;height:12px;transform:rotate(45deg);border:2px solid;flex-shrink:0}.legend-shape.star{clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);background-color:#fff;border:2px solid}.legend-shape.pentagon{clip-path:polygon(50% 0%,100% 38%,82% 100%,18% 100%,0% 38%);background-color:#fff;border:2px solid}.legend-shape.hexagon{clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background-color:#fff;border:2px solid}.legend-shape.heptagon{width:18px;height:18px;display:flex;align-items:center;justify-content:center}.legend-shape.heptagon .shape-inner{width:18px;height:18px;clip-path:polygon(50% 0%,85% 13%,95% 50%,75% 87%,25% 87%,5% 50%,15% 13%);display:flex;align-items:center;justify-content:center}.legend-shape.octagon{width:18px;height:18px;display:flex;align-items:center;justify-content:center}.legend-shape.octagon .shape-inner{width:18px;height:18px;clip-path:polygon(30% 0%,70% 0%,100% 30%,100% 70%,70% 100%,30% 100%,0% 70%,0% 30%);display:flex;align-items:center;justify-content:center}.legend-shape.red{background-color:#e74c3c;border-color:#c0392b}.legend-shape.blue{background-color:#3498db;border-color:#2980b9}.legend-shape.green{background-color:#27ae60;border-color:#229954}@media (max-width: 768px){.legend{display:none}}.budget-tab{display:flex;flex-direction:column;gap:1.25rem}.budget-summary{background:#f0f7f4;border-radius:8px;padding:1rem;border-left:3px solid #27ae60}.budget-summary-year{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#7f8c8d;margin-bottom:.6rem}.budget-summary-figures{display:flex;gap:.5rem;flex-wrap:wrap}.budget-figure{flex:1;min-width:80px;padding:.5rem .6rem;border-radius:6px;background:#fff}.budget-figure-label{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.4px;color:#95a5a6;margin-bottom:.25rem}.budget-figure-net .budget-figure-value{color:#1e8449;font-size:1.05rem;font-weight:700}.budget-figure-gross .budget-figure-value{color:#2c3e50;font-size:.95rem;font-weight:600}.budget-figure-income .budget-figure-value{color:#c0392b;font-size:.95rem;font-weight:600}.del-ame-section{background:#f8f9fa;border-radius:6px;padding:.85rem}.budget-section-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#7f8c8d;margin-bottom:.6rem}.del-ame-bar{display:flex;height:14px;border-radius:7px;overflow:hidden;gap:2px;margin-bottom:.65rem}.del-ame-segment{height:100%;border-radius:3px;transition:opacity .15s;cursor:default}.del-ame-segment:hover{opacity:.8}.del-ame-legend{display:flex;flex-direction:column;gap:.3rem}.del-ame-legend-item{display:flex;align-items:center;gap:.4rem;font-size:.8rem}.del-ame-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.del-ame-legend-label{flex:1;color:#555}.del-ame-legend-value{font-weight:600;color:#2c3e50}.breakdown-bar{display:flex;gap:.35rem}.breakdown-btn{flex:1;background:#ecf0f1;border:1.5px solid #dce1e4;border-radius:5px;padding:.4rem .5rem;font-size:.78rem;font-weight:600;color:#7f8c8d;cursor:pointer;transition:all .15s}.breakdown-btn:hover{background:#d5dbde;color:#2c3e50}.breakdown-btn-active{background:#d6eaf8;border-color:#2980b9;color:#2980b9}.budget-chart-section{background:#f8f9fa;border-radius:6px;padding:.85rem .5rem .5rem}.budget-chart-section .budget-section-label{padding-left:.35rem;margin-bottom:0}.budget-breakdown-table{width:100%;border-collapse:collapse;margin:.5rem 0 .35rem;font-size:.8rem}.budget-breakdown-table tr{border-top:1px solid #eaecee}.budget-breakdown-table tr:first-child{border-top:none}.bbt-swatch{width:16px;padding:.3rem .4rem .3rem 0;vertical-align:middle}.bbt-dot{display:block;width:9px;height:9px;border-radius:50%;flex-shrink:0}.bbt-dot-other{background:#bdc3c7}.bbt-label{color:#555;padding:.3rem .5rem .3rem 0;width:100%}.bbt-amount{color:#2c3e50;font-weight:600;text-align:right;white-space:nowrap;padding:.3rem 0 .3rem .75rem}.budget-tooltip{background:#fff;border:1px solid #dce1e4;border-radius:6px;padding:.5rem .75rem;box-shadow:0 2px 8px #0000001a}.budget-tooltip-label{font-size:.8rem;color:#555;margin-bottom:.2rem}.budget-tooltip-value{font-size:.95rem;font-weight:700;color:#2c3e50}.budget-footer{display:flex;flex-direction:column;gap:.4rem}.budget-report-link{align-self:flex-start;background:linear-gradient(135deg,#27ae60,#1e8449);color:#fff;padding:.75rem 1.2rem;border-radius:4px;text-decoration:none;font-weight:500;font-size:.95rem;transition:all .2s ease;display:inline-block}.budget-report-link:hover{background:linear-gradient(135deg,#1e8449,#196f3d);transform:translate(2px)}.budget-source{font-size:.75rem;color:#aab7b8}.budget-notes{font-size:.8rem;color:#7f8c8d;font-style:italic;padding:.5rem;background:#fff;border-radius:4px;border:1px dashed #d5dbdb}.budget-ogl{font-size:.72rem;color:#aab7b8;margin-top:.4rem}.budget-ogl a{color:#aab7b8;text-decoration:underline;text-underline-offset:2px}.budget-ogl a:hover{color:#7f8c8d}.staff-tab{display:flex;flex-direction:column;gap:1.25rem}.staff-summary{background:#f0f4fa;border-radius:8px;padding:1rem;border-left:3px solid #2980b9}.staff-summary-year{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#7f8c8d;margin-bottom:.4rem}.staff-total-value{font-size:1.35rem;font-weight:700;color:#2980b9}.staff-total-label{font-size:.88rem;color:#555}.staff-chart-section{background:#f8f9fa;border-radius:6px;padding:.85rem .5rem .5rem}.staff-chart-section .budget-section-label{padding-left:.35rem;margin-bottom:0}.staff-breakdown-table{width:100%;border-collapse:collapse;margin:.5rem 0 .35rem;font-size:.8rem}.staff-breakdown-table tr{border-top:1px solid #eaecee}.staff-breakdown-table tr:first-child{border-top:none}.bbt-pct{color:#95a5a6;font-size:.75rem;text-align:right;padding:.3rem 0 .3rem .5rem;white-space:nowrap}.staff-org-table{width:100%;border-collapse:collapse;font-size:.75rem;margin-top:.5rem}.staff-org-table thead tr{border-bottom:2px solid #d5dbdb}.staff-org-table tbody tr{border-top:1px solid #eaecee}.staff-org-table th{color:#7f8c8d;font-weight:700;text-transform:uppercase;letter-spacing:.4px;font-size:.68rem;padding:.3rem .3rem .4rem}.sot-org{text-align:left;min-width:0;word-break:break-word;padding:.3rem .4rem .3rem .1rem;color:#2c3e50}.sot-num{text-align:right;white-space:nowrap;padding:.3rem .2rem;color:#555}.sot-total{font-weight:600;color:#2c3e50}.sot-row-clickable{cursor:pointer;transition:background .12s}.sot-row-clickable:hover{background:#eaf2fa}.sot-row-clickable:hover .sot-org{color:#2980b9;text-decoration:underline}.staff-tooltip{background:#fff;border:1px solid #dce1e4;border-radius:6px;padding:.5rem .75rem;box-shadow:0 2px 8px #0000001a}.staff-tooltip-label{font-size:.8rem;color:#555;margin-bottom:.2rem}.staff-tooltip-value{font-size:.95rem;font-weight:700;color:#2c3e50}.staff-footer{display:flex;flex-direction:column;gap:.4rem}.staff-source-link{align-self:flex-start;background:linear-gradient(135deg,#2980b9,#1a5276);color:#fff;padding:.75rem 1.2rem;border-radius:4px;text-decoration:none;font-weight:500;font-size:.95rem;transition:all .2s ease;display:inline-block}.staff-source-link:hover{background:linear-gradient(135deg,#1a5276,#154360);transform:translate(2px)}.staff-notes{font-size:.75rem;color:#aab7b8}.staff-ogl{font-size:.72rem;color:#aab7b8;margin-top:.4rem}.staff-ogl a{color:#aab7b8;text-decoration:underline;text-underline-offset:2px}.staff-ogl a:hover{color:#7f8c8d}@media (max-width: 768px){.staff-chart-section{overflow-x:auto}.staff-org-table{min-width:480px}}.element-details{animation:slideIn .3s ease-out}.element-header{margin-bottom:1rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.header-content{flex:1}.element-header h2{font-size:1.5rem;color:#2c3e50;margin-bottom:.5rem;line-height:1.3}.element-type{display:inline-block;background:#ecf0f1;color:#34495e;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600}.element-type.category-button{cursor:pointer;transition:all .2s;background:#d5dbde}.element-type.category-button:hover{background:#bdc3c7;color:#2c3e50}.element-description{color:#555;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.role-text{color:#2c3e50;font-size:.95rem;font-weight:500;padding:.75rem;background:#f8f9fa;border-left:3px solid #3498db;border-radius:4px}.detail-section{margin-bottom:1.5rem}.detail-section h3{font-size:.95rem;color:#2c3e50;margin-bottom:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding-left:0}.element-list{list-style:none;padding-left:0}.relationship-item{display:flex;gap:.75rem;background:#f8f9fa;margin-bottom:.75rem;padding:.75rem;border-radius:4px;border-left:3px solid #3498db;transition:all .2s ease;cursor:pointer}.relationship-item:hover{background:#ecf0f1;border-left-color:#2980b9;transform:translate(2px)}.relationship-item-secondary{border-left-style:dashed;opacity:.8}.item-type{font-size:1.2rem;flex-shrink:0}.item-content{flex:1;min-width:0}.item-name{color:#2c3e50;font-size:.95rem;font-weight:500;word-break:break-word}.item-subtitle{color:#95a5a6;font-size:.8rem;margin-top:.25rem;text-transform:capitalize}.info-link{display:inline-block;background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;padding:.75rem 1.2rem;border-radius:4px;text-decoration:none;font-weight:500;transition:all .2s ease;font-size:.95rem}.info-link:hover{background:linear-gradient(135deg,#2980b9,#1f618d);transform:translate(2px)}.tab-bar-wrapper{position:relative;margin-bottom:1.5rem}.tab-bar-wrapper:after{content:"";position:absolute;top:0;right:0;bottom:2px;width:3rem;background:linear-gradient(to right,transparent,white);pointer-events:none;opacity:0;transition:opacity .2s}.tab-bar-wrapper.tabs-overflow:after{opacity:1}.tab-bar-wrapper.tabs-at-end:after{opacity:0}.tab-bar-more{position:absolute;top:50%;right:.4rem;transform:translateY(-50%);font-size:.7rem;color:#2980b9;font-weight:700;pointer-events:none;line-height:1;transition:opacity .2s;opacity:0}.tab-bar-wrapper.tabs-overflow .tab-bar-more{opacity:1}.tab-bar-wrapper.tabs-at-end .tab-bar-more{opacity:0}.tab-bar{display:flex;align-items:stretch;height:2.5rem;border-bottom:2px solid #e0e0e0;gap:0;overflow-x:auto;scrollbar-width:none}.tab-bar::-webkit-scrollbar{display:none}.tab-button{flex:0 0 auto;background:none;border:none;box-shadow:inset 0 -2px 0 transparent;padding:.6rem .75rem;font-size:.88rem;font-weight:600;color:#7f8c8d;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.35rem;transition:color .15s,box-shadow .15s}.tab-button:hover{color:#2c3e50}.tab-button-active{color:#2980b9;box-shadow:inset 0 -2px #2980b9}.tab-button-empty{opacity:.55}.tab-count{font-size:.72rem;font-weight:700;background:#ecf0f1;color:#7f8c8d;padding:.1rem .4rem;border-radius:10px;line-height:1.4}.tab-button-active .tab-count{background:#d6eaf8;color:#2980b9}.tab-empty{text-align:center;padding:2rem 1rem;color:#95a5a6;font-size:.9rem;line-height:1.6}.tab-reviewed{font-size:.75rem;color:#bdc3c7;margin-top:1.5rem;text-align:right}.power-card{background:#f8f9fa;border-radius:6px;padding:1rem;margin-bottom:1rem;border-left:3px solid #8e44ad}.power-card.power-card-power{border-left-color:#6c3483}.power-card.power-card-duty{border-left-color:#1a5276}.power-card.power-card-function{border-left-color:#1e8449}.power-card.power-card-responsibility{border-left-color:#784212}.power-filters{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.power-filter-btn{display:inline-flex;align-items:center;gap:.3rem;padding:.28rem .6rem;border-radius:12px;border:1.5px solid var(--type-colour);background:var(--type-colour);color:#fff;font-size:.78rem;font-weight:600;cursor:pointer;opacity:.75;transition:background .15s,color .15s,opacity .15s;line-height:1.2}.power-filter-btn:hover{opacity:1;background:color-mix(in srgb,var(--type-colour) 85%,#000)}.power-filter-btn.active{opacity:1}.power-filter-btn:not(.active){opacity:.4}.power-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.power-type-badge{font-size:.7rem;font-weight:700;padding:.15rem .5rem;border-radius:10px;text-transform:uppercase;letter-spacing:.5px}.power-type-power{background:#d2b4de;color:#6c3483}.power-type-duty{background:#aed6f1;color:#1a5276}.power-type-function{background:#a9dfbf;color:#1e8449}.power-type-responsibility{background:#fad7a0;color:#784212}.power-since{font-size:.75rem;color:#95a5a6;margin-left:auto}.power-title{font-weight:600;font-size:.95rem;color:#2c3e50;margin-bottom:.4rem}.power-description{font-size:.875rem;color:#555;line-height:1.6;margin-bottom:.75rem}.power-sources{margin-bottom:.5rem}.power-sources-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#95a5a6;margin-bottom:.35rem}.power-sources-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.3rem}.power-source-item{display:flex;align-items:flex-start;gap:.4rem;font-size:.82rem}.source-type-badge{flex-shrink:0;font-size:.68rem;font-weight:700;padding:.1rem .4rem;border-radius:4px;text-transform:uppercase;letter-spacing:.3px;margin-top:1px}.source-type-act{background:#d5e8d4;color:#2d6a2d}.source-type-statutory-instrument{background:#dae8fc;color:#1a5276}.source-type-prerogative{background:#fff2cc;color:#7d6608}.source-type-case-law{background:#f8cecc;color:#922b21}.source-type-convention{background:#e8d5f5;color:"#5b2c6f"}.source-link{color:#2980b9;text-decoration:underline;text-underline-offset:2px;word-break:break-word;line-height:1.4}.source-link:hover{color:#1f618d}.source-text{color:#555;word-break:break-word;line-height:1.4}.power-notes{font-size:.8rem;color:#7f8c8d;font-style:italic;margin-top:.5rem;padding-top:.5rem;border-top:1px dashed #dce1e4}@media (max-width: 768px){.element-details{animation:none}.element-header h2{font-size:1.15rem}.element-description{font-size:.88rem}.detail-section{margin-bottom:1.25rem}.detail-section h3{font-size:.85rem}.tab-bar{height:2.75rem}.tab-button{min-height:44px;padding:.7rem 1rem;font-size:.92rem}.relationship-item{padding:1rem .75rem;margin-bottom:.5rem}.close-button-header{width:44px;height:44px;font-size:20px}.detail-section-collapsible>h3{display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;padding:.4rem 0}.detail-section-collapsible>h3:after{content:"▾";font-size:.85rem;color:#95a5a6;transition:transform .2s;flex-shrink:0}.detail-section-collapsible.collapsed>h3:after{transform:rotate(-90deg)}.detail-section-collapsible.collapsed .element-list{display:none}}.element-tags{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.5rem}.element-tag-row{display:flex;flex-wrap:wrap;gap:.35rem}.element-tag-pill{display:inline-block;padding:.25rem .6rem;border-radius:12px;background:var(--tag-colour);color:#fff;font-size:.75rem;font-weight:600;line-height:1.3;opacity:.9;cursor:pointer;transition:opacity .15s,transform .15s}.element-tag-pill:hover{opacity:1;transform:translateY(-1px)}.element-tag-pill-sector:hover{opacity:.8}.element-tag-pill-sector{background:transparent;border:1.5px solid var(--tag-colour);color:var(--tag-colour);opacity:1}.category-info{animation:slideIn .3s ease-out;height:100%;display:flex;flex-direction:column;overflow:hidden}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.category-info .element-header{margin-bottom:1.5rem;border-bottom:2px solid #e0e0e0;padding-bottom:1rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-shrink:0}.category-info .header-content{flex:1}.category-info h2{font-size:1.5rem;color:#2c3e50;margin:0;line-height:1.3}.close-button-header{background:none;border:none;font-size:24px;color:#999;cursor:pointer;padding:4px 8px;transition:color .2s;height:32px;width:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.close-button-header:hover{color:#333}.category-description{padding:0 1.5rem 1.5rem;flex-shrink:0}.category-description p{color:#555;font-size:.95rem;line-height:1.6;margin:0}.category-section{padding:0 1.5rem 1.5rem;flex:1;overflow-y:auto}.category-section h3{font-size:14px;font-weight:600;color:#2c3e50;text-transform:uppercase;letter-spacing:.5px;margin:0 0 1rem}.category-elements-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.category-element-item{padding:12px 16px;border-left:4px solid;background:#f8f9fa;border-radius:4px;transition:all .2s;cursor:pointer}.category-element-item:hover{background:#f0f2f5;transform:translate(4px)}.category-element-item:focus-visible{outline:2px solid #3498db;outline-offset:-2px}.category-element-item strong{color:#2c3e50;display:block;margin-bottom:4px;font-weight:600;font-size:14px}.category-element-item p{margin:0;color:#666;font-size:13px;line-height:1.5}@media (max-width: 768px){.category-info .element-header{padding-bottom:.75rem;margin-bottom:1rem}.category-description,.category-section{padding:0 1rem 1rem}.category-info h2{font-size:1.25rem}}.tag-info-badge-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.tag-info-badge{display:inline-block;padding:.3rem .75rem;border-radius:12px;font-size:.9rem;font-weight:600;background:var(--tag-colour);color:#fff;opacity:.9}.tag-info-badge-sector{background:transparent;border:2px solid var(--tag-colour);color:var(--tag-colour);opacity:1}.tag-info-category-label{font-size:.8rem;color:#888;font-style:italic}.search-pane{animation:slideIn .3s ease-out;display:flex;flex-direction:column;height:100%;overflow:hidden}.search-sticky{flex-shrink:0;padding:2rem}.search-results{flex:1;overflow-y:auto;padding:0 2rem 2rem}.search-input-wrapper{margin-bottom:1.25rem}.search-input{width:100%;padding:.65rem .9rem;border:2px solid #d0d7de;border-radius:6px;font-size:.95rem;color:#2c3e50;background:#f8f9fa;box-sizing:border-box;transition:border-color .2s,background .2s}.search-input:focus{outline:none;border-color:#3498db;background:#fff}.search-results{display:flex;flex-direction:column;gap:1rem}.search-section{display:flex;flex-direction:column;gap:.4rem}.search-section-label{font-size:.8rem;font-weight:700;color:#7f8c8d;text-transform:uppercase;letter-spacing:.6px;margin-bottom:.2rem;padding-left:.25rem}.search-result-item{display:flex;align-items:center;justify-content:space-between;padding:.65rem .75rem;border-radius:4px;border-left:3px solid #3498db;cursor:pointer;transition:filter .15s ease,transform .15s ease;gap:.5rem}.search-result-item:hover{filter:brightness(.94);transform:translate(2px)}.search-result-category{background:#dde3ea}.search-result-element{background:#f0f3f5}.search-result-label,.search-result-name{font-size:.9rem;font-weight:500;color:#2c3e50;min-width:0;word-break:break-word}.search-result-count{font-size:.78rem;font-weight:600;color:#fff;background:#7f8c8d;padding:.15rem .5rem;border-radius:12px;flex-shrink:0}.search-no-results{color:#95a5a6;font-size:.9rem;padding:.75rem 0;text-align:center}.search-section-label{display:flex;align-items:center;gap:.5rem}.tag-clear-btn{margin-left:auto;font-size:.72rem;font-weight:600;color:#3498db;background:none;border:none;cursor:pointer;padding:0;text-transform:none;letter-spacing:0}.tag-clear-btn:hover{text-decoration:underline}.tag-group{display:flex;flex-direction:column;gap:.35rem}.tag-group-heading{font-size:.72rem;font-weight:600;color:#95a5a6;text-transform:uppercase;letter-spacing:.5px;padding-left:.1rem}.tag-pill-row{display:flex;flex-wrap:wrap;gap:.35rem}.tag-pill{display:inline-flex;align-items:center;gap:.3rem;padding:.28rem .6rem;border-radius:12px;border:1.5px solid var(--tag-colour);background:transparent;color:var(--tag-colour);font-size:.78rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s,opacity .15s;line-height:1.2}.tag-pill-type{background:var(--tag-colour);color:#fff;opacity:.85}.tag-pill-type:hover{opacity:1;background:color-mix(in srgb,var(--tag-colour) 85%,#000)}.tag-pill:not(.tag-pill-type):hover{background:color-mix(in srgb,var(--tag-colour) 12%,transparent)}.tag-pill-active{background:var(--tag-colour);color:#fff;opacity:1}.tag-pill-active:hover{background:color-mix(in srgb,var(--tag-colour) 85%,#000);opacity:1}.tag-pill-type:not(.tag-pill-active){opacity:.75}.tag-pill-type:not(.tag-pill-active):hover{opacity:1}.tag-pill-count{font-size:.7rem;font-weight:700;opacity:.75}.info-pane{animation:slideIn .3s ease-out}.info-pane-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;border-bottom:2px solid #e0e0e0;padding-bottom:1rem}.info-pane-header h2{font-size:1.4rem;color:#2c3e50;line-height:1.3}.info-intro{font-size:.95rem;color:#444;line-height:1.65;margin-bottom:1.5rem}.info-section{margin-bottom:1.75rem}.info-section h3{font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#2c3e50;margin-bottom:.75rem}.info-section p{font-size:.88rem;color:#555;line-height:1.65;margin-bottom:.6rem}.info-section a{color:#2980b9;text-decoration:underline;text-underline-offset:2px}.info-section a:hover{color:#1f618d}.info-controls{display:grid;grid-template-columns:auto 1fr;gap:.4rem 1rem;margin:0}.info-controls dt{font-size:.83rem;font-weight:700;color:#2c3e50;padding-top:.1rem}.info-controls dd{font-size:.83rem;color:#555;line-height:1.55;margin:0}.info-controls-nested{margin-top:.6rem;padding-left:.75rem;border-left:2px solid #e0e0e0}.info-table{width:100%;border-collapse:collapse;font-size:.82rem;margin-bottom:.75rem}.info-table th{text-align:left;font-weight:700;color:#2c3e50;border-bottom:2px solid #e0e0e0;padding:.35rem .5rem .35rem 0}.info-table td{color:#555;border-bottom:1px solid #f0f0f0;padding:.35rem .5rem .35rem 0;vertical-align:top}.info-table td:first-child{font-weight:600;color:#2c3e50;white-space:nowrap;padding-right:1rem}.info-list{font-size:.85rem;color:#555;line-height:1.65;padding-left:1.2rem;margin:0 0 .6rem}.info-list li{margin-bottom:.3rem}.info-footer{margin-top:2rem;padding-top:1rem;border-top:1px solid #e0e0e0}.info-copyright{font-size:.8rem;color:#7f8c8d;margin-bottom:.4rem}.info-ogl{font-size:.78rem;color:#95a5a6;line-height:1.5}.info-ogl a{color:#7f8c8d}.info-note{font-size:.8rem!important;color:#7f8c8d!important;font-style:italic;background:#f8f9fa;border-left:3px solid #bdc3c7;padding:.5rem .75rem;border-radius:0 4px 4px 0;margin-top:.5rem!important}.categories-pane{animation:slideIn .3s ease-out;display:flex;flex-direction:column;height:100%;overflow:hidden}.categories-header{flex-shrink:0;padding:2rem 2rem 1rem}.categories-content{flex:1;overflow-y:auto;padding:0 2rem 2rem;display:flex;flex-direction:column;gap:1rem}.categories-section{display:flex;flex-direction:column;gap:.4rem}.categories-section-heading{font-size:.8rem;font-weight:700;color:#7f8c8d;text-transform:uppercase;letter-spacing:.6px;margin:0 0 .2rem;padding-left:.25rem}.category-item{display:flex;align-items:center;justify-content:space-between;padding:.65rem .75rem;border-radius:4px;border-left:3px solid #3498db;background:#dde3ea;cursor:pointer;transition:filter .15s ease,transform .15s ease;gap:.5rem}.category-item:hover{filter:brightness(.94);transform:translate(2px)}.category-item-label{flex:1;font-size:.9rem;font-weight:500;color:#2c3e50;min-width:0;word-break:break-word}.category-item-count{font-size:.78rem;font-weight:600;color:#fff;background:#7f8c8d;padding:.15rem .5rem;border-radius:12px;flex-shrink:0}.cat-shape-swatch{width:16px;height:16px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;opacity:.85}.cat-shape-circle{border-radius:50%}.cat-shape-square{border-radius:1px}.cat-shape-rounded-square{border-radius:4px}.cat-shape-heptagon{clip-path:polygon(50% 0%,85% 13%,95% 50%,75% 87%,25% 87%,5% 50%,15% 13%)}.cat-shape-octagon{clip-path:polygon(30% 0%,70% 0%,100% 30%,100% 70%,70% 100%,30% 100%,0% 70%,0% 30%)}.cat-shape-diamond{width:16px;height:16px}.cat-shape-diamond-inner{display:block;width:10px;height:10px;transform:rotate(45deg);border-radius:1px}.cat-shape-parallelogram-inner{display:block;width:12px;height:9px;clip-path:polygon(0% 0%,75% 0%,100% 100%,25% 100%)}.app{display:flex;flex-direction:column;width:100%;height:100vh;background-color:#fafafa}.app-header{background:linear-gradient(135deg,#036,#004d99);color:#fff;padding:1.5rem 2rem;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.app-header-text{flex:1}.app-header h1{font-size:2rem;margin-bottom:.4rem}.app-header p{font-size:1rem;opacity:.9}.app-header p a,.app-header p a:visited{color:inherit;text-decoration:underline;text-underline-offset:2px}.header-buttons{display:flex;gap:.5rem;flex-shrink:0}.header-button{background:#ffffff26;color:#fff;border:1.5px solid rgba(255,255,255,.45);padding:.55rem 1.2rem;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s,border-color .2s;white-space:nowrap}.header-button:hover,.header-button[aria-pressed=true]{background:#ffffff47;border-color:#fffc}.app-container{display:flex;flex:1;overflow:hidden;gap:0;min-width:0;min-height:0}.details-panel{width:350px;background:#fff;border-right:1px solid #e0e0e0;overflow-y:auto;padding:2rem;box-shadow:2px 0 8px #0000000d;flex-shrink:0}.details-panel.category-pane{order:1}.details-panel.element-pane{order:2}.chart-container{flex:1;background:#fff;border-left:1px solid #e0e0e0;position:relative;min-width:0;min-height:0;display:flex;flex-direction:column;order:3}.details-panel.search-panel{order:4;border-right:none;border-left:1px solid #e0e0e0;box-shadow:-2px 0 8px #0000000d;overflow-y:hidden;display:flex;flex-direction:column;padding:0}.details-panel.info-panel{order:5;border-right:none;border-left:1px solid #e0e0e0;box-shadow:-2px 0 8px #0000000d}@media (min-width: 1600px){.details-panel{width:420px}}@media (min-width: 1920px){.details-panel{width:480px}}@media (max-width: 1024px){.details-panel{width:300px;padding:1.5rem}.app-header{padding:1rem 1.5rem}.app-header h1{font-size:1.5rem}.app-header p{font-size:.85rem}}@media (min-width: 769px) and (max-width: 1024px){.details-panel.element-pane,.details-panel.category-pane{position:fixed;top:0;left:0;bottom:0;z-index:100;box-shadow:4px 0 16px #00000026}.details-panel.search-panel,.details-panel.info-panel{position:fixed;top:0;right:0;bottom:0;z-index:100;box-shadow:-4px 0 16px #00000026}}@media (max-width: 768px) and (pointer: coarse){.header-buttons{display:none}.app-header{padding:.6rem 1rem}.app-header h1{font-size:1.15rem;margin-bottom:.15rem}.app-header p{font-size:.72rem}.app-container{flex-direction:row}.chart-container{padding-bottom:60px}.details-panel{position:fixed;top:0;left:0;right:0;bottom:60px;width:100%;max-height:none;border:none;box-shadow:none;z-index:200;overflow-y:auto;padding:1rem 1rem 1.5rem}.details-panel.element-pane{display:none}.details-panel.category-pane{order:unset}}.mobile-bottom-nav{display:none}@media (max-width: 768px) and (pointer: coarse){.mobile-bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:60px;background:#fff;border-top:1px solid #e0e0e0;box-shadow:0 -2px 8px #00000014;z-index:300}.mobile-nav-tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;background:none;border:none;cursor:pointer;min-height:44px;padding:.3rem 0;color:#7f8c8d;transition:color .15s}.mobile-nav-tab-active{color:#2980b9}.mobile-nav-icon{font-size:1.25rem;line-height:1}.mobile-nav-label{font-size:.62rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px}}.bottom-sheet,.bottom-sheet-backdrop{display:none}@media (max-width: 768px) and (pointer: coarse){.bottom-sheet{display:flex;flex-direction:column;position:fixed;left:0;right:0;bottom:60px;top:10vh;z-index:250;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -4px 24px #00000026;transform:translateY(100%);transition:transform .35s cubic-bezier(.32,.72,0,1);will-change:transform;touch-action:none}.bottom-sheet[data-state=partial]{transform:translateY(55%)}.bottom-sheet[data-state=full]{transform:translateY(0)}.bottom-sheet[data-state=closed]{transform:translateY(100%)}.bottom-sheet-handle{width:100%;padding:22px 0 18px;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:grab;touch-action:none}.bottom-sheet-handle:after{content:"";display:block;width:40px;height:5px;background:#dce1e4;border-radius:3px}.bottom-sheet-content{flex:1;overflow-y:auto;padding:.5rem 1rem 1.5rem;-webkit-overflow-scrolling:touch;touch-action:pan-y}.bottom-sheet-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:240;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}html,body,#root{width:100%;height:100%}
