.hero[data-astro-cid-bbe6dxrz]{padding:3rem 0 2rem;min-height:60vh;display:flex;align-items:center}.hero-name[data-astro-cid-bbe6dxrz]{animation:fadeIn 1s ease-out}.hero-content[data-astro-cid-bbe6dxrz]{animation:fadeIn 1.5s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.greeting[data-astro-cid-bbe6dxrz]{color:var(--color-accent);font-size:1.1rem;font-weight:500;margin-bottom:.5rem}h1[data-astro-cid-bbe6dxrz]{font-size:clamp(2.5rem,8vw,4rem);font-weight:700;line-height:1.1;margin-bottom:1rem;background:linear-gradient(135deg,var(--color-text) 0%,var(--color-text-muted) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tagline[data-astro-cid-bbe6dxrz]{font-size:1.25rem;color:var(--color-text-muted);margin-bottom:1.5rem;font-weight:500}.intro[data-astro-cid-bbe6dxrz]{font-size:1.1rem;color:var(--color-text-muted);max-width:600px;line-height:1.8;margin-bottom:2rem}.cta-buttons[data-astro-cid-bbe6dxrz]{display:flex;gap:1rem;flex-wrap:wrap}.btn[data-astro-cid-bbe6dxrz]{padding:.75rem 1.5rem;border-radius:8px;font-weight:500;font-size:.95rem;transition:all .2s ease}.btn-primary[data-astro-cid-bbe6dxrz]{background:var(--color-accent);color:#fff}.btn-primary[data-astro-cid-bbe6dxrz]:hover{background:var(--color-accent-hover);color:#fff;transform:translateY(-2px)}.btn-secondary[data-astro-cid-bbe6dxrz]{background:transparent;color:var(--color-text);border:1px solid var(--color-border)}.btn-secondary[data-astro-cid-bbe6dxrz]:hover{border-color:var(--color-text-muted);color:var(--color-text);transform:translateY(-2px)}.skills[data-astro-cid-ab4ihpzs]{padding:2rem 0;overflow:hidden}h2[data-astro-cid-ab4ihpzs]{font-size:2rem;font-weight:700;margin-bottom:.75rem}.section-intro[data-astro-cid-ab4ihpzs]{color:var(--color-text-muted);margin-bottom:2.5rem;font-size:1.1rem}.marquee-container[data-astro-cid-ab4ihpzs]{display:flex;flex-direction:column;gap:1rem;margin:0 -1.5rem}.marquee-row[data-astro-cid-ab4ihpzs]{overflow:hidden;position:relative}.marquee-row[data-astro-cid-ab4ihpzs]:before,.marquee-row[data-astro-cid-ab4ihpzs]:after{content:"";position:absolute;top:0;bottom:0;width:100px;z-index:2;pointer-events:none}.marquee-row[data-astro-cid-ab4ihpzs]:before{left:0;background:linear-gradient(to right,var(--color-bg),transparent)}.marquee-row[data-astro-cid-ab4ihpzs]:after{right:0;background:linear-gradient(to left,var(--color-bg),transparent)}.marquee-content[data-astro-cid-ab4ihpzs]{display:flex;gap:1rem;animation:scroll 25s linear infinite;width:max-content}.marquee-row[data-astro-cid-ab4ihpzs].reverse .marquee-content[data-astro-cid-ab4ihpzs]{animation:scroll-reverse 25s linear infinite}.marquee-row[data-astro-cid-ab4ihpzs]:hover .marquee-content[data-astro-cid-ab4ihpzs]{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-reverse{0%{transform:translate(-50%)}to{transform:translate(0)}}.skill-tag[data-astro-cid-ab4ihpzs]{display:flex;align-items:center;gap:.75rem;background:var(--color-bg-secondary);color:var(--color-text);padding:.75rem 1.25rem;border-radius:50px;font-size:.95rem;font-weight:500;border:1px solid var(--color-border);white-space:nowrap;transition:all .3s ease}.skill-tag[data-astro-cid-ab4ihpzs]:hover{border-color:var(--skill-color);box-shadow:0 0 12px color-mix(in srgb,var(--skill-color) 40%,transparent)}.skill-tag[data-astro-cid-ab4ihpzs]:hover .skill-icon[data-astro-cid-ab4ihpzs]{color:var(--skill-color)}.skill-icon[data-astro-cid-ab4ihpzs]{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--skill-color);transition:color .3s ease}.skill-icon[data-astro-cid-ab4ihpzs] svg{width:100%;height:100%}.skill-name[data-astro-cid-ab4ihpzs]{color:var(--color-text)}.interests[data-astro-cid-htzdugeb]{padding:4rem 0}h2[data-astro-cid-htzdugeb]{font-size:2rem;font-weight:700;margin-bottom:.75rem}.section-intro[data-astro-cid-htzdugeb]{color:var(--color-text-muted);margin-bottom:2.5rem;font-size:1.1rem}.interests-grid[data-astro-cid-htzdugeb]{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.interest-card[data-astro-cid-htzdugeb]{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:12px;padding:1.5rem;transition:all .3s ease}.interest-card[data-astro-cid-htzdugeb]:hover{border-color:var(--color-accent);transform:translateY(-4px)}.interest-icon[data-astro-cid-htzdugeb]{width:48px;height:48px;background:color-mix(in srgb,var(--color-accent) 10%,transparent);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--color-accent)}.interest-card[data-astro-cid-htzdugeb] h3[data-astro-cid-htzdugeb]{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:var(--color-text)}.interest-card[data-astro-cid-htzdugeb] p[data-astro-cid-htzdugeb]{color:var(--color-text-muted);font-size:.95rem;line-height:1.6}footer[data-astro-cid-sz7xmlte]{padding:3rem 0;border-top:1px solid var(--color-border);margin-top:2rem}.footer-content[data-astro-cid-sz7xmlte]{text-align:center}.footer-content[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{color:var(--color-text-muted);font-size:.9rem}
