:root{--text-primary: #0a0a0a;--text-secondary: #525252;--text-muted: #737373;--background: #fafafa;--surface: #ffffff;--border: #e5e5e5;--accent: #0a0a0a;--accent-hover: #262626}*{margin:0;padding:0;box-sizing:border-box}html{font-family:Geist Mono,monospace;font-size:16px;line-height:1.6;color:var(--text-primary);background-color:var(--background);scroll-behavior:smooth}body{min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background-color:var(--accent);color:var(--background)}@media (prefers-color-scheme: dark){:root{--text-primary: #fafafa;--text-secondary: #a3a3a3;--text-muted: #737373;--background: #0a0a0a;--surface: #171717;--border: #262626;--accent: #fafafa;--accent-hover: #d4d4d4}}header[data-astro-cid-3ef6ksr2]{position:fixed;top:0;left:0;right:0;background-color:#fafafacc;backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:1000;transition:all .3s ease}.nav-container[data-astro-cid-3ef6ksr2]{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:60px}.logo[data-astro-cid-3ef6ksr2]{font-size:1.2rem;font-weight:600;color:var(--text-primary);text-decoration:none;transition:color .2s ease}.logo[data-astro-cid-3ef6ksr2]:hover{color:var(--accent-hover)}.nav-links[data-astro-cid-3ef6ksr2]{display:flex;list-style:none;gap:2rem;align-items:center}.nav-links[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{color:var(--text-secondary);text-decoration:none;font-size:.9rem;transition:color .2s ease;position:relative}.nav-links[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{color:var(--text-primary)}.nav-links[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background-color:var(--text-primary);transition:width .2s ease}.nav-links[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover:after{width:100%}@media (max-width: 768px){.nav-container[data-astro-cid-3ef6ksr2]{padding:0 1rem}.nav-links[data-astro-cid-3ef6ksr2]{gap:1rem}.nav-links[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{font-size:.8rem}}@media (prefers-color-scheme: dark){header[data-astro-cid-3ef6ksr2]{background-color:#0a0a0acc}}#hero[data-astro-cid-bbe6dxrz]{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding:0 2rem}.hero-container[data-astro-cid-bbe6dxrz]{max-width:1200px;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.hero-content[data-astro-cid-bbe6dxrz]{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;width:100%;max-width:1100px}.hero-text[data-astro-cid-bbe6dxrz]{text-align:left}.hero-title[data-astro-cid-bbe6dxrz]{font-size:clamp(2.5rem,8vw,4rem);font-weight:400;line-height:1.1;margin-bottom:1.5rem;color:var(--text-primary)}.hero-title[data-astro-cid-bbe6dxrz] .line[data-astro-cid-bbe6dxrz]{display:block;opacity:0;animation:fadeInUp 1s ease forwards}.hero-title[data-astro-cid-bbe6dxrz] .line[data-astro-cid-bbe6dxrz]:nth-child(2){animation-delay:.2s}.hero-description[data-astro-cid-bbe6dxrz]{font-size:1.1rem;color:var(--text-secondary);margin-bottom:2.5rem;max-width:400px;margin-left:auto;margin-right:auto;opacity:0;animation:fadeInUp 1s ease forwards .4s}.hero-cta[data-astro-cid-bbe6dxrz]{display:flex;gap:1.5rem;align-items:center;justify-content:center;opacity:0;animation:fadeInUp 1s ease forwards .6s}.hero-visual[data-astro-cid-bbe6dxrz]{position:relative;opacity:0;animation:fadeInUp 1s ease forwards .8s}.profile-container[data-astro-cid-bbe6dxrz]{position:relative;display:flex;align-items:center;justify-content:center}.profile-image[data-astro-cid-bbe6dxrz]{width:400px;height:400px;background-color:var(--surface);display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--border);position:relative;z-index:2;transition:all .3s ease}.profile-image[data-astro-cid-bbe6dxrz]:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.profile-image[data-astro-cid-bbe6dxrz] img[data-astro-cid-bbe6dxrz]{width:100%;height:100%;object-fit:cover}.profile-accent[data-astro-cid-bbe6dxrz]{position:absolute;top:20px;right:-20px;width:100%;height:100%;background-color:var(--accent);z-index:1;transition:all .3s ease}.profile-container[data-astro-cid-bbe6dxrz]:hover .profile-accent[data-astro-cid-bbe6dxrz]{top:15px;right:-15px}.cta-button[data-astro-cid-bbe6dxrz]{background-color:var(--accent);color:var(--background);padding:.8rem 2rem;text-decoration:none;font-size:.9rem;transition:all .3s ease;border:1px solid var(--accent)}.cta-button[data-astro-cid-bbe6dxrz]:hover{background-color:transparent;color:var(--accent)}.cta-link[data-astro-cid-bbe6dxrz]{color:var(--text-secondary);text-decoration:none;font-size:.9rem;position:relative;transition:color .2s ease}.cta-link[data-astro-cid-bbe6dxrz]:hover{color:var(--text-primary)}.cta-link[data-astro-cid-bbe6dxrz]:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background-color:var(--text-primary);transition:width .2s ease}.cta-link[data-astro-cid-bbe6dxrz]:hover:after{width:100%}.hero-indicator[data-astro-cid-bbe6dxrz]{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);opacity:0;animation:fadeInUp 1s ease forwards 1s}.scroll-indicator[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;align-items:center;gap:.5rem}.scroll-indicator[data-astro-cid-bbe6dxrz] span[data-astro-cid-bbe6dxrz]{font-size:.8rem;color:var(--text-muted);writing-mode:vertical-lr;text-orientation:mixed}.scroll-line[data-astro-cid-bbe6dxrz]{width:1px;height:2rem;background-color:var(--text-muted);animation:scrollLine 2s ease-in-out infinite}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scrollLine{0%,to{transform:scaleY(1)}50%{transform:scaleY(.5)}}@media (max-width: 768px){#hero[data-astro-cid-bbe6dxrz]{padding:0 1rem}.hero-content[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-text[data-astro-cid-bbe6dxrz]{text-align:center}.hero-cta[data-astro-cid-bbe6dxrz]{flex-direction:column;gap:1rem;align-items:center}.hero-indicator[data-astro-cid-bbe6dxrz]{display:none}.profile-image[data-astro-cid-bbe6dxrz]{width:280px;height:350px}.profile-accent[data-astro-cid-bbe6dxrz]{top:15px;right:-15px}.profile-container[data-astro-cid-bbe6dxrz]:hover .profile-accent[data-astro-cid-bbe6dxrz]{top:10px;right:-10px}}@media (prefers-color-scheme: dark){.profile-image[data-astro-cid-bbe6dxrz]:hover{box-shadow:0 10px 30px #ffffff1a}}#about[data-astro-cid-v2cbyr3p]{padding:8rem 2rem;background-color:var(--background)}.about-container[data-astro-cid-v2cbyr3p]{max-width:800px;margin:0 auto}.about-content[data-astro-cid-v2cbyr3p]{display:grid;gap:3rem}.section-title[data-astro-cid-v2cbyr3p]{font-size:2rem;font-weight:400;color:var(--text-primary);margin-bottom:0}.about-text[data-astro-cid-v2cbyr3p]{display:grid;gap:1.5rem;font-size:1.1rem;line-height:1.7;color:var(--text-secondary)}.about-text[data-astro-cid-v2cbyr3p] p[data-astro-cid-v2cbyr3p]{margin:0}.about-details[data-astro-cid-v2cbyr3p]{display:grid;gap:1rem;padding-top:2rem;border-top:1px solid var(--border)}.detail-item[data-astro-cid-v2cbyr3p]{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.detail-label[data-astro-cid-v2cbyr3p]{font-size:.9rem;color:var(--text-muted)}.detail-value[data-astro-cid-v2cbyr3p]{font-size:.9rem;color:var(--text-primary);font-weight:500}@media (max-width: 768px){#about[data-astro-cid-v2cbyr3p]{padding:6rem 1rem}.section-title[data-astro-cid-v2cbyr3p]{font-size:1.8rem}.about-text[data-astro-cid-v2cbyr3p]{font-size:1rem}.detail-item[data-astro-cid-v2cbyr3p]{flex-direction:column;align-items:flex-start;gap:.25rem}}#skills[data-astro-cid-ab4ihpzs]{padding:8rem 2rem;background-color:var(--surface)}.skills-container[data-astro-cid-ab4ihpzs]{max-width:1200px;margin:0 auto}.section-title[data-astro-cid-ab4ihpzs]{font-size:2rem;font-weight:400;color:var(--text-primary);margin-bottom:4rem;text-align:center}.skills-grid[data-astro-cid-ab4ihpzs]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.skill-category[data-astro-cid-ab4ihpzs]{text-align:center}.category-title[data-astro-cid-ab4ihpzs]{font-size:1.2rem;font-weight:500;color:var(--text-primary);margin-bottom:1.5rem}.skill-list[data-astro-cid-ab4ihpzs]{list-style:none;padding:0;margin:0;display:grid;gap:.8rem}.skill-list[data-astro-cid-ab4ihpzs] li[data-astro-cid-ab4ihpzs]{font-size:.95rem;color:var(--text-secondary);padding:.5rem 0;border-bottom:1px solid var(--border);transition:color .2s ease}.skill-list[data-astro-cid-ab4ihpzs] li[data-astro-cid-ab4ihpzs]:hover{color:var(--text-primary)}.skill-list[data-astro-cid-ab4ihpzs] li[data-astro-cid-ab4ihpzs]:last-child{border-bottom:none}@media (max-width: 768px){#skills[data-astro-cid-ab4ihpzs]{padding:6rem 1rem}.section-title[data-astro-cid-ab4ihpzs]{font-size:1.8rem;margin-bottom:3rem}.skills-grid[data-astro-cid-ab4ihpzs]{grid-template-columns:1fr;gap:2rem}}#projects[data-astro-cid-amng4zvp]{padding:8rem 2rem;background-color:var(--background)}.projects-container[data-astro-cid-amng4zvp]{max-width:1200px;margin:0 auto}.section-title[data-astro-cid-amng4zvp]{font-size:2rem;font-weight:400;color:var(--text-primary);margin-bottom:4rem;text-align:center}.projects-grid[data-astro-cid-amng4zvp]{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card[data-astro-cid-amng4zvp]{background-color:var(--surface);border:1px solid var(--border);transition:all .3s ease;position:relative;overflow:hidden}.project-card[data-astro-cid-amng4zvp]:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.project-content[data-astro-cid-amng4zvp]{padding:0;display:flex;flex-direction:column;height:100%}.project-screenshot[data-astro-cid-amng4zvp]{width:100%;height:200px;overflow:hidden;position:relative}.project-screenshot[data-astro-cid-amng4zvp] img[data-astro-cid-amng4zvp]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card[data-astro-cid-amng4zvp]:hover .project-screenshot[data-astro-cid-amng4zvp] img[data-astro-cid-amng4zvp]{transform:scale(1.05)}.project-title[data-astro-cid-amng4zvp]{font-size:1.3rem;font-weight:500;color:var(--text-primary);margin:0;padding:2rem 2rem 0}.project-description[data-astro-cid-amng4zvp]{font-size:.95rem;color:var(--text-secondary);line-height:1.6;flex-grow:1;margin:0;padding:1.5rem 2rem 0}.project-tech[data-astro-cid-amng4zvp]{display:flex;flex-wrap:wrap;gap:.5rem;padding:1.5rem 2rem 0}.tech-tag[data-astro-cid-amng4zvp]{font-size:.8rem;color:var(--text-muted);background-color:var(--background);padding:.25rem .75rem;border:1px solid var(--border);transition:all .2s ease}.tech-tag[data-astro-cid-amng4zvp]:hover{color:var(--text-primary);border-color:var(--accent)}.project-links[data-astro-cid-amng4zvp]{display:flex;gap:1rem;margin-top:auto;padding:1.5rem 2rem 2rem}.project-link[data-astro-cid-amng4zvp]{color:var(--text-secondary);text-decoration:none;font-size:.9rem;transition:color .2s ease;position:relative}.project-link[data-astro-cid-amng4zvp]:hover{color:var(--text-primary)}.project-link[data-astro-cid-amng4zvp]:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background-color:var(--text-primary);transition:width .2s ease}.project-link[data-astro-cid-amng4zvp]:hover:after{width:100%}@media (max-width: 768px){#projects[data-astro-cid-amng4zvp]{padding:6rem 1rem}.section-title[data-astro-cid-amng4zvp]{font-size:1.8rem;margin-bottom:3rem}.projects-grid[data-astro-cid-amng4zvp]{grid-template-columns:1fr;gap:1.5rem}.project-screenshot[data-astro-cid-amng4zvp]{height:180px}.project-title[data-astro-cid-amng4zvp]{padding:1.5rem 1.5rem 0}.project-description[data-astro-cid-amng4zvp],.project-tech[data-astro-cid-amng4zvp]{padding:1rem 1.5rem 0}.project-links[data-astro-cid-amng4zvp]{padding:1rem 1.5rem 1.5rem}}@media (prefers-color-scheme: dark){.project-card[data-astro-cid-amng4zvp]:hover{box-shadow:0 8px 24px #ffffff1a}}#contact[data-astro-cid-xmivup5a]{padding:8rem 2rem 0;background-color:var(--surface)}.contact-container[data-astro-cid-xmivup5a]{max-width:800px;margin:0 auto;text-align:center}.contact-content[data-astro-cid-xmivup5a]{display:grid;gap:3rem;padding-bottom:6rem}.section-title[data-astro-cid-xmivup5a]{font-size:2rem;font-weight:400;color:var(--text-primary);margin:0}.contact-description[data-astro-cid-xmivup5a]{font-size:1.1rem;color:var(--text-secondary);line-height:1.7;max-width:500px;margin:0 auto}.contact-info[data-astro-cid-xmivup5a]{display:grid;gap:2rem}.contact-item[data-astro-cid-xmivup5a]{display:flex;flex-direction:column;align-items:center;gap:.5rem}.contact-label[data-astro-cid-xmivup5a]{font-size:.9rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em}.contact-link[data-astro-cid-xmivup5a]{color:var(--text-primary);text-decoration:none;font-size:1.1rem;transition:color .2s ease;position:relative}.contact-link[data-astro-cid-xmivup5a]:hover{color:var(--accent-hover)}.contact-link[data-astro-cid-xmivup5a]:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background-color:var(--text-primary);transition:width .2s ease}.contact-link[data-astro-cid-xmivup5a]:hover:after{width:100%}.social-links[data-astro-cid-xmivup5a]{display:flex;gap:1.5rem;justify-content:center}.social-link[data-astro-cid-xmivup5a]{color:var(--text-secondary);text-decoration:none;font-size:.95rem;transition:color .2s ease;position:relative}.social-link[data-astro-cid-xmivup5a]:hover{color:var(--text-primary)}.social-link[data-astro-cid-xmivup5a]:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background-color:var(--text-primary);transition:width .2s ease}.social-link[data-astro-cid-xmivup5a]:hover:after{width:100%}.footer[data-astro-cid-xmivup5a]{border-top:1px solid var(--border);padding:2rem 0;background-color:var(--surface)}.footer-content[data-astro-cid-xmivup5a]{max-width:1200px;margin:0 auto;text-align:center}.footer-content[data-astro-cid-xmivup5a] p[data-astro-cid-xmivup5a]{font-size:.9rem;color:var(--text-muted);margin:0}@media (max-width: 768px){#contact[data-astro-cid-xmivup5a]{padding:6rem 1rem 0}.section-title[data-astro-cid-xmivup5a]{font-size:1.8rem}.contact-description[data-astro-cid-xmivup5a]{font-size:1rem}.social-links[data-astro-cid-xmivup5a]{flex-direction:column;gap:1rem}.contact-item[data-astro-cid-xmivup5a]{gap:1rem}}main[data-astro-cid-j7pv25f6]{padding-top:60px}
