@import"https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap";:root[data-theme=dark]{--bg-primary: #0f0f0f;--bg-secondary: #161616;--text-primary: #e0e0e0;--text-secondary: #a0a0a0;--text-muted: #666666;--border-color: #2a2a2a;--link-color: #e0e0e0;--link-hover: #ffffff}:root[data-theme=light]{--bg-primary: #ffffff;--bg-secondary: #fafafa;--text-primary: #1a1a1a;--text-secondary: #4a4a4a;--text-muted: #999999;--border-color: #e5e5e5;--link-color: #1a1a1a;--link-hover: #000000}.app{display:flex;justify-content:center;min-height:100vh;background-color:var(--bg-primary);color:var(--text-primary);font-family:Jost,sans-serif;font-optical-sizing:auto;transition:background-color .3s ease,color .3s ease}.sidebar{width:280px;min-width:280px;background-color:var(--bg-primary);border-right:none;padding:3rem 2rem;position:sticky;top:0;height:100vh;overflow-y:auto;transition:background-color .3s ease}.sidebar-content{display:flex;flex-direction:column;gap:2rem}.name{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0;letter-spacing:-.02em}.title{font-size:.95rem;color:var(--text-muted);margin:0}.location{font-size:.85rem;color:var(--text-muted);opacity:.7;margin:0;margin-top:-.5rem}.theme-toggle{background:none;border:none;padding:0;font-size:.9rem;font-family:inherit;color:var(--text-muted);cursor:pointer;margin-top:1rem;text-align:left;transition:color .2s ease}.theme-toggle:hover{color:var(--text-primary)}.nav{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.nav a{color:var(--text-muted);text-decoration:none;font-size:.95rem;padding:.5rem 0;transition:color .2s ease}.nav a:hover,.nav a.active{color:var(--text-primary)}.social-links{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.social-links a{color:var(--text-muted);text-decoration:none;font-size:.9rem;transition:color .2s ease}.social-links a:hover{color:var(--text-primary)}.main-content{flex:1;max-width:800px;padding:3rem 3rem 3rem 4rem}.section{margin-bottom:4rem;padding-bottom:3rem;position:relative}.section:not(:last-of-type):after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:var(--text-muted);opacity:.3;transform:skew(-25deg)}.section h2{font-size:1.75rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-primary);letter-spacing:-.02em;position:relative;display:inline-block;padding-bottom:.6rem}.section h2:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;background:var(--text-primary);transform:skew(-25deg);transform-origin:left}.section p{line-height:1.7;color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem}.skills-section{margin-top:2.5rem}.skills-section h3{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-primary);letter-spacing:-.02em}.skill-group{margin-bottom:1.5rem}.skill-group h4{font-size:.85rem;font-weight:600;color:var(--text-muted);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background-color:var(--bg-secondary);color:var(--text-secondary);padding:.4rem .75rem;border-radius:4px;font-size:.85rem;border:1px solid var(--border-color)}.skills-minimal{display:flex;flex-direction:column;gap:1.25rem}.skill-line{display:flex;flex-direction:column;gap:.35rem}.skill-label{font-size:.7rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.skill-list{font-size:.9rem;color:var(--text-secondary);line-height:1.7}.gallery-container{margin:2rem 0;width:100%;height:300px;overflow:hidden;border-radius:8px}.experience-item{margin-bottom:3rem}.experience-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem}.experience-header h3{font-size:1.1rem;font-weight:600;color:var(--text-primary)}.date{font-size:.85rem;color:var(--text-muted)}.company{font-size:.95rem;color:var(--text-muted);margin-bottom:1rem}.company a{color:var(--text-primary);text-decoration:none;border-bottom:1px solid var(--border-color);transition:border-color .2s ease}.company a:hover{border-bottom-color:var(--text-primary)}.experience-item ul{list-style:none;padding-left:1.25rem}.experience-item li{position:relative;color:var(--text-secondary);font-size:.95rem;line-height:1.7;margin-bottom:.75rem}.experience-item li:before{content:"•";position:absolute;left:-1.25rem;color:var(--text-muted)}.education{margin-top:3rem}.education h3{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-primary)}.education-item{margin-bottom:1.5rem}.education-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem}.education-header h4{font-size:1.05rem;font-weight:600;color:var(--text-primary)}.education-item p{font-size:.9rem;color:var(--text-muted);margin-bottom:.5rem}.gpa{color:var(--text-secondary)!important;font-weight:500}.courses{line-height:1.6!important;margin-top:.5rem}.projects-grid{display:flex;flex-direction:column;gap:2.5rem}.project-card{padding-bottom:2.5rem;border-bottom:1px solid var(--border-color)}.project-card:last-child{border-bottom:none}.project-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.75rem}.project-header h3{font-size:1.15rem;font-weight:600;margin:0}.project-header h3 a{color:var(--text-primary);text-decoration:none;border-bottom:1px solid var(--border-color);transition:border-color .2s ease}.project-header h3 a:hover{border-bottom-color:var(--text-primary)}.project-year{font-size:.85rem;color:var(--text-muted)}.project-description{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem;font-size:.95rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{color:var(--text-muted);font-size:.8rem}.tech-tag:not(:last-child):after{content:" ·"}.footer{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border-color)}.footer p{font-size:.85rem;color:var(--text-muted)}.more-github{margin-top:2rem;font-size:.9rem;color:var(--text-muted)}.more-github a{color:var(--text-primary);text-decoration:none;border-bottom:1px solid var(--border-color);transition:border-color .2s ease}.more-github a:hover{border-bottom-color:var(--text-primary)}@media (max-width: 768px){.app{flex-direction:column}.sidebar{width:100%;min-width:100%;position:relative;height:auto;padding:2rem;border-right:none;border-bottom:1px solid var(--border-color)}.main-content{padding:2rem}.section h2{font-size:1.5rem}.experience-header,.project-header,.education-header{flex-direction:column;align-items:flex-start;gap:.25rem}.theme-toggle{position:absolute;top:2rem;right:2rem;margin-top:0}}.construction-notice{margin-top:3rem;text-align:center}.construction-notice p{font-size:1.5rem;color:var(--text-muted);margin-bottom:1rem}.construction-notice .construction-sub{font-size:.95rem;color:var(--text-secondary)}.gallery-container{position:relative;height:100%;width:100%;overflow:hidden;display:flex;align-items:flex-start;justify-content:center;min-height:340px;-webkit-overflow-scrolling:touch}.gallery-gradient{position:absolute;top:0;height:100%;width:48px;z-index:10}.gallery-gradient-left{left:0;background:linear-gradient(to left,#0000,#0000)}.gallery-gradient-right{right:0;background:linear-gradient(to right,#0000,#0000)}.gallery-content{display:flex;height:100%;align-items:flex-start;justify-content:center;perspective:1000px;transform-style:preserve-3d}.gallery-track{display:flex;min-height:360px;justify-content:center;align-items:flex-start;cursor:grab;transform-style:preserve-3d;width:100%;touch-action:pan-y}.gallery-item{position:absolute;top:0;display:flex;height:-moz-fit-content;height:fit-content;align-items:center;justify-content:center;padding:6%;backface-visibility:hidden}.gallery-img{display:none}.polaroid{background:#fff;border-radius:10px;padding:12px 12px 44px;box-shadow:0 10px 30px #00000059;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:82%;will-change:transform;touch-action:manipulation}.polaroid-img{pointer-events:none;width:100%;aspect-ratio:1/1;height:auto;border-radius:6px;-o-object-fit:cover;object-fit:cover;display:block}.bbh-sans-bogle-regular{font-family:BBH Sans Bogle,sans-serif;font-weight:400;font-style:normal}.gallery-item:hover .gallery-img{transform:scale(1.05)}@media (max-width: 768px){.gallery-container{min-height:320px}.gallery-track{min-height:320px;margin:0 auto}.gallery-item{padding:3.5%}.polaroid{width:92%;padding:10px 10px 34px}}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#1a1a1a;overflow-x:hidden}body::-webkit-scrollbar{display:none}body{-ms-overflow-style:none;scrollbar-width:none}html{scroll-behavior:smooth;overflow-x:hidden}html::-webkit-scrollbar{display:none}html{-ms-overflow-style:none;scrollbar-width:none}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
