.agent-bio-container{.agent-bio-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;p{margin-top:1rem;color:#666}}.agent-bio-error-card{margin-top:2rem;text-align:center;padding:2rem;h2{color:#333;margin-bottom:1rem}p{color:#666;margin-bottom:1.5rem}}.agent-bio-card{border:1px solid var(--color-border-light);border-radius:15px;box-shadow:0 4px 8px var(--color-shadow-light);overflow:hidden;.card-body{h2{color:var(--color-text-primary)}.agentBioPage-writeup-wrapper{display:flex;flex-wrap:wrap;.agentBioPage-writeup-title{font-weight:700}.agentBioPage-video{display:flex;border-radius:10px;overflow:hidden;>*{flex:1 1}}.agentBioPage-writeup-content{flex:1 1;color:var(--color-text-secondary)}}.agentBioPage-profile-wrapper{border:1px solid var(--color-border-light);border-radius:15px;display:flex;.agentBioPage-profileImage{img{border-radius:8px;object-fit:cover}}.agentBioPage-profile-right{.agentBioPage-profile-company-section{display:flex;text-align:center;.agentBioPage-profile-company-label{font-weight:600;color:var(--color-text-secondary)}.agentBioPage-profile-company-value{color:var(--color-info-dark)}}}.agentBioPage-profile-award-section{display:flex;flex-direction:column;border-radius:8px;background-color:var(--color-primary-lightest);border:1px solid var(--color-primary);.agentBioPage-profile-award-title{font-weight:700;color:var(--color-primary);text-align:center}.agentBioPage-carousel-wrapper{display:flex;flex-direction:column;position:relative;overflow:hidden;.agentBioPage-carousel-container{display:flex;transition:transform .5s ease-in-out;.agentBioPage-profile-award-slide{.agentBioPage-profile-award-image{display:flex;flex-direction:column;align-items:center;img{object-fit:contain;filter:drop-shadow(0 2px 4px var(--color-primary-light))}.agentBioPage-profile-award-content{display:flex;flex-direction:column;align-items:center;text-align:center;.agentBioPage-profile-award-title-text{font-weight:600;color:var(--color-text-primary);justify-content:center;word-break:break-all;text-align:center}.agentBioPage-profile-award-description{color:var(--color-text-secondary);display:block;word-break:break-all}}}}}.agentBioPage-award-dots{display:flex;justify-content:center;.agentBioPage-award-dot{border-radius:50%;border:none;background-color:#ccc;cursor:pointer;transition:all .3s ease;&:hover{background-color:#999;transform:scale(1.2)}&.active{background-color:#F09108;border-radius:5px}}}}}}.agentBioPage-story-section{background:var(--color-blog-lightest);border-radius:10px;.agentBioPage-story-header{font-weight:700;color:var(--color-text-primary);text-align:center}.agentBioPage-story-wrapper{display:flex;border-bottom:2px dashed var(--color-blog-light);transition:all .3s ease;&:last-child{border-bottom:none}&.expanded{border-bottom:2px solid var(--color-blog)}.agentBioPage-story-image{flex-shrink:0;overflow:hidden;border-radius:8px;box-shadow:0 4px 8px var(--color-shadow-medium);&:hover{img{transform:scale(1.05)}}img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}}.agentBioPage-story-right{flex:1 1;display:flex;flex-direction:column;.agentBioPage-story-title{font-weight:700;color:var(--color-text-primary);line-height:1.4}.agentBioPage-story-date{color:var(--color-blog);font-weight:500}.agentBioPage-story-content-wrapper{display:flex;flex-direction:column;.agentBioPage-story-content{color:var(--color-text-secondary);line-height:1.6;white-space:pre-wrap;word-wrap:break-word}.agentBioPage-story-read-more{display:inline-flex;align-items:center;background-color:var(--color-blog);color:white;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;align-self:flex-start;&:hover{background-color:var(--color-blog-dark);transform:translateY(-2px);box-shadow:0 4px 8px rgba(123,31,162,.3)}i{transition:opacity .3s ease}}}}}}.agent-bio-specialties-section{border-top:1px solid var(--color-border-light);.agent-bio-specialty-group{display:flex;align-items:center;flex-wrap:wrap;&.area-specialist{color:var(--color-info-dark);.specialty-tag{background-color:var(--color-info-dark);color:white}}&.title-specialist{color:var(--color-success-dark);.specialty-tag{background-color:var(--color-success-dark);color:white}}.agent-bio-specialty-label{.specialty-tag{display:inline-block;border-radius:8px;text-transform:uppercase}}.agent-bio-specialty-items{color:inherit;line-height:1.8;.agent-bio-specialty-item{display:inline}}}}.agent-bio-languages-section{border-top:1px solid var(--color-border-light);.agent-bio-languages{display:flex;flex-wrap:wrap;.agent-language-tag{display:inline-block;background:linear-gradient(135deg,#F09108,#ff6b35);color:white;border-radius:8px;font-weight:500;box-shadow:0 2px 4px var(--color-shadow-colored);transition:all .3s ease;&:hover{transform:translateY(-1px);box-shadow:0 4px 8px rgba(240,145,8,.4)}}}}.agent-bio-actions{border-top:1px solid var(--color-border-light);text-align:center}}.agent-bio-section{background:var(--color-primary-lightest);border-radius:8px;.agent-bio-text{color:var(--color-text-primary);line-height:1.8}}}.agent-bio-listings-section{background-color:white;border-radius:15px;border:1px solid var(--color-border-light);box-shadow:0 4px 8px var(--color-shadow-light)}}@media (orientation:portrait){@media (max-width:575px){.agent-bio-container{max-width:calc(100vw - 20px);margin:0 auto;padding:0;.agent-bio-card{margin-bottom:20px;.card-body{padding:10px;.agentBioPage-writeup-wrapper{padding:5px;gap:5px;.agentBioPage-video,.agentBioPage-writeup-title{width:100%}.agentBioPage-writeup-content{flex:1 1;width:calc(100% - 10px)}}.agentBioPage-profile-wrapper{margin-top:10px;padding:10px;flex-direction:column;gap:10px;.agentBioPage-profileImage{width:100%;margin:0 auto;min-height:250px;img{width:100%;height:100%;min-height:250px}}.agentBioPage-profile-right{width:100%;.agentBioPage-profile-company-section{flex-direction:column;gap:15px;.agentBioPage-profile-company-label{font-size:12px;margin-bottom:2px}.agentBioPage-profile-company-value{font-size:14px;margin:0}}}.agentBioPage-profile-award-section{width:100%;padding:10px 0;.agentBioPage-profile-award-title{margin-bottom:10px}.agentBioPage-carousel-wrapper{width:100%;min-height:300px;.agentBioPage-carousel-container{width:100%;height:100%;.agentBioPage-profile-award-slide{min-width:100%;padding:0 10px;.agentBioPage-profile-award-image{gap:4px;width:100%;height:100%;img{width:100%;height:250px}.agentBioPage-profile-award-content{flex-direction:column;gap:2px;width:calc(100% - 10px);.agentBioPage-profile-award-title-text{font-size:10px}.agentBioPage-profile-award-description{font-size:12px}}}}}.agentBioPage-award-dots{gap:4px;margin-top:2px;padding:5px 0;.agentBioPage-award-dot{width:10px;height:10px;padding:0;&.active{width:24px}}}}}}.agentBioPage-story-section{margin-top:10px;padding:20px;.agentBioPage-story-header{font-size:24px;margin-bottom:20px}.agentBioPage-story-wrapper{gap:25px;margin-bottom:25px;padding-bottom:25px;flex-direction:column;&:last-child{margin-bottom:0}.agentBioPage-story-image{width:100%;min-height:200px;height:-moz-fit-content;height:fit-content;img{width:100%;min-height:200px}}.agentBioPage-story-right{flex:1 1;gap:10px;.agentBioPage-story-title{margin:0}.agentBioPage-story-date{font-size:12px;margin:0}.agentBioPage-story-content-wrapper{gap:10px;.agentBioPage-story-content{font-size:14px;margin:0}.agentBioPage-story-read-more{gap:10px;padding:4px 15px;font-size:14px;i{font-size:12px}}}}}}}.agent-bio-section{margin-top:2rem;padding:1.5rem;.agent-bio-text{font-size:1rem;margin:0;p{margin-bottom:1rem;&:last-child{margin-bottom:0}}}}.agent-bio-specialties-section{margin-top:10px;padding:10px 0;.agent-bio-specialty-group{gap:4px;padding:10px 0;flex-direction:column;.agent-bio-specialty-label{.specialty-tag{padding:5px 20px;font-size:14px}}.agent-bio-specialty-items{font-size:16px}}}.agent-bio-languages-section{margin-top:10px;padding:10px 0;.agent-bio-languages{gap:10px;padding:10px;.agent-language-tag{padding:5px 20px;border-radius:8px;font-size:14px}}}.agent-bio-actions{padding:20px;margin-top:20px}}.agent-bio-listings-section{margin:20px auto 40px;padding:10px 20px 0}}}@media (min-width:576px){.agent-bio-container{max-width:calc(100vw - 20px);margin:0 auto;padding:0 20px;.agent-bio-card{margin-bottom:20px;.card-body{padding:10px;.agentBioPage-writeup-wrapper{padding:5px;gap:5px;.agentBioPage-writeup-title{width:100%}.agentBioPage-video{width:100%;&.portrait{width:30%}}.agentBioPage-writeup-content{flex:1 1}}.agentBioPage-profile-wrapper{margin-top:10px;padding:10px;flex-direction:column;gap:10px;.agentBioPage-profileImage{width:100%;margin:0 auto;min-height:250px;img{width:100%;height:100%;min-height:250px}}.agentBioPage-profile-right{width:100%;.agentBioPage-profile-company-section{flex-direction:column;gap:15px;.agentBioPage-profile-company-label{font-size:12px;margin-bottom:2px}.agentBioPage-profile-company-value{font-size:14px;margin:0}}}.agentBioPage-profile-award-section{width:100%;padding:10px 0;.agentBioPage-profile-award-title{margin-bottom:10px}.agentBioPage-carousel-wrapper{width:100%;min-height:300px;.agentBioPage-carousel-container{width:100%;height:100%;.agentBioPage-profile-award-slide{min-width:100%;padding:0 10px;.agentBioPage-profile-award-image{gap:4px;width:100%;height:100%;img{width:100%;height:250px}.agentBioPage-profile-award-content{flex-direction:column;gap:2px;width:calc(100% - 10px);.agentBioPage-profile-award-title-text{font-size:10px}.agentBioPage-profile-award-description{font-size:12px}}}}}.agentBioPage-award-dots{gap:4px;margin-top:2px;padding:5px 0;.agentBioPage-award-dot{width:10px;height:10px;padding:0;&.active{width:24px}}}}}}.agentBioPage-story-section{margin-top:10px;padding:20px;.agentBioPage-story-header{font-size:24px;margin-bottom:20px}.agentBioPage-story-wrapper{gap:25px;margin-bottom:25px;padding-bottom:25px;&:last-child{margin-bottom:0}.agentBioPage-story-image{width:250px;height:200px;img{width:100%;height:100%}}.agentBioPage-story-right{flex:1 1;gap:10px;.agentBioPage-story-title{margin:0}.agentBioPage-story-date{font-size:12px;margin:0}.agentBioPage-story-content-wrapper{gap:10px;.agentBioPage-story-content{font-size:14px;margin:0}.agentBioPage-story-read-more{gap:10px;padding:4px 15px;font-size:14px;i{font-size:12px}}}}}}}.agent-bio-section{margin-top:2rem;padding:1.5rem;.agent-bio-text{font-size:1rem;margin:0;p{margin-bottom:1rem;&:last-child{margin-bottom:0}}}}.agent-bio-specialties-section{margin-top:20px;padding:20px 0;.agent-bio-specialty-group{gap:10px;padding:20px 10px;.agent-bio-specialty-label{.specialty-tag{padding:5px 15px;font-size:14px}}.agent-bio-specialty-items{font-size:16px}}}.agent-bio-languages-section{margin-top:20px;padding:20px 0;.agent-bio-languages{gap:10px;padding:10px;.agent-language-tag{padding:5px 20px;border-radius:8px;font-size:14px}}}.agent-bio-actions{padding:20px;margin-top:20px}}.agent-bio-listings-section{margin:20px auto 40px;padding:10px 20px 0}}}}@media (orientation:landscape){@media (max-width:1023px){.agent-bio-container{max-width:calc(100vw - 20px);margin:0 auto;padding:0;.agent-bio-card{margin-bottom:20px;.card-body{padding:10px;.agentBioPage-writeup-wrapper{padding:5px;gap:5px;.agentBioPage-writeup-title{width:100%}.agentBioPage-video{width:100%;&.portrait{width:30%}}.agentBioPage-writeup-content{flex:1 1;width:calc(70% - 5px)}}.agentBioPage-profile-wrapper{margin-top:10px;padding:10px;flex-direction:row;gap:10px;height:300px;.agentBioPage-profileImage{width:30%;flex:1 1;margin:0 auto;min-height:100%;max-height:100%;img{width:100%;height:100%;min-height:150px}}.agentBioPage-profile-right{display:flex;flex:1 1;justify-content:center;align-items:center;.agentBioPage-profile-company-section{flex-direction:column;gap:15px;margin:auto;.agentBioPage-profile-company-label{font-size:12px;margin-bottom:2px}.agentBioPage-profile-company-value{font-size:14px;margin:0}}}.agentBioPage-profile-award-section{display:flex;flex-direction:column;width:30%;padding:5px 0;.agentBioPage-profile-award-title{font-size:14px;margin-bottom:2px}.agentBioPage-carousel-wrapper{width:100%;height:100%;flex:1 1;.agentBioPage-carousel-container{width:100%;height:100%;.agentBioPage-profile-award-slide{min-width:100%;padding:0 10px;.agentBioPage-profile-award-image{gap:4px;width:100%;height:170px;img{width:100%;height:100%}.agentBioPage-profile-award-content{flex-direction:column;gap:2px;width:calc(100% - 2px);.agentBioPage-profile-award-title-text{font-size:9px}.agentBioPage-profile-award-description{font-size:10px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}}}}}.agentBioPage-award-dots{gap:6px;margin-top:2px;padding:2px 0;.agentBioPage-award-dot{width:8px;height:8px;padding:0;&.active{width:24px}}}}}}@media (min-width:768px){.agentBioPage-profile-wrapper{flex-direction:column;height:-moz-fit-content;height:fit-content;.agentBioPage-profileImage{width:60%;margin:0 auto;max-height:180px;img{max-height:180px}}.agentBioPage-profile-award-section{width:100%;.agentBioPage-carousel-wrapper{.agentBioPage-carousel-container{.agentBioPage-profile-award-slide{.agentBioPage-profile-award-image{gap:4px;width:100%;height:210px;img{width:100%;height:150px}.agentBioPage-profile-award-content{flex-direction:column;gap:2px;width:calc(100% - 10px)}}}}}}}}.agentBioPage-story-section{margin-top:10px;padding:10px;.agentBioPage-story-header{font-size:20px;margin-bottom:10px}.agentBioPage-story-wrapper{gap:20px;margin-bottom:20px;padding-bottom:20px;&:last-child{margin-bottom:0}.agentBioPage-story-image{width:250px;height:200px;img{width:100%;height:100%}}.agentBioPage-story-right{flex:1 1;gap:10px;.agentBioPage-story-title{margin:0}.agentBioPage-story-date{font-size:12px;margin:0}.agentBioPage-story-content-wrapper{gap:10px;.agentBioPage-story-content{font-size:14px;margin:0}.agentBioPage-story-read-more{gap:10px;padding:4px 15px;font-size:14px;i{font-size:12px}}}}}}}.agent-bio-section{margin-top:2rem;padding:1.5rem;.agent-bio-text{font-size:1rem;margin:0;p{margin-bottom:1rem;&:last-child{margin-bottom:0}}}}.agent-bio-specialties-section{margin-top:20px;padding:20px 0;.agent-bio-specialty-group{gap:10px;padding:20px 10px;.agent-bio-specialty-label{.specialty-tag{padding:5px 15px;font-size:14px}}.agent-bio-specialty-items{font-size:16px}}}.agent-bio-languages-section{margin-top:20px;padding:20px 0;.agent-bio-languages{gap:10px;padding:10px;.agent-language-tag{padding:5px 20px;border-radius:8px;font-size:14px}}}.agent-bio-actions{padding:20px;margin-top:20px}}.agent-bio-listings-section{margin:20px auto 40px;padding:10px 20px 0}}}@media (min-width:1024px){.agent-bio-container{max-width:1200px;margin:0 auto;padding:0 20px;.agent-bio-card{margin-bottom:20px;.card-body{padding:20px;.agentBioPage-writeup-wrapper{padding:10px;gap:10px;.agentBioPage-writeup-title{width:100%}.agentBioPage-video{width:100%;&.portrait{width:40%}}.agentBioPage-writeup-content{flex:1 1}}.agentBioPage-profile-wrapper{margin-top:20px;padding:20px;flex-direction:column;gap:20px;.agentBioPage-profileImage{width:100%;margin-bottom:0;min-height:400px;img{width:100%;height:100%;min-height:400px}}.agentBioPage-profile-right{width:100%;.agentBioPage-profile-company-section{flex-direction:column;gap:15px;.agentBioPage-profile-company-label{font-size:12px;margin-bottom:2px}.agentBioPage-profile-company-value{font-size:14px;margin:0}}}.agentBioPage-profile-award-section{width:100%;padding:10px 0;.agentBioPage-profile-award-title{margin-bottom:10px}.agentBioPage-carousel-wrapper{width:100%;min-height:300px;.agentBioPage-carousel-container{width:100%;height:100%;.agentBioPage-profile-award-slide{min-width:100%;padding:0 10px;.agentBioPage-profile-award-image{gap:4px;width:100%;height:100%;img{width:100%;height:250px}.agentBioPage-profile-award-content{flex-direction:column;gap:2px;width:calc(100% - 10px);.agentBioPage-profile-award-title-text{font-size:10px}.agentBioPage-profile-award-description{font-size:12px}}}}}.agentBioPage-award-dots{gap:4px;margin-top:2px;padding:5px 0;.agentBioPage-award-dot{width:10px;height:10px;padding:0;&.active{width:24px}}}}}}.agentBioPage-story-section{margin-top:10px;padding:20px;.agentBioPage-story-header{font-size:24px;margin-bottom:20px}.agentBioPage-story-wrapper{gap:25px;margin-bottom:25px;padding-bottom:25px;&:last-child{margin-bottom:0}.agentBioPage-story-image{width:250px;height:-moz-fit-content;height:fit-content;min-height:250px;img{width:100%;min-height:250px}}.agentBioPage-story-right{flex:1 1;gap:10px;.agentBioPage-story-title{margin:0}.agentBioPage-story-date{font-size:12px;margin:0}.agentBioPage-story-content-wrapper{gap:10px;.agentBioPage-story-content{font-size:14px;margin:0}.agentBioPage-story-read-more{gap:10px;padding:4px 15px;font-size:14px;i{font-size:12px}}}}}}}.agent-bio-section{margin-top:2rem;padding:1.5rem;.agent-bio-text{font-size:1rem;margin:0;p{margin-bottom:1rem;&:last-child{margin-bottom:0}}}}.agent-bio-specialties-section{margin-top:20px;padding:20px 0;.agent-bio-specialty-group{gap:10px;padding:20px 10px;.agent-bio-specialty-label{.specialty-tag{padding:5px 15px;font-size:14px}}.agent-bio-specialty-items{font-size:16px}}}.agent-bio-languages-section{margin-top:20px;padding:20px 0;.agent-bio-languages{gap:10px;padding:10px;.agent-language-tag{padding:5px 20px;border-radius:8px;font-size:14px}}}.agent-bio-actions{padding:20px;margin-top:20px}}.agent-bio-listings-section{margin:20px auto 40px;padding:10px 20px 0}}}}