@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";*{font-family:Montserrat,sans-serif;font-optical-sizing:auto;font-style:normal;box-sizing:border-box}body{margin:0;padding:0}.app-container{background-color:#0a192f;min-height:100vh;color:#fff;align-items:center;padding:1rem;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;gap:0}.app-container>*:nth-child(n+3){margin-top:1rem}footer{display:flex;justify-content:center;align-items:center;text-align:center;background-color:#0a192f;width:100%;position:absolute;left:0;bottom:0;padding:2rem 0;box-sizing:border-box}h1{font-size:3rem;font-weight:800;color:#fff;margin-bottom:0;animation:fadeIn 1.5s ease-out;text-align:center}.sub-title-text{font-size:1rem;color:#8892b0;margin-top:.5rem;margin-bottom:2rem;text-align:center;opacity:0;animation:fadeIn 1.5s ease-out 1s forwards}@media (min-width: 768px){h1{font-size:4rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(0)}to{opacity:1;transform:translateY(0)}}.categories-container{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;gap:1rem}.category-card{background-color:#112240;width:200px;height:50px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background-color .25s,transform .1s ease-out;border:none;cursor:pointer;color:#8892b0;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.category-card:hover{background-color:#1c3250;transform:scale(1.01)}.content-container{display:flex;flex-direction:column;align-items:center;width:100%;padding-bottom:2rem}.back-button{color:#64ffda;font-size:1rem;margin-bottom:1rem;cursor:pointer;background:none;border:none;text-decoration:underline}.projects-container{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.projects-grid{display:flex;flex-direction:row;flex-wrap:wrap;gap:2.5rem;justify-content:center;align-items:flex-start;width:100%}.project-card{background-color:#112240;width:350px;height:32rem;min-height:240px;border-radius:8px;box-shadow:0 10px 15px #0000001a;display:flex;flex-direction:column;transition:background-color .25s,transform .1s ease-out;overflow:hidden;margin:1rem}.project-card:hover{background-color:#1c3250;transform:scale(1.01)}.project-card-content{padding:1.5rem;display:flex;flex-direction:row;justify-content:flex-start;height:50%}.project-card-link{text-decoration:none}.project-card-content h3{font-size:1.125rem;font-weight:500;color:#64ffda;margin-bottom:2.5rem}.project-card-content h5{font-size:1.125rem;font-weight:700;color:#64ffda;margin-bottom:.5rem}.project-card-content p{font-size:.9rem;color:#8892b0;line-height:1.375}.project-card-content .subtitle{font-size:.9rem;font-weight:400;color:#a3cef1;margin-bottom:.5rem}.project-card-content .techstack{font-size:.75rem;color:#8892b0;margin-top:2rem;font-style:italic}.project-card-cover-img{width:100%;height:50%;border-top-left-radius:8px;border-top-right-radius:8px;object-fit:cover;object-position:top}@media (max-width: 767px){.project-card{width:100%;min-width:0;max-width:100vw;margin-left:0;margin-right:0}}.about-me-container{max-width:42rem;text-align:center;padding-left:1rem;padding-right:1rem}.about-me-text{display:flex;flex-direction:column;text-align:justify}@media (max-width: 767px){.about-me-text,.about-me-text p{text-align:justify;text-justify:inter-word}}.about-me-text-images{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.about-me-text-images img{height:400px;max-width:100%;gap:0;width:auto;transition:transform .25s ease-out}@media (max-width: 767px){.about-me-text-images img{max-width:100%;max-height:250px;width:auto;height:auto;object-fit:contain}}.about-me-text-images img:hover{transform:scale(1.05)}.about-me-text p{font-size:1.125rem;color:#8892b0;line-height:1.625}.contact-text{display:flex;flex-direction:column;gap:.5rem;text-align:center}.contact-text p{font-size:.925rem;color:#8892b0;line-height:1.625}.social-icons{display:flex;flex-direction:row;gap:1rem;justify-content:center}.social-icons img{display:flex;flex-direction:row;height:24px;transition:opacity .25s,transform .1s ease-out}.social-icons img:hover{opacity:.8;transform:scale(1.01)}.logo-tart{height:50px;animation:float 3s ease-in-out infinite}.logo-tart:hover{cursor:pointer}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}.logo-tooltip-bubble{animation:float 3s ease-in-out infinite;position:absolute;right:auto;left:50%;transform:translate(-50%);bottom:120%;background:#fff;color:#222;padding:8px 10px;border-radius:16px;box-shadow:0 2px 8px #00000026;white-space:pre-line;opacity:0;transition:opacity .2s;pointer-events:none;font-size:.7rem;z-index:100;overflow:visible;min-width:max-content;width:auto;text-align:center}
