@font-face{font-family:'Source Code Pro';src:url('fonts/SourceCodePro-Light.otf') format('opentype');font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:'Source Code Pro';src:url('fonts/SourceCodePro-Regular.otf') format('opentype');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Source Code Pro';src:url('fonts/SourceCodePro-Medium.otf') format('opentype');font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:'Source Code Pro';src:url('fonts/SourceCodePro-Semibold.otf') format('opentype');font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:'Source Code Pro';src:url('fonts/SourceCodePro-Bold.otf') format('opentype');font-weight:700;font-style:normal;font-display:swap}:root{--primary-color:#5b7a98;--primary-dark:#4a6279;--primary-light:#7a99b8;--primary-lighter:#C8D1E0;--text-dark:#202e3a;--text-light:#ffffff;--bg-light:#f5f7fa;--bg-white:#ffffff;--shadow:rgba(0, 0, 0, 0.1)}[data-theme=dark]{--primary-color:#7a99b8;--primary-dark:#9bb5d0;--primary-light:#5b7a98;--primary-lighter:#4a6279;--text-dark:#e8edf3;--text-light:#ffffff;--bg-light:#1a1f26;--bg-white:#252b35;--shadow:rgba(0, 0, 0, 0.3)}.linkedin-link,.skill-chip,body,nav,section{transition:background-color .3s ease,color .3s ease,border-color .3s ease}*{margin:0;padding:0;box-sizing:border-box}.skill-chip:focus,a:focus,button:focus{outline:3px solid var(--primary-color);outline-offset:2px}.skill-chip:focus-visible,a:focus-visible,button:focus-visible{outline:3px solid var(--primary-color);outline-offset:2px}html{background-color:var(--bg-light)}body{font-family:'Source Code Pro','Courier New',monospace;line-height:1.6;color:var(--text-dark);position:relative;font-weight:400;padding-top:4rem}body::before{content:'';position:fixed;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 49px,rgba(91,122,152,.02) 49px,rgba(91,122,152,.02) 50px);pointer-events:none;z-index:-1}header{position:fixed;width:100vw;top:0;left:0;right:0;z-index:1000}nav{background-color:var(--primary-color);padding:2rem 0;box-shadow:0 2px 5px var(--shadow)}.hamburger{display:none;flex-direction:column;background:0 0;border:none;cursor:pointer;padding:1rem;position:absolute;right:1rem;top:50%;transform:translateY(-50%);z-index:1000}.hamburger span{width:25px;height:3px;background-color:var(--text-light);margin:3px 0;transition:.3s;border-radius:2px}.hamburger.active span:first-child{transform:rotate(-45deg) translate(-5px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.theme-toggle{display:flex;align-items:center;justify-content:center;background:0 0;border:none;cursor:pointer;padding:.75rem;position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:var(--text-light);transition:transform .3s ease;z-index:1000;margin-right:1.25rem}.theme-toggle:hover{transform:translateY(-50%) scale(1.1)}.theme-toggle:active{transform:translateY(-50%) scale(.95)}.theme-icon{width:24px;height:24px;transition:opacity .3s ease}[data-theme=dark] .sun-icon,[data-theme=light] .moon-icon{display:none}[data-theme=dark] .moon-icon,[data-theme=light] .sun-icon{display:block}.nav-menu{list-style:none;display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}nav a{color:var(--text-light);text-decoration:none;padding:.5rem 1rem;transition:all .3s ease;border-radius:4px;position:relative;font-weight:500}nav a::after{content:'';position:absolute;bottom:2px;left:50%;width:0;height:2px;transition:width .3s ease;transform:translateX(-50%)}nav a:hover{background-color:rgba(255,255,255,.05)}nav a:hover::after{width:60%}footer,section{scroll-margin-top:4rem;padding:4rem 2rem;border-bottom:2px solid var(--primary-light)}section h2:after{content:'{';margin-left:1rem;color:var(--primary-lighter)}section>div:last-child:after{content:'}';font-size:2rem;color:var(--primary-lighter);font-weight:600;margin-left:-2px}section:nth-child(2n){background-color:var(--bg-light)}footer,section:nth-child(odd){background-color:var(--bg-white)}footer>.content,section>.content,section>h2{max-width:1200px;margin-left:auto;margin-right:auto;margin-top:2rem}h1{font-size:2.5rem;margin-bottom:1.5rem;color:var(--text-dark)}h2{font-size:2rem;margin-bottom:2rem;color:var(--primary-dark);font-weight:600;position:relative;padding-bottom:.5rem}.content-item{padding-bottom:2.5rem;padding-left:2rem}.content-item h3{font-size:1.5rem;color:var(--text-dark);margin-bottom:1rem;font-weight:600}.content-item h3::before{content:'//';color:var(--primary-color);opacity:.3;margin-right:.5rem;font-family:'Courier New',monospace}.content-item p{line-height:1.8;color:var(--text-dark)}.skills-category{margin-bottom:3rem}.skills-category h3{margin-bottom:1.5rem}.skills-grid{display:flex;flex-wrap:wrap;gap:.75rem}.skill-chip{position:relative;padding:.25rem 1.25rem .25rem .75rem;border-radius:.5rem;font-size:.875rem;font-weight:500;color:var(--text-dark);overflow:hidden;background:var(--bg-light);box-shadow:0 2px 5px var(--shadow)}.skill-chip::before{content:'';position:absolute;right:0;bottom:0;width:.5rem;background:var(--primary-color);border-top-left-radius:.375rem;z-index:0;transition:opacity .2s ease}.skill-chip span{position:relative;z-index:1}.skill-chip[data-level="8"]::before{height:100%;border-top-left-radius:0}.skill-chip[data-level="7"]::before{height:87.5%}.skill-chip[data-level="6"]::before{height:75%}.skill-chip[data-level="5"]::before{height:62.5%}.skill-chip[data-level="4"]::before{height:50%}.skill-chip[data-level="3"]::before{height:37.5%}.skill-chip[data-level="2"]::before{height:25%}.skill-chip[data-level="1"]::before{height:12.5%}#home{color:var(--text-dark);text-align:center;min-height:100vh;display:flex;flex-direction:column;justify-content:center;position:relative}#home .linkedin-link,#home h1,#home p{margin-left:auto;margin-right:auto;max-width:1200px;position:relative;z-index:1}#home h1{color:var(--primary-dark);font-size:3rem;margin-bottom:1rem;font-weight:700}#home h1::after,#home h1::before{opacity:.2;font-family:'Courier New',monospace}#home h1::before{content:'<';margin-right:1rem}#home h1::after{content:'/>';margin-left:1rem}#home p{font-size:1.5rem;opacity:.9;margin-bottom:2rem}.linkedin-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 2rem;background-color:var(--bg-light);color:var(--primary-dark);text-decoration:none;border-radius:8px;border:2px solid var(--primary-lighter);transition:all .3s ease;position:relative;font-size:1.25rem;z-index:1}.linkedin-link:hover{background-color:var(--primary-lighter);border:2px solid var(--primary-light)}.linkedin-icon{width:1.25rem}@media (max-width:600px){.hamburger{display:flex}.theme-toggle{right:4rem}.nav-menu{flex-direction:column;align-items:center;gap:0;max-height:0;overflow:hidden;transition:max-height .3s ease-out;width:100%}.nav-menu.active{max-height:300px;padding:1rem 0}.nav-menu li{width:100%;text-align:center}.nav-menu a{display:block;width:100%;padding:1rem}#home h1,h1{font-size:2rem}#home p{font-size:1.25rem}.linkedin-link{padding:.625rem 1.5rem;font-size:.875rem}section{padding:2rem 1rem}}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}}[data-theme=dark] body::before{background-image:repeating-linear-gradient(0deg,transparent,transparent 49px,rgba(122,153,184,.03) 49px,rgba(122,153,184,.03) 50px)}[data-theme=dark] .skill-chip{box-shadow:0 2px 5px rgba(0,0,0,.5)}[data-theme=dark] nav{box-shadow:0 2px 5px rgba(0,0,0,.5)}