*{box-sizing:border-box;margin:0;padding:0}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:#f5f5f5}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background-color:#2c3e50;color:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a}.app-header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.app-header-brand{display:flex;align-items:center;gap:1rem}.app-logo{height:40px;width:auto;object-fit:contain}.app-header h1{font-size:1.5rem;font-weight:600;margin:0}.app-main{flex:1;padding:2rem;max-width:1200px;width:100%;margin:0 auto}.loading,.error{text-align:center;padding:2rem;font-size:1.1rem}.error{color:#e74c3c}.btn{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s;text-decoration:none;display:inline-block;white-space:nowrap}.btn-primary{background-color:#3498db;color:#fff}.btn-primary:hover:not(:disabled){background-color:#2980b9}.btn-secondary{background-color:#95a5a6;color:#fff}.btn-secondary:hover:not(:disabled){background-color:#7f8c8d}.btn-large{padding:1rem 2rem;font-size:1.1rem}a.btn,a.btn:link,a.btn:visited,a.btn:hover,a.btn:active{text-decoration:none}.assessment-list h1{margin-bottom:2rem;color:#2c3e50}.assessments-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.assessment-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;overflow:hidden}.assessment-card-image{width:100%;height:200px;overflow:hidden;background-color:#ecf0f1}.assessment-card-image img{width:100%;height:100%;object-fit:cover}.assessment-card-content{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;flex:1}.assessment-card-content .btn{margin-top:auto}.assessment-card h3{color:#2c3e50;margin-bottom:.5rem}.assessment-meta{display:flex;flex-direction:column;gap:.5rem;font-size:.9rem;color:#7f8c8d}.assessment-detail{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.assessment-detail h1{color:#2c3e50;margin-bottom:1rem}.description{font-size:1.1rem;color:#34495e;margin-bottom:1.5rem}.instructions{background-color:#ecf0f1;padding:1rem;border-radius:4px;margin-bottom:1.5rem}.instructions h3{margin-bottom:.5rem;color:#2c3e50}.assessment-info{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:2rem;padding:1rem;background-color:#f8f9fa;border-radius:4px}.info-item{display:flex;gap:.5rem}.assessment-player{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;position:relative;z-index:1}.assessment-image-header{width:100%;max-height:300px;overflow:hidden;margin-bottom:0;border-radius:8px 8px 0 0;background-color:#fff;position:relative;z-index:2;box-shadow:0 2px 4px #0000001a;display:flex;align-items:center;justify-content:center;padding:1rem}.assessment-image-header img{width:100%;height:auto;max-height:280px;object-fit:contain;display:block}.assessment-player{border-radius:0 0 8px 8px;margin-top:0}.assessment-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #ecf0f1}.assessment-header h2{color:#2c3e50;margin-bottom:1rem}.assessment-info{display:flex;gap:2rem;font-size:.9rem;color:#7f8c8d}.category-header{margin:1.5rem 0 1rem;padding:1rem;background-color:#e7f3ff;border-left:4px solid #3498db;border-radius:4px}.category-header h3{color:#2c3e50;margin:0 0 .5rem;font-size:1.2rem}.category-counter{font-size:.9rem;color:#7f8c8d}.question-category-group{margin-bottom:2rem}.question-category-group .category-header{margin-bottom:1rem;padding:.75rem 1rem;background-color:#f8f9fa;border-left:4px solid #3498db;border-radius:4px;font-size:1.1rem;font-weight:600;color:#2c3e50}.question-counter{font-weight:600}.timer{color:#e74c3c;font-weight:600}.question-container{margin:2rem 0;min-height:300px}.question h3{color:#2c3e50;margin-bottom:1.5rem;font-size:1.2rem}.options{display:flex;flex-direction:column;gap:.75rem}.option{display:flex;align-items:center;gap:.75rem;padding:1rem;border:2px solid #ecf0f1;border-radius:4px;cursor:pointer;transition:all .2s}.option:hover{background-color:#f8f9fa;border-color:#bdc3c7}.option input[type=radio],.option input[type=checkbox]{cursor:pointer}.option.correct{background-color:#d4edda;border-color:#28a745}.option.incorrect{background-color:#f8d7da;border-color:#dc3545}.option.missed{background-color:#fff3cd;border-color:#ffc107}.explanation{margin-top:1rem;padding:1rem;background-color:#e7f3ff;border-left:4px solid #3498db;border-radius:4px}.input-container{margin-top:1rem}.input-container input[type=text]{width:100%;padding:.75rem;font-size:1rem;border:2px solid #ecf0f1;border-radius:4px}.input-container input[type=text]:focus{outline:none;border-color:#3498db}.input-container input[type=text].correct{border-color:#28a745;background-color:#d4edda}.input-container input[type=text].incorrect{border-color:#dc3545;background-color:#f8d7da}.feedback{margin-top:1rem}.correct-indicator{color:#28a745;font-weight:600}.incorrect-indicator{color:#dc3545;font-weight:600}.navigation{display:flex;justify-content:space-between;margin-top:2rem;padding-top:1rem;border-top:2px solid #ecf0f1}.answer-required-message{margin-top:1rem;padding:.75rem 1rem;background-color:#fff3cd;border:1px solid #ffc107;border-left:4px solid #ffc107;border-radius:4px;color:#856404;font-size:.95rem;text-align:center}.btn:disabled{opacity:.6;cursor:not-allowed}.results-summary{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;max-width:800px;margin:0 auto}.completion-section{text-align:center;margin-bottom:2rem;padding:2rem;background-color:#f8f9fa;border-radius:8px}.completion-message{margin-bottom:2rem}.completion-icon{font-size:4rem;color:#28a745;margin-bottom:1rem}.completion-message h3{color:#2c3e50;margin-bottom:.5rem;font-size:1.5rem}.completion-message p{color:#7f8c8d;font-size:1.1rem}.completion-details{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:2rem;padding-top:2rem;border-top:1px solid #dee2e6}.question-result.neutral{background-color:#f8f9fa;border-color:#dee2e6;border-left-color:#6c757d}.results-header h2{color:#2c3e50;margin-bottom:2rem;text-align:center}.score-section{text-align:center;margin-bottom:2rem;padding:2rem;background-color:#f8f9fa;border-radius:8px}.score-display{margin-bottom:1.5rem}.score-main{font-size:3rem;font-weight:700;color:#2c3e50}.score-separator{margin:0 .5rem}.score-percent{font-size:2rem;color:#7f8c8d;margin-top:.5rem;display:block}.score-details{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.detail-item{display:flex;flex-direction:column;gap:.25rem}.detail-item .label{font-size:.9rem;color:#7f8c8d}.detail-item .value{font-size:1.1rem;font-weight:600;color:#2c3e50}.detail-item .value.passed{color:#28a745}.detail-item .value.failed{color:#dc3545}.question-review{margin-top:2rem;padding-top:2rem;border-top:2px solid #ecf0f1}.question-review h3{color:#2c3e50;margin-bottom:1.5rem}.questions-list{display:flex;flex-direction:column;gap:1rem}.question-result{padding:1rem;border-radius:4px;border-left:4px solid}.question-header{display:flex;justify-content:space-between;margin-bottom:.5rem;font-weight:600}.question-text{margin-bottom:.5rem;color:#2c3e50}.question-explanation{margin-top:.5rem;padding:.5rem;background-color:#ffffffb3;border-radius:4px;font-size:.9rem}.results-actions{display:flex;justify-content:center;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:2px solid #ecf0f1}.app-nav{display:flex;gap:1.5rem;margin-top:.5rem}.app-nav a{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:4px;transition:background-color .2s}.app-nav a:hover{background-color:#ffffff1a}.admin-dashboard{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #ecf0f1}.admin-header h1{color:#2c3e50;margin:0}.admin-actions{display:flex;gap:1rem}.admin-filters{margin-bottom:1.5rem;padding:1rem;background-color:#f8f9fa;border-radius:4px}.admin-filters label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#2c3e50}.admin-filters select{padding:.5rem;border:2px solid #ecf0f1;border-radius:4px;font-size:1rem}.assessments-table{overflow-x:auto}.assessments-table table{width:100%;border-collapse:collapse}.assessments-table th,.assessments-table td{padding:1rem;text-align:left;border-bottom:1px solid #ecf0f1}.assessments-table th{background-color:#f8f9fa;font-weight:600;color:#2c3e50}.assessments-table td.actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.status-badge{display:inline-flex;align-items:center;padding:.4rem .9rem;border-radius:16px;font-size:.875rem;font-weight:600;letter-spacing:.025em;text-transform:none;white-space:nowrap;box-shadow:0 1px 2px #0000000d;border:1px solid transparent}.status-badge.status-draft{background-color:#fef3c7;color:#92400e;border-color:#fde68a}.status-badge.status-published{background-color:#d1fae5;color:#065f46;border-color:#a7f3d0}.status-badge.status-archived{background-color:#dbeafe;color:#1e40af;border-color:#bfdbfe}.status-badge.status-completed{background-color:#d1fae5;color:#065f46;border-color:#a7f3d0}.status-badge.status-in_progress{background-color:#fef3c7;color:#92400e;border-color:#fde68a}.status-badge.status-abandoned{background-color:#fee2e2;color:#991b1b;border-color:#fecaca}.btn-small{padding:.5rem 1rem;font-size:.9rem}.btn-danger{background-color:#e74c3c;color:#fff}.btn-danger:hover:not(:disabled){background-color:#c0392b}.admin-assessment-edit{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.assessment-form{margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #ecf0f1}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#2c3e50}.form-group input[type=text],.form-group input[type=number],.form-group textarea,.form-group select{width:100%;padding:.75rem;border:2px solid #ecf0f1;border-radius:4px;font-size:1rem;font-family:inherit}.form-group input[type=text]:focus,.form-group input[type=number]:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#3498db}.form-group textarea{resize:vertical}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.form-group label input[type=checkbox]{width:auto;margin-right:.5rem}.required{color:#e74c3c}.form-help-text{font-size:.9rem;color:#7f8c8d;margin-top:.25rem;margin-bottom:.5rem}.image-preview{margin-top:1rem}.image-preview img{max-width:100%;max-height:300px;border-radius:8px;border:2px solid #ecf0f1;margin-bottom:1rem}.image-actions{display:flex;gap:1rem}.questions-section{margin-top:2rem}.questions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #ecf0f1}.questions-header h2{color:#2c3e50;margin:0}.questions-list{display:flex;flex-direction:column;gap:1.5rem}.question-card{padding:1.5rem;border:2px solid #ecf0f1;border-radius:8px;background-color:#f8f9fa}.question-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #dee2e6}.question-type{display:inline-flex;align-items:center;padding:.4rem .9rem;background-color:#3b82f6;color:#fff;border-radius:16px;font-size:.875rem;font-weight:600;letter-spacing:.025em;text-transform:none;white-space:nowrap;box-shadow:0 1px 2px #0000001a;border:1px solid #2563eb}.question-content{margin-top:1rem}.question-content p{margin-bottom:1rem;color:#2c3e50}.answer-options{margin-top:1rem;padding:1rem;background-color:#fff;border-radius:4px}.answer-options ul{list-style:none;margin-top:.5rem}.answer-options li{margin-bottom:.5rem;border-left:3px solid #ecf0f1;padding:.5rem .5rem .5rem 1rem}.correct-badge{margin-left:1rem;padding:.25rem .5rem;background-color:#d4edda;color:#155724;border-radius:4px;font-size:.85rem;font-weight:600}.empty-state{text-align:center;padding:3rem;color:#7f8c8d;font-style:italic}.question-editor{padding:2rem;background-color:#f8f9fa;border-radius:8px;margin-bottom:2rem;border:2px solid #dee2e6}.question-editor h3{color:#2c3e50;margin-bottom:1.5rem}.answer-options-section{margin-top:2rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section-header label{font-weight:600;color:#2c3e50}.option-row{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding:.75rem;background-color:#fff;border-radius:4px;border:1px solid #dee2e6}.option-input{flex:1;padding:.5rem;border:1px solid #ced4da;border-radius:4px;font-size:1rem}.option-input:focus{outline:none;border-color:#3498db}.correct-checkbox{display:flex;align-items:center;gap:.5rem;white-space:nowrap;font-weight:600;color:#2c3e50}.correct-checkbox input[type=checkbox],.correct-checkbox input[type=radio]{width:auto;cursor:pointer}.form-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:2px solid #dee2e6}.results-list,.result-detail{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.results-header,.result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #ecf0f1}.results-header h1,.result-header h1{color:#2c3e50;margin:0}.results-filters{display:flex;gap:2rem;margin-bottom:2rem;padding:1rem;background-color:#f8f9fa;border-radius:4px}.filter-group label{display:flex;flex-direction:column;gap:.5rem;font-weight:600;color:#2c3e50}.filter-group select{padding:.5rem;border:2px solid #ecf0f1;border-radius:4px;font-size:1rem}.results-table{overflow-x:auto;margin-bottom:2rem}.results-table table{width:100%;border-collapse:collapse}.results-table th,.results-table td{padding:1rem;text-align:left;border-bottom:1px solid #ecf0f1}.results-table td:last-child{white-space:nowrap}.results-table th{background-color:#f8f9fa;font-weight:600;color:#2c3e50}.passed{color:#28a745;font-weight:600}.failed{color:#dc3545;font-weight:600}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem}.result-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.summary-card{padding:1.5rem;background-color:#f8f9fa;border-radius:8px;border:2px solid #dee2e6}.summary-card h2{color:#2c3e50;margin-bottom:1rem;font-size:1.2rem}.score-display{text-align:center}.score-main{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:.5rem}.score-percent{font-size:1.5rem;color:#7f8c8d;margin-bottom:.5rem}.score-status{font-size:1.2rem;font-weight:600;margin-top:.5rem}.score-status.passed{color:#28a745}.score-status.failed{color:#dc3545}.info-grid{display:flex;flex-direction:column;gap:1rem}.info-item{display:flex;justify-content:space-between;align-items:center}.info-item .label{font-weight:600;color:#7f8c8d}.info-item .value{color:#2c3e50}.questions-review{margin-top:2rem;padding-top:2rem;border-top:2px solid #ecf0f1}.questions-review h2{color:#2c3e50;margin-bottom:1.5rem}.question-result{padding:1.5rem;margin-bottom:1.5rem;border-radius:8px;border-left:4px solid}.question-result.correct{background-color:#d4edda;border-color:#28a745}.question-result.incorrect{background-color:#f8d7da;border-color:#dc3545}.question-result.neutral{background-color:#f8f9fa;border-color:#dee2e6}.question-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(0,0,0,.1)}.question-number{font-weight:600;color:#2c3e50}.question-points{margin-left:auto;font-weight:600;color:#7f8c8d}.result-badge{padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.result-badge.correct{background-color:#28a745;color:#fff}.result-badge.incorrect{background-color:#dc3545;color:#fff}.question-text{margin-bottom:1rem;color:#2c3e50}.response-details{margin-top:1rem;padding:1rem;background-color:#ffffffb3;border-radius:4px}.correct-answer{margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(0,0,0,.1);color:#28a745;font-weight:600}.explanation{margin-top:1rem;padding:1rem;background-color:#e7f3ff;border-left:4px solid #3498db;border-radius:4px;font-size:.9rem}.category-performance-section{margin-top:2rem;padding-top:2rem;border-top:2px solid #ecf0f1}.best-categories,.worst-categories{margin-bottom:2rem;padding:1.5rem;background-color:#f8f9fa;border-radius:8px;border:2px solid #dee2e6}.best-categories h3{color:#28a745;margin-bottom:1rem;font-size:1.2rem}.worst-categories h3{color:#dc3545;margin-bottom:1rem;font-size:1.2rem}.category-list{display:flex;flex-direction:column;gap:.75rem}.category-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background-color:#fff;border-radius:4px;border:1px solid #dee2e6}.category-name{font-weight:600;color:#2c3e50}.category-score{color:#7f8c8d;font-size:.95rem}.form-section{margin-top:2rem;padding-top:2rem;border-top:2px solid #ecf0f1}.form-section h3{color:#2c3e50;margin-bottom:.5rem}.form-help-text{color:#7f8c8d;font-size:.9rem;margin-bottom:1.5rem;font-style:italic}
