html{background:#f4f7fb}*{box-sizing:border-box}body{color:#14213d;background:#f4f7fb;margin:0;font-family:Arial,Helvetica,sans-serif}button,input{font:inherit}.app{min-height:100vh}.header{color:#fff;background:#07182f;padding:22px 48px}.header h1{margin:0;font-size:26px}.header p{color:#b9c7db;margin:5px 0 0;font-size:14px}.content{width:min(1100px,100% - 40px);margin:48px auto}.panel{background:#fff;border:1px solid #dce3ed;border-radius:14px;padding:32px;box-shadow:0 8px 24px #14213d0f}.upload-panel{max-width:650px;margin:auto}.panel h2{margin-top:0}.subtext{color:#64748b}.upload-area{cursor:pointer;background:#f8fafc;border:2px dashed #aab8ca;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:300px;margin-top:24px;display:flex;overflow:hidden}.upload-area:hover{border-color:#376da8}.upload-area input{display:none}.upload-area img{object-fit:contain;width:100%;height:300px}.upload-area span{color:#7b8798;font-size:14px}.filename{color:#53657a;font-size:14px}.primary-button,.secondary-button,.export-button{cursor:pointer;border:0;border-radius:8px;font-weight:700}.primary-button{color:#fff;background:#124b85;width:100%;padding:14px}.primary-button:disabled{cursor:default;background:#a5b2c1}.results-header{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.results-header p{color:#65758a;margin:4px 0 0}.secondary-button{color:#17314f;background:#e7edf5;padding:10px 16px}.results-layout{grid-template-columns:minmax(250px,.8fr) 1.5fr;gap:28px;display:grid}.result-image{background:#f5f7fa;border:1px solid #dce3ed;border-radius:10px;padding:12px}.result-image img{object-fit:contain;width:100%;max-height:500px;display:block}.descriptor-grid{grid-template-columns:1fr;gap:14px;display:grid}.descriptor-card{border:1px solid #dbe3ed;border-radius:10px;padding:18px}.descriptor-code{color:#56708e;font-size:13px;font-weight:700}.descriptor-value{color:#0d3156;margin:7px 0;font-size:30px;font-weight:700}.descriptor-name{color:#67788c;font-size:13px}.export-row{color:#748297;border-top:1px solid #e1e7ef;align-items:center;gap:14px;margin-top:28px;padding-top:20px;font-size:13px;display:flex}.export-button{color:#fff;background:#1d5c96;padding:11px 18px}.export-button:disabled{opacity:.5;cursor:default}.error{color:#a62323}.header{justify-content:space-between;align-items:center;gap:24px;display:flex}.header-brand h1{margin:0}.main-nav{gap:8px;display:flex}.nav-button{color:#b9c7db;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;padding:9px 16px;font-weight:700}.nav-button:hover{color:#fff;background:#ffffff14}.nav-button.active{color:#0d3156;background:#fff}@media (width<=750px){.header{flex-direction:column;align-items:flex-start;padding:20px}.header-actions{flex-direction:column;align-items:stretch;gap:12px;width:100%}.user-menu{justify-content:space-between}.main-nav{width:100%}.nav-button{flex:1}.content{margin:24px auto}.results-layout{grid-template-columns:1fr}}.header-actions{align-items:center;gap:24px;display:flex}.user-menu{align-items:center;gap:12px;display:flex}.user-email{color:#b9c7db;font-size:13px}.logout-button{color:#fff;cursor:pointer;background:0 0;border:1px solid #536a86;border-radius:7px;padding:9px 13px;font-weight:700}.logout-button:hover{background:#ffffff14}.auth-loading{color:#53657a;justify-content:center;align-items:center;min-height:100vh;display:flex}.analyze-mode-switch{background:#eaf0f6;border:1px solid #d5deea;border-radius:10px;gap:4px;width:min(650px,100%);margin:0 auto 18px;padding:4px;display:flex}.analyze-mode-button{color:#53657a;cursor:pointer;background:0 0;border:0;border-radius:7px;flex:1;padding:10px 14px;font-weight:700}.analyze-mode-button.active{color:#0d3156;background:#fff;box-shadow:0 2px 7px #14213d14}.trend-section{background:#fbfcfe;border:1px solid #dbe3ed;border-radius:12px;margin-bottom:36px;padding:22px}.trend-header{margin-bottom:20px}.trend-header h3{color:#17314f;margin:0 0 5px}.trend-header p{color:#718096;margin:0;font-size:14px}.trend-chart{width:100%;height:340px}.history-controls{background:#f8fafc;border:1px solid #dbe3ed;border-radius:9px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:12px 14px;display:flex}.history-controls>div:first-child{color:#536b86;align-items:center;gap:8px;font-size:14px;display:flex}.history-control-buttons{gap:8px;display:flex}.history-control-button{color:#294966;cursor:pointer;background:#fff;border:1px solid #ccd6e2;border-radius:7px;padding:8px 12px;font-weight:600}.history-control-button:hover{background:#eef3f8}.history-export-button{color:#fff;cursor:pointer;background:#17314f;border:1px solid #17314f;border-radius:7px;padding:8px 14px;font-weight:700}.history-export-button:hover{background:#294966}.history-export-button:disabled{cursor:not-allowed;opacity:.45}.trend-empty{color:#718096;text-align:center;justify-content:center;align-items:center;min-height:220px;display:flex}.comparison-section{margin-top:32px}.comparison-heading{margin-bottom:16px}.comparison-heading h3{color:#17314f;margin:0 0 5px}.comparison-heading p{color:#718096;margin:0;font-size:14px}.comparison-table-wrapper{border:1px solid #dbe3ed;border-radius:10px;width:100%;overflow-x:auto}.comparison-table{border-collapse:collapse;background:#fff;width:100%}.comparison-table th,.comparison-table td{text-align:center;border-bottom:1px solid #e5eaf0;border-right:1px solid #e5eaf0;min-width:150px;padding:14px}.comparison-table tr:last-child th,.comparison-table tr:last-child td{border-bottom:0}.comparison-table th:last-child,.comparison-table td:last-child{border-right:0}.descriptor-label-column{z-index:3;color:#536b86;background:#f5f8fb;position:sticky;left:0;box-shadow:2px 0 4px #0000000d;text-align:left!important;min-width:220px!important}.descriptor-row-label{z-index:2;background:#f8fafc;position:sticky;left:0;box-shadow:2px 0 4px #0000000d;text-align:left!important;min-width:220px!important}.descriptor-row-code{color:#17314f;font-weight:700;display:block}.descriptor-row-name{color:#718096;margin-top:3px;font-size:12px;font-weight:400;display:block}.analysis-column-header{cursor:pointer;flex-direction:column;align-items:center;gap:3px;display:flex}.analysis-column-header input{margin-bottom:6px}.analysis-date{color:#17314f;font-weight:700}.analysis-time{color:#64748b;font-size:12px;font-weight:400}.analysis-file{color:#718096;text-overflow:ellipsis;white-space:nowrap;max-width:170px;font-size:11px;font-weight:400;overflow:hidden}.excluded-column{opacity:.55;color:#9aa4b2!important;background:#f4f5f7!important}@media (width<=750px){.history-controls{flex-direction:column;align-items:stretch}.history-control-buttons{width:100%}.history-control-button{flex:1}}.collection-toolbar{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:18px;display:flex}.collection-filter{flex-direction:column;gap:6px;display:flex}.collection-filter label{color:#536b86;font-size:13px;font-weight:700}.collection-filter select{color:#243b55;background:#fff;border:1px solid #ccd6e2;border-radius:7px;min-width:240px;padding:9px 12px;font-size:14px}.new-collection-button{color:#17314f;cursor:pointer;background:#fff;border:1px solid #17314f;border-radius:7px;padding:9px 14px;font-weight:700}.new-collection-button:hover{background:#eef3f8}.new-collection-panel{background:#f8fafc;border:1px solid #dbe3ed;border-radius:10px;margin-bottom:20px;padding:16px}.new-collection-fields{grid-template-columns:1fr 1.5fr;gap:14px;display:grid}.new-collection-fields>div{flex-direction:column;gap:6px;display:flex}.new-collection-fields label{color:#536b86;font-size:13px;font-weight:700}.new-collection-fields label span{font-weight:400}.new-collection-fields input{color:#243b55;background:#fff;border:1px solid #ccd6e2;border-radius:7px;padding:9px 11px}.new-collection-actions{justify-content:flex-end;gap:8px;margin-top:14px;display:flex}.analysis-collection-select{color:#294966;background:#fff;border:1px solid #ccd6e2;border-radius:6px;width:100%;max-width:170px;margin-top:8px;padding:6px 7px;font-size:12px}@media (width<=750px){.collection-toolbar{flex-direction:column;align-items:stretch}.collection-filter select{width:100%;min-width:0}.new-collection-button{width:100%}.new-collection-fields{grid-template-columns:1fr}}.collection-toolbar-buttons{gap:8px;display:flex}.delete-collection-button{color:#a53f3f;cursor:pointer;background:#fff;border:1px solid #b84c4c;border-radius:7px;padding:9px 14px;font-weight:700}.delete-collection-button:hover{background:#fff3f3}@media (width<=750px){.collection-toolbar-buttons{width:100%}.collection-toolbar-buttons button{flex:1}}.delete-analysis-button{color:#a33a3a;cursor:pointer;background:snow;border:1px solid #d6a0a0;border-radius:6px;width:100%;max-width:170px;margin-top:5px;padding:6px 7px;font-size:11px;font-weight:700}.delete-analysis-button:hover:not(:disabled){background:#fdecec}.delete-analysis-button:disabled{cursor:not-allowed;opacity:.55}.collection-calibration-panel{background:#f8fafc;border:1px solid #dbe3ed;border-radius:10px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;padding:14px 16px;display:flex}.collection-calibration-status{color:#536b86;flex-direction:column;gap:4px;font-size:13px;display:flex}.collection-calibration-status strong{color:#17314f;font-size:14px}.collection-calibration-stale{color:#9a641e;font-weight:600}.collection-calibration-actions{align-items:center;gap:10px;display:flex}.display-scale-toggle{background:#fff;border:1px solid #ccd6e2;border-radius:8px;padding:3px;display:inline-flex}.display-scale-button{color:#536b86;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:7px 10px;font-size:12px;font-weight:700}.display-scale-button.active{color:#fff;background:#17314f}.display-scale-button:disabled{cursor:not-allowed;opacity:.4}.recalibrate-collection-button{color:#285f82;cursor:pointer;background:#eef6fb;border:1px solid #3f7fa6;border-radius:7px;padding:9px 13px;font-weight:700}.recalibrate-collection-button:hover:not(:disabled){background:#dfedf6}.recalibrate-collection-button:disabled{cursor:not-allowed;opacity:.5}@media (width<=900px){.collection-calibration-panel,.collection-calibration-actions{flex-direction:column;align-items:stretch}.display-scale-toggle{width:100%}.display-scale-button{flex:1}}.history-action-notice{color:#2f6842;background:#f3faf5;border:1px solid #b8d7c2;border-radius:8px;margin:0 0 18px;padding:10px 12px;font-size:13px;font-weight:600}.analysis-management-section{background:#fbfcfe;border:1px solid #dbe3ed;border-radius:12px;margin-bottom:24px;padding:18px}.analysis-management-heading{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:14px;display:flex}.analysis-management-heading h3{color:#17314f;margin:0 0 5px}.analysis-management-heading p{color:#718096;margin:0;font-size:13px}.analysis-management-selection-controls,.bulk-action-buttons{flex-wrap:wrap;gap:8px;display:flex}.bulk-action-bar{color:#294966;background:#eef4fa;border:1px solid #b9c9da;border-radius:9px;justify-content:space-between;align-items:center;gap:14px;margin-bottom:12px;padding:10px 12px;display:flex}.bulk-move-button{color:#fff;cursor:pointer;background:#17314f;border:1px solid #17314f;border-radius:7px;padding:8px 13px;font-weight:700}.bulk-move-button:hover:not(:disabled){background:#294966}.bulk-move-button:disabled,.bulk-delete-button:disabled{cursor:not-allowed;opacity:.5}.bulk-delete-button{color:#a53f3f;cursor:pointer;background:#fff;border:1px solid #b84c4c;border-radius:7px;padding:8px 13px;font-weight:700}.bulk-delete-button:hover:not(:disabled){background:#fff3f3}.analysis-management-table-wrapper{background:#fff;border:1px solid #e0e7ef;border-radius:9px;width:100%;overflow-x:auto}.analysis-management-table{border-collapse:collapse;width:100%;min-width:720px}.analysis-management-table th,.analysis-management-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #e7edf3;padding:10px 12px}.analysis-management-table th{color:#536b86;background:#f5f8fb;font-size:12px;font-weight:700}.analysis-management-table tbody tr:last-child td{border-bottom:0}.analysis-management-row.selected td{background:#f0f6fb}.analysis-select-cell{width:42px;text-align:center!important}.management-filename{text-overflow:ellipsis;white-space:nowrap;color:#17314f;max-width:360px;font-size:13px;font-weight:600;display:block;overflow:hidden}.management-date,.management-time{color:#536b86;font-size:12px;display:block}.management-time{color:#8291a3;margin-top:2px}.management-collection-select{color:#294966;background:#fff;border:1px solid #ccd6e2;border-radius:7px;width:100%;min-width:180px;max-width:280px;padding:7px 9px;font-size:12px}.management-delete-button{color:#a33a3a;cursor:pointer;background:snow;border:1px solid #d6a0a0;border-radius:6px;padding:7px 10px;font-size:11px;font-weight:700}.management-delete-button:hover:not(:disabled){background:#fdecec}.management-delete-button:disabled{cursor:not-allowed;opacity:.5}.bulk-move-overlay{z-index:1000;background:#111f306b;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.bulk-move-dialog{background:#fff;border-radius:12px;width:min(560px,100%);max-height:90vh;padding:20px;overflow-y:auto;box-shadow:0 18px 50px #14273d38}.bulk-move-dialog-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.bulk-move-dialog-header h3{color:#17314f;margin:0 0 4px}.bulk-move-dialog-header p{color:#718096;margin:0;font-size:13px}.bulk-dialog-close{color:#718096;cursor:pointer;background:0 0;border:0;font-size:26px;line-height:1}.bulk-move-options{flex-direction:column;gap:12px;display:flex}.bulk-move-radio-option{color:#294966;align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.bulk-move-select{color:#294966;background:#fff;border:1px solid #ccd6e2;border-radius:7px;width:100%;padding:9px 10px}.bulk-new-collection-fields{background:#f8fafc;border:1px solid #e0e7ef;border-radius:8px;grid-template-columns:1fr;gap:10px;padding:12px;display:grid}.bulk-new-collection-fields label{color:#536b86;flex-direction:column;gap:5px;font-size:12px;font-weight:700;display:flex}.bulk-new-collection-fields label span{font-weight:400}.bulk-new-collection-fields input{color:#243b55;background:#fff;border:1px solid #ccd6e2;border-radius:7px;padding:8px 9px}.bulk-move-dialog-actions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}@media (width<=750px){.analysis-management-heading,.bulk-action-bar{flex-direction:column;align-items:stretch}.analysis-management-selection-controls,.bulk-action-buttons{width:100%}.analysis-management-selection-controls button,.bulk-action-buttons button{flex:1}}.trend-include-control{color:#536b86;text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:5px;margin-bottom:6px;font-size:10px;font-weight:700;display:inline-flex}.trend-include-control input{margin:0}.comparison-table tbody tr.descriptor-color-row>th,.comparison-table tbody tr.descriptor-color-row>td{background:var(--descriptor-row-bg)}.batch-panel{width:min(1180px,100%);margin:0 auto}.batch-heading-row{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.batch-heading-row h2{margin-bottom:6px}.batch-form-grid{grid-template-columns:minmax(280px,1fr) auto;align-items:end;gap:24px;margin-top:28px;display:grid}.batch-field{flex-direction:column;gap:7px;display:flex}.batch-field label{color:#17314f;font-size:14px;font-weight:700}.batch-field input{color:#17314f;background:#fff;border:1px solid #cbd6e3;border-radius:8px;width:100%;padding:11px 12px}.batch-field span{color:#718096;font-size:12px}.batch-selection-actions{gap:10px;display:flex}.batch-picker-button{color:#fff;cursor:pointer;background:#124b85;border:1px solid #124b85;border-radius:8px;justify-content:center;align-items:center;min-width:130px;padding:11px 16px;font-weight:700;display:inline-flex}.batch-picker-button.secondary{color:#124b85;background:#fff}.batch-picker-button input{display:none}.batch-selection-summary{background:#f8fafc;border:1px solid #dbe3ed;border-radius:9px;flex-wrap:wrap;align-items:baseline;gap:10px 18px;margin-top:22px;padding:14px 16px;display:flex}.batch-selection-summary strong{color:#17314f}.batch-selection-summary span{color:#718096;font-size:13px}.batch-selection-summary .batch-warning{color:#996515}.batch-file-preview{flex-wrap:wrap;gap:7px;margin-top:12px;display:flex}.batch-file-preview span{color:#53657a;text-overflow:ellipsis;white-space:nowrap;background:#eef3f8;border-radius:6px;max-width:230px;padding:6px 9px;font-size:12px;overflow:hidden}.batch-start-button{margin-top:22px}.batch-progress-card{background:#fbfcfe;border:1px solid #dbe3ed;border-radius:12px;margin-top:26px;padding:22px}.batch-job-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.batch-job-header h3{color:#17314f;margin:5px 0 4px}.batch-job-header p{color:#718096;margin:0;font-size:12px}.batch-status-label{color:#376da8;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.batch-count-block{flex-direction:column;align-items:flex-end;display:flex}.batch-count-block strong{color:#0d3156;font-size:28px}.batch-count-block span{color:#718096;font-size:12px}.batch-progress-section+.batch-progress-section{margin-top:18px}.batch-progress-label{color:#53657a;justify-content:space-between;gap:16px;margin-bottom:7px;font-size:13px;display:flex}.batch-progress-track{background:#dfe7f0;border-radius:999px;height:10px;overflow:hidden}.batch-progress-fill{border-radius:inherit;background:#1d5c96;min-width:0;height:100%;transition:width .22s}.batch-progress-note{color:#718096;margin:18px 0 0;font-size:13px}.batch-results-section{margin-top:28px}.batch-result-summary{grid-template-columns:repeat(3,minmax(120px,1fr));gap:12px;display:grid}.batch-result-summary>div{background:#f8fafc;border:1px solid #dbe3ed;border-radius:9px;padding:16px}.batch-result-summary strong,.batch-result-summary span{display:block}.batch-result-summary strong{color:#0d3156;font-size:24px}.batch-result-summary span{color:#718096;margin-top:3px;font-size:12px}.batch-result-actions{flex-wrap:wrap;gap:10px;margin:18px 0;display:flex}.batch-results-table-wrap{border:1px solid #dbe3ed;border-radius:10px;width:100%;max-height:520px;overflow:auto}.batch-results-table{border-collapse:collapse;background:#fff;width:100%;min-width:1500px;font-size:12px}.batch-results-table th,.batch-results-table td{text-align:right;white-space:nowrap;border-bottom:1px solid #e5eaf0;border-right:1px solid #e5eaf0;padding:10px 11px}.batch-results-table th{z-index:2;color:#294966;background:#f4f7fb;font-weight:700;position:sticky;top:0}.batch-results-table th:first-child,.batch-results-table td:first-child{z-index:1;text-align:left;text-overflow:ellipsis;background:#fff;min-width:220px;max-width:280px;position:sticky;left:0;overflow:hidden}.batch-results-table th:first-child{z-index:3;background:#f4f7fb}.batch-results-table th:nth-child(2),.batch-results-table td:nth-child(2){text-align:left}.batch-error{margin-top:18px}@media (width<=800px){.batch-heading-row,.batch-job-header{flex-direction:column}.batch-form-grid{grid-template-columns:1fr}.batch-selection-actions{flex-wrap:wrap}.batch-picker-button{flex:1}.batch-result-summary{grid-template-columns:1fr}.batch-count-block{align-items:flex-start}}.login-page{background:#f4f7fb;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-panel{background:#fff;border:1px solid #d7e0ea;border-radius:14px;width:100%;max-width:430px;overflow:hidden;box-shadow:0 12px 32px #0f233c1a}.login-brand{color:#fff;background:#07182f;padding:28px 32px}.login-brand h1{margin:0;font-size:24px;font-weight:700}.login-brand p{color:#c3cfdd;margin:8px 0 0;font-size:14px}.login-form{flex-direction:column;padding:32px;display:flex}.login-form h2{color:#16263c;margin:0 0 24px;font-size:21px}.login-form label{color:#334155;margin-bottom:7px;font-size:14px;font-weight:600}.login-form input{box-sizing:border-box;color:#172033;background:#fff;border:1px solid #cbd5e1;border-radius:8px;width:100%;margin-bottom:18px;padding:11px 12px;font-size:15px}.login-form input:focus{border-color:#3b6fa4;outline:2px solid #b6d0ea}.login-submit{color:#fff;cursor:pointer;background:#124b85;border:0;border-radius:8px;margin-top:4px;padding:12px 16px;font-size:15px;font-weight:700}.login-submit:hover:not(:disabled){background:#0f4072}.login-submit:disabled{opacity:.6;cursor:default}.login-error{color:#9b2424;background:#fff3f3;border:1px solid #edcaca;border-radius:7px;margin-top:16px;padding:10px 12px;font-size:14px}.login-mode-switch{color:#64748b;justify-content:center;align-items:center;gap:6px;margin-top:20px;font-size:14px;display:flex}.login-mode-switch button{color:#124b85;cursor:pointer;background:0 0;border:0;padding:0;font-size:14px;font-weight:700}.login-mode-switch button:hover{text-decoration:underline}
