:root{--color-darkest: #343a40;--color-dark: #495057;--color-medium: #ced4da;--color-light: #f1f3f5;--color-theme: #1098ad;--color-accent: #ffa94d}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body,html,#root{height:100%;margin:0}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;display:flex;flex-direction:column;justify-content:space-between;min-height:calc(100vh - 160px)}.header{width:100%;background-color:#0f172a;padding:1rem 2rem;box-shadow:0 10px 20px #0003;color:#f1f5f9}.container{display:flex;align-items:center;margin:0 auto;padding:1rem 2rem;gap:2rem}.container nav{margin-left:auto}.header img{width:50px;height:50px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 3px #98a1bc}.header nav ul{display:flex;gap:1.5rem;list-style:none;padding:0;margin:0;transition:all .5s ease}.header nav ul li .links{position:relative;color:#38bdf8;text-decoration:none;font-weight:500;transition:color .3s ease}.header nav ul li .links:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background-color:#38bdf8;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.header nav ul li .links:hover:after{transform:scaleX(1)}.resume-button{background-color:#38bdf8;color:#fff;padding:.5rem 1rem;text-decoration:none;font-weight:500;border-radius:6px;transition:background-color .3s ease,transform .2s ease;white-space:nowrap}.resume-button:hover{background-color:#0ea5e9;transform:scale(1.05)}.main{flex:1;display:flex;flex-direction:column}.hero{width:100%;background-color:#f8fafc;padding:4rem 2rem}.hero{display:flex;justify-content:center}.hero>div{max-width:1200px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.hero-text{flex:1}.hero-text h1{font-size:2.5rem;color:#1e293b}.hero-text h2{font-size:1.5rem;color:#475569;margin-top:1rem}.hero-text p{margin-top:1rem;font-size:1rem;color:#64748b;line-height:1.6}.hero-image{flex:1;text-align:center}.hero-image img{max-width:300px;width:100%;border-radius:1rem;box-shadow:0 8px 24px #00000026;object-fit:cover}.projects-section .container{display:block!important}.projects-section{padding:4rem 1rem;background-color:#f8fafc}.section-title{font-size:2.2rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#1e293b}.project-card{display:flex;flex-direction:column;border:none;border-radius:1rem;overflow:hidden;background-color:#fff;transition:transform .3s ease,box-shadow .3s ease;margin-top:20px}.project-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000014}.title{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}@media (min-width: 768px){.project-card{flex-direction:row;height:280px}}.project-img{width:100%;height:180px;object-fit:cover}@media (min-width: 768px){.project-img{width:40%;height:100%;object-fit:cover}}.project-body{flex:1;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between}.project-desc{color:#1e293b;font-size:1.5rem;margin:.5rem 0}.project-tech{font-size:.95rem;color:#1e293b;margin:0}.tech-badges{margin-top:.5rem;display:flex;flex-wrap:wrap;gap:.5rem}.tech-badge{background-color:#e2e8f0;color:#1e293b;padding:4px 10px;font-size:.75rem;border-radius:12px;font-weight:500}.button{margin:5px;background:#38bdf8;backface-visibility:hidden;border-radius:.375rem;border-style:solid;border-width:.125rem;box-sizing:border-box;color:#1e293b;cursor:pointer;display:inline-block;font-family:Circular,Helvetica,sans-serif;font-size:1.125rem;font-weight:500;letter-spacing:-.01em;line-height:1.3;padding:.875rem 1.125rem;position:relative;text-align:left;text-decoration:none;transform:translateZ(0) scale(1);transition:transform .2s;user-select:none;-webkit-user-select:none;touch-action:manipulation}.button:not(:disabled):hover{transform:scale(1.05)}.button:not(:disabled):hover:active{transform:scale(1.05) translateY(.125rem)}.button:focus{outline:0 solid transparent}.button:focus:before{content:"";left:-.375rem;pointer-events:none;position:absolute;top:-.375rem;transition:border-radius;-webkit-user-select:none;user-select:none}.button:focus:not(:focus-visible){outline:0 solid transparent}.button:focus:not(:focus-visible):before{border-width:0}.button:not(:disabled):active{transform:translateY(.125rem)}.contact-section{width:100%;background-color:#f8fafc;padding:4rem 1.5rem;text-align:center}.contact-title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#0f172a}.contact-text{font-size:1rem;color:#1e293b;max-width:600px;margin:0 auto 2rem;line-height:1.6}.contact-button{font-size:1.125rem;font-weight:500;padding:.75rem 1.5rem;border-radius:.375rem;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 2px 8px #00000014;background-color:#38bdf8;color:#1e293b}.contact-button:hover{transform:scale(1.05);box-shadow:0 4px 14px #00000026}.footer{background-color:#0f172a;color:#38bdf8;padding:2rem 1rem;text-align:center}.footer-container{max-width:960px;margin:0 auto}.footer-text{font-size:1rem;margin-bottom:1rem;font-weight:500}.footer-links{display:flex;justify-content:center;gap:2rem;font-size:1.6rem}.footer-links a{color:#38bdf8;transition:transform .2s ease,opacity .2s ease}.footer-links a:hover{transform:scale(1.2);opacity:.8}
