.result-bar-container{min-width:60rem;max-width:60rem;width:100%;margin:0 auto}.result-bar-inline{display:flex;align-items:center;gap:.5rem}.result-bar-label{display:flex;margin-bottom:.5rem}.result-bar-label.center{justify-content:center}.result-bar-label.start{justify-content:flex-start}.result-bar-score{font-size:1.125rem;font-weight:600}.result-bar-score.perfect{color:#059669}.result-bar-score.zero{color:#6b7280}.result-bar-score.partial{color:#2563eb}.result-bar-track{width:94%;height:.625rem;background-color:#e5e7eb;border-radius:9999px;overflow:hidden}.result-bar-progress{height:100%;border-radius:9999px;transition:width .5s ease-out}.result-bar-progress.perfect{background-color:#059669;width:100%}.result-bar-progress.zero{width:0}.result-bar-progress.partial{background-color:#2563eb}html{font-size:18px}.min-h-screen{min-height:100vh;background-color:#f9fafb;padding:2rem 1rem}@media (min-width:640px){.min-h-screen{padding:2rem 1.5rem}}@media (min-width:1024px){.min-h-screen{padding:2rem}}.profile-container{max-width:72rem;width:100%;margin:0 auto;position:relative}.profile-card{background-color:white;border-radius:.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1);overflow:hidden;margin-bottom:1.5rem}.profile-header{background:linear-gradient(90deg,#3b82f6,#2563eb);padding:1.5rem 2rem}.profile-avatar,.profile-header-content{display:flex;align-items:center}.profile-avatar{height:5rem;width:5rem;border-radius:9999px;background-color:white;justify-content:center}.profile-avatar svg{height:3rem;width:3rem;color:#3b82f6}.profile-info{margin-left:1.5rem}.profile-name{font-size:1.6rem;font-weight:700;color:white}.profile-role{color:#bfdbfe;margin-top:.25rem}.contact-section{padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}.contact-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.contact-grid{grid-template-columns:repeat(3,1fr)}}.contact-item{display:flex;align-items:center}.contact-item svg{height:1.25rem;width:1.25rem;color:#9ca3af}.contact-text{margin-left:.75rem;color:#4b5563}.details-section{padding:1.5rem 2rem}.details-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.details-grid{grid-template-columns:repeat(2,1fr)}}.details-group{display:flex;flex-direction:column;gap:1rem}.detail-item{display:flex;align-items:center}.detail-item svg{height:1.25rem;width:1.25rem;color:#9ca3af}.detail-content{margin-left:.75rem}.detail-label{font-size:1rem;font-weight:500;color:#6b7280}.detail-value{color:#111827}.job-roles{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.role-tag{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500;background-color:#dbeafe;color:#1e40af}.test-results{background-color:white;border-radius:.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1);overflow:hidden}.test-results-content{padding:1.5rem 2rem}.test-results-title{font-size:1.3rem;font-weight:600;color:#111827;margin-bottom:1.5rem}.test-results-list{display:flex;flex-direction:column;gap:1.5rem}.test-result-item{display:flex;flex-direction:column;gap:.5rem}.test-result-header{display:flex;justify-content:space-between;align-items:center}.test-stage{color:#111827}.test-score,.test-stage{font-size:1rem;font-weight:500}.test-score{color:#6b7280}.resume-button{background-color:#3b82f6;color:white;border:none;border-radius:.3rem;padding:.5rem 1rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease}.resume-button:hover{background-color:#2563eb}