@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9;color:#213547}}:root{--dark-blue: #052393;--green: #009245;--light-blue: #2AAAEA;--yellow: #FBB03B;--background: #f5f7ff;--text: #333;--border: #ccc}*{font-family:Roboto,sans-serif;box-sizing:border-box}#root{margin:0 auto;padding:0 2rem 2rem;width:100%;display:flex;flex-direction:column;align-items:center;min-height:100vh}.card{padding:2em}.read-the-docs{color:#888}.dashboard{padding:0 2rem 1rem;max-width:100vw;width:100%;margin:0 auto;background-color:var(--background);align-self:stretch;color:var(--text)}.dashboard-header{margin-bottom:1rem}.header-content{display:flex;align-items:center;justify-content:center;gap:2rem;position:relative}.header-content h1{margin:0;color:var(--dark-blue);font-size:2.5rem;font-weight:700}.logo{height:50px;width:auto;object-fit:contain}.view-tabs{display:flex;gap:.5rem;padding:0 1rem;position:sticky;top:0;z-index:100;background:#fff;border-bottom:2px solid var(--border);flex-wrap:wrap;margin-bottom:0}.view-tabs button{padding:.75rem 1.5rem;border:1px solid #333;border-bottom:none;background:#f5f5f5;color:var(--text);font-weight:500;font-size:.9rem;cursor:pointer;position:relative;margin-right:.5rem;margin-bottom:2px;border-radius:4px 4px 0 0;transition:all .2s ease;flex:0 1 auto}.view-tabs button:hover{color:var(--dark-blue);background:#fff}.view-tabs button.active{color:var(--dark-blue);font-weight:600;background:#fff;border-color:#333;border-bottom:2px solid white;margin-bottom:-2px}.view-tabs button .has-item{display:inline-block;color:var(--yellow);margin-left:5px;animation:pulse-star 1.5s infinite}@keyframes pulse-star{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.active-question-info{background-color:#0523931a;padding:4px 10px;border-radius:4px;display:inline-block}.active-question-info span{font-weight:600;color:var(--dark-blue)}.chart-grid,.table-view{position:relative;z-index:1;background:#fff;border:1px solid #333;border-radius:0 4px 4px;margin-top:6px;box-sizing:border-box;width:100%}.chart-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;height:auto;width:100%;padding:1.5rem}.table-view{position:relative;width:100%;overflow:auto;margin-top:0;z-index:1;border:1px solid var(--border);border-top:none;border-radius:0 0 4px 4px;background:#fff;color:inherit}.table-scroll{display:none}.table-view>div:nth-child(1){overflow-x:visible;max-width:none;min-width:0}.table-view th{position:sticky;top:0;z-index:40;background:#f0f0f0;padding:12px;text-align:left;color:var(--dark-blue);font-weight:600;border-bottom:2px solid #ccc;border-right:1px solid #ddd}.table-view th:last-child{border-right:none}.table-view td{padding:12px;border-bottom:1px solid #eee;vertical-align:top;font-size:14px;line-height:1.4;border-right:1px solid #eee;text-align:left;color:inherit}.table-scroll::-webkit-scrollbar,.table-view::-webkit-scrollbar{width:16px;height:16px;background-color:transparent}.table-scroll::-webkit-scrollbar-thumb,.table-view::-webkit-scrollbar-thumb{background-color:var(--dark-blue);border-radius:8px;border:2px solid #f5f5f5;min-height:16px;min-width:50px}.table-scroll::-webkit-scrollbar-thumb:hover,.table-view::-webkit-scrollbar-thumb:hover{background-color:var(--light-blue)}.table-scroll::-webkit-scrollbar-track,.table-view::-webkit-scrollbar-track{background-color:transparent;border-radius:8px}.table-scroll,.table-view{scrollbar-width:auto;scrollbar-color:var(--dark-blue) transparent}table,.table-view table{table-layout:fixed!important;border-collapse:collapse!important;border-spacing:0!important;width:100%!important;min-width:1500px!important}.table-view th:nth-child(6),.table-view td:nth-child(6){width:1200px;min-width:1200px}.prompt-cell{padding:10px;line-height:24px;max-height:120px;overflow:hidden;white-space:normal;word-break:break-word;position:relative;cursor:auto;border:1px solid #eee;background:#fff}.prompt-cell:after{display:none;content:none}.prompt-cell:not(.expanded){mask-image:none;-webkit-mask-image:none}.prompt-cell.has-overflow{cursor:pointer}.prompt-cell.has-overflow:not(.expanded){mask-image:linear-gradient(to bottom,black 80%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black 80%,transparent 100%)}.prompt-cell.has-overflow:not(.expanded):after{content:"⤵ Show more";display:block;position:absolute;bottom:0;left:0;right:0;padding:20px 0 5px;background:linear-gradient(to bottom,transparent 0%,white 50%);color:#00f;text-align:center;cursor:pointer;font-size:12px;font-weight:700;z-index:10}.prompt-cell.expanded{max-height:none;overflow:visible;mask-image:none;-webkit-mask-image:none;position:relative;z-index:30;box-shadow:0 2px 8px #0000001a;border:1px solid #ccc;background:#fff}.prompt-cell.expanded:after{content:"⤴ Show less";display:block;margin-top:10px;text-align:center;color:#00f;cursor:pointer;font-size:12px;font-weight:700;background-color:#e9f4ff;padding:4px 10px;border-radius:4px;width:100px;margin-left:auto;margin-right:auto}.table-view table{width:100%;min-width:0;table-layout:auto;border-collapse:collapse;border-spacing:0}.table-view th:nth-child(2),.table-view td:nth-child(2){min-width:80px;width:80px}.table-view th:nth-child(3),.table-view td:nth-child(3){min-width:100px;width:100px}.table-view th:nth-child(4),.table-view td:nth-child(4){min-width:80px;width:80px;text-align:center}.table-view th:nth-child(5),.table-view td:nth-child(5){min-width:10px!important;width:10px!important;overflow:hidden;text-overflow:ellipsis}.table-view th:nth-child(6),.table-view td:nth-child(6){min-width:120px;width:120px;max-width:120px;text-align:center}*/ .table-view th:nth-child(6),.table-view td:nth-child(6){min-width:120px;width:120px;max-width:120px;text-align:center}.table-view th:nth-child(7),.table-view td:nth-child(7){min-width:120px;width:120px;max-width:120px;text-align:center}.table-view th:nth-child(8),.table-view td:nth-child(8){min-width:100px;width:100px}.table-view th:nth-child(9),.table-view td:nth-child(9){min-width:120px;width:120px;text-align:center}.table-view td:nth-child(6) button,.table-view td:nth-child(7) button,.table-view td:nth-child(9) button{min-width:90px}.table-view td:nth-child(5)>div{padding:12px!important;font-size:14px!important;line-height:1.4!important;border:1px solid #ddd!important;background-color:#f9f9f9!important;width:100%!important;box-sizing:border-box!important}.table-view td:nth-child(5):after,.table-view td:nth-child(5):before{display:none!important;content:none!important}.table-view tr:hover td{background-color:var(--background)}.view-response-btn,.more-info-btn{min-width:100px;text-align:center;justify-content:center}.chart-card{background:#fff;padding:1rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;border:1px solid #ccc;min-height:600px;width:100%;display:flex;flex-direction:column;box-sizing:border-box;color:inherit}.chart-card h2{margin-bottom:1rem;color:var(--dark-blue);font-size:1.4rem;font-weight:600;flex:0 0 auto}.chart-total-count{font-size:.9rem;color:#666;margin-top:-.75rem;margin-bottom:1rem;font-weight:500}.data-table{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px var(--border);border:1px solid var(--border)}table{width:100%;border-collapse:collapse;margin-top:1rem}th,td{padding:12px;text-align:left;border-bottom:1px solid var(--border)}th{background-color:var(--background);color:var(--dark-blue);font-weight:600}tr:hover{background-color:var(--background)}.appraisal-badge{padding:4px 8px;border-radius:4px;font-size:.875rem;font-weight:500}.logo-container{text-align:center;margin-bottom:2rem;padding:1rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px var(--border)}.filter-container{width:100%;padding:1rem;background:#fff;border:1px solid var(--border);border-top:none;border-radius:0 0 4px 4px;margin-bottom:1rem}.filter-controls{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end;width:100%}.filter-item{display:flex;flex-direction:column;gap:.25rem;flex:1 1 150px;min-width:150px}.filter-item label{font-weight:500;font-size:.9rem;color:var(--dark-blue);text-align:left}.filter-item select,.filter-item input[type=text]{padding:.75rem 1rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;flex-grow:1;min-width:150px;box-sizing:border-box;color:#213547;background-color:#fff}.filter-item.refresh-item{flex:0 0 auto;align-self:flex-end;margin-bottom:0}.filter-row{display:none}.stats-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.stat-card{background:var(--background);padding:1rem;border-radius:4px;text-align:center}.view-controls{display:flex;gap:1rem;margin-bottom:1rem}.view-controls button{padding:.5rem 1rem;border:none;border-radius:4px;background:var(--background);cursor:pointer}.view-controls button.active{background:var(--dark-blue);color:#fff}.visualization-controls{display:none}.recharts-text{font-size:14px!important;font-weight:500}.recharts-xaxis .recharts-text{font-size:14px!important;font-weight:600}.recharts-tooltip-wrapper{font-size:12px!important}.recharts-responsive-container{flex:1;min-height:0!important}.table-view table{width:100%;border-collapse:collapse}.table-view th{background:var(--background);padding:12px;text-align:left;color:var(--dark-blue);font-weight:600;white-space:nowrap}.table-view td{padding:12px;border-bottom:1px solid var(--border);vertical-align:top}.appraisal-badge{padding:4px 8px;border-radius:4px;font-weight:500}.appraisal-badge.positive{background-color:var(--green);color:#fff}.appraisal-badge.negative{background-color:var(--yellow);color:var(--dark-blue)}.details-content{padding:1rem;background:var(--background);border-radius:4px;margin-top:.5rem}.details-content p{margin:.5rem 0;font-size:.9rem}.details-content strong{color:var(--dark-blue)}.view-response-btn{background:var(--dark-blue);color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem}.view-response-btn:hover{opacity:.9}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000!important;opacity:1;visibility:visible}.modal-content{background:#fff;padding:2rem;border-radius:8px;max-width:90%;width:800px;max-height:85vh;overflow-y:auto;position:relative;z-index:1001!important;box-shadow:0 5px 15px #0000004d;opacity:1;visibility:visible}.modal-content.large{width:1000px;max-width:90%}.modal-close{position:absolute;top:10px;right:15px;background:none;border:none;font-size:2rem;line-height:1;color:#666;cursor:pointer;padding:0;z-index:1002}.modal-close:hover{color:#333}.modal-body{margin-top:1rem;white-space:normal;word-break:break-word;overflow-wrap:break-word;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1rem;line-height:1.7;text-align:left;padding:0;color:#212529}@media (max-width: 768px){.filter-controls{gap:.5rem;padding:.5rem}h3{margin:.5rem 0;width:100%}select{width:100%}}@media (max-width: 1024px){.chart-grid{grid-template-columns:1fr}.chart-card{min-height:400px}}.recharts-wrapper{width:100%!important;height:100%!important;min-height:550px!important}@media (max-width: 1024px){.recharts-wrapper{min-height:350px!important}.recharts-responsive-container{height:350px!important}}@media (max-width: 480px){.chart-card{min-height:300px}.recharts-wrapper{min-height:250px!important}.recharts-responsive-container{height:250px!important}}.diagnostics-table{width:100%;border-collapse:collapse;margin-bottom:20px}.diagnostics-table th,.diagnostics-table td{padding:8px 12px;border:1px solid #ddd;text-align:left}.diagnostics-table th{background-color:#f2f2f2;font-weight:600}.diagnostics-table tr:nth-child(2n){background-color:#f9f9f9}.diagnostics-modal{width:90%;max-width:1200px;max-height:90vh;overflow-y:auto}.view-sample-btn{background-color:#2196f3;color:#fff;border:none;padding:5px 10px;border-radius:4px;cursor:pointer;font-size:.9em}.view-sample-btn:hover{background-color:#0b7dda}.refresh-button{background-color:var(--dark-blue);color:#fff;border:none;border-radius:4px;padding:.75rem 1rem;margin-left:10px;cursor:pointer;font-size:1rem;display:inline-flex;align-items:center;gap:8px;transition:background-color .2s;height:auto;vertical-align:bottom}.refresh-button:hover{background-color:var(--light-blue);color:#fff}.refresh-button.refreshing{background-color:var(--light-blue);color:#fff;cursor:wait}.refresh-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.partial-loading-indicator{position:fixed;bottom:30px;right:30px;background:#052393f2;color:#fff;padding:15px 20px;border-radius:8px;display:flex;align-items:center;gap:15px;z-index:2000;box-shadow:0 4px 12px #0000004d;min-width:300px}.partial-loading-indicator .spinner{width:30px;height:30px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite;flex-shrink:0}.partial-loading-indicator .loading-text{display:flex;flex-direction:column}.partial-loading-indicator .loading-text strong{font-size:1.1rem;margin-bottom:4px}.partial-loading-indicator .loading-text span{font-size:.9rem;opacity:.9}@keyframes spin{to{transform:rotate(360deg)}}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#ffffffe6;display:flex;justify-content:center;align-items:center;z-index:1000}.loading-content{background-color:#fff;padding:30px 50px;border-radius:8px;box-shadow:0 4px 20px #00000026;text-align:center;max-width:400px}.loading-spinner{width:60px;height:60px;border:6px solid rgba(5,35,147,.2);border-radius:50%;border-top-color:var(--dark-blue);animation:spin 1s ease-in-out infinite;margin:0 auto 20px}.loading-content h2{color:var(--dark-blue);margin:0 0 10px;font-size:1.8rem}.loading-content p{color:#666;margin:0;font-size:1.1rem}.suggestion-item{padding:8px 12px;cursor:pointer}.table-container.loading{position:relative}.table-container.loading:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffb3;z-index:1500}.prompt-cell.has-overflow:not(.expanded):hover{background-color:#f0f0f0}.top-scrollbar-container{display:block!important;width:100%;overflow-x:auto;overflow-y:hidden;height:16px;position:sticky;top:58px;z-index:50;background:#e9ecef}.top-scrollbar-content{display:block!important;width:1500px;height:1px}.table-view th:nth-child(1){width:20px!important}.table-view th:nth-child(2){width:30px!important}.table-view th:nth-child(3){width:40px!important}.table-view th:nth-child(4){width:50px!important}.table-view th:nth-child(5){width:100px!important;text-align:center!important}.table-view th:nth-child(6){width:250px!important}.table-view th:nth-child(7){width:60px!important}.table-view th:nth-child(8){width:50px!important}.table-view th:nth-child(9){width:60px!important}.table-view td{padding:12px;border-bottom:1px solid #eee;vertical-align:top;font-size:14px;line-height:1.4;border-right:1px solid #eee;text-align:left}.table-view td:last-child{border-right:none}.table-view td:nth-child(4),.table-view td:nth-child(6),.table-view td:nth-child(7),.table-view td:nth-child(9){text-align:center}.modal-content.large{max-width:80%;width:1000px}.prompt-modal-body pre{white-space:pre-wrap!important;word-break:break-word!important;max-height:70vh;overflow-y:auto;background:#f8f9fa;padding:1rem;border-radius:4px;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:.95rem;line-height:1.5;text-align:left}.modal-body{white-space:normal;word-break:break-word;overflow-wrap:break-word;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1rem;line-height:1.7;text-align:left;padding:1.5rem;color:#212529}.modal-body p{margin-top:0;margin-bottom:1.25rem}.modal-body strong,.modal-body b{font-weight:600}.comment-cell{width:100px!important;max-width:100px!important;white-space:normal;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;vertical-align:top;overflow:hidden;text-overflow:ellipsis}.prompt-text-cell{white-space:normal;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;vertical-align:top;text-align:left;max-height:150px;overflow-y:auto}.scoring-container{min-height:calc(100vh - 180px);display:flex;flex-direction:column;width:100%;background-color:var(--background, #f5f7ff);padding-bottom:2rem}.scoring-wrapper{flex:1;display:flex;flex-direction:column;width:100%}.question-selection-top{background:#fff;margin-bottom:2rem;width:100%}.scoring-content{flex:1;background:#fff;border-radius:8px;border:1px solid #ccc;padding:1.5rem;overflow:auto}.scoring-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.1)}.scoring-header h3{margin:0;color:var(--dark-blue, #052393);font-weight:500}.question-count{color:#666;font-size:.9rem}.loading-scoring,.loading-history,.select-question-prompt{display:flex;flex-direction:column;justify-content:center;align-items:center;height:200px;color:#666;font-size:1.1rem;text-align:center}.select-question-prompt{display:flex;align-items:center;justify-content:center;height:100%;color:#666;font-style:italic;background-color:#f9f9f9;border-radius:8px;padding:40px;text-align:center}.question-selector{background:#fff;border-radius:8px;padding:20px;margin-bottom:20px;box-shadow:0 2px 4px #0000001a}.selector-header h3{color:#052393;margin:0 0 15px;font-size:1.2rem}.selector-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-bottom:20px;align-items:end}.selector-filters .filter-group{display:flex;flex-direction:column;gap:8px}.selector-filters label{font-size:.9rem;font-weight:500;color:#333}.selector-filters select,.selector-filters input{padding:8px 12px;border-radius:4px;border:1px solid #ccc;font-size:.9rem;color:#213547;background-color:#fff}.selector-filters select:focus,.selector-filters input:focus{border-color:#052393;outline:none}.random-question-btn{background-color:#052393;color:#fff;border:none;padding:10px 15px;border-radius:4px;cursor:pointer;font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px;transition:background-color .2s}.random-question-btn:hover{background-color:#031a6e}.loading-spinner{border:4px solid rgba(0,0,0,.1);border-radius:50%;border-top:4px solid var(--dark-blue, #052393);width:30px;height:30px;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message{padding:1rem;background-color:#fee;border:1px solid #ffcccc;border-radius:4px;margin-bottom:1rem;color:#c00;text-align:center}.error-message button{background-color:var(--dark-blue, #052393);color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;margin-top:.5rem;cursor:pointer}.no-history{padding:2rem;text-align:center;color:#666}.search-container{margin:15px 0;width:100%}.search-form{display:flex;width:100%}.search-input{flex:1;padding:10px 15px;border:1px solid #ccc;border-radius:4px 0 0 4px;font-size:14px;color:#213547;background-color:#fff}.search-button{padding:10px 20px;background-color:#052393;color:#fff;border:none;border-radius:0 4px 4px 0;cursor:pointer;font-weight:700}.search-button:hover{background-color:#031a70}.search-results{margin-top:15px;background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 10px #0000001a;padding:15px;max-height:400px;overflow-y:auto;position:relative;z-index:100}.search-results h4{margin-top:0;margin-bottom:10px;color:#052393}.search-results-list{display:flex;flex-direction:column;gap:10px}.search-result-item{padding:10px;border:1px solid #eee;border-radius:4px;cursor:pointer;transition:background-color .2s}.search-result-item:hover{background-color:#f5f8ff}.search-result-id{font-weight:700;color:#052393;margin-bottom:5px}.search-result-preview{font-size:14px;color:#333;margin-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result-date{font-size:12px;color:#666;text-align:right}.close-search-results{margin-top:10px;padding:8px 15px;background-color:#f0f0f0;border:1px solid #ddd;border-radius:4px;cursor:pointer;display:block;margin-left:auto}.close-search-results:hover{background-color:#e0e0e0}.score-results-container{padding:2rem;background-color:var(--background, #f5f7ff);min-height:100vh;display:flex;flex-direction:column}.score-results-container h2{color:var(--dark-blue, #052393);margin-bottom:1.5rem;text-align:center}.filters-bar{background-color:#fff;padding:1rem 1.5rem;border-radius:8px;margin-bottom:2rem;display:flex;gap:1rem;align-items:center;box-shadow:0 2px 4px #0000000d}.filters-bar label{font-weight:500;color:#333}.filters-bar select{padding:.5rem .8rem;border-radius:4px;border:1px solid #ccc;min-width:150px;color:#213547;background-color:#fff}.filters-bar button{background-color:var(--dark-blue, #052393);color:#fff;border:none;padding:.6rem 1rem;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s}.filters-bar button:hover{background-color:#031a6e}.filters-bar button:disabled{background-color:#ccc;cursor:not-allowed}.chart-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:minmax(500px,1fr) minmax(800px,1fr);gap:2rem;flex:1;padding:1rem;min-height:0}.chart-container{background-color:#fff;border-radius:10px;padding:1.5rem;box-shadow:0 4px 12px #0000001a,0 1px 3px #00000014;border:1px solid #e8e8f0;display:flex;flex-direction:column;min-height:0;overflow:hidden}.chart-content{flex:1;min-height:0;position:relative}.chart-card{background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 4px 8px #00000014;border:1px solid #e0e0e0}.chart-card h3{margin-top:0;margin-bottom:1.5rem;color:var(--dark-blue, #052393);font-size:1.1rem;font-weight:600;text-align:center}.chart-card p{text-align:center;color:#666;font-style:italic}.loading-indicator,.error-message,.no-data-message{text-align:center;padding:3rem;margin-top:2rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;color:#555}.error-message{color:#c00;border:1px solid #ffcccc;background-color:#fee}.scores-by-participant-chart,.scores-by-category-chart{position:relative;display:flex;flex-direction:column;min-height:0}.scores-by-participant-chart .chart-scroll-container,.scores-by-category-chart .chart-scroll-container{flex:1;overflow-y:auto;padding-right:10px;min-height:0;scroll-behavior:smooth}.scores-by-participant-chart .recharts-bar,.scores-by-category-chart .recharts-bar{min-height:25px}.scores-by-participant-chart .recharts-text,.scores-by-category-chart .recharts-text{font-size:11px;font-weight:500}.scores-by-participant-chart .chart-scroll-container::-webkit-scrollbar,.scores-by-category-chart .chart-scroll-container::-webkit-scrollbar{width:8px}.scores-by-participant-chart .chart-scroll-container::-webkit-scrollbar-track,.scores-by-category-chart .chart-scroll-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.scores-by-participant-chart .chart-scroll-container::-webkit-scrollbar-thumb,.scores-by-category-chart .chart-scroll-container::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.scores-by-participant-chart .chart-scroll-container::-webkit-scrollbar-thumb:hover,.scores-by-category-chart .chart-scroll-container::-webkit-scrollbar-thumb:hover{background:#555}.chart-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:15px}.sort-controls{display:flex;gap:10px}.sort-controls button{padding:6px 12px;border:1px solid #ddd;border-radius:4px;background:#f5f5f5;cursor:pointer;font-size:12px;transition:all .2s;color:#333;flex-shrink:0;min-height:28px;line-height:1}.sort-controls button.active{background:#052393;color:#fff;border-color:#052393}.sort-controls button:hover{background:#e0e0e0}.sort-controls button.active:hover{background:#031a6e}@media (max-width: 1200px){.chart-grid{grid-template-rows:minmax(450px,1fr) minmax(700px,1fr)}}@media (max-width: 768px){.chart-grid{grid-template-columns:1fr;grid-template-rows:minmax(500px,auto) minmax(500px,auto) minmax(700px,auto) minmax(700px,auto);gap:1rem}}.score-results-filters-container{background-color:#fff;padding:.5rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;display:flex;gap:1.5rem;align-items:flex-end;box-shadow:0 2px 4px #0000000d;width:100%}.filter-item{display:flex;flex-direction:column;gap:.15rem;flex-grow:1;min-width:0}.filter-item label{font-size:.85rem;font-weight:500;color:#333;white-space:nowrap}.filter-item select{padding:.35rem .8rem;border-radius:4px;border:1px solid #ccc;width:100%;font-size:.9rem;color:#213547;background-color:#fff}.filter-item.refresh-item{order:-1;flex-grow:0}.filter-item.refresh-item button{background-color:var(--dark-blue, #052393);color:#fff;border:none;padding:.35rem .5rem;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s;white-space:nowrap}.filter-item.refresh-item button:hover{background-color:#031a6e}.filter-item.refresh-item button:disabled{background-color:#ccc;cursor:not-allowed}.filter-section{margin:2rem 0;background:#fff;border-radius:8px;border:1px solid #ccc;overflow:hidden;width:100%;max-width:100%}.filter-bar{height:4px;background:linear-gradient(to right,var(--dark-blue),var(--light-blue))}.filter-content{display:flex;align-items:flex-end;gap:2rem;padding:1.5rem;flex-wrap:nowrap;width:100%;justify-content:space-between}.filter-group{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:0;max-width:18%;position:relative}.filter-group label{color:var(--dark-blue);font-weight:500;font-size:.9rem;display:block;margin-bottom:4px;white-space:nowrap}.filter-group select{padding:8px 12px;border-radius:4px;border:1px solid #ccc;background:#fff;font-size:.9rem;color:var(--text);cursor:pointer;width:100%;height:36px;min-width:0}.analyze-group{display:flex;gap:.5rem;align-items:flex-end;flex:2;min-width:0;max-width:50%}.analyze-group .filter-group{flex:1}.analyze-group .filter-group:first-child{position:relative}.analyze-group .filter-group:last-child{margin-left:1rem}.analyze-group .filter-group:first-child:after{content:"";position:absolute;right:-1rem;bottom:18px;width:1rem;height:1px;background-color:#ccc}.refresh-btn{background-color:var(--dark-blue);color:#fff;border:none;padding:8px 12px;border-radius:4px;cursor:pointer;font-weight:500;display:flex;align-items:center;justify-content:center;gap:6px;font-size:.9rem;transition:background-color .2s;height:36px;white-space:nowrap}.refresh-btn:hover{background-color:#03186c}.refresh-btn:disabled{background-color:#a0a0a0;cursor:not-allowed}.new-data-available{background-color:#4caf50!important;animation:pulse 1.5s infinite;color:#fff!important;font-weight:700}@keyframes pulse{0%{opacity:.8}50%{opacity:1}to{opacity:.8}}.user-filter-input-container{position:relative;width:100%}.user-suggestions{position:absolute;top:100%;left:0;width:100%;max-height:200px;overflow-y:auto;background:#fff;border:1px solid #ccc;border-radius:4px;z-index:1000;box-shadow:0 4px 8px #0000001a}.suggestion-item{padding:8px 12px;cursor:pointer;color:#333}.suggestion-item:hover{background-color:#f0f0f0}.select-wrapper{position:relative;width:100%}
