.about-container[data-astro-cid-kh7btl4r]{max-width:1080px;margin:0 auto;padding:4rem 2rem;display:flex;flex-direction:column;gap:4rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in[data-astro-cid-kh7btl4r]{opacity:0;animation:fadeIn 1s ease-out forwards}.delay-1[data-astro-cid-kh7btl4r]{animation-delay:.2s}.delay-2[data-astro-cid-kh7btl4r]{animation-delay:.4s}.delay-3[data-astro-cid-kh7btl4r]{animation-delay:.6s}.delay-4[data-astro-cid-kh7btl4r]{animation-delay:.8s}.delay-5[data-astro-cid-kh7btl4r]{animation-delay:1s}.delay-6[data-astro-cid-kh7btl4r]{animation-delay:1.2s}.delay-7[data-astro-cid-kh7btl4r]{animation-delay:1.4s}.header-section[data-astro-cid-kh7btl4r]{text-align:center;margin-bottom:1rem}h1[data-astro-cid-kh7btl4r]{font-size:3.5rem;font-weight:700;letter-spacing:-.02em;margin:0}.gradient-text[data-astro-cid-kh7btl4r]{background:linear-gradient(135deg,#1d1d1f,#434344);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dark .gradient-text[data-astro-cid-kh7btl4r]{background:linear-gradient(135deg,#f5f5f7,#86868b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.profile-card[data-astro-cid-kh7btl4r]{display:grid;grid-template-columns:300px 1fr;gap:4rem;padding:3rem;border-radius:32px;background:#fffc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.6);box-shadow:0 4px 24px #0000000a;align-items:start}.dark .profile-card[data-astro-cid-kh7btl4r]{background:#1e1e20cc;border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 24px #0003}.profile-image-container[data-astro-cid-kh7btl4r]{width:100%;aspect-ratio:3/4;border-radius:24px;overflow:hidden;background-color:#f0f0f0;box-shadow:0 12px 32px #0000001a}.profile-image[data-astro-cid-kh7btl4r]{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.profile-image[data-astro-cid-kh7btl4r]:hover{transform:scale(1.03)}.dark .profile-image-container[data-astro-cid-kh7btl4r]{background-color:#2c2c2e}.profile-info[data-astro-cid-kh7btl4r]{display:flex;flex-direction:column;gap:2rem;padding-top:1rem}.info-header[data-astro-cid-kh7btl4r] .name[data-astro-cid-kh7btl4r]{font-size:2.5rem;font-weight:500;color:var(--color-text-main);margin:0 0 .5rem;line-height:1.2}.nickname[data-astro-cid-kh7btl4r]{font-weight:400;color:var(--color-text-secondary);font-size:.8em}.role[data-astro-cid-kh7btl4r]{font-size:1.25rem;color:var(--color-accent);margin:0;font-weight:500}.info-grid[data-astro-cid-kh7btl4r]{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem}.info-item[data-astro-cid-kh7btl4r]{display:flex;flex-direction:column;gap:.25rem}.label[data-astro-cid-kh7btl4r]{font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-secondary);font-weight:600}.value[data-astro-cid-kh7btl4r]{font-size:1.125rem;color:var(--color-text-main);font-weight:400}.hobbies-container[data-astro-cid-kh7btl4r]{display:flex;flex-direction:column;gap:.75rem}.tags[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;gap:.75rem}.tag[data-astro-cid-kh7btl4r]{padding:.5rem 1rem;background-color:#0000000d;color:var(--color-text-main);border-radius:8px;font-size:.9375rem;font-weight:500;transition:all .2s ease;border:1px solid transparent}.tag[data-astro-cid-kh7btl4r]:hover{background-color:#0071e31a;color:var(--color-accent);transform:translateY(-1px)}.dark .tag[data-astro-cid-kh7btl4r]{background-color:#ffffff1a}.dark .tag[data-astro-cid-kh7btl4r]:hover{background-color:#0a84ff33;color:#409cff}@media(max-width:900px){.profile-card[data-astro-cid-kh7btl4r]{grid-template-columns:1fr;gap:2rem}.profile-image-container[data-astro-cid-kh7btl4r]{max-width:300px;margin:0 auto}.profile-info[data-astro-cid-kh7btl4r]{text-align:center;align-items:center}.info-grid[data-astro-cid-kh7btl4r]{width:100%;justify-items:center}.tags[data-astro-cid-kh7btl4r]{justify-content:center}}.favorites-section[data-astro-cid-kh7btl4r]{display:flex;flex-direction:column;gap:1.5rem}.section-title[data-astro-cid-kh7btl4r]{font-size:2rem;font-weight:600;margin-bottom:.5rem;color:var(--color-text-main)}.carousel-container[data-astro-cid-kh7btl4r]{position:relative;height:600px;width:100%;margin:0 auto;border-radius:24px;overflow:hidden;padding:2rem 0;display:flex;align-items:center;background:#fff9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.4);box-shadow:0 10px 30px #0000000d}.carousel-caption[data-astro-cid-kh7btl4r]{text-align:center;font-size:1.75rem;font-weight:500;margin-top:1.5rem;color:var(--color-text-main);letter-spacing:-.01em;height:2.5rem;transition:opacity .3s ease}@keyframes fadeInText{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.fade-text[data-astro-cid-kh7btl4r]{animation:fadeInText .5s ease forwards;margin-top:0%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.dark .carousel-container[data-astro-cid-kh7btl4r]{background:#1c1c1e99;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px #0003}.carousel-track-container[data-astro-cid-kh7btl4r]{height:100%;width:90%;margin:0 auto;position:relative;overflow:hidden}.carousel-track[data-astro-cid-kh7btl4r]{padding:0;margin:0;list-style:none;position:relative;height:100%;transition:transform .5s cubic-bezier(.2,.8,.2,1)}.carousel-slide[data-astro-cid-kh7btl4r]{position:absolute;top:0;bottom:0;width:100%;padding:0 4rem;box-sizing:border-box;display:flex;justify-content:center;align-items:center}.carousel-image[data-astro-cid-kh7btl4r]{width:100%;height:100%;object-fit:cover;border-radius:16px;box-shadow:0 8px 24px #00000026;transition:transform .3s ease}.carousel-image[data-astro-cid-kh7btl4r]:hover{transform:scale(1.02)}.carousel-btn[data-astro-cid-kh7btl4r]{position:absolute;top:50%;transform:translateY(-50%);background:#fffc;border:none;width:3rem;height:3rem;border-radius:50%;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#1d1d1f;box-shadow:0 2px 8px #0000001a}.dark .carousel-btn[data-astro-cid-kh7btl4r]{background:#3c3c3ccc;color:#f5f5f7;box-shadow:0 2px 8px #0000004d}.carousel-btn[data-astro-cid-kh7btl4r]:hover{transform:translateY(-50%) scale(1.1);background:#fff}.dark .carousel-btn[data-astro-cid-kh7btl4r]:hover{background:#505050}.prev-btn[data-astro-cid-kh7btl4r]{left:2rem}.next-btn[data-astro-cid-kh7btl4r]{right:2rem}@media(max-width:1024px){.carousel-track-container[data-astro-cid-kh7btl4r]{width:100%}.carousel-slide[data-astro-cid-kh7btl4r]{padding:0 2rem}}@media(max-width:768px){.about-container[data-astro-cid-kh7btl4r]{padding-top:6rem}h1[data-astro-cid-kh7btl4r]{font-size:2.5rem}.profile-card[data-astro-cid-kh7btl4r]{grid-template-columns:1fr;gap:2rem;padding:2rem;text-align:center}.profile-image-container[data-astro-cid-kh7btl4r]{width:200px;margin:0 auto}.profile-info[data-astro-cid-kh7btl4r]{align-items:center}.carousel-container[data-astro-cid-kh7btl4r]{height:300px}.prev-btn[data-astro-cid-kh7btl4r]{left:.5rem}.next-btn[data-astro-cid-kh7btl4r]{right:.5rem}.carousel-track-container[data-astro-cid-kh7btl4r]{width:100%}.carousel-slide[data-astro-cid-kh7btl4r]{padding:0 2rem}}
