.About-module__OtWT4W__aboutGrid{grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;display:grid}.About-module__OtWT4W__textSide{flex-direction:column;gap:1.5rem;display:flex}.About-module__OtWT4W__textContent{color:var(--text-main);font-size:1.1rem;line-height:1.8}.About-module__OtWT4W__highlight{color:var(--primary-color);background-color:var(--accent-yellow);padding:0 4px;font-weight:600}.About-module__OtWT4W__imageSide{position:relative}.About-module__OtWT4W__imageFrame{border:2px solid var(--text-main);background-color:var(--card-bg);box-shadow:8px 8px 0px var(--primary-color);border-radius:8px;padding:10px;transition:transform .3s}.About-module__OtWT4W__imageFrame:hover{box-shadow:12px 12px 0px var(--accent-yellow);transform:translate(-4px,-4px)}.About-module__OtWT4W__infoList{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem;list-style:none;display:grid}.About-module__OtWT4W__infoItem{align-items:center;gap:10px;font-family:Fira Code,monospace;font-size:.95rem;display:flex}.About-module__OtWT4W__infoItem:before{content:"→";color:var(--primary-color);font-weight:700}@media (max-width:768px){.About-module__OtWT4W__aboutGrid{grid-template-columns:1fr;gap:3rem}.About-module__OtWT4W__imageSide{order:-1;max-width:400px;margin:0 auto}}
.Education-module__u6yQCa__grid{grid-template-columns:1.5fr 1fr;gap:4rem;margin-top:3rem;display:grid}.Education-module__u6yQCa__timeline{border-left:2px dashed var(--text-main);flex-direction:column;gap:2.5rem;padding-left:2rem;display:flex;position:relative}.Education-module__u6yQCa__eduItem{position:relative}.Education-module__u6yQCa__eduItem:before{content:"";background-color:var(--accent-yellow);border:2px solid var(--text-main);border-radius:50%;width:10px;height:10px;position:absolute;top:5px;left:calc(-2rem - 6px)}.Education-module__u6yQCa__date{font-family:var(--font-fira);background-color:var(--accent-yellow);color:#000;border-radius:4px;padding:2px 8px;font-size:.85rem;font-weight:600}.Education-module__u6yQCa__degree{margin:.5rem 0 .2rem;font-size:1.2rem;font-weight:700}.Education-module__u6yQCa__university{color:var(--text-muted);font-size:.95rem}.Education-module__u6yQCa__hobbiesSide{flex-direction:column;gap:1.5rem;display:flex}.Education-module__u6yQCa__hobbyCard{border:2px solid var(--text-main);background-color:var(--card-bg);border-radius:12px;padding:1rem;position:relative}.Education-module__u6yQCa__hobbyTitle{align-items:center;gap:8px;margin-bottom:.5rem;font-weight:700;display:flex}@media (max-width:768px){.Education-module__u6yQCa__grid{grid-template-columns:1fr;gap:3rem}}
.Hero-module__PgAKtG__heroSection{justify-content:space-between;align-items:center;min-height:85vh;padding:2rem;display:flex}.Hero-module__PgAKtG__content{z-index:2;flex:1}.Hero-module__PgAKtG__codeTag{color:var(--primary-color);margin-bottom:1rem;font-family:Fira Code,monospace;font-size:.9rem;display:block}.Hero-module__PgAKtG__title{font-family:var(--font-jakarta);margin-bottom:.5rem;font-size:4rem;font-weight:800;line-height:1.1}.Hero-module__PgAKtG__title span{color:var(--primary-color)}.Hero-module__PgAKtG__subtitle{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.75rem;font-weight:500}.Hero-module__PgAKtG__ctaButton{text-align:center;background-color:var(--primary-color);color:#fff;border:2px solid var(--text-main);cursor:pointer;cursor:pointer;border-radius:4px;padding:1rem 2rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .2s cubic-bezier(.175,.885,.32,1.275);display:inline-block}.Hero-module__PgAKtG__ctaButton:hover{background-color:var(--primary-hover);box-shadow:5px 5px 0px var(--accent-yellow);color:#fff;transform:translate(-3px,-3px)}.Hero-module__PgAKtG__ctaButton:active{box-shadow:0px 0px 0px var(--accent-yellow);transform:translate(0)}.Hero-module__PgAKtG__imageWrapper{flex:1;justify-content:flex-end;display:flex}.Hero-module__PgAKtG__sketchImage{object-fit:contain;max-width:100%;height:auto}[data-theme=dark] .Hero-module__PgAKtG__sketchImage{filter:invert(.9)hue-rotate(180deg)}@media (max-width:768px){.Hero-module__PgAKtG__heroSection{text-align:center;flex-direction:column;padding-top:4rem}.Hero-module__PgAKtG__title{font-size:2.5rem}.Hero-module__PgAKtG__sketchImage{margin-top:2rem}}
.Skills-module__1ONIjW__skillsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.Skills-module__1ONIjW__skillCard{background-color:var(--card-bg);border:2px solid var(--text-main);border-radius:8px;padding:1.5rem;transition:all .3s;position:relative}.Skills-module__1ONIjW__skillCard:hover{box-shadow:8px 8px 0px var(--accent-yellow);transform:translate(-4px,-4px)}.Skills-module__1ONIjW__categoryTitle{font-family:var(--font-jakarta);align-items:center;gap:10px;margin-bottom:1.2rem;font-size:1.25rem;font-weight:700;display:flex}.Skills-module__1ONIjW__tagContainer{flex-wrap:wrap;gap:.75rem;display:flex}.Skills-module__1ONIjW__tag{background-color:var(--bg-color);border:1px solid var(--text-main);font-family:var(--font-fira);border-radius:4px;padding:4px 10px;font-size:.85rem;font-weight:500}.Skills-module__1ONIjW__tag:hover{background-color:var(--primary-color);color:#fff}.Skills-module__1ONIjW__bonusCard{background-color:#0000;border-style:dashed}@media (max-width:768px){.Skills-module__1ONIjW__skillsGrid{grid-template-columns:1fr}}
.WorkExperience-module__pfI1QG__timeline{flex-direction:column;gap:2rem;max-width:800px;margin:0 auto;display:flex;position:relative}.WorkExperience-module__pfI1QG__card{background-color:var(--card-bg);border:2px solid var(--text-main);box-shadow:6px 6px 0px var(--text-main);border-radius:8px;padding:2rem;transition:transform .2s}.WorkExperience-module__pfI1QG__card:hover{box-shadow:10px 10px 0px var(--accent-yellow);transform:translate(-2px,-2px)}.WorkExperience-module__pfI1QG__studyCard{box-shadow:6px 6px 0px var(--primary-color);background-color:#0000;border-style:dashed}.WorkExperience-module__pfI1QG__period{font-family:var(--font-fira);color:var(--primary-color);margin-bottom:.5rem;font-size:.85rem;font-weight:700;display:inline-block}.WorkExperience-module__pfI1QG__role{font-family:var(--font-jakarta);margin-bottom:.3rem;font-size:1.5rem;font-weight:800}.WorkExperience-module__pfI1QG__company{color:var(--text-muted);margin-bottom:1.2rem;font-size:1.1rem;font-weight:600}.WorkExperience-module__pfI1QG__descList{flex-direction:column;gap:.8rem;padding:0;list-style:none;display:flex}.WorkExperience-module__pfI1QG__descList li{padding-left:1.5rem;font-size:.95rem;line-height:1.5;position:relative}.WorkExperience-module__pfI1QG__descList li:before{content:"→";color:var(--accent-yellow);font-weight:700;position:absolute;left:0}@media (max-width:768px){.WorkExperience-module__pfI1QG__card{padding:1.5rem}.WorkExperience-module__pfI1QG__role{font-size:1.25rem}}
