.main-container { max-width: 1400px; margin: 0 auto; padding: 2rem; }
.page-intro { background: linear-gradient(135deg, #1e40af 0%, #7c3aed 100%); color: white; padding: 2rem; border-radius: 1rem; margin-bottom: 2rem; }
.page-intro h1 { font-size: 1.75rem; margin-bottom: 1rem; }
.page-intro p { opacity: 0.9; line-height: 1.8; }
.job-selector { background: white; padding: 1.5rem; border-radius: 1rem; box-shadow: 0 4px 20px rgba(0,0,0,0.1); margin-bottom: 2rem; }
.job-selector h2 { color: #1e40af; margin-bottom: 1rem; font-size: 1.25rem; }
.job-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 0.75rem; }
.job-btn { padding: 0.875rem 1rem; border: 2px solid #e5e7eb; border-radius: 0.75rem; background: #f9fafb; cursor: pointer; font-family: inherit; font-size: 0.875rem; font-weight: 600; color: #374151; transition: all 0.2s; text-align: center; }
.job-btn:hover { border-color: #1e40af; background: #eff6ff; color: #1e40af; }
.job-btn.active { border-color: #1e40af; background: #1e40af; color: white; }
.portfolio-section { display: none; background: white; border-radius: 1rem; box-shadow: 0 4px 20px rgba(0,0,0,0.1); overflow: hidden; }
.portfolio-section.active { display: block; }
.portfolio-header { background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%); color: white; padding: 1.5rem 2rem; }
.portfolio-header h2 { font-size: 1.5rem; margin-bottom: 0.5rem; }
.portfolio-header p { opacity: 0.9; font-size: 0.95rem; }
.focus-area { background: rgba(255,255,255,0.2); padding: 0.5rem 1rem; border-radius: 0.5rem; margin-top: 1rem; display: inline-block; font-weight: 600; }
.total-score { background: rgba(255,255,255,0.2); padding: 0.5rem 1rem; border-radius: 0.5rem; margin-top: 0.5rem; margin-right: 0.5rem; display: inline-block; font-weight: 700; }
.domains-container { padding: 1.5rem; }
.domain-card { border: 1px solid #e5e7eb; border-radius: 0.75rem; margin-bottom: 1rem; overflow: hidden; }
.domain-card.expanded .domain-content { display: block; }
.domain-card.expanded .domain-header { background: #1e40af; color: white; }
.domain-header { display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.5rem; background: #f8fafc; cursor: pointer; transition: all 0.2s; }
.domain-header:hover { background: #e0e7ff; }
.domain-title { display: flex; align-items: center; gap: 1rem; }
.domain-number { width: 32px; height: 32px; background: #1e40af; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; }
.domain-card.expanded .domain-number { background: white; color: #1e40af; }
.domain-name { font-weight: 600; font-size: 1rem; }
.domain-weight { background: #dbeafe; color: #1e40af; padding: 0.375rem 0.75rem; border-radius: 0.5rem; font-weight: 700; font-size: 0.875rem; }
.domain-card.expanded .domain-weight { background: rgba(255,255,255,0.2); color: white; }
.domain-content { display: none; padding: 1.5rem; background: #f8fafc; }
.criteria-table { width: 100%; border-collapse: collapse; font-size: 0.875rem; }
.criteria-table th { background: #1e40af; color: white; padding: 0.75rem; text-align: right; font-weight: 600; }
.criteria-table td { padding: 0.75rem; border-bottom: 1px solid #e5e7eb; vertical-align: top; }
.criteria-table tr:hover { background: #eff6ff; }
.criteria-name { font-weight: 600; color: #1e40af; }
.criteria-desc { color: #4b5563; line-height: 1.6; }
@media (max-width: 768px) { .job-grid { grid-template-columns: repeat(2, 1fr); } .criteria-table { font-size: 0.75rem; } }
