:root{--sidebar-width-expanded: 272px;--sidebar-width-collapsed: 76px;--sidebar-width: var(--sidebar-width-expanded);--sidebar-background: #111827;--sidebar-hover: rgba(255, 255, 255, .06);--sidebar-active: rgba(99, 102, 241, .16);--sidebar-border: rgba(255, 255, 255, .08);--accent: #6366f1;--page-background: #f7f8fb;--border: #e5e7eb;--text-primary: #111827;--text-secondary: #667085}.platform-layout{display:flex;min-height:100vh;background:var(--page-background);color:var(--text-primary)}.platform-layout.sidebar-collapsed{--sidebar-width: var(--sidebar-width-collapsed)}.platform-sidebar{position:fixed;inset:0 auto 0 0;z-index:40;display:flex;width:var(--sidebar-width);min-height:100vh;flex-direction:column;padding:20px 16px;overflow-x:hidden;overflow-y:auto;background:var(--sidebar-background);border-right:1px solid var(--sidebar-border);color:#fff;transition:width .19s ease,padding .19s ease,transform .2s ease}.sidebar-brand{display:flex;align-items:center;gap:10px;min-height:50px;padding:0 8px 20px;border-bottom:1px solid var(--sidebar-border)}.brand-mark{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:10px;background:linear-gradient(135deg,#7c3aed,#4f46e5);color:#fff;font-size:13px;font-weight:800;letter-spacing:.04em;box-shadow:0 8px 24px #4f46e547}.brand-copy{display:flex;min-width:0;flex:1;flex-direction:column;overflow:visible;opacity:1;transition:opacity .12s ease}.brand-copy strong{color:#fff;font-size:12px;line-height:1.2;white-space:nowrap}.brand-copy span{margin-top:3px;color:#98a2b3;font-size:10px;white-space:nowrap}.sidebar-collapse-button,.header-sidebar-toggle,.mobile-close-button,.mobile-menu-button{display:grid;place-items:center;border:0;background:transparent;cursor:pointer}.sidebar-collapse-button{width:26px;height:30px;flex:0 0 26px;border-radius:8px;color:#98a2b3}.sidebar-collapse-button:hover{background:var(--sidebar-hover);color:#fff}.sidebar-collapse-button svg,.header-sidebar-toggle svg,.mobile-close-button svg,.mobile-menu-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mobile-close-button{display:none;width:34px;height:34px;margin-left:auto;border-radius:8px;color:#98a2b3}.sidebar-navigation{display:flex;flex:1;flex-direction:column;padding-top:18px}.navigation-group{display:flex;flex-direction:column;gap:4px;margin-bottom:22px}.navigation-group-bottom{margin-top:auto}.navigation-label{padding:0 10px 7px;color:#667085;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.navigation-link{position:relative;display:flex;width:100%;min-height:42px;align-items:center;gap:11px;padding:10px 11px;border:0;border-radius:8px;background:transparent;color:#aab1bd;font:inherit;font-size:13px;font-weight:600;text-align:left;text-decoration:none;cursor:pointer;transition:background .16s ease,color .16s ease}.navigation-link:hover{background:var(--sidebar-hover);color:#fff}.navigation-link.active{background:var(--sidebar-active);color:#fff}.navigation-link.active:before{content:"";position:absolute;left:0;width:3px;height:22px;border-radius:0 4px 4px 0;background:#818cf8}.navigation-parent{justify-content:space-between}.navigation-parent.module-active{color:#fff}.navigation-link-content{display:flex;min-width:0;align-items:center;gap:11px}.navigation-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navigation-icon{display:grid;width:19px;height:19px;flex:0 0 19px;place-items:center}.navigation-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.chevron{width:16px;height:16px;flex:0 0 16px;fill:none;stroke:currentColor;stroke-width:1.8;transition:transform .16s ease}.chevron.open{transform:rotate(90deg)}.navigation-submenu{position:relative;display:flex;flex-direction:column;gap:2px;margin:4px 0 7px 20px;padding-left:15px}.navigation-submenu:before{content:"";position:absolute;top:4px;bottom:4px;left:0;width:1px;background:#344054}.submenu-link{display:flex;min-height:36px;align-items:center;gap:10px;padding:8px 10px;border-radius:7px;color:#8f98a7;font-size:12px;font-weight:500;line-height:1.35;text-decoration:none;transition:background .16s ease,color .16s ease}.submenu-link:hover{background:var(--sidebar-hover);color:#fff}.submenu-link.active{background:#6366f11f;color:#c7d2fe}.submenu-dot{width:5px;height:5px;flex:0 0 5px;border-radius:50%;background:currentColor;opacity:.7}.future-module{display:flex;min-height:38px;align-items:center;justify-content:space-between;padding:8px 11px 8px 41px;color:#667085;font-size:12px;font-weight:600}.status-badge{padding:3px 6px;border:1px solid #344054;border-radius:999px;color:#667085;font-size:8px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.sidebar-footer{display:flex;align-items:center;gap:10px;margin-top:10px;padding:16px 8px 2px;border-top:1px solid var(--sidebar-border)}.user-avatar{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border-radius:50%;background:#344054;color:#fff;font-size:11px;font-weight:700}.user-details{display:flex;min-width:0;flex-direction:column;overflow:hidden}.user-details strong{overflow:hidden;color:#e5e7eb;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.user-details span{margin-top:2px;overflow:hidden;color:#667085;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.platform-main{width:calc(100% - var(--sidebar-width));min-width:0;margin-left:var(--sidebar-width);transition:width .19s ease,margin-left .19s ease}.platform-header{position:sticky;top:0;z-index:20;display:flex;min-height:84px;align-items:center;justify-content:space-between;gap:20px;padding:15px 30px;background:#fffffff0;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-left{display:flex;align-items:center;gap:14px;min-width:0}.breadcrumb{display:flex;align-items:center;gap:7px;margin-bottom:5px;color:#98a2b3;font-size:11px}.breadcrumb-divider{color:#d0d5dd}.platform-header h1{margin:0;color:var(--text-primary);font-size:21px;font-weight:700;letter-spacing:-.02em}.header-actions{display:flex;align-items:center}.header-sidebar-toggle{display:none;width:36px;height:36px;flex:0 0 36px;border:1px solid var(--border);border-radius:9px;background:#fff;color:#475467}.header-sidebar-toggle:hover{background:#f8fafc;color:#111827}.mobile-menu-button{display:none;width:38px;height:38px;border:1px solid var(--border);border-radius:9px;background:#fff;color:#344054}.platform-content{min-width:0;padding:28px 30px 40px}.sidebar-overlay{display:none}.platform-layout.sidebar-collapsed .platform-sidebar{padding-inline:11px}.platform-layout.sidebar-collapsed .sidebar-brand{justify-content:center;padding-inline:0}.platform-layout.sidebar-collapsed .brand-copy,.platform-layout.sidebar-collapsed .sidebar-collapse-button,.platform-layout.sidebar-collapsed .navigation-label,.platform-layout.sidebar-collapsed .navigation-text,.platform-layout.sidebar-collapsed .navigation-parent .chevron,.platform-layout.sidebar-collapsed .future-module-name,.platform-layout.sidebar-collapsed .status-badge,.platform-layout.sidebar-collapsed .user-details{display:none}.platform-layout.sidebar-collapsed .navigation-link{justify-content:center;padding-inline:0}.platform-layout.sidebar-collapsed .navigation-link-content{justify-content:center}.platform-layout.sidebar-collapsed .future-module{min-height:12px;padding:0}.platform-layout.sidebar-collapsed .sidebar-footer{justify-content:center;padding-inline:0}.platform-layout.sidebar-collapsed .header-sidebar-toggle{display:grid}@media(max-width:1450px)and (min-width:901px){.platform-header{min-height:72px;padding:11px 20px}.platform-header h1{font-size:18px}.breadcrumb{margin-bottom:3px;font-size:10px}.platform-content{padding:18px 20px 28px}}@media(max-width:900px){.platform-layout{--sidebar-width: 0px}.platform-sidebar{width:280px;padding:20px 16px;transform:translate(-100%)}.platform-sidebar.mobile-open{transform:translate(0)}.platform-main{width:100%;margin-left:0}.mobile-menu-button{display:grid}.mobile-close-button{display:grid;place-items:center}.sidebar-collapse-button,.header-sidebar-toggle{display:none!important}.platform-layout.sidebar-collapsed .brand-copy,.platform-layout.sidebar-collapsed .navigation-label,.platform-layout.sidebar-collapsed .navigation-text,.platform-layout.sidebar-collapsed .navigation-parent .chevron,.platform-layout.sidebar-collapsed .future-module-name,.platform-layout.sidebar-collapsed .status-badge,.platform-layout.sidebar-collapsed .user-details{display:initial}.platform-layout.sidebar-collapsed .brand-copy,.platform-layout.sidebar-collapsed .user-details{display:flex}.platform-layout.sidebar-collapsed .platform-sidebar{padding:20px 16px}.platform-layout.sidebar-collapsed .sidebar-brand{justify-content:flex-start;padding:0 8px 20px}.platform-layout.sidebar-collapsed .navigation-link{justify-content:flex-start;padding:10px 11px}.platform-layout.sidebar-collapsed .navigation-link-content{justify-content:flex-start}.platform-layout.sidebar-collapsed .future-module{min-height:38px;padding:8px 11px 8px 41px}.platform-layout.sidebar-collapsed .sidebar-footer{justify-content:flex-start;padding:16px 8px 2px}.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:35;display:block;border:0;background:#0f172a85;cursor:pointer}}@media(max-width:640px){.platform-header{min-height:68px;padding:10px 14px}.platform-header h1{font-size:17px}.breadcrumb,.header-actions{display:none}.platform-content{padding:14px 12px 24px}}.programme-detail-panel{margin:10px;padding:20px;background:#fff;border:1px solid #c7d2fe;border-radius:12px;box-shadow:0 0 0 3px #6366f114,0 8px 24px #10182814}.programme-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.programme-detail-eyebrow{display:block;margin-bottom:5px;color:#4f46e5;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.programme-detail-header h2{margin:0;color:#101828;font-size:20px;font-weight:700}.programme-detail-header p{margin:5px 0 0;color:#667085;font-size:12px;line-height:1.5}.programme-detail-close{min-height:36px;padding:7px 12px;border:1px solid #d0d5dd;border-radius:7px;background:#fff;color:#344054;font:inherit;font-size:11px;font-weight:600;cursor:pointer;transition:background .16s ease,border-color .16s ease}.programme-detail-close:hover{background:#f8fafc;border-color:#98a2b3}.programme-detail-close:focus-visible{outline:3px solid rgba(99,102,241,.18);outline-offset:2px}.programme-detail-controls{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px}.programme-detail-filters{display:grid;grid-template-columns:repeat(2,minmax(180px,240px));gap:12px}.programme-detail-filter{display:flex;min-width:0;flex-direction:column;gap:6px}.programme-detail-filter label{color:#344054;font-size:11px;font-weight:600}.programme-detail-filter select{width:100%;min-height:36px;padding:7px 32px 7px 10px;border:1px solid #d0d5dd;border-radius:7px;background:#fff;color:#101828;font:inherit;font-size:12px;outline:none}.programme-detail-filter select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1f}.programme-detail-tabs{display:inline-flex;gap:3px;margin-bottom:0;padding:3px;background:#f2f4f7;border-radius:8px}.programme-detail-tabs button{min-width:88px;padding:7px 13px;border:0;border-radius:6px;background:transparent;color:#667085;font:inherit;font-size:12px;font-weight:600;cursor:pointer;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.programme-detail-tabs button:hover{color:#344054}.programme-detail-tabs button.active{background:#fff;color:#344054;box-shadow:0 1px 3px #1018281f}.programme-detail-tabs button:focus-visible{outline:3px solid rgba(99,102,241,.18);outline-offset:1px}.programme-detail-summary{display:grid;grid-template-columns:repeat(2,minmax(200px,1.25fr)) repeat(3,minmax(140px,1fr));gap:10px;margin-bottom:18px}.programme-detail-summary>div{display:flex;min-width:0;min-height:82px;flex-direction:column;justify-content:center;padding:13px 15px;background:#f9fafb;border:1px solid #eaecf0;border-radius:8px}.programme-detail-summary .main-summary{background:#f8faff;border-color:#c7d2fe}.programme-detail-summary span{color:#667085;font-size:10px;font-weight:600}.programme-detail-summary strong{margin-top:5px;overflow:hidden;color:#101828;font-size:17px;font-weight:750;letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap}.programme-detail-summary .main-summary strong{font-size:20px}.programme-detail-summary small{margin-top:4px;color:#98a2b3;font-size:9px}.programme-detail-table-scroll{width:100%;overflow-x:auto}.programme-detail-table{width:100%;min-width:920px;border-collapse:collapse;background:#fff;font-size:11px}.programme-detail-table th,.programme-detail-table td{padding:10px 11px;border:1px solid #dfe3e8;text-align:center;white-space:nowrap}.programme-detail-table thead th{background:#eef2f6;color:#475467;font-size:10px;font-weight:700}.programme-detail-table th:first-child{position:sticky;left:0;z-index:2;min-width:135px;background:#f8fafc;color:#344054;text-align:left}.programme-detail-table thead th:first-child{z-index:3;background:#eef2f6}.programme-detail-table td{color:#344054}.programme-detail-table tbody tr:hover td,.programme-detail-table tbody tr:hover th{background:#fbfcfe}.programme-detail-table .main-measure-row th,.programme-detail-table .main-measure-row td{background:#f8faff;color:#1d2939;font-weight:700}.programme-detail-table .main-measure-row th:first-child{background:#eef2ff}.detail-total-cell{background:#fff8cc!important;color:#101828!important;font-weight:800!important;text-align:center!important}.programme-expanded-row .programme-detail-panel{margin:10px}.programme-expanded-row .programme-detail-table th,.programme-expanded-row .programme-detail-table td{text-align:center}.programme-expanded-row .programme-detail-table th:first-child{text-align:left}@media(max-width:1100px){.programme-detail-summary{grid-template-columns:repeat(2,minmax(180px,1fr))}}@media(max-width:850px){.programme-detail-controls{align-items:stretch;flex-direction:column}.programme-detail-filters{grid-template-columns:1fr}.programme-detail-tabs{display:flex;width:100%}.programme-detail-tabs button{flex:1}}@media(max-width:650px){.programme-detail-panel{margin:8px;padding:14px}.programme-detail-header{flex-direction:column}.programme-detail-close{width:100%}.programme-detail-summary{grid-template-columns:1fr}.programme-detail-summary strong,.programme-detail-summary .main-summary strong{font-size:18px}.programme-detail-table{min-width:760px}}.programme-comparison-page{width:100%;max-width:1500px;margin:0 auto}.programme-filter-card{margin-bottom:18px;padding:18px;background:#fff;border:1px solid #e4e7ec;border-radius:10px;box-shadow:0 1px 3px #1018280f}.programme-card-heading{margin-bottom:16px}.programme-card-heading h2{margin:0;color:#101828;font-size:17px;font-weight:700}.programme-card-heading p{margin:5px 0 0;color:#667085;font-size:12px;line-height:1.5}.programme-filter-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.programme-filter-grid{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:14px}.programme-filter{display:flex;min-width:0;flex-direction:column;gap:6px}.programme-filter label{color:#344054;font-size:12px;font-weight:600}.programme-filter select{width:100%;min-height:38px;padding:7px 10px;border:1px solid #d0d5dd;border-radius:7px;background:#fff;color:#101828;font:inherit;font-size:13px;outline:none}.programme-filter select:hover{border-color:#b8c0cc}.programme-filter select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1f}.programme-summary-strip{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:12px;margin-bottom:18px}.programme-summary-strip>div{display:flex;min-width:0;flex-direction:column;gap:7px;padding:15px 16px;background:#fff;border:1px solid #e4e7ec;border-radius:9px;box-shadow:0 1px 3px #1018280d}.programme-summary-strip span{color:#667085;font-size:11px;font-weight:600}.programme-summary-strip strong{overflow:hidden;color:#101828;font-size:18px;text-overflow:ellipsis;white-space:nowrap}.programme-directory-page{width:100%;max-width:1500px;margin:0 auto}.directory-comparison-filter-grid{grid-template-columns:minmax(140px,1fr) minmax(140px,1fr) minmax(160px,1fr) minmax(170px,1fr) minmax(180px,.9fr)}.directory-search-filter input{width:100%;min-height:38px;padding:7px 10px;border:1px solid #d0d5dd;border-radius:7px;background:#fff;color:#101828;font:inherit;font-size:13px;outline:none}.directory-search-filter input::placeholder{color:#98a2b3}.directory-search-filter input:hover{border-color:#b8c0cc}.directory-search-filter input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1f}.directory-table-card{margin-bottom:18px;padding:18px;overflow:hidden;background:#fff;border:1px solid #e4e7ec;border-radius:10px;box-shadow:0 1px 3px #1018280f}.directory-table-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.directory-title-block{min-width:220px;flex:1}.directory-table-heading h2{margin:0;color:#101828;font-size:17px;font-weight:700}.directory-table-heading p{max-width:620px;margin:5px 0 0;color:#667085;font-size:12px;line-height:1.5}.directory-header-controls{display:flex;flex-shrink:0;align-items:center;justify-content:flex-end;gap:10px}.directory-aggregate-tabs{display:inline-flex;align-items:center;gap:5px}.directory-aggregate-tabs button{display:inline-flex;min-height:32px;align-items:center;gap:6px;padding:6px 9px;border:1px solid #d0d5dd;border-radius:7px;background:#fff;color:#475467;font:inherit;font-size:10px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}.directory-aggregate-tabs button:hover:not(:disabled){border-color:#98a2b3;background:#f8fafc;color:#344054}.directory-aggregate-tabs button.active{border-color:#818cf8;background:#eef2ff;color:#4338ca;box-shadow:0 0 0 2px #6366f11a}.directory-aggregate-tabs button:disabled{opacity:.42;cursor:not-allowed}.directory-aggregate-tabs button:focus-visible{outline:3px solid rgba(99,102,241,.18);outline-offset:2px}.directory-aggregate-arrow{display:inline-block;color:#98a2b3;font-size:8px;line-height:1;transition:transform .16s ease,color .16s ease}.directory-aggregate-arrow.open{transform:rotate(90deg);color:#4f46e5}.directory-view-toggle{display:inline-flex;flex-shrink:0;gap:3px;padding:3px;border:1px solid #e4e7ec;border-radius:8px;background:#f2f4f7}.directory-view-toggle button{display:flex;min-height:32px;align-items:center;justify-content:center;gap:6px;padding:6px 9px;border:0;border-radius:6px;background:transparent;color:#667085;font:inherit;font-size:10px;font-weight:600;cursor:pointer;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.directory-view-toggle button:hover{color:#344054}.directory-view-toggle button.active{background:#fff;color:#344054;box-shadow:0 1px 3px #1018281f}.directory-view-toggle button:focus-visible{outline:3px solid rgba(99,102,241,.18);outline-offset:2px}.directory-view-toggle svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.directory-aggregate-detail{margin-bottom:18px}.directory-aggregate-detail .programme-detail-panel{margin:0}.directory-chart-container{width:100%;height:440px}.directory-pie-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.directory-pie-card{min-width:0;padding:16px;background:#fff;border:1px solid #e4e7ec;border-radius:10px}.directory-pie-heading{margin-bottom:8px}.directory-pie-heading h3{margin:0;color:#101828;font-size:15px;font-weight:700}.directory-pie-heading p{margin:5px 0 0;color:#667085;font-size:11px;line-height:1.45}.directory-pie-container{width:100%;height:390px}.directory-table-scroll{width:100%;overflow-x:auto}.directory-comparison-table{width:100%;min-width:1120px;border-collapse:collapse;background:#fff;font-size:12px}.directory-comparison-table th,.directory-comparison-table td{padding:11px 13px;border-bottom:1px solid #eaecf0;white-space:nowrap}.directory-comparison-table thead th{background:#f8fafc;color:#475467;font-size:11px;font-weight:700;text-align:right}.directory-comparison-table thead th:first-child,.directory-comparison-table thead th:nth-child(2),.directory-comparison-table thead th:nth-child(3){text-align:left}.directory-comparison-table tbody th{color:#344054;font-weight:700;text-align:left}.directory-comparison-table tbody td{color:#344054;text-align:right}.directory-comparison-table tbody td:nth-child(2),.directory-comparison-table tbody td:nth-child(3){text-align:left}.directory-comparison-table tbody tr{transition:background .14s ease}.directory-comparison-table tbody tr:hover{background:#f9fafb}.directory-programme-button{display:flex;width:100%;min-width:165px;align-items:center;justify-content:space-between;gap:10px;padding:0;border:0;background:transparent;color:#175cd3;font:inherit;font-weight:700;text-align:left;cursor:pointer}.directory-programme-button:hover{color:#004eeb;text-decoration:underline}.directory-programme-button:focus-visible{outline:3px solid rgba(99,102,241,.18);outline-offset:3px;border-radius:4px}.directory-row-arrow{display:inline-block;color:#98a2b3;font-size:12px;line-height:1;transition:transform .16s ease,color .16s ease}.directory-row-arrow.open{transform:rotate(90deg);color:#4f46e5}.directory-revenue-value{color:#1679a7!important;font-weight:700}.directory-income-value{color:#d85f1b!important;font-weight:700}.directory-percentage-cell{display:flex;min-width:115px;align-items:center;justify-content:flex-end;gap:8px}.directory-percentage-cell>span{width:34px;color:#344054;font-size:11px;font-weight:700;text-align:right}.directory-percentage-track{width:65px;height:6px;overflow:hidden;border-radius:999px;background:#eaecf0}.directory-percentage-fill{height:100%;border-radius:inherit}.directory-revenue-fill{background:#1679a7}.directory-income-fill{background:#e97832}.directory-selected-row{background:#f5f7ff}.directory-selected-row:hover{background:#eef2ff!important}.directory-expanded-row>td{padding:0!important;background:#f8faff;border-bottom:1px solid #c7d2fe;text-align:left!important}.directory-expanded-row:hover{background:transparent!important}.directory-expanded-row .programme-detail-panel{margin:10px;text-align:left!important}.directory-expanded-row .programme-detail-header,.directory-expanded-row .programme-detail-header>div,.directory-expanded-row .programme-detail-eyebrow,.directory-expanded-row .programme-detail-header h2,.directory-expanded-row .programme-detail-header p,.directory-expanded-row .programme-detail-controls,.directory-expanded-row .programme-detail-filters,.directory-expanded-row .programme-detail-filter,.directory-expanded-row .programme-detail-filter label,.directory-expanded-row .programme-detail-filter select,.directory-expanded-row .programme-detail-summary,.directory-expanded-row .programme-detail-summary>div,.directory-expanded-row .programme-detail-summary span,.directory-expanded-row .programme-detail-summary strong,.directory-expanded-row .programme-detail-summary small{text-align:left!important}.directory-expanded-row .programme-detail-table th,.directory-expanded-row .programme-detail-table td{padding:10px 11px;text-align:center!important}.directory-expanded-row .programme-detail-table th:first-child{text-align:left!important}.directory-expanded-row .programme-detail-table .detail-total-cell{text-align:center!important}.directory-empty-state{padding:36px 20px;border:1px dashed #d0d5dd;border-radius:8px;color:#667085;font-size:13px;text-align:center}@media(max-width:1300px){.directory-table-heading{flex-wrap:wrap}.directory-header-controls{width:100%;justify-content:space-between}}@media(max-width:1100px){.directory-comparison-filter-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}.directory-header-controls{align-items:stretch;flex-direction:column}.directory-aggregate-tabs{display:grid;grid-template-columns:repeat(3,1fr)}.directory-aggregate-tabs button{justify-content:center}.directory-view-toggle{align-self:flex-end}.directory-pie-grid{grid-template-columns:1fr}}@media(max-width:700px){.directory-comparison-filter-grid{grid-template-columns:1fr}.directory-table-card{padding:14px}.directory-table-heading{flex-direction:column}.directory-header-controls{width:100%}.directory-aggregate-tabs{grid-template-columns:1fr}.directory-view-toggle{width:100%}.directory-view-toggle button{flex:1}.directory-chart-container{height:390px}.directory-pie-container{height:350px}.directory-table-heading h2{font-size:16px}.directory-table-heading p{font-size:11px}}@media(max-width:1100px){.programme-summary-strip{grid-template-columns:repeat(2,minmax(160px,1fr))}}@media(max-width:850px){.programme-filter-heading{flex-direction:column}}@media(max-width:600px){.programme-summary-strip{grid-template-columns:1fr}.secondary-button{width:100%}}.directory-provider-button{display:inline;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.directory-provider-button:hover{color:#175cd3;text-decoration:underline;text-underline-offset:2px}.directory-provider-button:focus-visible{outline:3px solid rgba(99,102,241,.18);outline-offset:3px;border-radius:3px}.provider-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:24px;background:#0f172a7a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.provider-modal{width:min(850px,100%);max-height:calc(100vh - 48px);overflow-y:auto;padding:22px;background:#fff;border:1px solid #e4e7ec;border-radius:14px;box-shadow:0 24px 64px #1018283d}.provider-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:16px;border-bottom:1px solid #eaecf0}.provider-modal-eyebrow{display:block;margin-bottom:5px;color:#4f46e5;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.provider-modal-header h2{margin:0;color:#101828;font-size:21px;line-height:1.25}.provider-modal-header p{margin:5px 0 0;color:#667085;font-size:12px;line-height:1.5}.provider-modal-close{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;padding:0;border:1px solid #d0d5dd;border-radius:8px;background:#fff;color:#475467;font:inherit;font-size:23px;line-height:1;cursor:pointer}.provider-modal-close:hover{border-color:#98a2b3;background:#f8fafc;color:#101828}.provider-modal-close:focus-visible{outline:3px solid rgba(99,102,241,.18);outline-offset:2px}.provider-contract-status-row{display:flex;align-items:center;gap:10px;margin:18px 0;padding:12px 14px;background:#f8fafc;border:1px solid #eaecf0;border-radius:9px}.provider-contract-status-row strong{color:#344054;font-size:12px}.provider-status-badge{display:inline-flex;flex:0 0 auto;align-items:center;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:800}.provider-status-active{background:#ecfdf3;color:#027a48}.provider-status-expiring{background:#fffaeb;color:#b54708}.provider-status-expired{background:#fef3f2;color:#b42318}.provider-status-unknown{background:#f2f4f7;color:#475467}.provider-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.provider-detail-section{min-width:0;padding:16px;border:1px solid #e4e7ec;border-radius:10px;background:#fff}.provider-detail-section h3{margin:0 0 13px;color:#101828;font-size:14px}.provider-detail-list{display:grid;margin:0}.provider-detail-list>div{display:grid;grid-template-columns:140px minmax(0,1fr);gap:12px;padding:9px 0;border-bottom:1px solid #f2f4f7}.provider-detail-list>div:last-child{border-bottom:0}.provider-detail-list dt{color:#667085;font-size:11px;font-weight:600}.provider-detail-list dd{min-width:0;margin:0;overflow-wrap:anywhere;color:#344054;font-size:12px;font-weight:600;line-height:1.45}.provider-detail-list a{color:#175cd3;text-decoration:none}.provider-detail-list a:hover{text-decoration:underline}@media(max-width:700px){.provider-modal-backdrop{align-items:end;padding:12px}.provider-modal{max-height:calc(100vh - 24px);padding:17px;border-radius:13px}.provider-detail-grid{grid-template-columns:1fr}.provider-detail-list>div{grid-template-columns:1fr;gap:4px}.provider-contract-status-row{align-items:flex-start;flex-direction:column}}.year-comparison-page{width:100%;max-width:1450px;margin:0 auto}.comparison-filter-card,.year-summary-card,.year-chart-card{margin-bottom:18px;padding:18px;background:#fff;border:1px solid #e4e7ec;border-radius:10px;box-shadow:0 1px 3px #1018280f}.comparison-filter-heading,.year-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.comparison-filter-heading h2,.year-card-heading h2{margin:0;color:#101828;font-size:17px;font-weight:700}.comparison-filter-heading p,.year-card-heading p{margin:5px 0 0;color:#667085;font-size:12px}.comparison-filter-grid{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:14px}.comparison-filter{display:flex;flex-direction:column;gap:6px}.comparison-filter label{color:#344054;font-size:12px;font-weight:600}.comparison-filter select{width:100%;min-height:38px;padding:7px 10px;border:1px solid #d0d5dd;border-radius:7px;background:#fff;color:#101828;font:inherit;font-size:13px;outline:none}.comparison-filter select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1f}.year-count{padding:5px 9px;border:1px solid #e4e7ec;border-radius:999px;background:#f9fafb;color:#667085;font-size:10px;font-weight:600;white-space:nowrap}.year-table-scroll{overflow-x:auto}.year-comparison-table{width:100%;border-collapse:collapse;font-size:13px}.year-comparison-table th,.year-comparison-table td{padding:12px 14px;border-bottom:1px solid #eaecf0;text-align:right;white-space:nowrap}.year-comparison-table thead th{background:#f8fafc;color:#475467;font-size:11px;font-weight:700}.year-comparison-table th:first-child{text-align:left}.year-comparison-table tbody th{color:#344054;font-weight:700}.year-comparison-table tbody tr:hover{background:#f9fafb}.revenue-cell{color:#1679a7;font-weight:700}.income-cell{color:#d85f1b;font-weight:700}.growth-value{display:inline-flex;min-width:54px;justify-content:center;padding:4px 7px;border-radius:999px;font-size:11px;font-weight:700}.growth-value.positive{background:#ecfdf3;color:#027a48}.growth-value.negative{background:#fef3f2;color:#b42318}.growth-value.neutral{background:#f2f4f7;color:#667085}.year-chart-container{width:100%;height:390px}.empty-state{padding:36px 20px;border:1px dashed #d0d5dd;border-radius:8px;color:#667085;font-size:13px;text-align:center}.secondary-button{min-height:38px;padding:8px 14px;border:1px solid #b9c2d0;border-radius:7px;background:#fff;color:#344054;font:inherit;font-size:12px;font-weight:600;cursor:pointer}.secondary-button:hover{background:#f8fafc}@media(max-width:900px){.comparison-filter-grid{grid-template-columns:1fr}}@media(max-width:650px){.comparison-filter-heading,.year-card-heading{flex-direction:column}.secondary-button{width:100%}.year-chart-container{height:330px}}.catering-dashboard-page{width:100%;max-width:1450px;margin:0 auto}.catering-intro-card,.catering-filter-card,.catering-chart-card,.catering-table-card{margin-bottom:18px;padding:18px;background:#fff;border:1px solid #e4e7ec;border-radius:10px;box-shadow:0 1px 3px #1018280f}.catering-intro-card{display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(135deg,#fff,#f8fbff)}.catering-eyebrow{display:block;margin-bottom:5px;color:#4f46e5;font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.catering-intro-card h2,.catering-card-heading h2{margin:0;color:#101828;font-size:17px;font-weight:700}.catering-intro-card p,.catering-card-heading p{margin:5px 0 0;color:#667085;font-size:12px;line-height:1.5}.catering-scope-pill,.catering-record-count{padding:6px 10px;border:1px solid #e4e7ec;border-radius:999px;background:#fff;color:#475467;font-size:10px;font-weight:700;white-space:nowrap}.catering-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.catering-filter-grid{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:14px}.catering-filter-grid label{display:flex;flex-direction:column;gap:6px}.catering-filter-grid label>span{color:#344054;font-size:12px;font-weight:600}.catering-filter-grid select{width:100%;min-height:38px;padding:7px 10px;border:1px solid #d0d5dd;border-radius:7px;background:#fff;color:#101828;font:inherit;font-size:13px;outline:none}.catering-filter-grid select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1f}.catering-secondary-button{min-height:38px;padding:8px 14px;border:1px solid #b9c2d0;border-radius:7px;background:#fff;color:#344054;font:inherit;font-size:12px;font-weight:600;cursor:pointer}.catering-secondary-button:hover{background:#f8fafc}.catering-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.catering-kpi-card{position:relative;min-width:0;padding:16px;overflow:hidden;background:#fff;border:1px solid #e4e7ec;border-radius:10px;box-shadow:0 1px 3px #1018280f}.catering-kpi-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#98a2b3}.catering-kpi-sales:before{background:#1679a7}.catering-kpi-commission:before{background:#d85f1b}.catering-kpi-rate:before{background:#7c3aed}.catering-kpi-card>span{color:#667085;font-size:11px;font-weight:700}.catering-kpi-card strong{display:block;margin-top:8px;overflow:hidden;color:#101828;font-size:clamp(18px,1.6vw,25px);letter-spacing:-.03em;text-overflow:ellipsis;white-space:nowrap}.catering-kpi-card p{margin:6px 0 0;color:#98a2b3;font-size:10px}.catering-chart-heading{align-items:center}.catering-metric-toggle{display:inline-flex;padding:3px;border:1px solid #e4e7ec;border-radius:8px;background:#f8fafc}.catering-metric-toggle button{min-height:30px;padding:6px 11px;border:0;border-radius:6px;background:transparent;color:#667085;font:inherit;font-size:11px;font-weight:700;cursor:pointer}.catering-metric-toggle button.active{background:#fff;color:#101828;box-shadow:0 1px 3px #1018281a}.catering-line-chart{width:100%;height:360px}.catering-bar-chart{width:100%;height:320px}.catering-sales-line{color:#1679a7}.catering-commission-line{color:#d85f1b}.catering-two-column-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.catering-chart-tooltip{min-width:170px;padding:10px 12px;background:#111827f2;border-radius:8px;color:#fff;box-shadow:0 10px 30px #10182833}.catering-chart-tooltip>strong{display:block;margin-bottom:7px;font-size:11px}.catering-chart-tooltip>div{display:flex;justify-content:space-between;gap:16px;padding:3px 0;font-size:10px}.catering-table-scroll{overflow-x:auto}.catering-results-table{width:100%;border-collapse:collapse;font-size:12px}.catering-results-table th,.catering-results-table td{padding:11px 13px;border-bottom:1px solid #eaecf0;text-align:right;white-space:nowrap}.catering-results-table th:first-child,.catering-results-table td:first-child,.catering-results-table th:nth-child(2),.catering-results-table td:nth-child(2),.catering-results-table th:nth-child(3),.catering-results-table td:nth-child(3){text-align:left}.catering-results-table thead th{background:#f8fafc;color:#475467;font-size:10px;font-weight:700}.catering-results-table tbody tr:hover{background:#f9fafb}.catering-results-table tbody td{color:#344054}.catering-sales-value{color:#1679a7!important;font-weight:700}.catering-commission-value{color:#d85f1b!important;font-weight:700}.catering-results-table tfoot th{background:#f8fafc;color:#101828;font-weight:800}.catering-empty-state{padding:36px 20px;border:1px dashed #d0d5dd;border-radius:8px;color:#667085;font-size:13px;text-align:center}@media(max-width:1100px){.catering-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catering-two-column-grid{grid-template-columns:1fr}}@media(max-width:800px){.catering-filter-grid{grid-template-columns:1fr}.catering-intro-card,.catering-card-heading{align-items:flex-start;flex-direction:column}.catering-scope-pill{white-space:normal}}@media(max-width:560px){.catering-kpi-grid{grid-template-columns:1fr}.catering-secondary-button,.catering-metric-toggle{width:100%}.catering-metric-toggle button{flex:1}.catering-line-chart{height:300px}.catering-bar-chart{height:285px}}.catering-comparison-page{width:100%;max-width:1450px;margin:0 auto}.catering-comparison-filter-card,.catering-comparison-summary-card,.catering-comparison-chart-card{margin-bottom:18px;padding:18px;background:#fff;border:1px solid #e4e7ec;border-radius:10px;box-shadow:0 1px 3px #1018280f}.catering-comparison-filter-heading,.catering-comparison-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.catering-comparison-filter-heading h2,.catering-comparison-card-heading h2{margin:0;color:#101828;font-size:17px;font-weight:700}.catering-comparison-filter-heading p,.catering-comparison-card-heading p{margin:5px 0 0;color:#667085;font-size:12px;line-height:1.5}.catering-comparison-secondary-button{min-height:38px;padding:8px 14px;border:1px solid #b9c2d0;border-radius:7px;background:#fff;color:#344054;font:inherit;font-size:12px;font-weight:600;cursor:pointer}.catering-comparison-secondary-button:hover{background:#f8fafc;border-color:#98a2b3}.catering-comparison-filter-grid{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:14px}.catering-comparison-filter-grid label{display:flex;min-width:0;flex-direction:column;gap:6px}.catering-comparison-filter-grid label>span{color:#344054;font-size:12px;font-weight:600}.catering-comparison-filter-grid select{width:100%;min-height:38px;padding:7px 10px;border:1px solid #d0d5dd;border-radius:7px;background:#fff;color:#101828;font:inherit;font-size:13px;outline:none}.catering-comparison-filter-grid select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1f}.catering-comparison-year-count{padding:6px 10px;border:1px solid #d0d5dd;border-radius:999px;background:#fff;color:#475467;font-size:10px;font-weight:700;white-space:nowrap}.catering-comparison-table-scroll{width:100%;overflow-x:auto}.catering-comparison-table{width:100%;min-width:830px;border-collapse:collapse;background:#fff;font-size:12px}.catering-comparison-table th,.catering-comparison-table td{padding:11px 13px;border-bottom:1px solid #eaecf0;text-align:right;white-space:nowrap}.catering-comparison-table thead th{background:#f8fafc;color:#475467;font-size:10px;font-weight:700}.catering-comparison-table th:first-child{text-align:left}.catering-comparison-table tbody th{color:#344054;font-weight:700}.catering-comparison-table tbody tr:hover{background:#f9fafb}.catering-comparison-sales-cell{color:#1679a7;font-weight:700}.catering-comparison-commission-cell{color:#d85f1b;font-weight:700}.catering-growth-value{display:inline-flex;min-width:54px;justify-content:center;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:800}.catering-growth-value.positive{background:#ecfdf3;color:#027a48}.catering-growth-value.negative{background:#fef3f2;color:#b42318}.catering-growth-value.neutral{background:#f2f4f7;color:#667085}.catering-comparison-chart-container{width:100%;height:420px}.catering-comparison-tooltip{min-width:180px;padding:10px 12px;background:#111827f2;border-radius:8px;color:#fff;box-shadow:0 10px 30px #10182833}.catering-comparison-tooltip>strong{display:block;margin-bottom:7px;font-size:11px}.catering-comparison-tooltip>div{display:flex;justify-content:space-between;gap:16px;padding:3px 0;font-size:10px}.catering-comparison-empty-state{padding:36px 20px;border:1px dashed #d0d5dd;border-radius:8px;color:#667085;font-size:13px;text-align:center}@media(max-width:800px){.catering-comparison-filter-heading,.catering-comparison-card-heading{align-items:stretch;flex-direction:column}.catering-comparison-filter-grid{grid-template-columns:1fr}.catering-comparison-year-count{align-self:flex-start}}@media(max-width:560px){.catering-comparison-filter-card,.catering-comparison-summary-card,.catering-comparison-chart-card{padding:14px}.catering-comparison-secondary-button{width:100%}.catering-comparison-chart-container{height:340px}}.uniform-dashboard-page{width:100%;max-width:1450px;margin:0 auto}.uniform-intro-card,.uniform-filter-card,.uniform-chart-card,.uniform-table-card{margin-bottom:18px;padding:18px;background:#fff;border:1px solid #e4e7ec;border-radius:10px;box-shadow:0 1px 3px #1018280f}.uniform-intro-card{display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(135deg,#fff,#f8fbff)}.uniform-eyebrow{display:block;margin-bottom:5px;color:#4f46e5;font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.uniform-intro-card h2,.uniform-card-heading h2{margin:0;color:#101828;font-size:17px;font-weight:700}.uniform-intro-card p,.uniform-card-heading p{margin:5px 0 0;color:#667085;font-size:12px;line-height:1.5}.uniform-scope-pill,.uniform-record-count{padding:6px 10px;border:1px solid #e4e7ec;border-radius:999px;background:#fff;color:#475467;font-size:10px;font-weight:700;white-space:nowrap}.uniform-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.uniform-filter-grid{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:14px}.uniform-filter-grid label{display:flex;flex-direction:column;gap:6px}.uniform-filter-grid label>span{color:#344054;font-size:12px;font-weight:600}.uniform-filter-grid select{width:100%;min-height:38px;padding:7px 10px;border:1px solid #d0d5dd;border-radius:7px;background:#fff;color:#101828;font:inherit;font-size:13px;outline:none}.uniform-filter-grid select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1f}.uniform-secondary-button{min-height:38px;padding:8px 14px;border:1px solid #b9c2d0;border-radius:7px;background:#fff;color:#344054;font:inherit;font-size:12px;font-weight:600;cursor:pointer}.uniform-secondary-button:hover{background:#f8fafc}.uniform-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.uniform-kpi-card{position:relative;min-width:0;padding:16px;overflow:hidden;background:#fff;border:1px solid #e4e7ec;border-radius:10px;box-shadow:0 1px 3px #1018280f}.uniform-kpi-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#98a2b3}.uniform-kpi-sales:before{background:#1679a7}.uniform-kpi-commission:before{background:#d85f1b}.uniform-kpi-rate:before{background:#7c3aed}.uniform-kpi-card>span{color:#667085;font-size:11px;font-weight:700}.uniform-kpi-card strong{display:block;margin-top:8px;overflow:hidden;color:#101828;font-size:clamp(18px,1.6vw,25px);letter-spacing:-.03em;text-overflow:ellipsis;white-space:nowrap}.uniform-kpi-card p{margin:6px 0 0;color:#98a2b3;font-size:10px}.uniform-chart-heading{align-items:center}.uniform-metric-toggle{display:inline-flex;padding:3px;border:1px solid #e4e7ec;border-radius:8px;background:#f8fafc}.uniform-metric-toggle button{min-height:30px;padding:6px 11px;border:0;border-radius:6px;background:transparent;color:#667085;font:inherit;font-size:11px;font-weight:700;cursor:pointer}.uniform-metric-toggle button.active{background:#fff;color:#101828;box-shadow:0 1px 3px #1018281a}.uniform-line-chart{width:100%;height:360px}.uniform-bar-chart{width:100%;height:320px}.uniform-sales-line{color:#1679a7}.uniform-commission-line{color:#d85f1b}.uniform-two-column-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.uniform-chart-tooltip{min-width:170px;padding:10px 12px;background:#111827f2;border-radius:8px;color:#fff;box-shadow:0 10px 30px #10182833}.uniform-chart-tooltip>strong{display:block;margin-bottom:7px;font-size:11px}.uniform-chart-tooltip>div{display:flex;justify-content:space-between;gap:16px;padding:3px 0;font-size:10px}.uniform-table-scroll{overflow-x:auto}.uniform-results-table{width:100%;border-collapse:collapse;font-size:12px}.uniform-results-table th,.uniform-results-table td{padding:11px 13px;border-bottom:1px solid #eaecf0;text-align:right;white-space:nowrap}.uniform-results-table th:first-child,.uniform-results-table td:first-child,.uniform-results-table th:nth-child(2),.uniform-results-table td:nth-child(2),.uniform-results-table th:nth-child(3),.uniform-results-table td:nth-child(3){text-align:left}.uniform-results-table thead th{background:#f8fafc;color:#475467;font-size:10px;font-weight:700}.uniform-results-table tbody tr:hover{background:#f9fafb}.uniform-results-table tbody td{color:#344054}.uniform-sales-value{color:#1679a7!important;font-weight:700}.uniform-commission-value{color:#d85f1b!important;font-weight:700}.uniform-results-table tfoot th{background:#f8fafc;color:#101828;font-weight:800}.uniform-empty-state{padding:36px 20px;border:1px dashed #d0d5dd;border-radius:8px;color:#667085;font-size:13px;text-align:center}@media(max-width:1100px){.uniform-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.uniform-two-column-grid{grid-template-columns:1fr}}@media(max-width:800px){.uniform-filter-grid{grid-template-columns:1fr}.uniform-intro-card,.uniform-card-heading{align-items:flex-start;flex-direction:column}.uniform-scope-pill{white-space:normal}}@media(max-width:560px){.uniform-kpi-grid{grid-template-columns:1fr}.uniform-secondary-button,.uniform-metric-toggle{width:100%}.uniform-metric-toggle button{flex:1}.uniform-line-chart{height:300px}.uniform-bar-chart{height:285px}}.uniform-comparison-page{width:100%;max-width:1450px;margin:0 auto}.uniform-comparison-filter-card,.uniform-comparison-summary-card,.uniform-comparison-chart-card{margin-bottom:18px;padding:18px;background:#fff;border:1px solid #e4e7ec;border-radius:10px;box-shadow:0 1px 3px #1018280f}.uniform-comparison-filter-heading,.uniform-comparison-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.uniform-comparison-filter-heading h2,.uniform-comparison-card-heading h2{margin:0;color:#101828;font-size:17px;font-weight:700}.uniform-comparison-filter-heading p,.uniform-comparison-card-heading p{margin:5px 0 0;color:#667085;font-size:12px;line-height:1.5}.uniform-comparison-secondary-button{min-height:38px;padding:8px 14px;border:1px solid #b9c2d0;border-radius:7px;background:#fff;color:#344054;font:inherit;font-size:12px;font-weight:600;cursor:pointer}.uniform-comparison-secondary-button:hover{background:#f8fafc;border-color:#98a2b3}.uniform-comparison-filter-grid{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:14px}.uniform-comparison-filter-grid label{display:flex;min-width:0;flex-direction:column;gap:6px}.uniform-comparison-filter-grid label>span{color:#344054;font-size:12px;font-weight:600}.uniform-comparison-filter-grid select{width:100%;min-height:38px;padding:7px 10px;border:1px solid #d0d5dd;border-radius:7px;background:#fff;color:#101828;font:inherit;font-size:13px;outline:none}.uniform-comparison-filter-grid select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1f}.uniform-comparison-year-count{padding:6px 10px;border:1px solid #d0d5dd;border-radius:999px;background:#fff;color:#475467;font-size:10px;font-weight:700;white-space:nowrap}.uniform-comparison-table-scroll{width:100%;overflow-x:auto}.uniform-comparison-table{width:100%;min-width:830px;border-collapse:collapse;background:#fff;font-size:12px}.uniform-comparison-table th,.uniform-comparison-table td{padding:11px 13px;border-bottom:1px solid #eaecf0;text-align:right;white-space:nowrap}.uniform-comparison-table thead th{background:#f8fafc;color:#475467;font-size:10px;font-weight:700}.uniform-comparison-table th:first-child{text-align:left}.uniform-comparison-table tbody th{color:#344054;font-weight:700}.uniform-comparison-table tbody tr:hover{background:#f9fafb}.uniform-comparison-sales-cell{color:#1679a7;font-weight:700}.uniform-comparison-commission-cell{color:#d85f1b;font-weight:700}.uniform-growth-value{display:inline-flex;min-width:54px;justify-content:center;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:800}.uniform-growth-value.positive{background:#ecfdf3;color:#027a48}.uniform-growth-value.negative{background:#fef3f2;color:#b42318}.uniform-growth-value.neutral{background:#f2f4f7;color:#667085}.uniform-comparison-chart-container{width:100%;height:420px}.uniform-comparison-tooltip{min-width:180px;padding:10px 12px;background:#111827f2;border-radius:8px;color:#fff;box-shadow:0 10px 30px #10182833}.uniform-comparison-tooltip>strong{display:block;margin-bottom:7px;font-size:11px}.uniform-comparison-tooltip>div{display:flex;justify-content:space-between;gap:16px;padding:3px 0;font-size:10px}.uniform-comparison-empty-state{padding:36px 20px;border:1px dashed #d0d5dd;border-radius:8px;color:#667085;font-size:13px;text-align:center}@media(max-width:800px){.uniform-comparison-filter-heading,.uniform-comparison-card-heading{align-items:stretch;flex-direction:column}.uniform-comparison-filter-grid{grid-template-columns:1fr}.uniform-comparison-year-count{align-self:flex-start}}@media(max-width:560px){.uniform-comparison-filter-card,.uniform-comparison-summary-card,.uniform-comparison-chart-card{padding:14px}.uniform-comparison-secondary-button{width:100%}.uniform-comparison-chart-container{height:340px}}.commercial-dashboard-page{width:100%;max-width:1500px;margin:0 auto}.dashboard-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px;padding:22px;overflow:hidden;background:radial-gradient(circle at top right,rgba(109,93,252,.17),transparent 42%),linear-gradient(135deg,#111827,#172554);border-radius:14px;box-shadow:0 8px 24px #1018281f}.dashboard-eyebrow{display:block;margin-bottom:7px;color:#a5b4fc;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.dashboard-hero h1{margin:0;color:#fff;font-size:28px;line-height:1.15}.dashboard-hero p{margin:8px 0 0;color:#cbd5e1;font-size:13px}.dashboard-period-filter{display:flex;min-width:210px;flex-direction:column;gap:6px}.dashboard-period-filter label{color:#cbd5e1;font-size:10px;font-weight:700}.dashboard-period-filter select{width:100%;min-height:40px;padding:8px 34px 8px 11px;border:1px solid rgba(255,255,255,.22);border-radius:8px;background:#ffffff1a;color:#fff;font:inherit;font-size:12px;outline:none}.dashboard-period-filter option{color:#101828}.dashboard-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(170px,1fr));gap:12px;margin-bottom:18px}.dashboard-kpi-card{display:flex;min-width:0;min-height:112px;flex-direction:column;justify-content:center;padding:16px 17px;background:#fff;border:1px solid #e4e7ec;border-top:3px solid #98a2b3;border-radius:10px;box-shadow:0 2px 6px #1018280f}.dashboard-kpi-card.primary{border-top-color:#38a3d1}.dashboard-kpi-card.income{border-top-color:#e97832}.dashboard-kpi-card span{color:#667085;font-size:11px;font-weight:700}.dashboard-kpi-card strong{margin-top:8px;overflow:hidden;color:#101828;font-size:22px;letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap}.dashboard-kpi-card small{margin-top:7px;color:#98a2b3;font-size:9px;line-height:1.4}.dashboard-section,.dashboard-chart-card,.dashboard-info-card{margin-bottom:18px;padding:18px;background:#fff;border:1px solid #e4e7ec;border-radius:11px;box-shadow:0 2px 6px #1018280d}.dashboard-section-heading,.dashboard-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:15px}.dashboard-section-heading h2,.dashboard-card-heading h2{margin:0;color:#101828;font-size:16px}.dashboard-section-heading p,.dashboard-card-heading p{margin:5px 0 0;color:#667085;font-size:11px;line-height:1.5}.dashboard-stream-grid{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:12px}.dashboard-stream-card{display:block;min-width:0;padding:16px;background:#fff;border:1px solid #e4e7ec;border-top:3px solid var(--stream-colour);border-radius:9px;color:inherit;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.dashboard-stream-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--stream-colour) 45%,#e4e7ec);box-shadow:0 8px 20px #10182817}.dashboard-stream-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.dashboard-stream-heading span:first-child{color:#101828;font-size:14px;font-weight:800}.dashboard-stream-heading p{margin:4px 0 0;color:#667085;font-size:10px}.dashboard-stream-arrow{color:var(--stream-colour);font-size:18px;font-weight:700}.dashboard-stream-card>strong{display:block;margin-top:18px;color:#101828;font-size:21px}.dashboard-stream-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:11px;color:#667085;font-size:10px}.dashboard-stream-meta b{color:#344054;font-size:11px}.dashboard-stream-contribution{margin-top:13px}.dashboard-stream-contribution>span{color:#667085;font-size:9px;font-weight:600}.dashboard-stream-contribution>div{height:5px;margin-top:6px;overflow:hidden;background:#eef1f5;border-radius:999px}.dashboard-stream-contribution i{display:block;height:100%;background:var(--stream-colour);border-radius:999px}.dashboard-chart-grid,.dashboard-bottom-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.dashboard-chart-container{height:330px}.dashboard-pie-container{height:320px}.dashboard-line-container{height:350px}.dashboard-monthly-card{overflow:hidden}.dashboard-count-pill{padding:5px 9px;border:1px solid #d0d5dd;border-radius:999px;background:#f8fafc;color:#475467;font-size:10px;font-weight:700;white-space:nowrap}.contract-health-grid{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));gap:10px}.contract-health-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px;border:1px solid #e4e7ec;border-radius:9px;background:#f8fafc}.contract-health-item span{color:#475467;font-size:10px;font-weight:700}.contract-health-item strong{font-size:20px}.contract-health-item.active strong{color:#027a48}.contract-health-item.expiring strong{color:#b54708}.contract-health-item.expired strong{color:#b42318}.contract-health-item.unknown strong{color:#475467}.dashboard-quick-links{display:grid;gap:9px}.dashboard-quick-links a{display:grid;grid-template-columns:100px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 13px;border:1px solid #e4e7ec;border-radius:8px;color:inherit;text-decoration:none;transition:background .15s ease,border-color .15s ease}.dashboard-quick-links a:hover{background:#f8faff;border-color:#c7d2fe}.dashboard-quick-links span{color:#667085;font-size:10px;font-weight:700}.dashboard-quick-links b{color:#101828;font-size:11px}.dashboard-quick-links i{color:#4f46e5;font-size:16px;font-style:normal}@media(max-width:1150px){.dashboard-kpi-grid{grid-template-columns:repeat(2,minmax(170px,1fr))}.dashboard-stream-grid{grid-template-columns:1fr}}@media(max-width:900px){.dashboard-chart-grid,.dashboard-bottom-grid{grid-template-columns:1fr}}@media(max-width:700px){.dashboard-hero{align-items:stretch;flex-direction:column}.dashboard-hero h1{font-size:23px}.dashboard-period-filter{min-width:0}.dashboard-kpi-grid{grid-template-columns:1fr}.dashboard-chart-container,.dashboard-line-container{height:300px}.contract-health-grid{grid-template-columns:1fr}.dashboard-quick-links a{grid-template-columns:80px minmax(0,1fr) auto}}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:Arial,Helvetica,sans-serif;background:#f5f7fb;color:#1f2937}:root{--laptop-page-gap: 16px;--laptop-card-padding: 14px;--laptop-control-height: 34px;--laptop-table-font-size: 10px;--laptop-table-cell-y: 8px;--laptop-table-cell-x: 9px}.platform-content,.platform-content>*,.programme-summary-page,.programme-directory-page,.programme-comparison-page,.year-comparison-page{min-width:0;width:100%}.table-wrapper,.table-scroll,.programme-table-scroll,.programme-detail-table-scroll,.directory-table-scroll,.year-table-scroll{max-width:100%;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:#c7cdd6 #f2f4f7}.table-wrapper::-webkit-scrollbar,.table-scroll::-webkit-scrollbar,.programme-table-scroll::-webkit-scrollbar,.programme-detail-table-scroll::-webkit-scrollbar,.directory-table-scroll::-webkit-scrollbar,.year-table-scroll::-webkit-scrollbar{height:8px}.table-wrapper::-webkit-scrollbar-track,.table-scroll::-webkit-scrollbar-track,.programme-table-scroll::-webkit-scrollbar-track,.programme-detail-table-scroll::-webkit-scrollbar-track,.directory-table-scroll::-webkit-scrollbar-track,.year-table-scroll::-webkit-scrollbar-track{background:#f2f4f7}.table-wrapper::-webkit-scrollbar-thumb,.table-scroll::-webkit-scrollbar-thumb,.programme-table-scroll::-webkit-scrollbar-thumb,.programme-detail-table-scroll::-webkit-scrollbar-thumb,.directory-table-scroll::-webkit-scrollbar-thumb,.year-table-scroll::-webkit-scrollbar-thumb{border-radius:999px;background:#c7cdd6}@media(max-width:1450px)and (min-width:901px){.programme-summary-page .content,.programme-directory-page,.programme-comparison-page,.year-comparison-page{gap:var(--laptop-page-gap)}.programme-summary-page .card,.programme-summary-page .chart-card,.programme-summary-page .table-card,.programme-filter-card,.programme-table-card,.programme-bar-card,.programme-pie-card,.comparison-filter-card,.year-summary-card,.year-chart-card,.directory-table-card,.directory-pie-card,.programme-detail-panel{padding:var(--laptop-card-padding);border-radius:9px}.filters-section-heading h2,.metric-section-heading h2,.chart-card-header h2,.section-heading h2,.programme-card-heading h2,.programme-filter-heading h2,.comparison-filter-heading h2,.year-card-heading h2,.directory-table-heading h2{font-size:15px}.metric-section-heading p,.chart-card-header p,.section-heading p,.programme-card-heading p,.comparison-filter-heading p,.year-card-heading p,.directory-table-heading p{font-size:10px;line-height:1.4}.filters-grid,.programme-filter-grid,.comparison-filter-grid,.directory-comparison-filter-grid{gap:8px}.filter label,.programme-filter label,.comparison-filter label,.programme-detail-filter label{font-size:10px}.filter select,.programme-filter select,.comparison-filter select,.programme-detail-filter select,.directory-search-filter input{min-height:var(--laptop-control-height);padding-top:6px;padding-bottom:6px;font-size:11px}.secondary-button{min-height:var(--laptop-control-height);padding:7px 12px;font-size:11px}.primary-kpi-grid,.secondary-kpi-grid,.programme-summary-strip,.programme-detail-summary{gap:8px}.metric-card-button .kpi-card,.programme-summary-strip>div,.programme-detail-summary>div{min-height:64px;padding:10px 12px}.kpi-title,.programme-summary-strip span,.programme-detail-summary span{font-size:10px}.kpi-value,.programme-summary-strip strong,.programme-detail-summary strong{font-size:15px}.programme-summary-page table,.programme-comparison-table,.directory-comparison-table,.year-comparison-table,.programme-detail-table{font-size:var(--laptop-table-font-size)}.programme-summary-page th,.programme-summary-page td,.programme-comparison-table th,.programme-comparison-table td,.directory-comparison-table th,.directory-comparison-table td,.year-comparison-table th,.year-comparison-table td,.programme-detail-table th,.programme-detail-table td{padding:var(--laptop-table-cell-y) var(--laptop-table-cell-x)}.programme-detail-header{margin-bottom:10px}.programme-detail-header h2{font-size:16px}.programme-detail-header p{font-size:10px}.programme-detail-controls{margin-bottom:10px}.programme-detail-tabs button{min-height:30px;min-width:68px;padding:5px 9px;font-size:10px}.programme-detail-summary{margin-bottom:10px}.programme-detail-table{min-width:820px}.directory-table-heading{gap:12px;margin-bottom:12px}.directory-header-controls{gap:6px}.directory-aggregate-tabs{gap:4px}.directory-aggregate-tabs button,.directory-view-toggle button{min-height:28px;padding:5px 7px;font-size:9px}.directory-chart-container,.programme-bar-container,.year-chart-container{height:350px}.directory-pie-container,.programme-pie-container{height:310px}.directory-comparison-table thead th:first-child,.directory-comparison-table tbody th:first-child,.programme-comparison-table thead th:first-child,.programme-comparison-table tbody th:first-child,.year-comparison-table thead th:first-child,.year-comparison-table tbody th:first-child,.programme-detail-table thead th:first-child,.programme-detail-table tbody th:first-child{position:sticky;left:0;z-index:2;background:#fff}.directory-comparison-table thead th:first-child,.programme-comparison-table thead th:first-child,.year-comparison-table thead th:first-child,.programme-detail-table thead th:first-child{z-index:3;background:#f8fafc}}
