@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,sans-serif;font-weight:400;color:#000;background-color:#fff;line-height:1.6}#root{display:flex;flex-direction:column;min-height:100vh}.text{font-family:Inter,sans-serif;font-weight:400;font-style:normal}.app-container{min-height:100vh;width:100%;background-color:#fff}.app-content{max-width:550px;margin:0 auto;padding:20px}.app-footer{text-align:center;padding:4rem 0 2rem;margin-top:4rem}.app-footer p{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;color:#000;margin:0}@media(min-width:768px){.app-content{padding:40px 20px}}.header{margin-bottom:4rem}.header-name{font-family:Newsreader,serif;font-size:1.5rem;font-weight:400;margin:0;color:#000}@media(min-width:768px){.header{margin-bottom:4.5rem}.header-name{font-size:1.75rem}}.about-container{display:flex;flex-direction:column;gap:1.5rem}.about-container .section-title{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;margin:0;color:#000;text-transform:capitalize}.about-photo{display:flex;justify-content:flex-start;align-items:start}.about-photo-img{width:100%;max-width:200px;height:auto;object-fit:cover}.about-bio{display:flex;flex-direction:column;gap:1.5rem}.about-paragraph{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.6;margin:0;color:#000}.about-info{display:flex;flex-direction:column;width:100%;margin-bottom:2.5rem}@media(min-width:768px){.about-info{margin-bottom:4.5rem}}.about-info-row{display:flex;justify-content:space-between;align-items:baseline;padding:1rem 0;border-top:1px solid #844140}.about-info-row:last-child{border-bottom:1px solid #844140}.about-info-label{font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;text-transform:uppercase;letter-spacing:.05em;color:#844140;flex-shrink:0}.about-info-value{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;color:#844140;text-align:right}.about-info-link{color:#844140;text-decoration:underline;text-decoration-color:#844140;transition:background-color .2s ease}.about-info-link:hover{background-color:#844140;color:#000}.section-container{padding:2rem 0}.section-container:last-child{padding-bottom:4rem}.section-title{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;margin:0 0 2rem;color:#000;text-transform:capitalize}@media(min-width:768px){.section-container{padding:3rem 0}.section-container:last-child{padding-bottom:4rem}.section-title{font-size:.875rem}}.timeline{display:flex;flex-direction:column}.timeline-item{display:grid;grid-template-columns:1fr;gap:.75rem;margin-bottom:2rem}.timeline-item-link{color:inherit;text-decoration:none}.timeline-item-date{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;color:#000}.timeline-item-content{display:flex;flex-direction:column;gap:.5rem}.timeline-item-header{display:flex;flex-direction:column;gap:.25rem}.timeline-item-subtitle{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;color:#000}.timeline-item-title{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;margin:0;color:#000}.timeline-item-link .timeline-item-title{text-decoration:underline;text-decoration-color:#844140}.timeline-item-company-link{color:#000;text-decoration:underline;text-decoration-color:#844140;transition:background-color .2s ease}.timeline-item-company-link:hover{background-color:#844140}.timeline-item-title-text{transition:background-color .2s ease;box-decoration-break:clone;-webkit-box-decoration-break:clone}.timeline-item-link:hover .timeline-item-title-text{background-color:#844140}.timeline-item-description{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.6;margin:0;color:#844140}@media(min-width:768px){.timeline-item{grid-template-columns:150px 1fr;gap:2rem}.timeline-item-title{font-size:.875rem}}.education-list{display:flex;flex-direction:column}.education-item{display:grid;grid-template-columns:1fr;gap:.75rem;margin-bottom:2rem}.education-item-date{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;color:#000}.education-item-content{display:flex;flex-direction:column;gap:.25rem}.education-item-field{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;color:#000}.education-item-institution{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;color:#844140}@media(min-width:768px){.education-item{grid-template-columns:150px 1fr;gap:2rem}}.section-description{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;margin:-1rem 0 8rem;color:#000}.carousel-container{position:relative;max-width:100%;margin:2rem auto 0;display:flex;flex-direction:column;align-items:center;gap:1rem}.carousel-content{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;-webkit-user-select:none;user-select:none}.carousel-image-wrapper{width:100%;display:flex;justify-content:center;align-items:center;position:relative}.carousel-image{max-width:100%;height:auto;max-height:500px;object-fit:contain;transition:opacity .3s ease-in-out;border-radius:4px}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px;z-index:10;transition:opacity .2s ease}.carousel-button img{width:24px;height:24px;display:block}.carousel-button:hover:not(:disabled){opacity:.7}.carousel-button:disabled{opacity:.5;cursor:not-allowed}.carousel-button-prev{left:-24px}.carousel-button-next{right:-24px}.carousel-indicators{display:flex;gap:.5rem;justify-content:center}.carousel-indicator{width:8px;height:8px;border-radius:50%;border:1px solid #000000;background-color:transparent;cursor:pointer;padding:0;transition:all .2s ease}.carousel-indicator:hover{background-color:#0000004d;border-color:#000}.carousel-indicator.active{background-color:#000;border-color:#000}@media(max-width:640px){.carousel-button-prev{left:8px}.carousel-button-next{right:8px}}
