:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{margin:0;padding:1rem;font-family:Inter,sans-serif;background-color:#06000b;color:#fff;min-height:100vh;display:flex;justify-content:center;align-items:center}.App{background-color:#000;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:relative;border-radius:20px;box-shadow:0 0 20px #ff0080,0 0 40px #0ff,0 0 60px #7928ca,0 0 80px #2afadf,0 0 100px #ff0080;animation:pulse-glow 6s linear infinite;padding:1.5rem;width:100%;max-width:800px;margin:1rem;box-sizing:border-box;overflow:hidden;z-index:0}@keyframes pulse-glow{0%{box-shadow:0 0 20px #ff0080,0 0 40px #0ff,0 0 60px #7928ca,0 0 80px #2afadf,0 0 100px #ff0080}50%{box-shadow:0 0 10px #ff0080,0 0 20px #0ff,0 0 30px #7928ca,0 0 40px #2afadf,0 0 50px #ff0080}to{box-shadow:0 0 20px #ff0080,0 0 40px #0ff,0 0 60px #7928ca,0 0 80px #2afadf,0 0 100px #ff0080}}@keyframes neon-border{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-bottom:1.5rem}.hero img{border-radius:9999px;width:6rem;height:6rem;margin-bottom:.75rem}h1{font-size:2rem;background:linear-gradient(90deg,#f0c,#33f);background-size:200% auto;color:transparent;-webkit-background-clip:text;animation:wave 2s linear infinite;margin:.5rem 0}.section h2{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}p.text-lg{font-size:1rem;background:linear-gradient(90deg,#f0c,#33f);background-size:200% auto;color:transparent;-webkit-background-clip:text;animation:wave 2s linear infinite}@keyframes wave{0%{background-position:0% center}to{background-position:200% center}}.section{margin-bottom:1rem}.skills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;padding-left:0;list-style:none;margin:0}.skills-grid li{position:relative;padding-left:2rem;font-size:1rem;-webkit-user-select:none;user-select:none;cursor:default}.skills-grid li:before{content:"";position:absolute;left:0;top:0;background-size:contain;background-repeat:no-repeat;background-position:center;width:25px;height:25px}.skills-grid li:nth-child(1):before{background-image:url(/react.png)}.skills-grid li:nth-child(2):before{background-image:url(/JavaScript.png)}.skills-grid li:nth-child(3):before{background-image:url(/MySQL.png)}.skills-grid li:nth-child(4):before{background-image:url(/Iot.png)}.skills-grid li:nth-child(5):before{background-image:url(/boot.png)}.skills-grid li:nth-child(6):before{background-image:url(/Git.png)}.skills-grid li:nth-child(7):before{background-image:url(/spring.png)}.skills-grid li:nth-child(8):before{background-image:url(/TS.png)}.skills-grid li:nth-child(9):before{background-image:url(/visual.png)}.skills-grid li:nth-child(10):before{background-image:url(/Java.png)}.neon-item{font-size:1.1rem;text-decoration:none;color:transparent;position:relative;-webkit-text-stroke:1px rgba(255,255,255,.197);-webkit-user-select:none;user-select:none;cursor:default}.neon-item:before{content:attr(data-text);position:absolute;top:0;left:0;color:var(--clr);width:0;overflow:hidden;white-space:nowrap;border-right:1px solid var(--clr);-webkit-text-stroke:1px var(--clr);transition:width .2s ease}.neon-item:hover:before{width:100%}.contact-icons{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.contact-icons a svg{width:30px;height:30px;transition:transform .3s ease}.contact-icons a:hover svg{transform:scale(1.2)}h3{font-size:.9rem;margin-top:.1rem;border-bottom:1px solid #333}h4{font-size:.7rem;margin-top:.2rem}@media (min-width: 480px){body{padding:1.5rem}.App{padding:2rem}.hero img{width:7rem;height:7rem}h1{font-size:2.5rem}.skills-grid li{font-size:1.1rem;padding-left:2.5rem}.skills-grid li:before{width:30px;height:30px}}@media (min-width: 768px){h1{font-size:3rem}.section h2{font-size:1.75rem;text-align:center}.skills-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.skills-grid li{font-size:1.2rem;padding-left:3rem}.skills-grid li:before{width:35px;height:35px}.neon-item{font-size:1.3rem;-webkit-user-select:none;user-select:none;cursor:default}}@media (min-width: 992px){.skills-grid{grid-template-columns:repeat(2,1fr)}.contact-icons a svg{width:40px;height:40px}}.skills-grid img{transition:transform .3s}.neon-item:hover img{transform:scale(1.1)}.logo-container{display:flex;justify-content:center;align-items:center;gap:3rem;margin:1rem 0}.logo-container img{width:100px;height:auto}
