@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700&display=swap";:root{--pastel-yellow:#fff4b8;--bubble-black:#1a1a1a;--text-dark:#2d2d2d;--font-bubble:"Poppins",sans-serif;--font-body:"Inter",system-ui,sans-serif;--spacing-xs:.5rem;--spacing-sm:1rem;--spacing-md:2rem;--spacing-lg:4rem;--spacing-xl:6rem;--transition-smooth:all .3s cubic-bezier(.4,0,.2,1);--transition-bounce:all .5s cubic-bezier(.68,-.55,.265,1.55)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background-color:var(--pastel-yellow);color:var(--text-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;margin:0;overflow-x:hidden}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-bubble);font-weight:700;line-height:1.1}p{line-height:1.6}.container{width:100%;max-width:1400px;padding:0 var(--spacing-md);margin:0 auto}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.hero-container{background-color:var(--pastel-yellow);justify-content:center;align-items:flex-start;width:100%;min-height:100vh;padding-top:8vh;display:flex;position:relative;overflow:hidden}.app-container{width:100%;min-height:100vh;position:relative}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff4b8cc;border-bottom:1px solid #0000000d;justify-content:center;align-items:center;height:80px;display:flex;position:fixed;top:0;left:0;right:0}.navbar-content{justify-content:center;align-items:center;width:100%;max-width:1400px;padding:0 2rem;display:flex}.nav-links{gap:3rem;display:flex}.nav-link{color:#333;align-items:center;gap:.5rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.nav-link:hover{color:#000}.link-text{display:none}@media (min-width:768px){.link-text{display:block}}.hero-content{justify-content:space-between;align-items:flex-start;gap:4rem;width:100%;max-width:1400px;padding:80px 2rem 0;display:flex}.text-container{flex:1;max-width:800px}.image-container{flex-shrink:0}.profile-image{object-fit:cover;background-color:#fff;border-radius:24px;width:400px;height:400px;box-shadow:0 20px 40px -10px #0000001a,0 0 0 1px #0000000d}.scroll-indicator{color:#333;opacity:.5;position:absolute;bottom:40px;left:calc(50% - 12px);transform:translate(-50%)}.timeline-container{max-width:1000px;margin:0 auto;padding:6rem 2rem}.section-title{font-family:var(--font-bubble);text-align:center;color:var(--bubble-black);margin-bottom:4rem;font-size:3rem}.timeline{padding:2rem 0;position:relative}.timeline-line{background:#0000001a;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.timeline-item{justify-content:center;padding-bottom:4rem;display:flex;position:relative}.timeline-dot{z-index:10;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000001a}.timeline-content{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff9;border-radius:16px;width:45%;margin-left:auto;padding:2rem;box-shadow:0 4px 20px #0000000d}.timeline-item:nth-child(odd) .timeline-content{margin-left:0;margin-right:auto}.timeline-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;display:flex}.timeline-title{color:#111;margin:0;font-size:1.25rem;font-weight:700}.timeline-date{color:#666;white-space:nowrap;background:#0000000d;border-radius:100px;padding:.25rem .75rem;font-size:.9rem}.timeline-subheader{color:#444;justify-content:space-between;margin-bottom:1rem;font-size:.95rem;display:flex}.timeline-description{color:#555;margin:0;padding-left:1.25rem;font-size:.95rem;line-height:1.6;list-style-type:disc}.timeline-description li{margin-bottom:.5rem}.footer{text-align:center;background:#fff6;padding:4rem 2rem}.footer-links{justify-content:center;gap:2rem;margin-bottom:2rem;display:flex}.footer-links a{color:#333;transition:transform .2s,color .2s}.footer-links a:hover{color:#000;transform:translateY(-2px)}.copyright{color:#666;font-size:.9rem}.bubble-text{font-family:var(--font-bubble);color:var(--bubble-black);text-align:left;letter-spacing:-.02em;-webkit-user-select:none;user-select:none;max-width:100%;margin:0;padding:0;font-size:clamp(4rem,10vw,10rem);font-weight:900;line-height:.9;position:relative}.text-line{white-space:nowrap;display:block}.char{will-change:transform;display:inline-block}@media (max-width:1024px){.hero-container{align-items:center;height:auto;min-height:100vh;padding-top:60px;padding-bottom:120px}.hero-content{text-align:center;flex-direction:column-reverse;gap:3rem;padding-top:0}.text-container{flex-direction:column;align-items:center;width:100%;display:flex}.image-container{justify-content:center;width:100%;display:flex}.bubble-text{text-align:center;font-size:clamp(3rem,12vw,8rem)}.profile-image{width:300px;height:300px}}@media (max-width:768px){.hero-container{padding-top:2vh}.hero-content{max-width:100%;padding:20px 1.5rem 0}.bubble-text{font-size:clamp(2.5rem,10vw,6rem)}.profile-image{width:250px;height:250px}.timeline-line,.timeline-dot{left:2rem}.timeline-content{width:calc(100% - 60px);margin-left:60px!important}}@media (max-width:480px){.hero-container{padding-top:60px}.bubble-text{letter-spacing:-.01em;font-size:clamp(2rem,12vw,4rem)}.timeline-header{flex-direction:column}.timeline-subheader{flex-direction:column;gap:.25rem}}
