.breadcrumbs{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.4rem 1rem 0;font-size:.875rem;color:#6b7280;position:relative;z-index:200;overflow:visible}.breadcrumbs-left{display:flex;align-items:center;gap:.4rem;flex:1;min-width:0}.breadcrumbs-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0;overflow:visible;z-index:300;position:relative}.breadcrumb-item{display:inline-flex;align-items:center;gap:.35rem}.breadcrumb-item a{color:#6b7280;text-decoration:none;transition:color .2s ease}.breadcrumb-item a:hover{color:#111827}.breadcrumb-current{color:#111827;font-weight:600}.breadcrumb-separator{color:#d1d5db;display:inline-flex;align-items:center;justify-content:center}.breadcrumbs.breadcrumbs-local-sidebar{padding-left:281px}@media(max-width:1199px){.breadcrumbs.breadcrumbs-local-sidebar{padding-left:260px}}@media(max-width:1024px){.breadcrumbs.breadcrumbs-local-sidebar{padding-left:240px}}@media(max-width:768px){.breadcrumbs.breadcrumbs-local-sidebar{padding-left:1.5rem}}.benchmark-sidebar{background-color:#fff;border-right:1px solid #e9ecef;display:flex;flex-direction:column;height:calc(100vh - 64px);overflow:visible;box-sizing:border-box;position:fixed;top:64px;left:0;z-index:100}.benchmark-sidebar-header{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.65rem .85rem;border-bottom:1px solid #f1f5f9;background:#fff;min-height:60px;margin-top:4px}.benchmark-sidebar-header .sidebar-header-icon{width:34px;height:34px;border-radius:10px;background:transparent;display:flex;align-items:center;justify-content:center;color:#00bacd}.benchmark-sidebar-header .sidebar-header-icon img{width:18px;height:18px;object-fit:contain;filter:invert(54%) sepia(83%) saturate(749%) hue-rotate(143deg) brightness(94%) contrast(96%)}.benchmark-sidebar-header .sidebar-header-text h3{margin:0;font-size:1.05rem;font-weight:700;color:#111827}.benchmark-sidebar-wrapper{margin-top:0;position:relative;display:inline-block;overflow:visible;height:calc(100vh - 64px)}@media(max-width:1199px)and (min-width:1024px){.benchmark-sidebar{top:72px;height:calc(100vh - 72px)}}@media(max-width:1024px){.benchmark-sidebar{top:70px;height:calc(100vh - 70px)}}@media(max-width:899px)and (min-width:768px){.benchmark-sidebar{top:64px;height:calc(100vh - 64px)}}@media(max-width:767px)and (min-width:640px){.benchmark-sidebar{top:60px;height:calc(100vh - 60px)}}@media(max-width:639px)and (min-width:480px){.benchmark-sidebar{top:58px;height:calc(100vh - 58px)}}@media(max-width:479px)and (min-width:360px){.benchmark-sidebar{top:54px;height:calc(100vh - 54px)}}@media(max-width:360px){.benchmark-sidebar{top:52px;height:calc(100vh - 52px)}}@media(max-width:320px){.benchmark-sidebar{top:50px;height:calc(100vh - 50px)}}.benchmark-sidebar.expanded{width:260px}.benchmark-sidebar.collapsed{width:70px}.benchmark-sidebar .sidebar-toggle-button{position:absolute;right:-16px;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;background-color:#fff;border:1px solid #e9ecef;display:flex!important;align-items:center;justify-content:center;cursor:pointer;color:#00bacd;box-shadow:0 2px 8px #0000001a;z-index:102;transition:all .2s ease;pointer-events:all;visibility:visible!important;opacity:1!important}.sidebar-toggle-button:hover{background-color:#00bacd;color:#fff;box-shadow:0 4px 12px #00bacd4d}.sidebar-toggle-button.collapsed{right:-16px}.sidebar-toggle-button svg{width:16px;height:16px}.sidebar-modules-list{flex:1;overflow-y:hidden;min-height:0}.benchmark-sidebar-modules-list{flex:1;overflow-y:auto;min-height:0}.benchmark-sidebar-modules-list::-webkit-scrollbar{width:6px}.benchmark-sidebar-modules-list::-webkit-scrollbar-track{background:transparent}.benchmark-sidebar-modules-list::-webkit-scrollbar-thumb{background:#00bacd33;border-radius:3px}.benchmark-sidebar-modules-list::-webkit-scrollbar-thumb:hover{background:#00bacd4d}.module-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;margin:.5rem .75rem;cursor:pointer;position:relative;border:none;border-radius:12px;background-color:#fff;justify-content:flex-start;transition:all .2s ease}.module-item.collapsed{padding:1rem;justify-content:center;margin:.5rem}.module-item:hover:not(.selected){background-color:#f8f9fa;transform:translateY(-1px)}.module-item.selected{background-color:#00bacd0d;border:1px solid rgba(0,186,205,.2)}.module-item.selected:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);height:60%;width:4px;background-color:#00bacd;border-radius:0 6px 6px 0;z-index:1}.module-icon-wrapper{flex-shrink:0;display:flex;align-items:center;justify-content:center;position:relative}.module-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;position:relative;background-color:#f3f4f6;flex-shrink:0}.module-icon svg{width:20px;height:20px;color:#6b7280}.module-icon img{width:20px;height:20px}.module-icon.not-selected{background-color:#f3f4f6}.module-icon.not-selected svg{color:#6b7280}.benchmark-sidebar .module-icon.not-selected img{filter:grayscale(100%) brightness(0);opacity:.6}.module-icon.selected{background-color:#00bacd}.module-item.selected .module-icon{background-color:#00bacd;color:#fff}.module-item.selected .module-icon svg{color:#fff}.module-item.selected .module-icon img{filter:brightness(0) invert(1)}.module-content{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.module-title-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.module-title{margin:0;font-size:.9375rem;font-weight:600;color:#111827;flex:1;line-height:1.3}.module-description{margin:0;font-size:.8125rem;color:#6b7280;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:1440px){.benchmark-sidebar.expanded{width:280px}}@media(max-width:1024px){.benchmark-sidebar.expanded{width:240px}.benchmark-sidebar.collapsed{width:60px}.module-item{padding:.875rem 1.25rem}.module-title{font-size:.875rem}.module-description{font-size:.75rem}}@media(max-width:768px){.benchmark-sidebar{top:64px;z-index:1000;height:calc(100vh - 64px);box-shadow:4px 0 20px #0000001a;transform:translate(-100%)}.benchmark-sidebar.expanded{width:240px;transform:translate(0)}.benchmark-sidebar.collapsed{width:60px;transform:translate(0)}.module-item{padding:.75rem 1rem;gap:.875rem}.module-item.collapsed{padding:.875rem}.module-icon{width:36px;height:36px}.module-icon svg{width:18px;height:18px}.module-title{font-size:.8125rem}.module-description{font-size:.6875rem}}@media(max-width:640px){.benchmark-sidebar{height:calc(100vh - 56px)}.benchmark-sidebar.expanded{width:220px}.benchmark-sidebar.collapsed{width:56px}.module-item{padding:.625rem .875rem}.module-item.collapsed{padding:.75rem}}@media(max-width:480px){.benchmark-sidebar{height:calc(100vh - 52px)}.benchmark-sidebar.expanded{width:200px}.benchmark-sidebar.collapsed{width:52px}.module-item{padding:.625rem .75rem;gap:.75rem}.module-item.collapsed{padding:.625rem}.module-icon{width:32px;height:32px}.module-icon svg{width:16px;height:16px}.module-title{font-size:.75rem}.module-description{font-size:.625rem}}@media(max-width:360px){.benchmark-sidebar.expanded{width:200px}.benchmark-sidebar.collapsed{width:48px}.module-item{padding:.5rem .625rem}.module-item.collapsed{padding:.5rem}.module-icon{width:28px;height:28px}.module-icon svg{width:14px;height:14px}.module-title{font-size:.6875rem}.module-description{display:none}}.benchmark-sidebar.collapsed .module-item{border:none;border-radius:10px;margin:.5rem;padding:.75rem}.benchmark-sidebar.collapsed .module-item.selected{background-color:#00bacd0d;border:1px solid rgba(0,186,205,.2)}.benchmark-sidebar.collapsed .module-item.selected:before{display:none}.current-tp-model{width:100%}.ic-flow-actions{display:flex;align-items:center;gap:.75rem;margin-top:1rem;flex-wrap:wrap;justify-content:end}.ic-flow-reset-button svg{flex-shrink:0;color:#6b7280}.current-tp-header{display:block}.current-tp-header-content{display:flex;align-items:center;justify-content:space-between}.current-tp-title-wrapper{display:flex;align-items:center;gap:1rem}.current-tp-title-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#00bacd,#0099a8);border-radius:12px;color:#fff;flex-shrink:0;box-shadow:0 2px 8px #00bacd4d}.current-tp-title-icon svg{width:24px;height:24px}.current-tp-title-group{display:flex;flex-direction:column;gap:.25rem}.current-tp-title{margin:0;font-size:1.75rem;font-weight:600;color:#2c3e50;line-height:1.2}.current-tp-description{margin:0;font-size:.9375rem;color:#7f8c8d;line-height:1.4}.current-tp-filters-card{background-color:#fff;border:1px solid rgba(206,205,205,.5);border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px #0000000a;margin-top:2rem}.current-tp-filters-header{margin-bottom:1.5rem}.current-tp-filters-title-wrapper{display:flex;align-items:center;gap:.5rem}.current-tp-filters-icon{display:flex;align-items:center;justify-content:center;color:#00bacd;width:18px;height:18px}.current-tp-filters-title{margin:0;font-size:1.125rem;font-weight:600;color:#2c3e50}.current-tp-filters-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;gap:1.5rem;align-items:end}.current-tp-filter-item{display:flex;flex-direction:column;gap:.5rem}.current-tp-filter-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#2c3e50;margin-bottom:.25rem}.current-tp-filter-icon{display:flex;align-items:center;justify-content:center;color:#00bacd;width:16px;height:16px;flex-shrink:0}.current-tp-filter-icon svg{width:16px;height:16px}.current-tp-filter-select{width:100%}.current-tp-filters-reset{display:flex;align-items:flex-end;justify-content:flex-end;margin-left:auto}.current-tp-chart-card{background-color:#fff;border:1px solid rgba(206,205,205,.5);border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px #0000000a;margin-top:2rem}.current-tp-chart-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e9ecef}.current-tp-chart-header-left{display:flex;align-items:center;gap:.75rem}.current-tp-chart-header-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background-color:#00bacd1a;color:#00bacd;flex-shrink:0}.current-tp-chart-header-icon svg{width:16px;height:16px}.current-tp-chart-title{margin:0;font-size:1.125rem;font-weight:600;color:#2c3e50}.current-tp-chart-content{width:100%;margin-bottom:0}.current-tp-chart-legend-section{margin-top:0;padding-top:0;padding-bottom:0;border-top:none}.legend-title{font-size:.875rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.current-tp-chart-legend{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:0}.legend-item{display:flex;align-items:center;gap:.5rem}.legend-dot{width:12px;height:12px;border-radius:50%;display:inline-block}.legend-dot.within-range{background-color:#10b981}.legend-dot.outlier{background-color:#ef4444}.legend-dot.missing{background-color:#9ca3af}.legend-label{font-size:.875rem;color:#6b7280}.current-tp-chart-tooltip{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:1rem;box-shadow:0 4px 12px #00000026;min-width:280px;display:flex;flex-direction:column;pointer-events:auto!important;z-index:9999!important;position:relative}.current-tp-chart-tooltip-scrollable{max-height:400px;overflow:hidden;display:flex;flex-direction:column;pointer-events:auto!important;z-index:9999!important;position:relative}.tooltip-scrollable-content{overflow-y:auto;overflow-x:hidden;flex:1;padding-right:.5rem;margin-right:-.5rem;pointer-events:auto!important}.recharts-tooltip-wrapper{pointer-events:auto!important;z-index:9999!important;padding:30px!important;margin:-30px!important;transition:opacity .15s ease!important;will-change:transform,opacity!important}.recharts-default-tooltip{pointer-events:auto!important;z-index:9999!important}.recharts-tooltip-wrapper:hover{opacity:1!important;visibility:visible!important}.recharts-tooltip-wrapper,.recharts-tooltip-wrapper *{will-change:opacity}.recharts-tooltip-wrapper:before{content:"";position:absolute;inset:-35px;pointer-events:auto;z-index:-1}.current-tp-chart-tooltip,.current-tp-chart-tooltip-scrollable{pointer-events:auto!important;user-select:text}.current-tp-chart-tooltip-scrollable .tooltip-scrollable-content{contain:layout style paint;will-change:scroll-position}.tooltip-scrollable-content::-webkit-scrollbar{width:8px}.tooltip-scrollable-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.tooltip-scrollable-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.tooltip-scrollable-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.tooltip-transaction-item{min-height:fit-content}.tooltip-header{font-size:.9375rem;color:#2c3e50;font-weight:600;margin-bottom:.5rem}.tooltip-description{font-size:.8125rem;color:#6b7280;margin-bottom:.75rem;line-height:1.4}.tooltip-country-header{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:.5rem}.tooltip-transaction-subtitle{font-size:.8125rem;color:#6b7280;margin-bottom:1rem;line-height:1.4}.tooltip-missing-note{margin-top:.25rem;font-size:.8125rem;color:#ef4444!important;line-height:1.4}.tooltip-stats{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e9ecef}.tooltip-stats-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;flex-wrap:nowrap;width:100%}.tooltip-stat-item{display:flex;flex-direction:column;gap:0;min-width:45px;align-items:center;flex:1}.stat-value{font-size:.875rem;color:#111827;font-weight:600;margin-bottom:.25rem}.tooltip-stat-item.median .stat-value{color:#67aff3;font-weight:700}.stat-label{font-size:.75rem;color:#9ca3af;font-weight:500;text-align:center}.tooltip-transaction{display:flex;align-items:center;padding-top:.5rem;gap:0}.tooltip-separator{height:1px;background-color:#e5e7eb;margin:.75rem 0}.tooltip-transaction-percent{font-size:.875rem;color:#111827;font-weight:400;margin-top:.5rem}.transaction-label{font-size:.8125rem;color:#6b7280;font-weight:500}.transaction-value{font-size:.9375rem;color:#2c3e50;font-weight:700;margin-left:.25rem}.current-tp-summary-boxes{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:5px;margin-bottom:0}.summary-box{padding:1.25rem;border-radius:10px;border:1px solid;background-color:#fff;text-align:center}.summary-box.total{border-color:#8b5cf666;background-color:#8b5cf61a}.summary-box.within-range{border-color:#10b98166;background-color:#10b9811a}.summary-box.outlier{border-color:#ef444466;background-color:#ef44441a}.summary-box.missing{border-color:#9ca3af66;background-color:#9ca3af1a}.summary-box-value{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.summary-box.total .summary-box-value{color:#8b5cf6}.summary-box.within-range .summary-box-value{color:#10b981}.summary-box.outlier .summary-box-value{color:#ef4444}.summary-box.missing .summary-box-value{color:#9ca3af}.summary-box-label{font-size:.875rem;color:#6b7280;font-weight:500}@media(max-width:1024px){.current-tp-filters-grid{grid-template-columns:repeat(2,1fr)}.current-tp-filters-reset{grid-column:1 / -1}}@media(max-width:768px){.current-tp-model{padding:0 1rem 2rem}.current-tp-title{font-size:1.5rem}.current-tp-description{font-size:.875rem}.current-tp-title-icon{width:40px;height:40px}.current-tp-title-icon svg{width:20px;height:20px}.current-tp-filters-grid{grid-template-columns:1fr;gap:1.25rem}.current-tp-filters-card,.current-tp-chart-card{padding:1.25rem}.current-tp-summary-boxes{grid-template-columns:1fr;gap:1rem}}.current-tp-transaction-details-card{background-color:#fff;border:1px solid rgba(206,205,205,.5);border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px #0000000a;margin-top:2rem}.current-tp-transaction-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e9ecef}.current-tp-transaction-header-left{display:flex;align-items:flex-start;gap:1rem}.current-tp-transaction-header-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background:#00bacd1a;color:#00bacd;flex-shrink:0}.current-tp-transaction-header-icon svg{width:16px;height:16px}.current-tp-transaction-title-group{display:flex;flex-direction:column;gap:.25rem}.current-tp-transaction-title{margin:0;font-size:1.125rem;font-weight:600;color:#2c3e50}.current-tp-transaction-subtitle{margin:0;font-size:.875rem;color:#6b7280}.current-tp-transaction-table-container{width:100%;overflow-x:auto;background:#fff;border-radius:12px;border:1px solid #e9ecef;overflow-y:visible;box-shadow:0 2px 8px #0000000a;position:relative}.current-tp-transaction-table{width:100%;min-width:1200px;border-collapse:collapse;background:#fff;border:none}.current-tp-transaction-table thead{position:relative;background-color:#f8f9fa;border-radius:12px 12px 0 0}.current-tp-transaction-table thead tr:first-child th:first-child{border-top-left-radius:12px}.current-tp-transaction-table thead tr:first-child th:last-child{border-top-right-radius:12px}.current-tp-transaction-table th{padding:.75rem;text-align:left;font-weight:500;color:#2c3e50;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;background-color:#f8f9fa;border-bottom:1px solid #e9ecef;position:relative;white-space:nowrap}.current-tp-transaction-table th:not(:first-child),.current-tp-transaction-table td:not(:first-child){text-align:center}.current-tp-transaction-table th:first-child,.current-tp-transaction-table td:first-child{text-align:left}.current-tp-table-action-header{text-align:center;display:flex;align-items:center;justify-content:center;min-width:180px;border-bottom:1px solid #e9ecef;padding:.75rem;font-weight:500;color:#2c3e50;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;background-color:#f8f9fa;position:relative;white-space:nowrap}.current-tp-transaction-table td:last-child{text-align:center}.current-tp-transaction-table th.sortable{cursor:pointer;user-select:none;transition:background-color .2s ease}.current-tp-transaction-table th.sortable:hover{background-color:hsl(var(--muted) / .7)}.current-tp-table-header-content{display:flex;align-items:center;position:relative;width:100%;min-width:0}.current-tp-table-header-content>span{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.current-tp-table-header-content .current-tp-table-filter-dropdown{position:absolute;top:calc(100% + .25rem);left:0;z-index:10000;min-width:200px;width:max-content;display:block;background:#fff}.current-tp-table-filter-dropdown-portal{position:fixed!important;z-index:10000!important;background:#fff;box-shadow:0 4px 12px #00000026}.current-tp-table-header-chevron{display:flex;align-items:center;justify-content:center;color:#6b7280;flex-shrink:0}.current-tp-table-header-chevron svg{width:14px;height:14px}.current-tp-table-header-chevron-button{background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .2s ease;flex-shrink:0}.current-tp-table-header-chevron-button:hover{color:#2c3e50}.current-tp-table-header-chevron-button svg{width:14px;height:14px;transition:transform .2s ease}.current-tp-table-header-chevron-button.open svg{transform:rotate(180deg)}.current-tp-table-filter-row{background-color:#f9fafb}.current-tp-table-filter-row th{padding:.5rem .75rem;border-bottom:1px solid #e5e7eb;vertical-align:middle;background-color:#f9fafb}.current-tp-table-filter-input{width:100%;padding:.5rem .75rem;font-size:.8125rem;line-height:1.5;color:#2c3e50;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;transition:all .2s ease;outline:none;font-family:inherit}.current-tp-table-filter-input:hover:not(:disabled){border-color:#bdbdbd}.current-tp-table-filter-input:focus{border-color:#00bacd;box-shadow:0 0 0 3px #00bacd1a}.current-tp-table-filter-input::placeholder{color:#9e9e9e}.current-tp-table-filter-dropdown{position:absolute;top:100%;left:0;z-index:10000;min-width:200px;width:max-content;background:#fff}.current-tp-table-filter-input-wrapper{position:relative;display:flex;align-items:center;width:100%}.current-tp-table-filter-input-wrapper .current-tp-table-filter-input{padding-right:3rem}.current-tp-table-filter-icons{position:absolute;right:.5rem;display:flex;align-items:center;gap:.25rem}.current-tp-table-filter-clear,.current-tp-table-filter-chevron{background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .2s ease}.current-tp-table-filter-clear:hover,.current-tp-table-filter-chevron:hover{color:#2c3e50}.current-tp-table-filter-clear svg,.current-tp-table-filter-chevron svg{width:12px;height:12px}.current-tp-table-filter-chevron{transform:rotate(0);transition:transform .2s ease}.current-tp-table-filter-chevron.open{transform:rotate(180deg)}.current-tp-table-filter-chevron-button{background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .2s ease;width:100%;justify-content:flex-start}.current-tp-table-filter-chevron-button:hover{color:#2c3e50}.current-tp-table-filter-chevron-button svg{width:14px;height:14px}.current-tp-table-filter-chevron-button.open{color:#00bacd}.current-tp-table-filter-chevron-button.open svg{transform:rotate(180deg);transition:transform .2s ease}.current-tp-table-filter-dropdown-menu{position:relative;top:0;left:0;width:100%;z-index:1000;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;box-shadow:0 4px 12px #00000026;margin-top:.25rem;overflow:hidden;display:flex;flex-direction:column}.current-tp-table-header-content .current-tp-table-filter-dropdown{position:absolute;top:calc(100% + .25rem);left:0;z-index:1000;min-width:200px;width:max-content}.current-tp-table-header-content .current-tp-table-filter-dropdown-menu{position:relative;top:0;left:0;width:100%}.current-tp-table-filter-search-wrapper{position:relative;display:flex;align-items:center;padding:.5rem;border-bottom:1px solid #e5e7eb;background-color:#f9fafb}.current-tp-table-filter-search-icon{position:absolute;left:1rem;display:flex;align-items:center;justify-content:center;color:#6b7280;pointer-events:none;z-index:1}.current-tp-table-filter-search-icon svg{width:14px;height:14px}.current-tp-table-filter-search-input{width:100%;padding:.5rem .75rem .5rem 2.5rem;font-size:.8125rem;line-height:1.5;color:#2c3e50;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;transition:all .2s ease;outline:none;font-family:inherit}.current-tp-table-filter-search-input:hover:not(:disabled){border-color:#bdbdbd}.current-tp-table-filter-search-input:focus{border-color:#00bacd;box-shadow:0 0 0 2px #00bacd1a}.current-tp-table-filter-search-input::placeholder{color:#9e9e9e}.current-tp-table-filter-options-list{max-height:200px;overflow-y:auto}.current-tp-table-filter-option{padding:.5rem .75rem;font-size:.8125rem;color:#2c3e50;cursor:pointer;transition:background-color .2s ease}.current-tp-table-filter-option:hover{background-color:#f9fafb}.current-tp-table-filter-option.selected{background-color:#00bacd1a;color:#00bacd;font-weight:500}.current-tp-table-filter-no-results{padding:.75rem;font-size:.8125rem;color:#6b7280;text-align:center}.current-tp-transaction-table tbody tr{border-bottom:1px solid #e9ecef;background-color:#fff;transition:background-color .2s ease}.current-tp-transaction-table tbody tr:hover{background-color:#f8f9fa}.current-tp-transaction-table tbody tr:last-child{border-bottom:none}.current-tp-transaction-table tbody tr:last-child td:first-child{border-bottom-left-radius:12px}.current-tp-transaction-table tbody tr:last-child td:last-child{border-bottom-right-radius:12px}.current-tp-transaction-table td{padding:.75rem;font-size:.8125rem;color:#2c3e50;white-space:nowrap;vertical-align:middle;background-color:#fff}.current-tp-transaction-table td:not(:first-child):not(:last-child){padding:.5rem .75rem}.current-tp-transaction-table td:has(.transaction-type-cell){white-space:normal}.current-tp-transaction-table td .transaction-type-cell{white-space:normal;word-wrap:break-word;display:block;line-height:1.4}.current-tp-transaction-table tbody tr td:nth-child(3),.current-tp-transaction-table thead tr th:nth-child(3){white-space:normal}.current-tp-transaction-region-row{cursor:pointer;font-weight:600;background-color:#f8f9fa}.current-tp-transaction-region-row:hover{background-color:#f1f5f9!important}.current-tp-transaction-region-cell{display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap}.current-tp-transaction-expand-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;color:#6b7280;flex-shrink:0}.current-tp-transaction-region-name{font-weight:500;color:#2c3e50;white-space:nowrap;font-size:.8125rem}.current-tp-transaction-entity-row:hover{background-color:#f8f9fa}.current-tp-transaction-entity-cell{padding-left:2rem;color:#2c3e50;display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap}.current-tp-entity-type-badge{display:inline-block;padding:.375rem .75rem;border-radius:16px;font-size:.8125rem;font-weight:500;background-color:#f3f4f6;color:#2c3e50;border:1px solid #e5e7eb;white-space:nowrap;flex-shrink:0}.current-tp-entity-type-badge:not(.missing-info){background-color:#3b82f61a;color:#2563eb;border-color:#3b82f633}.current-tp-entity-type-badge.missing-info{background-color:#ef44441a;border-color:#ef44444d;color:#ef4444}.current-tp-transaction-action-buttons{display:flex;gap:.375rem;align-items:center;justify-content:center;white-space:nowrap;flex-wrap:nowrap;min-width:fit-content}.current-tp-action-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border:1px solid;border-radius:8px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000001a;color:#2c3e50;background:transparent}.current-tp-action-btn.roll-forward{background:#10b98126;color:#059669;border-color:#10b98166}.current-tp-action-btn.roll-forward:hover{background:#10b98140;border-color:#10b98199;box-shadow:0 4px 12px #10b98133;transform:translateY(-1px)}.current-tp-action-btn.roll-forward.active{background:#10b98126;color:#059669;border-color:#10b98166}.current-tp-action-btn.new{background:#3b82f626;color:#2563eb;border-color:#3b82f666}.current-tp-action-btn.new:hover{background:#3b82f640;border-color:#3b82f699;box-shadow:0 4px 12px #3b82f633;transform:translateY(-1px)}.current-tp-action-btn.new.active{background:#3b82f626;color:#2563eb;border-color:#3b82f666}.current-tp-action-btn.status-quo{background:#6b728026;color:#4b5563;border-color:#6b728066}.current-tp-action-btn.status-quo:hover{background:#6b728040;border-color:#6b728099;box-shadow:0 4px 12px #6b728033;transform:translateY(-1px)}.current-tp-action-btn.status-quo.active{background:#6b72804d;font-weight:600}.current-tp-action-btn svg{width:12px;height:12px;flex-shrink:0;color:currentColor}.current-tp-transaction-child-row{background-color:#fafafa}.current-tp-transaction-child-row:hover{background-color:#f1f5f9}.current-tp-summary-cards-section{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:2rem;margin-bottom:2rem}.current-tp-summary-card{position:relative;display:flex;flex-direction:column;padding:1.25rem 1rem;background:#fff;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d;min-height:auto}.current-tp-summary-card-icon{position:absolute;top:1rem;right:1rem;width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.current-tp-summary-card-icon.blue{background:#3b82f61a;color:#3b82f6}.current-tp-summary-card-icon.green{background:#10b9811a;color:#10b981}.current-tp-summary-card-icon.purple{background:#8b5cf61a;color:#8b5cf6}.current-tp-summary-card-icon.orange{background:#f973161a;color:#f97316}.current-tp-summary-card-icon svg{width:20px;height:20px}.current-tp-summary-card-content{display:flex;flex-direction:column;width:100%;padding-right:3rem}.current-tp-summary-card-title{font-size:.8125rem;font-weight:500;color:#374151;margin-bottom:.5rem;line-height:1.4}.current-tp-summary-card-value{font-size:1.75rem;font-weight:700;color:#111827;margin-bottom:.25rem;line-height:1.2}.current-tp-summary-card-secondary{font-size:.8125rem;color:#6b7280;font-weight:400;line-height:1.4}.current-tp-summary-card-secondary.green{color:#10b981;font-weight:500}@media(max-width:1200px){.current-tp-summary-cards-section{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.current-tp-summary-cards-section{grid-template-columns:1fr}}@media(max-width:480px){.current-tp-title-wrapper{gap:.75rem}.current-tp-title-icon{width:36px;height:36px}.current-tp-title-icon svg{width:18px;height:18px}.current-tp-title{font-size:1.25rem}}.realtime-benchmark-container{margin:0 auto;display:flex;flex-direction:column;gap:2rem}.realtime-benchmark-header{display:block}.realtime-benchmark-header-content{display:flex;align-items:center;gap:1rem}.realtime-benchmark-icon-wrapper{flex-shrink:0}.realtime-benchmark-icon-square{width:48px;height:48px;background:linear-gradient(135deg,#00bacd,#0099a8);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.realtime-benchmark-icon-square svg{width:24px;height:24px}.realtime-benchmark-header-text{display:flex;flex-direction:column;gap:.25rem}.realtime-benchmark-title{font-size:1.75rem;font-weight:600;color:#2c3e50;margin:0;line-height:1.2}.realtime-benchmark-tagline{font-size:.9375rem;color:#7f8c8d;margin:0;line-height:1.4}.realtime-benchmark-search-section{background-color:#fff;border:1px solid rgba(206,205,205,.5);border-radius:16px;padding:1.5rem 2rem;box-shadow:0 4px 20px #00000014,0 2px 8px #0000000a;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:visible;margin-bottom:1.5rem}.realtime-benchmark-section-title{font-size:1.125rem;font-weight:600;color:#2c3e50;margin:0 0 1rem}.realtime-benchmark-search-wrapper{position:relative;display:flex;align-items:center;gap:.75rem;max-width:100%}.realtime-benchmark-search-input-container{position:relative;display:flex;align-items:center;flex:1;width:100%}.realtime-benchmark-search-icon{position:absolute;left:1rem;display:flex;align-items:center;justify-content:center;color:#7f8c8d;pointer-events:none;z-index:1}.realtime-benchmark-search-icon svg{width:16px;height:16px}.realtime-benchmark-search-input{height:37px;width:100%;padding:.625rem 1rem .625rem 2.5rem;font-size:.875rem;color:#2c3e50;background-color:#fff;border:1px solid #e0e0e0;border-radius:10px;outline:none;font-family:inherit;transition:all .2s ease}.realtime-benchmark-search-input:hover:not(:disabled){border-color:#bdbdbd}.realtime-benchmark-search-input:focus{background-color:#fff;border-color:#9ca3af;box-shadow:0 0 0 4px #9ca3af26}.realtime-benchmark-search-input::placeholder{color:#7f8c8d;opacity:.8}.realtime-benchmark-search-input:disabled{background-color:#f5f5f5;color:#9e9e9e;cursor:not-allowed;border-color:#e0e0e0}.realtime-benchmark-suggestions{position:absolute;top:calc(100% + .5rem);left:0;right:0;background-color:#fff;border:1px solid rgba(206,205,205,.5);border-radius:12px;box-shadow:0 8px 24px #0000001f,0 4px 12px #00000014;z-index:9999;max-height:500px;overflow-y:auto;animation:slideDown .2s ease-out;margin-top:.25rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.realtime-benchmark-suggestions-header{padding:1.25rem 1.5rem .75rem;border-bottom:1px solid #e9ecef}.realtime-benchmark-suggestions-title{font-size:1rem;font-weight:600;color:#2c3e50;margin:0 0 .25rem}.realtime-benchmark-suggestions-subtitle{font-size:.875rem;color:#7f8c8d;margin:0;font-weight:400}.realtime-benchmark-suggestions-list{padding:.5rem 0}.realtime-benchmark-suggestion-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;cursor:pointer;transition:all .2s ease}.realtime-benchmark-suggestion-item:hover{background-color:#f8f9fa}.realtime-benchmark-suggestion-icon{display:flex;align-items:center;justify-content:center;color:#00bacd;flex-shrink:0;width:20px;height:20px}.realtime-benchmark-suggestion-icon svg{width:16px;height:16px}.realtime-benchmark-suggestion-text{font-size:.875rem;color:#2c3e50;line-height:1.5;flex:1}.realtime-benchmark-progressive-field{margin-top:1.5rem;padding:1.5rem;background-color:#f0f9ff;border:1px solid #00BACD;border-radius:12px;animation:slideDown .3s ease-out}.realtime-benchmark-progressive-question{font-size:.9375rem;font-weight:500;color:#2c3e50;margin:0 0 1rem}.realtime-benchmark-progressive-input-wrapper{display:flex;align-items:center;gap:.75rem}.realtime-benchmark-progressive-input{flex:1;padding:.75rem 1rem;font-size:.875rem;color:#2c3e50;background-color:#fff;border:1px solid #e0e0e0;border-radius:10px;outline:none;font-family:inherit;transition:all .2s ease}.realtime-benchmark-progressive-input:hover:not(:disabled){border-color:#bdbdbd}.realtime-benchmark-progressive-input:focus{border-color:#9ca3af;box-shadow:0 0 0 4px #9ca3af26}.realtime-benchmark-progressive-input::placeholder{color:#7f8c8d;opacity:.8}.realtime-benchmark-detected-criteria{margin-top:1.5rem;padding:1rem 0;border-top:1px solid #e9ecef}.realtime-benchmark-detected-criteria-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.realtime-benchmark-detected-criteria-title{font-size:.9375rem;font-weight:600;color:#2c3e50}.ic-flow-reset-button{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background-color:#fff;color:#374151;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.ic-flow-reset-button:hover:not(:disabled){background-color:#f9fafb;border-color:#d1d5db}.ic-flow-reset-button:active:not(:disabled){transform:scale(.98)}.ic-flow-reset-button:disabled{opacity:.6;cursor:not-allowed}.ic-flow-reset-button svg{flex-shrink:0;color:#6b7280!important}.realtime-benchmark-criteria-inputs{display:flex;flex-direction:column;gap:1rem}.realtime-benchmark-criteria-input-group{display:flex;flex-direction:column;gap:.5rem}.realtime-benchmark-criteria-input-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#2c3e50}.realtime-benchmark-criteria-input-label svg{width:14px;height:14px;flex-shrink:0;color:#00bacd}.realtime-benchmark-criteria-input-wrapper{position:relative;display:flex;align-items:center;width:100%}.realtime-benchmark-criteria-input{flex:1;width:100%;padding:.625rem 2.5rem .625rem 1rem;font-size:.875rem;color:#2c3e50;background-color:#fff;border:1px solid #e0e0e0;border-radius:10px;outline:none;font-family:inherit;transition:all .2s ease}.realtime-benchmark-criteria-input:hover:not(:disabled){border-color:#bdbdbd}.realtime-benchmark-criteria-input:focus{border-color:#9ca3af;box-shadow:0 0 0 4px #9ca3af26}.realtime-benchmark-criteria-input::placeholder{color:#9e9e9e}.realtime-benchmark-criteria-input-remove{position:absolute;right:.75rem;background:none;border:none;color:#7f8c8d;font-size:1.25rem;line-height:1;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;opacity:.7;flex-shrink:0}.realtime-benchmark-criteria-input-remove:hover{opacity:1;background-color:#0000001a;color:#2c3e50}.custom-benchmark-selected-filters{display:flex;align-items:center;margin-top:1.5rem;flex-wrap:wrap;gap:.75rem}.custom-benchmark-filter-tags{display:flex;flex-wrap:wrap;gap:.75rem;flex:1}.realtime-benchmark-overlay-loader{position:absolute;inset:0;background:#ffffffe6;backdrop-filter:blur(4px);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;border-radius:16px}.realtime-benchmark-overlay-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#00bacd;border-radius:50%;animation:spin .8s linear infinite}.realtime-benchmark-overlay-text{margin-top:1rem;color:#475569;font-weight:600;font-size:.95rem}.realtime-benchmark-results-loader{position:relative;min-height:300px;display:flex;align-items:center;justify-content:flex-start;border-radius:0 0 10px 10px}.no-data-error{padding:.75rem 1rem;color:#c33;border-radius:6px;font-size:.875rem;margin-bottom:1rem}.realtime-benchmark-results{margin-top:2rem;padding:1.5rem;background-color:#fff;border:1px solid rgba(206,205,205,.5);border-radius:16px;box-shadow:0 4px 20px #00000014,0 2px 8px #0000000a;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;animation:slideDown .3s ease-out}.realtime-benchmark-results-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}.realtime-benchmark-results-header-left{display:flex;align-items:center;gap:.5rem}.realtime-benchmark-results-header-left svg{color:#555;width:18px;height:18px}.realtime-benchmark-results-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.realtime-benchmark-results-subtitle{font-size:1rem;color:#5f6368;margin:0 0 1.5rem;line-height:1.5;font-weight:500}.realtime-benchmark-results-params{font-size:.875rem;color:#7f8c8d;margin:0 0 1.5rem}.realtime-benchmark-empty-lines{display:flex;gap:.5rem;margin:.5rem 0 1.5rem;align-items:flex-start}.realtime-benchmark-empty-line{width:2px;height:60px;background-color:#d3d3d3;border-radius:1px}.realtime-benchmark-results-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:1.5rem;margin-bottom:20px}.realtime-benchmark-result-card{min-height:126px;padding:1.5rem 1.1rem;border-radius:16px;border:1px solid transparent;text-align:center;display:flex;flex-direction:column;justify-content:center}.realtime-benchmark-result-card-0,.realtime-benchmark-result-card:nth-child(1){background:#e8f8fc;border-color:#9ee4f1}.realtime-benchmark-result-card-1,.realtime-benchmark-result-card:nth-child(2){background:#edf3ff;border-color:#bfd4ff}.realtime-benchmark-result-card-2,.realtime-benchmark-result-card:nth-child(3){background:#eef8f1;border-color:#9ee7b3}.realtime-benchmark-result-card-3,.realtime-benchmark-result-card:nth-child(4){background:#f7f0ff;border-color:#dec5ff}.realtime-benchmark-result-value{font-size:1.7rem;font-weight:700;margin-bottom:.5rem;line-height:1.2}.realtime-benchmark-result-card-0 .realtime-benchmark-result-value,.realtime-benchmark-result-card:nth-child(1) .realtime-benchmark-result-value{color:#0078a3}.realtime-benchmark-result-card-1 .realtime-benchmark-result-value,.realtime-benchmark-result-card:nth-child(2) .realtime-benchmark-result-value{color:#2f5bff}.realtime-benchmark-result-card-2 .realtime-benchmark-result-value,.realtime-benchmark-result-card:nth-child(3) .realtime-benchmark-result-value{color:#0f8f3d}.realtime-benchmark-result-card-3 .realtime-benchmark-result-value,.realtime-benchmark-result-card:nth-child(4) .realtime-benchmark-result-value{color:#7e22ce}.realtime-benchmark-result-label{font-size:1rem;font-weight:600;color:#111827;margin-bottom:.35rem;margin-top:6px}.realtime-benchmark-result-method{font-size:.85rem;color:#6b7280;opacity:.8}.realtime-benchmark-bottom-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;align-items:stretch}.realtime-benchmark-distribution-panel,.realtime-benchmark-report-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-height:465px}.realtime-benchmark-distribution-panel{padding:18px 18px 16px}.realtime-benchmark-report-panel{position:relative;min-height:465px;border:1px solid #d9d9d9;border-radius:12px;background:#f8f8f8;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:2rem}.realtime-benchmark-report-lock-icon{width:58px;height:58px;border-radius:50%;background:linear-gradient(135deg,#12c8ef,#1678f3);display:flex;align-items:center;justify-content:center;margin-bottom:18px;box-shadow:0 10px 24px #1678f33d}.realtime-benchmark-report-lock-icon svg{display:block}.realtime-benchmark-report-content{position:relative;z-index:2;max-width:420px;display:flex;flex-direction:column;align-items:center;text-align:center}.realtime-benchmark-report-blur-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#ffffff73,#ffffff9e),radial-gradient(circle at 30% 20%,#ffffff8c,#f5f5f5e0 55%,#eeeeeef5);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:1}.realtime-benchmark-report-blur-overlay:before,.realtime-benchmark-report-blur-overlay:after{content:"";position:absolute;left:28px;right:28px;border-radius:10px;filter:blur(8px);opacity:.45}.realtime-benchmark-report-blur-overlay:before{top:22px;height:90px;background:linear-gradient(to bottom,#d2d2d28c,#ebebeb38)}.realtime-benchmark-report-blur-overlay:after{top:128px;height:58px;background:linear-gradient(to bottom,#dcdcdc73,#f0f0f02e)}.realtime-benchmark-report-title{font-size:1.125rem;font-weight:700;color:#222;margin-bottom:10px;line-height:1.3}.realtime-benchmark-report-description{max-width:390px;font-size:.95rem;line-height:1.55;color:#666;margin-bottom:18px}.realtime-benchmark-report-button-wrapper{display:flex;justify-content:center;margin-top:0}.realtime-benchmark-report-button-wrapper button{min-width:272px;min-height:42px;border:none;border-radius:8px;background:linear-gradient(90deg,#11c7ec,#099ed0);box-shadow:0 6px 16px #099ed047;font-weight:600;font-size:.95rem;color:#fff}.realtime-benchmark-report-button-wrapper button svg{margin-right:6px}.realtime-benchmark-distribution-chart{display:flex;gap:14px;width:100%;height:360px;margin-top:0;margin-bottom:12px;align-items:stretch}.realtime-benchmark-distribution-y-axis{width:28px;min-width:28px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding-top:2px;padding-bottom:28px;color:#6b7280;font-size:13px;font-weight:500}.realtime-benchmark-distribution-y-tick{height:auto;display:flex;align-items:center;justify-content:center;line-height:1}.realtime-benchmark-distribution-content{flex:1;position:relative;min-height:340px;height:100%;padding:8px 8px 42px;display:flex;align-items:flex-end}.realtime-benchmark-distribution-grid-line{position:absolute;left:0;right:0;height:1px;background:#e5e7eb}.realtime-benchmark-distribution-grid-line:nth-child(1){top:0%}.realtime-benchmark-distribution-grid-line:nth-child(2){top:11.11%}.realtime-benchmark-distribution-grid-line:nth-child(3){top:22.22%}.realtime-benchmark-distribution-grid-line:nth-child(4){top:33.33%}.realtime-benchmark-distribution-grid-line:nth-child(5){top:44.44%}.realtime-benchmark-distribution-grid-line:nth-child(6){top:55.55%}.realtime-benchmark-distribution-grid-line:nth-child(7){top:66.66%}.realtime-benchmark-distribution-grid-line:nth-child(8){top:77.77%}.realtime-benchmark-distribution-grid-line:nth-child(9){top:88.88%}.realtime-benchmark-distribution-reference-line{position:absolute;left:0;right:0;top:60%;border-top:3px dotted #E74C3C;height:0;z-index:1}.realtime-benchmark-reference-value{position:absolute;top:-14px;font-size:12px;font-weight:600;color:#111827;background:#fff;padding:0 4px;line-height:1}.realtime-benchmark-reference-value.left{left:63%}.realtime-benchmark-reference-value.right{right:2%}.realtime-benchmark-distribution-columns{position:relative;z-index:2;width:100%;height:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:18px;align-items:end}.realtime-benchmark-distribution-column{position:relative;height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.realtime-benchmark-range-wrapper{position:relative;width:70px;display:flex;justify-content:center;align-items:flex-end;margin-bottom:58px}.quartile-first{height:24px}.quartile-second{height:58px}.quartile-third{height:96px}.quartile-fourth{height:206px}.realtime-benchmark-range-bar{position:relative;width:20px;height:100%;background:#18a7c8;border-radius:0;border-top:none;color:#18a7c8}.realtime-benchmark-range-bar.blue{background:#18a7c8;color:#18a7c8}.quartile-first .realtime-benchmark-range-bar{background:#67e8f9;color:#67e8f9}.quartile-second .realtime-benchmark-range-bar{background:#22d3ee;color:#22d3ee}.quartile-third .realtime-benchmark-range-bar{background:#06b6d4;color:#06b6d4}.quartile-fourth .realtime-benchmark-range-bar{background:#0891b2;color:#0891b2}.realtime-benchmark-range-bar.red,.realtime-benchmark-range-bar.green,.realtime-benchmark-range-bar.purple{background:#18a7c8;color:#18a7c8;border-top:none}.realtime-benchmark-range-bar .range-cap,.range-cap{position:absolute;left:0;width:20px;height:2px;background:currentColor;border-radius:1px}.realtime-benchmark-range-bar .range-cap.left,.range-cap.left{top:0}.realtime-benchmark-range-bar .range-cap.right,.range-cap.right{bottom:0}.realtime-benchmark-range-label{position:absolute;left:50%;transform:translate(-50%);font-size:12px;font-weight:600;color:#111827;text-align:center;white-space:nowrap;z-index:3}.realtime-benchmark-range-label.top{bottom:calc(100% + 6px);top:auto}.realtime-benchmark-range-label.bottom{top:calc(100% + 6px);bottom:auto}.realtime-benchmark-quartile-label{position:absolute;bottom:6px;width:120px;margin-top:0;font-size:13px;font-weight:500;color:#374151;text-align:center;line-height:1.35}.realtime-benchmark-distribution-footer{margin-top:2px}.realtime-benchmark-distribution-axis-label{font-size:14px;color:#374151;margin-bottom:10px}.realtime-benchmark-distribution-summary{font-size:14px;color:#374151;line-height:1.75}.realtime-benchmark-recent-searches-section{background-color:#fff;margin-top:1.5rem;border:1px solid rgba(206,205,205,.5);border-radius:20px;padding:2rem;box-shadow:0 4px 20px #00000014,0 2px 8px #0000000a;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.realtime-benchmark-recent-searches-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.realtime-benchmark-recent-searches-title-wrapper{display:flex;align-items:center;gap:.5rem}.realtime-benchmark-recent-searches-icon{display:flex;align-items:center;justify-content:center;color:#00bacd;width:20px;height:20px}.realtime-benchmark-recent-searches-title{font-size:1.125rem;font-weight:600;color:#2c3e50;margin:0}.realtime-benchmark-recent-searches-subtitle{font-size:.875rem;color:#7f8c8d;margin:0 0 1.5rem;line-height:1.5}.realtime-benchmark-recent-searches-list{display:flex;flex-direction:column;gap:0}.realtime-benchmark-recent-search-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border-radius:10px;background-color:#fff;border:1px solid #e9ecef;margin-bottom:.75rem;transition:all .2s ease;cursor:pointer}.realtime-benchmark-recent-search-item:last-child{margin-bottom:0}.realtime-benchmark-recent-search-item:hover{background-color:#f8f9fa}.realtime-benchmark-recent-search-icon-wrapper{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.realtime-benchmark-recent-search-icon-square{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff}.realtime-benchmark-recent-search-icon-square svg{width:14px;height:14px}.realtime-benchmark-recent-search-content{flex:1;display:flex;flex-direction:column;gap:.5rem}.realtime-benchmark-recent-search-title{font-size:.9375rem;font-weight:400;color:#2c3e50;margin:0;line-height:1.4}.realtime-benchmark-recent-search-meta{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;flex-wrap:wrap}.realtime-benchmark-recent-search-category{color:#7f8c8d;font-weight:400}.realtime-benchmark-recent-search-dot{color:#7f8c8d;font-size:.75rem}.realtime-benchmark-recent-search-time{display:flex;align-items:center;gap:.375rem;color:#7f8c8d}.realtime-benchmark-no-data{display:flex;justify-content:center;align-items:center;height:100%;padding:2rem}.realtime-benchmark-no-data-card{display:flex;align-items:center;gap:2.5rem;padding:2rem 2.5rem;max-width:760px;width:100%}.no-data-lottie{width:150px;height:200px;padding:14px;border-radius:16px;background:radial-gradient(circle at top,#00bacd26,#00bacd05);box-shadow:0 10px 24px #00bacd2e,inset 0 0 0 1px #00bacd40;animation:floaty 3s ease-in-out infinite}@media(max-width:768px){.realtime-benchmark-no-data-card{flex-direction:column-reverse;text-align:center}.realtime-benchmark-no-data-message-wrapper{align-items:center}}@keyframes floaty{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}.realtime-benchmark-no-data-message-wrapper{display:flex;flex-direction:column;gap:.75rem;max-width:420px}.realtime-benchmark-no-data-message{width:48px;height:4px;border-radius:4px}.realtime-benchmark-no-data-message-text p{margin:0;font-size:1rem;line-height:1.6;color:#e74c3c;font-weight:500}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.realtime-benchmark-no-data-message:hover{background:linear-gradient(135deg,#f1f5f9,#e8edf3);border-color:#b0bec5;transform:translateY(-1px);box-shadow:0 4px 10px #0000000f}.realtime-benchmark-country-analysis-header{margin-bottom:1rem}.realtime-benchmark-country-analysis-title{margin:0;font-size:1.125rem;font-weight:700;color:#111827}.realtime-benchmark-country-analysis-table-wrapper{width:100%;border:1px solid #d9dee7;border-radius:10px;overflow:hidden;background:#fff}.realtime-benchmark-country-analysis-table{width:100%;border-collapse:collapse}.realtime-benchmark-country-analysis-table thead th{padding:1rem 1.25rem;text-align:left;font-size:.95rem;font-weight:700;color:#111827;background-color:#f9fafb;border-bottom:1px solid #d9dee7}.realtime-benchmark-country-analysis-table thead th:last-child,.realtime-benchmark-country-analysis-table tbody td:last-child{text-align:center}.realtime-benchmark-country-analysis-table tbody td{padding:1rem 1.25rem;font-size:.95rem;color:#111827;border-bottom:1px solid #e5e7eb}.realtime-benchmark-country-analysis-table tbody tr:last-child td{border-bottom:none}.realtime-benchmark-country-analysis-empty{text-align:center!important;color:#6b7280!important}.realtime-benchmark-purchased-section{background-color:#fff;margin-top:1.75rem;border:1px solid rgba(206,205,205,.5);border-radius:20px;padding:1.2rem 1.4rem;box-shadow:0 4px 20px #00000014,0 2px 8px #0000000a;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.realtime-benchmark-purchased-header{display:flex;align-items:center;margin-bottom:.25rem}.realtime-benchmark-purchased-title-wrapper{display:flex;align-items:center;gap:.55rem}.realtime-benchmark-purchased-icon{width:18px;height:18px;display:flex;align-items:center;justify-content:center;color:#4f4f4f}.realtime-benchmark-purchased-title{margin:0;font-size:1.12rem;font-weight:700;color:#141414}.realtime-benchmark-purchased-subtitle{margin:0 0 1.15rem;font-size:.95rem;color:#7a7a7a}.realtime-benchmark-purchased-list{display:flex;flex-direction:column;gap:.75rem}.realtime-benchmark-purchased-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem .95rem;border:1px solid #dadfe5;border-radius:12px;background:#fff}.realtime-benchmark-purchased-item.expired{background:#fafafa}.realtime-benchmark-purchased-left{display:flex;align-items:center;gap:.85rem;min-width:0;flex:1}.realtime-benchmark-purchased-file-icon{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#00a9d6;background:#dff7fb;border:1px solid #86ddf0;flex-shrink:0}.realtime-benchmark-purchased-file-icon.expired{color:#b6b6b6;background:#f4f4f4;border-color:#e4e4e4}.realtime-benchmark-purchased-content{min-width:0}.realtime-benchmark-purchased-item-title{font-size:.98rem;font-weight:500;color:#0599cf;margin-bottom:.38rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.realtime-benchmark-purchased-item-title.expired{color:#9a9a9a}.realtime-benchmark-purchased-meta{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;font-size:.82rem;color:#919191}.realtime-benchmark-purchased-meta-item,.realtime-benchmark-purchased-status{display:inline-flex;align-items:center;gap:.25rem}.realtime-benchmark-purchased-meta-item svg{width:12px;height:12px}.realtime-benchmark-purchased-meta-dot{color:#bdbdbd}.realtime-benchmark-purchased-status.active{color:#10a84f}.realtime-benchmark-purchased-status.expired{color:#9c9c9c}.realtime-benchmark-purchased-download-btn{min-width:110px;height:34px;border:none;border-radius:10px;background:#e8fbff;color:#0284c7;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;font-size:.95rem;font-weight:500;cursor:pointer;flex-shrink:0}.realtime-benchmark-purchased-download-btn.expired,.realtime-benchmark-purchased-download-btn:disabled{background:#f3f4f6;color:#9b9b9b;cursor:not-allowed}.realtime-benchmark-purchased-empty-state{padding:1rem;border:1px dashed #d1d5db;border-radius:10px;color:#6b7280;text-align:center;background:#fff}@media(max-width:1024px){.realtime-benchmark-results-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.realtime-benchmark-bottom-section{grid-template-columns:1fr}.realtime-benchmark-report-title{font-size:1.4rem}}@media(max-width:768px){.realtime-benchmark-container{padding:0 1rem 1.5rem}.realtime-benchmark-search-section,.realtime-benchmark-recent-searches-section,.realtime-benchmark-purchased-section,.realtime-benchmark-results{padding:1.25rem}.realtime-benchmark-results-cards{grid-template-columns:1fr}.realtime-benchmark-header-content{flex-direction:column;align-items:flex-start}.realtime-benchmark-search-wrapper{flex-direction:column}.realtime-benchmark-search-button{width:100%}.realtime-benchmark-distribution-chart{gap:10px;height:340px}.realtime-benchmark-distribution-columns{gap:10px}.realtime-benchmark-range-wrapper{width:56px}.realtime-benchmark-quartile-label{width:90px;font-size:12px}.realtime-benchmark-reference-value.left{left:58%}.realtime-benchmark-purchased-item{flex-direction:column;align-items:stretch}.realtime-benchmark-purchased-download-btn{width:100%}}.benchmark-word{color:#00bacd}.realtime-benchmark-report-panel{position:relative;overflow:hidden}.realtime-benchmark-report-preview-wrapper{position:absolute;inset:0;z-index:3;background:#fff}.realtime-benchmark-report-preview-frame{width:100%;height:100%;border:none;background:#fff}.realtime-benchmark-report-blur-overlay{position:absolute;inset:0;z-index:2;backdrop-filter:blur(6px);background:#fff9}.realtime-benchmark-report-content{position:relative;z-index:4;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.realtime-benchmark-preview-item{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;cursor:pointer}.realtime-benchmark-divider{opacity:.6;font-size:14px}.realtime-benchmark-purchased-download-btn{display:inline-flex;align-items:center;justify-content:center;background:#00bacd;color:#fff;border:none;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.realtime-benchmark-purchased-download-btn:hover:not(:disabled){background:#0099a8}.realtime-benchmark-purchased-download-btn:disabled,.realtime-benchmark-purchased-download-btn.expired{background:#cbd5e1;color:#fff;cursor:not-allowed}.realtime-benchmark-preview-download-icons{display:flex;align-items:center;gap:10px}.realtime-benchmark-preview-item{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:inherit;cursor:pointer;line-height:1}.realtime-benchmark-preview-item svg{width:14px;height:14px;stroke:currentColor;flex-shrink:0}.realtime-benchmark-divider{font-size:14px;line-height:1;opacity:.7;color:inherit}.hourglass-loader-wrapper{margin-top:2rem;display:flex;gap:1rem;align-items:center}.hourglass-loader-spinner{display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 4px 12px rgba(0,186,205,.3))}.hourglass-loader-message{color:#2c3e50;font-size:.9375rem;font-weight:500;text-align:center;letter-spacing:.5px;position:relative}.hourglass-loader-message:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:2px;background:linear-gradient(90deg,transparent,#00BACD,transparent);animation:loading-line 1.5s ease-in-out infinite}@keyframes text-fade{0%,to{opacity:.7;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}@keyframes loading-line{0%{width:0;opacity:0}50%{width:60px;opacity:1}to{width:0;opacity:0}}.custom-benchmark-container{margin:0 auto;display:flex;flex-direction:column;gap:1rem}.custom-benchmark-sticky-header{position:sticky;top:0;z-index:1000;display:flex;flex-direction:column;gap:1rem;background-color:#fff;padding:.5rem 24px 1.25rem;margin:-.5rem -24px 1.5rem;transition:border-bottom .2s ease,box-shadow .2s ease;border-bottom:1px solid transparent}.custom-benchmark-sticky-header.is-scrolled{border-bottom:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.custom-benchmark-sticky-header .breadcrumbs.breadcrumbs-local-sidebar{padding-left:0}.custom-benchmark-header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.custom-benchmark-header-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#00bacd,#0099a8);border-radius:12px;color:#fff;flex-shrink:0;box-shadow:0 2px 8px #00bacd4d}.custom-benchmark-header-icon svg{width:24px;height:24px}.custom-benchmark-header-content{flex:1;display:flex;flex-direction:column;justify-content:center}.custom-benchmark-title{margin:0;font-size:1.75rem;font-weight:600;color:#2c3e50;line-height:1.2}.custom-benchmark-subtitle{margin:0;font-size:.9375rem;color:#7f8c8d;line-height:1.4}.custom-benchmark-header-actions{display:flex;align-items:center}.custom-benchmark-user-guide-btn{display:flex;align-items:center;gap:.5rem;padding:.55rem .9rem;background:#fff;border:1px solid #cbd5e1;border-radius:8px;font-size:.875rem;font-weight:500;color:#475569;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0f172a0d}.custom-benchmark-user-guide-btn:hover{background:#f8fafc;color:#0d7a8a;border-color:#0d7a8a;box-shadow:0 2px 4px #0d7a8a14}.custom-benchmark-user-guide-btn svg{width:16px;height:16px;color:#64748b;transition:color .2s ease}.custom-benchmark-user-guide-btn:hover svg{color:#0d7a8a}.custom-benchmark-requirement-editor-card{width:100%;background:#fff;border:1px solid #e4ebf2;border-radius:10px;padding:0;overflow:hidden}.custom-benchmark-requirement-filter-box{width:100%;background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #e4ebf2;border-radius:14px;padding:.9rem 1rem;box-shadow:0 6px 16px #0f172a0f,0 2px 6px #00bacd0f}.custom-benchmark-requirement-filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem;gap:.7rem}.custom-benchmark-requirement-filter-title-wrap{display:inline-flex;align-items:center;gap:.45rem}.custom-benchmark-requirement-filter-icon{width:24px;height:24px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;color:#009aad;background:#00bacd1f}.custom-benchmark-requirement-filter-title{font-size:.86rem;font-weight:700;color:#334155;letter-spacing:.01em}.custom-benchmark-requirement-filter-count{font-size:.74rem;font-weight:600;color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:.16rem .55rem}.custom-benchmark-new-analysis-btn{height:30px;border:1px solid #00a7b8;background:linear-gradient(135deg,#00bacd,#0099a8);color:#fff;font-size:.74rem;font-weight:700;letter-spacing:.01em;border-radius:8px;padding:0 .72rem;cursor:pointer;display:inline-flex;align-items:center;gap:5px;transition:transform .16s ease,box-shadow .2s ease,filter .2s ease;box-shadow:0 6px 14px #009aad38}.custom-benchmark-new-analysis-plus{font-size:1rem;font-weight:400;line-height:1;margin-top:-1px}.custom-benchmark-new-analysis-btn:hover{filter:brightness(1.03);transform:translateY(-1px);box-shadow:0 10px 18px #009aad3d}.custom-benchmark-new-analysis-btn:focus-visible{outline:3px solid rgba(0,186,205,.28);outline-offset:2px}.custom-benchmark-new-analysis-btn:active{transform:translateY(0)}.custom-benchmark-new-analysis-btn:disabled{opacity:.5;cursor:not-allowed;filter:none;transform:none;box-shadow:0 2px 6px #009aad1f}.custom-benchmark-new-analysis-btn:disabled:hover{filter:none;transform:none;box-shadow:0 2px 6px #009aad1f}.custom-benchmark-requirement-filter-control{display:flex;align-items:center;justify-content:space-between;gap:.7rem;flex-wrap:nowrap}.custom-benchmark-requirement-heading-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.55rem}.custom-benchmark-requirement-top-select{flex:1;min-width:220px;max-width:none;height:38px;border:1px solid #cfdbe6;border-radius:8px;background:#fff;color:#1f2937;font-size:.82rem;font-weight:600;padding:0 .75rem;outline:none}.custom-benchmark-requirement-top-select:focus{border-color:#00bacd;box-shadow:0 0 0 4px #00bacd26}.custom-benchmark-requirement-top-select:disabled{background:#f8fafc;color:#9ca3af;cursor:not-allowed}.cbm-req-select-wrap{flex:1;min-width:220px}.cbm-req-select-wrap .searchable-select-wrapper{width:100%}.cbm-req-select-wrap .searchable-select-input{height:38px;font-size:.82rem;font-weight:600;border-color:#cfdbe6;border-radius:8px}.cbm-req-select-wrap .searchable-select-dropdown{border-radius:8px;border-color:#cfdbe6;box-shadow:0 4px 16px #0000001a;font-size:.82rem}@media(max-width:700px){.custom-benchmark-requirement-filter-header,.custom-benchmark-requirement-filter-control{flex-wrap:wrap}}.custom-benchmark-requirement-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.15rem;padding:.4rem .65rem;width:100%;box-sizing:border-box;border:none;border-bottom:1px solid #e8ecf0;border-radius:0;background:#f8fafc;margin-bottom:0}.custom-benchmark-toolbar-btn{width:28px;height:28px;border:1px solid transparent;background-color:transparent;color:#57606a;border-radius:4px;padding:0;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center}.custom-benchmark-toolbar-btn:hover{border-color:#d0d7de;color:#24292f;background-color:#fff}.custom-benchmark-toolbar-btn:focus-visible{outline:2px solid rgba(9,105,218,.35);outline-offset:1px}.custom-benchmark-toolbar-btn-icon svg{width:15px;height:15px}.custom-benchmark-toolbar-glyph{line-height:1;color:inherit}.custom-benchmark-toolbar-glyph-bold{font-weight:700}.custom-benchmark-toolbar-glyph-italic{font-style:italic}.custom-benchmark-toolbar-glyph-underline{text-decoration:underline}.custom-benchmark-toolbar-divider{width:1px;height:18px;margin:0 .2rem;background:#d8dee4;align-self:center}.custom-benchmark-requirement-editor{width:100%;min-height:170px;border:none;border-radius:0;padding:.85rem 1rem;box-sizing:border-box;font-size:.9rem;line-height:1.6;color:#1f2937;background-color:#fff;outline:none;overflow-y:auto}.custom-benchmark-requirement-editor ul,.custom-benchmark-requirement-editor ol{margin:.35rem 0;padding-left:2ch}.custom-benchmark-requirement-editor li{margin-left:2ch}.custom-benchmark-requirement-editor:focus{outline:none;box-shadow:inset 0 0 0 2px #00bacd2e}textarea.custom-benchmark-requirement-editor{resize:vertical;font-family:inherit;display:block}.custom-benchmark-requirement-editor:empty:before{content:attr(data-placeholder);color:#9aa6b2;pointer-events:none}.custom-benchmark-requirement-meta{margin-top:0;font-size:.75rem;font-weight:500;letter-spacing:.01em;color:#6b7280}.custom-benchmark-requirement-footer{margin-top:0;padding:.65rem 1rem .85rem;border-top:1px solid #eef1f4;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.custom-benchmark-requirement-file-input{display:none}.custom-benchmark-upload-requirement-btn{height:36px;width:40px;padding:0;border:1px solid #cfd8e3;border-radius:8px;background:#fff;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.custom-benchmark-upload-requirement-btn:hover{border-color:#00bacd;color:#0098a8;background:#ecfeff}.custom-benchmark-shortcut-info-btn{height:36px;width:36px;padding:0;border:1px solid rgba(148,163,184,.45);border-radius:999px;background:#ffffff61;color:#334155;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;backdrop-filter:blur(6px)}.custom-benchmark-shortcut-info-btn:hover{color:#0f172a;border-color:#00bacd99;background:#ecfeffb3}.custom-benchmark-process-requirement-btn{height:36px;padding:0 14px;border:none;border-radius:8px;background:linear-gradient(135deg,#00bacd,#00a8b8);color:#fff;font-size:.8125rem;font-weight:600;letter-spacing:.01em;white-space:nowrap;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #00bacd40}.custom-benchmark-process-requirement-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 14px #00a8b847}.custom-benchmark-process-requirement-btn:disabled{background:#d1d5db;color:#f9fafb;cursor:not-allowed;box-shadow:none}.custom-benchmark-requirement-file-status{margin-top:0;margin-bottom:0;padding:0 1rem .65rem;font-size:.75rem;line-height:1.4;color:#16a34a}.custom-benchmark-requirement-file-status.error{color:#dc2626}.custom-benchmark-requirement-footer .custom-benchmark-requirement-meta{margin-left:auto;text-align:right;padding-right:.25rem}.custom-benchmark-shortcut-modal-overlay{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:1rem;background:#00000094;backdrop-filter:blur(4px)}.custom-benchmark-shortcut-modal{width:min(460px,100%);border-radius:12px;border:1px solid rgba(255,255,255,.16);background:#0a0c10db;color:#f8fafc;box-shadow:0 20px 50px #02061773;padding:1rem 1rem 1.1rem}.custom-benchmark-shortcut-modal-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.custom-benchmark-shortcut-modal-title{margin:0;font-size:1rem;font-weight:600}.custom-benchmark-shortcut-modal-close-btn{width:28px;height:28px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:transparent;color:#e2e8f0;font-size:1rem;line-height:1;cursor:pointer}.custom-benchmark-shortcut-modal-subtitle{margin:.55rem 0 .85rem;font-size:.8125rem;color:#cbd5e1}.custom-benchmark-shortcut-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.custom-benchmark-shortcut-list li{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.84rem}.custom-benchmark-shortcut-list code{padding:.18rem .4rem;border-radius:6px;background:#94a3b833;border:1px solid rgba(148,163,184,.3);color:#e2e8f0;font-size:.75rem}.custom-benchmark-filters-card{background-color:#fff;border:1px solid rgba(206,205,205,.5);border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014,0 2px 8px #0000000a;transition:all .4s cubic-bezier(.4,0,.2,1)}.requirements-review-card{padding-top:1rem;margin-bottom:1rem}.requirements-review-card .custom-benchmark-filters-header{margin-bottom:.65rem}.custom-benchmark-filters-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.custom-benchmark-filters-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:#00bacd1a;border-radius:6px;color:#00bacd;flex-shrink:0}.custom-benchmark-filters-icon svg{width:20px;height:20px}.custom-benchmark-filters-title{margin:0;font-size:1.25rem;font-weight:600;color:#2c3e50}.custom-benchmark-filters-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.custom-benchmark-filters-column{display:flex;flex-direction:column;gap:1.25rem}.custom-benchmark-full-width-fields{display:flex;flex-direction:column;gap:1.25rem;margin-top:1.5rem}.custom-benchmark-filters-column .input-field:focus,.custom-benchmark-full-width-fields .input-field:focus{border-color:#9ca3af!important;box-shadow:0 0 0 4px #9ca3af26!important;background-color:#fff!important}.custom-benchmark-filters-column .searchable-select-input:focus,.custom-benchmark-full-width-fields .searchable-select-input:focus{border-color:#9ca3af!important;box-shadow:0 0 0 4px #9ca3af26!important;background-color:#fff!important}.custom-benchmark-risk-assessment{background-color:#e3f2fd;border:1px solid #bbdefb;border-radius:8px;padding:1.5rem;margin-top:1rem}.custom-benchmark-risk-assessment-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.custom-benchmark-risk-assessment-icon{display:flex;align-items:center;justify-content:center;color:#00bacd;flex-shrink:0}.custom-benchmark-risk-assessment-icon svg{width:20px;height:20px}.custom-benchmark-risk-assessment-title{margin:0;font-size:1.125rem;font-weight:600;color:#2c3e50}.custom-benchmark-risk-assessment-instruction{margin:0 0 1.5rem;font-size:.875rem;color:#6b7280;line-height:1.5}.custom-benchmark-risk-questions-list{display:flex;flex-direction:column;gap:1rem}.custom-benchmark-risk-question-card{background-color:#fff;border-radius:8px;padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.custom-benchmark-risk-question-text{margin:0;font-size:.9375rem;font-weight:500;color:#2c3e50;line-height:1.5}.custom-benchmark-risk-answer-buttons{display:flex;gap:.75rem}.custom-benchmark-risk-answer-button{flex:1;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;color:#2c3e50;background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;transition:all .2s ease;font-family:inherit}.custom-benchmark-risk-answer-button:hover{background-color:#e9ecef;border-color:#00bacd}.custom-benchmark-risk-answer-button.selected{background-color:#e74c3c;border-color:#e74c3c;color:#fff}.custom-benchmark-risk-answer-button.selected:hover{background-color:#c0392b;border-color:#c0392b}.custom-benchmark-risk-status{margin-top:1.5rem;padding:1rem 1.25rem;background-color:#fff;border-radius:8px}.custom-benchmark-risk-status-text{margin:0;font-size:.875rem;color:#2c3e50;line-height:1.5}.custom-benchmark-risk-status-value{color:#00bacd;font-weight:600}.custom-benchmark-selected-filters{display:flex;align-items:center;margin-top:1.5rem;flex-wrap:wrap}.custom-benchmark-selected-filters-label{font-size:.9375rem;font-weight:500;color:#2c3e50;white-space:nowrap}.custom-benchmark-filter-tags{display:flex;flex-wrap:wrap;gap:.75rem}.custom-benchmark-filter-tag{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background-color:#fff;border:1px solid #e9ecef;border-radius:6px;font-size:.8125rem;color:#2c3e50;transition:all .2s ease}.custom-benchmark-filter-tag:hover{border-color:#d0d7de;box-shadow:0 2px 4px #0000000d}.custom-benchmark-filter-tag-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.custom-benchmark-filter-tag-icon svg{width:14px;height:14px}.custom-benchmark-filter-tag-text{font-weight:500}.custom-benchmark-filter-tag-remove{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:.125rem;color:#6b7280;border-radius:3px;transition:all .2s ease;margin-left:.25rem}.custom-benchmark-filter-tag-remove:hover{background-color:#f5f5f5;color:#2c3e50}.custom-benchmark-filter-tag-remove svg{width:12px;height:12px}.custom-benchmark-additional-services{margin-top:2rem}.custom-benchmark-additional-services-header{margin-bottom:2rem}.custom-benchmark-additional-services-title{margin:0 0 .5rem;font-size:1.5rem;font-weight:600;color:#2c3e50}.custom-benchmark-additional-services-subtitle{margin:0;font-size:.9375rem;color:#6b7280;line-height:1.5}.custom-benchmark-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.custom-benchmark-service-card{background:linear-gradient(90deg,#00bacd14,#f0f9fa);border:1px solid #00BACD;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;position:relative;transition:all .3s ease}.custom-benchmark-service-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00bacd33}.custom-benchmark-service-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:#00bacd;border-radius:10px;color:#fff;flex-shrink:0}.custom-benchmark-service-icon svg{width:24px;height:24px;stroke:#fff}.custom-benchmark-service-title{margin:0;font-size:1.125rem;font-weight:600;color:#2c3e50}.custom-benchmark-service-description{margin:0;font-size:.875rem;color:#6b7280;line-height:1.6;flex:1}.custom-benchmark-service-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.5rem}.custom-benchmark-service-price{font-size:1rem;font-weight:600;color:#00bacd;margin:0}.custom-benchmark-service-card .btn{background-color:#00bacd;border:none;color:#fff;padding:.625rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.custom-benchmark-service-card .btn:hover{background-color:#00a8b8;transform:translateY(-1px);box-shadow:0 4px 12px #00bacd4d}.custom-benchmark-action-button{display:flex;justify-content:center;margin-top:2rem}.custom-benchmark-action-button button{width:100%;background:linear-gradient(135deg,#00bacd,#00a8b8);border:none;border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:600;color:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.custom-benchmark-action-button button:hover{background:linear-gradient(135deg,#00a8b8,#0099a8);transform:translateY(-1px);box-shadow:0 4px 12px #00bacd4d}.custom-benchmark-action-button button:active{transform:translateY(0)}.custom-benchmark-action-button button svg{width:18px;height:18px}@media(max-width:1024px){.custom-benchmark-filters-grid{grid-template-columns:1fr}.custom-benchmark-services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.custom-benchmark-container{padding:1rem}.custom-benchmark-filters-card{padding:1.5rem}.custom-benchmark-header,.custom-benchmark-selected-filters{flex-direction:column;align-items:flex-start}.custom-benchmark-selected-filters-label{margin-bottom:.5rem}.custom-benchmark-services-grid{grid-template-columns:1fr}}.custom-benchmark-recent-searches-section{width:100%;background:#f8fafc;border:1px solid #e5e7eb;border-radius:24px;padding:28px 24px 24px;box-shadow:0 4px 14px #0f172a14}.custom-benchmark-recent-searches-header{margin-bottom:24px}.custom-benchmark-recent-searches-title-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.custom-benchmark-recent-searches-refresh-icon{color:#06b6d4;flex-shrink:0}.custom-benchmark-recent-searches-title{margin:0;font-size:17px;line-height:1.3;font-weight:700;color:#1f2937}.custom-benchmark-recent-searches-subtitle{margin:0;font-size:14px;line-height:1.5;font-weight:400;color:#7b8794}.custom-benchmark-recent-searches-list{display:flex;flex-direction:column;gap:14px}.custom-benchmark-recent-search-card{display:flex;align-items:flex-start;gap:18px;background:#fff;border:1px solid #d9e0e7;border-radius:14px;padding:17px 18px;min-height:86px}.custom-benchmark-recent-search-card-icon{width:36px;height:36px;min-width:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-top:1px}.custom-benchmark-recent-search-card-content{display:flex;flex-direction:column;gap:8px;min-width:0;flex:1}.custom-benchmark-recent-search-card-title{margin:0;font-size:14px;line-height:1.45;font-weight:500;color:#334155}.custom-benchmark-recent-search-card-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:13px;line-height:1.4;color:#7b8794}.custom-benchmark-recent-search-category{font-size:13px;font-weight:400;color:#7b8794}.custom-benchmark-meta-separator{color:#9aa5b1;font-size:13px;line-height:1}.custom-benchmark-recent-search-time{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:400;color:#7b8794}.custom-benchmark-recent-search-time svg{color:#9aa5b1;flex-shrink:0}.custom-benchmark-purchased-card{width:100%;background:#fff;border:1px solid #d9d9d9;border-radius:18px;padding:16px 18px;box-shadow:0 4px 14px #0000000f}.custom-benchmark-purchased-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}.custom-benchmark-purchased-header-left{display:flex;align-items:flex-start;gap:10px}.custom-benchmark-purchased-header-icon{width:18px;height:18px;color:#4b5563;display:flex;align-items:center;justify-content:center;margin-top:4px;flex-shrink:0}.custom-benchmark-purchased-header-text h3{margin:0;font-size:14px;font-weight:700;line-height:1.3;color:#111827}.custom-benchmark-purchased-header-text h3 span{color:#00a9ce}.custom-benchmark-purchased-header-text p{margin:4px 0 0;font-size:13px;font-weight:400;color:#7a7a7a;line-height:1.4}.custom-benchmark-purchased-list{display:flex;flex-direction:column;gap:12px}.custom-benchmark-purchased-row{display:flex;align-items:center;justify-content:space-between;gap:18px;background:#f7f7f7;border:1px solid #cfd8df;border-radius:14px;padding:16px 14px}.custom-benchmark-purchased-row-left{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.custom-benchmark-purchased-file-icon{width:34px;height:34px;min-width:34px;border-radius:9px;background:#dff5fb;border:1px solid #7fd5eb;color:#00a9e0;display:flex;align-items:center;justify-content:center}.custom-benchmark-purchased-info{min-width:0;flex:1}.custom-benchmark-purchased-name{font-size:14px;font-weight:600;line-height:1.35;color:#0593d3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-benchmark-purchased-meta{display:flex;align-items:center;gap:8px;margin-top:6px;flex-wrap:wrap}.custom-benchmark-purchased-date{display:inline-flex;align-items:center;gap:4px;font-size:12.5px;font-weight:400;color:#8b8b8b;line-height:1.2}.custom-benchmark-purchased-date svg{color:#9a9a9a;flex-shrink:0}.custom-benchmark-purchased-dot{font-size:14px;color:#a3a3a3;line-height:1}.custom-benchmark-purchased-status{display:inline-flex;align-items:center;gap:4px;font-size:12.5px;font-weight:500;line-height:1.2}.custom-benchmark-purchased-status.active{color:#16a34a}.custom-benchmark-purchased-status-check{font-size:12px;font-weight:700;line-height:1}.custom-benchmark-purchased-actions{display:flex;align-items:center;gap:14px;flex-shrink:0}.custom-benchmark-purchased-btn{height:34px;padding:0 18px;border:none;border-radius:10px;background:#e6f6fb;color:#0284c7;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.custom-benchmark-purchased-btn svg{flex-shrink:0}.custom-benchmark-purchased-btn:hover{background:#d8f0f8}@media(max-width:1024px){.custom-benchmark-purchased-row{flex-direction:column;align-items:flex-start}.custom-benchmark-purchased-actions{width:100%;justify-content:flex-end}}@media(max-width:768px){.custom-benchmark-purchased-actions{flex-wrap:wrap;justify-content:flex-start}.custom-benchmark-purchased-btn{min-width:120px}.custom-benchmark-purchased-name{white-space:normal}}.custom-benchmark-preview-download-btn{display:inline-flex;align-items:center;gap:8px;background:#00bacd;color:#fff;border:none;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.custom-benchmark-preview-download-btn:hover{background:#0099a8}.custom-benchmark-preview-download-icons{display:flex;align-items:center;gap:4px}.custom-benchmark-preview-download-btn svg{width:14px;height:14px;stroke:#fff}.custom-benchmark-preview-download-icons{display:flex;align-items:center;gap:10px}.custom-benchmark-preview-item{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500}.custom-benchmark-divider{opacity:.6;font-size:14px}.custom-benchmark-recent-searches-section{background-color:#fff;margin-top:1.5rem;border:1px solid rgba(206,205,205,.5);border-radius:20px;padding:2rem;box-shadow:0 4px 20px #00000014,0 2px 8px #0000000a;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.custom-benchmark-recent-searches-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.custom-benchmark-recent-searches-title-wrapper{display:flex;align-items:center;gap:.5rem}.custom-benchmark-recent-searches-icon{display:flex;align-items:center;justify-content:center;color:#00bacd;width:20px;height:20px}.custom-benchmark-recent-searches-refresh-icon{color:currentColor;flex-shrink:0}.custom-benchmark-recent-searches-title{margin:0;font-size:1.125rem;font-weight:600;color:#2c3e50}.custom-benchmark-recent-searches-subtitle{margin:0;font-size:.875rem;color:#7f8c8d;line-height:1.5;margin:0 0 1.5rem}.custom-benchmark-recent-searches-list{display:flex;flex-direction:column;gap:0}.custom-benchmark-recent-search-card{display:flex;align-items:flex-start;gap:1rem;padding:1rem;min-height:0;border-radius:10px;background-color:#fff;border:1px solid #e9ecef;margin-bottom:.75rem;transition:all .2s ease;cursor:pointer}.custom-benchmark-recent-search-card:last-child{margin-bottom:0}.custom-benchmark-recent-search-card:hover{background-color:#f8f9fa}.custom-benchmark-recent-search-card-icon{width:30px;height:30px;min-width:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff}.custom-benchmark-icon-blue{background:#4da3df}.custom-benchmark-icon-green{background:#39c57a}.custom-benchmark-icon-yellow{background:#f2c23b}.custom-benchmark-icon-purple{background:#a95cc7}.custom-benchmark-recent-search-card-content{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:0}.custom-benchmark-recent-search-card-title{margin:0;font-size:.9375rem;font-weight:400;color:#2c3e50;line-height:1.4}.custom-benchmark-recent-search-card-meta{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;flex-wrap:wrap}.custom-benchmark-recent-search-category{color:#7f8c8d;font-weight:400}.custom-benchmark-meta-separator{color:#7f8c8d;font-size:.75rem}.custom-benchmark-recent-search-time{display:inline-flex;align-items:center;gap:.375rem;color:#7f8c8d}.custom-benchmark-recent-search-empty-state{background:#fff;border:1px solid #e9ecef;border-radius:10px;padding:1rem;text-align:center;font-size:.875rem;line-height:1.5;color:#7f8c8d}.cbm-agent-status{margin-top:.65rem;padding:.75rem .85rem;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;font-size:.875rem}.cbm-pipeline{list-style:none;margin:0 0 .4rem;padding:0;display:flex;flex-direction:column;gap:0}.cbm-pipeline-step{display:flex;align-items:center;gap:.55rem;padding:.28rem 0;position:relative}.cbm-pipeline-step:not(:last-child):after{content:"";position:absolute;left:9px;top:calc(100% - 2px);width:1px;height:100%;background:#d1d5db;z-index:0}.cbm-pipeline-dot{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;flex-shrink:0;z-index:1;border:2px solid #d1d5db;background:#fff;color:#9ca3af}.cbm-pipeline-step--done .cbm-pipeline-dot{background:#16a34a;border-color:#16a34a;color:#fff}.cbm-pipeline-step--active .cbm-pipeline-dot{background:#fff;border-color:#2563eb;color:#2563eb}.cbm-pipeline-step--paused .cbm-pipeline-dot{background:#fef9c3;border-color:#ca8a04;color:#92400e}.cbm-pipeline-step--error .cbm-pipeline-dot{background:#dc2626;border-color:#dc2626;color:#fff}.cbm-pipeline-step--pending .cbm-pipeline-dot{background:#f3f4f6;border-color:#d1d5db;color:#d1d5db}.cbm-pipeline-label{font-size:.8rem;color:#6b7280;line-height:1}.cbm-pipeline-step--done .cbm-pipeline-label{color:#374151}.cbm-pipeline-step--active .cbm-pipeline-label{color:#1d4ed8;font-weight:600}.cbm-pipeline-step--paused .cbm-pipeline-label{color:#92400e;font-weight:600}.cbm-pipeline-step--error .cbm-pipeline-label{color:#b91c1c;font-weight:600}.cbm-pipeline-spinner{width:13px!important;height:13px!important;margin-top:0!important;border-width:2px!important;margin-left:.25rem}.cbm-agent-status-msg--pipeline{margin-top:.3rem;margin-left:0;font-size:.78rem;color:#4b5563;border-left:3px solid #2563eb;padding-left:.5rem}.cbm-step-icon{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;flex-shrink:0;margin-top:2px}.cbm-step-icon--done{background:#16a34a;color:#fff}.cbm-step-icon--paused{background:#fef9c3;color:#92400e;border:2px solid #ca8a04;font-size:.6rem}.cbm-step-icon--error{background:#dc2626;color:#fff}.cbm-agent-status-row{display:flex;align-items:flex-start;gap:.65rem}.cbm-agent-spinner{width:18px;height:18px;border:2px solid #d1d5db;border-top-color:#2563eb;border-radius:50%;flex-shrink:0;margin-top:2px;animation:cbm-spin .75s linear infinite}.cbm-agent-status-title{font-weight:600;color:#111827}.cbm-agent-status-msg{margin-top:.25rem;color:#4b5563;font-size:.8125rem;line-height:1.4}.cbm-agent-status-error{margin-top:.5rem;color:#b91c1c;font-size:.8125rem}.cbm-agent-status-actions{margin-top:.55rem;display:flex;flex-wrap:wrap;gap:.75rem}.cbm-agent-link-btn{border:none;background:none;padding:0;color:#2563eb;font-size:.8125rem;font-weight:600;cursor:pointer;text-decoration:underline}.cbm-agent-link-btn:disabled{opacity:.45;cursor:not-allowed}.cbm-modal-overlay{position:fixed;inset:0;z-index:1200;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:1rem}.cbm-modal-panel{width:min(520px,100%);max-height:min(90vh,720px);overflow:auto;background:#fff;border-radius:12px;padding:1.1rem 1.25rem 1.25rem;box-shadow:0 20px 50px #0000001f}.cbm-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.cbm-modal-header h3{margin:0;font-size:1.1rem;color:#111827}.cbm-modal-close{border:none;background:transparent;font-size:1.5rem;line-height:1;cursor:pointer;color:#6b7280}.cbm-modal-lead{margin:.5rem 0 .85rem;font-size:.875rem;color:#4b5563;line-height:1.45}.cbm-clarify-list{display:flex;flex-direction:column;gap:1rem}.cbm-clarify-label{display:block;font-weight:600;font-size:.875rem;color:#111827;margin-bottom:.35rem}.cbm-clarify-context{margin:0 0 .4rem;font-size:.8125rem;color:#6b7280;line-height:1.4}.cbm-clarify-input{width:100%;border:1px solid #e5e7eb;border-radius:8px;padding:.5rem .6rem;font-size:.875rem;font-family:inherit;resize:vertical}.cbm-clarify-input:is(select){resize:none;appearance:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M6 8L1 3h10z' fill='%236b7280'/%3E%3C/svg%3E") no-repeat right .7rem center/12px;padding-right:2rem;cursor:pointer}.cbm-modal-actions{margin-top:1rem;display:flex;justify-content:flex-end;gap:.75rem}.cbm-review-bar{margin:0 0 .8rem;padding:0;border:none;border-radius:0;background:transparent}.cbm-review-bar-head{display:flex;justify-content:flex-end;align-items:flex-start;gap:.5rem;flex-wrap:wrap;margin-bottom:0}.cbm-review-title{margin:0;font-size:.96rem;color:#1f2937;font-weight:600}.cbm-review-sub{margin:.16rem 0 0;font-size:.74rem;color:#6b7280;letter-spacing:.01em}.cbm-review-confidence{font-size:.74rem;font-weight:600;color:#1d4ed8;white-space:nowrap}.cbm-review-comparables{margin-top:.65rem}.cbm-review-section-title{margin:0 0 .4rem;font-size:.9rem;font-weight:600;color:#374151}.cbm-review-comparables-table-wrap{margin-top:.32rem;border:1px solid #e8edf4;border-radius:10px;max-height:23rem;overflow-y:auto;overflow-x:auto;background:#fff}.cbm-review-comparables-table{width:100%;border-collapse:collapse;min-width:860px}.cbm-code-primary{display:block;font-weight:600;color:#1e40af}.cbm-code-desc{display:block;font-size:.72rem;color:#64748b;margin-top:.1rem;line-height:1.3}.cbm-review-comparables-reasoning{margin:0 0 .5rem;font-size:.76rem;color:#4b5563;font-style:italic;line-height:1.5}.cbm-review-comparables-table th,.cbm-review-comparables-table td{border-bottom:1px solid #f0f4f9;padding:.5rem .62rem;font-size:.8rem;text-align:center;color:#334155;vertical-align:top}.cbm-review-comparables-table th:first-child,.cbm-review-comparables-table td:first-child{text-align:left}.cbm-review-comparables-table th{font-size:.76rem;letter-spacing:.03em;text-transform:uppercase;font-weight:700;color:#64748b;background:#f8fafd}.cbm-review-comparables-table tbody tr:hover{background:#f8fcff}.cbm-review-comparable-name{font-weight:600}.cbm-review-comparable-meta{margin-left:.35rem;color:#6b7280}.cbm-review-empty-comparables{margin:.65rem 0 0;font-size:.74rem;color:#6b7280}.cbm-review-actions{margin-top:.72rem;display:flex;justify-content:flex-end;align-items:flex-end;gap:1rem}.cbm-review-reject-block,.cbm-review-approve-block{display:flex;flex-direction:column;gap:.45rem}.cbm-review-approve-block{margin-left:auto;align-items:flex-end;width:min(460px,100%)}.cbm-review-approve-block button{width:100%}.cbm-phase2-display-shell{padding:1.5rem}.cbm-phase2-section{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid #e2e8f0}.cbm-phase2-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.cbm-phase2-section-title{font-size:.72rem;font-weight:700;color:#64748b;margin-bottom:.6rem;text-transform:uppercase;letter-spacing:.08em}.cbm-phase2-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.cbm-phase2-info-item{display:flex;flex-direction:column;gap:.2rem;padding:.55rem .875rem;border-right:1px solid #f0f4f8;border-bottom:1px solid #f0f4f8}.cbm-phase2-info-item:last-child{border-right:none}.cbm-phase2-info-item label{font-size:.67rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em}.cbm-phase2-info-item span{font-size:.875rem;color:#1e293b;font-weight:500}.cbm-phase2-parameters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.cbm-phase2-parameter-group{display:flex;flex-direction:column;gap:.25rem}.cbm-phase2-parameter-group label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.cbm-phase2-value{font-size:.875rem;color:#1e293b;font-weight:500;padding:.5rem .75rem;background:#f8fafc;border-radius:.375rem;border:1px solid #e2e8f0}.cbm-phase2-tags{display:flex;flex-wrap:wrap;gap:.5rem}.cbm-phase2-tag{display:inline-block;padding:.375rem .75rem;background:#e0f2fe;color:#0369a1;border-radius:9999px;font-size:.8125rem;font-weight:500;border:1px solid #7dd3fc}.cbm-phase2-tag-exclusion{background:#fef2f2;color:#991b1b;border-color:#fca5a5}.cbm-phase2-sic-codes{display:flex;flex-direction:column;gap:.75rem}.cbm-phase2-sic-code-item{padding:.75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem}.cbm-phase2-sic-code{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.cbm-phase2-sic-code-code{font-size:.9375rem;font-weight:600;color:#0f172a}.cbm-phase2-sic-code-classification{font-size:.75rem;color:#64748b;font-weight:500}.cbm-phase2-sic-code-description{font-size:.8125rem;color:#475569;line-height:1.5}.cbm-phase2-companies{display:flex;flex-direction:column;gap:1rem}.cbm-phase2-company-card{padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem}.cbm-phase2-company-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.cbm-phase2-company-name{font-size:.9375rem;font-weight:600;color:#0f172a;margin:0}.cbm-phase2-company-country{font-size:.75rem;color:#64748b;padding:.25rem .5rem;background:#e2e8f0;border-radius:.25rem}.cbm-phase2-company-confidence{font-size:.6875rem;padding:.25rem .5rem;border-radius:9999px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.cbm-phase2-confidence-high{background:#dcfce7;color:#166534}.cbm-phase2-confidence-medium{background:#fef9c3;color:#854d0e}.cbm-phase2-confidence-low{background:#fee2e2;color:#991b1b}.cbm-phase2-company-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.75rem}.cbm-phase2-company-detail{display:flex;flex-direction:column;gap:.25rem}.cbm-phase2-company-detail-full{grid-column:1 / -1}.cbm-phase2-company-detail label{font-size:.6875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.cbm-phase2-company-detail span{font-size:.8125rem;color:#1e293b;line-height:1.5}.cbm-phase2-status{display:inline-block;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.cbm-phase2-status-confirmed{background:#dcfce7;color:#166534}.cbm-phase2-status-locked{background:#fef9c3;color:#854d0e}.cbm-phase2-status-pending,.cbm-phase2-status-not_started{background:#f1f5f9;color:#64748b}.cbm-review-label{font-size:.75rem;font-weight:600;color:#4b5563}.cbm-review-textarea{width:100%;border:1px solid #e5e7eb;border-radius:8px;padding:.45rem .55rem;font-size:.8125rem;font-family:inherit;resize:vertical}.cbm-review-hint{margin:0;font-size:.64rem;color:#9ca3af;line-height:1.35}@media(max-width:768px){.cbm-review-actions{justify-content:stretch}.cbm-review-approve-block{width:100%;align-items:stretch}}.cbm-review-mode>:not(.custom-benchmark-filters-header):not(.cbm-review-bar){display:none}.cbm-review-cards-grid{margin-top:.75rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}.cbm-review-card{background:#fff;border:1px solid #e8edf4;border-radius:10px;padding:.62rem .68rem}.cbm-review-card-header h4{margin:0;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#475569}.cbm-review-card-values{margin-top:.45rem;display:flex;flex-wrap:wrap;gap:.33rem}.cbm-review-chip{font-size:.69rem;line-height:1.2;padding:.16rem .42rem;border-radius:999px;background:#e6f9fb;color:#0f8ea0;border:1px solid #bdeef3}.cbm-review-card-keyword .cbm-review-card-values{width:100%}.cbm-review-card-keyword .cbm-review-chip{width:100%;border-radius:12px;white-space:normal;word-break:break-word;line-height:1.32;padding:.4rem .54rem}.cbm-review-card-empty{color:#94a3b8;font-size:.69rem}.cbm-review-thoughts{margin-top:.52rem;border-top:1px dashed #e8edf4;padding-top:.4rem}.cbm-review-thoughts summary{cursor:pointer;list-style:none;font-size:.68rem;font-weight:600;color:#0f8ea0}.cbm-review-thoughts summary::-webkit-details-marker{display:none}.cbm-review-thoughts p{margin:.36rem 0 0;font-size:.68rem;line-height:1.42;color:#475569;white-space:pre-wrap}@media(max-width:1050px){.cbm-review-cards-grid{grid-template-columns:1fr}}.cbm-phase0-root,.cbm-phase2-root{margin-bottom:1.5rem}.cbm-phase2-form-shell{background-color:#fff;border:1px solid rgba(206,205,205,.5);border-radius:16px;padding:0;box-shadow:0 4px 20px #0000000d,0 2px 8px #00000008;max-height:min(60vh,720px);display:flex;flex-direction:column;overflow:hidden;margin-top:1rem}.cbm-phase2-scroll-body{overflow-y:auto;flex:1;padding:1.75rem 1.45rem 1.25rem;scrollbar-gutter:stable both-edges}.cbm-phase2-action-bar{background:#fff;padding:.65rem 1.45rem .75rem;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e2e8f0;gap:.75rem;flex-shrink:0}.cbm-phase2-filters-zigzag>*{min-width:0}.cbm-phase0-form-shell{background-color:#fff;border:1px solid rgba(206,205,205,.5);border-radius:16px;padding:0;box-shadow:0 4px 20px #0000000d,0 2px 8px #00000008;max-height:min(58vh,700px);min-height:480px;display:flex;flex-direction:column;overflow:hidden;margin-top:1rem}.cbm-phase0-scroll-body{overflow-y:auto;flex:1;padding:1.75rem 1.45rem 1.25rem;scrollbar-gutter:stable both-edges;mask-image:linear-gradient(to bottom,transparent 0,black 2.5rem,black calc(100% - 2.5rem),transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0,black 2.5rem,black calc(100% - 2.5rem),transparent 100%)}.cbm-phase0-title-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:nowrap;margin-bottom:.5rem}.cbm-phase0-phase-label{display:inline-flex;align-items:center;gap:8px;background:#f0fbfd;border:1px solid #b2e8ef;border-radius:8px;padding:5px 12px 5px 8px;flex-shrink:0}.cbm-phase0-phase-label__badge{font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#fff;background:#00bacd;border-radius:5px;padding:2px 7px;line-height:1.5}.cbm-phase0-phase-label__name{font-size:.9rem;font-weight:600;color:#0d7a8a;letter-spacing:.01em}.cbm-phase0-title-row .cbm-phase0-case-header{padding:0;border-bottom:none;background:none;flex:0 0 auto;justify-content:flex-end;align-items:center;transform:translateY(-10%)}.cbm-phase0-title-row .cbm-phase0-case-picker{flex-direction:row;align-items:center;flex:0 1 320px}.cbm-phase0-case-header{display:flex;justify-content:space-between;align-items:flex-end;gap:.75rem;padding:.85rem 1.45rem .75rem;border-bottom:1px solid #eef1f4;background:linear-gradient(180deg,#fafbfc,#fff);flex-wrap:wrap}.cbm-phase0-case-picker{display:flex;flex-direction:column;gap:.3rem;flex:1 1 240px;min-width:200px;max-width:420px}.cbm-phase0-case-picker-label{font-size:.7rem;font-weight:600;letter-spacing:.02em;color:#6b7280;text-transform:uppercase}.cbm-phase0-case-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.cbm-phase0-case-hint{font-size:.72rem;color:#6b7280;font-style:italic}.cbm-phase0-state-badge{display:inline-flex;align-items:center;padding:.22rem .55rem;font-size:.7rem;font-weight:600;border-radius:999px;border:1px solid transparent;letter-spacing:.01em;text-transform:capitalize}.cbm-phase0-state-badge--pending{background:#f1f5f9;color:#475569;border-color:#e2e8f0}.cbm-phase0-state-badge--in_progress,.cbm-phase0-state-badge--reopened{background:#e0f2fe;color:#075985;border-color:#bae6fd}.cbm-phase0-state-badge--confirmed{background:#dcfce7;color:#166534;border-color:#bbf7d0}.cbm-phase0-state-badge--locked{background:#fef3c7;color:#92400e;border-color:#fde68a}.cbm-phase0-case-new-btn{height:30px;padding:0 .7rem;font-size:.72rem;font-weight:600;border-radius:8px;border:1px solid #d1d5db;background:#fff;color:#374151;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.cbm-phase0-case-new-btn:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.cbm-phase0-case-new-btn:disabled{opacity:.5;cursor:not-allowed}.cbm-phase0-reopen-btn{height:36px;min-width:100px;padding:0 .9rem;font-size:.78rem;font-weight:600;border-radius:10px;border:1.5px solid #d97706;background:transparent;color:#b45309;cursor:pointer;transition:background .15s}.cbm-phase0-reopen-btn:hover:not(:disabled){background:#d9770614}.cbm-phase0-reopen-btn:disabled{opacity:.45;cursor:not-allowed}.cbm-phase0-confirmed-banner{display:flex;align-items:center;gap:.75rem;margin:0 1.45rem;padding:.6rem 1rem;border-radius:10px;border-left:4px solid #15803d;background:linear-gradient(90deg,#f0fdf4,#fff);border-top:1px solid #bbf7d0;border-right:1px solid #bbf7d0;border-bottom:1px solid #bbf7d0}.cbm-phase0-confirmed-banner--locked{border-left-color:#b45309;background:linear-gradient(90deg,#fffbeb,#fff);border-top-color:#fde68a;border-right-color:#fde68a;border-bottom-color:#fde68a}.cbm-phase0-confirmed-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:700;color:#15803d;white-space:nowrap}.cbm-phase0-confirmed-banner--locked .cbm-phase0-confirmed-badge{color:#92400e}.cbm-phase0-confirmed-sub{margin:0;font-size:.74rem;color:#4b5563;line-height:1.4}.cbm-phase0-blockers-panel{margin:.75rem 1.45rem 0;padding:.65rem .85rem .7rem;border:1px solid #fcd4b0;border-radius:8px;background:#fffaf3}.cbm-phase0-blockers-title{font-size:.78rem;font-weight:700;color:#c2410c;margin-bottom:.4rem}.cbm-phase0-blockers-list{margin:0;padding-left:1.15rem;font-size:.76rem;color:#7c2d12;line-height:1.55}.cbm-phase0-blockers-footnote{margin:.45rem 0 0;font-size:.7rem;color:#9a3412;line-height:1.45;opacity:.92}.cbm-phase0-blockers-confirm-first{margin:0;font-size:.76rem;color:#7c2d12;line-height:1.55}.cbm-phase0-confirm-btn--needs-work{opacity:.68;filter:saturate(.92)}.cbm-phase0-skip-phase1-btn--inactive{opacity:.55;cursor:pointer}.cbm-phase0-action-bar{background:#fff;padding:.65rem 1.45rem .75rem;display:flex;justify-content:flex-end;align-items:center;gap:.5rem;border-top:1px solid #f1f5f9;flex-shrink:0}.cbm-phase0-action-error{margin-right:auto;font-size:.75rem;color:#c0392b;font-weight:500}.cbm-phase0-action-success{margin-right:auto;font-size:.75rem;color:#27ae60;font-weight:600}.cbm-phase0-save-btn{height:36px;min-width:100px;border:1.5px solid #00a7b8;background:transparent;color:#00a7b8;font-size:.78rem;font-weight:600;border-radius:10px;padding:0 .9rem;cursor:pointer;transition:background .15s,color .15s}.cbm-phase0-save-btn:hover{background:#00a7b812}.cbm-phase0-save-btn:active{transform:translateY(.5px)}.cbm-phase0-save-btn:disabled,.cbm-phase0-confirm-btn:disabled{opacity:.45;cursor:not-allowed;filter:none;transform:none}.cbm-phase0-confirm-btn{height:36px;min-width:110px;border:1px solid #00a7b8;background:linear-gradient(135deg,#00bacd,#0099a8);color:#fff;font-size:.78rem;font-weight:700;border-radius:10px;padding:0 .9rem;cursor:pointer}.cbm-phase0-confirm-btn:hover{filter:brightness(1.03)}.cbm-phase0-confirm-btn:active{transform:translateY(.5px)}.cbm-phase0-skip-phase1-btn{padding:8px 16px;font-size:.875rem;font-weight:500;color:#00bacd;background:transparent;border:1px solid #00bacd;border-radius:8px;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap}.cbm-phase0-skip-phase1-btn:hover{background:#f0fbfc}.cbm-phase0-section{margin-top:0}.cbm-phase0-section+.cbm-phase0-section{margin-top:1.2rem}.cbm-phase0-section-bordered{border-top:1px solid #eef1f4;padding-top:1.05rem}.cbm-phase0-section-title{margin:0 0 .65rem;font-size:.95rem;font-weight:600;color:#2c3e50;letter-spacing:0}.cbm-phase0-row-note{margin:-.12rem 0 .72rem;font-size:.8rem;line-height:1.4;color:#6b7280}.cbm-phase0-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem 1rem;align-items:start}.cbm-phase0-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem 1rem;align-items:start}.cbm-phase0-field-span-2{grid-column:1 / -1}.cbm-phase0-field-narrow{max-width:min(100%,22rem)}.cbm-phase0-field{display:flex;flex-direction:column;gap:.35rem;min-width:0}.cbm-phase0-label{font-size:.73rem;font-weight:600;text-transform:none;letter-spacing:0;color:#374151}.cbm-phase0-label-required{color:#e53e3e;margin-left:1px}.cbm-phase0-field-hint{font-size:.72rem;color:#6b7280;margin-top:3px}.cbm-phase0-field-hint--required{color:#dc2626}.cbm-phase0-percent-wrap{position:relative;display:flex;align-items:center}.cbm-phase0-percent-wrap .cbm-phase0-control{padding-right:2rem}.cbm-phase0-percent-suffix{position:absolute;right:.75rem;font-size:.84rem;color:#6b7280;pointer-events:none;font-weight:500}.cbm-phase0-control{width:100%;box-sizing:border-box;font-size:.84rem;font-family:inherit;color:#2c3e50;background-color:#fff;border:1px solid #e0e0e0;border-radius:10px;padding:.5rem .7rem;outline:none;transition:all .2s ease}.cbm-phase0-control:focus{border-color:#9ca3af;box-shadow:0 0 0 4px #9ca3af1f}.cbm-phase0-input::placeholder,.cbm-phase0-textarea::placeholder{color:#98a6b3}.cbm-phase0-select{cursor:pointer;appearance:none;-webkit-appearance:none;min-height:37px;padding-right:2.2rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px 12px}.cbm-phase0-control:disabled{opacity:1;cursor:not-allowed;color:#4a5a66;background:#fff}.cbm-phase0-combobox-wrap{position:relative}.cbm-phase0-combobox-wrap .cbm-phase0-input{padding-right:2.2rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px 12px}.cbm-phase0-combobox-dropdown{position:absolute;top:calc(100% + 2px);left:0;right:0;z-index:200;background:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 4px 16px #0000001a;list-style:none;margin:0;padding:4px 0;max-height:200px;overflow-y:auto}.cbm-phase0-combobox-option{padding:7px 12px;font-size:.84rem;font-family:inherit;color:#374151;cursor:pointer;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cbm-phase0-combobox-option:hover{background:#f3f4f6;color:#111827}.cbm-phase0-textarea{resize:vertical;min-height:92px}.cbm-phase0-textarea-compact{min-height:74px}.cbm-phase0-mini-title{margin:.2rem 0 .55rem;font-size:.78rem;font-weight:600;color:#4b5563}.cbm-phase0-radio-row{display:flex;align-items:flex-start;gap:.7rem;min-height:36px;padding:.15rem 0 .2rem}.cbm-phase0-radio-option{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;color:#374151;cursor:pointer;border:1px solid #e5e7eb;border-radius:8px;background:#fff;padding:.32rem .56rem}.cbm-phase0-radio-option input{margin:0}.cbm-phase0-inline-panel{margin-top:.6rem;padding:.72rem;border:1px solid #e6eaef;border-radius:10px;background:#fff}.cbm-phase0-subblock-title{margin:0 0 .6rem;font-size:.76rem;font-weight:600;color:#5b6771;letter-spacing:.01em;text-transform:uppercase}.cbm-phase0-inline-panel-soft{margin-top:.7rem;background:#f8fafc;border-color:#e6ecf2}.cbm-phase0-section5 .cbm-phase0-field{gap:.28rem}.cbm-phase0-section5 .cbm-phase0-grid-2{gap:.7rem .9rem}.cbm-phase0-section5-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start}.cbm-phase0-section5-col{min-width:0}.cbm-phase0-section6>.cbm-phase0-grid-2{margin-top:.6rem}.cbm-phase0-section6 .cbm-phase0-grid-2 .cbm-phase0-field{gap:.4rem}.cbm-phase0-section6 .cbm-phase0-textarea{min-height:96px}.cbm-phase0-section6 .cbm-phase0-textarea-compact{min-height:86px}.cbm-phase0-inline-note{margin:-.1rem 0 .8rem;font-size:.78rem;color:#66727d}.cbm-phase0-advisory-panel{border:1px solid #e6ebf0;border-radius:10px;background:#fcfdff;padding:.75rem}.cbm-phase0-advisory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.cbm-phase0-advisory-card{border:1px solid #e9edf1;border-radius:8px;background:#fff;padding:.56rem .6rem}.cbm-phase0-advisory-title{margin:0 0 .35rem;font-size:.74rem;font-weight:600;color:#44515c}.cbm-phase0-advisory-text{margin:0;font-size:.78rem;color:#5f6b76;line-height:1.35}.cbm-phase0-chip-row{display:flex;flex-wrap:wrap;gap:.35rem}.cbm-phase0-chip{font-size:.7rem;border:1px solid #dce6ee;background:#f8fbff;color:#415160;border-radius:999px;padding:.18rem .45rem}.cbm-phase0-pli-hint{margin:.3rem 0 0;font-size:.76rem;color:#60707d}.cbm-phase0-section8>.cbm-phase0-grid-2,.cbm-phase0-section11>.cbm-phase0-grid-2{margin-top:.62rem}.cbm-phase0-section9 .cbm-phase0-advisory-panel{margin-top:.5rem}.cbm-phase0-advisory-unavailable{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;padding:2rem 1.5rem;border:1.5px dashed #d1dbe6;border-radius:10px;background:#f8fafc;text-align:center;margin-top:.25rem}.cbm-phase0-advisory-unavailable-icon{color:#b0bec8;line-height:1}.cbm-phase0-advisory-unavailable-title{font-size:.88rem;font-weight:600;color:#64748b;letter-spacing:.01em}.cbm-phase0-advisory-unavailable-sub{font-size:.78rem;color:#94a3b8;max-width:340px;line-height:1.5}.cbm-phase0-section10 .cbm-phase0-field{margin-top:.22rem}.cbm-phase0-section11>.cbm-phase0-field+.cbm-phase0-grid-2{margin-top:.62rem}.cbm-phase0-table-shell{border:1px solid #e6ebf0;border-radius:10px;overflow:hidden;background:#fff}.cbm-phase0-table{width:100%;border-collapse:collapse}.cbm-phase0-table thead th{text-align:left;font-size:.73rem;font-weight:600;color:#4b5563;background:#fafbfd;border-bottom:1px solid #edf2f6;padding:.5rem .6rem}.cbm-phase0-table tbody td{padding:.48rem .6rem;border-bottom:1px solid #f1f4f7}.cbm-phase0-table tbody tr:last-child td{border-bottom:none}.cbm-phase0-table-input{font-size:.82rem;padding:.4rem .52rem;min-height:36px}.cbm-phase0-row-action-cell{width:84px}.cbm-phase0-row-action-btn{height:36px;border:1px solid #e0e6ec;background:#fff;color:#546370;font-size:.76rem;border-radius:10px;padding:0 .6rem;cursor:pointer}.cbm-phase0-row-action-btn:disabled{opacity:1;color:#8b98a4}.cbm-phase0-table-footer{border-top:1px solid #edf1f4;padding:.55rem .6rem;background:#fcfdfe;display:flex;align-items:center}.cbm-phase0-add-row-btn{height:36px;border:1px solid #e0e6ec;background:#fff;color:#546370;font-size:.78rem;border-radius:10px;padding:0 .7rem;cursor:pointer}.cbm-phase0-add-row-btn:disabled{opacity:1;color:#8b98a4}.cbm-phase0-control--invalid,.cbm-phase0-combobox-wrap--invalid .cbm-phase0-input{border-color:#ef4444!important;background:#fff8f8!important;box-shadow:0 0 0 3px #ef44441a!important}.cbm-phase0-label--invalid{color:#dc2626}.cbm-phase0-field-error{font-size:.71rem;color:#dc2626;margin:2px 0 0;line-height:1.4;display:flex;align-items:center;gap:.25rem}.cbm-phase0-section-error-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#ef4444;margin-left:6px;vertical-align:middle;flex-shrink:0;animation:phase0-dot-pulse 1.8s ease-in-out infinite}@keyframes phase0-dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.65)}}.cbm-phase0-missing-pill{position:sticky;bottom:.75rem;float:right;clear:both;margin-top:1rem;padding:.35rem .9rem;background:#fffbeb;border:1px solid #f59e0b;border-radius:999px;font-size:.73rem;font-weight:600;color:#92400e;pointer-events:none;box-shadow:0 2px 10px #0000001a;animation:phase0-pill-in .22s cubic-bezier(.22,1,.36,1);z-index:10}@keyframes phase0-pill-in{0%{opacity:0;transform:translateY(8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.cbm-phase0-table-shell--invalid{border-color:#fca5a5;box-shadow:0 0 0 3px #ef444414}.cbm-phase3-root{margin-bottom:1.5rem;margin-top:.75rem;display:flex;flex-direction:column;min-height:0;max-height:min(calc(100vh - 12rem),960px)}.cbm-phase3-root .realtime-benchmark-section-title{flex-shrink:0}.cbm-phase3-content-slot{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;padding:0;overflow:hidden}.cbm-phase3-preview-wrap .excel-overview-page{padding:0;background:none;min-height:unset;zoom:1!important;width:100%!important}.cbm-phase3-preview-wrap .excel-overview-page .excel-overview-toolbar{flex-wrap:wrap}.cbm-phase3-content-slot .excel-overview-page{flex:1 1 auto;min-height:0}.cbm-phase3-nav-bar{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:.25rem;flex-shrink:0;gap:1rem;flex-wrap:wrap}.cbm-phase0-required{color:#e53e3e;font-weight:700;margin-left:.1rem}@media(max-width:720px){.cbm-phase0-form-shell{max-height:min(62vh,700px);min-height:420px}.cbm-phase0-scroll-body{padding:1rem 1rem .85rem}.cbm-phase0-action-bar{padding:.68rem 1rem}.cbm-phase0-case-header{padding:.75rem 1rem .65rem;flex-direction:column;align-items:stretch}.cbm-phase0-case-picker{max-width:100%}.cbm-phase0-case-meta{justify-content:space-between}.cbm-phase0-grid-2,.cbm-phase0-grid-3,.cbm-phase0-advisory-grid{grid-template-columns:1fr}.cbm-phase0-section5-row{grid-template-columns:1fr;gap:.7rem}.cbm-phase0-field-span-2{grid-column:auto}.cbm-phase0-table thead{display:none}.cbm-phase0-table,.cbm-phase0-table tbody,.cbm-phase0-table tr,.cbm-phase0-table td{display:block;width:100%}.cbm-phase0-table tbody td{border-bottom:none;padding:.36rem .6rem}.cbm-phase0-table tbody tr{border-bottom:1px solid #edf1f4;padding:.2rem 0 .5rem}.cbm-phase0-table tbody tr:last-child{border-bottom:none}.cbm-phase0-row-action-cell{width:100%}}.cbm-roadmap{display:flex;align-items:center;width:100%;background:#fff;border:1px solid #e4ebf2;border-radius:12px;padding:12px 16px;box-shadow:0 2px 6px #0f172a0a;box-sizing:border-box}.cbm-roadmap-step-wrap{display:flex;align-items:center;flex:1;min-width:0}.cbm-roadmap-step-wrap:last-child{flex:0 0 auto}.cbm-roadmap-step{position:relative;display:flex;flex-direction:column;align-items:center;gap:4px;background:none;border:none;cursor:pointer;padding:0;flex-shrink:0}.cbm-roadmap-step:disabled{cursor:default}.cbm-roadmap-tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%) translateY(6px);background:#00bacd;color:#fff;padding:6px 12px;border-radius:8px;font-size:.75rem;font-weight:600;white-space:nowrap;box-shadow:0 10px 25px #00bacd59,0 4px 10px #00bacd26;border:1px solid #71e4f2;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s cubic-bezier(.16,1,.3,1),transform .25s cubic-bezier(.16,1,.3,1),visibility .25s;z-index:50}.cbm-roadmap-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:5px;border-style:solid;border-color:#00bacd transparent transparent transparent}.cbm-roadmap-step:hover .cbm-roadmap-tooltip{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.cbm-roadmap-circle{width:28px;height:28px;border-radius:50%;border:2px solid #d5d8dc;background:#fff;color:#aab3bb;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s,color .2s}.cbm-roadmap-step--active .cbm-roadmap-circle{background:#00bacd;border-color:#00bacd;color:#fff;box-shadow:0 0 0 3px #00bacd2e}.cbm-roadmap-step--done .cbm-roadmap-circle{background:#27ae60;border-color:#27ae60;color:#fff}.cbm-roadmap-label{font-size:.68rem;font-weight:500;color:#aab3bb;white-space:nowrap;transition:color .2s}.cbm-roadmap-step--active .cbm-roadmap-label{color:#00bacd;font-weight:700}.cbm-roadmap-step--done .cbm-roadmap-label{color:#27ae60}.cbm-roadmap-line{flex:1;height:2px;background:#e4ebf2;margin:0 4px 16px;transition:background .2s}.cbm-roadmap-line--done{background:#27ae60}.p1-shell{background-color:#fff;border:1px solid rgba(206,205,205,.5);border-radius:16px;padding:0;box-shadow:0 4px 20px #0000000d,0 2px 8px #00000008;max-height:min(72vh,860px);min-height:480px;display:flex;flex-direction:column;overflow:hidden}.p1-card-top-header{display:flex;flex-direction:column;align-items:stretch;gap:.45rem;padding:.85rem 1.45rem .75rem;border-bottom:1px solid #eef1f4;background:linear-gradient(180deg,#fafbfc,#fff);flex-shrink:0}.p1-card-top-title-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.p1-card-top-title{font-size:1rem;font-weight:700;color:#2c3e50;white-space:nowrap}.p1-card-top-desc{margin:0;font-size:.8rem;color:#7f8c8d;line-height:1.4}.p1-scroll-body{overflow-y:auto;flex:1;padding:1.35rem 1.45rem 1rem;scrollbar-gutter:stable both-edges;display:flex;flex-direction:column;gap:1.25rem}.p1-run-bar{display:flex;align-items:center;justify-content:flex-start;padding:12px 16px;background:#fff;border:1px solid #e4ebf2;border-radius:10px;box-shadow:0 2px 6px #0f172a0a}.p1-run-bar-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.p1-run-bar-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.p1-run-bar-dot--green{background:#27ae60}.p1-run-bar-dot--red{background:#e74c3c}.p1-run-bar-dot--grey{background:#bdc3c7}@keyframes p1-pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(1.35)}to{opacity:1;transform:scale(1)}}.p1-run-bar-dot--amber{background:#f39c12;animation:p1-pulse 1.2s ease-in-out infinite}.p1-run-bar-status{font-size:.9rem;font-weight:600;color:#2c3e50}.p1-run-bar-meta{font-size:.8rem;color:#7f8c8d;display:flex;align-items:center;gap:4px}.p1-status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;vertical-align:middle}.p1-status-dot--green{background:#27ae60}.p1-status-dot--red{background:#e74c3c}.p1-status-dot--grey{background:#bdc3c7}.p1-status-dot--amber{background:#f39c12}.p1-status-dot--running{background:#f39c12;animation:p1-pulse 1.2s ease-in-out infinite}.p1-regen-btn{font-size:.8125rem;font-weight:600;color:#fff;background:#0891b2;border:1px solid #0891b2;border-radius:6px;padding:6px 14px;cursor:pointer;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease;box-shadow:0 1px 4px #0891b240}.p1-regen-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.p1-regen-btn:not(:disabled):hover{background:#0e7490;border-color:#0e7490;box-shadow:0 2px 8px #0e749059}.p1-regen-btn:not(:disabled):active{background:#155e75;border-color:#155e75;box-shadow:none}.p1-section-row{display:flex;align-items:center}.p1-agreement-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:20px;font-size:.8125rem;font-weight:600;border:1px solid transparent}.p1-agreement-badge--green{background:#eafaf1;color:#1e8449;border-color:#a9dfbf}.p1-agreement-badge--amber{background:#fef9e7;color:#9a6700;border-color:#f9e4a0}.p1-agreement-badge--red{background:#fdedec;color:#c0392b;border-color:#f5b7b1}.p1-agreement-badge--grey{background:#f5f7fa;color:#7f8c8d;border-color:#d5d8dc}.p1-card{background:#fff;border:1px solid #e4ebf2;border-radius:14px;padding:1.25rem 1.5rem;box-shadow:0 4px 12px #0f172a0d}.p1-card--collapsible{padding:0;overflow:hidden}.p1-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.p1-card-header--target-profiles{flex-direction:column;align-items:flex-start;gap:.35rem}.p1-card-header--target-profiles .p1-card-hint{display:block;width:100%;text-align:left}.p1-card-title{margin:0 0 2px;font-size:1rem;font-weight:600;color:#2c3e50}.p1-card-hint{font-size:.8125rem;color:#7f8c8d}.p1-source-badge{display:inline-flex;align-items:center;justify-content:center;padding:1px 7px;border-radius:4px;font-size:.7rem;font-weight:700;letter-spacing:.02em;flex-shrink:0}.p1-source-badge--a{background:#eaf2fb;color:#1a5276;border:1px solid #aed6f1}.p1-source-badge--b{background:#eafaf1;color:#1e8449;border:1px solid #a9dfbf}.p1-source-badge--both{background:#f4ecf7;color:#6c3483;border:1px solid #d2b4de}.p1-conf-dot{display:inline-block;width:8px;height:8px;border-radius:50%;flex-shrink:0}.p1-conf-dot--high{background:#27ae60}.p1-conf-dot--medium{background:#f39c12}.p1-conf-dot--low{background:#bdc3c7}.p1-archetypes-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media(max-width:768px){.p1-archetypes-grid{grid-template-columns:1fr}}.p1-archetype-col{display:flex;flex-direction:column;gap:10px}.p1-model-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:2px 0 6px;border-bottom:2px solid;margin-bottom:4px}.p1-model-label--a{color:#1a5276;border-color:#aed6f1}.p1-model-label--b{color:#1e8449;border-color:#a9dfbf}.p1-archetype-item{display:flex;gap:8px;align-items:flex-start;padding:8px;background:#f8fafc;border-radius:8px;border:1px solid #eef2f7}.p1-archetype-text{margin:0;font-size:.8375rem;color:#2c3e50;line-height:1.55}.p1-bulk-toggle-group{display:flex;background:#fff;border:1px solid #d1d5db;border-radius:6px;overflow:hidden;align-items:center;flex-shrink:0;box-shadow:0 1px 2px #0000000d}.p1-bulk-toggle-btn{font-size:.75rem;font-weight:600;padding:6px 12px;background:none;border:none;cursor:pointer;transition:all .15s ease}.p1-bulk-toggle-btn:disabled{opacity:.45;cursor:not-allowed}.p1-bulk-toggle-btn--keep{color:#059669;border-right:1px solid #d1d5db}.p1-bulk-toggle-btn--keep:hover:not(:disabled){background:#ecfdf5}.p1-bulk-toggle-btn--reject{color:#dc2626}.p1-bulk-toggle-btn--reject:hover:not(:disabled){background:#fef2f2}.p1-table-wrap{overflow-x:auto;border-radius:8px;border:1px solid #e4ebf2}.p1-seed-table{width:100%;border-collapse:collapse;font-size:.8125rem}.p1-th{background:#f5f8fb;font-size:.75rem;font-weight:600;color:#5d6d7e;text-align:left;padding:6px 10px;border-bottom:1px solid #e4ebf2;white-space:nowrap}.p1-th--keep{width:8%}.p1-th--source{width:6%}.p1-th--name{width:18%}.p1-th--country{width:6%}.p1-th--critique{width:60px;text-align:center}.p1-th--sic{width:auto;min-width:120px}.p1-th--activity{width:15%}.p1-sic-col-header{display:flex;flex-direction:column;gap:4px}.p1-sic-col-label{font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#64748b;white-space:nowrap}.p1-sic-col-chips{display:flex;flex-wrap:wrap;gap:3px}.p1-sic-chip{display:inline-block;background:#eff6ff;color:#3b82f6;border:1px solid #bfdbfe;border-radius:4px;font-size:.68rem;font-weight:600;padding:1px 5px;cursor:default;font-family:ui-monospace,monospace}.p1-td--sic-cell{vertical-align:top;min-width:120px}.p1-sic-cell-inner{display:flex;flex-direction:column;gap:3px}.p1-sic-cell-code{font-family:ui-monospace,monospace;font-size:.8rem;font-weight:600;color:#1e40af;background:#eff6ff;border-radius:4px;padding:1px 6px;display:inline-block;width:fit-content}.p1-sic-cell-desc{font-size:.72rem;color:#64748b;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.p1-sic-cell-empty{color:#cbd5e1;font-size:.8rem}.p1-td{padding:6px 10px;border-bottom:1px solid #eef2f7;vertical-align:top;color:#2c3e50;line-height:1.35}.p1-td--mono{font-family:ui-monospace,monospace;font-size:.775rem;color:#4a5568}.p1-td--activity{font-size:.8rem}.p1-td--rationale{font-size:.8rem;font-style:italic;color:#5d6d7e}.p1-td--keep{width:70px;vertical-align:middle}.p1-td--name{min-width:160px}.p1-seed-row:last-child .p1-td{border-bottom:none}.p1-seed-row--dropped{opacity:.45}.p1-seed-row--dropped .p1-company-name{text-decoration:line-through}.p1-keep-reject-toggle{display:flex;flex-direction:row;gap:4px;align-items:center;justify-content:center}.p1-kr-btn{position:relative;width:28px;height:28px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:6px;border:1.5px solid #e5e7eb;background:#f9fafb;color:#d1d5db;cursor:pointer;transition:background .14s,color .14s,border-color .14s}.p1-kr-btn:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);background:#1f2937;color:#fff;font-size:.68rem;font-weight:500;padding:3px 7px;border-radius:4px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .12s ease;z-index:50}.p1-kr-btn:hover:after{opacity:1}.p1-kr-btn--keep:hover{border-color:#86efac;color:#16a34a;background:#f0fdf4}.p1-kr-btn--active-keep{background:#dcfce7;color:#16a34a;border-color:#86efac}.p1-kr-btn--reject:hover{border-color:#fca5a5;color:#dc2626;background:#fef2f2}.p1-kr-btn--active-reject{background:#fee2e2;color:#dc2626;border-color:#fca5a5}.p1-discovery-badge{display:inline-block;font-size:.65rem;font-weight:600;color:#9a6700;background:#fef9e7;border:1px solid #f9e4a0;border-radius:3px;padding:1px 5px;margin-bottom:4px}.p1-company-name-row{display:flex;align-items:center;gap:5px}.p1-company-name{font-weight:600;color:#2c3e50}.p1-seed-footer{margin-top:10px;font-size:.8rem;color:#7f8c8d;text-align:right}.p1-seed-kept-count{font-weight:500}.p1-warning-banner{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#fef9e7;border:1px solid #f9e4a0;border-radius:8px;font-size:.8375rem;color:#9a6700;font-weight:500}.p1-critique-list{display:flex;flex-direction:column;gap:1rem}.p1-critique-card{border:1px solid #e4ebf2;border-radius:10px;padding:16px 20px;display:flex;flex-direction:column;gap:10px;background:#fafbfd}.p1-critique-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.p1-severity{display:inline-block;font-size:.7rem;font-weight:700;padding:2px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.04em}.p1-severity--critical{background:#fdedec;color:#c0392b;border:1px solid #f5b7b1}.p1-severity--high{background:#fef9e7;color:#9a6700;border:1px solid #f9e4a0}.p1-severity--medium{background:#eaf2fb;color:#1a5276;border:1px solid #aed6f1}.p1-severity--low{background:#f5f7fa;color:#7f8c8d;border:1px solid #d5d8dc}.p1-prompt-ref{font-size:.75rem;font-family:ui-monospace,monospace;color:#7f8c8d;background:#f5f7fa;padding:1px 6px;border-radius:4px}.p1-affected-model{font-size:.75rem;color:#7f8c8d}.p1-company-ref{font-size:.75rem;color:#5d6d7e;font-style:italic}.p1-critique-headline{margin:0;font-size:.9rem;font-weight:600;color:#2c3e50;line-height:1.45}.p1-evidence{margin:0;padding:8px 12px;border-left:3px solid #5d6d7e;font-size:.8125rem;font-style:italic;color:#5d6d7e;background:#f5f7fa;border-radius:0 6px 6px 0}.p1-reasoning{display:flex;flex-direction:column;gap:3px}.p1-reasoning-label{font-size:.75rem;font-weight:600;color:#7f8c8d;text-transform:uppercase;letter-spacing:.04em}.p1-reasoning-text{margin:0;font-size:.8375rem;color:#2c3e50;line-height:1.5}.p1-ai-action{background:#f5f7fa;border:1px solid #e4ebf2;border-radius:8px;padding:10px 14px;display:flex;flex-direction:column;gap:4px}.p1-ai-action-label{font-size:.7rem;font-weight:700;color:#7f8c8d;text-transform:uppercase;letter-spacing:.05em}.p1-ai-action-text{margin:0;font-size:.8375rem;color:#2c3e50;line-height:1.5}.p1-partner-response-separator{border:none;border-top:1px dashed #d5d8dc;margin:2px 0}.p1-partner-response{display:flex;flex-direction:column;gap:8px}.p1-partner-response-label{font-size:.8rem;font-weight:600;color:#2c3e50}.p1-required{font-weight:400;color:#c0392b;font-size:.75rem;margin-left:4px}.p1-accept-note{font-weight:400;color:#64748b;font-size:.75rem;margin-left:4px}.p1-disposition-select{width:100%;padding:8px 10px;font-size:.8375rem;border:1px solid #d5d8dc;border-radius:6px;background:#fff;color:#2c3e50;cursor:pointer;outline:none;transition:border-color .15s}.p1-disposition-select:focus{border-color:#00bacd;box-shadow:0 0 0 3px #00bacd1f}.p1-bulk-disposition-select{padding:5px 10px;font-size:.8rem;border:1px solid #d5d8dc;border-radius:6px;background:#f8fafc;color:#374151;cursor:pointer;outline:none;transition:border-color .15s,background .15s;white-space:nowrap;flex-shrink:0}.p1-bulk-disposition-select:hover:not(:disabled){border-color:#00bacd;background:#fff}.p1-bulk-disposition-select:focus{border-color:#00bacd;box-shadow:0 0 0 3px #00bacd1f}.p1-bulk-disposition-select:disabled{opacity:.45;cursor:not-allowed}.p1-back-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;font-size:.875rem;font-weight:500;color:#374151;background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;transition:background .15s,border-color .15s}.p1-back-btn:hover{background:#e5e7eb;border-color:#9ca3af}.p1-response-textarea{width:100%;padding:10px 12px;font-size:.8375rem;border:1px solid #d5d8dc;border-radius:6px;resize:vertical;font-family:inherit;color:#2c3e50;background:#fff;outline:none;transition:border-color .15s;box-sizing:border-box}.p1-response-textarea:disabled{background:#f5f7fa;color:#aab3bb;cursor:not-allowed;opacity:.7}.p1-response-textarea:not(:disabled):focus{border-color:#00bacd;box-shadow:0 0 0 3px #00bacd1f}.p1-response-warning{font-size:.775rem;font-family:ui-monospace,monospace;color:#f39c12}.p1-response-ok{font-size:.775rem;font-family:ui-monospace,monospace;color:#27ae60}.p1-response-count{font-size:.775rem;color:#bdc3c7}.p1-raw-toggle{display:flex;align-items:center;gap:8px;width:100%;padding:12px 16px;background:none;border:none;cursor:pointer;font-size:.875rem;font-weight:500;color:#5d6d7e;text-align:left}.p1-raw-toggle:hover{color:#2c3e50}.p1-raw-chevron{transition:transform .2s;flex-shrink:0}.p1-raw-chevron--open{transform:rotate(180deg)}.p1-raw-hint{font-size:.775rem;color:#bdc3c7;font-weight:400;margin-left:4px}.p1-raw-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;border-top:1px solid #e4ebf2}@media(max-width:768px){.p1-raw-grid{grid-template-columns:1fr}}.p1-raw-col{padding:12px 14px;background:#f8fafc;overflow:hidden}.p1-raw-col:first-child{border-right:1px solid #e4ebf2}.p1-raw-col-header{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#7f8c8d;margin-bottom:8px}.p1-raw-json{font-family:ui-monospace,monospace;font-size:.72rem;color:#2c3e50;white-space:pre-wrap;word-break:break-word;margin:0;max-height:300px;overflow-y:auto}.p1-terms-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:640px){.p1-terms-grid{grid-template-columns:1fr}}.p1-terms-title{margin:0 0 10px;font-size:.875rem;font-weight:600;color:#2c3e50}.p1-chips{display:flex;flex-wrap:wrap;gap:6px}.p1-chip{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;background:#f0f9fb;border:1px solid #b2e4ec;border-radius:20px;font-size:.775rem}.p1-chip--exclusion{background:#fdf5f5;border-color:#f5c6c6}.p1-chip-text{font-family:ui-monospace,monospace;color:#2c3e50}.p1-confirm-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1.45rem;background:#fff;border-top:1px solid #eef1f4;flex-shrink:0}.p1-confirm-hint{flex:1;font-size:.75rem;color:#7f8c8d;text-align:center}.p1-confirm-hint--warn{color:#c0392b;font-weight:500}.p1-confirm-btn{padding:10px 24px;font-size:.9rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#00bacd,#0099a8);border:none;border-radius:8px;cursor:pointer;transition:opacity .15s,box-shadow .15s;white-space:nowrap;box-shadow:0 2px 8px #00bacd59}.p1-confirm-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.p1-confirm-btn:not(:disabled):hover{opacity:.9;box-shadow:0 4px 12px #00bacd73}.p1-confirmed-badge{padding:10px 20px;font-size:.9rem;font-weight:600;color:#1e8449;background:#eafaf1;border:1px solid #a9dfbf;border-radius:8px}.cbm-phase0-validation-panel{margin:0 1.45rem .75rem;padding:1rem 1.25rem;background:#fff8f8;border:1.5px solid #f5a0a0;border-left:4px solid #e53e3e;border-radius:8px;box-shadow:0 2px 8px #e53e3e1a}.cbm-phase0-validation-title{margin:0 0 .6rem;font-size:.875rem;font-weight:700;color:#c53030}.cbm-phase0-validation-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.4rem}.cbm-phase0-validation-item{display:flex;align-items:baseline;gap:.5rem;font-size:.82rem;line-height:1.4}.cbm-phase0-validation-rule{font-family:ui-monospace,monospace;font-size:.72rem;font-weight:700;color:#fff;background:#e53e3e;border-radius:4px;padding:1px 6px;white-space:nowrap;flex-shrink:0}.cbm-phase0-validation-section{font-weight:600;color:#744210;white-space:nowrap;flex-shrink:0}.cbm-phase0-validation-message{color:#4a1515}.cbm-phase0-chip--green{background:#edfaf3;border-color:#6dcfa0;color:#1a7a47}.cbm-phase0-chip--red{background:#fef2f2;border-color:#f5a9a9;color:#b91c1c}.cbm-phase0-chip--amber{background:#fffbeb;border-color:#f0c060;color:#92400e}.cbm-phase0-advisory-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.cbm-phase0-method-grid{display:flex;flex-direction:column;gap:.35rem}.cbm-phase0-method-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.cbm-phase0-method-name{font-size:.78rem;font-weight:600;color:#374151;min-width:80px}.cbm-phase0-method-note{font-size:.74rem;color:#6b7280;flex:1}.cbm-phase2-params-2col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.cbm-phase2-param-cell{display:flex;flex-direction:column;gap:.25rem;padding:.65rem 1rem;border-bottom:1px solid #f0f4f8;border-right:1px solid #f0f4f8;background:#fff}.cbm-phase2-param-cell:nth-child(2n){border-right:none}.cbm-phase2-param-cell:last-child,.cbm-phase2-param-cell:nth-last-child(2):not(.cbm-phase2-param-full){border-bottom:none}.cbm-phase2-param-full{grid-column:1 / -1;border-right:none}.cbm-phase2-param-label{font-size:.67rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#94a3b8}.cbm-phase2-param-value{font-size:.875rem;color:#1e293b;font-weight:500}.cbm-phase2-keyword-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:.45rem .75rem;font-size:.8rem;color:#334155;font-family:monospace;white-space:pre-wrap;word-break:break-word}.cbm-phase2-code-type-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin-bottom:.3rem}.cbm-phase2-code-chip{font-size:.8125rem;color:#1e293b;padding:.2rem 0}.cbm-phase2-companies-table-wrap{overflow-x:auto;border-radius:8px;border:1px solid #e2e8f0}.cbm-phase2-companies-table{width:100%;border-collapse:collapse;font-size:.8125rem}.cbm-phase2-companies-table thead tr{background:#f1f5f9}.cbm-phase2-companies-table th{padding:.6rem .875rem;text-align:left;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#64748b;white-space:nowrap;border-bottom:1px solid #e2e8f0}.cbm-phase2-company-main-row td{padding:.65rem .875rem;vertical-align:middle;border-bottom:1px solid #f1f5f9;color:#1e293b}.cbm-phase2-company-name-cell{font-weight:600;color:#0f172a!important;min-width:160px}.cbm-phase2-country-badge{display:inline-block;padding:.15rem .4rem;background:#e2e8f0;border-radius:4px;font-size:.72rem;font-weight:600;color:#475569;letter-spacing:.05em}.cbm-phase2-company-detail-row td{padding:0 .875rem .75rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.cbm-phase2-company-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem 1.5rem;padding:.5rem 0}.cbm-phase2-detail-item{display:flex;flex-direction:column;gap:.2rem;font-size:.8rem;color:#334155}.cbm-phase2-detail-full{grid-column:1 / -1}.cbm-phase2-detail-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8}@media(max-width:768px){.cbm-phase2-params-2col,.cbm-phase2-company-detail-grid{grid-template-columns:1fr}}.cbm-req-shortcuts-popup{margin:0 1rem .75rem;padding:.7rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:.8rem;color:#334155}.cbm-req-shortcuts-popup__title{font-weight:600;margin-bottom:.4rem;color:#1e293b}.cbm-req-shortcuts-popup__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.35rem 1.2rem}.cbm-req-shortcuts-popup__list li{display:flex;align-items:center;gap:.4rem;color:#475569}.cbm-req-shortcuts-popup__list kbd{display:inline-flex;align-items:center;padding:.1rem .38rem;border:1px solid #cbd5e1;border-bottom-width:2px;border-radius:4px;background:#fff;font-family:inherit;font-size:.72rem;font-weight:600;color:#334155;white-space:nowrap}.cbm-phase0-ai-badge{display:none}.cbm-phase0-upload-doc-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1.5px dashed #94a3b8;border-radius:6px;background:#f8fafc;color:#475569;font-size:.82rem;font-weight:500;cursor:pointer;transition:all .15s ease;width:100%;justify-content:center}.cbm-phase0-upload-doc-btn:hover{border-color:#38bdf8;background:#f0f9ff;color:#0369a1}.cbm-phase0-upload-doc-btn:active{background:#e0f2fe}.cbm-phase0-upload-doc-btn svg{flex-shrink:0}.cbm-phase0-upload-doc-clear{display:inline-flex;align-items:center;gap:.3rem;margin-top:.4rem;padding:.3rem .7rem;border:1px solid #fca5a5;border-radius:4px;background:#fef2f2;color:#dc2626;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .15s ease}.cbm-phase0-upload-doc-clear:hover{background:#fee2e2;border-color:#f87171}.cbm-phase0-upload-doc-selected{display:flex;flex-direction:column;gap:0}.cbm-phase0-prior-file-card{padding:.6rem .8rem;border:1px solid #e2e8f0;border-radius:6px;background:#f8fafc}.p1-issue-type-badge{font-size:.68rem;font-weight:600;padding:2px 7px;border-radius:4px;text-transform:uppercase;letter-spacing:.04em}.p1-issue-type-badge--company{background:#fde8e8;color:#c0392b;border:1px solid #f5b7b1}.p1-issue-type-badge--general{background:#f0f4f8;color:#4a5568;border:1px solid #cbd5e0}.p1-issue-type-badge--iqr{background:#eaf4fb;color:#1a5276;border:1px solid #aed6f1}.p1-issue-type-badge--archetype{background:#f3f0ff;color:#6c3ae5;border:1px solid #c4b5fd}.p1-company-chip{font-size:.75rem;font-weight:600;color:#2c5282;background:#ebf4ff;border:1px solid #90cdf4;border-radius:4px;padding:1px 8px;cursor:pointer;font-family:inherit}.p1-company-chip:hover{background:#bee3f8}.p1-critique-dot{width:12px;height:12px;border-radius:50%;border:none;cursor:pointer;display:inline-block;flex-shrink:0;transition:transform .15s}.p1-critique-dot:hover{transform:scale(1.3)}.p1-critique-dot--critical{background:#e74c3c}.p1-critique-dot--high{background:#f39c12}.p1-critique-dot--medium{background:#3498db}.p1-critique-dot--low{background:#95a5a6}@keyframes p1-flash-highlight{0%{background:#fefcbf}to{background:transparent}}.p1-seed-row--highlighted{animation:p1-flash-highlight 2s ease-out forwards}@keyframes p1-flash-card{0%{background:#fff9db}to{background:#fafbfd}}.p1-critique-card--highlighted{animation:p1-flash-card 2s ease-out forwards}.p1-partner-retained{font-size:.65rem;font-weight:600;color:#276749;background:#f0fff4;border:1px solid #9ae6b4;border-radius:4px;padding:1px 5px;white-space:nowrap;margin-left:4px}.cbm-user-guide-modal{background:#fff;width:min(800px,95vw);max-height:85vh;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;overflow:hidden;animation:cbm-modal-fade-in .2s ease-out}@keyframes cbm-modal-fade-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.cbm-user-guide-header{padding:18px 24px;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;background:#f8fafc}.cbm-user-guide-header-icon{width:36px;height:36px;border-radius:8px;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center}.cbm-user-guide-title{margin:0;font-size:1.125rem;font-weight:600;color:#1e293b}.cbm-user-guide-close{background:none;border:none;font-size:1.5rem;color:#64748b;cursor:pointer;padding:4px;display:flex;line-height:1;transition:color .15s}.cbm-user-guide-close:hover{color:#0f172a}.cbm-user-guide-content{flex:1;overflow-y:auto;padding:32px 40px;color:#334155;line-height:1.6}.cbm-user-guide-footer{padding:16px 24px;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;background:#f8fafc}.cbm-ug-h1{font-size:1.75rem;font-weight:800;color:#0f172a;margin-top:0;margin-bottom:1.5rem;letter-spacing:-.025em}.cbm-ug-h2{font-size:1.25rem;font-weight:700;color:#1e293b;margin-top:2rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #f1f5f9}.cbm-ug-h3{font-size:1rem;font-weight:600;color:#334155;margin-top:1.5rem;margin-bottom:.75rem}.cbm-ug-p{margin-bottom:1rem;font-size:.9375rem}.cbm-ug-li{margin-bottom:.5rem;margin-left:1.5rem;position:relative;list-style:disc;font-size:.9375rem}.cbm-ug-quote{border-left:4px solid #3b82f6;background:#eff6ff;padding:12px 20px;margin:1.5rem 0;font-style:italic;border-radius:0 8px 8px 0;color:#1e40af}.cbm-ug-hr{border:0;border-top:1px solid #e2e8f0;margin:2rem 0}.cbm-user-guide-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 0;color:#64748b}.cbm-spinner{width:32px;height:32px;border:3px solid #f3f4f6;border-top-color:#2563eb;border-radius:50%;animation:cbm-spin .8s linear infinite;margin-bottom:12px}@keyframes cbm-spin{to{transform:rotate(360deg)}}@keyframes spin{to{transform:rotate(360deg)}}.cbm-phase5-root{margin-bottom:1.5rem;margin-top:.75rem;display:flex;flex-direction:column;min-height:0;max-height:min(calc(100vh - 12rem),960px)}.cbm-phase5-nav-bar{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:.25rem;flex-shrink:0;gap:1rem;flex-wrap:wrap}.phase5-excel-rendered-table table{width:100%;border-collapse:collapse;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#334155;background:#fff}.phase5-excel-rendered-table th{background:#f8fafc;color:#475569;font-weight:700;border:1px solid #cbd5e1;padding:.6rem .8rem;font-size:.775rem;text-transform:uppercase;letter-spacing:.05em}.phase5-excel-rendered-table td{border:1px solid #cbd5e1;padding:.5rem .8rem;font-size:.825rem;line-height:1.5}.phase5-excel-rendered-table tr:nth-child(2n){background-color:#f8fafc}.phase5-excel-rendered-table tr:hover{background-color:#f1f5f9}.orbis-request-json{font-family:ui-monospace,monospace;font-size:.72rem;color:#2c3e50;white-space:pre-wrap;word-break:break-word;margin:0;max-height:300px;overflow-y:auto;background:#fff;border:1px solid #fecaca;border-radius:6px;padding:.75rem;margin-top:.75rem}.cbm-link-btn{display:inline-block;background:none;border:none;padding:0;margin-top:.5rem;font-size:.78rem;font-weight:600;color:#2563eb;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.cbm-link-btn:hover{color:#1d4ed8}.p0ai-panel{margin:.75rem 0 1rem;padding:1rem 1.25rem;background:#f0f9ff;border:1px solid #bae6fd;border-radius:10px;display:flex;flex-direction:column;gap:.75rem}.p0ai-panel__header{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.p0ai-panel__title{font-size:.8rem;font-weight:600;color:#0c4a6e;letter-spacing:.03em;text-transform:uppercase}.p0ai-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.2rem .65rem;border-radius:6px;font-size:.72rem;font-weight:600;color:#fff;white-space:nowrap}.p0ai-error-strip{padding:.55rem .9rem;background:#fef2f2;border:1px solid #fca5a5;border-radius:6px;font-size:.8rem;color:#b91c1c}.p0ai-dropzone{border:2px dashed #7dd3fc;border-radius:8px;padding:.85rem 1rem;text-align:center;cursor:pointer;transition:background .15s,border-color .15s;background:#fff;user-select:none}.p0ai-dropzone:hover,.p0ai-dropzone--drag{background:#e0f2fe;border-color:#38bdf8}.p0ai-file-input{display:none}.p0ai-dropzone__text{font-size:.8rem;color:#0369a1;line-height:1.5}.p0ai-dropzone__link{font-weight:600;text-decoration:underline}.p0ai-file-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.p0ai-file-row{display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #e0f2fe;border-radius:6px;padding:.35rem .65rem;font-size:.78rem}.p0ai-file-row__icon{font-size:1rem;flex-shrink:0}.p0ai-file-row__name{flex:1;color:#0c4a6e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.p0ai-file-row__size{color:#6b7280;white-space:nowrap}.p0ai-file-row__del{background:none;border:none;cursor:pointer;color:#9ca3af;font-size:.75rem;padding:0 .2rem;line-height:1;transition:color .15s}.p0ai-file-row__del:hover{color:#ef4444}.p0ai-md-input{width:100%;box-sizing:border-box;padding:.55rem .75rem;border:1px solid #bae6fd;border-radius:6px;font-size:.8rem;color:#1e3a5f;background:#fff;resize:vertical;font-family:inherit;transition:border-color .15s}.p0ai-md-input:focus{outline:none;border-color:#38bdf8}.p0ai-md-input:disabled{background:#f1f5f9;color:#94a3b8}.p0ai-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.p0ai-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .9rem;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;border:1px solid transparent;transition:background .15s,opacity .15s;white-space:nowrap;font-family:inherit}.p0ai-btn:disabled{opacity:.5;cursor:not-allowed}.p0ai-btn--primary{background:#0284c7;color:#fff;border-color:#0284c7}.p0ai-btn--primary:hover:not(:disabled){background:#0369a1}.p0ai-btn--success{background:#059669;color:#fff;border-color:#059669}.p0ai-btn--success:hover:not(:disabled){background:#047857}.p0ai-btn--danger{background:#dc2626;color:#fff;border-color:#dc2626}.p0ai-btn--danger:hover:not(:disabled){background:#b91c1c}.p0ai-btn--danger-ghost{background:transparent;color:#dc2626;border-color:#fca5a5}.p0ai-btn--danger-ghost:hover:not(:disabled){background:#fef2f2}.p0ai-btn--amber{background:#d97706;color:#fff;border-color:#d97706}.p0ai-btn--amber:hover:not(:disabled){background:#b45309}.p0ai-btn--ghost{background:transparent;color:#374151;border-color:#d1d5db}.p0ai-btn--ghost:hover:not(:disabled){background:#f3f4f6}.p0ai-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:flex-start;justify-content:center;z-index:1200;padding:15vh 1rem 1rem}.p0ai-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;width:100%;max-width:540px;max-height:80vh;display:flex;flex-direction:column;overflow:hidden}.p0ai-modal--sm{max-width:420px}.p0ai-modal__head{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem .75rem;border-bottom:1px solid #f1f5f9}.p0ai-modal__title{font-size:.95rem;font-weight:700;color:#0f172a}.p0ai-modal__close{background:none;border:none;cursor:pointer;color:#6b7280;font-size:.9rem;padding:.2rem .4rem;line-height:1;transition:color .15s}.p0ai-modal__close:hover{color:#111827}.p0ai-modal__sub{padding:.55rem 1.25rem 0;font-size:.8rem;color:#475569;margin:0}.p0ai-modal__body{flex:1;overflow-y:auto;padding:.75rem 1.25rem .25rem;display:flex;flex-direction:column;gap:.9rem}.p0ai-modal__foot{display:flex;justify-content:flex-end;gap:.5rem;padding:.75rem 1.25rem 1rem;border-top:1px solid #f1f5f9}.p0ai-q-block{display:flex;flex-direction:column;gap:.3rem}.p0ai-q-label{font-size:.82rem;font-weight:600;color:#1e3a5f}.p0ai-req-star{color:#dc2626}.p0ai-q-context{font-size:.75rem;color:#64748b;margin:0}.p0ai-q-textarea{width:100%;box-sizing:border-box;padding:.45rem .65rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.8rem;font-family:inherit;resize:vertical;transition:border-color .15s}.p0ai-q-textarea:focus{outline:none;border-color:#38bdf8}.p0ai-q-select{padding:.4rem .6rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.8rem;font-family:inherit;background:#fff;cursor:pointer}.p0ai-merge-group{padding:0 1.25rem .75rem}.p0ai-merge-group__title{display:flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;color:#374151;margin:0 0 .35rem}.p0ai-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;display:inline-block}.p0ai-dot--green{background:#10b981}.p0ai-dot--amber{background:#f59e0b}.p0ai-merge-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.3rem}.p0ai-merge-list li{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:4px;padding:.15rem .5rem;font-size:.72rem;color:#065f46}.p0ai-merge-list--muted li{background:#fffbeb;border-color:#fde68a;color:#92400e}.p0ai-entity-picker{border:1px solid #bae6fd;border-radius:8px;background:#f0f9ff;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.5rem}.p0ai-entity-picker__title{font-size:.78rem;font-weight:600;color:#0c4a6e;margin:0}.p0ai-entity-picker__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.p0ai-entity-picker__btn{width:100%;text-align:left;display:flex;align-items:center;gap:.5rem;padding:.45rem .75rem;border:1px solid #bae6fd;border-radius:6px;background:#fff;cursor:pointer;transition:background .15s,border-color .15s;font-size:.8rem}.p0ai-entity-picker__btn:hover{background:#e0f2fe;border-color:#7dd3fc}.p0ai-entity-picker__name{font-weight:600;color:#0c4a6e;flex:1 1 auto}.p0ai-entity-picker__meta{font-size:.72rem;color:#64748b;flex-shrink:0}.p0ai-entity-picker__skip{align-self:flex-start;font-size:.75rem;padding:.25rem .6rem}.p0ai-conf-preview{border:1px solid #d1fae5;border-radius:8px;background:#f0fdf4;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.5rem}.p0ai-conf-preview__header{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.p0ai-conf-preview__title{font-size:.78rem;font-weight:600;color:#065f46;flex:1 1 auto}.p0ai-conf-preview__summary{display:flex;gap:.35rem;flex-wrap:wrap}.p0ai-conf-preview__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem;max-height:14rem;overflow-y:auto}.p0ai-conf-preview__row{display:flex;align-items:center;gap:.5rem;padding:.2rem .4rem;border-radius:4px;font-size:.78rem}.p0ai-conf-preview__row:nth-child(odd){background:#00000005}.p0ai-conf-preview__field{flex:1 1 auto;color:#1e293b;text-transform:capitalize}.p0ai-conf-badge{display:inline-block;padding:.1rem .45rem;border-radius:4px;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.p0ai-conf-badge--high{background:#d1fae5;color:#065f46}.p0ai-conf-badge--medium{background:#fef3c7;color:#92400e}.p0ai-conf-badge--low{background:#fee2e2;color:#991b1b}.phase4-wrapper{display:flex;flex-direction:column;height:100%;min-height:0;background:#f8fafc;color:#1e293b;font-family:Inter,system-ui,-apple-system,sans-serif}.phase4-header{background:#fff;padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.75rem;flex-shrink:0}.phase4-header-top{display:flex;align-items:center;justify-content:space-between;min-height:40px}.phase4-header-title-area{display:flex;align-items:center;gap:.75rem}.phase4-report-icon{width:32px;height:32px;background:#0ea5e9;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff}.phase4-header-title{font-size:1rem;font-weight:700;color:#008fa0;margin:0;line-height:1}.phase4-label-card{display:flex;align-items:center;gap:.65rem;padding:.2rem .75rem .2rem .25rem;background:#e6f7f9;border:1px solid #b2e6ec;border-radius:6px;height:32px}.phase4-label-badge{background:#00bacd;color:#fff;font-size:.65rem;font-weight:800;padding:.35rem .6rem;border-radius:4px;letter-spacing:.02em}.phase4-header-actions{display:flex;align-items:center;gap:.75rem}.phase4-btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:0 .85rem;height:32px;background:#fff;border:1px solid #cbd5e1;border-radius:6px;font-size:.825rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s ease}.phase4-btn-secondary:hover{background:#f1f5f9;border-color:#94a3b8}.phase4-btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:0 1.25rem;height:32px;background:#00bacd;border:none;border-radius:6px;font-size:.825rem;font-weight:600;color:#fff;cursor:pointer;transition:all .2s ease}.phase4-btn-primary:hover{background:#00a5b8;box-shadow:0 4px 12px #00bacd33}.phase4-progress-area{display:flex;align-items:center;gap:1rem}.phase4-progress-bar-bg{flex:1;height:6px;background:#e2e8f0;border-radius:999px;overflow:hidden;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.phase4-progress-bar-bg:hover{transform:scaleY(1.3);background:#cbd5e1}.phase4-progress-bar-fill{height:100%;background:#cbd5e1;width:0%;transition:width .4s ease,background-color .4s ease}.phase4-progress-text{font-size:.75rem;font-weight:600;color:#64748b;min-width:80px;text-align:right}.phase4-main{display:grid;grid-template-columns:280px 1fr 300px;flex:1;min-height:0;overflow:hidden;gap:0}.phase4-toc{background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;padding:1.5rem 0;overflow-y:auto}.phase4-toc-title{font-size:.9rem;font-weight:700;color:#0f172a;padding:0 1.5rem;margin-bottom:.5rem}.phase4-toc-subtitle{font-size:.75rem;color:#64748b;padding:0 1.5rem;margin-bottom:1.25rem}.phase4-toc-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1.5rem;cursor:pointer;transition:all .15s ease;border-left:3px solid transparent}.phase4-toc-item:hover{background:#f8fafc}.phase4-toc-item--active{background:#eff6ff;border-left-color:#0ea5e9}.phase4-toc-number{font-size:.8rem;font-weight:600;color:#64748b;width:20px}.phase4-toc-label-area{flex:1;display:flex;flex-direction:column;gap:.25rem}.phase4-toc-label{font-size:.8rem;font-weight:600;color:#334155;line-height:1.3}.phase4-toc-status{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.phase4-toc-status--draft,.phase4-toc-status--pending{color:#f59e0b}.phase4-toc-status--inprogress,.phase4-toc-status--in_progress{color:#3b82f6}.phase4-toc-status--accepted,.phase4-toc-status--reviewed{color:#22c55e}.phase4-toc-status--rejected{color:#ef4444}.phase4-toc-item--sub{padding-left:2.75rem}.phase4-content{padding:2rem;overflow:hidden;display:flex;background:#f8fafc;height:100%;min-height:0}.phase4-section-card{width:100%;max-width:100%;margin:0;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #00000008;display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden}.phase4-section-body{font-size:.95rem;line-height:1.7;color:#334155;white-space:pre-wrap;flex:1;overflow-y:auto;padding-right:.5rem;margin-top:1.5rem;margin-bottom:1.5rem;min-height:0}.report-editor-table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.875rem;border:1px solid #e2e8f0}.report-editor-table th{background:#0056b3;color:#fff;padding:.75rem 1rem;text-align:left;font-weight:600}.report-editor-table td{padding:.65rem 1rem;border:1px solid #e2e8f0;color:#1e293b}.report-editor-table tr:nth-child(2n){background:#f8fafc}.report-editor-table .val-cell{text-align:right;font-weight:700;font-family:JetBrains Mono,monospace}.phase4-section-header{display:flex;justify-content:space-between;align-items:flex-start}.phase4-section-title-group{display:flex;flex-direction:column;gap:.5rem}.phase4-section-title{font-size:1.1rem;font-weight:700;color:#0f172a;text-transform:uppercase;margin:0}.phase4-badge-ai{display:inline-flex;align-items:center;padding:.25rem .6rem;background:#e0f2fe;color:#0ea5e9;border-radius:999px;font-size:.65rem;font-weight:700;width:fit-content}.phase4-badge-reviewed{display:inline-flex;align-items:center;padding:.25rem .6rem;background:#dcfce7;color:#15803d;border-radius:999px;font-size:.65rem;font-weight:700;width:fit-content}.phase4-badge-rejected{display:inline-flex;align-items:center;padding:.25rem .6rem;background:#fee2e2;color:#b91c1c;border-radius:999px;font-size:.65rem;font-weight:700;width:fit-content}.phase4-badge-inprogress{display:inline-flex;align-items:center;padding:.25rem .6rem;background:#eff6ff;color:#1d4ed8;border-radius:999px;font-size:.65rem;font-weight:700;width:fit-content}.phase4-edit-icon{color:#94a3b8;cursor:pointer;transition:color .2s}.phase4-edit-icon:hover{color:#64748b}.phase4-section-footer{display:flex;gap:.75rem;margin-top:.5rem;justify-content:flex-end;flex-shrink:0;position:relative;z-index:1}.phase4-btn-accept{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:#22c55e;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .2s}.phase4-btn-reject{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:#fff;color:#64748b;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.phase4-btn-reject:hover{background:#f8fafc;border-color:#cbd5e1}.phase4-assistant{background:#fff;border-left:1px solid #e2e8f0;display:flex;flex-direction:column;padding:1.5rem;gap:2rem;overflow-y:auto}.phase4-assistant-section{display:flex;flex-direction:column;gap:1rem}.phase4-assistant-title-area{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.phase4-assistant-icon{color:#0ea5e9}.phase4-assistant-title{font-size:.9rem;font-weight:700;color:#0f172a}.phase4-regenerate-link{display:flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;color:#0ea5e9;cursor:pointer;text-decoration:none}.phase4-assistant-subtitle{font-size:.72rem;color:#94a3b8;margin-bottom:.25rem}.phase4-style-btn{display:block;width:100%;text-align:left;padding:.6rem .85rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:.8rem;color:#334155;cursor:pointer;transition:all .15s}.phase4-style-btn:hover{background:#f8fafc;border-color:#cbd5e1}.phase4-confidence-card{display:flex;flex-direction:column;gap:.75rem}.phase4-confidence-header{display:flex;justify-content:space-between;align-items:center}.phase4-confidence-label{font-size:.75rem;font-weight:600;color:#64748b}.phase4-confidence-value{font-size:.72rem;font-weight:700;color:#22c55e;background:#f0fdf4;padding:.1rem .4rem;border-radius:4px}.phase4-confidence-bar-bg{height:6px;background:#e2e8f0;border-radius:999px}.phase4-confidence-bar-fill{height:100%;background:#22c55e;border-radius:999px}.phase4-confidence-desc{font-size:.65rem;color:#94a3b8;line-height:1.4}.phase4-source-docs{display:flex;flex-direction:column;gap:.6rem}.phase4-source-doc{display:flex;align-items:center;gap:.6rem;padding:.6rem .85rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;font-size:.75rem;color:#475569;cursor:pointer}.phase4-source-doc:hover{background:#f1f5f9}.phase4-source-doc-icon{color:#94a3b8}.phase4-main ::-webkit-scrollbar{width:6px}.phase4-main ::-webkit-scrollbar-track{background:transparent}.phase4-main ::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:999px}.phase4-main ::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.phase4-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0f172a99;backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:2rem}.phase4-modal-card{background:#fff;width:100%;max-width:1200px;height:100%;max-height:90vh;border-radius:12px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;overflow:hidden}.phase4-modal-header{padding:1.25rem 1.5rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;background:#f8fafc}.phase4-modal-title-area{display:flex;align-items:center;gap:.75rem}.phase4-modal-title{font-size:1rem;font-weight:700;color:#0f172a;margin:0}.phase4-modal-close{background:none;border:none;color:#64748b;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s}.phase4-modal-close:hover{background:#e2e8f0;color:#0f172a}.phase4-modal-body{flex:1;overflow:auto;padding:1.5rem}.phase4-modal-loading,.phase4-modal-error{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#64748b}.phase4-modal-excel-content{font-size:.8rem}.phase4-modal-excel-content table{border-collapse:collapse;width:100%}.phase4-modal-excel-content th,.phase4-modal-excel-content td{border:1px solid #e2e8f0;padding:.5rem;text-align:left}.phase4-modal-excel-content tr:nth-child(2n){background:#f8fafc}.phase4-pdf-modal-card{background:#1a1a2e;border-radius:10px;width:90vw;height:92vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 64px #00000080}.phase4-pdf-modal-header{display:flex;justify-content:flex-end;padding:.5rem .75rem;flex-shrink:0;background:#1a1a2e}.phase4-pdf-modal-header .phase4-modal-close{color:#94a3b8}.phase4-pdf-modal-header .phase4-modal-close:hover{color:#fff;background:#ffffff1a}.phase4-pdf-iframe{flex:1;width:100%;border:none;background:#fff}.phase4-source-doc-name{font-size:.78rem;font-weight:600;color:#1d6f42;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1}.phase4-modal-footer{padding:1rem 1.5rem;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;gap:.75rem;background:#f8fafc}.phase4-source-doc--excel{transition:all .2s}.phase4-source-doc--excel:hover{transform:translate(4px);border-color:#1d6f42;background:#f0fdf4}.phase4-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top:3px solid #00bacd;border-radius:50%;animation:phase4-spin 1s linear infinite}@keyframes phase4-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.phase4-cta-card{max-width:600px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:3rem 2rem;text-align:center;box-shadow:0 10px 30px #0000000a;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.phase4-cta-icon{width:64px;height:64px;background:#e6f7f9;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#00bacd;margin-bottom:.5rem}.phase4-cta-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0}.phase4-cta-desc{font-size:.925rem;color:#64748b;line-height:1.6;margin:0;max-width:480px}.excel-overview-page{width:min(96vw,1520px);margin:0 auto;display:flex;flex-direction:column;gap:1.25rem;background:#f8fafc;padding:1rem .5rem 2rem;font-family:Inter,system-ui,-apple-system,sans-serif}@supports (zoom: 1.25){.excel-overview-page{zoom:1.25;width:min(calc(96vw / 1.25),1216px)}}.excel-overview-page--phase3{width:100%;max-width:none;margin:0;padding:0;background:transparent;gap:0;flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.excel-overview-phase3-shell{flex:1 1 auto;min-height:0;margin-top:0}.excel-overview-phase3-shell>.excel-overview-toolbar{flex-shrink:0}.excel-overview-phase3-shell>.excel-overview-content-area{flex:1 1 auto;min-height:0;overflow-y:auto;padding:1.25rem 1.25rem 1.5rem;scrollbar-gutter:stable both-edges}.excel-overview-phase3-scroll-body{flex:1 1 auto;min-height:0}.cbm-phase3-report-section{content-visibility:auto;scroll-margin-top:.75rem}.cbm-phase3-report-section:first-child.cbm-phase0-section-bordered{border-top:none;padding-top:0}.excel-overview-page--phase3 .cbm-phase3-report-section .excel-overview-grid:not(.excel-overview-grid--data){height:auto;min-height:140px;max-height:none;overflow:visible;border:none;box-shadow:inset 0 0 0 1px #eef1f5,0 1px 4px #0f172a0a;border-radius:12px;background:#fafbfc}.excel-overview-page--phase3 .cbm-phase3-report-section .excel-overview-chart-placeholder,.excel-overview-page--phase3 .cbm-phase3-report-section .excel-overview-chart-container{height:auto;min-height:200px;max-height:none;overflow:visible;border-radius:12px}.cbm-phase3-section-body{width:100%;max-width:100%;min-width:0;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch}.cbm-phase3-content-slot .excel-overview-page--phase3 .excel-overview-phase3-shell{margin-top:0}.cbm-phase3-content-slot .excel-overview-page--phase3 .cbm-phase0-form-shell{max-height:none;min-height:360px;flex:1 1 auto}.excel-overview-page--phase3 .cbm-phase3-report-section.cbm-phase0-section{margin-top:.85rem!important;padding:1rem 1.1rem;background:#fff;border:1px solid #e8ecf0;border-radius:14px;box-shadow:0 2px 12px #0f172a0b}.excel-overview-page--phase3 .cbm-phase3-report-section.cbm-phase0-section-bordered,.excel-overview-page--phase3 .cbm-phase3-report-section:first-child.cbm-phase0-section-bordered{border-top:1px solid #e8ecf0;padding-top:1rem}.excel-overview-page--phase3 .cbm-phase3-report-section .excel-overview-section-heading.cbm-phase0-section-title{margin-bottom:.85rem;font-size:.92rem;font-weight:600;color:#1e293b;letter-spacing:.02em}.excel-overview-page--phase3 .excel-overview-grid--data{border:none!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;padding:0}.excel-overview-page--phase3 .excel-overview-grid--data table{width:max-content;min-width:100%;background:#fafbfc;border-radius:12px;overflow:hidden;border-collapse:separate;border-spacing:0;box-shadow:inset 0 0 0 1px #eef1f5}.excel-overview-page--phase3 .excel-overview-grid--data td{border:none;border-bottom:1px solid #eef1f5;padding:.7rem .9rem;font-size:.84rem;line-height:1.5;color:#334155;vertical-align:top}.excel-overview-page--phase3 .excel-overview-grid--data tr:last-child>td{border-bottom:none}.excel-overview-page--phase3 .excel-overview-grid--data tbody tr>td+td{box-shadow:inset 1px 0 #e2e8f0d9}.excel-overview-page--phase3 .excel-overview-data-row:hover{background:transparent}.excel-overview-page--phase3 .excel-overview-data-row:hover>td:not(.excel-overview-grid-blue-cell){background:#f4f8fb}.excel-overview-page--phase3 .excel-overview-comment-col{width:42px;min-width:42px;max-width:42px;background:#f8fafc;box-shadow:inset 1px 0 #eef1f5!important;border-left:none!important}.excel-overview-page--phase3 .excel-overview-review-header-cell{background:linear-gradient(180deg,#0d9488,#0f766e)!important;border-left:none!important;border-bottom:none}.excel-overview-page--phase3 .excel-overview-review-col,.excel-overview-page--phase3 .excel-overview-company-col{border-left:none!important;box-shadow:inset 1px 0 #e2e8f0e6;background:#fcfdfe}.excel-overview-page--phase3 .excel-overview-review-th{border-left:none!important;background:#f1f5f9;font-weight:600;color:#475569}.excel-overview-page--phase3 .excel-overview-sheet-footer{background:linear-gradient(180deg,#fafbfc,#f4f7f9);border:1px solid #eef1f5;border-top:1px solid #e2e8f0;border-radius:0 0 12px 12px;margin:.5rem -1.1rem -1rem;padding-left:1.1rem;padding-right:1.1rem}.excel-overview-page--phase3 .excel-overview-toolbar{border:1px solid #e8ecf0;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 1px 2px #0f172a0a}.excel-overview-page--phase3 .excel-overview-toolbar h1{font-size:1.05rem;font-weight:600;color:#1e293b}.excel-overview-page--phase3 .excel-overview-comment-panel-row td{background:#f8fafc!important;border-radius:0 0 10px 10px}.excel-overview-toolbar{background:#ffffffbf;backdrop-filter:blur(16px);border:1px solid rgba(226,232,240,.8);border-radius:16px;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 24px -6px #0f172a0d;gap:1rem}.excel-overview-toolbar-left{display:flex;align-items:center;gap:1rem}.excel-overview-toolbar-icon{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#0ea5e9,#14b8a6);display:inline-flex;align-items:center;justify-content:center;font-size:1.2rem;color:#fff;box-shadow:0 4px 12px #0ea5e933}.excel-overview-toolbar h1{margin:0;font-size:1.4rem;color:#0f172a;font-weight:700;letter-spacing:-.02em}.excel-overview-toolbar-actions{display:flex;align-items:center;gap:.75rem}.excel-overview-toolbar-btn{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #e2e8f0;color:#475569;border-radius:8px;padding:.6rem 1rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.excel-overview-toolbar-btn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1;color:#0f172a;box-shadow:0 2px 8px #0f172a0d}.excel-overview-toolbar-btn:disabled{opacity:.5;cursor:not-allowed}.excel-overview-btn-icon{flex-shrink:0;color:currentColor}.excel-overview-toolbar-btn--rerun{background:#fffbeb;border-color:#fcd34d;color:#b45309}.excel-overview-toolbar-btn--rerun:hover:not(:disabled){background:#fef3c7;border-color:#f59e0b}.excel-overview-toolbar-btn--preview{color:#0284c7;border-color:#bae6fd}.excel-overview-toolbar-btn--preview:hover:not(:disabled){background:#f0f9ff;border-color:#7dd3fc}.excel-overview-toolbar-btn--generate{background:linear-gradient(135deg,#1ec9dd,#0284c7);border:none;color:#fff;box-shadow:0 4px 12px #1ec9dd4d}.excel-overview-toolbar-btn--generate:hover:not(:disabled){background:linear-gradient(135deg,#17b3c5,#0369a1);box-shadow:0 6px 16px #1ec9dd66;transform:translateY(-1px);color:#fff}.excel-overview-toolbar-btn--export{background:#f0fdf4;border-color:#86efac;color:#16a34a}.excel-overview-toolbar-btn--export:hover:not(:disabled){background:#dcfce7;border-color:#4ade80}.excel-overview-comment-count-badge{background:#f1f5f9;color:#475569;padding:.4rem .8rem;border-radius:99px;font-size:.8rem;font-weight:600;border:1px solid #e2e8f0}.excel-overview-content-area{display:flex;flex-direction:column;gap:1.5rem;animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dashboard-nav-pills{display:flex;flex-wrap:wrap;gap:.5rem;padding:.25rem .25rem .5rem}.dashboard-nav-pills::-webkit-scrollbar{height:4px}.dashboard-nav-pills::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.dashboard-pill{display:inline-flex;align-items:center;justify-content:center;padding:.45rem 1rem;border-radius:8px;background:#fff;border:1.5px solid #e2e8f0;color:#2c3e50;font-size:.8125rem;font-weight:600;line-height:1.4;cursor:pointer;white-space:nowrap;transition:border-color .2s ease,box-shadow .2s ease,color .2s ease}.dashboard-pill:hover{border-color:#00bacd;color:#00838f;box-shadow:0 0 0 3px #00bacd14}.dashboard-pill--active{background:#e0f7fa;border-color:#00bacd;color:#00bacd;font-weight:700;box-shadow:0 0 0 3px #00bacd14}.company-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem;padding-bottom:2rem}.company-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;overflow:hidden;display:flex;flex-direction:column;transition:all .2s ease;box-shadow:0 4px 6px -1px #00000005,0 2px 4px -1px #00000005;position:relative}.company-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #00000003;border-color:#cbd5e1}.company-card-header{padding:1.25rem 1.25rem .75rem;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:flex-start}.company-card-title{margin:0;font-size:1.1rem;font-weight:700;color:#0f172a;line-height:1.3}.company-card-subtitle{margin:.25rem 0 0;font-size:.8rem;color:#64748b}.company-card-body{padding:1.25rem;flex:1;display:flex;flex-direction:column;gap:.75rem}.company-card-field{display:flex;flex-direction:column;gap:.25rem}.company-card-field-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;font-weight:600}.company-card-field-value{font-size:.925rem;color:#334155;font-weight:500;line-height:1.4}.company-card-footer{background:#f8fafc;border-top:1px solid #f1f5f9;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.company-card-review-group{display:flex;justify-content:space-between;align-items:center}.review-label{font-size:.8rem;color:#64748b;font-weight:600}.review-actions{display:flex;gap:.5rem}.btn-pill{padding:.4rem .8rem;border-radius:99px;font-size:.8rem;font-weight:600;border:1px solid transparent;cursor:pointer;transition:all .15s ease;display:inline-flex;align-items:center;gap:.35rem}.btn-pill--accept{background:#f0fdf4;color:#166534;border-color:#bbf7d0}.btn-pill--accept:hover,.btn-pill--accept.active{background:#dcfce7;border-color:#86efac}.btn-pill--reject{background:#fef2f2;color:#991b1b;border-color:#fecaca}.btn-pill--reject:hover,.btn-pill--reject.active{background:#fee2e2;border-color:#fca5a5}.btn-icon-circular{width:32px;height:32px;border-radius:50%;background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.btn-icon-circular:hover{background:#e2e8f0;color:#0f172a}.btn-icon-circular.active{background:#e0f2fe;border-color:#bae6fd;color:#0284c7}.card-annotation-panel{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem;margin-top:.5rem;animation:slideDown .2s ease-out;box-shadow:0 4px 12px #0f172a0d}@keyframes slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.annotation-textarea{width:100%;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem;font-size:.875rem;font-family:inherit;color:#334155;resize:vertical;background:#f8fafc;outline:none;transition:border-color .2s}.annotation-textarea:focus{border-color:#0ea5e9;background:#fff;box-shadow:0 0 0 3px #0ea5e91a}.annotation-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.75rem}.btn-text{background:none;border:none;color:#64748b;font-size:.85rem;font-weight:500;cursor:pointer;padding:.4rem .8rem;border-radius:6px}.btn-text:hover{background:#f1f5f9;color:#0f172a}.btn-text-danger{color:#ef4444}.btn-text-danger:hover{background:#fef2f2;color:#dc2626}.btn-primary-small{background:#0f172a;color:#fff;border:none;border-radius:6px;padding:.4rem 1rem;font-size:.85rem;font-weight:600;cursor:pointer}.btn-primary-small:hover:not(:disabled){background:#1e293b}.btn-primary-small:disabled{opacity:.5;cursor:not-allowed}.data-list-container{background:#fff;border-radius:16px;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 4px 6px -1px #00000005}.data-list-row{display:flex;padding:1rem 1.5rem;border-bottom:1px solid #f1f5f9;transition:background .15s;align-items:center}.data-list-row:last-child{border-bottom:none}.data-list-row:hover{background:#f8fafc}.data-list-header-row{background:#f8fafc;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.data-list-cell{flex:1;padding:0 .5rem;font-size:.925rem;color:#334155;white-space:pre-wrap;word-break:break-word}.data-list-cell--blue{color:#0ea5e9;font-weight:600}.data-list-actions{flex-shrink:0;margin-left:1rem}.dashboard-chart-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:1.5rem;box-shadow:0 4px 6px -1px #00000005;margin-bottom:1.5rem}.dashboard-chart-header{margin-bottom:1.5rem}.dashboard-chart-title{margin:0 0 .5rem;font-size:1.25rem;font-weight:700;color:#0f172a}.dashboard-chart-subtitle{margin:0;color:#64748b;font-size:.9rem}.dashboard-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #f1f5f9}.stat-card{background:#f8fafc;border-radius:12px;padding:1rem;border:1px solid #e2e8f0}.stat-card-label{font-size:.75rem;text-transform:uppercase;color:#64748b;font-weight:600;letter-spacing:.05em;margin-bottom:.25rem}.stat-card-value{font-size:1.5rem;font-weight:700;color:#0f172a}.dashboard-status{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px;border:1px dashed #cbd5e1;color:#64748b;font-size:1rem}.dashboard-status.error{border-color:#fca5a5;color:#ef4444;background:#fef2f2}.dashboard-sheet-footer{margin-top:1.5rem;display:flex;justify-content:flex-end;align-items:center;gap:1rem;padding:1.25rem;background:#fff;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #00000005}.dashboard-sheet-name{font-weight:600;color:#475569;margin-right:auto}.btn-accept-sheet{background:#0ea5e9;color:#fff;border:none;padding:.6rem 1.5rem;border-radius:8px;font-size:.925rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s;box-shadow:0 4px 12px #0ea5e933}.btn-accept-sheet:hover:not(:disabled){background:#0284c7;transform:translateY(-1px)}.excel-overview-cell--commentable{cursor:pointer;outline:1px solid rgba(30,201,221,.35);outline-offset:-1px;background:#e6f9fba6!important}.excel-overview-cell--commentable:hover{background:#e6f9fb!important;outline-color:#1ec9ddb3}.excel-overview-cell--commented{cursor:pointer;position:relative;background:#fef3c78c!important;outline:1px solid rgba(251,191,36,.5);outline-offset:-1px}.excel-overview-cell--commented:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#1ec9dd;border-radius:1px}.excel-overview-cell--commented .excel-overview-cell-flag{border-color:transparent #d97706 transparent transparent}@keyframes excel-cell-popover-in{0%{opacity:0;transform:translateY(-4px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.btn-accept-sheet.accepted{background:#f1f5f9;color:#64748b;box-shadow:none;border:1px solid #cbd5e1}.btn-accept-sheet.accepted:hover{background:#e2e8f0}.btn-accept-sheet.needs-rerun{background:#fffbeb;color:#b45309;border:1px solid #fcd34d;box-shadow:none;opacity:.8;cursor:not-allowed}.excel-cell-popover{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 25px -5px #0f172a1a;width:320px;padding:1rem;font-family:Inter,system-ui,sans-serif;z-index:9999;animation:popIn .2s cubic-bezier(.16,1,.3,1)}@keyframes popIn{0%{opacity:0;transform:scale(.95) translateY(5px)}to{opacity:1;transform:scale(1) translateY(0)}}.excel-cell-popover-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.excel-cell-popover-title-row{display:flex;align-items:center;gap:.5rem}.excel-cell-popover-title{font-size:.85rem;font-weight:600;color:#0f172a}.excel-cell-popover-icon{color:#0ea5e9}.excel-cell-popover-icon--green{color:#10b981}.excel-cell-popover-close{background:none;border:none;color:#94a3b8;cursor:pointer;padding:.25rem;border-radius:4px}.excel-cell-popover-close:hover{background:#f1f5f9;color:#0f172a}.excel-cell-popover-step1-input{width:100%;border:1px solid #cbd5e1;border-radius:6px;padding:.5rem;font-size:.875rem;outline:none;transition:border-color .2s;box-sizing:border-box}.excel-cell-popover-step1-input:focus{border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e91a}.excel-cell-popover-step1-hint{font-size:.75rem;color:#64748b;margin:.5rem 0 0}.excel-cell-popover-diff{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden;margin-bottom:.75rem}.excel-cell-popover-diff-row{display:flex;padding:.5rem;font-size:.875rem;gap:.5rem}.excel-cell-popover-diff-old{background:#fef2f2;color:#991b1b;border-bottom:1px solid #fee2e2}.excel-cell-popover-diff-new{background:#f0fdf4;color:#166534}.excel-cell-popover-diff-gutter{font-family:monospace;font-weight:700;opacity:.6}.excel-cell-popover-actions{display:flex;justify-content:space-between;align-items:center}.excel-cell-popover-remove{background:none;border:none;color:#ef4444;font-size:.8rem;font-weight:500;cursor:pointer}.excel-cell-popover-remove:hover{text-decoration:underline}.excel-cell-popover-edit-btn{background:#fff;border:1px solid #cbd5e1;color:#0f172a;padding:.35rem .75rem;border-radius:6px;font-size:.8rem;font-weight:500;cursor:pointer}.excel-cell-popover-edit-btn:hover{background:#f8fafc}.excel-cell-hover-card{background:#1e293b;color:#fff;border-radius:8px;padding:.75rem;width:300px;box-shadow:0 10px 15px -3px #0003;z-index:9998;font-family:Inter,system-ui,sans-serif;pointer-events:auto}.excel-cell-hover-card-header{display:flex;align-items:center;gap:.4rem;margin-bottom:.5rem}.excel-cell-hover-card-icon{color:#34d399}.excel-cell-hover-card-label{font-size:.75rem;font-weight:600;color:#cbd5e1}.excel-cell-hover-card-diff{background:#0f172a;border-radius:6px;overflow:hidden;font-size:.8rem;margin-bottom:.75rem}.excel-cell-hover-card-diff>div{padding:.4rem .5rem;display:flex;gap:.5rem}.excel-cell-hover-card-diff-old{color:#fca5a5;border-bottom:1px solid #1e293b}.excel-cell-hover-card-diff-new{color:#86efac}.excel-cell-hover-card-gutter{font-family:monospace;opacity:.7}.excel-cell-hover-card-actions{display:flex;gap:.5rem}.excel-cell-hover-card-edit,.excel-cell-hover-card-clear{flex:1;background:none;border:1px solid #d0d7de;border-radius:6px;font-size:.77rem;font-weight:500;padding:.22rem 0;cursor:pointer;text-align:center;transition:background .1s,border-color .1s}.excel-cell-hover-card-edit{color:#24292f}.excel-cell-hover-card-edit:hover{background:#f3f4f6;border-color:#b1bac4}.excel-cell-hover-card-clear{color:#cf222e;border-color:#f5c6cb}.excel-cell-hover-card-clear:hover{background:#fff0ee;border-color:#f85149}.excel-overview-data-row{transition:background .08s}.excel-overview-data-row:hover{background:#f8fafc}.excel-overview-data-row.has-annotation>td:not(.excel-overview-comment-col){background:#e6f9fbb3;box-shadow:inset 0 0 0 1px #1ec9dd33}.excel-overview-data-row.annotation-open>td:not(.excel-overview-comment-col){background:#e0f7faf2;box-shadow:inset 0 0 0 1px #1ec9dd59}.excel-overview-comment-col{width:30px;min-width:30px;max-width:30px;padding:0 4px;text-align:center;vertical-align:middle;border-left:1px solid #e5e7eb}.excel-overview-review-header-cell{padding:6px 10px;vertical-align:middle;text-align:center;border-left:1px solid #e5e7eb;background:#2d6a9f!important}.excel-overview-review-header-label{display:block;font-size:.75rem;font-weight:700;color:#fff;letter-spacing:.04em;text-transform:uppercase}.excel-overview-review-header-cell--sub{min-height:1.75rem}.excel-overview-review-th{font-size:.75rem;font-weight:700;color:#374151;text-align:center;padding:6px 10px;white-space:nowrap;border-left:1px solid #e5e7eb;background:#f8fafc;letter-spacing:.04em;text-transform:uppercase}.excel-overview-review-col{width:148px;min-width:148px;padding:4px 6px;vertical-align:middle;border-left:1px solid #e5e7eb}.excel-overview-company-col{width:200px;min-width:200px;padding:4px 6px;vertical-align:middle;border-left:1px solid #e5e7eb}.excel-overview-company-na{display:inline-block;width:100%;text-align:center;font-size:.92rem;color:#94a3b8;letter-spacing:.06em;user-select:none}.excel-overview-review-btns{display:flex;flex-wrap:wrap;gap:5px;align-items:center;justify-content:center}.excel-overview-review-btns--compact .excel-overview-review-btn{white-space:nowrap;font-size:.74rem;padding:3px 9px}.excel-overview-review-btn{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:5px;font-size:.71rem;font-weight:600;cursor:pointer;transition:background .1s,border-color .1s,color .1s;white-space:normal;text-align:center;line-height:1.2;max-width:100%;border:1.5px solid transparent;background:#f1f5f9;color:#94a3b8}.excel-overview-review-btn--accept{border-color:#e2e8f0}.excel-overview-review-btn--accept:hover:not(.active){background:#ecfeff;border-color:#1ec9dd;color:#0891b2}.excel-overview-review-btn--accept.active{background:#ecfeff;border-color:#1ec9dd;color:#0891b2;box-shadow:0 0 0 2px #1ec9dd26}.excel-overview-review-btn--reject{border-color:#e2e8f0}.excel-overview-review-btn--reject:hover:not(.active){background:#fef2f2;border-color:#fca5a5;color:#dc2626}.excel-overview-review-btn--reject.active{background:#fef2f2;border-color:#f87171;color:#dc2626;box-shadow:0 0 0 2px #dc26261a}.excel-overview-comment-btn{background:none;border:none;color:#fff;padding:.3rem .6rem;border-radius:4px;font-size:.75rem;cursor:pointer;flex:1}.excel-cell-hover-card-edit:hover,.excel-cell-hover-card-clear:hover{background:#475569}.r2-summary-section{margin:0 0 1.25rem;padding:1rem 1.1rem 1.15rem;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 4px 22px -12px #0f172a24}.r2-summary-title{margin:0 0 .35rem;font-size:1rem;font-weight:700;color:#0f172a;letter-spacing:-.02em;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.r2-summary-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;padding:.15rem .5rem;font-size:.75rem;font-weight:700;color:#0369a1;background:#e0f2fe;border-radius:999px}.r2-summary-hint{margin:0 0 .9rem;font-size:.8rem;line-height:1.45;color:#64748b}.r2-company-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr));gap:.85rem;max-height:min(70vh,520px);overflow-y:auto;padding-right:.25rem}.r2-results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,340px),1fr));gap:1rem;padding:.25rem 0}.r2-company-cards::-webkit-scrollbar{width:8px}.r2-company-cards::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.r2-company-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px -6px #0f172a1f;transition:box-shadow .2s ease,border-color .2s ease}.r2-company-card:hover{border-color:#bae6fd;box-shadow:0 6px 20px -10px #0ea5e940}.r2-card-header{padding:.65rem .85rem;border-bottom:1px solid #f1f5f9;background:linear-gradient(90deg,#f8fafc,#fff);display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.r2-card-name{font-size:.95rem;font-weight:700;color:#0f172a;line-height:1.35;word-break:break-word}.r2-card-badges{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:flex-end}.r2-country-badge{display:inline-block;padding:.2rem .5rem;background:#dbeafe;color:#0369a1;border-radius:4px;font-size:.7rem;font-weight:600}.r2-check-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .5rem;background:#dcfce7;color:#166534;border-radius:4px;font-size:.7rem;font-weight:600}.r2-check-badge--status{background:#fee2e2;color:#991b1b}.r2-card-body{padding:.7rem .85rem .85rem;display:flex;flex-direction:column;gap:.55rem}.r2-card-field{display:flex;flex-direction:column;gap:.15rem}.r2-card-field--full .r2-field-value{max-height:6.5rem;overflow-y:auto}.r2-field-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.r2-field-value{font-size:.82rem;line-height:1.45;color:#334155;word-break:break-word}.r2-field-value--muted{color:#475569;white-space:pre-wrap}.r2-field-value--preserve{white-space:pre-wrap}.r2-website-link{font-size:.82rem;font-weight:600;color:#0284c7;word-break:break-all;text-decoration:none}.r2-website-link:hover{text-decoration:underline}.r2-screenshot-wrap{display:flex;flex-direction:column;gap:.35rem;margin-top:.25rem}.r2-screenshot-link{display:block;border-radius:8px;overflow:hidden;border:1px solid #e2e8f0;line-height:0;background:#f8fafc}.r2-screenshot-link:focus-visible{outline:2px solid #0ea5e9;outline-offset:2px}.r2-screenshot-img{width:100%;height:auto;max-height:180px;object-fit:cover;object-position:top center;display:block}.r2-screenshot-missing{font-size:.78rem;color:#94a3b8;font-style:italic;padding:.5rem 0}.dashboard-sheet-section.p1-card{border:1px solid #e4ebf2;box-shadow:0 2px 8px #0f172a0f;border-radius:16px;padding:1.5rem}.dashboard-sheet-section .p1-card-header{border-bottom:1.5px solid #f1f5f9!important;padding-bottom:.75rem!important;margin-bottom:.75rem!important}.dashboard-sheet-section .p1-card-title{font-size:1.05rem;font-weight:700;color:#1e293b;letter-spacing:-.01em}.sheet-kv-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.4rem 2.5rem;padding:.25rem 0 1rem}.sheet-kv-grid--general-summary{grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:1.25rem 1.75rem;align-items:start}.sheet-kv-grid--general-summary .sheet-property-item--full-width{grid-column:1 / -1;padding-bottom:.35rem;margin-bottom:.35rem;border-bottom:1px solid #f1f5f9}.sheet-property-item{display:flex;flex-direction:column;gap:.28rem;min-width:0}.sheet-property-item.has-note .sheet-property-label{color:#0ea5e9}.sheet-property-label{font-size:.67rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#94a3b8;line-height:1.2}.sheet-property-value-row{display:flex;align-items:flex-start;gap:.35rem}.sheet-property-value{font-size:.88rem;font-weight:500;color:#1e293b;line-height:1.45;flex:1;min-width:0}.sheet-property-value--wrap{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.sheet-property-note-btn{flex-shrink:0;margin-top:2px;width:18px;height:18px;border:none;background:none;cursor:pointer;color:#e2e8f0;padding:0;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:color .15s,background .15s}.sheet-property-note-btn:hover{color:#0ea5e9;background:#f0f9ff}.sheet-property-note-btn.active{color:#0ea5e9}.sheet-kv-annotation-wrap{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e8edf4}.p1-table-wrap{border-radius:10px;border:1px solid #eef2f7;overflow:hidden}.p1-seed-table .p1-th{background:#f8fafc;font-size:.72rem;font-weight:600;color:#64748b;letter-spacing:.04em;text-transform:uppercase;padding:8px 12px;border-bottom:1.5px solid #e8edf4;white-space:nowrap}.p1-seed-table .p1-seed-row:hover .p1-td{background:#f8fafc}.p1-seed-table .p1-td{padding:8px 12px;font-size:.82rem;color:#334155;border-bottom:1px solid #f1f5f9;vertical-align:top;line-height:1.45}.p1-seed-table .p1-td:last-child{border-bottom:none;width:42px;text-align:center;vertical-align:middle}.dashboard-sheet-footer{display:flex;align-items:center;justify-content:space-between;padding-top:.75rem;margin-top:.75rem;border-top:1px solid #f1f5f9}.r2-thumbnail-img{display:block;width:100%;height:100%;object-fit:cover;object-position:top}.benchmarking-page{width:100%;min-height:calc(100vh - 84px);background-color:#f8f9fa;display:flex}.benchmarking-main-content{flex:1;overflow:visible;min-width:0;transition:margin-left .3s ease;margin-left:260px}.benchmarking-page.sidebar-collapsed .benchmarking-main-content{margin-left:70px}.benchmarking-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2rem;padding-top:1rem}@media(min-width:1440px){.benchmarking-main-content{margin-left:280px}.benchmarking-page.sidebar-collapsed .benchmarking-main-content{margin-left:70px}}@media(max-width:1024px){.benchmarking-main-content{margin-left:240px}.benchmarking-page.sidebar-collapsed .benchmarking-main-content{margin-left:60px}}@media(max-width:768px){.benchmarking-main-content,.benchmarking-page.sidebar-collapsed .benchmarking-main-content{margin-left:0}}.benchmark-tool-placeholder{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 200px);font-size:1.25rem;color:#6b7280;font-weight:500;padding:2rem}.benchmark-search-bar-section{background-color:#fff;border:1px solid rgba(206,205,205,.5);border-radius:16px;padding:1.5rem 2rem;box-shadow:0 4px 20px #00000014,0 2px 8px #0000000a;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.benchmark-label{font-size:.875rem;font-weight:500;color:#2c3e50;margin-bottom:.5rem}.benchmark-search-bar-section:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#00BACD,transparent);opacity:0;transition:opacity .3s ease}.benchmark-search-bar-section:hover{box-shadow:0 8px 32px #00bacd1f,0 4px 16px #00000014;transform:translateY(-2px)}.benchmark-search-bar-section:hover:before{opacity:1}.benchmark-search-wrapper{position:relative;display:flex;align-items:center;gap:.75rem;max-width:100%}.benchmark-search-input-container{position:relative;display:flex;align-items:center;flex:1;width:100%}.benchmark-search-icon{position:absolute;left:1rem;display:flex;align-items:center;justify-content:center;color:#7f8c8d;pointer-events:none;z-index:1}.benchmark-search-icon svg{width:16px;height:16px}.benchmark-search-input{width:100%;padding:.625rem 1rem .625rem 2.5rem;font-size:.875rem;color:#2c3e50;background-color:#f8f9fa;border:1px solid #dddee0;border-radius:10px;outline:none;font-family:inherit;transition:all .2s ease}.benchmark-search-input:focus{background-color:#fff;border-color:#9ca3af;box-shadow:0 0 0 4px #9ca3af26,0 4px 12px #0000001a}.benchmark-search-input::placeholder{color:#7f8c8d;opacity:.8}.benchmark-search-button{display:flex;align-items:center;justify-content:center;gap:.2rem;height:35px;padding:.5rem 1rem;background-color:#00bacd;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:all .2s ease;flex-shrink:0;white-space:nowrap}.benchmark-search-button:hover{background-color:#01a7b9;transform:scale(1.05)}.benchmark-search-button:active{transform:scale(.95)}.benchmark-search-button svg{width:16px;height:16px;stroke:currentColor;flex-shrink:0}.benchmark-search-button-text{font-size:.875rem;font-weight:500;color:#fff}.benchmark-filters-section{background-color:#fff;border:1px solid rgba(206,205,205,.5);border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014,0 2px 8px #0000000a;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.benchmark-filters-section:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#00BACD,transparent);opacity:0;transition:opacity .3s ease}.benchmark-filters-section:hover{box-shadow:0 8px 32px #00bacd1f,0 4px 16px #00000014;transform:translateY(-2px)}.benchmark-filters-section:hover:before{opacity:1}.benchmark-filters-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.benchmark-filters-title-wrapper{display:flex;align-items:center;gap:.5rem}.benchmark-filters-icon{display:flex;align-items:center;justify-content:center;color:#00bacd;width:20px;height:20px}.benchmark-filters-title{font-size:1.5rem;font-weight:600;color:#2c3e50;margin:0}.benchmark-reset-button{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#00bacd;background-color:transparent;border:1px solid #00BACD;border-radius:6px;cursor:pointer;transition:all .2s ease}.benchmark-reset-button:hover{background-color:#00bacd0d}.benchmark-reset-button svg{width:14px;height:14px}.benchmark-filters-subtitle{font-size:.875rem;color:#7f8c8d;margin:0 0 1.5rem;line-height:1.5}.benchmark-filters-form{display:flex;flex-direction:column;gap:1.5rem}.benchmark-filters-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.searchable-select-wrapper{display:flex;flex-direction:column;gap:.5rem}.searchable-select-label{font-size:.875rem;font-weight:500;color:#2c3e50}.sic-search-input{width:100%;padding:.5rem .75rem;font-size:.875rem;color:#2c3e50;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;outline:none;font-family:inherit;transition:all .2s ease}.sic-search-input:focus{border-color:#9ca3af;box-shadow:0 0 0 4px #9ca3af26}.sic-search-input:disabled{background-color:#f5f5f5;color:#9e9e9e;cursor:not-allowed;border-color:#e0e0e0}.sic-search-input::placeholder{color:#9e9e9e}.benchmark-filters-form>.btn{align-self:flex-start;margin-top:.5rem}.search-status-section{background-color:#fff;border:1px solid rgba(206,205,205,.5);border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014,0 2px 8px #0000000a;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.search-status-section:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#00BACD,transparent);opacity:0;transition:opacity .3s ease}.search-status-section:hover{box-shadow:0 8px 32px #00bacd1f,0 4px 16px #00000014;transform:translateY(-2px)}.search-status-section:hover:before{opacity:1}.search-status-header{margin-bottom:1.5rem}.search-status-title{font-size:1.5rem;font-weight:600;color:#2c3e50;margin:0}.search-status-content{display:flex;flex-direction:column;gap:1rem}.search-status-item{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;border-radius:10px;transition:all .3s ease}.search-status-item.status-in_progress{background-color:#fef5e7;border:1px solid #F4C542}.search-status-item.status-ready_for_review{background-color:#ebf5fb;border:1px solid #3498db}.search-status-item.status-completed{background-color:#eafaf1;border:1px solid #37C77F}.search-status-icon-wrapper{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%}.search-status-item.status-in_progress .search-status-icon-wrapper{background-color:#f4c542;color:#fff}.search-status-item.status-ready_for_review .search-status-icon-wrapper{background-color:#3498db;color:#fff}.search-status-item.status-completed .search-status-icon-wrapper{background-color:#37c77f;color:#fff}.search-status-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.search-status-icon-wrapper svg{width:20px;height:20px}.search-status-text{flex:1;display:flex;flex-direction:column;gap:.5rem}.search-status-label{font-size:1rem;font-weight:600;color:#2c3e50;margin:0}.search-status-item.status-in_progress .search-status-label{color:#f4c542}.search-status-item.status-ready_for_review .search-status-label{color:#3498db}.search-status-item.status-completed .search-status-label{color:#37c77f}.search-status-description{font-size:.875rem;color:#7f8c8d;margin:0;line-height:1.5}.recent-searches-section{background-color:#fff;border:1px solid rgba(206,205,205,.5);border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014,0 2px 8px #0000000a;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.recent-searches-section:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#00BACD,transparent);opacity:0;transition:opacity .3s ease}.recent-searches-section:hover{box-shadow:0 8px 32px #00bacd1f,0 4px 16px #00000014;transform:translateY(-2px)}.recent-searches-section:hover:before{opacity:1}.recent-searches-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.recent-searches-title-wrapper{display:flex;align-items:center;gap:.5rem}.recent-searches-icon{display:flex;align-items:center;justify-content:center;color:#00bacd;width:20px;height:20px}.recent-searches-title{font-size:1.5rem;font-weight:600;color:#2c3e50;margin:0}.recent-searches-subtitle{font-size:.875rem;color:#7f8c8d;margin:0 0 1.5rem;line-height:1.5}.recent-searches-list{display:flex;flex-direction:column;gap:0}.recent-search-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid #e9ecef}.recent-search-item:last-child{border-bottom:none}.recent-search-icon-wrapper{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.recent-search-icon-square{width:24px;height:24px;background-color:#9b59b6;border-radius:4px}.recent-search-content{flex:1;display:flex;flex-direction:column;gap:.5rem}.recent-search-title{font-size:.9375rem;font-weight:400;color:#2c3e50;margin:0;line-height:1.4}.recent-search-meta{display:flex;align-items:center;gap:.75rem;font-size:.8125rem;flex-wrap:wrap}.recent-search-category{color:#7f8c8d;background-color:#f8f9fa;padding:.25rem .625rem;border-radius:4px;font-weight:500}.recent-search-status{padding:.25rem .625rem;border-radius:4px;font-weight:500;font-size:.75rem;white-space:nowrap}.recent-search-status.status-in_progress{color:#f4c542;background-color:#fef5e7;border:1px solid #F4C542}.recent-search-status.status-ready_for_review{color:#3498db;background-color:#ebf5fb;border:1px solid #3498db}.recent-search-status.status-completed{color:#37c77f;background-color:#eafaf1;border:1px solid #37C77F}.recent-search-time{display:flex;align-items:center;gap:.375rem;color:#7f8c8d;margin-left:auto}.recent-search-time svg{width:12px;height:12px}@media(max-width:1024px){.benchmark-filters-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.benchmark-filters-grid{grid-template-columns:1fr}}.scope-of-search-container{margin-top:2rem;width:100%}.scope-of-search-label{display:block;font-size:.875rem;font-weight:500;color:#2c3e50;margin-bottom:.75rem}.scope-of-search-input-wrapper{position:relative;width:100%}.scope-of-search-input{width:100%;padding:1rem 1.5rem;font-size:1rem;line-height:1.5;color:#2c3e50;background-color:#f8f9fa;border:1px solid #dddee0;border-radius:10px;outline:none;font-family:inherit;resize:vertical;min-height:100px}.scope-of-search-input:hover{border-color:#bdbdbd}.scope-of-search-input:focus{background-color:#fff;border-color:#9ca3af;box-shadow:0 0 0 4px #9ca3af26,0 4px 12px #0000001a}.scope-of-search-input::placeholder{color:#7f8c8d;opacity:.8}.scope-of-search-hint{margin-top:.5rem;font-size:.75rem;color:#7f8c8d;font-style:italic}@media(max-width:768px){.benchmarking-page,.benchmark-filters-section,.recent-searches-section{padding:1.5rem}.benchmark-filters-header{flex-direction:column;align-items:flex-start;gap:1rem}.benchmark-reset-button{width:100%;justify-content:center}}
