.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:1rem}.auth-card{background:white;border-radius:16px;padding:2rem;box-shadow:0 20px 40px #0000001a;width:100%;max-width:400px}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h1{color:#1e293b;font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.auth-header p{color:#64748b;font-size:.9rem}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#374151;font-size:.875rem}.form-group input{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.9rem;transition:border-color .2s ease}.form-group input:focus{outline:none;border-color:#667eea}.password-input{position:relative}.password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#64748b;cursor:pointer;padding:.25rem;border-radius:4px;transition:color .2s ease}.password-toggle:hover{color:#374151}.error-message{background:#fef2f2;color:#dc2626;padding:.75rem;border-radius:8px;font-size:.875rem;border:1px solid #fecaca}.auth-button{background:#667eea;color:#fff;border:none;padding:.75rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.auth-button:hover:not(:disabled){background:#5a6fd8;transform:translateY(-1px)}.auth-button:disabled{background:#cbd5e1;cursor:not-allowed;transform:none}.loading-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.auth-switch{margin-top:1.5rem;text-align:center}.auth-switch p{color:#64748b;font-size:.875rem}.switch-button{background:none;border:none;color:#667eea;font-weight:600;cursor:pointer;margin-left:.5rem;text-decoration:underline;transition:color .2s ease}.switch-button:hover{color:#5a6fd8}.feedback-form{background:white;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;height:fit-content}.form-header{margin-bottom:1.5rem}.form-header h2{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.form-header p{color:#64748b;font-size:.9rem}.form-content{display:flex;flex-direction:column;gap:1.5rem}.agreement-section{display:flex;flex-direction:column;gap:1rem}.agreement-section label{font-weight:600;color:#374151;font-size:.9rem}.agreement-buttons{display:flex;gap:1rem}.agreement-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;border:2px solid #e2e8f0;border-radius:8px;background:white;color:#64748b;font-weight:600;cursor:pointer;transition:all .2s ease}.agreement-btn:hover{border-color:#667eea;color:#667eea}.agreement-btn.selected{border-color:#667eea;background:#667eea;color:#fff}.agreement-btn.selected:hover{background:#5a6fd8}.comments-section{display:flex;flex-direction:column;gap:.5rem}.comments-section label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#374151;font-size:.9rem}.comments-section textarea{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:.9rem;resize:vertical;transition:border-color .2s ease}.comments-section textarea:focus{outline:none;border-color:#667eea}.submit-btn{background:#667eea;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.submit-btn:hover:not(:disabled){background:#5a6fd8;transform:translateY(-1px)}.submit-btn:disabled{background:#cbd5e1;cursor:not-allowed;transform:none}.feedback-summary{background:#f8fafc;border-radius:8px;padding:1.5rem}.summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.summary-header h3{color:#1e293b;font-size:1.25rem;font-weight:600}.edit-btn{background:#667eea;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.edit-btn:hover{background:#5a6fd8}.summary-content{display:flex;flex-direction:column;gap:1rem}.agreement-summary,.comments-summary{display:flex;flex-direction:column;gap:.5rem}.agreement-summary label,.comments-summary label{font-weight:600;color:#64748b;font-size:.875rem}.agreement-display{font-weight:600;font-size:1rem}.comments-display{background:white;padding:.75rem;border-radius:6px;border-left:3px solid #667eea;line-height:1.5;color:#374151;font-size:.9rem}@media (max-width: 768px){.agreement-buttons{flex-direction:column}.summary-header{flex-direction:column;gap:1rem;align-items:flex-start}}.score-display{display:flex;flex-direction:column;gap:2rem}.score-section{background:white;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.score-section h2{margin-bottom:1.5rem;color:#1e293b;font-size:1.5rem;font-weight:600}.score-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.score-item{background:#f8fafc;padding:1rem;border-radius:8px;border-left:4px solid #667eea}.score-item label{display:block;font-size:.875rem;font-weight:600;color:#64748b;margin-bottom:.5rem}.score-value{font-size:1.5rem;font-weight:700;color:#1e293b}.score-value.large{font-size:2rem}.score-level{font-size:.875rem;font-weight:600;margin-top:.25rem}.llm-overview{margin-bottom:2rem}.model-info{background:#f8fafc;padding:1.5rem;border-radius:8px;margin-bottom:1rem;border-left:4px solid #10b981}.model-info label{display:block;font-size:.875rem;font-weight:600;color:#64748b;margin-bottom:.5rem}.model-name{font-size:1.125rem;font-weight:600;color:#1e293b;font-family:Courier New,monospace;background:#ecfdf5;padding:.5rem;border-radius:4px;border:1px solid #d1fae5}.overall-score{background:#f8fafc;padding:1.5rem;border-radius:8px;margin-bottom:1rem;border-left:4px solid #667eea}.overall-score label{display:block;font-size:.875rem;font-weight:600;color:#64748b;margin-bottom:.5rem}.explanation{background:#f8fafc;padding:1.5rem;border-radius:8px}.explanation label{display:block;font-size:.875rem;font-weight:600;color:#64748b;margin-bottom:.5rem}.explanation-text{line-height:1.6;color:#374151;font-size:.9rem}.subcategory-scores h3{margin-bottom:1rem;color:#1e293b;font-size:1.25rem;font-weight:600}.subcategory-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.subcategory-item{background:#f8fafc;padding:1rem;border-radius:8px;border-left:4px solid #667eea}.subcategory-item label{display:block;font-size:.875rem;font-weight:600;color:#64748b;margin-bottom:.5rem}@media (max-width: 768px){.score-grid,.subcategory-grid{grid-template-columns:1fr}}.text-display{background:white;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;margin-top:0;margin-bottom:0}.text-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f1f5f9}.text-header h3{display:flex;align-items:center;gap:.5rem;color:#1e293b;font-size:1.25rem;font-weight:600;margin:0}.descriptions-toggle{display:flex;align-items:center;gap:.5rem;background:#f8fafc;border:2px solid #e2e8f0;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s ease}.descriptions-toggle:hover{background:#f1f5f9;border-color:#cbd5e1;color:#374151}.descriptions-panel{background:#f8fafc;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #e2e8f0}.descriptions-section{margin-bottom:2rem}.descriptions-section:last-child{margin-bottom:0}.descriptions-section h4{color:#1e293b;font-size:1.125rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.descriptions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.description-item{background:white;padding:1rem;border-radius:8px;border-left:4px solid #667eea}.description-item h5{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:.5rem}.description-item p{color:#64748b;font-size:.875rem;line-height:1.5;margin-bottom:.75rem}.levels{margin-top:.75rem}.level-item{display:flex;justify-content:space-between;padding:.25rem 0;font-size:.8rem}.range{font-weight:600;color:#374151}.level{color:#64748b}.interpretation{background:#f0f9ff;padding:.5rem;border-radius:4px;border-left:3px solid #0ea5e9;font-size:.8rem;color:#0c4a6e}.scale{background:#fef3c7;padding:.5rem;border-radius:4px;border-left:3px solid #f59e0b;font-size:.8rem;color:#92400e}.text-content{background:#f8fafc;border-radius:8px;padding:1rem;flex:1;overflow:hidden;display:flex;flex-direction:column;min-height:400px;max-height:600px}.text-wrapper{max-height:400px;overflow-y:auto;background:white;border-radius:6px;padding:1rem;border:1px solid #e2e8f0}.text-pre{font-family:Courier New,monospace;font-size:.875rem;line-height:1.6;color:#374151;white-space:pre-wrap;word-wrap:break-word;margin:0;padding:0}.text-wrapper::-webkit-scrollbar{width:8px}.text-wrapper::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.text-wrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.text-wrapper::-webkit-scrollbar-thumb:hover{background:#94a3b8}.text-loading,.text-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.text-loading .spinner{width:40px;height:40px;border:4px solid #f3f4f6;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.text-error p{color:#dc2626;margin-bottom:1rem}.retry-btn{background:#667eea;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.retry-btn:hover{background:#5a6fd8}@media (max-width: 768px){.text-header{flex-direction:column;gap:1rem;align-items:flex-start}.descriptions-grid{grid-template-columns:1fr}.text-content{min-height:250px}.text-wrapper{min-height:200px}.text-pre{font-size:.8rem;line-height:1.4}}@media (max-width: 480px){.text-display{padding:1rem}.text-header h3{font-size:1.1rem}.descriptions-toggle{font-size:.8rem;padding:.4em .8em}.text-content{padding:.5rem;min-height:200px}.text-wrapper{padding:.5rem;min-height:150px}.text-pre{font-size:.75rem;line-height:1.3}}.admin-dashboard{max-width:1200px;margin:0 auto;padding:2rem}.admin-header{text-align:center;margin-bottom:2rem}.admin-header h1{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.admin-header p{color:#64748b;font-size:1.1rem}.admin-tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:2px solid #e2e8f0;padding-bottom:1rem}.tab-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;background:none;color:#64748b;font-weight:600;cursor:pointer;border-radius:8px;transition:all .2s ease}.tab-button:hover{background:#f1f5f9;color:#1e293b}.tab-button.active{background:#667eea;color:#fff}.overview-tab{display:flex;flex-direction:column;gap:2rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.stat-card{background:white;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;gap:1rem;border-left:4px solid #667eea}.stat-icon{color:#667eea;background:#f8fafc;padding:.75rem;border-radius:8px}.stat-content h3{color:#64748b;font-size:.875rem;font-weight:600;margin-bottom:.25rem}.stat-value{font-size:1.75rem;font-weight:700;color:#1e293b}.export-section{display:flex;justify-content:center}.export-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#10b981;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s ease}.export-button:hover{background:#059669}.feedback-tab{display:flex;flex-direction:column;gap:1.5rem}.feedback-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.feedback-header h2{color:#1e293b;font-size:1.5rem;font-weight:600}.feedback-count{color:#64748b;font-size:.875rem;font-weight:600}.feedback-list{display:flex;flex-direction:column;gap:1rem}.feedback-item{background:white;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;border-left:4px solid #667eea}.feedback-item .feedback-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.feedback-user{font-weight:600;color:#1e293b}.feedback-agreement{padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:600}.feedback-agreement.agree{background:#dcfce7;color:#166534}.feedback-agreement.disagree{background:#fee2e2;color:#991b1b}.feedback-content{display:flex;flex-direction:column;gap:.5rem}.feedback-item-id{color:#374151;font-size:.9rem}.feedback-comments{color:#374151;font-size:.9rem;font-style:italic}.feedback-timestamp{color:#6b7280;font-size:.8rem}.users-tab{display:flex;flex-direction:column;gap:1.5rem}.users-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.users-header h2{color:#1e293b;font-size:1.5rem;font-weight:600}.users-count{color:#64748b;font-size:.875rem;font-weight:600}.users-list{display:flex;flex-direction:column;gap:1rem}.user-item{background:white;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;border-left:4px solid #667eea;display:flex;justify-content:space-between;align-items:center}.user-info{display:flex;flex-direction:column;gap:.25rem}.user-username{font-weight:600;color:#1e293b;font-size:1.1rem}.user-email{color:#64748b;font-size:.9rem}.user-meta{text-align:right}.user-created{color:#6b7280;font-size:.8rem}.empty-state{text-align:center;padding:3rem;color:#64748b}.empty-state svg{margin-bottom:1rem;opacity:.5}.empty-state h3{color:#374151;margin-bottom:.5rem}.empty-state p{color:#6b7280}.loading-spinner{text-align:center;padding:3rem;color:#64748b;font-size:1.1rem}.error-message{text-align:center;padding:2rem;color:#ef4444;background:#fee2e2;border-radius:8px;margin:1rem 0}@media (max-width: 768px){.admin-dashboard{padding:1rem}.admin-tabs{flex-direction:column}.stats-grid{grid-template-columns:1fr}.feedback-item .feedback-header,.user-item,.feedback-header,.users-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.data-dashboard{max-width:1200px;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.dashboard-header{text-align:center;margin-bottom:30px;padding:20px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a}.dashboard-header h1{margin:0 0 10px;font-size:2.5rem;font-weight:700}.dashboard-header p{margin:0;font-size:1.1rem;opacity:.9}.dashboard-tabs{display:flex;gap:10px;margin-bottom:30px;background:white;padding:10px;border-radius:12px;box-shadow:0 2px 4px #0000001a;overflow-x:auto}.tab-button{display:flex;align-items:center;gap:8px;padding:12px 20px;border:none;background:#f8f9fa;color:#6c757d;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease;white-space:nowrap}.tab-button:hover{background:#e9ecef;color:#495057}.tab-button.active{background:#667eea;color:#fff;box-shadow:0 2px 4px #667eea4d}.overview-tab{display:flex;flex-direction:column;gap:30px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.stat-card{background:white;padding:24px;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;gap:16px;transition:transform .3s ease,box-shadow .3s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.stat-icon{width:60px;height:60px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.stat-content h3{margin:0 0 8px;font-size:1.1rem;font-weight:600;color:#495057}.stat-value{font-size:2rem;font-weight:700;color:#212529;margin-bottom:4px}.stat-subtitle{font-size:.9rem;color:#6c757d}.score-overview{background:white;padding:24px;border-radius:12px;box-shadow:0 2px 8px #0000001a}.score-overview h3{margin:0 0 20px;font-size:1.5rem;color:#495057}.score-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.score-item{background:#f8f9fa;padding:16px;border-radius:8px;border-left:4px solid #667eea}.score-item h4{margin:0 0 12px;font-size:1rem;color:#495057;text-transform:capitalize}.score-stats{display:flex;gap:16px;flex-wrap:wrap}.score-stats span{font-size:.9rem;color:#6c757d;background:white;padding:4px 8px;border-radius:4px}.filters-tab{display:grid;grid-template-columns:1fr 1fr;gap:30px}.filters-panel{background:white;padding:24px;border-radius:12px;box-shadow:0 2px 8px #0000001a}.filters-panel h3{margin:0 0 20px;font-size:1.5rem;color:#495057}.filter-group{margin-bottom:20px}.filter-group label{display:block;margin-bottom:8px;font-weight:600;color:#495057}.filter-group select,.filter-group input{width:100%;padding:12px;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.filter-group select:focus,.filter-group input:focus{outline:none;border-color:#667eea}.range-inputs{display:flex;align-items:center;gap:12px}.range-inputs input{flex:1}.range-inputs span{color:#6c757d;font-weight:500}.filter-actions{display:flex;gap:12px;margin-top:24px}.reset-btn,.export-btn{padding:12px 20px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.reset-btn{background:#6c757d;color:#fff}.reset-btn:hover{background:#5a6268}.export-btn{background:#28a745;color:#fff}.export-btn:hover{background:#218838}.filter-results{background:white;padding:24px;border-radius:12px;box-shadow:0 2px 8px #0000001a}.filter-results h3{margin:0 0 16px;font-size:1.5rem;color:#495057}.results-summary p{margin:8px 0;color:#6c757d;font-size:1rem}.details-tab{display:flex;flex-direction:column;gap:30px}.year-details,.company-details{background:white;padding:24px;border-radius:12px;box-shadow:0 2px 8px #0000001a}.year-details h3,.company-details h3{margin:0 0 20px;font-size:1.5rem;color:#495057}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.detail-card{background:#f8f9fa;padding:16px;border-radius:8px;border-left:4px solid #667eea}.detail-card h4{margin:0 0 12px;font-size:1.1rem;color:#495057}.detail-stats{display:flex;gap:12px;margin-bottom:12px;flex-wrap:wrap}.detail-stats span{font-size:.9rem;color:#6c757d;background:white;padding:4px 8px;border-radius:4px}.score-detail{display:flex;justify-content:space-between;margin-bottom:4px;font-size:.9rem}.score-detail span:first-child{color:#6c757d}.score-detail span:last-child{font-weight:600;color:#495057}.charts-tab{background:white;padding:24px;border-radius:12px;box-shadow:0 2px 8px #0000001a}.chart-placeholder h3{margin:0 0 16px;font-size:1.5rem;color:#495057}.chart-placeholder p{color:#6c757d;margin-bottom:24px}.chart-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.chart-card{background:#f8f9fa;padding:24px;border-radius:8px;text-align:center;border:2px dashed #dee2e6}.chart-card h4{margin:0 0 16px;font-size:1.2rem;color:#495057}.chart-placeholder-content{display:flex;flex-direction:column;align-items:center;gap:12px;color:#6c757d}.chart-placeholder-content svg{opacity:.5}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:60px 20px;text-align:center}.loading-text h3{margin:0 0 8px;font-size:1.5rem;color:#495057}.loading-text p{margin:0;font-size:1rem;color:#6c757d}.progress-bar{width:300px;height:8px;background:#e9ecef;border-radius:4px;overflow:hidden;margin-top:16px}.progress-fill{height:100%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:4px;transition:width .3s ease}.spinning{animation:spin 1s linear infinite}.error-message{text-align:center;padding:60px 20px;color:#dc3545}.error-message h3{margin:0 0 16px;font-size:1.5rem}.error-message p{margin:0 0 20px;color:#6c757d}.retry-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;background:#dc3545;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s ease}.retry-btn:hover{background:#c82333}.no-data{text-align:center;padding:60px 20px;color:#6c757d}.no-data h3{margin:0 0 16px;font-size:1.5rem}.no-data p{margin:0;font-size:1.1rem}@media (max-width: 768px){.data-dashboard{padding:10px}.dashboard-header h1{font-size:2rem}.dashboard-tabs{flex-direction:column}.tab-button{justify-content:center}.stats-grid,.filters-tab,.score-grid,.details-grid,.chart-grid{grid-template-columns:1fr}.range-inputs{flex-direction:column;align-items:stretch}.filter-actions{flex-direction:column}}@media (max-width: 480px){.dashboard-header{padding:16px}.dashboard-header h1{font-size:1.8rem}.stat-card{padding:16px}.stat-icon{width:50px;height:50px}.stat-value{font-size:1.5rem}}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:2rem;box-shadow:0 2px 10px #0000001a}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;width:100%}.header-left h1{font-size:2.5rem;margin-bottom:.5rem;font-weight:700}.header-left p{font-size:1.1rem;opacity:.9}.header-right{display:flex;align-items:center;gap:1rem}.user-info{display:flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.1);padding:.5rem 1rem;border-radius:8px;font-weight:600}.stats-btn,.admin-btn,.dashboard-btn,.logout-btn{display:flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.1);color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.stats-btn:hover,.admin-btn:hover,.dashboard-btn:hover,.logout-btn:hover{background:rgba(255,255,255,.2);transform:translateY(-1px)}.stats-panel{background:white;margin:0 auto;max-width:1200px;width:100%;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-top:1rem}.stats-panel h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.stat-item{background:#f8fafc;padding:1rem;border-radius:8px;display:flex;justify-content:space-between;align-items:center;border-left:4px solid #667eea}.stat-label{font-weight:600;color:#64748b}.stat-value{font-weight:700;font-size:1.25rem;color:#1e293b}.stat-value.agree{color:#10b981}.stat-value.disagree{color:#ef4444}.main{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%;display:flex;flex-direction:column;gap:2rem}.navigation{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;padding:1rem;background:white;border-radius:12px;box-shadow:0 2px 8px #0000001a}.nav-controls{display:flex;justify-content:space-between;align-items:center}.pagination-controls{display:flex;justify-content:space-between;align-items:center;padding-top:1rem}.pagination-button{background:#10b981;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;height:40px;margin:0}.pagination-button:hover:not(:disabled){background:#059669;transform:translateY(-1px)}.pagination-button:disabled{background:#cbd5e1;cursor:not-allowed}.page-info{font-weight:600;color:#64748b;font-size:.9rem;display:flex;align-items:center;height:40px;margin:0 1rem}.nav-button{background:#667eea;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.nav-button:hover:not(:disabled){background:#5a6fd8;transform:translateY(-1px)}.nav-button:disabled{background:#cbd5e1;cursor:not-allowed}.counter{font-weight:600;color:#64748b}.content{display:flex;flex-direction:column;gap:2rem}.text-content-section{background:white;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden;margin-bottom:2rem}.llm-feedback-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem}.llm-assessment-section,.feedback-section{background:white;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.classical-scores-section{background:white;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden;margin-bottom:2rem}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem;text-align:center}.header-left h1{font-size:1.8rem}.header-left p{font-size:1rem}.header-right{flex-wrap:wrap;justify-content:center}.main{padding:1rem;gap:1rem}.llm-feedback-container{grid-template-columns:1fr;gap:1rem}.text-content-section{min-height:40rem;max-height:50rem;margin-bottom:2rem}.content{flex-direction:column}}@media (max-width: 480px){.header{padding:1rem}.header-left h1{font-size:1.5rem}.header-left p{font-size:.9rem}.user-info,.stats-btn,.admin-btn,.dashboard-btn,.logout-btn{font-size:.8rem;padding:.4rem .8rem;min-height:44px}.main,.navigation{padding:.5rem}.pagination-controls{flex-direction:column;gap:.5em}.page-info{text-align:center}.pagination-button{min-height:44px;font-size:.9rem}.stats-panel{padding:1rem}.stats-grid{grid-template-columns:1fr}}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.loading-content{text-align:center;max-width:500px;padding:2rem}.loading-content h2{margin-bottom:1rem;font-size:1.5rem}.loading-content p{margin-bottom:2rem;opacity:.9}.spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 2rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.progress-container{margin:2rem 0}.progress-bar{width:100%;height:8px;background:rgba(255,255,255,.3);border-radius:4px;overflow:hidden;margin-bottom:1rem}.progress-fill{height:100%;background:white;border-radius:4px;transition:width .3s ease}.progress-text{font-size:.9rem;opacity:.8}.loading-details{margin-top:2rem;text-align:left}.loading-item{display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.5rem;background:rgba(255,255,255,.1);border-radius:6px}.loading-label{font-weight:600}.loading-status{font-weight:500}.error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);color:#fff}.error-content{text-align:center;max-width:500px;padding:2rem}.error-content h2{margin-bottom:1rem;font-size:1.5rem}.error-content p{margin-bottom:2rem;opacity:.9}.retry-btn{background:white;color:#ef4444;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.retry-btn:hover{background:#f8fafc;transform:translateY(-1px)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#1e293b}#root{min-height:100vh}
