@charset "UTF-8";.header{background-color:#f8f9fa;border-bottom:1px solid #ddd;padding:1rem}.header__container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.header__logo{font-size:1.2rem;font-weight:700;color:#333}.header__burger{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer}.header__burger-line{width:24px;height:2px;background-color:#333}.header__nav{display:flex}.header__nav-list{display:flex;gap:1rem;list-style:none;margin:0;padding:0}.header__nav-link{text-decoration:none;color:#333;font-weight:500;transition:color .2s ease}.header__nav-link:hover{color:#007bff}.header__nav-link--active{color:#007bff;font-weight:700}@media(max-width:768px){.header__burger{display:flex}.header__nav{display:none;position:absolute;top:60px;left:0;right:0;background-color:#fff;padding:1rem;box-shadow:0 4px 6px #0000001a}.header__nav--open{display:block}.header__nav-list{flex-direction:column;gap:.5rem}}.footer{background-color:#f8f9fa;border-top:1px solid #ddd;padding:1rem;font-size:.875rem}.footer__container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:.5rem}@media(min-width:600px){.footer__container{flex-direction:row;justify-content:space-between}}.footer__text{color:#555}.footer__links{display:flex;gap:1rem}.footer__link{text-decoration:none;color:#007bff;transition:color .2s ease}.footer__link:hover{color:#0056b3}.home{padding:2rem 1rem;text-align:center}.home__container{max-width:800px;margin:0 auto}.home__title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.home__subtitle{font-size:1.25rem;color:#666;margin-bottom:1rem}.home__description{font-size:1rem;color:#444;margin-bottom:2rem}.home__actions{display:flex;flex-direction:column;gap:1rem;align-items:center}.home__button{padding:.75rem 1.5rem;background-color:#007bff;color:#fff;text-decoration:none;border-radius:6px;font-weight:500;transition:background-color .2s ease}.home__button:hover{background-color:#0056b3}.home__button--secondary{background-color:#6c757d}.home__button--secondary:hover{background-color:#5a6268}@media(min-width:600px){.home__actions{flex-direction:row;justify-content:center}}.about{padding:2rem 1rem}.about__container{max-width:800px;margin:0 auto}.about__title{font-size:2rem;font-weight:700;margin-bottom:1rem;text-align:center}.about__text{font-size:1rem;color:#444;margin-bottom:1rem;line-height:1.6}.about__highlights{display:grid;gap:1.5rem;margin-top:2rem}@media(min-width:600px){.about__highlights{grid-template-columns:repeat(3,1fr)}}.about__highlight{background-color:#f8f9fa;border:1px solid #ddd;padding:1rem;border-radius:6px}.about__highlight-title{font-size:1rem;font-weight:700;margin-bottom:.5rem}.about__highlight-text{font-size:.9rem;color:#555}.projects{padding:2rem 1rem}.projects__container{max-width:1000px;margin:0 auto}.projects__title{font-size:2rem;font-weight:700;margin-bottom:1rem;text-align:center}.projects__intro{font-size:1rem;color:#555;margin-bottom:2rem;text-align:center}.projects__list{display:grid;gap:2rem}@media(min-width:768px){.projects__list{grid-template-columns:repeat(2,1fr)}}.projects__item{background-color:#f8f9fa;border:1px solid #ddd;padding:1rem;border-radius:6px}.projects__item-title{font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.projects__item-description{font-size:.95rem;color:#444;margin-bottom:.75rem}.projects__item-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;padding:0;list-style:none}.projects__item-tag{background-color:#e0e0e0;padding:.25rem .5rem;border-radius:4px;font-size:.8rem}.projects__item-link{text-decoration:none;color:#007bff;font-weight:500}.projects__item-link:hover{text-decoration:underline}.contact,.skills{padding:2rem 1rem}.contact__container,.skills__container{max-width:800px;margin:0 auto}.contact__title,.skills__title{font-size:2rem;font-weight:700;margin-bottom:1rem;text-align:center}.contact__text,.skills__intro{font-size:1rem;color:#555;margin-bottom:1.5rem;text-align:center}.contact__list,.skills__list{list-style:none;padding:0;margin:0;display:grid;gap:1rem}.contact__item,.skills__item{font-size:.95rem;color:#333;background-color:#f8f9fa;border:1px solid #ddd;padding:.75rem 1rem;border-radius:6px}.contact__link{color:#007bff;text-decoration:none}.contact__link:hover{text-decoration:underline}.skills__grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:600px){.skills__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.skills__grid{grid-template-columns:repeat(3,1fr)}}.skills__group{background-color:#fefefe;border:1px solid #e0e0e0;border-radius:6px;padding:1rem;box-shadow:0 1px 2px #00000008}.skills__subtitle{font-size:1.1rem;font-weight:600;margin-bottom:.75rem;color:#222}.experience{padding:2rem 1rem}.experience__container{max-width:800px;margin:0 auto}.experience__title{font-size:2rem;font-weight:700;margin-bottom:1rem;text-align:center}.experience__intro{font-size:1rem;color:#555;margin-bottom:2rem;text-align:center}.experience__list{display:grid;gap:2rem}.experience__item{background-color:#f8f9fa;border:1px solid #ddd;padding:1rem;border-radius:6px}.experience__item-role{font-size:1.2rem;font-weight:700;margin-bottom:.25rem}.experience__item-meta{font-size:.9rem;color:#666;margin-bottom:.75rem}.experience__item-details{list-style:disc;padding-left:1.2rem;margin:0}.experience__item-point{font-size:.95rem;color:#333;margin-bottom:.5rem}
