@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{display:none!important;width:0!important}*::-webkit-scrollbar{display:none!important;width:0!important}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#0a0a0a;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none}body::-webkit-scrollbar{display:none}#root{margin:0;padding:0}.portfolio{background:#0a0a0a;color:#fff;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.points-section{display:flex;align-items:center;gap:.5rem;padding:1rem 4rem;max-width:900px;margin:0 auto}.points{font-size:.875rem;color:#fff}.refresh-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:1rem}.hero-section{padding:2rem 4rem 1rem;max-width:900px;margin:0 auto}.hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 0}.hero-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.profile-image{margin-bottom:1.5rem}.profile-image img{width:200px;height:200px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.1)}.hero-intro{flex:1}.hero-name{font-size:2rem;font-weight:400;margin:0 0 1rem;color:#fff;letter-spacing:-.02em;line-height:1.2}.hero-subtitle{font-size:1rem;font-weight:400;color:#fff;margin:0 0 .25rem;line-height:1.4}.uh-logo{height:1.5em;width:auto;vertical-align:middle;margin-left:.25rem;border-radius:.25rem}.wave-emoji{display:inline-block;transition:transform .3s ease;transform-origin:70% 70%;animation:autoWave 6s ease-in-out infinite;cursor:pointer}.wave-emoji:hover{animation:wave .8s ease-in-out infinite}@keyframes wave{0%,to{transform:rotate(0)}10%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}30%{transform:rotate(14deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}60%{transform:rotate(0)}}@keyframes autoWave{0%,85%,to{transform:rotate(0)}90%{transform:rotate(14deg)}92%{transform:rotate(-8deg)}94%{transform:rotate(14deg)}96%{transform:rotate(-4deg)}98%{transform:rotate(10deg)}}.about-section{margin:0 0 3rem}.about-description{font-size:1rem;line-height:1.6;color:#ccc;margin:1rem 0 0;max-width:none}.what-im-up-to-section{margin:0 0 3rem}.up-to-list{margin:1rem 0 0;padding-left:1.5rem;list-style-type:disc}.up-to-list li{font-size:1rem;line-height:1.6;color:#ccc;margin-bottom:1rem}.up-to-list li:last-child{margin-bottom:0}.course-link{color:#3b82f6;text-decoration:none;margin:0 .25rem;transition:color .3s ease}.course-link:hover{color:#60a5fa;text-decoration:underline}.main-content{padding:0 4rem 2rem;max-width:900px;margin:0 auto}.experience-section{margin-top:1.5rem}.section-title{font-size:.9rem;font-weight:600;letter-spacing:.1em;color:#fff;margin:0 0 2rem;position:relative;padding-bottom:.75rem}.section-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:2px;background:linear-gradient(90deg,#fff,#ffffff4d);border-radius:1px}.section-divider{margin:2rem 0;padding:1rem 0;border-top:1px solid #1a1a1a}.section-divider span{font-size:.875rem;color:#888}@media (max-width: 768px){.hero-section{padding:1.5rem 2rem 1rem}.hero-header{flex-direction:column;align-items:flex-start;text-align:left;gap:1rem}.hero-name{font-size:1.75rem}.about-section,.what-im-up-to-section{padding:0 2rem}.main-content{padding:0 2rem 1.5rem}}@media (max-width: 480px){.hero-section{padding:1rem 1.5rem}.hero-name{font-size:1.5rem}.hero-subtitle{font-size:.9rem}.uh-logo{height:1.3em}.about-section,.what-im-up-to-section,.main-content{padding:0 1.5rem}}.bottom-toolbar{position:fixed;bottom:20px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;gap:.5rem;background:#0f0f0ff2;border:.5px solid rgba(255,255,255,.1);border-radius:50px;padding:6px 16px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:9999;height:40px;min-width:220px;transition:transform .3s ease}.bottom-toolbar:hover{transform:translate(-50%) scaleX(1.1)}.toolbar-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:#fff9;border-radius:50%;cursor:pointer;transition:color .3s ease;text-decoration:none;font-size:14px}.toolbar-btn:hover{color:#fff}.toolbar-btn svg{width:20px;height:20px;transition:color .3s ease}.toolbar-separator{width:1px;height:20px;background:#fff3;flex-shrink:0}.bottom-fade{position:fixed;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to top,rgba(10,10,10,.9) 0%,rgba(10,10,10,.5) 50%,transparent 100%);pointer-events:none;z-index:999}@media (max-width: 768px){.bottom-toolbar{bottom:15px;padding:5px 14px;gap:.4rem;min-width:200px;height:36px}.toolbar-btn{width:26px;height:26px;font-size:13px}.toolbar-btn svg{width:18px;height:18px}.toolbar-separator{height:18px}}@media (max-width: 480px){.bottom-toolbar{bottom:10px;padding:4px 12px;gap:.3rem;min-width:180px;height:32px}.toolbar-btn{width:24px;height:24px;font-size:12px}.toolbar-btn svg{width:16px;height:16px}.toolbar-separator{height:16px}}.experience-card{margin-bottom:.75rem;background:transparent;border-radius:.75rem;overflow:hidden;transition:all .3s ease}.experience-card:hover{background:#0000004d}.experience-card-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem;cursor:pointer;transition:all .3s ease}.experience-card-left{display:flex;align-items:center;gap:.625rem;flex:1}.experience-card-logo{flex-shrink:0}.experience-logo-img{width:48px;height:48px;border-radius:50%;object-fit:cover;transition:all .3s ease}.experience-card-info{flex:1}.experience-title{font-size:.9rem;font-weight:600;color:#fff;margin:0;line-height:1.2}.experience-company{font-size:.8rem;color:#ccc;margin:0 0 .125rem;font-weight:400}.click-details{font-size:.7rem;color:#888;margin:0;font-weight:400}.experience-card-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.experience-period{font-size:.75rem;color:#888;font-weight:400;text-align:right;line-height:1.2}.experience-details{padding:0 .75rem .75rem;border-top:1px solid rgba(255,255,255,.1);animation:expandDetails .3s ease-out}.experience-description{margin-bottom:1rem;padding-top:1rem}.experience-description ul{margin:0;padding-left:1.5rem;list-style-type:disc}.experience-description li{color:#ccc;font-size:.875rem;line-height:1.5;margin-bottom:.5rem}.experience-description li:last-child{margin-bottom:0}.tech-stack{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tech-icon{display:inline-flex;align-items:center;justify-content:center;margin:.125rem;transition:all .3s ease;cursor:pointer}.tech-icon:hover{transform:translateY(-2px) scale(1.05)}.tech-icon img{width:24px;height:24px;border-radius:.25rem;transition:all .3s ease;filter:brightness(.9)}.tech-icon:hover img{filter:brightness(1.2) drop-shadow(0 0 6px rgba(0,212,255,.4))}@media (max-width: 768px){.experience-card-header{padding:.75rem}.experience-card-left{gap:.5rem}.experience-logo-img{width:52px;height:52px}.experience-title{font-size:.9rem}.experience-company{font-size:.8rem}.click-details{font-size:.7rem}.experience-period{font-size:.8rem}.current-tag{font-size:.7rem;padding:.2rem .4rem}.experience-details{padding:0 .75rem .75rem}}@media (max-width: 480px){.experience-card-right{flex-direction:column;align-items:flex-end;gap:.5rem}.experience-card-header{padding:.625rem}.experience-logo-img{width:42px;height:42px}.experience-title{font-size:.85rem}.experience-company{font-size:.75rem}.click-details{font-size:.65rem}.experience-period{font-size:.75rem}.current-tag{font-size:.65rem}}.info-card{margin-bottom:.75rem;background:transparent;border-radius:.75rem;overflow:hidden;transition:all .3s ease}.info-card:hover{background:#0000004d}.info-card-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem;cursor:pointer;transition:all .3s ease}.info-card-left{display:flex;align-items:center;gap:.625rem;flex:1}.info-card-logo{flex-shrink:0}.info-logo-img{width:48px;height:48px;border-radius:50%;object-fit:cover;transition:all .3s ease}.info-card-info{flex:1}.company-header{display:flex;align-items:center;gap:.375rem;margin-bottom:.125rem}.info-title{font-size:.9rem;font-weight:600;color:#fff;margin:0;line-height:1.2;display:flex;align-items:center;gap:.25rem}.info-title .external-link-icon{width:12px;height:12px;color:#fff;opacity:0;transition:opacity .3s ease}.info-card:hover .info-title .external-link-icon{opacity:1}.info-subtitle{font-size:.8rem;color:#ccc;margin:0 0 .125rem;font-weight:400}.click-details{font-size:.8rem;color:#888;margin:0;font-weight:400;font-style:italic}.info-card-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.current-tag{background:#2d5a3d;color:#fff;font-size:.6rem;font-weight:600;padding:.125rem .25rem;border-radius:.25rem;text-transform:none;letter-spacing:0;flex-shrink:0}.info-period{font-size:.75rem;color:#888;font-weight:400;text-align:right;line-height:1.2}.expand-arrow{width:14px;height:14px;color:#888;cursor:pointer;transition:transform .3s ease,color .3s ease}.expand-arrow:hover{color:#fff}.expand-arrow svg{width:100%;height:100%}.info-details{padding:0 .75rem .75rem;border-top:1px solid rgba(255,255,255,.1);animation:expandDetails .3s ease-out}@keyframes expandDetails{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.info-description{margin-bottom:1rem;padding-top:1rem}.info-description ul{margin:0;padding-left:1.5rem;list-style-type:disc}.info-description li{color:#ccc;font-size:.875rem;line-height:1.5;margin-bottom:.5rem}.info-description li:last-child{margin-bottom:0}.tech-stack{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;padding-top:1rem}.tech-badge{background:#ffffff1a;color:#fff;font-size:.75rem;font-weight:500;padding:.25rem .5rem;border-radius:.25rem;transition:all .3s ease}.tech-badge:hover{background:#fff3;transform:translateY(-1px)}.visit-company-btn{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1a;color:#fff;padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s ease;border:none}.visit-company-btn:hover{background:#fff3;transform:translateY(-1px)}.external-icon{width:14px;height:14px}@media (max-width: 768px){.info-card-header{padding:.75rem}.info-card-left{gap:.5rem}.info-logo-img{width:52px;height:52px}.info-title{font-size:.9rem}.info-subtitle{font-size:.8rem}.click-details{font-size:.75rem}.info-period{font-size:.8rem}.current-tag{font-size:.7rem;padding:.2rem .4rem}.info-details{padding:0 .75rem .75rem}}@media (max-width: 480px){.info-card-right{flex-direction:column;align-items:flex-end;gap:.5rem}.info-card-header{padding:.625rem}.info-logo-img{width:42px;height:42px}.info-title{font-size:.85rem}.info-subtitle{font-size:.75rem}.click-details{font-size:.7rem}.info-period{font-size:.75rem}.current-tag{font-size:.65rem}}.skills-section{margin-top:3rem}.skills-subtitle{font-size:1rem;color:#888;margin:0 0 3rem;text-align:left}.skills-flow{margin-top:2rem}.skill-category-flow{margin-bottom:1.25rem}.skill-category-flow:last-child{margin-bottom:0}.category-title-flow{font-size:1rem;font-weight:500;color:#fff;margin:0 0 .5rem;letter-spacing:.02em}.skills-icons-flow{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.skill-icon-flow{display:flex;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer}.skill-icon-flow:hover{transform:translateY(-2px) scale(1.05)}.skill-icon-flow img{width:48px;height:48px;border-radius:.375rem;transition:all .3s ease;filter:brightness(.9)}.skill-icon-flow:hover img{filter:brightness(1.2) drop-shadow(0 0 8px rgba(0,212,255,.4))}@media (max-width: 768px){.skills-icons-flow{gap:.375rem}.skill-icon-flow img{width:44px;height:44px}}@media (max-width: 480px){.skills-section{margin-top:3rem}.skills-subtitle{margin-bottom:2rem}.skills-icons-flow{gap:.25rem}.skill-icon-flow img{width:40px;height:40px}}.projects-section{margin:4rem 0}.project-slider{display:flex;align-items:center;gap:1rem;margin:2rem 0}.slider-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.25rem;transition:all .4s cubic-bezier(.4,0,.2,1);flex-shrink:0}.slider-btn:hover:not(.disabled){background:#fff3;border-color:#fff6;transform:scale(1.05)}.slider-btn.disabled{opacity:.4;cursor:not-allowed}.project-cards-container{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;flex:1;width:100%;transition:all .6s cubic-bezier(.4,0,.2,1)}.project-card-compact{background:#1a1a1a80;border-radius:.75rem;overflow:hidden;border:1px solid rgba(255,255,255,.1);transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;cursor:pointer;animation:slideInCard .6s cubic-bezier(.4,0,.2,1) forwards;display:flex;flex-direction:column;height:320px}@keyframes slideInCard{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.project-card-compact:hover{transform:translateY(-3px);border-color:#fff3;box-shadow:0 8px 25px #0000004d}.project-image-compact{width:100%;height:140px;overflow:hidden;border-radius:.75rem .75rem 0 0}.project-image-compact img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card-compact:hover .project-image-compact img{transform:scale(1.05)}.project-content-compact{padding:1rem;display:flex;flex-direction:column;flex:1}.project-title-compact{font-size:1rem;font-weight:600;color:#fff;margin:0 0 .5rem;letter-spacing:-.01em;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.project-description-compact{font-size:.8rem;line-height:1.4;color:#ccc;margin:0 0 1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1;position:relative}.project-description-compact:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1.2em;background:linear-gradient(transparent,#1a1a1acc);pointer-events:none;opacity:0;transition:opacity .2s ease}.project-description-compact[data-truncated=true]:after{opacity:1}.project-bottom{display:flex;justify-content:flex-end;align-items:center;margin-top:auto;padding-top:.5rem}.project-links-bottom{display:flex;gap:.5rem;align-items:center}.project-link-icon-bottom{background:#ffffff1a;color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:.875rem;font-weight:700;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.project-link-icon-bottom:hover{background:#fff3;border-color:#fff6;transform:scale(1.1)}.project-link-icon-bottom.live{background:#ffffffe6;color:#000;border-color:#ffffffe6}.project-link-icon-bottom.live:hover{background:#fff;border-color:#fff}@media (max-width: 900px){.project-cards-container{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.project-slider{flex-direction:column;gap:1rem}.slider-btn{display:none}.project-cards-container{grid-template-columns:1fr;gap:1rem}.project-content-compact{padding:.875rem}}.project-modal-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:9999;padding:2rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.project-modal-content{background:#1a1a1a;border-radius:1rem;max-width:600px;width:100%;max-height:75vh;overflow-y:auto;position:relative;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 60px #00000080}.project-modal-close{position:absolute;top:1.5rem;right:1.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.5rem;font-weight:300;transition:all .3s ease;z-index:10}.project-modal-close:hover{background:#fff3;border-color:#fff6;transform:scale(1.05)}.project-modal-header{position:relative}.project-modal-image{width:100%;height:200px;object-fit:cover;border-radius:1rem 1rem 0 0}.project-modal-title-section{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);padding:2rem 1.5rem 1.5rem;border-radius:0}.project-modal-title{font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 .75rem;letter-spacing:-.02em;text-shadow:0 2px 8px rgba(0,0,0,.5)}.project-modal-links{display:flex;gap:1rem}.project-modal-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:.5rem;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease;border:1px solid transparent}.project-modal-link.live{background:#ffffffe6;color:#000;border-color:#ffffffe6}.project-modal-link.live:hover{background:#fff;border-color:#fff;transform:translateY(-2px)}.project-modal-link.github{background:#ffffff1a;color:#fff;border-color:#ffffff4d}.project-modal-link.github:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}.project-modal-body{padding:1.5rem}.project-modal-section{margin-bottom:1.5rem}.project-modal-section:last-child{margin-bottom:0}.project-modal-section-title{font-size:1.125rem;font-weight:600;color:#fff;margin:0 0 .75rem;letter-spacing:.01em;border-bottom:2px solid rgba(255,255,255,.1);padding-bottom:.375rem}.project-modal-description{font-size:.9rem;line-height:1.6;color:#ccc;margin:0}.project-modal-tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem;max-width:100%;overflow:hidden}.project-modal-tech-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.375rem;transition:all .3s ease;min-width:0;overflow:hidden}.project-modal-tech-item:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-2px)}.project-modal-tech-item img{width:24px;height:24px;border-radius:.25rem}.project-modal-tech-item span{font-size:.875rem;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.project-modal-notes{display:flex;flex-direction:column;gap:.5rem}.project-modal-note{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem;background:#ffffff08;border-left:3px solid rgba(255,255,255,.2);border-radius:0 .375rem .375rem 0;transition:all .3s ease}.project-modal-note:hover{background:#ffffff0d;border-left-color:#fff6;transform:translate(4px)}.project-modal-note-bullet{font-size:1.125rem;color:#fff;margin-top:.125rem;flex-shrink:0}.project-modal-note-text{font-size:.9rem;line-height:1.6;color:#ccc;margin:0}.project-modal-content::-webkit-scrollbar{width:8px}.project-modal-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.project-modal-content::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.project-modal-content::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@media (max-width: 768px){.project-modal-overlay{padding:1rem}.project-modal-content{max-height:85vh}.project-modal-image{height:150px}.project-modal-title{font-size:1.25rem}.project-modal-title-section{padding:1.5rem 1rem 1rem}.project-modal-body{padding:1rem}.project-modal-links{flex-direction:column;gap:.75rem}.project-modal-link{justify-content:center}.project-modal-tech-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.75rem}.project-modal-tech-item{padding:.5rem;flex-direction:column;text-align:center;gap:.5rem}.project-modal-note{padding:.75rem}}@media (max-width: 480px){.project-modal-overlay{padding:.5rem}.project-modal-close{top:1rem;right:1rem;width:36px;height:36px;font-size:1.25rem}.project-modal-title{font-size:1.25rem}.project-modal-body{padding:1rem}.project-modal-section{margin-bottom:1.25rem}}
