:root{--bg: #000000;--bg-hero: #050505;--bg-elevated: #0D0D0D;--bg-card: rgba(255, 255, 255, .025);--bg-card-hover: rgba(255, 255, 255, .05);--bg-pill: rgba(255, 255, 255, .05);--text: #FFFFFF;--text-muted: rgba(255, 255, 255, .65);--text-subtle: rgba(255, 255, 255, .45);--border: rgba(255, 255, 255, .12);--border-strong: rgba(255, 255, 255, .22);--accent: #FFFFFF;--accent-hover: #E5E5E5;--accent-subtle: rgba(255, 255, 255, .85);--accent-bg: rgba(255, 255, 255, .08);--font-display: "Inter", system-ui, -apple-system, sans-serif;--font-body: "Inter", system-ui, -apple-system, sans-serif;--content-max-width: 1100px;--content-padding-x: 2rem;--sidebar-width: 340px;--section-gap: 1.5rem;--card-radius: 16px;--card-padding: 1.75rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:.9375rem;line-height:1.65;font-weight:400;min-height:100dvh;overflow-x:hidden;position:relative}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.6' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");opacity:.04;mix-blend-mode:overlay}img{max-width:100%;display:block;height:auto}a{color:inherit;text-decoration:none;transition:color .16s ease,opacity .16s ease}button{font:inherit;cursor:pointer;background:none;border:none;color:inherit}input,textarea{font:inherit;color:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;letter-spacing:-.02em;line-height:1.25;color:var(--text)}p{font-size:.9375rem;line-height:1.7;color:var(--text-muted)}strong,b{font-weight:700;color:var(--text)}.container{max-width:var(--content-max-width);margin:0 auto;padding:0 var(--content-padding-x);position:relative;z-index:1}.layout-grid{display:grid;grid-template-columns:var(--sidebar-width) 1fr;gap:var(--section-gap);align-items:start;margin-top:var(--section-gap)}.sidebar-col{display:flex;flex-direction:column;gap:var(--section-gap)}.main-col{display:flex;flex-direction:column;gap:var(--section-gap);min-width:0}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--card-radius);padding:var(--card-padding);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.card-heading{font-size:1.0625rem;font-weight:700;color:var(--text);margin-bottom:.25rem;letter-spacing:-.01em}.card-divider{width:36px;height:1px;background:var(--border-strong);margin:.65rem 0 1.25rem}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;background:var(--accent);color:#000;border-radius:12px;font-size:.875rem;font-weight:600;letter-spacing:-.005em;transition:background .16s ease,transform .16s ease;cursor:pointer;border:none}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px)}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1rem;background:transparent;color:var(--text);border:1px solid var(--border-strong);border-radius:10px;font-size:.8125rem;font-weight:500;letter-spacing:-.005em;transition:background .16s ease,border-color .16s ease}.btn-outline:hover{background:var(--bg-card-hover);border-color:var(--accent)}.date-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .65rem;background:var(--bg-pill);border:1px solid var(--border);border-radius:8px;font-size:.75rem;font-weight:500;color:var(--text-muted);letter-spacing:-.005em;font-feature-settings:"tnum";white-space:nowrap}.date-pill svg{flex-shrink:0;opacity:.7}.date-pill span{white-space:nowrap}.tag{display:inline-flex;align-items:center;padding:.18rem .6rem;background:var(--bg-pill);color:var(--text-muted);border-radius:6px;font-size:.75rem;font-weight:500;letter-spacing:-.005em}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.reveal.is-visible{opacity:1;transform:translateY(0)}section[id]{scroll-margin-top:80px}@media(max-width:1024px){:root{--sidebar-width: 280px;--content-padding-x: 1.5rem}.layout-grid{gap:1.25rem}}@media(max-width:820px){:root{--content-padding-x: 1.25rem;--card-padding: 1.5rem}.layout-grid{grid-template-columns:1fr;gap:1.25rem}}@media(max-width:640px){:root{--content-padding-x: 1rem;--card-padding: 1.25rem;--card-radius: 14px}}.hero[data-astro-cid-bbe6dxrz]{margin-top:1.5rem}.hero-inner[data-astro-cid-bbe6dxrz]{display:grid;grid-template-columns:240px 1fr;gap:2rem;align-items:stretch;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--card-radius);padding:1.5rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.hero-photo-wrap[data-astro-cid-bbe6dxrz]{position:relative}.hero-photo[data-astro-cid-bbe6dxrz]{width:100%;height:100%;min-height:240px;aspect-ratio:4 / 5;object-fit:cover;border-radius:12px;border:1px solid var(--border-strong);background:var(--bg-elevated);filter:grayscale(100%) contrast(1.05);display:block}.hero-content[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;justify-content:center;padding:.5rem .5rem .5rem 0;min-width:0}.hero-name[data-astro-cid-bbe6dxrz]{font-family:var(--font-display);font-size:2.5rem;font-weight:800;color:var(--text);letter-spacing:-.025em;line-height:1.1;margin-bottom:.5rem}.hero-profesi[data-astro-cid-bbe6dxrz]{font-size:.9375rem;color:var(--text-muted);line-height:1.4;margin:0}.hero-divider[data-astro-cid-bbe6dxrz]{width:48px;height:1px;background:var(--border-strong);margin:1.25rem 0}.hero-section-label[data-astro-cid-bbe6dxrz]{font-family:var(--font-display);font-size:1.0625rem;font-weight:700;color:var(--text);letter-spacing:-.01em;margin-bottom:.6rem}.hero-paragraph[data-astro-cid-bbe6dxrz]{font-size:.875rem;line-height:1.65;color:var(--text-muted);margin:0}.hero-paragraph[data-astro-cid-bbe6dxrz]+.hero-paragraph[data-astro-cid-bbe6dxrz]{margin-top:.75rem}.hero-paragraph[data-astro-cid-bbe6dxrz] strong{color:var(--text);font-weight:600}@media(max-width:820px){.hero-inner[data-astro-cid-bbe6dxrz]{grid-template-columns:180px 1fr;gap:1.5rem;padding:1.25rem}.hero-name[data-astro-cid-bbe6dxrz]{font-size:2.125rem}}@media(max-width:640px){.hero-inner[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr;gap:1.25rem;padding:1.25rem}.hero-photo-wrap[data-astro-cid-bbe6dxrz]{max-width:200px}.hero-photo[data-astro-cid-bbe6dxrz]{min-height:220px}.hero-name[data-astro-cid-bbe6dxrz]{font-size:1.875rem}.hero-divider[data-astro-cid-bbe6dxrz]{margin:1rem 0}.hero-section-label[data-astro-cid-bbe6dxrz]{font-size:1rem}}.contact-list[data-astro-cid-xmivup5a]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.contact-row[data-astro-cid-xmivup5a]{display:flex;align-items:flex-start;gap:.85rem}.contact-icon[data-astro-cid-xmivup5a]{flex-shrink:0;margin-top:2px;color:var(--accent);opacity:.95}.contact-info[data-astro-cid-xmivup5a]{display:flex;flex-direction:column;gap:.15rem;min-width:0}.contact-label[data-astro-cid-xmivup5a]{font-size:.8125rem;font-weight:600;color:var(--text);letter-spacing:-.005em}.contact-value[data-astro-cid-xmivup5a]{font-size:.8125rem;color:var(--text-muted);line-height:1.45;word-break:break-word}a[data-astro-cid-xmivup5a].contact-value{transition:color .16s ease}a[data-astro-cid-xmivup5a].contact-value:hover{color:var(--accent)}.education-list[data-astro-cid-2gvrk3wr]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.25rem}.education-row[data-astro-cid-2gvrk3wr]{display:flex;flex-direction:column;gap:.4rem}.date-pill[data-astro-cid-2gvrk3wr]{align-self:flex-start}.education-degree[data-astro-cid-2gvrk3wr]{font-size:.9375rem;font-weight:700;color:var(--text);letter-spacing:-.01em;line-height:1.3;margin:.2rem 0 0}.education-institution[data-astro-cid-2gvrk3wr]{font-size:.8125rem;color:var(--text-muted);margin:0;line-height:1.4}.education-specialization[data-astro-cid-2gvrk3wr]{font-size:.75rem;color:var(--text-subtle);margin:0;line-height:1.4}.language-list[data-astro-cid-dysxeeoh]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.language-row[data-astro-cid-dysxeeoh]{display:flex;align-items:center;gap:.85rem;padding:.6rem .85rem;background:var(--bg-pill);border:1px solid var(--border);border-radius:10px}.language-flag[data-astro-cid-dysxeeoh]{font-size:1.5rem;line-height:1;flex-shrink:0}.language-info[data-astro-cid-dysxeeoh]{display:flex;flex-direction:column;gap:.15rem;min-width:0}.language-name[data-astro-cid-dysxeeoh]{font-size:.875rem;font-weight:600;color:var(--text);letter-spacing:-.005em;line-height:1.2}.language-level[data-astro-cid-dysxeeoh]{font-size:.75rem;color:var(--text-muted);line-height:1.2}.cert-list[data-astro-cid-n357i2j7]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.1rem}.cert-row[data-astro-cid-n357i2j7]{display:flex;flex-direction:column;gap:.3rem}.cert-name[data-astro-cid-n357i2j7]{font-size:.875rem;font-weight:700;color:var(--text);letter-spacing:-.005em;line-height:1.35;margin:0}.cert-meta[data-astro-cid-n357i2j7]{font-size:.75rem;color:var(--text-muted);margin:0;display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;line-height:1.4}.cert-dot[data-astro-cid-n357i2j7]{opacity:.5}.cert-btn[data-astro-cid-n357i2j7]{align-self:flex-start;display:inline-flex;align-items:center;gap:.3rem;margin-top:.35rem;padding:.3rem .65rem;background:var(--bg-pill);border:1px solid var(--border-strong);border-radius:6px;font-size:.7rem;font-weight:500;color:var(--text-muted);letter-spacing:-.005em;transition:background .16s ease,color .16s ease,border-color .16s ease}.cert-btn[data-astro-cid-n357i2j7]:hover{background:var(--accent-bg);color:var(--text);border-color:var(--accent)}.cert-btn[data-astro-cid-n357i2j7] svg[data-astro-cid-n357i2j7]{transition:transform .16s ease}.cert-btn[data-astro-cid-n357i2j7]:hover svg[data-astro-cid-n357i2j7]{transform:translate(1px,-1px);color:var(--accent)}.award-list[data-astro-cid-3yvflbj5]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.1rem}.award-row[data-astro-cid-3yvflbj5]{display:flex;align-items:flex-start;gap:.75rem}.award-icon-wrap[data-astro-cid-3yvflbj5]{flex-shrink:0;width:36px;height:36px;border-radius:8px;background:#ffffff14;border:1px solid var(--border-strong);display:flex;align-items:center;justify-content:center;color:var(--text)}.award-info[data-astro-cid-3yvflbj5]{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.award-name[data-astro-cid-3yvflbj5]{font-size:.875rem;font-weight:700;color:var(--text);letter-spacing:-.005em;line-height:1.35;margin:0}.award-meta[data-astro-cid-3yvflbj5]{font-size:.75rem;color:var(--text-muted);margin:0;display:flex;flex-wrap:wrap;gap:.35rem;line-height:1.4}.award-dot[data-astro-cid-3yvflbj5]{opacity:.5}.award-btn[data-astro-cid-3yvflbj5]{align-self:flex-start;display:inline-flex;align-items:center;gap:.3rem;margin-top:.35rem;padding:.3rem .65rem;background:var(--bg-pill);border:1px solid var(--border-strong);border-radius:6px;font-size:.7rem;font-weight:500;color:var(--text-muted);letter-spacing:-.005em;transition:background .16s ease,color .16s ease,border-color .16s ease}.award-btn[data-astro-cid-3yvflbj5]:hover{background:var(--accent-bg);color:var(--text);border-color:var(--accent)}.award-btn[data-astro-cid-3yvflbj5] svg[data-astro-cid-3yvflbj5]{transition:transform .16s ease}.award-btn[data-astro-cid-3yvflbj5]:hover svg[data-astro-cid-3yvflbj5]{transform:translate(1px,-1px);color:var(--accent)}.exp-list[data-astro-cid-xpq65ryk]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}.exp-row[data-astro-cid-xpq65ryk]{position:relative}.exp-row[data-astro-cid-xpq65ryk]:not(:last-child):after{content:"";position:absolute;left:0;right:0;bottom:-.75rem;height:1px;background:var(--border)}.exp-grid[data-astro-cid-xpq65ryk]{display:grid;grid-template-columns:165px 1fr;gap:1.75rem;align-items:start}.exp-col-left[data-astro-cid-xpq65ryk]{display:flex;flex-direction:column;gap:.5rem}.date-pill[data-astro-cid-xpq65ryk]{align-self:flex-start}.exp-company-mini[data-astro-cid-xpq65ryk]{font-size:.75rem;color:var(--text-muted);margin:0;line-height:1.45;letter-spacing:-.005em;word-break:break-word}.exp-col-right[data-astro-cid-xpq65ryk]{display:flex;flex-direction:column;gap:.35rem;min-width:0}.exp-role[data-astro-cid-xpq65ryk]{font-size:1.0625rem;font-weight:700;color:var(--text);letter-spacing:-.01em;line-height:1.3;margin:0}.exp-tags[data-astro-cid-xpq65ryk]{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.75rem;color:var(--text-muted);margin:.1rem 0 .4rem}.exp-tag-dot[data-astro-cid-xpq65ryk]{opacity:.4;font-size:.6rem}.exp-tag[data-astro-cid-xpq65ryk]{font-weight:500}.exp-description[data-astro-cid-xpq65ryk]{font-size:.875rem;line-height:1.6;color:var(--text-muted);margin:.3rem 0}.exp-location[data-astro-cid-xpq65ryk]{display:flex;align-items:center;gap:.35rem;font-size:.75rem;color:var(--text-subtle);margin:.1rem 0 0}.exp-location[data-astro-cid-xpq65ryk] svg[data-astro-cid-xpq65ryk]{flex-shrink:0;opacity:.7}@media(max-width:640px){.exp-grid[data-astro-cid-xpq65ryk]{grid-template-columns:1fr;gap:.5rem}.exp-col-left[data-astro-cid-xpq65ryk]{flex-direction:row;align-items:center;gap:.5rem;flex-wrap:wrap}.exp-company-mini[data-astro-cid-xpq65ryk]{font-size:.6875rem}.exp-role[data-astro-cid-xpq65ryk]{font-size:1rem}}.org-list[data-astro-cid-epfflrqk]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}.org-row[data-astro-cid-epfflrqk]{position:relative}.org-row[data-astro-cid-epfflrqk]:not(:last-child):after{content:"";position:absolute;left:0;right:0;bottom:-.75rem;height:1px;background:var(--border)}.org-grid[data-astro-cid-epfflrqk]{display:grid;grid-template-columns:165px 1fr;gap:1.75rem;align-items:start}.org-col-left[data-astro-cid-epfflrqk]{display:flex;flex-direction:column;gap:.5rem}.date-pill[data-astro-cid-epfflrqk]{align-self:flex-start}.org-org-mini[data-astro-cid-epfflrqk]{font-size:.75rem;color:var(--text-muted);margin:0;line-height:1.45;letter-spacing:-.005em;word-break:break-word}.org-col-right[data-astro-cid-epfflrqk]{display:flex;flex-direction:column;gap:.35rem;min-width:0}.org-role[data-astro-cid-epfflrqk]{font-size:1.0625rem;font-weight:700;color:var(--text);letter-spacing:-.01em;line-height:1.3;margin:0}.org-tags[data-astro-cid-epfflrqk]{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.75rem;color:var(--text-muted);margin:.1rem 0 .4rem}.org-tag-dot[data-astro-cid-epfflrqk]{opacity:.4;font-size:.6rem}.org-tag[data-astro-cid-epfflrqk]{font-weight:500}.org-description[data-astro-cid-epfflrqk]{font-size:.875rem;line-height:1.6;color:var(--text-muted);margin:.3rem 0}.org-location[data-astro-cid-epfflrqk]{display:flex;align-items:center;gap:.35rem;font-size:.75rem;color:var(--text-subtle);margin:.1rem 0 0}.org-location[data-astro-cid-epfflrqk] svg[data-astro-cid-epfflrqk]{flex-shrink:0;opacity:.7}@media(max-width:640px){.org-grid[data-astro-cid-epfflrqk]{grid-template-columns:1fr;gap:.5rem}.org-col-left[data-astro-cid-epfflrqk]{flex-direction:row;align-items:center;gap:.5rem;flex-wrap:wrap}.org-org-mini[data-astro-cid-epfflrqk]{font-size:.6875rem}.org-role[data-astro-cid-epfflrqk]{font-size:1rem}}.skills-grid[data-astro-cid-ab4ihpzs]{display:grid;grid-template-columns:repeat(4,1fr);gap:.85rem}.skill-card[data-astro-cid-ab4ihpzs]{display:flex;flex-direction:column;align-items:center;gap:.65rem;padding:1.1rem .85rem .95rem;background:var(--bg-pill);border:1px solid var(--border);border-radius:12px;text-align:center}.skill-icon-wrap[data-astro-cid-ab4ihpzs]{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.skill-name[data-astro-cid-ab4ihpzs]{font-size:.8125rem;font-weight:600;color:var(--text);letter-spacing:-.005em;line-height:1.3}.skill-progress-track[data-astro-cid-ab4ihpzs]{width:100%;height:4px;background:var(--border);border-radius:999px;overflow:hidden;margin-top:.15rem}.skill-progress-fill[data-astro-cid-ab4ihpzs]{height:100%;border-radius:999px;transition:width .7s cubic-bezier(.16,1,.3,1)}.tools-section[data-astro-cid-ab4ihpzs]{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--border)}.tools-heading[data-astro-cid-ab4ihpzs]{font-size:.8125rem;font-weight:600;color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;margin-bottom:.85rem}.tools-list[data-astro-cid-ab4ihpzs]{display:flex;flex-wrap:wrap;gap:.5rem}.tool-chip[data-astro-cid-ab4ihpzs]{display:inline-flex;align-items:center;padding:.35rem .75rem;background:var(--bg-pill);border:1px solid var(--border);color:var(--text);font-size:.75rem;font-weight:500;border-radius:999px;letter-spacing:-.005em}@media(max-width:820px){.skills-grid[data-astro-cid-ab4ihpzs]{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.skills-grid[data-astro-cid-ab4ihpzs]{gap:.65rem}.skill-card[data-astro-cid-ab4ihpzs]{padding:.85rem .65rem .75rem}}.carousel[data-astro-cid-iqggfdfw]{position:relative}.carousel-viewport[data-astro-cid-iqggfdfw]{overflow:hidden;border-radius:12px}.carousel-track[data-astro-cid-iqggfdfw]{display:flex;transition:transform .7s cubic-bezier(.16,1,.3,1)}.work-slide[data-astro-cid-iqggfdfw]{flex:0 0 100%;min-width:0;perspective:1400px;cursor:pointer;height:380px;outline:none;background:transparent;border:none;padding:0;margin:0;color:inherit;text-align:left;font:inherit}.work-slide[data-astro-cid-iqggfdfw]:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:14px}.flip-work-inner[data-astro-cid-iqggfdfw]{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .7s cubic-bezier(.4,0,.2,1)}.work-slide[data-astro-cid-iqggfdfw].is-flipped .flip-work-inner[data-astro-cid-iqggfdfw]{transform:rotateY(180deg)}.flip-work-front[data-astro-cid-iqggfdfw],.flip-work-back[data-astro-cid-iqggfdfw]{position:absolute;inset:0;backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:12px;overflow:hidden}.flip-work-front[data-astro-cid-iqggfdfw]{background:var(--bg-elevated)}.work-image[data-astro-cid-iqggfdfw]{width:100%;height:100%;object-fit:cover;filter:grayscale(50%) contrast(1.05);transition:filter .4s ease,transform .6s ease}.work-slide[data-astro-cid-iqggfdfw]:hover .work-image[data-astro-cid-iqggfdfw]{filter:grayscale(20%) contrast(1.05);transform:scale(1.02)}.flip-work-front-overlay[data-astro-cid-iqggfdfw]{position:absolute;inset:auto 0 0;padding:1.25rem 1.25rem 1.1rem;background:linear-gradient(0deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.4) 70%,transparent 100%);display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.work-title[data-astro-cid-iqggfdfw]{font-size:1.125rem;font-weight:700;color:var(--text);letter-spacing:-.015em;line-height:1.3;margin:0;flex:1}.flip-hint[data-astro-cid-iqggfdfw]{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:500;color:var(--text);letter-spacing:-.005em;white-space:nowrap;flex-shrink:0;opacity:.7;transition:opacity .2s ease}.work-slide[data-astro-cid-iqggfdfw]:hover .flip-hint[data-astro-cid-iqggfdfw]{opacity:1}.flip-work-back[data-astro-cid-iqggfdfw]{transform:rotateY(180deg);padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;gap:1rem;border:1px solid var(--border);background:var(--bg-card);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.flip-work-back-content[data-astro-cid-iqggfdfw]{flex:1;min-height:0;display:flex;flex-direction:column;gap:.6rem;overflow:hidden}.work-title-back[data-astro-cid-iqggfdfw]{font-size:1.0625rem;font-weight:700;color:var(--text);letter-spacing:-.01em;line-height:1.3;margin:0}.work-description[data-astro-cid-iqggfdfw]{font-size:.875rem;line-height:1.6;color:var(--text-muted);margin:0}.work-link-btn[data-astro-cid-iqggfdfw]{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.65rem 1.1rem;background:var(--accent);color:#000;border-radius:999px;font-size:.8125rem;font-weight:600;letter-spacing:-.005em;transition:background .16s ease,transform .16s ease;align-self:flex-start}.work-link-btn[data-astro-cid-iqggfdfw]:hover{background:var(--accent-hover);transform:translateY(-1px)}.carousel-btn[data-astro-cid-iqggfdfw]{position:absolute;top:190px;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:#000000b3;border:1px solid var(--border-strong);color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .16s ease,transform .16s ease,color .16s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:3}.carousel-btn[data-astro-cid-iqggfdfw]:hover{background:var(--accent);border-color:var(--accent);color:#000}.carousel-prev[data-astro-cid-iqggfdfw]{left:.85rem}.carousel-next[data-astro-cid-iqggfdfw]{right:.85rem}.carousel-dots[data-astro-cid-iqggfdfw]{display:flex;justify-content:center;gap:.4rem;margin-top:1rem}.carousel-dot[data-astro-cid-iqggfdfw]{width:6px;height:6px;border-radius:50%;background:var(--border-strong);cursor:pointer;transition:background .16s ease,width .16s ease;border:none;padding:0}.carousel-dot[data-astro-cid-iqggfdfw].is-active{background:var(--accent);width:18px;border-radius:999px}@media(max-width:640px){.work-slide[data-astro-cid-iqggfdfw]{height:340px}.carousel-btn[data-astro-cid-iqggfdfw]{width:32px;height:32px;top:170px}.carousel-prev[data-astro-cid-iqggfdfw]{left:.5rem}.carousel-next[data-astro-cid-iqggfdfw]{right:.5rem}.flip-work-back[data-astro-cid-iqggfdfw]{padding:1.25rem}.work-title[data-astro-cid-iqggfdfw],.work-title-back[data-astro-cid-iqggfdfw]{font-size:1rem}.work-description[data-astro-cid-iqggfdfw]{font-size:.8125rem}.work-link-btn[data-astro-cid-iqggfdfw]{padding:.55rem .9rem;font-size:.75rem}}.resume-cta[data-astro-cid-mogh5pue]{margin:3rem auto 1.5rem;padding:1rem 1.5rem;display:flex;justify-content:center;align-items:center}.resume-cta-button[data-astro-cid-mogh5pue]{display:inline-flex;align-items:center;gap:.55rem;padding:.85rem 1.75rem;background:var(--accent);color:#000;border-radius:999px;font-size:.9375rem;font-weight:600;letter-spacing:-.005em;transition:background .16s ease,transform .16s ease,box-shadow .16s ease;border:1px solid var(--accent)}.resume-cta-button[data-astro-cid-mogh5pue]:hover{background:var(--accent-hover);border-color:var(--accent-hover);transform:translateY(-1px);box-shadow:0 8px 24px #ffffff1a}.resume-cta-button[data-astro-cid-mogh5pue] svg[data-astro-cid-mogh5pue]{flex-shrink:0}@media(max-width:640px){.resume-cta[data-astro-cid-mogh5pue]{margin:2rem auto 1rem;padding:.5rem 1rem}.resume-cta-button[data-astro-cid-mogh5pue]{padding:.75rem 1.5rem;font-size:.875rem}}.site-footer[data-astro-cid-sz7xmlte]{max-width:var(--content-max-width);margin:2rem auto 1.5rem;padding:1.5rem var(--content-padding-x);text-align:center;border-top:1px solid var(--border);position:relative;z-index:1}.footer-text[data-astro-cid-sz7xmlte]{font-size:.8125rem;color:var(--text-subtle);margin:0;padding-top:1.5rem}
