:root{--bg-primary: #f8f9fa;--bg-secondary: #ffffff;--bg-tertiary: #e9ecef;--grain-opacity: .4;--text-primary: #333333;--text-secondary: #6c757d;--text-on-primary: #ffffff;--accent-primary: #0466c8;--accent-hover: #0353a4;--accent-active: #023e7d;--blue-dark: #002855;--blue-darker: #001845;--blue-darkest: #001233;--gray-dark: #33415c;--gray-medium: #5c677d;--gray-light: #7d8597;--gray-lighter: #979dac;--border-color: #dee2e6;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .1);--shadow-md: 0 4px 16px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .15);--header-bg: var(--accent-primary);--header-text: var(--text-on-primary)}[data-theme=dark]{--bg-primary: #0d1117;--bg-secondary: #161b22;--bg-tertiary: #21262d;--grain-opacity: .35;--text-primary: #c9d1d9;--text-secondary: #8b949e;--text-on-primary: #ffffff;--accent-primary: #2f64a0;--accent-hover: #79b8ff;--accent-active: #a5d6ff;--border-color: #30363d;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .3);--shadow-md: 0 4px 16px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .5);--header-bg: #001233;--header-text: var(--text-on-primary)}*{transition:background-color .3s ease,color .3s ease,border-color .3s ease}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:var(--text-primary);background:var(--bg-primary);min-height:100vh;position:relative}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;opacity:var(--grain-opacity);z-index:1;pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='noiseFilter' x='0' y='0'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23noiseFilter)' opacity='1'/%3E%3C/svg%3E");filter:contrast(100%) brightness(100%);mix-blend-mode:overlay}body>*{position:relative;z-index:2}.App-header{background-color:var(--header-bg);padding:1rem 0;box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:1000}.header-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;position:relative}.name{font-family:Inter,sans-serif;font-weight:700;font-size:clamp(1.5rem,4vw,2.5rem);margin:0;color:var(--header-text)}.nav-container{display:flex;align-items:center;gap:2rem}nav{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.nav-link{font-family:Source Code Pro,monospace;color:var(--header-text);text-decoration:none;opacity:.8;transition:opacity .3s ease;font-size:clamp(.875rem,2vw,1rem);padding:.5rem 0;touch-action:manipulation;min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.nav-link:hover{opacity:1}.nav-link.active{font-weight:700;opacity:1;border-bottom:2px solid var(--header-text)}main{flex:1;padding:2rem 0}.content-container{max-width:800px;margin:0 auto;padding:0 1rem}.text-content{background:var(--bg-secondary);border-radius:8px;padding:2rem;box-shadow:var(--shadow-sm);margin-bottom:2rem;transition:box-shadow .3s ease;border:1px solid var(--border-color)}.text-content:hover{box-shadow:var(--shadow-md)}h1{font-weight:700;font-size:clamp(1.75rem,4vw,2.5rem);margin:0 0 1rem;color:var(--text-primary)}h2{font-weight:700;font-size:clamp(1.5rem,3vw,2rem);margin:1.5rem 0 1rem;color:var(--text-primary);border-bottom:2px solid var(--accent-primary);padding-bottom:.5rem}p{font-weight:400;font-size:clamp(1rem,2.5vw,1.125rem);margin:0 0 1rem;line-height:1.7;color:var(--text-primary)}ul{margin:1rem 0;padding-left:1.5rem}li{font-size:clamp(1rem,2.5vw,1.125rem);margin-bottom:.5rem;line-height:1.6;color:var(--text-primary)}a{color:var(--accent-primary);text-decoration:none;transition:color .3s ease}a:hover{color:var(--accent-hover);text-decoration:underline}.social-icons{display:flex;justify-content:center;gap:1.5rem;margin-top:2rem;flex-wrap:wrap}.social-icons a{transition:transform .3s ease;display:inline-block}.social-icons a:hover{transform:scale(1.1)}.social-icons .resume-icon{display:flex;align-items:center;justify-content:center;background-color:var(--accent-primary);border-radius:50%;color:#fff;transition:all .3s ease;text-decoration:none;width:30px;height:30px}.social-icons .resume-icon svg{flex-shrink:0}.social-icons .resume-icon:hover{background-color:var(--accent-hover);transform:scale(1.1);color:#fff;text-decoration:none}.profile-img-container{display:flex;justify-content:center;align-items:center;margin-bottom:2rem}.profile-img{width:clamp(150px,30vw,200px);height:clamp(150px,30vw,200px);border-radius:50%;object-fit:cover;box-shadow:var(--shadow-sm);cursor:pointer;transition:transform .3s ease-out,box-shadow .3s ease-out}.profile-img:hover{transform:scale(1.05);box-shadow:var(--shadow-md)}.theme-toggle{background:none;border:2px solid currentColor;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-on-primary);transition:all .3s ease;position:relative}.theme-toggle:hover{background-color:#fff3}.theme-toggle:active{background-color:#ffffff4d;transform:scale(.95)}.theme-toggle:focus{outline:none;box-shadow:0 0 0 3px #ffffff4d}.theme-icon{font-size:1.2rem;transition:transform .3s ease}.theme-toggle:hover .theme-icon{transform:rotate(15deg)}.skip-link{position:absolute;left:-9999px;top:0;background:var(--accent-primary);color:#fff;padding:8px 16px;text-decoration:none;border-radius:4px;z-index:1001;font-size:.875rem}.skip-link:focus{left:6px;top:6px}@media(max-width:768px){.header-container{flex-direction:column;text-align:center;gap:.5rem;padding:1rem;position:relative}.theme-toggle{position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.nav-container{flex-direction:row;gap:1rem;width:100%;justify-content:center;margin-top:.5rem}nav{gap:1rem;order:2}.name{width:100%;text-align:center;padding-right:3rem}.text-content{padding:1.5rem;margin:0 .5rem 1.5rem}.social-icons{gap:1rem}.theme-toggle{width:36px;height:36px}.theme-icon{font-size:1rem}}@media(max-width:480px){.header-container{padding:.5rem}.theme-toggle{position:absolute;top:.5rem;right:.5rem;transform:none}.name{font-size:clamp(1.25rem,6vw,1.75rem);padding-right:3rem}nav{flex-direction:row;gap:.75rem;width:100%}.nav-link{font-size:.875rem;padding:.5rem;text-align:center}.text-content{padding:1rem;margin:0 .25rem 1rem}.social-icons{gap:.75rem;justify-content:center;flex-wrap:wrap}.profile-img-container{margin-bottom:1.5rem}h1{font-size:clamp(1.5rem,8vw,2rem)}p,ul{font-size:clamp(.875rem,4vw,1rem)}}@media(max-width:375px){.header-container{padding:.25rem}nav{gap:.5rem}.nav-link{font-size:.8125rem;padding:.75rem}.text-content{padding:.75rem;margin:0}.profile-img{width:clamp(120px,40vw,180px);height:clamp(120px,40vw,180px)}h1{font-size:clamp(1.25rem,10vw,1.75rem)}p,ul{font-size:clamp(.75rem,5vw,.875rem)}}@media print{.App-header{background-color:#fff!important;color:#000!important;box-shadow:none}.name,.nav-link{color:#000!important}.text-content{box-shadow:none;border:1px solid #ddd}.social-icons{display:none}}@media(prefers-contrast:high){.text-content{border:2px solid var(--text-primary)}.nav-link.active{border-bottom:3px solid var(--header-text)}}@media(prefers-reduced-motion:reduce){*{transition:none!important}.social-icons a:hover,.profile-img:hover{transform:none}}@media(hover:none){.theme-toggle:hover{background-color:transparent}.theme-toggle:hover .theme-icon{transform:none}}img{max-width:100%;height:auto}code{font-family:Source Code Pro,source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:focus{outline:2px solid var(--accent-primary);outline-offset:2px}
