body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.header{background:#fff;box-shadow:0 2px 8px #0000000a;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header__container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1100px;padding:1rem 2rem}.header__name{font-size:2rem;font-weight:700;letter-spacing:1px}.header__nav a{color:#222;font-weight:500;margin-left:2rem;text-decoration:none;transition:color .2s}.header__nav a:hover{color:#007bff}.hero{align-items:center;background:#f8fafc;display:flex;justify-content:center;min-height:60vh;padding:3rem 1rem 2rem;text-align:center}.hero__content{margin:0 auto;max-width:700px}.hero__headline{color:#222;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.hero__subtext{color:#555;font-size:1.25rem;margin-bottom:2rem}.hero__cta{background:#007bff;border-radius:4px;color:#fff;display:inline-block;font-weight:600;padding:.75rem 2rem;text-decoration:none;transition:background .2s}.hero__cta:hover{background:#0056b3}.projects{background:#fff;padding:4rem 1rem 2rem}.projects__title{font-size:2rem;font-weight:700;margin-bottom:2.5rem;text-align:center}.projects__grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin:0 auto;max-width:1100px}.project-card{align-items:center;background:#f8fafc;border-radius:8px;box-shadow:0 2px 8px #0000000a;display:flex;flex-direction:column;padding:1.5rem;perspective:1000px;transition:box-shadow .2s}.project-card:hover{box-shadow:0 4px 16px #0000001a}.project-card__img{border-radius:6px;margin-bottom:1rem;max-width:350px;width:100%}.project-card__title{font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.project-card__desc{color:#555;margin-bottom:1rem;text-align:center}.project-card__tech{margin-bottom:1rem}.project-card__tag{background:#e0e7ef;border-radius:3px;color:#222;display:inline-block;font-size:.9rem;margin-bottom:.3rem;margin-right:.5rem;padding:.2rem .7rem}.project-card__links{display:flex;gap:1rem}.project-card__btn{background:#007bff;border-radius:4px;color:#fff;font-weight:500;padding:.5rem 1.2rem;text-decoration:none;transition:background .2s}.project-card__btn:hover{background:#0056b3}.project-card__btn--secondary{background:#222}.project-card__btn--secondary:hover{background:#444}.card-inner{max-width:350px;position:relative;transform-style:preserve-3d;transition:transform .6s;width:100%}.project-card:hover .card-inner{transform:rotateY(180deg)}.card-back,.card-front{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:8px;left:0;padding:1rem;position:absolute;top:0;width:100%}.card-front{background:#0000}.card-back{align-items:center;background:#007bff;color:#fff;display:flex;height:100%;justify-content:center;transform:rotateY(180deg)}.card-back__content{font-size:1.4rem;font-weight:700}.about{background:#f8fafc;padding:4rem 1rem 2rem}.about__container{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;margin:0 auto;max-width:900px}.about__photo{border:3px solid #007bff;border-radius:50%;height:160px;object-fit:cover;width:160px}.about__text{flex:1 1}.about__text h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.about__text p{color:#444;font-size:1.1rem;margin-bottom:1rem}.contact{background:#fff;padding:4rem 1rem 2rem;text-align:center}.contact h2{font-size:2rem;font-weight:700;margin-bottom:2rem}.contact__links{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.contact__link{background:#007bff;border-radius:4px;color:#fff;display:inline-block;font-weight:500;padding:.7rem 1.5rem;text-decoration:none;transition:background .2s}.contact__link:hover{background:#0056b3}.footer{background:#f8fafc;color:#888;font-size:1rem;margin-top:2rem;padding:1.5rem 0;text-align:center}
/*# sourceMappingURL=main.ade8386d.css.map*/