@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Assistant:wght@400;700&display=swap";.header{background-color:#0e1111;border-bottom:2px solid #555;position:fixed;top:0;left:0;width:100%;z-index:1000;padding:0 20px}.header .container{max-width:1500px;margin:0 auto;padding:0 64px}.nav{display:flex;align-items:center;justify-content:flex-end;height:80px;gap:32px;position:relative}.header.rtl .nav,.header.rtl .nav-links,.header.rtl .nav-right,.header.rtl .social-icons{flex-direction:row-reverse}.nav-links{list-style:none;display:flex;gap:48px;padding:0;margin:0}.nav-links li a{text-decoration:none;color:#fff;font-size:20px;transition:all .3s ease}.nav-links li a:hover{text-decoration:underline}.nav-right,.nav-desktop{display:flex;align-items:center;gap:16px}.social-icons{display:flex;gap:12px}.social-icon{width:42px;height:42px;color:#fff;border:1.5px solid #fff;border-radius:12px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-size:18px}.social-icon:hover{background-color:#fff;color:#000}.connect-btn{border:1.5px solid #fff;border-radius:12px;color:#fff;padding:8px 20px;font-size:17px;text-decoration:none;position:relative;overflow:hidden;display:inline-block;transition:color .3s ease;z-index:0}.connect-btn span{position:relative;z-index:2}.connect-btn:before{content:"";position:absolute;top:0;bottom:0;background-color:#fff;width:0%;transition:all .4s ease;z-index:1;border-radius:12px}.header:not(.rtl) .connect-btn:before{left:0}.header:not(.rtl) .connect-btn:hover:before{width:100%}.header.rtl .connect-btn:before{right:0}.header.rtl .connect-btn:hover:before{width:100%}.connect-btn:hover{color:#000}.burger{display:none;cursor:pointer;color:#fff}.nav-links.open{display:flex;flex-direction:column;position:absolute;top:80px;left:0;right:0;background-color:#0e1111;padding:20px;z-index:999;gap:20px;border-bottom:2px solid #555}.nav-links li{text-align:center}.mobile-socials,.mobile-connect,.nav-mobile-lang{display:none}.lang-flags,.nav-mobile-lang{display:flex;gap:10px}.lang-flag-btn{border:1.5px solid #fff;border-radius:12px;padding:9px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;height:42px;width:42px;transition:all .3s ease}.lang-flag-btn.active{background:#fff}.lang-flag-btn.active .lang-flag{filter:grayscale(0)}.lang-flag{display:block;width:24px;height:16px;filter:grayscale(1);transition:filter .3s ease}.lang-flag-btn:hover .lang-flag{filter:grayscale(0)}@media (min-width: 1920px){.header .container{max-width:1800px;padding:0 80px}.nav{height:90px;gap:40px}.nav-links{gap:56px}.nav-links li a{font-size:22px}.social-icon{width:46px;height:46px;font-size:20px}.connect-btn{padding:10px 24px;font-size:18px}.lang-flag-btn{width:46px;height:46px}}@media (max-width: 1440px){.header .container{padding:0 48px}.nav{gap:24px}.nav-links{gap:36px}}@media (max-width: 1024px){.header .container{padding:0 32px}.nav{height:70px;gap:20px}.nav-links{gap:28px}.nav-links li a{font-size:18px}.social-icon{width:38px;height:38px;font-size:16px}.connect-btn{padding:7px 16px;font-size:16px}.lang-flag-btn{width:38px;height:38px}}@media (max-width: 768px){.header{padding:0 12px}.header .container{padding:0 8px}.nav{height:60px;gap:12px}.burger{display:block;order:2;z-index:1001}.nav-links{display:none}.nav-links.open{top:60px}.nav-right.nav-desktop{display:none}.mobile-socials,.mobile-connect{display:block}.nav-mobile-lang{display:flex;order:1;gap:8px}.nav{justify-content:space-between;flex-direction:row}.header:not(.rtl) .nav-mobile-lang{margin-right:auto}.header:not(.rtl) .burger{margin-left:auto}.header.rtl .nav-mobile-lang{margin-left:auto}.header.rtl .burger{margin-right:auto}.lang-flags{display:none}.social-icon{width:40px;height:40px;font-size:17px}.connect-btn{padding:8px 18px;font-size:16px}.lang-flag-btn{width:36px;height:36px;padding:6px}.lang-flag{width:22px;height:15px}}@media (max-width: 480px){.nav{height:56px}.nav-links.open{top:56px;padding:16px;gap:16px}.nav-links li a{font-size:16px}.social-icon{width:36px;height:36px;font-size:15px}.connect-btn{padding:7px 16px;font-size:15px}.lang-flag-btn{width:32px;height:32px}.lang-flag{width:20px;height:13px}}@media (max-width: 360px){.nav{height:52px}.nav-mobile-lang{gap:6px}.lang-flag-btn{width:30px;height:30px}.social-icon{width:34px;height:34px}}.header.rtl .nav-links.open,.header:not(.rtl) .nav-links.open{flex-direction:column;align-items:center;text-align:center}.header.rtl .mobile-connect,.header.rtl .mobile-socials{align-self:center}.header.rtl .social-icons{justify-content:center}.footer{background-color:#111418;padding:20px 40px;color:#eaeaea;border-top:1px solid #2c2f36}.footer.rtl{direction:rtl}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;max-width:1500px;margin:0 auto}.footer-left p{margin:4px 0;font-size:14px}.footer-left a{color:#eaeaea;text-decoration:none;transition:color .3s ease}.footer-left a:hover{color:#9158e2;text-decoration:underline}.footer-right{display:flex;gap:12px}.footer-right a{font-size:18px;color:#eaeaea;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px}.footer-right a:hover{color:#9158e2;background-color:#9158e21a}@media (min-width: 1920px){.footer{padding:28px 60px}.footer-content{max-width:1800px}.footer-left p{font-size:16px}.footer-right a{font-size:20px;width:40px;height:40px}.footer-right{gap:14px}}@media (max-width: 1440px){.footer{padding:20px 48px}}@media (max-width: 1024px){.footer{padding:20px 32px}.footer-left p{font-size:13px}.footer-right a{font-size:17px;width:34px;height:34px}}@media (max-width: 768px){.footer{margin-top:3rem;padding:32px 24px 20px}.footer-content{flex-direction:column;align-items:center;gap:16px;text-align:center}.footer-left p{font-size:13px;margin:3px 0}.footer-right{gap:10px}.footer-right a{font-size:20px;width:38px;height:38px}}@media (max-width: 480px){.footer{padding:24px 16px 16px;margin-top:2rem}.footer-content{gap:14px}.footer-left p{font-size:12px}.footer-right a{font-size:18px;width:36px;height:36px}.footer-right{gap:8px}}@media (max-width: 360px){.footer{padding:20px 12px 14px}.footer-left p{font-size:11px}.footer-right a{font-size:16px;width:32px;height:32px}}.footer.rtl .footer-right{flex-direction:row-reverse}.footer.rtl .footer-left{text-align:right}@media (max-width: 768px){.footer.rtl .footer-left{text-align:center}}.hero-section{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:4rem 8%;gap:2rem;background-color:#1e242c;color:#fff;min-height:100vh}.hero-section.rtl{flex-direction:row-reverse;text-align:right}.hero-content{max-width:55%}.hero-badge{display:inline-block;padding:.3rem .6rem;border:1px solid #fff;font-size:.85rem;margin-bottom:1rem;border-radius:12px}.hero-title{font-size:3rem;line-height:1.2;font-weight:700}.highlight{color:#a84be0}.hero-subtitle{font-size:2rem;margin-top:.5rem;min-height:2.4rem}.animated-text{border-right:2px solid #ffffff;white-space:nowrap;overflow:hidden;display:inline-block}.hero-description{margin-top:1.5rem;font-size:1rem;line-height:1.6;color:#ccc}.hero-image{background:transparent;border:none;padding:0}.hero-photo{max-width:400px;width:100%;height:auto;border-radius:12px;box-shadow:0 20px 50px #000000b3;background:transparent;border:none;outline:none;display:block}.cursor{display:inline-block;width:1ch;animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@media screen and (max-width: 1024px){.hero-section{flex-direction:column;text-align:center;padding:3rem 5%;justify-content:flex-start;min-height:auto}.hero-section.rtl{flex-direction:column;text-align:center}.hero-content{max-width:100%}.hero-title{font-size:2.2rem}.hero-title .highlight{display:inline-block;white-space:nowrap;margin-top:.4rem}.hero-subtitle{font-size:1.3rem;min-height:auto;max-width:100%;overflow:visible;line-height:1.5}.animated-text{white-space:normal;word-wrap:break-word;border-right:none;display:block;overflow:visible}.hero-description{font-size:.95rem;margin-top:1.5rem;line-height:1.6}.hero-image{margin-top:2rem}.hero-photo{max-width:280px}}@media screen and (max-width: 600px){.hero-title{font-size:1.8rem;line-height:1.3}.hero-subtitle{font-size:1.1rem;line-height:1.4;margin-top:1rem}.animated-text{font-size:1.05rem}.hero-description{font-size:.9rem;line-height:1.5;margin-top:1.2rem}.hero-photo{max-width:240px}.hero-content{padding:0 1rem}.hero-badge{font-size:.75rem;padding:.25rem .5rem}}@media screen and (max-width: 400px){.hero-title{font-size:1.5rem}.hero-subtitle{font-size:1rem}.animated-text{font-size:.95rem}.hero-description{font-size:.85rem}}.skills-section{min-height:100vh;background-color:#1e242c;color:#fff;display:flex;align-items:center;justify-content:center;padding:4rem 2rem}.skills-container{max-width:1000px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.skills-title{font-size:2.5rem;margin-bottom:2rem}.tech-stack{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2.5rem;max-width:100%}.tech-item{background-color:#a84be0;padding:.6rem 1.2rem;border-radius:8px;font-weight:700;font-size:1rem;white-space:nowrap}.key-skills{list-style:none;padding:0;margin:0;max-width:700px;width:100%}.key-skills li{font-size:1.1rem;margin-bottom:.8rem;position:relative}:dir(ltr) .key-skills li{padding-left:1.2rem;text-align:left}:dir(ltr) .key-skills li:before{content:"✔";color:#00c67c;position:absolute;left:0}:dir(rtl) .key-skills li{padding-right:1.2rem;text-align:right}:dir(rtl) .key-skills li:before{content:"✔";color:#00c67c;position:absolute;right:0}@media (min-width: 1920px){.skills-container{max-width:1400px}.skills-title{font-size:3rem}.tech-item{font-size:1.1rem;padding:.7rem 1.4rem}.key-skills li{font-size:1.3rem}}@media (max-width: 1024px){.skills-section{padding:3rem 2rem}.skills-title{font-size:2.2rem}.tech-item{font-size:.95rem;padding:.5rem 1rem}.key-skills li{font-size:1rem}}@media (max-width: 768px){.skills-section{min-height:auto;padding:3rem 1.5rem}.skills-title{font-size:1.8rem;margin-bottom:1.5rem}.tech-stack{gap:.8rem;margin-bottom:2rem}.tech-item{font-size:.85rem;padding:.5rem .9rem}.key-skills li{font-size:.95rem;margin-bottom:.7rem}}@media (max-width: 480px){.skills-section{padding:2rem 1rem}.skills-title{font-size:1.5rem}.tech-item{font-size:.8rem;padding:.4rem .8rem}.key-skills li{font-size:.9rem}}.projects-section{padding:4rem 2rem;background-color:#1a1a1a;margin-bottom:10%;max-width:1200px;margin-left:auto;margin-right:auto;border-radius:12px;box-shadow:0 4px 25px #00000080}.projects-title{font-size:2rem;text-align:center;margin-bottom:2rem;color:#fff}.projects-description{text-align:center;max-width:800px;margin:0 auto 2rem;font-size:1.1rem;color:#cbd5e0;line-height:1.6}.filter-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem}.filter-btn{padding:.5rem 1rem;border:none;background-color:#a84be0;color:#fff;cursor:pointer;border-radius:5px;transition:background .2s ease;font-size:.95rem}.filter-btn.active,.filter-btn:hover{background-color:#5b1a83}.projects-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;max-width:1200px;margin:0 auto}.project-card{max-width:480px;width:100%;flex:1 1 45%;margin:1rem;background-color:#2c313c;color:#fff;border-radius:.75rem;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 8px 16px #0000004d;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0006}.project-card img{width:100%;height:180px;object-fit:cover;background-color:#000}.project-info{padding:1rem;text-align:left}.project-info h3{margin-bottom:.5rem;font-size:1.25rem;color:#f7fafc}.project-info p{font-size:.95rem;line-height:1.4;color:#cbd5e0}.project-links{display:flex;gap:12px;margin-top:16px;flex-wrap:wrap}.project-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s ease;cursor:pointer;border:1px solid transparent}.github-btn{background-color:#24292e;color:#fff;border-color:#24292e}.github-btn:hover{background-color:#2f363d;border-color:#444d56;transform:translateY(-2px)}.demo-btn{background-color:transparent;color:#a84be0;border-color:#a84be0}.demo-btn:hover{background-color:#a84be01a;border-color:#5b1a83;transform:translateY(-2px)}.read-more-btn{background:none;border:none;color:#a84be0;font-size:.9rem;cursor:pointer;padding:4px 0;margin-top:8px;margin-bottom:8px;text-decoration:none;transition:color .2s ease;font-weight:500}.read-more-btn:hover{color:#5b1a83}:dir(rtl) .project-info{text-align:right}:dir(rtl) .filter-buttons{flex-direction:row-reverse}:dir(rtl) .project-card{direction:rtl}:dir(rtl) .project-links{flex-direction:row-reverse}@media (min-width: 1920px){.projects-section{max-width:1600px;padding:5rem 3rem}.projects-title{font-size:2.5rem}.projects-description{font-size:1.2rem;max-width:1000px}.project-card{max-width:550px}.project-info h3{font-size:1.4rem}.project-info p{font-size:1.05rem}.filter-btn{font-size:1rem;padding:.6rem 1.2rem}}@media (max-width: 1440px){.projects-section{max-width:1100px}}@media (max-width: 1024px){.projects-section{padding:3rem 1.5rem;margin-bottom:8%}.projects-title{font-size:1.8rem}.projects-description{font-size:1rem}.project-card{flex:1 1 100%;max-width:600px;margin:.8rem}.filter-btn{font-size:.9rem;padding:.45rem .9rem}}@media (max-width: 768px){.projects-section{padding:2.5rem 1.5rem;margin-bottom:5%;border-radius:8px}.projects-title{font-size:1.6rem;margin-bottom:1.5rem}.projects-description{font-size:.95rem;margin-bottom:1.5rem}.filter-buttons{gap:.7rem;margin-bottom:1.5rem}.filter-btn{font-size:.85rem;padding:.4rem .8rem}.projects-grid{gap:1.5rem}.project-card{margin:.5rem}.project-info{padding:1.2rem}.project-info h3{font-size:1.15rem}.project-info p{font-size:.9rem}.project-btn{padding:8px 16px;font-size:.85rem;gap:6px}.read-more-btn{font-size:.85rem}}@media (max-width: 480px){.projects-section{padding:2rem 1rem;margin-bottom:3%}.projects-title{font-size:1.4rem}.projects-description{font-size:.9rem;line-height:1.5}.filter-buttons{gap:.5rem}.filter-btn{font-size:.8rem;padding:.35rem .7rem}.projects-grid{gap:1rem}.project-card{margin:.3rem}.project-info{padding:1rem}.project-info h3{font-size:1.05rem;margin-bottom:.4rem}.project-info p{font-size:.85rem;line-height:1.3}.project-links{gap:8px;margin-top:12px}.project-btn{padding:7px 14px;font-size:.8rem;gap:5px}.read-more-btn{font-size:.8rem;margin-top:6px;margin-bottom:6px}}@media (max-width: 360px){.projects-section{padding:1.5rem .8rem}.projects-title{font-size:1.2rem}.filter-btn{font-size:.75rem;padding:.3rem .6rem}.project-info h3{font-size:1rem}.project-info p{font-size:.8rem}.project-btn{padding:6px 12px;font-size:.75rem}}.funny-wrapper{display:flex;flex-direction:column;align-items:center;margin:4rem 0;padding:0 2rem}.funny-header-text{font-size:2rem;color:#fff;margin-bottom:3rem;font-family:JetBrains Mono,monospace!important;text-align:center}.funny-centered-card{background-color:#0e0e0e;padding:2rem;border-radius:16px;box-shadow:0 12px 40px #0009;text-align:center;width:66vw;max-width:900px;transition:transform .3s ease,box-shadow .3s ease}.funny-centered-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #000000b3}.funny-centered-img-small{width:280px;max-width:100%;border-radius:12px;margin-bottom:1rem}.funny-centered-text{font-size:1.5rem;color:#fff;font-family:JetBrains Mono,monospace!important;line-height:1.6}@media (min-width: 1920px){.funny-wrapper{margin:5rem 0}.funny-header-text{font-size:2.5rem;margin-bottom:4rem}.funny-centered-card{max-width:1100px;padding:2.5rem}.funny-centered-img-small{width:320px}.funny-centered-text{font-size:1.7rem}}@media (max-width: 1440px){.funny-wrapper{margin:3.5rem 0}}@media (max-width: 1024px){.funny-wrapper{margin:3rem 0;padding:0 1.5rem}.funny-header-text{font-size:1.8rem;margin-bottom:2.5rem}.funny-centered-card{width:80vw;padding:1.8rem}.funny-centered-img-small{width:260px}.funny-centered-text{font-size:1.4rem}}@media (max-width: 768px){.funny-wrapper{margin:2.5rem 0;padding:0 1rem}.funny-header-text{font-size:1.5rem;margin-bottom:2rem}.funny-centered-card{width:90vw;padding:1.5rem}.funny-centered-img-small{width:220px}.funny-centered-text{font-size:1.2rem;line-height:1.5}}@media (max-width: 480px){.funny-wrapper{margin:2rem 0}.funny-header-text{font-size:1.3rem;margin-bottom:1.5rem}.funny-centered-card{width:92vw;padding:1.2rem}.funny-centered-img-small{width:180px}.funny-centered-text{font-size:1rem;line-height:1.4}}@media (max-width: 360px){.funny-header-text{font-size:1.1rem}.funny-centered-card{padding:1rem}.funny-centered-img-small{width:150px}.funny-centered-text{font-size:.9rem}}.back-to-top{position:fixed;bottom:5rem;right:2rem;width:48px;height:48px;background-color:#ffffff1a;color:#fff;border:none;border-radius:50%;font-size:1.2rem;cursor:pointer;box-shadow:0 8px 20px #0003;z-index:1000;opacity:0;pointer-events:none;transition:opacity .4s ease,transform .4s ease,background-color .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center}.back-to-top.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.back-to-top:hover{background-color:#ffffff40;transform:translateY(-2px)}.back-to-top:active{transform:translateY(0)}:dir(rtl) .back-to-top{right:auto;left:2rem}@media (min-width: 1920px){.back-to-top{width:56px;height:56px;font-size:1.4rem;bottom:6rem;right:3rem}:dir(rtl) .back-to-top{left:3rem}}@media (max-width: 1024px){.back-to-top{width:46px;height:46px;font-size:1.1rem;bottom:4rem;right:2rem}:dir(rtl) .back-to-top{left:2rem}}@media (max-width: 768px){.back-to-top{width:44px;height:44px;font-size:1rem;bottom:3rem;right:1.5rem}:dir(rtl) .back-to-top{left:1.5rem}}@media (max-width: 480px){.back-to-top{width:42px;height:42px;font-size:1rem;bottom:2.5rem;right:1.2rem}:dir(rtl) .back-to-top{left:1.2rem}}@media (max-width: 360px){.back-to-top{width:40px;height:40px;font-size:.95rem;bottom:2rem;right:1rem}:dir(rtl) .back-to-top{left:1rem}}*{margin:0;padding:0;box-sizing:border-box;font-family:JetBrains Mono,monospace}html,body,#root{height:100%;margin:0;display:flex;flex-direction:column;background-color:#1e242c}body{background-color:#1e242c;color:#fff;line-height:1.6;direction:ltr}:lang(he){font-family:Assistant,sans-serif}body.rtl{direction:rtl}a{text-decoration:none;color:inherit}ul{list-style:none}.app-container{display:flex;flex-direction:column;min-height:100vh}main{flex:1}#projects{scroll-margin-top:90px}@media (max-width: 768px){#skills{scroll-margin-top:50px}}@media (max-width: 768px){#project{scroll-margin-top:50px}}
