:root{--bg: #000;--text: #ffffffde;--border: #000;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{color:var(--text);background-color:var(--bg);scroll-behavior:smooth}body{margin:0;font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif}h1{font-size:3.2em;line-height:1.1;color:#fff}h2{font-size:3.2em;line-height:1.1;color:#0df}*{margin:0;padding:0;box-sizing:border-box}.navbar{width:100%;color:var(--text);border-bottom:1px solid var(--border);position:fixed;top:0;left:0;z-index:100;background:#fff0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.navbar-container{max-width:1200px;margin:0 auto;padding-inline:1rem;width:100%;display:flex;justify-content:space-between;align-items:center}.navbar-logo{font-size:1.5rem;font-weight:700;color:var(--text);text-decoration:none}.lang-switch .lang-btn{background:none;border:none;color:var(--text);padding:.4rem .8rem;margin-left:.5rem;border-radius:4px;cursor:pointer;font-weight:500;transition:opacity .2s ease}.lang-switch .lang-btn:hover{opacity:.8}.lang-switch{display:flex;align-items:center;position:relative}.lang-btn{background:none;border:none;color:var(--text);padding:.4rem .8rem;margin-left:.5rem;border-radius:4px;cursor:pointer;font-weight:500;transition:opacity .2s ease}.lang-btn:hover{opacity:.8;color:#00d0ff}.lang-menu{position:absolute;right:0;top:120%;background-color:var(--bg);border:1px solid #ffffff39;border-radius:8px;min-width:140px;box-shadow:0 8px 24px #0003;padding:.25rem;z-index:50}.lang-option{width:100%;text-align:left;background:none;border:none;color:var(--text);padding:.5rem .75rem;cursor:pointer;border-radius:6px}.lang-option:hover{background-color:#ffffff39}.nav-links{display:flex;gap:1rem;align-items:center}.nav-link{color:var(--text);text-decoration:none;padding:.25rem .5rem;border-radius:6px}.nav-link:hover{opacity:.8;color:#00d0ff}.menu-btn{display:none;width:36px;height:36px;margin-left:.5rem;background:none;border:none;color:var(--text);cursor:pointer;align-items:center;justify-content:center}.mobile-menu{display:none}@media (max-width: 768px){.nav-links,.lang-switch{display:none}.menu-btn{display:block;align-items:center;justify-content:center}.menu-btn.open{background-color:#121212;padding:4px}.mobile-menu{display:block;position:absolute;top:58px;right:15px;background-color:#121212;border:1px solid var(--border);min-width:220px;max-width:90vw;padding:.75rem 1rem;box-shadow:0 10px 30px #00000059;z-index:100}.mobile-links{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem}.mobile-lang{position:relative}}.globe-container{width:65%;height:600px;position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;box-sizing:border-box}.globe-container canvas{width:100%!important;height:100%!important;display:block}@media screen and (max-width: 1024px){.globe-container{width:310px;height:400px}}@media screen and (max-width: 768px){.globe-container{width:100%;height:300px}}.home{display:flex;align-items:center;justify-content:space-between;padding:2rem;padding-top:50px;padding-bottom:0}.intro{flex:1;max-width:500px;text-align:left}.intro h1{font-size:4rem;font-weight:lighter}.intro h2{font-size:4rem;margin-bottom:1rem;font-weight:lighter}.intro p{font-size:1rem;color:#ccc;line-height:1.6;margin-bottom:1rem}.contact-btn{position:relative;padding:14px 34px;background:#000;color:#fff;font-size:16px;font-weight:600;border-radius:40px;cursor:pointer;border:none;overflow:hidden}.contact-btn:before{content:"";position:absolute;inset:0;padding:2px;border-radius:inherit;background:conic-gradient(from 0deg,#24a4ee,#000,#24a4ee);background-size:200% 200%;animation:borderFlow 8s linear infinite;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor}@keyframes borderFlow{0%{background-position:0% 50%}to{background-position:200% 50%}}.contact-btn:hover{transform:translateY(-3px);box-shadow:0 12px 30px #0006}.contact-btn:active{transform:translateY(0);box-shadow:0 8px 20px #0000004d}.intro-actions{display:flex;gap:12px;align-items:center}.portfolio-btn{position:relative;padding:8px 14px;background-color:#02ddff;color:#fff;font-size:16px;font-weight:600;border-radius:40px;cursor:pointer;border:1px solid #000000;text-decoration:none}.portfolio-btn:hover{transform:translateY(-3px);box-shadow:0 12px 30px #0006}@media (max-width: 1024px){.home{padding-top:70px}}@media (max-width: 768px){.home{flex-direction:column;text-align:center;padding-top:70px}.intro{padding-left:0}.intro h1,.intro h2{font-size:3rem}}.cm-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.cm-modal{background:#00000073;backdrop-filter:blur(14px) saturate(160%);-webkit-backdrop-filter:blur(14px) saturate(160%);color:var(--text);width:92vw;max-width:560px;box-shadow:0 20px 60px #0000008c;position:relative;overflow:hidden}.cm-modal>*{position:relative;z-index:1}.cm-modal:before{content:"";position:absolute;inset:0;padding:2px;border-radius:inherit;background:conic-gradient(from 0deg,#000,#24a4ee,#000);background-size:200% 200%;animation:borderFlow 8s linear infinite,borderPulse 1.6s ease-in-out infinite;pointer-events:none;z-index:0;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor}@keyframes borderFlow{0%{background-position:0% 50%}50%{background-position:50% 100%}75%{background-position:100% 150%}to{background-position:150% 200%}150%{background-position:200% 250%}}.cm-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--border)}.cm-title{margin:0;font-size:1.1rem}.cm-close{background:none;border:none;color:#0df;cursor:pointer;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center}.cm-form{padding:1rem}.cm-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.cm-field{display:flex;flex-direction:column;gap:.4rem;text-align:left}.cm-field span{font-size:.9rem;color:var(--text)}.cm-field input,.cm-field textarea{background:none;color:var(--text);border:1px solid #1e1e1e;border-radius:20px;padding:.6rem .7rem;outline:none}.cm-field input:focus,.cm-field textarea:focus{border-color:#0df;box-shadow:0 0 0 3px #0df2}.cm-col{grid-column:1 / -1}.cm-actions{display:flex;justify-content:flex-start;margin-top:.5rem}.cm-message{padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.cm-success{background:#00c8001a;border:1px solid rgba(0,200,0,.3);color:#0f0}.cm-error{background:#c800001a;border:1px solid rgba(200,0,0,.3);color:#f44}.contact-btn:disabled{opacity:.6;cursor:not-allowed}.cm-submit{background:#000;color:#fff;border:1px solid #00ddff;border-radius:12px;padding:.6rem 1rem;cursor:pointer}.cm-submit:hover{background:#00141a}@media (max-width: 640px){.cm-grid{grid-template-columns:1fr}}.skills-container{padding:90px 20px 20px;min-height:100vh}.services-section{max-width:1200px;margin:0 auto;padding:2rem;margin-bottom:5rem}.services-header{text-align:left;margin-bottom:3rem}.services-title{font-size:2.5rem;font-weight:600;color:#0df;border-bottom:2px solid transparent;border-image:linear-gradient(to right,#0df,#000,#000) 1}.services-subtitle{font-size:1.1rem;color:#ccc;line-height:1.6;max-width:600px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.service-card{position:relative;padding:2rem;background:#0000001a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid transparent;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.service-card:after{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.062) 0%,transparent 50%);pointer-events:none;z-index:0}.service-card:before{content:"";position:absolute;inset:0;padding:2px;border-radius:inherit;background:conic-gradient(from 0deg,#24a4ee,#000,#24a4ee);animation:borderFlow 8s linear infinite;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;z-index:-1}@keyframes borderFlow{0.000000%{background:conic-gradient(from 0deg,#000,#000,#24a4ee,#000)}0.277778%{background:conic-gradient(from 1deg,#000,#000,#24a4ee,#000)}0.555556%{background:conic-gradient(from 2deg,#000,#000,#24a4ee,#000)}0.833333%{background:conic-gradient(from 3deg,#000,#000,#24a4ee,#000)}1.111111%{background:conic-gradient(from 4deg,#000,#000,#24a4ee,#000)}1.388889%{background:conic-gradient(from 5deg,#000,#000,#24a4ee,#000)}1.666667%{background:conic-gradient(from 6deg,#000,#000,#24a4ee,#000)}1.944444%{background:conic-gradient(from 7deg,#000,#000,#24a4ee,#000)}2.222222%{background:conic-gradient(from 8deg,#000,#000,#24a4ee,#000)}2.500000%{background:conic-gradient(from 9deg,#000,#000,#24a4ee,#000)}2.777778%{background:conic-gradient(from 10deg,#000,#000,#24a4ee,#000)}3.055556%{background:conic-gradient(from 11deg,#000,#000,#24a4ee,#000)}3.333333%{background:conic-gradient(from 12deg,#000,#000,#24a4ee,#000)}3.611111%{background:conic-gradient(from 13deg,#000,#000,#24a4ee,#000)}3.888889%{background:conic-gradient(from 14deg,#000,#000,#24a4ee,#000)}4.166667%{background:conic-gradient(from 15deg,#000,#000,#24a4ee,#000)}4.444444%{background:conic-gradient(from 16deg,#000,#000,#24a4ee,#000)}4.722222%{background:conic-gradient(from 17deg,#000,#000,#24a4ee,#000)}5.000000%{background:conic-gradient(from 18deg,#000,#000,#24a4ee,#000)}5.277778%{background:conic-gradient(from 19deg,#000,#000,#24a4ee,#000)}5.555556%{background:conic-gradient(from 20deg,#000,#000,#24a4ee,#000)}5.833333%{background:conic-gradient(from 21deg,#000,#000,#24a4ee,#000)}6.111111%{background:conic-gradient(from 22deg,#000,#000,#24a4ee,#000)}6.388889%{background:conic-gradient(from 23deg,#000,#000,#24a4ee,#000)}6.666667%{background:conic-gradient(from 24deg,#000,#000,#24a4ee,#000)}6.944444%{background:conic-gradient(from 25deg,#000,#000,#24a4ee,#000)}7.222222%{background:conic-gradient(from 26deg,#000,#000,#24a4ee,#000)}7.500000%{background:conic-gradient(from 27deg,#000,#000,#24a4ee,#000)}7.777778%{background:conic-gradient(from 28deg,#000,#000,#24a4ee,#000)}8.055556%{background:conic-gradient(from 29deg,#000,#000,#24a4ee,#000)}8.333333%{background:conic-gradient(from 30deg,#000,#000,#24a4ee,#000)}8.611111%{background:conic-gradient(from 31deg,#000,#000,#24a4ee,#000)}8.888889%{background:conic-gradient(from 32deg,#000,#000,#24a4ee,#000)}9.166667%{background:conic-gradient(from 33deg,#000,#000,#24a4ee,#000)}9.444444%{background:conic-gradient(from 34deg,#000,#000,#24a4ee,#000)}9.722222%{background:conic-gradient(from 35deg,#000,#000,#24a4ee,#000)}10.000000%{background:conic-gradient(from 36deg,#000,#000,#24a4ee,#000)}10.277778%{background:conic-gradient(from 37deg,#000,#000,#24a4ee,#000)}10.555556%{background:conic-gradient(from 38deg,#000,#000,#24a4ee,#000)}10.833333%{background:conic-gradient(from 39deg,#000,#000,#24a4ee,#000)}11.111111%{background:conic-gradient(from 40deg,#000,#000,#24a4ee,#000)}11.388889%{background:conic-gradient(from 41deg,#000,#000,#24a4ee,#000)}11.666667%{background:conic-gradient(from 42deg,#000,#000,#24a4ee,#000)}11.944444%{background:conic-gradient(from 43deg,#000,#000,#24a4ee,#000)}12.222222%{background:conic-gradient(from 44deg,#000,#000,#24a4ee,#000)}12.500000%{background:conic-gradient(from 45deg,#000,#000,#24a4ee,#000)}12.777778%{background:conic-gradient(from 46deg,#000,#000,#24a4ee,#000)}13.055556%{background:conic-gradient(from 47deg,#000,#000,#24a4ee,#000)}13.333333%{background:conic-gradient(from 48deg,#000,#000,#24a4ee,#000)}13.611111%{background:conic-gradient(from 49deg,#000,#000,#24a4ee,#000)}13.888889%{background:conic-gradient(from 50deg,#000,#000,#24a4ee,#000)}14.166667%{background:conic-gradient(from 51deg,#000,#000,#24a4ee,#000)}14.444444%{background:conic-gradient(from 52deg,#000,#000,#24a4ee,#000)}14.722222%{background:conic-gradient(from 53deg,#000,#000,#24a4ee,#000)}15.000000%{background:conic-gradient(from 54deg,#000,#000,#24a4ee,#000)}15.277778%{background:conic-gradient(from 55deg,#000,#000,#24a4ee,#000)}15.555556%{background:conic-gradient(from 56deg,#000,#000,#24a4ee,#000)}15.833333%{background:conic-gradient(from 57deg,#000,#000,#24a4ee,#000)}16.111111%{background:conic-gradient(from 58deg,#000,#000,#24a4ee,#000)}16.388889%{background:conic-gradient(from 59deg,#000,#000,#24a4ee,#000)}16.666667%{background:conic-gradient(from 60deg,#000,#000,#24a4ee,#000)}16.944444%{background:conic-gradient(from 61deg,#000,#000,#24a4ee,#000)}17.222222%{background:conic-gradient(from 62deg,#000,#000,#24a4ee,#000)}17.500000%{background:conic-gradient(from 63deg,#000,#000,#24a4ee,#000)}17.777778%{background:conic-gradient(from 64deg,#000,#000,#24a4ee,#000)}18.055556%{background:conic-gradient(from 65deg,#000,#000,#24a4ee,#000)}18.333333%{background:conic-gradient(from 66deg,#000,#000,#24a4ee,#000)}18.611111%{background:conic-gradient(from 67deg,#000,#000,#24a4ee,#000)}18.888889%{background:conic-gradient(from 68deg,#000,#000,#24a4ee,#000)}19.166667%{background:conic-gradient(from 69deg,#000,#000,#24a4ee,#000)}19.444444%{background:conic-gradient(from 70deg,#000,#000,#24a4ee,#000)}19.722222%{background:conic-gradient(from 71deg,#000,#000,#24a4ee,#000)}20.000000%{background:conic-gradient(from 72deg,#000,#000,#24a4ee,#000)}20.277778%{background:conic-gradient(from 73deg,#000,#000,#24a4ee,#000)}20.555556%{background:conic-gradient(from 74deg,#000,#000,#24a4ee,#000)}20.833333%{background:conic-gradient(from 75deg,#000,#000,#24a4ee,#000)}21.111111%{background:conic-gradient(from 76deg,#000,#000,#24a4ee,#000)}21.388889%{background:conic-gradient(from 77deg,#000,#000,#24a4ee,#000)}21.666667%{background:conic-gradient(from 78deg,#000,#000,#24a4ee,#000)}21.944444%{background:conic-gradient(from 79deg,#000,#000,#24a4ee,#000)}22.222222%{background:conic-gradient(from 80deg,#000,#000,#24a4ee,#000)}22.500000%{background:conic-gradient(from 81deg,#000,#000,#24a4ee,#000)}22.777778%{background:conic-gradient(from 82deg,#000,#000,#24a4ee,#000)}23.055556%{background:conic-gradient(from 83deg,#000,#000,#24a4ee,#000)}23.333333%{background:conic-gradient(from 84deg,#000,#000,#24a4ee,#000)}23.611111%{background:conic-gradient(from 85deg,#000,#000,#24a4ee,#000)}23.888889%{background:conic-gradient(from 86deg,#000,#000,#24a4ee,#000)}24.166667%{background:conic-gradient(from 87deg,#000,#000,#24a4ee,#000)}24.444444%{background:conic-gradient(from 88deg,#000,#000,#24a4ee,#000)}24.722222%{background:conic-gradient(from 89deg,#000,#000,#24a4ee,#000)}25.000000%{background:conic-gradient(from 90deg,#000,#000,#24a4ee,#000)}25.277778%{background:conic-gradient(from 91deg,#000,#000,#24a4ee,#000)}25.555556%{background:conic-gradient(from 92deg,#000,#000,#24a4ee,#000)}25.833333%{background:conic-gradient(from 93deg,#000,#000,#24a4ee,#000)}26.111111%{background:conic-gradient(from 94deg,#000,#000,#24a4ee,#000)}26.388889%{background:conic-gradient(from 95deg,#000,#000,#24a4ee,#000)}26.666667%{background:conic-gradient(from 96deg,#000,#000,#24a4ee,#000)}26.944444%{background:conic-gradient(from 97deg,#000,#000,#24a4ee,#000)}27.222222%{background:conic-gradient(from 98deg,#000,#000,#24a4ee,#000)}27.500000%{background:conic-gradient(from 99deg,#000,#000,#24a4ee,#000)}27.777778%{background:conic-gradient(from 100deg,#000,#000,#24a4ee,#000)}28.055556%{background:conic-gradient(from 101deg,#000,#000,#24a4ee,#000)}28.333333%{background:conic-gradient(from 102deg,#000,#000,#24a4ee,#000)}28.611111%{background:conic-gradient(from 103deg,#000,#000,#24a4ee,#000)}28.888889%{background:conic-gradient(from 104deg,#000,#000,#24a4ee,#000)}29.166667%{background:conic-gradient(from 105deg,#000,#000,#24a4ee,#000)}29.444444%{background:conic-gradient(from 106deg,#000,#000,#24a4ee,#000)}29.722222%{background:conic-gradient(from 107deg,#000,#000,#24a4ee,#000)}30.000000%{background:conic-gradient(from 108deg,#000,#000,#24a4ee,#000)}30.277778%{background:conic-gradient(from 109deg,#000,#000,#24a4ee,#000)}30.555556%{background:conic-gradient(from 110deg,#000,#000,#24a4ee,#000)}30.833333%{background:conic-gradient(from 111deg,#000,#000,#24a4ee,#000)}31.111111%{background:conic-gradient(from 112deg,#000,#000,#24a4ee,#000)}31.388889%{background:conic-gradient(from 113deg,#000,#000,#24a4ee,#000)}31.666667%{background:conic-gradient(from 114deg,#000,#000,#24a4ee,#000)}31.944444%{background:conic-gradient(from 115deg,#000,#000,#24a4ee,#000)}32.222222%{background:conic-gradient(from 116deg,#000,#000,#24a4ee,#000)}32.500000%{background:conic-gradient(from 117deg,#000,#000,#24a4ee,#000)}32.777778%{background:conic-gradient(from 118deg,#000,#000,#24a4ee,#000)}33.055556%{background:conic-gradient(from 119deg,#000,#000,#24a4ee,#000)}33.333333%{background:conic-gradient(from 120deg,#000,#000,#24a4ee,#000)}33.611111%{background:conic-gradient(from 121deg,#000,#000,#24a4ee,#000)}33.888889%{background:conic-gradient(from 122deg,#000,#000,#24a4ee,#000)}34.166667%{background:conic-gradient(from 123deg,#000,#000,#24a4ee,#000)}34.444444%{background:conic-gradient(from 124deg,#000,#000,#24a4ee,#000)}34.722222%{background:conic-gradient(from 125deg,#000,#000,#24a4ee,#000)}35.000000%{background:conic-gradient(from 126deg,#000,#000,#24a4ee,#000)}35.277778%{background:conic-gradient(from 127deg,#000,#000,#24a4ee,#000)}35.555556%{background:conic-gradient(from 128deg,#000,#000,#24a4ee,#000)}35.833333%{background:conic-gradient(from 129deg,#000,#000,#24a4ee,#000)}36.111111%{background:conic-gradient(from 130deg,#000,#000,#24a4ee,#000)}36.388889%{background:conic-gradient(from 131deg,#000,#000,#24a4ee,#000)}36.666667%{background:conic-gradient(from 132deg,#000,#000,#24a4ee,#000)}36.944444%{background:conic-gradient(from 133deg,#000,#000,#24a4ee,#000)}37.222222%{background:conic-gradient(from 134deg,#000,#000,#24a4ee,#000)}37.500000%{background:conic-gradient(from 135deg,#000,#000,#24a4ee,#000)}37.777778%{background:conic-gradient(from 136deg,#000,#000,#24a4ee,#000)}38.055556%{background:conic-gradient(from 137deg,#000,#000,#24a4ee,#000)}38.333333%{background:conic-gradient(from 138deg,#000,#000,#24a4ee,#000)}38.611111%{background:conic-gradient(from 139deg,#000,#000,#24a4ee,#000)}38.888889%{background:conic-gradient(from 140deg,#000,#000,#24a4ee,#000)}39.166667%{background:conic-gradient(from 141deg,#000,#000,#24a4ee,#000)}39.444444%{background:conic-gradient(from 142deg,#000,#000,#24a4ee,#000)}39.722222%{background:conic-gradient(from 143deg,#000,#000,#24a4ee,#000)}40.000000%{background:conic-gradient(from 144deg,#000,#000,#24a4ee,#000)}40.277778%{background:conic-gradient(from 145deg,#000,#000,#24a4ee,#000)}40.555556%{background:conic-gradient(from 146deg,#000,#000,#24a4ee,#000)}40.833333%{background:conic-gradient(from 147deg,#000,#000,#24a4ee,#000)}41.111111%{background:conic-gradient(from 148deg,#000,#000,#24a4ee,#000)}41.388889%{background:conic-gradient(from 149deg,#000,#000,#24a4ee,#000)}41.666667%{background:conic-gradient(from 150deg,#000,#000,#24a4ee,#000)}41.944444%{background:conic-gradient(from 151deg,#000,#000,#24a4ee,#000)}42.222222%{background:conic-gradient(from 152deg,#000,#000,#24a4ee,#000)}42.500000%{background:conic-gradient(from 153deg,#000,#000,#24a4ee,#000)}42.777778%{background:conic-gradient(from 154deg,#000,#000,#24a4ee,#000)}43.055556%{background:conic-gradient(from 155deg,#000,#000,#24a4ee,#000)}43.333333%{background:conic-gradient(from 156deg,#000,#000,#24a4ee,#000)}43.611111%{background:conic-gradient(from 157deg,#000,#000,#24a4ee,#000)}43.888889%{background:conic-gradient(from 158deg,#000,#000,#24a4ee,#000)}44.166667%{background:conic-gradient(from 159deg,#000,#000,#24a4ee,#000)}44.444444%{background:conic-gradient(from 160deg,#000,#000,#24a4ee,#000)}44.722222%{background:conic-gradient(from 161deg,#000,#000,#24a4ee,#000)}45.000000%{background:conic-gradient(from 162deg,#000,#000,#24a4ee,#000)}45.277778%{background:conic-gradient(from 163deg,#000,#000,#24a4ee,#000)}45.555556%{background:conic-gradient(from 164deg,#000,#000,#24a4ee,#000)}45.833333%{background:conic-gradient(from 165deg,#000,#000,#24a4ee,#000)}46.111111%{background:conic-gradient(from 166deg,#000,#000,#24a4ee,#000)}46.388889%{background:conic-gradient(from 167deg,#000,#000,#24a4ee,#000)}46.666667%{background:conic-gradient(from 168deg,#000,#000,#24a4ee,#000)}46.944444%{background:conic-gradient(from 169deg,#000,#000,#24a4ee,#000)}47.222222%{background:conic-gradient(from 170deg,#000,#000,#24a4ee,#000)}47.500000%{background:conic-gradient(from 171deg,#000,#000,#24a4ee,#000)}47.777778%{background:conic-gradient(from 172deg,#000,#000,#24a4ee,#000)}48.055556%{background:conic-gradient(from 173deg,#000,#000,#24a4ee,#000)}48.333333%{background:conic-gradient(from 174deg,#000,#000,#24a4ee,#000)}48.611111%{background:conic-gradient(from 175deg,#000,#000,#24a4ee,#000)}48.888889%{background:conic-gradient(from 176deg,#000,#000,#24a4ee,#000)}49.166667%{background:conic-gradient(from 177deg,#000,#000,#24a4ee,#000)}49.444444%{background:conic-gradient(from 178deg,#000,#000,#24a4ee,#000)}49.722222%{background:conic-gradient(from 179deg,#000,#000,#24a4ee,#000)}50.000000%{background:conic-gradient(from 180deg,#000,#000,#24a4ee,#000)}50.277778%{background:conic-gradient(from 181deg,#000,#000,#24a4ee,#000)}50.555556%{background:conic-gradient(from 182deg,#000,#000,#24a4ee,#000)}50.833333%{background:conic-gradient(from 183deg,#000,#000,#24a4ee,#000)}51.111111%{background:conic-gradient(from 184deg,#000,#000,#24a4ee,#000)}51.388889%{background:conic-gradient(from 185deg,#000,#000,#24a4ee,#000)}51.666667%{background:conic-gradient(from 186deg,#000,#000,#24a4ee,#000)}51.944444%{background:conic-gradient(from 187deg,#000,#000,#24a4ee,#000)}52.222222%{background:conic-gradient(from 188deg,#000,#000,#24a4ee,#000)}52.500000%{background:conic-gradient(from 189deg,#000,#000,#24a4ee,#000)}52.777778%{background:conic-gradient(from 190deg,#000,#000,#24a4ee,#000)}53.055556%{background:conic-gradient(from 191deg,#000,#000,#24a4ee,#000)}53.333333%{background:conic-gradient(from 192deg,#000,#000,#24a4ee,#000)}53.611111%{background:conic-gradient(from 193deg,#000,#000,#24a4ee,#000)}53.888889%{background:conic-gradient(from 194deg,#000,#000,#24a4ee,#000)}54.166667%{background:conic-gradient(from 195deg,#000,#000,#24a4ee,#000)}54.444444%{background:conic-gradient(from 196deg,#000,#000,#24a4ee,#000)}54.722222%{background:conic-gradient(from 197deg,#000,#000,#24a4ee,#000)}55.000000%{background:conic-gradient(from 198deg,#000,#000,#24a4ee,#000)}55.277778%{background:conic-gradient(from 199deg,#000,#000,#24a4ee,#000)}55.555556%{background:conic-gradient(from 200deg,#000,#000,#24a4ee,#000)}55.833333%{background:conic-gradient(from 201deg,#000,#000,#24a4ee,#000)}56.111111%{background:conic-gradient(from 202deg,#000,#000,#24a4ee,#000)}56.388889%{background:conic-gradient(from 203deg,#000,#000,#24a4ee,#000)}56.666667%{background:conic-gradient(from 204deg,#000,#000,#24a4ee,#000)}56.944444%{background:conic-gradient(from 205deg,#000,#000,#24a4ee,#000)}57.222222%{background:conic-gradient(from 206deg,#000,#000,#24a4ee,#000)}57.500000%{background:conic-gradient(from 207deg,#000,#000,#24a4ee,#000)}57.777778%{background:conic-gradient(from 208deg,#000,#000,#24a4ee,#000)}58.055556%{background:conic-gradient(from 209deg,#000,#000,#24a4ee,#000)}58.333333%{background:conic-gradient(from 210deg,#000,#000,#24a4ee,#000)}58.611111%{background:conic-gradient(from 211deg,#000,#000,#24a4ee,#000)}58.888889%{background:conic-gradient(from 212deg,#000,#000,#24a4ee,#000)}59.166667%{background:conic-gradient(from 213deg,#000,#000,#24a4ee,#000)}59.444444%{background:conic-gradient(from 214deg,#000,#000,#24a4ee,#000)}59.722222%{background:conic-gradient(from 215deg,#000,#000,#24a4ee,#000)}60.000000%{background:conic-gradient(from 216deg,#000,#000,#24a4ee,#000)}60.277778%{background:conic-gradient(from 217deg,#000,#000,#24a4ee,#000)}60.555556%{background:conic-gradient(from 218deg,#000,#000,#24a4ee,#000)}60.833333%{background:conic-gradient(from 219deg,#000,#000,#24a4ee,#000)}61.111111%{background:conic-gradient(from 220deg,#000,#000,#24a4ee,#000)}61.388889%{background:conic-gradient(from 221deg,#000,#000,#24a4ee,#000)}61.666667%{background:conic-gradient(from 222deg,#000,#000,#24a4ee,#000)}61.944444%{background:conic-gradient(from 223deg,#000,#000,#24a4ee,#000)}62.222222%{background:conic-gradient(from 224deg,#000,#000,#24a4ee,#000)}62.500000%{background:conic-gradient(from 225deg,#000,#000,#24a4ee,#000)}62.777778%{background:conic-gradient(from 226deg,#000,#000,#24a4ee,#000)}63.055556%{background:conic-gradient(from 227deg,#000,#000,#24a4ee,#000)}63.333333%{background:conic-gradient(from 228deg,#000,#000,#24a4ee,#000)}63.611111%{background:conic-gradient(from 229deg,#000,#000,#24a4ee,#000)}63.888889%{background:conic-gradient(from 230deg,#000,#000,#24a4ee,#000)}64.166667%{background:conic-gradient(from 231deg,#000,#000,#24a4ee,#000)}64.444444%{background:conic-gradient(from 232deg,#000,#000,#24a4ee,#000)}64.722222%{background:conic-gradient(from 233deg,#000,#000,#24a4ee,#000)}65.000000%{background:conic-gradient(from 234deg,#000,#000,#24a4ee,#000)}65.277778%{background:conic-gradient(from 235deg,#000,#000,#24a4ee,#000)}65.555556%{background:conic-gradient(from 236deg,#000,#000,#24a4ee,#000)}65.833333%{background:conic-gradient(from 237deg,#000,#000,#24a4ee,#000)}66.111111%{background:conic-gradient(from 238deg,#000,#000,#24a4ee,#000)}66.388889%{background:conic-gradient(from 239deg,#000,#000,#24a4ee,#000)}66.666667%{background:conic-gradient(from 240deg,#000,#000,#24a4ee,#000)}66.944444%{background:conic-gradient(from 241deg,#000,#000,#24a4ee,#000)}67.222222%{background:conic-gradient(from 242deg,#000,#000,#24a4ee,#000)}67.500000%{background:conic-gradient(from 243deg,#000,#000,#24a4ee,#000)}67.777778%{background:conic-gradient(from 244deg,#000,#000,#24a4ee,#000)}68.055556%{background:conic-gradient(from 245deg,#000,#000,#24a4ee,#000)}68.333333%{background:conic-gradient(from 246deg,#000,#000,#24a4ee,#000)}68.611111%{background:conic-gradient(from 247deg,#000,#000,#24a4ee,#000)}68.888889%{background:conic-gradient(from 248deg,#000,#000,#24a4ee,#000)}69.166667%{background:conic-gradient(from 249deg,#000,#000,#24a4ee,#000)}69.444444%{background:conic-gradient(from 250deg,#000,#000,#24a4ee,#000)}69.722222%{background:conic-gradient(from 251deg,#000,#000,#24a4ee,#000)}70.000000%{background:conic-gradient(from 252deg,#000,#000,#24a4ee,#000)}70.277778%{background:conic-gradient(from 253deg,#000,#000,#24a4ee,#000)}70.555556%{background:conic-gradient(from 254deg,#000,#000,#24a4ee,#000)}70.833333%{background:conic-gradient(from 255deg,#000,#000,#24a4ee,#000)}71.111111%{background:conic-gradient(from 256deg,#000,#000,#24a4ee,#000)}71.388889%{background:conic-gradient(from 257deg,#000,#000,#24a4ee,#000)}71.666667%{background:conic-gradient(from 258deg,#000,#000,#24a4ee,#000)}71.944444%{background:conic-gradient(from 259deg,#000,#000,#24a4ee,#000)}72.222222%{background:conic-gradient(from 260deg,#000,#000,#24a4ee,#000)}72.500000%{background:conic-gradient(from 261deg,#000,#000,#24a4ee,#000)}72.777778%{background:conic-gradient(from 262deg,#000,#000,#24a4ee,#000)}73.055556%{background:conic-gradient(from 263deg,#000,#000,#24a4ee,#000)}73.333333%{background:conic-gradient(from 264deg,#000,#000,#24a4ee,#000)}73.611111%{background:conic-gradient(from 265deg,#000,#000,#24a4ee,#000)}73.888889%{background:conic-gradient(from 266deg,#000,#000,#24a4ee,#000)}74.166667%{background:conic-gradient(from 267deg,#000,#000,#24a4ee,#000)}74.444444%{background:conic-gradient(from 268deg,#000,#000,#24a4ee,#000)}74.722222%{background:conic-gradient(from 269deg,#000,#000,#24a4ee,#000)}75.000000%{background:conic-gradient(from 270deg,#000,#000,#24a4ee,#000)}75.277778%{background:conic-gradient(from 271deg,#000,#000,#24a4ee,#000)}75.555556%{background:conic-gradient(from 272deg,#000,#000,#24a4ee,#000)}75.833333%{background:conic-gradient(from 273deg,#000,#000,#24a4ee,#000)}76.111111%{background:conic-gradient(from 274deg,#000,#000,#24a4ee,#000)}76.388889%{background:conic-gradient(from 275deg,#000,#000,#24a4ee,#000)}76.666667%{background:conic-gradient(from 276deg,#000,#000,#24a4ee,#000)}76.944444%{background:conic-gradient(from 277deg,#000,#000,#24a4ee,#000)}77.222222%{background:conic-gradient(from 278deg,#000,#000,#24a4ee,#000)}77.500000%{background:conic-gradient(from 279deg,#000,#000,#24a4ee,#000)}77.777778%{background:conic-gradient(from 280deg,#000,#000,#24a4ee,#000)}78.055556%{background:conic-gradient(from 281deg,#000,#000,#24a4ee,#000)}78.333333%{background:conic-gradient(from 282deg,#000,#000,#24a4ee,#000)}78.611111%{background:conic-gradient(from 283deg,#000,#000,#24a4ee,#000)}78.888889%{background:conic-gradient(from 284deg,#000,#000,#24a4ee,#000)}79.166667%{background:conic-gradient(from 285deg,#000,#000,#24a4ee,#000)}79.444444%{background:conic-gradient(from 286deg,#000,#000,#24a4ee,#000)}79.722222%{background:conic-gradient(from 287deg,#000,#000,#24a4ee,#000)}80.000000%{background:conic-gradient(from 288deg,#000,#000,#24a4ee,#000)}80.277778%{background:conic-gradient(from 289deg,#000,#000,#24a4ee,#000)}80.555556%{background:conic-gradient(from 290deg,#000,#000,#24a4ee,#000)}80.833333%{background:conic-gradient(from 291deg,#000,#000,#24a4ee,#000)}81.111111%{background:conic-gradient(from 292deg,#000,#000,#24a4ee,#000)}81.388889%{background:conic-gradient(from 293deg,#000,#000,#24a4ee,#000)}81.666667%{background:conic-gradient(from 294deg,#000,#000,#24a4ee,#000)}81.944444%{background:conic-gradient(from 295deg,#000,#000,#24a4ee,#000)}82.222222%{background:conic-gradient(from 296deg,#000,#000,#24a4ee,#000)}82.500000%{background:conic-gradient(from 297deg,#000,#000,#24a4ee,#000)}82.777778%{background:conic-gradient(from 298deg,#000,#000,#24a4ee,#000)}83.055556%{background:conic-gradient(from 299deg,#000,#000,#24a4ee,#000)}83.333333%{background:conic-gradient(from 300deg,#000,#000,#24a4ee,#000)}83.611111%{background:conic-gradient(from 301deg,#000,#000,#24a4ee,#000)}83.888889%{background:conic-gradient(from 302deg,#000,#000,#24a4ee,#000)}84.166667%{background:conic-gradient(from 303deg,#000,#000,#24a4ee,#000)}84.444444%{background:conic-gradient(from 304deg,#000,#000,#24a4ee,#000)}84.722222%{background:conic-gradient(from 305deg,#000,#000,#24a4ee,#000)}85.000000%{background:conic-gradient(from 306deg,#000,#000,#24a4ee,#000)}85.277778%{background:conic-gradient(from 307deg,#000,#000,#24a4ee,#000)}85.555556%{background:conic-gradient(from 308deg,#000,#000,#24a4ee,#000)}85.833333%{background:conic-gradient(from 309deg,#000,#000,#24a4ee,#000)}86.111111%{background:conic-gradient(from 310deg,#000,#000,#24a4ee,#000)}86.388889%{background:conic-gradient(from 311deg,#000,#000,#24a4ee,#000)}86.666667%{background:conic-gradient(from 312deg,#000,#000,#24a4ee,#000)}86.944444%{background:conic-gradient(from 313deg,#000,#000,#24a4ee,#000)}87.222222%{background:conic-gradient(from 314deg,#000,#000,#24a4ee,#000)}87.500000%{background:conic-gradient(from 315deg,#000,#000,#24a4ee,#000)}87.777778%{background:conic-gradient(from 316deg,#000,#000,#24a4ee,#000)}88.055556%{background:conic-gradient(from 317deg,#000,#000,#24a4ee,#000)}88.333333%{background:conic-gradient(from 318deg,#000,#000,#24a4ee,#000)}88.611111%{background:conic-gradient(from 319deg,#000,#000,#24a4ee,#000)}88.888889%{background:conic-gradient(from 320deg,#000,#000,#24a4ee,#000)}89.166667%{background:conic-gradient(from 321deg,#000,#000,#24a4ee,#000)}89.444444%{background:conic-gradient(from 322deg,#000,#000,#24a4ee,#000)}89.722222%{background:conic-gradient(from 323deg,#000,#000,#24a4ee,#000)}90.000000%{background:conic-gradient(from 324deg,#000,#000,#24a4ee,#000)}90.277778%{background:conic-gradient(from 325deg,#000,#000,#24a4ee,#000)}90.555556%{background:conic-gradient(from 326deg,#000,#000,#24a4ee,#000)}90.833333%{background:conic-gradient(from 327deg,#000,#000,#24a4ee,#000)}91.111111%{background:conic-gradient(from 328deg,#000,#000,#24a4ee,#000)}91.388889%{background:conic-gradient(from 329deg,#000,#000,#24a4ee,#000)}91.666667%{background:conic-gradient(from 330deg,#000,#000,#24a4ee,#000)}91.944444%{background:conic-gradient(from 331deg,#000,#000,#24a4ee,#000)}92.222222%{background:conic-gradient(from 332deg,#000,#000,#24a4ee,#000)}92.500000%{background:conic-gradient(from 333deg,#000,#000,#24a4ee,#000)}92.777778%{background:conic-gradient(from 334deg,#000,#000,#24a4ee,#000)}93.055556%{background:conic-gradient(from 335deg,#000,#000,#24a4ee,#000)}93.333333%{background:conic-gradient(from 336deg,#000,#000,#24a4ee,#000)}93.611111%{background:conic-gradient(from 337deg,#000,#000,#24a4ee,#000)}93.888889%{background:conic-gradient(from 338deg,#000,#000,#24a4ee,#000)}94.166667%{background:conic-gradient(from 339deg,#000,#000,#24a4ee,#000)}94.444444%{background:conic-gradient(from 340deg,#000,#000,#24a4ee,#000)}94.722222%{background:conic-gradient(from 341deg,#000,#000,#24a4ee,#000)}95.000000%{background:conic-gradient(from 342deg,#000,#000,#24a4ee,#000)}95.277778%{background:conic-gradient(from 343deg,#000,#000,#24a4ee,#000)}95.555556%{background:conic-gradient(from 344deg,#000,#000,#24a4ee,#000)}95.833333%{background:conic-gradient(from 345deg,#000,#000,#24a4ee,#000)}96.111111%{background:conic-gradient(from 346deg,#000,#000,#24a4ee,#000)}96.388889%{background:conic-gradient(from 347deg,#000,#000,#24a4ee,#000)}96.666667%{background:conic-gradient(from 348deg,#000,#000,#24a4ee,#000)}96.944444%{background:conic-gradient(from 349deg,#000,#000,#24a4ee,#000)}97.222222%{background:conic-gradient(from 350deg,#000,#000,#24a4ee,#000)}97.500000%{background:conic-gradient(from 351deg,#000,#000,#24a4ee,#000)}97.777778%{background:conic-gradient(from 352deg,#000,#000,#24a4ee,#000)}98.055556%{background:conic-gradient(from 353deg,#000,#000,#24a4ee,#000)}98.333333%{background:conic-gradient(from 354deg,#000,#000,#24a4ee,#000)}98.611111%{background:conic-gradient(from 355deg,#000,#000,#24a4ee,#000)}98.888889%{background:conic-gradient(from 356deg,#000,#000,#24a4ee,#000)}99.166667%{background:conic-gradient(from 357deg,#000,#000,#24a4ee,#000)}99.444444%{background:conic-gradient(from 358deg,#000,#000,#24a4ee,#000)}99.722222%{background:conic-gradient(from 359deg,#000,#000,#24a4ee,#000)}100.000000%{background:conic-gradient(from 360deg,#000,#000,#24a4ee,#000)}}.service-card:hover{transform:translateY(-1px);box-shadow:0 12px 30px #24a4ee33}.service-card-title{font-size:2rem;font-weight:600;text-align:left;color:#fff;margin-bottom:1rem;position:relative;z-index:1}.service-card-description{font-size:1rem;color:#ccc;line-height:1.6;text-align:left;position:relative;z-index:1}.tools-icon-svg{width:52px;height:52px;background-color:#fff}@media (max-width: 768px){.services-section{padding:1rem}.services-title{font-size:2rem}.services-subtitle{font-size:1rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.5rem}}@media (max-width: 480px){.services-title{border-image:linear-gradient(to right,#0df,#000) 1}}.portfolio-container{max-width:1200px;margin:70px auto 0;padding:40px 20px;font-family:sans-serif;background:#000}.portfolio-title{text-align:left;font-size:2.5rem;margin-bottom:40px;border-bottom:2px solid transparent;border-image:linear-gradient(to right,#0df,#000,#000) 1}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.project-card{position:relative;cursor:pointer;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;background:#0000001a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid transparent}.project-card:hover{transform:scale(1.03);box-shadow:0 12px 30px #24a4ee33}.project-image{width:96%;height:180px;margin:2%;object-fit:cover}.project-info{padding:15px}.project-title{font-size:1.2rem;font-weight:600;margin-bottom:5px;color:var(--text)}.project-tech{font-size:.9rem;color:#ccc}.project-desc{font-size:.85rem;color:#aaa;margin-top:6px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;line-height:1.4;max-height:2.8em;word-break:break-word}.project-card:after{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.06) 0%,transparent 50%);pointer-events:none;z-index:0}.project-card:before{content:"";position:absolute;inset:0;padding:2px;border-radius:inherit;background:conic-gradient(from 0deg,#24a4ee,#000,#24a4ee);animation:borderFlow 8s linear infinite;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;pointer-events:none;z-index:-1}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{position:relative;overflow:hidden;max-width:700px;width:90%;padding:25px;animation:fadeIn .3s ease;background:#0000001a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid transparent;box-shadow:0 8px 32px #0000004d}.modal-body{position:relative}.modal-content:after{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.06) 0%,transparent 50%);pointer-events:none;z-index:0}.modal-content:before{content:"";position:absolute;inset:0;padding:2px;border-radius:inherit;background:conic-gradient(from 0deg,#24a4ee,#000,#24a4ee);animation:borderFlow 8s linear infinite;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;pointer-events:none;z-index:-1}.modal-close{position:absolute;top:15px;right:15px;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#fff;z-index:1001}.modal-title{font-size:1.3rem;font-weight:700;margin-bottom:15px;text-align:left}.modal-image{width:100%;height:auto;max-height:35vh;object-fit:contain;border-radius:8px;margin-bottom:15px}.modal-image-wrapper{position:relative;overflow:hidden}.modal-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border:none;background:#000c;color:#0df;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.modal-nav-btn.left{left:8px}.modal-nav-btn.right{right:8px}.modal-nav-btn:hover{filter:brightness(1.2)}.modal-nav-btn:disabled{opacity:.6;cursor:default;pointer-events:none}.modal-image-indicator{position:absolute;bottom:8px;right:12px;background:#000000b0;color:#fff;border:1px solid #00ddff;border-radius:12px;padding:4px 8px;font-size:.8rem}.modal-image.out-left{animation:outLeft .3s ease forwards}.modal-image.in-right{animation:inRight .3s ease forwards}.modal-image.out-right{animation:outRight .3s ease forwards}.modal-image.in-left{animation:inLeft .3s ease forwards}@keyframes outLeft{0%{transform:translate(0)}to{transform:translate(-110%)}}@keyframes inRight{0%{transform:translate(110%)}to{transform:translate(0)}}@keyframes outRight{0%{transform:translate(0)}to{transform:translate(110%)}}@keyframes inLeft{0%{transform:translate(-110%)}to{transform:translate(0)}}.modal-description{font-size:1.15rem;margin-bottom:15px;color:#ccc;text-align:left}.modal-description-2{font-size:1rem;line-height:1.6;color:#bbb;text-align:left;white-space:pre-wrap}@media (max-width: 768px){.modal-body{max-height:85vh;overflow-y:auto;overscroll-behavior:contain;-ms-overflow-style:none;scrollbar-width:none;padding-right:4px}.modal-body::-webkit-scrollbar{display:none}}.modal-tech{margin-bottom:20px}.tech-badge{display:inline-block;background-color:#ffffff1a;color:var(--text);padding:6px 12px;border-radius:20px;font-size:.85rem;margin:4px}.modal-link{display:inline-block;color:#fff;padding:10px 18px;border-radius:6px;text-decoration:none;font-weight:600;border:1px solid #00ddff;background:#000;transition:transform .2s ease}.modal-link:hover{transform:translateY(-2px);background-color:#0df}.modal-actions{display:flex;gap:12px;align-items:center;margin-top:8px}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.card-image-wrapper{position:relative;overflow:hidden}.card-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:28px;height:28px;border:none;background:#000c;color:#0df;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.card-nav-btn.left{left:6px}.card-nav-btn.right{right:6px}.card-nav-btn:hover{filter:brightness(1.2)}.project-image.pi-out-left{animation:outLeft .3s ease forwards}.project-image.pi-in-right{animation:inRight .3s ease forwards}.project-image.pi-out-right{animation:outRight .3s ease forwards}.project-image.pi-in-left{animation:inLeft .3s ease forwards}.card-tech{margin-top:6px}.card-actions{display:flex;gap:8px;margin-top:8px;align-items:center}.card-link{display:inline-block;color:#fff;padding:8px 12px;border-radius:6px;text-decoration:none;font-weight:600;border:1px solid #00ddff;background:#000;transition:transform .2s ease}.card-link:hover{transform:translateY(-2px)}@media (max-width: 768px){.portfolio-title{border-image:linear-gradient(to right,#0df,#000) 1}}#root{max-width:1280px;margin:0 auto;text-align:center}.footer{border-top:1px solid var(--border);color:var(--text);background:var(--bg)}.footer-container{max-width:1200px;margin:0 auto;padding:1rem;display:flex;align-items:center;justify-content:space-between}.socials{display:flex;gap:.75rem}.social-link{width:50px;height:50px;display:inline-flex;align-items:center;justify-content:center;color:#fff;text-decoration:none}.social-link:hover{color:#0df;scale:1.2}.social-link svg{width:100%!important;height:100%!important}.email{color:var(--text);text-decoration:none;padding:.35rem .6rem;border-radius:8px}.email:hover{opacity:.85}@media (max-width: 768px){.footer-container{flex-direction:column;gap:.75rem;align-items:center;justify-content:center;text-align:center}.email{margin-top:.5rem}}
