html,body{height:100%;margin:0;background-color:#fdfaf3}#root{display:flex;flex-direction:column;min-height:100vh}main{flex:1}header{position:fixed;top:0;left:0;width:100%;padding:10px 20px;background-color:#fdfaf3;z-index:1000}nav{display:flex;justify-content:flex-start;align-items:center;padding:1rem}.headerLogo{width:32px;height:32px;margin:0 10px;object-fit:contain;cursor:pointer}.headerLogo:hover{transform:scale(1.1);filter:drop-shadow(2px 2px 4px rgba(0,0,0,.3));transition:all .2s ease-in-out}.signatureContainer{background-color:#fdfaf3;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:150px;text-align:center}.signatureContainer h2{font-family:Fira Code,monospace;font-size:1.5rem;color:#333}.signature{width:80%;max-width:600px;height:auto;margin-bottom:0}@media (min-width: 768px){.signatureContainer{padding:8rem 2rem 4rem}.signature{width:60%}.signatureContainer h2{font-size:2rem}}.carousel-section{background-color:#fdfaf3}.project-card{width:100%;height:100%;box-sizing:border-box;background-color:#fff;border-radius:12px;padding:1rem;box-shadow:0 4px 10px #00000014;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;transition:transform .2s ease}.project-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0000001f}.project-card img{width:100%;height:180px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.project-card h3{font-family:Fira Code,monospace;font-size:1.2rem;margin-bottom:.5rem}.project-card p{font-family:Fira Code,monospace;font-size:1rem;color:#444}.footer{background-color:#fdfaf3;padding:2rem 1rem;font-family:Fira Code,monospace;text-align:center;color:#333;font-size:.9rem;border-top:1px solid #ddd;margin-top:4rem}.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{-webkit-user-select:none;user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows,.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.glide--rtl{direction:rtl}.glide__arrow{position:absolute;display:block;top:50%;z-index:2;color:#fff;text-transform:uppercase;padding:9px 12px;background-color:transparent;border:2px solid rgba(255,255,255,.5);border-radius:4px;box-shadow:0 .25em .5em #0000001a;text-shadow:0 .25em .5em rgba(0,0,0,.1);opacity:1;cursor:pointer;transition:opacity .15s ease,border .3s ease-in-out;transform:translateY(-50%);line-height:1}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:#fff}.glide__arrow--left{left:2em}.glide__arrow--right{right:2em}.glide__arrow--disabled{opacity:.33}.glide__bullets{position:absolute;z-index:2;bottom:2em;left:50%;display:inline-flex;list-style:none;transform:translate(-50%)}.glide__bullet{background-color:#ffffff80;width:9px;height:9px;padding:0;border-radius:50%;border:2px solid transparent;transition:all .3s ease-in-out;cursor:pointer;line-height:0;box-shadow:0 .25em .5em #0000001a;margin:0 .25em}.glide__bullet:focus{outline:none}.glide__bullet:hover,.glide__bullet:focus{border:2px solid #fff;background-color:#ffffff80}.glide__bullet--active{background-color:#fff}.glide--swipeable{cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}
