.about-container[data-astro-cid-kh7btl4r]{display:grid;grid-template-columns:1fr 2fr;gap:2rem;align-items:start}.about-sidebar[data-astro-cid-kh7btl4r]{position:sticky;top:120px;display:flex;flex-direction:column;gap:1.5rem}.profile-card-large[data-astro-cid-kh7btl4r]{text-align:center;padding:2rem;background:var(--color-surface);border-radius:24px;border:1px solid var(--color-border);box-shadow:0 4px 20px #00000014}.profile-image-wrapper-large[data-astro-cid-kh7btl4r]{width:150px;height:150px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;border:4px solid var(--color-background);box-shadow:0 8px 24px #0000001a}.profile-image-large[data-astro-cid-kh7btl4r]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.profile-card-large[data-astro-cid-kh7btl4r]:hover .profile-image-large[data-astro-cid-kh7btl4r]{transform:scale(1.05)}.profile-name-large[data-astro-cid-kh7btl4r]{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--color-text-base)}.profile-bio-large[data-astro-cid-kh7btl4r]{color:var(--color-text-muted);font-size:.9375rem;margin-bottom:0}.sidebar-section[data-astro-cid-kh7btl4r]{padding:1.5rem;background:var(--color-surface);border-radius:20px;border:1px solid var(--color-border)}.sidebar-title[data-astro-cid-kh7btl4r]{font-size:1.125rem;font-weight:600;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid var(--color-border);color:var(--color-text-base)}.skills-list[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag[data-astro-cid-kh7btl4r]{padding:.5rem 1rem;font-size:.875rem}.contact-list[data-astro-cid-kh7btl4r]{display:flex;flex-direction:column;gap:1rem}.contact-item[data-astro-cid-kh7btl4r]{display:flex;align-items:center;gap:.75rem;color:var(--color-text-muted);font-size:.9375rem}.contact-item[data-astro-cid-kh7btl4r] svg[data-astro-cid-kh7btl4r]{flex-shrink:0;color:var(--color-primary)}.about-content[data-astro-cid-kh7btl4r]{padding:2rem;background:var(--color-surface);border-radius:24px;border:1px solid var(--color-border);box-shadow:0 4px 20px #00000014}.about-header[data-astro-cid-kh7btl4r]{text-align:center;margin-bottom:3rem}.about-title[data-astro-cid-kh7btl4r]{font-size:clamp(2.5rem,6vw,3.5rem);font-weight:800;margin-bottom:.75rem;color:var(--color-text-base);letter-spacing:-.02em}.about-subtitle[data-astro-cid-kh7btl4r]{font-size:1.125rem;color:var(--color-text-muted);margin-bottom:0}.about-description[data-astro-cid-kh7btl4r]{font-size:1.125rem;line-height:1.9;color:var(--color-text-muted);margin-bottom:3rem}.about-description[data-astro-cid-kh7btl4r] p[data-astro-cid-kh7btl4r]{margin-bottom:1.5rem}.about-description[data-astro-cid-kh7btl4r] p[data-astro-cid-kh7btl4r]:last-child{margin-bottom:0}.section-title[data-astro-cid-kh7btl4r]{font-size:1.75rem;font-weight:700;margin-bottom:2rem;padding-bottom:1rem;border-bottom:3px solid var(--color-primary);color:var(--color-text-base)}.projects-grid[data-astro-cid-kh7btl4r]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.project-card[data-astro-cid-kh7btl4r]{position:relative;padding:1.5rem;background:var(--color-background);border-radius:16px;text-decoration:none;color:inherit;border:1px solid var(--color-border);transition:all .3s cubic-bezier(.4,0,.2,1);opacity:0;animation:slideUp .6s ease-out forwards}.project-card[data-astro-cid-kh7btl4r]:hover{border-color:var(--color-primary);box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.project-icon[data-astro-cid-kh7btl4r]{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--color-primary);border-radius:12px;color:#fff;margin-bottom:1rem;transition:transform .3s ease}.project-card[data-astro-cid-kh7btl4r]:hover .project-icon[data-astro-cid-kh7btl4r]{transform:scale(1.1) rotate(5deg)}.project-title[data-astro-cid-kh7btl4r]{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--color-text-base)}.project-description[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:var(--color-text-muted);line-height:1.6;margin-bottom:1rem}.project-arrow[data-astro-cid-kh7btl4r]{display:flex;align-items:center;justify-content:flex-end;color:var(--color-primary);transition:transform .3s ease}.project-card[data-astro-cid-kh7btl4r]:hover .project-arrow[data-astro-cid-kh7btl4r]{transform:translate(4px)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.about-container[data-astro-cid-kh7btl4r]{grid-template-columns:1fr}.about-sidebar[data-astro-cid-kh7btl4r]{position:static}}@media(max-width:768px){.about-content[data-astro-cid-kh7btl4r]{padding:1.5rem}.about-title[data-astro-cid-kh7btl4r]{font-size:2rem}.about-subtitle[data-astro-cid-kh7btl4r],.about-description[data-astro-cid-kh7btl4r]{font-size:1rem}.section-title[data-astro-cid-kh7btl4r]{font-size:1.5rem}.projects-grid[data-astro-cid-kh7btl4r]{grid-template-columns:1fr}}
