:root{--bg-color:#e8e8e8;--text-color:#1a1a1a;--primary-color:#2c3e50;--secondary-color:#2563eb;--accent-color:#ffffff;--border-color:#d0d0d0}*{box-sizing:border-box;font-family:Inter,sans-serif}*,body,html{margin:0;padding:0}body{background:var(--bg-color);color:var(--text-color);min-height:100vh;display:flex;flex-direction:column;gap:0;line-height:1.6}.darkerText{color:#666}.hero-section{background:var(--bg-color);padding:3rem 0;border-bottom:1px solid var(--border-color)}.hero-container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 2rem}.hero-header{text-align:center;margin-bottom:40px}.portfolio-title{background:none;color:var(--text-color);font-weight:300;letter-spacing:.05em}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-left{gap:32px}.hero-left,.profile-section{display:flex;flex-direction:column}.profile-section{align-items:center;text-align:center;gap:24px}.imgContainer{border-radius:50%;max-width:160px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);border:2px solid var(--border-color)}.imgContainer img{width:100%;aspect-ratio:1/1;object-fit:cover}.nameContainer{display:flex;flex-direction:column}.nameContainer h1{color:var(--text-color);font-weight:600;font-size:2.5rem}.nameContainer p{font-size:1.1rem;line-height:1.6;color:#555}.stats{display:flex;flex-direction:column;gap:16px;background:rgba(29,216,164,.1);padding:24px;border-radius:12px;border:1px solid rgba(29,216,164,.2)}.stats>div{display:flex;align-items:center;gap:12px}.stats div i{font-size:1.4em;color:var(--secondary-color);min-width:24px}.stats div p{font-size:1rem;margin:0}.hero-right{display:flex;align-items:center;justify-content:center}.quote-section{width:100%}.quote-section blockquote{background:#ffffff;border-left:4px solid var(--secondary-color);padding:1.5rem;font-style:italic;position:relative}.quote-section blockquote:before{top:-5px;left:10px}.quote-section blockquote:after,.quote-section blockquote:before{content:'"';font-size:3rem;color:#bbb;position:absolute;font-family:serif;opacity:.4}.quote-section blockquote:after{bottom:-20px;right:10px}.quote-section blockquote span{display:block;margin-top:20px;font-size:1rem;color:#555;font-style:normal;font-weight:500}footer,main{max-width:1200px;margin:0 auto;width:100%;padding:0 2rem}footer{margin-top:64px;padding:20px 0;text-align:center;background-color:var(--accent-color);border-top:1px solid var(--border-color)}#small-header{color:#1b1919}footer nav{display:flex;justify-content:center;gap:32px}.footerItem{color:var(--secondary-color);text-decoration:none;font-size:1em;display:flex;align-items:center;gap:8px;transition:color .2s ease}.footerItem:hover{color:#2980b9;text-decoration:underline}.stats div p{font-size:1.05em}header{justify-content:space-between;gap:14px}header,nav{display:flex;align-items:center}nav{color:var(--secondary-color);gap:10px;grid:32px}nav a{cursor:pointer;text-decoration:none;padding:5px}nav a:hover{opacity:.7}.nameContainer,main,section{display:flex;flex-direction:column;gap:16px}main{gap:64px;padding-top:64px;padding-bottom:64px}section{gap:48px}.nameContainer{gap:8px}.aboutMe{line-height:1.7;color:#555;max-width:100%;margin:2rem 0 0;padding:0}.outreach{display:flex;align-items:center;gap:14px;cursor:pointer;width:fit-content;margin-right:auto}.outreach:hover{opacity:.7}.outreach i{transform:rotate(-45deg)}.projectContainer{display:flex;flex-direction:column;gap:24px}.headerText{font-size:1.8rem;margin-bottom:1rem;color:var(--text-color);font-weight:600}.projectItem{display:grid;grid-template-columns:1fr auto;gap:2rem;background:var(--accent-color);border:1px solid var(--border-color);border-radius:8px;padding:2rem;transition:all .2s ease;align-items:start;box-shadow:0 1px 3px rgba(0,0,0,.05)}.projectItem:hover{border-color:#b0b0b0;box-shadow:0 4px 12px rgba(0,0,0,.12);transform:translateY(-2px)}.projectItem>div:first-child{display:flex;flex-direction:column;gap:1rem;flex:1}.projectItem .projectDate{color:#666;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.projectItem .projectDescription{color:#444;line-height:1.7;font-size:1rem}.projectItem>div:last-child{width:200px;height:120px;flex-shrink:0;overflow:hidden;border-radius:8px;border:1px solid var(--border-color)}.projectItem div:last-child img{width:100%;height:100%;object-fit:cover}.smallProjectsContainer{padding:20px 0;text-align:center}.smallProjectsContainer .headerText{font-size:1.5rem;color:#ccd6f6;margin-bottom:10px}.smallProjectsContainer p{color:#a8b2d1;margin-bottom:20px}.smallProjectsContainer .linkItem{color:#64ffda;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:5px}.smallProjectsContainer .linkItem:hover{color:#33ccff;text-decoration:underline}.linkContainer{gap:24px}.linkContainer,.linkItem{display:flex;align-items:center}.linkItem{flex-direction:row!important;gap:8px!important;color:var(--secondary-color);text-decoration:none;transition:color .2s ease}.linkItem:hover{color:#2980b9;text-decoration:underline}.linkItem p{font-size:.9em}@media (max-width:768px){.hero-section{padding:30px 15px}.hero-container{padding:0 1rem}.hero-content{grid-template-columns:1fr;gap:40px}.nameContainer h1,.portfolio-title{font-size:2rem}.imgContainer{max-width:120px}.quote-section blockquote{font-size:1.1rem;padding:30px 20px}.quote-section blockquote:after,.quote-section blockquote:before{font-size:3rem}footer,main{max-width:100%;padding:0 20px}.projectItem{grid-template-columns:1fr;gap:1.5rem}.projectItem>div:last-child{width:100%;height:200px}.aboutMe{padding:0 1rem}.memoriesGallery{gap:1rem;max-width:100%;padding:0 10px}.galleryView{max-width:100%;height:280px}.scrollBtn{min-width:50px;min-height:50px;padding:.8rem}.scrollBtn,.scrollBtn i{font-size:1rem}}@media (min-width:640px) and (max-width:768px){.stats{gap:8px}}.certificateContainer{margin:2rem 0;text-align:center}.certificateItem{margin:1rem 0}.memoriesContainer{margin:2rem 0;text-align:center}.memoriesGallery{align-items:center;justify-content:center;gap:2rem;max-width:800px;margin:0 auto}.galleryView,.memoriesGallery{display:flex;position:relative}.galleryView{overflow:hidden;width:100%;max-width:600px;height:400px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);border:1px solid var(--border-color)}.photoWrapper{display:flex;transition:transform .4s cubic-bezier(.4,0,.2,1);width:100%;height:100%}.photoWrapper img{width:100%;height:100%;object-fit:cover;flex-shrink:0;border-radius:8px}.scrollBtn{background:var(--secondary-color);border:none;padding:1rem 1.5rem;cursor:pointer;border-radius:50%;color:#ffffff;font-weight:500;font-size:1.2rem;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.15);display:flex;align-items:center;justify-content:center;min-width:60px;min-height:60px}.scrollBtn:hover{background:#2980b9}.scrollBtn:disabled{background:#ccc;cursor:not-allowed;box-shadow:none}.scrollBtn i{font-size:1.2rem}.certificateGallery{position:relative;display:flex;align-items:center;justify-content:center;max-width:620px;max-height:344px;margin:0 auto}.certificateWrapper{display:flex;flex-wrap:nowrap;transition:transform .5s ease-in-out}.certificateItem{flex:0 0 100%;max-width:100%;align-items:center;box-sizing:border-box}.certificateItem img{max-width:100%;height:340px}#streamlit-icon{width:20px;height:20px}.jb_link a{color:var(--secondary-color);text-decoration:none;transition:color .2s ease}.jb_link a:hover{text-decoration:underline;color:#2980b9}.contactContainer{max-width:1200px;padding:2rem;margin:3rem auto 0}.contactForm{max-width:600px;margin:2rem auto 0;gap:1.5rem}.contactForm,.formGroup{display:flex;flex-direction:column}.formGroup{gap:.5rem}.formGroup label{color:var(--text-color);font-weight:500;font-size:1rem}.formGroup input,.formGroup textarea{padding:.75rem;border:1px solid var(--border-color);border-radius:4px;background:var(--accent-color);color:var(--text-color);font-family:inherit;font-size:1rem;transition:all .2s ease}.formGroup input:focus,.formGroup textarea:focus{outline:none;border-color:var(--secondary-color);box-shadow:0 0 0 2px rgba(52,152,219,.1)}.formGroup input:disabled,.formGroup textarea:disabled{opacity:.6;cursor:not-allowed}.formGroup textarea{resize:vertical;min-height:120px}.submitBtn{padding:.75rem 2rem;background:var(--secondary-color);color:#ffffff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;align-self:flex-start;min-height:48px;font-family:inherit}.submitBtn:hover:not(:disabled){background:#2980b9}.submitBtn:disabled{opacity:.6;cursor:not-allowed}.submitBtn i{color:#ffffff!important}.statusMessage{padding:1rem;border-radius:8px;margin:1rem 0;font-weight:500}.statusMessage.success{background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.3);color:rgb(34,197,94)}.statusMessage.error{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);color:rgb(239,68,68)}.blogContainer{max-width:1200px;margin:0 auto;padding:2rem;min-height:100vh}.blogHeader{text-align:center;margin-bottom:3rem}.blogHeader h1{font-size:3rem;color:var(--text-color);margin-bottom:1rem}.blogPosts{display:flex;flex-direction:column;gap:2rem}.blogPostPreview{padding:2rem;background:var(--accent-color);border:1px solid var(--border-color);border-radius:8px;transition:all .2s ease}.blogPostPreview:hover{box-shadow:0 2px 8px rgba(0,0,0,.08);border-color:#ccc}.blogPostPreview h2{font-size:1.5rem;margin-bottom:.5rem}.blogPostPreview h2 a{color:var(--text-color);text-decoration:none;transition:color .2s ease}.blogPostPreview h2 a:hover{color:var(--secondary-color)}.postDate{font-size:.9rem;margin-bottom:1rem;opacity:.7}.postExcerpt{margin-bottom:1.5rem;line-height:1.6}.readMore{display:inline-flex;align-items:center;gap:.5rem;font-weight:500}.blogPostContainer{max-width:800px;margin:0 auto;padding:2rem;min-height:100vh}.blogPostHeader{margin-bottom:2rem}.blogPostHeader h1{font-size:2.5rem;color:var(--text-color);margin:1rem 0;line-height:1.3}.blogPostContent{line-height:1.8;margin-bottom:3rem}.blogPostContent h2{color:var(--text-color);margin:2rem 0 1rem;font-size:1.5rem}.blogPostContent h3{color:#555;margin:1.5rem 0 .5rem}.blogPostContent p{margin-bottom:1rem}.blogPostContent ol,.blogPostContent ul{margin:1rem 0;padding-left:2rem}.blogPostContent li{margin-bottom:.5rem}.blogPostContent code{background:#f5f5f5;padding:.2rem .4rem;border-radius:3px;font-family:Courier New,monospace;color:#d63384;border:1px solid #e0e0e0}.blogPostFooter{display:flex;gap:1rem;justify-content:space-between;padding-top:2rem;border-top:1px solid var(--border-color)}@media (max-width:768px){.contactForm{padding:0 1rem}.blogHeader h1,.blogPostHeader h1{font-size:2rem}.blogContainer,.blogPostContainer{padding:1rem}.blogPostFooter{flex-direction:column;gap:.5rem}}.navbar{border-bottom:2px solid var(--border-color);box-shadow:0 2px 4px rgba(0,0,0,.08);position:sticky;top:0;z-index:100;margin:0;transition:all .3s ease}.navbar,.navbar.scrolled{background:var(--accent-color);padding:0}.navbar.scrolled{border-bottom:1px solid var(--border-color);box-shadow:0 2px 8px rgba(0,0,0,.1)}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:flex-start;align-items:stretch;width:100%;gap:0;height:100%}.navbar.scrolled .nav-container{gap:0}.nav-logo{margin:0 0 0 -2rem;flex-shrink:0;align-items:stretch;padding:0}.nav-logo,.nav-logo .logo-btn{display:flex;background:var(--text-color)}.nav-logo .logo-btn{color:#ffffff;border:none;font-size:1.5rem;font-weight:700;padding:1rem 1.5rem;border-radius:0;cursor:pointer;transition:all .3s ease;white-space:nowrap;align-items:center;margin:0}.navbar.scrolled .nav-logo .logo-btn{font-size:1.2rem;padding:.7rem 1.2rem}.nav-logo .logo-btn:hover{background:#1a252f}.nav-links{display:flex;gap:1.5rem;align-items:center;flex-wrap:nowrap;padding-left:3.5rem;margin-left:0}.navbar.scrolled .nav-links{gap:1rem;padding-left:2.7rem}.nav-link{color:var(--text-color);text-decoration:none;font-weight:500;font-size:1rem;padding:.5rem 1rem;border-radius:4px;transition:all .3s ease;background:none;border:none;cursor:pointer;font-family:inherit;white-space:nowrap;display:inline-flex;align-items:center;gap:.5rem}.navbar.scrolled .nav-link{font-size:.9rem;padding:.4rem .8rem}.nav-link:hover{color:var(--secondary-color);background:#f0f0f0}@media (max-width:768px){.nav-container{padding:0 1rem;gap:0}.navbar.scrolled .nav-container{gap:0}.nav-logo{margin-left:-1rem}.nav-links{gap:.8rem;flex-wrap:wrap;padding-left:.5rem}.navbar.scrolled .nav-links{gap:.5rem;padding-left:.5rem}.nav-link{font-size:.9rem;padding:.4rem .8rem}.navbar.scrolled .nav-link{font-size:.8rem;padding:.3rem .6rem}.nav-logo .logo-btn{font-size:1.2rem;padding:.8rem 1rem}.navbar.scrolled .nav-logo .logo-btn{font-size:1rem;padding:.6rem .8rem}}.story-header{text-align:center;margin-bottom:2rem}.story-teaser{max-width:800px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.6;color:#555}.story-link-container{text-align:center;margin-top:2rem}.story-link{display:inline-block;padding:.5rem 1rem;background:var(--secondary-color);color:#ffffff;text-decoration:none;border-radius:4px;font-weight:500;font-size:.95rem;transition:all .2s ease}.story-link:hover{background:#2980b9}.story-link .headerText{font-size:1rem;color:#ffffff;margin:0;font-weight:500}