.page_container__aoG4z{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 1rem;min-height:80vh}.page_title__3jonF{font-size:2.5rem;font-weight:800;background:linear-gradient(90deg,#6366f1,#8b5cf6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem}.page_subh2__vBaqO{font-size:2rem;font-weight:700;margin:auto;text-align:center}.page_subtitle__iAJUg{font-size:1.25rem;color:var(--color-secondary);max-width:600px;margin-bottom:2rem}.page_buttonWrapper__b9yKP{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.page_projectsGrid__rODPd{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;width:100%;max-width:1200px;margin-top:2rem}.page_skillsSection__Vu8wv{margin-top:3rem;width:100%;max-width:700px}.page_skillsGrid__gNmsI{display:flex;flex-direction:column;gap:1rem}.page_aboutSection__cj8pS{margin:3rem 0;padding:1.5rem;background:var(--color-bg-secondary);border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);max-width:700px}.page_aboutText__MX8SK{font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}@media (max-width:640px){.page_skillsSection__Vu8wv{padding:0 1rem}}.ProjectCard_card__YCvBo{background-color:var(--color-bg,#ffffff);border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.08);transition:all .3s ease;display:flex;flex-direction:column;gap:1rem;width:100%;max-width:unset;height:100%;min-height:300px;cursor:pointer}.ProjectCard_cardLink__zLxkl{text-decoration:none;color:inherit;display:block}.ProjectCard_cardLink__zLxkl:hover .ProjectCard_card__YCvBo{transform:scale(1.025);box-shadow:0 6px 12px rgba(0,0,0,.12)}html.dark .ProjectCard_card__YCvBo{background-color:#18181b;border-color:#27272a;box-shadow:0 4px 10px rgba(0,0,0,.4)}.ProjectCard_title__SlBJZ{font-size:1.375rem;font-weight:700;color:var(--color-primary,#1d4ed8);margin-bottom:.25rem;line-height:1.2}.ProjectCard_description__IONeI{color:var(--color-secondary,#4b5563);font-size:1rem;line-height:1.6}html.dark .ProjectCard_description__IONeI{color:#d1d5db}.ProjectCard_techStack__rDGT0{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;padding:0;margin:0}.ProjectCard_techItem__wkFPH{background-color:#e0e7ff;color:#3730a3;padding:.3rem .8rem;border-radius:9999px;font-size:.75rem;font-weight:600;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color .3s ease,color .3s ease}html.dark .ProjectCard_techItem__wkFPH{background-color:#312e81;color:#c7d2fe}.ProjectCard_links__iJvI6{margin-top:auto;display:flex;gap:1rem;flex-wrap:wrap}.ProjectCard_link__LPw_g{color:var(--color-primary,#1d4ed8);text-decoration:none;font-weight:600;font-size:.9rem;transition:color .2s ease;position:relative}.ProjectCard_link__LPw_g:hover{text-decoration:underline;color:#1e40af}html.dark .ProjectCard_link__LPw_g{color:#93c5fd}html.dark .ProjectCard_link__LPw_g:hover{color:#60a5fa}@media (max-width:400px){.ProjectCard_card__YCvBo{padding:1.25rem;max-width:100%}}.Button_button__hMNEn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background .3s ease,color .3s ease;background-color:#2563eb;color:white}.Button_button__hMNEn:hover{background-color:#1e40af}.Button_button__hMNEn:disabled{opacity:.6;cursor:not-allowed}.SkillBar_skill__98jla{margin-bottom:1rem}.SkillBar_label__ekTjG{display:flex;justify-content:space-between;font-size:.95rem;font-weight:600;color:var(--color-secondary,#374151);margin-bottom:.25rem}.SkillBar_barBackground__ZfqIw{height:10px;background-color:#e5e7eb;border-radius:9999px;overflow:hidden}.SkillBar_barFill__AFz1m{height:100%;background:linear-gradient(90deg,#6366f1,#8b5cf6);transition:width .6s ease-in-out;border-radius:9999px}html.dark .SkillBar_barBackground__ZfqIw{background-color:#27272a}