@charset "UTF-8";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@500;600;700&display=swap";:root{--bg:#FBF8F9;--surface:#FFFFFF;--surface-muted:#F2F1EF;--text:#201F1F;--text-muted:#4A4948;--text-subtle:#8A8A8A;--border:#DAD8D6;--border-strong:#201F1F;--accent:#F7F102;--accent-pressed:#C9C406;--graphite:#101010;--font-body:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;--font-display:'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;--shadow:0 24px 48px -12px rgba(16, 16, 16, .18)}html.dark-mode{--bg:#101010;--surface:#1A1A1A;--surface-muted:#2A2A2A;--text:#FBF8F9;--text-muted:#C0C0C0;--text-subtle:#8A8A8A;--border:#2A2A2A;--border-strong:#FBF8F9}@media(prefers-color-scheme:dark){html:not(.light-mode){--bg:#101010;--surface:#1A1A1A;--surface-muted:#2A2A2A;--text:#FBF8F9;--text-muted:#C0C0C0;--text-subtle:#8A8A8A;--border:#2A2A2A;--border-strong:#FBF8F9}}*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:15px;font-weight:400;line-height:1.55;-webkit-font-smoothing:antialiased;transition:background-color .2s ease,color .2s ease}a{color:inherit;text-decoration:underline;text-decoration-color:var(--border-strong);text-decoration-thickness:1px;text-underline-offset:3px}a:hover{text-decoration-thickness:2px}.resumeCanvas{width:min(8.27in,calc(100% - 32px));min-height:11.69in;margin:40px auto 20px;padding:.55in .58in .62in;background:var(--surface);box-shadow:var(--shadow)}.gridParent{width:100%}header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:22px;border-bottom:1px solid var(--border-strong)}.titleHeader{min-width:0}.titleHeader h1{display:flex;align-items:center;gap:10px;margin:0;color:var(--text);font-family:var(--font-display);font-size:clamp(30px,6vw,44px);font-weight:700;letter-spacing:-.065em;line-height:1}.titleHeader h1::before{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border-radius:6px;background:var(--accent);color:#101010;content:'*';font-family:var(--font-display);font-size:17px;letter-spacing:0}.tagline{margin:11px 0 7px;color:var(--text-muted);font-family:var(--font-display);font-size:11px;font-weight:600;letter-spacing:.055em;line-height:1.45;text-transform:uppercase}.contact{display:flex;flex-wrap:wrap;gap:4px 13px;color:var(--text-muted);font-size:12px}.contact i{color:var(--text-subtle)}.contact a{text-decoration-color:transparent}.contact a:hover{text-decoration-color:var(--border-strong)}.theme-toggle{flex:none;width:32px;height:32px;padding:0;border:1px solid var(--border);border-radius:6px;background:0 0;color:var(--text);cursor:pointer;font-family:var(--font-display);font-size:15px}.theme-toggle:hover{background:var(--surface-muted)}.theme-toggle:focus-visible{outline:3px solid rgba(247,241,2,.55);outline-offset:2px}.leftSide{padding-top:25px}.section{margin-bottom:30px}.section-title{display:flex;align-items:center;gap:9px;margin:0 0 15px;color:var(--text);font-family:var(--font-display);font-size:13px;font-weight:700;letter-spacing:.1em;line-height:1.2;text-transform:uppercase;break-after:avoid;page-break-after:avoid}.section-title::before{width:6px;height:17px;border-radius:2px;background:var(--accent);content:''}.section-title::after{height:1px;flex:1;background:var(--border);content:''}.leftSide h2,.leftSide h3{color:var(--text);font-family:var(--font-display);font-weight:700;letter-spacing:-.035em}.leftSide h2{font-size:18px}.leftSide h3,.item-title{margin:0;font-size:14px;line-height:1.3}.item{margin-bottom:19px;break-inside:avoid}.item.group{break-inside:auto}.item:last-child{margin-bottom:0}.group .item{margin-bottom:15px}.flex-row{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.date{flex:none;color:var(--text-muted);font-family:var(--font-display);font-size:10px;font-weight:600;letter-spacing:.06em;white-space:nowrap}.item-info,.item>span,.item>div:not(.flex-row){color:var(--text-muted);font-size:13px}.item p,.section>p{margin:7px 0 0;color:var(--text);font-size:13px;line-height:1.58}.item ul,.item ol,.section>ul{margin:7px 0 0;padding-left:18px}.item li,.skills-grouped li{margin:3px 0;color:var(--text);font-size:13px;line-height:1.48}.skills-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.skills-col{min-width:0;margin:0;padding:13px;border:1px solid var(--border);border-radius:10px;background:var(--surface-muted)}.skills-col .item-title{margin-bottom:7px;font-size:11px;letter-spacing:-.045em}.skills-col li{position:relative;list-style:none;margin:0;padding-left:14px;color:var(--text-muted);font-size:13px}.skills-col li::before{position:absolute;top:0;left:0;color:var(--text-muted);content:'•'}.demo-link{display:inline-block;margin-top:5px;color:var(--text-muted);font-family:var(--font-display);font-size:10px;font-weight:600;letter-spacing:.03em}footer{width:min(8.27in,calc(100% - 32px));margin:0 auto 40px;color:var(--text-muted);font-size:11px;text-align:center}.footer-item{display:block;margin-top:5px}@media(max-width:680px){.resumeCanvas{width:100%;margin:0;padding:30px 20px 38px;box-shadow:none}header{gap:12px;padding-bottom:18px}.titleHeader h1{font-size:31px}.titleHeader h1::before{width:25px;height:25px;font-size:15px}.tagline{font-size:9px}.contact{font-size:11px}.flex-row{align-items:flex-start;flex-direction:column;gap:3px}.date{white-space:normal}.skills-row{grid-template-columns:1fr;gap:8px}footer{width:calc(100% - 40px);margin-bottom:24px}}@media print{:root,html.dark-mode,html:not(.light-mode){--bg:#FFFFFF;--surface:#FFFFFF;--surface-muted:#F2F1EF;--text:#201F1F;--text-muted:#4A4948;--text-subtle:#8A8A8A;--border:#DAD8D6;--border-strong:#201F1F}body{font-size:13px}.resumeCanvas{width:100%;min-height:0;margin:0;padding:0;box-shadow:none}.theme-toggle{display:none}.section{margin-bottom:21px}.item{margin-bottom:12px}footer{width:100%;margin:12px 0 0}}