*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#333;background:#f5f5f5}.container{max-width:1200px;margin:0 auto;padding:2rem}.header{margin-bottom:2.5rem}.header h1{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#1a1a1a;text-align:center;letter-spacing:-.02em;background:linear-gradient(135deg,#06c,#004d99);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;padding-bottom:1rem}.header h1:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(135deg,#06c,#004d99);border-radius:2px}.intro{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #e0e0e0;margin-bottom:1.5rem}.intro>p{color:#555;margin-bottom:1.25rem;font-size:1rem;line-height:1.6}.quiz-types{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1.25rem}.quiz-type{padding:1rem;background:#f8f9fa;border-left:3px solid #0066cc;border-radius:4px;font-size:.9rem;line-height:1.6;color:#444}.quiz-type strong{display:block;color:#1a1a1a;margin-bottom:.5rem;font-size:.95rem}.navigation{display:flex;gap:1rem;flex-wrap:wrap}.nav-btn{color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:6px;background:#06c;font-weight:500;transition:all .2s ease;border:none;display:inline-block}.nav-btn:hover{background:#0052a3;transform:translateY(-1px);box-shadow:0 2px 8px #0066cc4d}.nav-btn:active{transform:translateY(0)}.tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e0e0e0;background:#fff;padding:0 .5rem;border-radius:8px 8px 0 0}.tab{padding:1rem 1.75rem;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:1rem;color:#666;margin-bottom:-2px;transition:all .2s ease;font-weight:500}.tab:hover{color:#06c;background:#f8f9fa}.tab.active{color:#06c;border-bottom-color:#06c;font-weight:600;background:#f0f7ff}.tab-content{display:none}.tab-content.active{display:block}.summary{background:#fff;padding:1.75rem;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:2rem;box-shadow:0 1px 3px #0000000d}.summary h2{font-size:1.35rem;font-weight:600;margin-bottom:1.25rem;color:#1a1a1a;border-bottom:2px solid #f0f0f0;padding-bottom:.75rem}.summary-list{list-style:none}.summary-list li{padding:.5rem 0;border-bottom:1px solid #eee}.summary-list li:last-child{border-bottom:none}.summary-list strong{display:inline-block;width:180px;color:#555;font-weight:600}.summary-list span{color:#1a1a1a;font-weight:500}table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;margin-bottom:2rem;box-shadow:0 1px 3px #0000000d}thead{background:#f8f9fa}th{text-align:left;padding:1rem .75rem;font-weight:600;color:#1a1a1a;border-bottom:2px solid #e0e0e0;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}td{padding:1rem .75rem;border-bottom:1px solid #f0f0f0;vertical-align:middle}tbody tr:last-child td{border-bottom:none}tbody tr:hover{background:#f8f9fa}tbody tr:has(.subcategories){background:transparent}tbody tr:has(.subcategories):hover{background:transparent}.status{padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:500}.status.excellent{background:#d1fae5;color:#065f46}.status.good,.status.fair{background:#fef3c7;color:#92400e}.status.needs-improvement,.status.poor{background:#fee2e2;color:#991b1b}.expand-btn{background:#f0f7ff;border:1px solid #0066cc;color:#06c;cursor:pointer;padding:.4rem .75rem;font-size:.875rem;font-weight:600;border-radius:4px;margin-right:.75rem;min-width:32px;text-align:center;transition:all .2s ease}.expand-btn:hover{background:#06c;color:#fff}.expand-btn:active{transform:scale(.95)}.subcategories td{padding:1.25rem 0 1.25rem 3rem;background:#f8f9fa;border-left:3px solid #0066cc}.subcategories-list{list-style:none;margin-top:.75rem}.subcategories-list li{padding:.75rem 0;border-bottom:1px solid #e0e0e0;font-size:.9rem;display:flex;justify-content:space-between;align-items:center}.subcategories-list li:last-child{border-bottom:none}.subcategories-list .subcategory-name{color:#555;font-weight:500;flex:1}.subcategories-list .subcategory-stats{color:#333;font-weight:600;font-family:Courier New,monospace}.subcategories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:.5rem}.subcategory-group{background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:1rem}.subcategory-group-header{font-weight:600;font-size:.9rem;color:#1a1a1a;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid #f0f0f0;text-transform:uppercase;letter-spacing:.5px}.pagination{display:flex;gap:.5rem;justify-content:center;margin-top:1rem}.pagination button{padding:.5rem 1rem;border:1px solid #ddd;background:#fff;cursor:pointer;border-radius:4px}.pagination button:hover{background:#f0f0f0}.pagination button.active{background:#06c;color:#fff;border-color:#06c}.pagination button:disabled{opacity:.5;cursor:not-allowed}.recent-quizzes-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.recent-quizzes-header h2{margin-bottom:0;border-bottom:none;padding-bottom:0}.review-link{color:#06c;text-decoration:none;padding:.5rem 1rem;border:1px solid #0066cc;border-radius:4px;font-weight:500;transition:all .2s ease}.review-link:hover{background:#06c;color:#fff}.page-info{margin:.5rem 0 1rem;color:#666;font-size:.9rem;font-style:italic}.no-data{padding:2rem;text-align:center;color:#999;background:#fff;border:1px solid #e0e0e0;border-radius:8px;font-style:italic}.categories h2,.recent h2,.phases h2{font-size:1.35rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a;padding-bottom:.5rem;border-bottom:2px solid #f0f0f0}@media (max-width: 768px){.container{padding:1rem}.header h1{font-size:2rem;text-align:center}.header h1:after{width:60px}.quiz-types{grid-template-columns:1fr}.navigation{flex-direction:column}.nav-btn{width:100%;text-align:center}.tabs{flex-direction:column;border-bottom:none;border-left:2px solid #e0e0e0}.tab{border-bottom:none;border-left:3px solid transparent;margin-bottom:0;margin-left:-2px}.tab.active{border-left-color:#06c;border-bottom-color:transparent}table{font-size:.875rem}th,td{padding:.5rem}.subcategories td{padding-left:1.5rem}}
