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}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#0f2027,#203a43 50%,#2c5364);color:#fafafa;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}.App{min-height:100vh}.navbar{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f2027d9;border-bottom:1px solid #27e1c11a;display:flex;justify-content:space-between;padding:20px 40px;position:fixed;top:0;width:100%;z-index:1000}.navbar h1{cursor:pointer;font-size:1.8rem;font-weight:700}.navbar ul{display:flex;gap:30px;list-style:none}.navbar ul li a{border-radius:8px;color:#fafafa;font-weight:500;padding:8px 16px;text-decoration:none;transition:all .3s ease}.navbar ul li a:hover{background:#27e1c11a;color:#27e1c1}.section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#181e2acc;border:1px solid #27e1c11a;border-radius:24px;box-shadow:0 20px 60px #0000004d;margin:80px auto;max-width:1000px;overflow:hidden;padding:60px 40px;position:relative}.section:before{animation:shimmer 3s infinite;background:linear-gradient(90deg,#0000,#27e1c1,#0000);content:"";height:2px;left:-100%;position:absolute;top:0;width:100%}@keyframes shimmer{0%{left:-100%}to{left:100%}}.section h2{color:#27e1c1;font-size:2.5rem;margin-bottom:30px;position:relative;text-align:center}.section h2:after{background:linear-gradient(90deg,#27e1c1,#00bcd4);border-radius:2px;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}#hero{background:#181e2ae6;margin-top:120px;padding:100px 40px;text-align:center}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#27e1c1,#00bcd4,#27e1c1);-webkit-background-clip:text;background-clip:text;background-size:200% auto;font-size:3.5rem;font-weight:800;margin-bottom:20px}.hero-subtitle{color:#b0bec5;font-size:1.3rem;font-weight:300}.skills-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:30px}.skill-category h3{color:#27e1c1;font-size:1.5rem;margin-bottom:20px;text-align:center}.skill-category ul{list-style:none;padding:0}.skill-item{background:#27e1c10d;border-left:3px solid #27e1c1;border-radius:8px;cursor:pointer;font-weight:500;margin:8px 0;padding:12px 20px;transition:all .3s ease}.skill-item:hover{background:#27e1c11a;transform:translateX(10px)}.projects-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:40px}.project-card{background:#27e1c10d;border:1px solid #27e1c133;border-radius:16px;cursor:pointer;overflow:hidden;padding:30px;position:relative;transition:all .4s ease}.project-card:before{background:linear-gradient(90deg,#0000,#27e1c11a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.project-card:hover:before{left:100%}.project-card h3{color:#27e1c1;font-size:1.4rem;margin-bottom:15px;position:relative;z-index:2}.project-card p{color:#b0bec5;line-height:1.6;position:relative;z-index:2}.contact-links{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;margin-top:30px}.contact-link{background:#27e1c10d;border:2px solid #27e1c1;border-radius:12px;color:#fafafa;font-size:1.1rem;font-weight:600;padding:15px 25px;text-decoration:none;transition:all .3s ease}.contact-link:hover{background:#27e1c11a;box-shadow:0 10px 25px #27e1c133;transform:translateY(-3px)}@media (max-width:768px){.navbar{flex-direction:column;padding:15px 20px}.navbar,.navbar ul{gap:15px}.section{margin:40px 20px;padding:40px 20px}#hero{margin-top:140px;padding:60px 20px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.section h2{font-size:2rem}.skills-grid{gap:30px}.projects-grid,.skills-grid{grid-template-columns:1fr}.contact-links{align-items:center;flex-direction:column}}@media (max-width:480px){.navbar ul{flex-direction:column;gap:10px;text-align:center}.hero-title{font-size:2rem}.section{margin:20px 10px;padding:30px 15px}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0f2027}::-webkit-scrollbar-thumb{background:#27e1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#00bcd4}
/*# sourceMappingURL=main.12166b30.css.map*/