@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-color: hsl(220, 10%, 11%);--surface-color: #1a1f27;--text-color: #c9d1d9;--text-muted: #8b949e;--accent-color: #58a6ff;--button-color: hsl(220, 10%, 11%);--button-text-color: #8b949e;--accent-glow: rgba(88, 166, 255, .15);--border-color: #000000;--font-main: "Inter", system-ui, -apple-system, sans-serif;--max-width: 900px}[data-theme=light]{--bg-color: hsl(222, 10%, 80%);--surface-color: #f6f8faea;--text-color: #24292f;--text-muted: #57606a;--accent-color: #0969da;--accent-glow: rgba(9, 105, 218, .15);--border-color: #d0d7def5}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-main);background-color:var(--bg-color);color:var(--text-color);scroll-behavior:smooth;line-height:1.6}body{min-height:100vh;overflow-x:hidden}a{color:var(--accent-color);text-decoration:none;transition:opacity .2s ease}a:hover{text-decoration:underline}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.navbar{border-bottom:1px solid var(--border-color);padding:1rem 0;margin-bottom:1rem;background:#121621e6;backdrop-filter:blur(12px);position:sticky;top:0;z-index:100}.nav-container{display:flex;justify-content:center;align-items:center}.logo{font-weight:700;color:var(--text-color);font-size:1.2rem}.nav-links{display:flex;gap:0rem}.nav-link{color:var(--button-text-color);font-size:.9rem;text-decoration:none!important;padding:1rem 2rem;border:0px solid var(--border-color);border-radius:0;background-color:var(--button-color);transition:all .2s ease;font-weight:500}.nav-link:hover{color:var(--accent-color);border-color:var(--accent-color);background-color:#58a6ff0d;transform:translateY(-1px)}.section{padding:3rem 0;border-bottom:1px solid var(--border-color)}.section:last-child{border-bottom:none}.section-title{font-size:1.5rem;color:var(--accent-color);margin-bottom:1.5rem;padding-left:2.5rem;line-height:2;position:relative;display:inline-block}.section-title:before,.section-title:after{content:"";position:absolute;top:20%;height:60%;width:2px;background-color:var(--text-color);transform:skew(-20deg)}.section-title:before{left:0}.section-title:after{left:12px}.cv-header{margin-bottom:.5rem;display:flex;justify-content:space-between;align-items:baseline}.cv-title{font-size:1.1rem;font-weight:600;color:var(--text-color)}.cv-date{font-size:.9rem;color:var(--text-muted);font-family:monospace}.cv-subtitle{font-size:.95rem;color:var(--accent-color);margin-bottom:.5rem}.cv-list{list-style-type:disc;margin-left:1.5rem;color:var(--text-muted)}.cv-list li{margin-bottom:0rem}@media(max-width:768px){.container{padding:0 1.5rem}.nav-container{flex-direction:column;gap:1rem;padding-bottom:.5rem}.navbar{background:var(--bg-color)}.logo img{width:100%;max-width:200px;height:auto}.nav-links{width:100%;justify-content:center;background-color:var(--surface-color)}.nav-link{flex:1;text-align:center;padding:.8rem}.section-title{display:block;text-align:center;padding-left:0;margin-bottom:1.5rem}.section-title:before,.section-title:after{display:none}.cv-header{flex-direction:column;align-items:flex-start;gap:.25rem}#theme-toggle{min-width:44px;min-height:44px}.header-row{flex-direction:column;align-items:center;width:100%;text-align:center;gap:.5rem!important}}.logo{display:flex;align-items:center;gap:1.9rem}#theme-toggle[data-astro-cid-x3pjskd3]{position:fixed;bottom:3rem;right:3rem;z-index:1000;background-color:var(--surface-color);border:1px solid var(--border-color);cursor:pointer;color:var(--text-muted);padding:1rem;border-radius:50%;transition:all .2s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;width:60px;height:60px}@media(max-width:768px){#theme-toggle[data-astro-cid-x3pjskd3]{bottom:1.5rem;right:1.5rem;width:56px;height:56px;padding:.8rem}}#theme-toggle[data-astro-cid-x3pjskd3]:hover{color:var(--accent-color);border-color:var(--accent-color);transform:translateY(-2px);box-shadow:0 6px 16px #0003}#theme-toggle[data-astro-cid-x3pjskd3] svg[data-astro-cid-x3pjskd3]{position:absolute;transition:opacity .3s ease,transform .3s ease}html[data-theme=light] .sun-icon[data-astro-cid-x3pjskd3]{opacity:0;transform:rotate(90deg) scale(.5)}html[data-theme=light] .moon-icon[data-astro-cid-x3pjskd3],html[data-theme=dark] .sun-icon[data-astro-cid-x3pjskd3]{opacity:1;transform:rotate(0) scale(1)}html[data-theme=dark] .moon-icon[data-astro-cid-x3pjskd3],html[data-theme=light] #theme-toggle[data-astro-cid-x3pjskd3]:hover .moon-icon[data-astro-cid-x3pjskd3]{opacity:0;transform:rotate(-90deg) scale(.5)}html[data-theme=light] #theme-toggle[data-astro-cid-x3pjskd3]:hover .sun-icon[data-astro-cid-x3pjskd3]{opacity:1;transform:rotate(0) scale(1)}html[data-theme=dark] #theme-toggle[data-astro-cid-x3pjskd3]:hover .sun-icon[data-astro-cid-x3pjskd3]{opacity:0;transform:rotate(90deg) scale(.5)}html[data-theme=dark] #theme-toggle[data-astro-cid-x3pjskd3]:hover .moon-icon[data-astro-cid-x3pjskd3]{opacity:1;transform:rotate(0) scale(1)}.cv-header-section[data-astro-cid-bbe6dxrz]{padding:4rem 0 2rem;border-bottom:1px solid var(--border-color)}.name[data-astro-cid-bbe6dxrz]{font-size:3rem;font-weight:700;color:var(--text-color);line-height:1;margin-bottom:.5rem}.title[data-astro-cid-bbe6dxrz]{font-size:1.5rem;color:var(--accent-color);margin-bottom:1rem;font-weight:500}.title[data-astro-cid-bbe6dxrz] span[data-astro-cid-bbe6dxrz]{color:var(--text-muted);margin:0 .5rem}.contact-info[data-astro-cid-bbe6dxrz]{display:flex;gap:.75rem;color:var(--text-muted);font-size:.95rem;margin-bottom:1.5rem;flex-wrap:wrap}.summary[data-astro-cid-bbe6dxrz]{max-width:700px;color:var(--text-muted);font-size:1.05rem;line-height:1.6}.skills-grid[data-astro-cid-ab4ihpzs]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.category-title[data-astro-cid-ab4ihpzs]{font-size:1rem;color:var(--text-color);margin-bottom:.75rem;font-weight:600}.skill-tags[data-astro-cid-ab4ihpzs]{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag[data-astro-cid-ab4ihpzs]{font-size:.85rem;color:var(--accent-color);background:transparent;border:1px solid var(--accent-color);padding:.2rem .6rem;border-radius:4px;font-family:monospace}.hidden[data-astro-cid-xpq65ryk]{display:none!important}.header-row[data-astro-cid-xpq65ryk]{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.section-title[data-astro-cid-xpq65ryk]{margin-bottom:0!important}.toggle-btn[data-astro-cid-xpq65ryk]{background:none;border:1px solid var(--accent-color);color:var(--accent-color);padding:.2rem .8rem;cursor:pointer;font-family:inherit;font-size:.9rem;border-radius:4px;transition:all .3s ease}.toggle-btn[data-astro-cid-xpq65ryk]:hover{background:#7b2eda1a}.experience-item[data-astro-cid-xpq65ryk]{margin-bottom:2rem}.experience-item[data-astro-cid-xpq65ryk]:last-child{margin-bottom:1rem}.role-separator[data-astro-cid-xpq65ryk]{color:var(--accent-color);margin:0 .2rem}.project-tags[data-astro-cid-xpq65ryk]{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem;margin-left:1.5rem}.project-tag[data-astro-cid-xpq65ryk]{font-size:.85rem;color:var(--accent-color);background:transparent;border:1px solid var(--accent-color);padding:.2rem .6rem;border-radius:4px;font-family:monospace}.cv-list[data-astro-cid-xpq65ryk]{list-style:none;padding-left:0;margin-left:0}.cv-list[data-astro-cid-xpq65ryk] li[data-astro-cid-xpq65ryk]{position:relative;padding-left:1.5rem;margin-bottom:.2rem}.cv-list[data-astro-cid-xpq65ryk] li[data-astro-cid-xpq65ryk]:before{content:"/";position:absolute;left:.75rem;color:var(--accent-color)}.details[data-astro-cid-2gvrk3wr]{color:var(--text-muted);font-size:.95rem}
