*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f8f9fa;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.app{display:flex;flex-direction:column;min-height:100vh}.app-header{background-color:#1a1a2e;color:#fff;padding:2rem 1rem;text-align:center}.header-content{margin:0 auto;max-width:1200px;position:relative}.back-button{background:none;border:none;color:#fff;cursor:pointer;font-size:1rem;left:0;padding:.5rem;position:absolute;top:50%;transform:translateY(-50%)}.back-button:hover{text-decoration:underline}.app-header h1{font-size:2.5rem;margin-bottom:.5rem}.tagline{font-size:1.1rem;font-weight:300}.app-content{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem 1rem;width:100%}.projects-list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.intro{grid-column:1/-1}.intro,.intro h2{margin-bottom:1rem}.intro h2{font-size:2rem}.intro p{color:#555;font-size:1.1rem}.project-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;cursor:pointer;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{box-shadow:0 8px 16px #00000026;transform:translateY(-5px)}.project-card h3{color:#1a1a2e;margin-bottom:1rem}.project-summary{color:#555;margin-bottom:1.5rem}.view-details{color:#16213e;font-weight:500}.project-details{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;padding:2rem}.project-details h2{color:#1a1a2e;font-size:1.8rem;margin-bottom:1.5rem}.project-carousel{margin-bottom:2rem}.project-description p{font-size:1.05rem;margin-bottom:1rem}.carousel{background-color:#f1f1f1;border-radius:4px;justify-content:space-between;overflow:hidden}.carousel,.carousel-image-container{align-items:center;display:flex;position:relative}.carousel-image-container{flex:1 1;height:400px;justify-content:center}.carousel-image{max-height:100%;max-width:100%;object-fit:contain}.carousel-button{background-color:#00000080;border:none;color:#fff;cursor:pointer;font-size:1.5rem;height:100%;padding:.5rem 1rem;z-index:2}.carousel-button:hover{background-color:#000000b3}.carousel-counter{background-color:#0009;border-radius:4px;bottom:10px;color:#fff;font-size:.8rem;padding:.25rem .5rem;position:absolute;right:10px}.carousel-empty,.carousel-loading{align-items:center;background-color:#f1f1f1;color:#555;display:flex;font-style:italic;height:300px;justify-content:center}.app-footer{background-color:#1a1a2e;color:#fff;margin-top:2rem;padding:1.5rem;text-align:center}.footer-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1rem;width:100%}.social-links{display:flex;gap:1.5rem}.social-icon{align-items:center;border:2px solid #ffffff80;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;padding:8px;transition:all .3s ease;width:40px}.social-icon:hover{background-color:#ffffff1a;border-color:#4361ee;color:#4361ee;transform:translateY(-3px)}.social-icon svg{height:20px;width:20px}.chips-container{display:flex;flex-wrap:wrap;gap:8px;margin:2px 0}.chip{font-size:.6rem;font-weight:1000;padding:1px 12px}.chip,.chip-large{border-radius:16px;display:inline-block}.chip-large{font-size:1rem;font-weight:750;padding:1px 16px}.lang-chip{background-color:#e0f2ff;border:1px solid #79b8ff;color:#0366d6}.software-chip{background-color:#f3e8ff;border:1px solid #d1bef2;color:#5a32a3}.project-card{display:flex;flex-direction:column}.view-details{margin-top:auto;text-align:right}@media (max-width:768px){.header-content{padding:0 1rem}.back-button{display:inline-block;margin-bottom:1rem;position:static;transform:none}.project-details{padding:1.5rem}.carousel-image-container{height:300px}}@media (max-width:480px){.app-header h1{font-size:2rem}.carousel-image-container{height:200px}}@media (max-width:768px){.footer-content{flex-direction:column;gap:1rem}.social-links{margin-bottom:1rem}}
/*# sourceMappingURL=main.e75655cf.css.map*/