.loading-spinner-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:300px;text-align:center;padding:2rem}.loading-spinner{border:5px solid #f5f5f5;border-top-color:#1d1959;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:1rem}.loading-spinner.inverted{border:5px solid #9e9e9e!important;border-top-color:#fff!important}.loading-spinner-message{color:#1d1959;font-size:1rem;margin-top:1rem}.loading-spinner-message.inverted{color:#fff!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.as-of-date-picker{display:inline-flex;align-items:center;gap:.25rem}.chart-placeholder{background-color:#fafafa;border:2px dashed #e0e0e0;border-radius:4px;padding:3rem 2rem;text-align:center;color:#9e9e9e;display:flex;flex-direction:column;align-items:center;justify-content:center}.chart-placeholder__title{margin:0 0 1rem;color:#1d1959;font-size:1.1rem;font-weight:600}.chart-placeholder__description{margin:.5rem 0;font-size:.9rem;color:#9e9e9e}.chart-placeholder__note{margin:.5rem 0 0;font-style:italic;color:#e0e0e0;font-size:.8rem}.msd{display:inline-flex;align-items:center;gap:.4rem}.msd__label{font-weight:600;font-size:13px;color:#333;white-space:nowrap}.msd__trigger{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .65rem;border:1.5px solid #ced4da;border-radius:6px;background:#fff;font-size:13px;color:#333;cursor:pointer;white-space:nowrap;transition:border-color .15s,box-shadow .15s;min-width:90px;justify-content:space-between}.msd__trigger:hover{border-color:var(--deep-blue, #1d1959)}.msd__trigger--open{border-color:var(--deep-blue, #1d1959);box-shadow:0 0 0 2px #1d19591f}.msd__trigger-text{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis}.msd__chevron{font-size:9px;color:#888;flex-shrink:0}.msd__popover-paper{border-radius:8px!important;box-shadow:0 4px 16px #00000024!important;border:1px solid #e0e0ee;min-width:140px;max-height:260px;overflow-y:auto}.msd__list{list-style:none;margin:0;padding:.3rem 0}.msd__item-label{display:flex;align-items:center;gap:.5rem;padding:.35rem .85rem;cursor:pointer;font-size:13px;color:#333;transition:background .1s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.msd__item-label:hover{background:#f0f0fa}.msd__item--checked>.msd__item-label{color:var(--deep-blue, #1d1959);font-weight:500}.msd__item--disabled>.msd__item-label{opacity:.45;cursor:not-allowed}.msd__item--all{border-bottom:1px solid #e9ecef;margin-bottom:.2rem}.msd__item--all>.msd__item-label{font-weight:600;color:#555}.msd__checkbox{width:14px;height:14px;accent-color:var(--deep-blue, #1d1959);cursor:pointer;flex-shrink:0}.calendar-popup{position:absolute;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;box-shadow:0 8px 16px #0000001a;width:320px;z-index:10000;margin-top:0;min-width:280px}.calendar-popup__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e0e0e0}.calendar-popup__month-year{display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap}.calendar-popup__month-select{padding:.25rem 1.75rem .25rem .5rem;font-size:.9rem;font-weight:600;color:#1d1959;border:1px solid #e0e0e0;border-radius:4px;background:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231D1959' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;height:28px;line-height:1.2}.calendar-popup__month-select:focus{outline:none;border-color:#1d1959}.calendar-popup__year-select{padding:.25rem 1.75rem .25rem .5rem;font-size:.9rem;font-weight:600;color:#1d1959;border:1px solid #e0e0e0;border-radius:4px;background:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231D1959' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;min-width:80px;height:28px;line-height:1.2}.calendar-popup__year-select:focus{outline:none;border-color:#1d1959}.calendar-popup__year-controls{display:flex;flex-direction:column;gap:0;align-items:stretch;justify-content:center}.calendar-popup__month-nav{display:flex;gap:.5rem;align-items:center}.calendar-popup__nav-button{background:transparent;border:1px solid #e0e0e0;border-radius:4px;padding:0;font-size:.75rem;color:#1d1959;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:28px;height:14px;line-height:1}.calendar-popup__month-nav .calendar-popup__nav-button{height:28px;font-size:1rem}.calendar-popup__month-nav .calendar-popup__nav-button:hover:not(:disabled){background:#fafafa;border-color:#1d1959}.calendar-popup__month-nav .calendar-popup__nav-button:active:not(:disabled){transform:scale(.95)}.calendar-popup__month-nav .calendar-popup__nav-button:disabled{opacity:.4;cursor:not-allowed}.calendar-popup__weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;margin-bottom:.5rem}.calendar-popup__weekday{text-align:center;font-size:.75rem;font-weight:600;color:#9e9e9e;padding:.25rem}.calendar-popup__days{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;margin-bottom:.75rem}.calendar-popup__day{aspect-ratio:1;border:none;background:transparent;color:#1d1959;font-size:.85rem;font-weight:500;cursor:pointer;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;padding:0}.calendar-popup__day:hover:not(:disabled){background:#fafafa}.calendar-popup__day--selected{background:#1d1959;color:#fff;font-weight:600}.calendar-popup__day--selected:hover{background:#1d1959;opacity:.9}.calendar-popup__day--today{border:1px solid #1D1959}.calendar-popup__day--other-month{color:#9e9e9e;opacity:.6}.calendar-popup__day--disabled{opacity:.3;cursor:not-allowed;color:#9e9e9e}.calendar-popup__day--disabled:hover{background:transparent}.calendar-popup__actions{display:flex;justify-content:space-between;padding-top:.75rem;border-top:1px solid #e0e0e0}.calendar-popup__action-button{background:transparent;border:none;color:#1d1959;font-size:.85rem;font-weight:500;cursor:pointer;padding:.25rem .5rem;transition:color .2s ease}.calendar-popup__action-button:hover{color:#e91e63;text-decoration:underline}.calendar-popup__action-button:active{transform:translateY(1px)}@media (max-width: 768px){.calendar-popup{width:100%;max-width:320px;padding:.75rem}.calendar-popup__day{font-size:.75rem}.calendar-popup__weekday{font-size:.7rem}}@media (max-width: 480px){.calendar-popup{width:100%;max-width:300px;padding:.5rem}.calendar-popup__month-select{font-size:.8rem;padding:.2rem 1.5rem .2rem .4rem}.calendar-popup__nav-button{min-width:24px;height:24px;font-size:.9rem}.calendar-popup__day{font-size:.7rem}}.learn-more-link{color:#2563eb;text-decoration:none;font-weight:500;transition:color .2s ease}.learn-more-link:hover{color:#1d1959}.learn-more-link--small{font-size:.875rem}.learn-more-link--medium{font-size:1rem}.learn-more-chip{background-color:#3b82f61a!important;color:#2563eb!important;border:1px solid rgba(59,130,246,.2)!important;transition:all .2s ease!important}.learn-more-chip:hover{background-color:#3b82f633!important;border-color:#3b82f6!important}.learn-more-chip .MuiChip-icon{color:#2563eb!important}.learn-more-icon{display:inline-flex;align-items:center;padding:4px;border-radius:4px;transition:background-color .2s ease}.learn-more-icon:hover{background-color:#3b82f61a}.product-section-link{transition:color .2s ease}.product-section-link:hover{color:#2a247f}.product-section-link--small{font-size:.875rem}.product-section-link--medium{font-size:1rem}.product-section-chip{transition:all .2s ease}.product-section-button{text-transform:none;font-weight:500}.skeleton-loader{display:flex;flex-direction:column;width:100%}.skeleton-loader.inline{flex-direction:row;flex-wrap:wrap;align-items:center}.skeleton-loader.no-animate .skeleton-loader__item{animation:none}.skeleton-loader--chart{width:100%}.skeleton-chart{position:relative;width:100%;height:100%;border-radius:8px;overflow:hidden;border:1px solid rgba(0,0,0,.06);background:linear-gradient(to right,rgba(0,0,0,.06) 1px,transparent 1px) left bottom/10% 100% no-repeat,linear-gradient(to top,rgba(0,0,0,.06) 1px,transparent 1px) left bottom/100% 20% no-repeat,#f3f4f6}.skeleton-chart__grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to right,rgba(0,0,0,.05) 1px,transparent 1px),linear-gradient(to top,rgba(0,0,0,.05) 1px,transparent 1px);background-size:12.5% 100%,100% 20%;opacity:.45}.skeleton-chart__bars{position:absolute;top:8%;right:6%;bottom:16%;left:10%;display:flex;align-items:flex-end;justify-content:space-between;gap:6px}.skeleton-chart__bar{width:100%;max-width:20px;border-radius:6px 6px 2px 2px;background-color:#d1d5db;position:relative;overflow:hidden}.skeleton-chart__bar:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.45) 50%,transparent 100%);animation:skeleton-shimmer 1.6s ease-in-out infinite}.skeleton-chart__line{position:absolute;top:8%;right:6%;bottom:16%;left:10%;width:84%;height:76%}.skeleton-chart__line-path{fill:none;stroke:#6d28d973;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:180;stroke-dashoffset:180;animation:skeleton-line-draw 1.8s ease-out infinite}.skeleton-chart__line-point{fill:#6d28d98c}.skeleton-loader__item{display:block;position:relative;overflow:hidden;background-color:#f5f5f5;border-radius:6px;flex-shrink:0;width:100%;height:16px}.skeleton-loader__item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.55) 50%,transparent 100%);animation:skeleton-shimmer 1.4s ease-in-out infinite}.skeleton-loader__item--circle{border-radius:9999px}.skeleton-loader__item--pill,.skeleton-loader__item--text{border-radius:999px}@keyframes skeleton-shimmer{to{transform:translate(100%)}}@keyframes skeleton-line-draw{0%{stroke-dashoffset:180;opacity:.4}45%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:0;opacity:.7}}.dashboard-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid #e0e2ef;border-radius:4px;background:#fff;box-shadow:0 1px 3px #2b2d6e0f}.dashboard-table{width:100%;min-width:750px;border-collapse:collapse;font-family:Arial,Helvetica,sans-serif;font-size:13px}.dashboard-table thead th{background-color:#2b2d6e;color:#fff;font-weight:700;padding:9px 4px;text-align:center;border-right:1px solid #3d3f8a;white-space:nowrap;font-size:11px;letter-spacing:.3px}.dashboard-table thead th:last-child{border-right:none}.dashboard-table .col-metric-header{text-align:left;padding-left:10px;min-width:160px}.dashboard-table .col-delta-header{background-color:#1f2157;color:#bfc1e8;font-size:10px}.dashboard-table .col-today-header{background-color:#1f2157;color:#fff;font-size:12px;border-left:2px solid #c8006f;border-right:2px solid #c8006f}.dashboard-table .col-fd-header{background-color:#e8a200;color:#2b2d6e;font-size:13px;font-weight:700;letter-spacing:.5px;border-left:2px solid #e8a200}.dashboard-table tbody tr.section-header td{background-color:#2b2d6e;color:#fff;font-weight:700;font-size:13px;letter-spacing:.8px;text-transform:uppercase;padding:7px 10px}.dashboard-table tbody tr.section-header td .section-descriptor{font-weight:400;font-size:12px;color:#bfc1e8;letter-spacing:.3px;text-transform:none}.dashboard-table tbody tr.section-header td .section-caret{display:inline-block;width:1em;margin-right:4px;color:#bfc1e8}.dashboard-table tbody tr.section-header td .section-collapsed-count{font-weight:400;font-size:11px;color:#bfc1e8;text-transform:none;letter-spacing:.3px}.dashboard-table tbody tr.section-header--toggle{cursor:pointer}.dashboard-table tbody tr.section-header--toggle:hover td{filter:brightness(1.15)}.dashboard-table tbody tr.subsection-header td{background-color:#3d3f8a;color:#bfc1e8;font-weight:700;font-size:12px;letter-spacing:.6px;text-transform:uppercase;padding:4px 10px 4px 20px}.dashboard-table tbody tr.subsection-header td .subsection-arrow{font-weight:400}.dashboard-table tbody tr.row-even{background-color:#fafbfd}.dashboard-table tbody tr.row-odd{background-color:#fff}.dashboard-table tbody tr.row-link{cursor:pointer}.dashboard-table tbody tr.row-link:hover,.dashboard-table tbody tr.row-link:focus-visible{background-color:#eef1f8;outline:none}.dashboard-table tbody tr.row-link:focus-visible{box-shadow:inset 0 0 0 2px #bfc1e8}.dashboard-table tbody td,.dashboard-table tbody th{border-bottom:1px solid #e8eaf2;border-right:1px solid #e8eaf2;padding:5px 3px;vertical-align:middle;white-space:nowrap}.dashboard-table tbody th.col-metric{color:#2b2d6e;font-size:13px;font-weight:500;padding:5px 4px 5px 28px;text-align:left}.dashboard-table tbody th.col-metric .metric-ticker{color:#888;font-size:11px;font-weight:500}.dashboard-table tbody td.col-value{color:#555;text-align:center;font-size:13px}.dashboard-table tbody .forecast-missing-asterisk{display:inline-block;color:#999;font-weight:700;margin-left:2px;cursor:help}.dashboard-table tbody td.col-today{color:#2b2d6e;font-weight:700;font-size:13px;border-left:2px solid #c8006f;border-right:2px solid #c8006f}.dashboard-table tbody td.col-delta{text-align:center;font-weight:700;font-size:11px;padding:5px 2px}.dashboard-table tbody td.col-delta.delta-positive{color:#1b7a3e}.dashboard-table tbody td.col-delta.delta-negative{color:#c62828}.dashboard-table tbody td.col-delta.delta-zero{color:#757575}.dashboard-table tbody td.col-delta.delta-empty{color:#999}.dashboard-table tbody td.col-fd{text-align:center;color:#2b2d6e;font-weight:700;font-size:13px;background-color:#fff8e7;border-left:2px solid #e8a200}.dashboard-table tbody td.col-fd.col-fd-empty{background-color:#fff8e7}.dashboard-table tbody td.col-value:nth-child(8),.dashboard-table tbody td.col-value:nth-child(10){color:#2b2d6e;font-weight:600}.dashboard-page{padding:2rem;max-width:1400px;margin:0 auto}.dashboard-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.dashboard-header h1{margin:0}.dashboard-date-controls{display:flex;align-items:center;gap:.25rem}.dashboard-content{min-height:200px}.dashboard-error{color:#b3261e;padding:1rem;border:1px solid #b3261e;border-radius:4px;background-color:#fdecea}.dashboard-stage{position:relative}.dashboard-stage-content{transition:filter .22s ease,opacity .22s ease}.dashboard-stage.is-loading .dashboard-stage-content{filter:blur(3px) saturate(.7);opacity:.6;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dashboard-loading-overlay{position:absolute;top:30%;left:50%;transform:translate(-50%,-50%);z-index:2;pointer-events:none;animation:dashboard-loading-fade-in .22s ease both}@keyframes dashboard-loading-fade-in{0%{opacity:0;transform:translate(-50%,-42%)}to{opacity:1;transform:translate(-50%,-50%)}}.dashboard-loading-card{display:inline-flex;align-items:center;gap:.65rem;padding:.6rem 1.1rem;background:#ffffffb8;backdrop-filter:blur(10px) saturate(1.2);-webkit-backdrop-filter:blur(10px) saturate(1.2);border:1px solid rgba(43,45,110,.12);border-radius:999px;box-shadow:0 6px 24px #2b2d6e1f;color:#2b2d6e;font-size:.85rem;font-weight:500;letter-spacing:.2px;white-space:nowrap}.dashboard-loading-dot{width:8px;height:8px;border-radius:50%;background:#c8006f;animation:dashboard-loading-pulse 1.2s ease-in-out infinite;flex-shrink:0}@keyframes dashboard-loading-pulse{0%,to{opacity:.35;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.skeleton-bar{display:inline-block;width:60%;height:.85em;border-radius:3px;vertical-align:middle;background:linear-gradient(90deg,#2b2d6e14,#2b2d6e2e,#2b2d6e14);background-size:200% 100%;animation:skeleton-shimmer 1.4s ease-in-out infinite}.skeleton-bar-metric{width:78%;height:.95em}@keyframes skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.newsletter-dashboard-page{display:flex;flex-direction:column;min-height:100vh;background:#f5f5f5}.newsletter-dashboard-header{display:flex;align-items:center;gap:12px;padding:16px 24px;background:#1a1a2e;color:#fff}.newsletter-dashboard-logo{height:28px;width:auto}.newsletter-dashboard-title{font-size:1rem;font-weight:500;letter-spacing:.02em}.newsletter-dashboard-content{flex:1;padding:24px;max-width:1200px;margin:0 auto;width:100%}.newsletter-dashboard-error{padding:24px;text-align:center;color:#c62828}.newsletter-dashboard-footer{padding:16px 24px;text-align:center;font-size:.75rem;color:#757575;border-top:1px solid #e0e0e0}.newsletter-dashboard-footer a{color:inherit}.data-type-selection{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px 20px;margin:16px 0}.data-type-selection .data-type-container{display:flex;align-items:center;gap:12px}.data-type-selection .data-type-container label{font-weight:600;color:#374151;font-size:14px;margin:0}.data-type-selection .data-type-container .data-type-dropdown{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;background:#fff;font-size:14px;color:#374151;cursor:pointer;min-width:120px}.data-type-selection .data-type-container .data-type-dropdown:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.data-type-selection .data-type-container .data-type-dropdown:hover{border-color:#9ca3af}.rfpr-case1-r4-dashboard{padding:1.5rem;width:100%;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#fafafa}.error-note{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 1.5rem;border-radius:16px;margin-bottom:2rem;box-shadow:0 4px 8px #0000001a;border-left:4px solid #6366f1}.error-note strong{font-weight:600}.loading-state{display:flex;justify-content:center;align-items:center;height:200px;font-size:1.1rem;color:#9e9e9e;background:#f5f5f5;border-radius:16px;border:2px dashed #e0e0e0;gap:.5rem}.loading-icon{width:24px;height:24px;color:#3b82f6}.error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:16px;padding:2rem;text-align:center;color:#dc2626}.error-message h2{margin:0 0 1rem;font-size:1.5rem;font-weight:600}.error-message p{margin:0;font-size:1rem}.dashboard-header{margin-bottom:.25rem;padding:1rem;background:#fff;border-radius:16px;box-shadow:0 2px 4px #0000001a;border:1px solid #e0e0e0;text-align:center}.dashboard-header h1{margin:0 0 .25rem;font-size:2.25rem;font-weight:700;color:#1d1959;line-height:1.2}.dashboard-header p{font-size:1.125rem;color:#9e9e9e;line-height:1.6;max-width:800px;margin:0 auto}.dashboard-controls{margin-bottom:.25rem}.controls-grid{display:flex;flex-direction:column;gap:.5rem}.control-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1rem;background:#fff;border-radius:16px;box-shadow:0 2px 4px #0000001a;border:1px solid #e0e0e0}.control-section{display:flex;flex-direction:column}.control-section.horizontal{min-width:0}.section-header h3{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:#374151;display:flex;align-items:center;gap:.5rem}.selection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.5rem;max-height:200px;overflow-y:auto;padding-right:.5rem}.selection-grid.horizontal{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));max-height:150px}.selection-grid::-webkit-scrollbar{width:6px}.selection-grid::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}.selection-grid::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:3px}.selection-grid::-webkit-scrollbar-thumb:hover{background:#9e9e9e}.selection-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:8px;cursor:pointer;transition:background-color .2s;font-size:.875rem;color:#374151}.selection-item:hover{background:#f5f5f5}.selection-item input[type=checkbox]{width:16px;height:16px;border:2px solid #e0e0e0;border-radius:4px;cursor:pointer;accent-color:#1D1959}.select-all-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:8px;cursor:pointer;transition:background-color .2s;font-weight:600;color:#1f2937;background:#fafafa;border:1px solid #f5f5f5;margin-bottom:.25rem}.select-all-item:hover{background:#f5f5f5}.select-all-item input[type=checkbox]{width:18px;height:18px;border:2px solid #e0e0e0;border-radius:4px;cursor:pointer;accent-color:#1D1959}.control-section.advanced-toggle{padding:1rem;background:#fff;border-radius:16px;box-shadow:0 2px 4px #0000001a;border:1px solid #e0e0e0}.advanced-toggle-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fafafa;border:1px solid #f5f5f5;border-radius:8px;cursor:pointer;font-weight:500;color:#374151;transition:all .2s;width:100%;justify-content:center;font-size:1rem}.advanced-toggle-btn:hover{background:#f5f5f5;border-color:#e0e0e0}.advanced-toggle-btn.active{background:#1d1959;border-color:#1d1959;color:#fff}.advanced-toggle-btn .icon{width:20px;height:20px}.advanced-content{margin-top:.75rem;padding:1rem;background:#fafafa;border-radius:16px;border:1px solid #f5f5f5}.advanced-header{margin-bottom:.75rem}.advanced-header h4{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#374151}.advanced-header p{margin:0;font-size:.875rem;color:#9e9e9e}.advanced-sections{display:flex;flex-direction:column;gap:.75rem}.section-controls{margin-bottom:.75rem}.sections-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.75rem;max-height:200px;overflow-y:auto;padding-right:.5rem}.sections-container::-webkit-scrollbar{width:6px}.sections-container::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}.sections-container::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:3px}.sections-container::-webkit-scrollbar-thumb:hover{background:#9e9e9e}.section-group{display:flex;flex-direction:column;gap:.25rem}.main-section-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:8px;cursor:pointer;transition:background-color .2s;font-size:.875rem;color:#374151;font-weight:700}.main-section-item:hover{background:#f5f5f5}.main-section-item input[type=checkbox]{width:16px;height:16px;border:2px solid #e0e0e0;border-radius:4px;cursor:pointer;accent-color:#1D1959}.main-section-name{font-weight:700}.subsection-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .5rem .5rem 2rem;border-radius:8px;cursor:pointer;transition:background-color .2s;font-size:.875rem;color:#9e9e9e}.subsection-item:hover{background:#f5f5f5}.subsection-item input[type=checkbox]{width:14px;height:14px;border:2px solid #e0e0e0;border-radius:4px;cursor:pointer;accent-color:#1D1959}.subsection-name{font-size:.8rem}.loading-sections{padding:1rem;text-align:center;color:#9e9e9e;font-style:italic}.data-container{background:#fff;border-radius:16px;box-shadow:0 2px 4px #0000001a;border:1px solid #e0e0e0;overflow:hidden}.data-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.25rem;border-bottom:1px solid #e0e0e0;background:#f5f5f5}.header-content h3{margin:0 0 .125rem;font-size:1.5rem;font-weight:600;color:#111827}.header-content p{margin:0;color:#9e9e9e;font-size:.875rem}.header-actions,.data-stats{display:flex;align-items:center;gap:1.5rem}.stat-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#9e9e9e}.stat-icon{width:16px;height:16px;color:#9e9e9e}.download-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;color:#000;border:2px solid #000000;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:none}.download-btn:hover:not(:disabled){background:transparent;transform:scale(1.1);box-shadow:0 4px 8px #0000001a}.download-btn:disabled{background:transparent;color:#9e9e9e;border-color:#9e9e9e;cursor:not-allowed;transform:none;box-shadow:none}.download-icon{width:20px;height:20px}.data-table-container{overflow-x:auto;max-height:600px;overflow-y:auto}.data-table{width:100%;border-collapse:collapse;font-size:.875rem;background:#fff}.data-table thead{position:sticky;top:0;z-index:10;background:#fafafa}.data-table th{padding:1rem .75rem;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #e0e0e0;white-space:nowrap;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.data-table td{padding:.75rem;border-bottom:1px solid #f5f5f5;color:#374151;vertical-align:top}.data-table tbody tr:hover{background:#f5f5f5}.row-limit-notice{margin:0rem 1rem;padding:6px 10px;background-color:#f0f9ff;border:1px solid #0ea5e9;border-radius:6px;font-size:14px;color:#2563eb}.empty-state{padding:3rem 1.5rem;text-align:center;color:#9e9e9e}.empty-state p{margin:.5rem 0;font-size:1rem}.empty-state p:first-child{font-weight:500;color:#374151}.year-range-section{margin-bottom:1rem;padding:1rem;background:#fafafa;border-radius:8px;border:1px solid #e0e0e0}.year-range-title{margin:0 0 .75rem;font-size:1.1rem;font-weight:600;color:#1d1959;border-bottom:2px solid #1D1959;padding-bottom:.5rem}.section-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:6px;transition:background-color .2s ease}.section-item:hover{background-color:#f5f5f5}.section-item input[type=checkbox]{accent-color:#1D1959}.section-name{font-size:.9rem;color:#374151}@media (max-width: 768px){.rfpr-case1-r4-dashboard{padding:1rem}.control-row{grid-template-columns:1fr;gap:1rem}.data-header{flex-direction:column;gap:1rem;align-items:flex-start}.header-actions{width:100%;justify-content:space-between}.data-stats{flex-direction:column;gap:.5rem;align-items:flex-start}.selection-grid,.sections-container{grid-template-columns:1fr}.year-range-section{padding:.75rem}}.rfpr-case1-r4-dashboard table,.rfpr-case1-r4-dashboard table *{border-color:#e0e0e0!important}.rfpr-case1-r4-dashboard table th{background:#fafafa!important;color:#374151!important;font-weight:600!important}.rfpr-case1-r4-dashboard table td{background:#fff!important;color:#374151!important}.rfpr-case1-r4-dashboard table tbody tr:nth-child(2n){background:#f5f5f5!important}.rfpr-case1-r4-dashboard table tbody tr:hover{background:#f5f5f5!important}:root{--deep-blue: #1D1959;--blue-light: #E6E6FA;--pink: #e91e63;--gold: #fab300;--white: #ffffff;--black: #000000;--gray-lightest: #fafafa;--gray-light: #f5f5f5;--gray-medium: #e0e0e0;--gray-dark: #9e9e9e;--font-family: Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif}.rfpr-case1-r4-dashboard *{box-sizing:border-box}.rfpr-case1-r4-dashboard{margin:0;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fafafa;color:#000}.rfpr-case1-r4-dashboard code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.rfpr-case1-r4-dashboard .text-center{text-align:center}.rfpr-case1-r4-dashboard .text-left{text-align:left}.rfpr-case1-r4-dashboard .text-right{text-align:right}.rfpr-case1-r4-dashboard *:focus{outline:2px solid #e91e63;outline-offset:2px}.rfpr-case1-r4-dashboard button{font-family:inherit;border:none;background:none;cursor:pointer;padding:0;margin:0}.rfpr-case1-r4-dashboard button:focus{outline:2px solid #e91e63;outline-offset:2px}.rfpr-case1-r4-dashboard a{color:inherit;text-decoration:none}.rfpr-case1-r4-dashboard a:focus{outline:2px solid #e91e63;outline-offset:2px}.rfpr-case1-r4-dashboard input,.rfpr-case1-r4-dashboard select,.rfpr-case1-r4-dashboard textarea{font-family:inherit;font-size:inherit}.rfpr-case1-r4-dashboard *{transition:color .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1)}.tab-interface{margin:16px 0;border-bottom:2px solid #e5e7eb}.tab-interface .tab-buttons{display:flex;gap:0}.tab-interface .tab-buttons .tab-button{background:none;border:none;padding:12px 24px;font-size:14px;font-weight:500;color:#4b5563;cursor:pointer;border-bottom:3px solid transparent;transition:all .2s ease;position:relative}.tab-interface .tab-buttons .tab-button:hover{color:#1d1959;background:#f9fafb}.tab-interface .tab-buttons .tab-button.active{color:#1d1959;border-bottom-color:#3b82f6;background:#fff;font-weight:600}.tab-interface .tab-buttons .tab-button:first-child{border-top-left-radius:8px}.tab-interface .tab-buttons .tab-button:last-child{border-top-right-radius:8px}@media (max-width: 768px){.tab-interface .tab-buttons .tab-button{padding:10px 16px;font-size:13px}}.rcv-graphing{padding:20px;background:#fff;border-radius:16px;box-shadow:0 2px 4px #0000001a}.rcv-graphing .graphing-header{margin-bottom:24px;text-align:center}.rcv-graphing .graphing-header h3{color:#1d1959;font-size:1.5rem;font-weight:600;margin-bottom:8px}.rcv-graphing .graphing-header p{color:#4b5563;font-size:.9rem}.rcv-graphing .error-message{background:#fef2f2;color:#dc2626;padding:12px 16px;border-radius:8px;border:1px solid #fecaca;margin-bottom:20px;font-size:.9rem}.rcv-graphing .graphing-controls{display:grid;gap:20px;margin-bottom:30px}.rcv-graphing .graphing-controls .control-group .control-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.rcv-graphing .graphing-controls .control-group .control-header label{font-weight:600;color:#1d1959;font-size:.9rem;margin:0}.rcv-graphing .graphing-controls .control-group .control-header .select-all-btn{background:#3b82f6;color:#fff;border:none;padding:4px 8px;border-radius:4px;font-size:.75rem;cursor:pointer;transition:background-color .2s}.rcv-graphing .graphing-controls .control-group .control-header .select-all-btn:hover{background:#2563eb}.rcv-graphing .graphing-controls .control-group label{display:block;font-weight:600;color:#1d1959;margin-bottom:8px;font-size:.9rem}.rcv-graphing .graphing-controls .control-group select{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:.9rem;background:#fff;color:#374151}.rcv-graphing .graphing-controls .control-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.rcv-graphing .graphing-controls .control-group .multi-select{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:8px;max-height:200px;overflow-y:auto;padding:12px;border:1px solid #d1d5db;border-radius:8px;background:#f9fafb}.rcv-graphing .graphing-controls .control-group .multi-select .checkbox-label{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#374151;cursor:pointer;padding:4px 0}.rcv-graphing .graphing-controls .control-group .multi-select .checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:#3b82f6}.rcv-graphing .graphing-controls .control-group .multi-select .checkbox-label:hover{color:#1d1959}.rcv-graphing .graphing-controls .control-group .selection-info{margin-top:8px;font-size:.8rem;color:#4b5563;font-style:italic}.rcv-graphing .graphing-controls .control-group .data-type-note{margin-top:8px;padding:8px 12px;background:#fefce8;border:1px solid #fde047;border-radius:4px}.rcv-graphing .graphing-controls .control-group .data-type-note small{color:#92400e;font-size:.75rem;font-weight:500}.rcv-graphing .loading-message{text-align:center;padding:40px;color:#4b5563;font-size:1rem}.rcv-graphing .graph-placeholder{text-align:center;padding:40px;background:#f9fafb;border-radius:16px;border:2px dashed #d1d5db}.rcv-graphing .graph-placeholder p{color:#4b5563;font-size:1rem}.rcv-graphing .graph-area{margin-top:30px;padding:30px;background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.rcv-graphing .graph-area .chart-container{width:100%;height:600px;background:#fff;padding:20px;border-radius:8px;position:relative}.rcv-graphing .graph-area .graph-header{margin-bottom:20px;padding:16px;background:#f0f9ff;border-radius:16px;border-left:4px solid #3b82f6}.rcv-graphing .graph-area .graph-header h4{color:#1d1959;font-size:1.2rem;font-weight:600;margin-bottom:8px}.rcv-graphing .graph-area .graph-header p{color:#4b5563;font-size:.9rem;margin:0}.rcv-graphing .graph-area .data-preview{overflow-x:auto;border:1px solid #d1d5db;border-radius:16px}.rcv-graphing .graph-area .data-preview .data-table{width:100%;border-collapse:collapse;font-size:.85rem}.rcv-graphing .graph-area .data-preview .data-table th{background:#f3f4f6;color:#1d1959;font-weight:600;padding:12px 16px;text-align:left;border-bottom:2px solid #d1d5db;white-space:nowrap}.rcv-graphing .graph-area .data-preview .data-table td{padding:10px 16px;border-bottom:1px solid #e5e7eb;color:#374151}.rcv-graphing .graph-area .data-preview .data-table td:first-child{font-weight:500;color:#1d1959}.rcv-graphing .graph-area .data-preview .data-table tr:hover{background:#f9fafb}.rcv-graphing .graph-area .data-preview .data-table tr:last-child td{border-bottom:none}@media (max-width: 768px){.rcv-graphing{padding:16px}.rcv-graphing .graphing-controls{gap:16px}.rcv-graphing .graphing-controls .control-group .multi-select{grid-template-columns:1fr;max-height:150px}.rcv-graphing .graph-area .data-preview .data-table{font-size:.8rem}.rcv-graphing .graph-area .data-preview .data-table th,.rcv-graphing .graph-area .data-preview .data-table td{padding:8px 12px}}.description-section{margin-top:16px}.description-section .overview-text{margin-bottom:32px;text-align:center}.description-section .overview-text p{line-height:1.6;color:#374151;font-size:15px;max-width:800px;margin:0 auto}.description-section .content-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}.description-section h3{margin:0 0 16px;font-size:18px;font-weight:600;color:#1f2937;border-bottom:2px solid #e5e7eb;padding-bottom:8px}.data-structure-column .column-list{display:flex;flex-direction:column;gap:8px}.data-structure-column .column-item{display:flex;flex-direction:column;gap:4px;padding:8px 0;border-bottom:1px solid #f3f4f6}.data-structure-column .column-item:last-child{border-bottom:none}.data-structure-column .column-item .column-name{font-weight:600;color:#1f2937;font-size:14px}.data-structure-column .column-item .column-desc{color:#6b7280;font-size:13px;line-height:1.4}.formulas-column .formulas-list{display:flex;flex-direction:column;gap:16px}.formulas-column .formula-item .formula-label{font-weight:600;color:#1f2937;font-size:14px;margin-bottom:8px}.formulas-column .formula-item .formula-math{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:12px}.formulas-column .formula-item .formula-math .katex-display{margin:0;text-align:center;font-size:1.1em;color:#1f2937}@media (max-width: 1024px){.description-section .content-grid{grid-template-columns:1fr;gap:24px}}@media (max-width: 768px){.description-section .overview-text p{font-size:14px}.description-section h3{font-size:16px}.description-section .content-grid{gap:20px}.data-structure-column .column-item .column-name{font-size:13px}.data-structure-column .column-item .column-desc{font-size:12px}.formulas-column .formula-item .formula-label{font-size:13px}.formulas-column .formula-item .formula-math{padding:10px}.formulas-column .formula-item .formula-math .katex{font-size:.9em}}
