@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;700;900&display=swap";:root{--primary-color:#fce205;--text-dark:#1f1f1f;--bg-color:#f7f3ec}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-dark);background-image:url(../assets/background.jpg);background-position:top;background-repeat:no-repeat;background-size:100% 100%;min-height:100vh;font-family:Outfit,sans-serif;overflow-x:hidden}img{max-width:100%;display:block}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:5px}.app-container{flex-direction:column;gap:3rem;max-width:1200px;margin:0 auto;padding:2rem;display:flex}.header{justify-content:space-between;align-items:center;padding-top:4rem;padding-bottom:2rem;display:flex}.header-left{flex-direction:column;flex:1;gap:1rem;display:flex}.title{color:#fff;text-shadow:4px 4px #23050b;letter-spacing:2px;font-size:clamp(48px,6vw,75px);font-weight:900;line-height:1.1}.subtitle-card{background-color:var(--primary-color);text-align:center;color:#000;border-radius:15px;max-width:500px;padding:1.2rem 1.8rem;font-size:clamp(14px,1.2vw,16px);font-weight:900;line-height:1.5;box-shadow:4px 4px #0000001a}.software-icons{justify-content:center;gap:1.5rem;max-width:500px;margin-top:1rem;display:flex}.software-icons img{border-radius:15px;width:clamp(50px,5vw,65px);height:clamp(50px,5vw,65px);box-shadow:4px 4px #23050b}.header-right{justify-content:flex-end;padding-right:2rem;display:flex;position:relative}.profile-card{background-color:var(--primary-color);cursor:pointer;transform-origin:50%;border-radius:25px;justify-content:center;align-items:flex-end;width:clamp(260px,25vw,360px);height:clamp(360px,35vw,500px);transition:transform .3s,box-shadow .3s;display:flex;position:relative;transform:rotate(-3deg);box-shadow:10px 10px #23050b}.profile-card:hover{transform:scale(1.05)rotate(0);box-shadow:15px 15px #23050b}.profile-img{object-fit:contain;border-bottom-right-radius:20px;border-bottom-left-radius:20px;width:90%}.projects-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:2rem 0;display:grid}.project-card-wrapper{aspect-ratio:1;cursor:pointer;position:relative}.project-card{background-color:var(--primary-color);border:none;border-radius:8px;width:100%;height:100%;transition:box-shadow .3s,transform .3s;overflow:hidden;box-shadow:4px 4px #0000001a}.project-card img{object-fit:cover;opacity:.9;width:100%;height:100%;transition:opacity .3s}.project-card:hover{box-shadow:10px 10px #23050b}.project-card:hover img{opacity:1}.modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{cursor:pointer;background-color:#0000;border-radius:20px;width:auto;max-width:90vw;height:auto;max-height:90vh;position:relative;overflow:hidden;box-shadow:15px 15px #23050b}.modal-content img{object-fit:contain;width:100%;height:100%;max-height:90vh;display:block}.footer{background-color:#0000;justify-content:space-between;align-items:center;margin-top:auto;padding:3rem 0 1rem;display:flex}.footer-title{color:#fff;text-shadow:-2px -2px #23050b,2px -2px #23050b,-2px 2px #23050b,2px 2px #23050b,6px 6px #23050b;letter-spacing:2px;font-size:3rem;font-weight:900}.contact-info{flex-direction:column;gap:.5rem;font-size:1.2rem;font-weight:700;display:flex}.contact-item{align-items:center;gap:.5rem;display:flex}.contact-icon{background-color:var(--primary-color);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;display:flex}@media (width<=1024px){.projects-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.header{text-align:center;flex-direction:column;align-items:center;gap:3rem;padding-top:2rem}.header-left{align-items:center}.header-right{justify-content:center;padding-right:0}.projects-grid{grid-template-columns:repeat(2,1fr)}.footer{text-align:center;flex-direction:column;gap:2rem}}@media (width<=480px){.projects-grid{grid-template-columns:1fr}.title{font-size:2.5rem}}
