@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary-color: #FF6B35;--primary-dark: #E85D2C;--primary-light: #FF8C5F;--secondary-color: #C0392B;--secondary-dark: #A93226;--secondary-light: #D65548;--accent-color: #f59e0b;--accent-dark: #d97706;--accent-light: #fcd34d;--success-color: #10b981;--success-dark: #059669;--danger-color: #ef4444;--danger-dark: #dc2626;--neutral-dark: #1f2937;--neutral-medium: #6b7280;--neutral-light: #f3f4f6;--white: #ffffff;--box-shadow: 0 1px 3px rgba(0, 0, 0, .05), 0 10px 15px -5px rgba(0, 0, 0, .05);--box-shadow-hover: 0 5px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--border-radius: 10px;--border-radius-sm: 6px;--transition: all .2s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--neutral-dark);background:var(--neutral-light)}.profile-container{max-width:800px;margin:2rem auto;padding:0 1rem}.profile-card{background:var(--white);border-radius:20px;box-shadow:var(--box-shadow);overflow:hidden;border:1px solid #e5e7eb}.profile-header{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);padding:3rem 2rem 2rem;text-align:center;position:relative}.profile-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);z-index:1}.profile-header>*{position:relative;z-index:2}.profile-image-container{position:relative;width:180px;height:180px;margin:0 auto 1.5rem}.profile-image{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:4px solid var(--white);box-shadow:var(--box-shadow)}.profile-image-placeholder{width:100%;height:100%;border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center;border:4px solid var(--white);box-shadow:var(--box-shadow)}.profile-initials{font-size:2.5rem;font-weight:700;color:var(--primary-color)}.profile-badge{position:absolute;bottom:5px;right:5px;width:36px;height:36px;background:linear-gradient(135deg,var(--secondary-color) 0%,var(--secondary-dark) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid var(--white);box-shadow:var(--box-shadow)}.badge-icon{width:18px;height:18px;color:var(--white)}.profile-info{color:var(--white)}.profile-name{font-size:2rem;font-weight:700;margin:0 0 .5rem;color:var(--white)}.profile-specialty{font-size:1.125rem;margin:0 0 1rem;opacity:.9;font-weight:500}.profile-role-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fff3;color:var(--white);padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.profile-details{padding:2rem}.detail-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #e5e7eb;transition:var(--transition)}.detail-item:last-child{border-bottom:none}.detail-item:hover{background:var(--neutral-light);margin:0 -1rem;padding:1rem;border-radius:var(--border-radius-sm)}.detail-icon{width:44px;height:44px;background:linear-gradient(135deg,var(--primary-light) 0%,var(--primary-color) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);flex-shrink:0}.detail-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.detail-label{font-size:.875rem;color:var(--neutral-medium);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.detail-value{font-size:1rem;color:var(--neutral-dark);font-weight:600}.phone-link{color:var(--primary-color);text-decoration:none;transition:var(--transition)}.phone-link:hover{color:var(--primary-dark);text-decoration:underline}.professional-status{color:var(--success-color);font-weight:700}.profile-bio{padding:2rem;border-top:1px solid #e5e7eb;background:var(--neutral-light)}.bio-title{font-size:1.25rem;font-weight:600;color:var(--neutral-dark);margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.bio-title:before{content:"";width:4px;height:24px;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);border-radius:2px}.bio-text{font-size:1rem;color:var(--neutral-dark);line-height:1.7;margin:0}.profile-actions{padding:2rem;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.profile-btn{padding:.75rem 1.5rem;border-radius:var(--border-radius);font-size:.875rem;font-weight:600;text-decoration:none;transition:var(--transition);border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;min-width:120px}.profile-btn-primary{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:var(--white);box-shadow:var(--box-shadow)}.profile-btn-primary:hover{transform:translateY(-2px);box-shadow:var(--box-shadow-hover);color:var(--white)}.profile-btn-outline{background:transparent;color:var(--neutral-dark);border:2px solid #e5e7eb}.profile-btn-outline:hover{background:var(--neutral-light);border-color:#d1d5db;color:var(--neutral-dark);transform:translateY(-1px)}.profile-btn-secondary{background:linear-gradient(135deg,var(--neutral-medium) 0%,var(--neutral-dark) 100%);color:var(--white)}.profile-btn-secondary:hover{transform:translateY(-2px);box-shadow:var(--box-shadow-hover);color:var(--white)}.btn-icon{width:18px;height:18px}@media (max-width: 768px){.profile-container{margin:1rem auto;padding:0 .5rem}.profile-header{padding:2rem 1rem 1.5rem}.profile-name{font-size:1.75rem}.profile-specialty{font-size:1rem}.profile-image-container{width:180px;height:180px}.profile-initials{font-size:2rem}.profile-details,.profile-bio,.profile-actions{padding:1.5rem}.detail-item{gap:.75rem}.detail-icon{width:40px;height:40px}.profile-actions{flex-direction:column}.profile-btn{width:100%}}@media (max-width: 480px){.profile-header{padding:1.5rem 1rem}.profile-name{font-size:1.5rem}.profile-image-container{width:180px;height:180px}.profile-initials{font-size:1.5rem}.profile-badge{width:28px;height:28px;bottom:2px;right:2px}.badge-icon{width:14px;height:14px}.profile-details,.profile-bio,.profile-actions{padding:1rem}.detail-item:hover{margin:0 -.5rem;padding:1rem .5rem}}
