body,html{overflow-x:hidden}*{margin:0;padding:0;box-sizing:border-box}.navbar{width:100%;background-color:#0f0f0f;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1000;box-shadow:0 0 10px #ffffff1a}.logo{font-size:1.8rem;font-weight:700;color:#fff;text-shadow:0 0 10px #0ff,0 0 20px #0ff}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links li a{text-decoration:none;color:#fff;font-size:1rem;position:relative;transition:.3s}.nav-links li a:hover{color:#0ff;text-shadow:0 0 5px #0ff,0 0 10px #0ff}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer}.hamburger .bar{width:25px;height:3px;background-color:#fff;transition:.4s;border-radius:3px}@media (max-width: 768px){.nav-links{position:absolute;top:100%;right:0;background-color:#111;flex-direction:column;width:200px;padding:1rem;gap:1rem;display:none;border-radius:0 0 10px 10px}.nav-links.active{display:flex;animation:slideDown .3s ease forwards}.hamburger{display:flex}@keyframes slideDown{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}}.ball-drop{opacity:0;transform:translateY(-120px) scale(.7);animation:ballDrop 1.5s cubic-bezier(.68,-.55,.27,1.55) forwards}.ball-drop-1{animation-delay:.5s}.typing-effect{font-family:Fira Mono,Consolas,monospace;white-space:pre-wrap;word-break:break-word;letter-spacing:.01em;max-width:100vw;box-sizing:border-box}.typing-cursor{display:inline-block;width:1ch;color:#0ff;animation:blink-cursor .9s steps(1) infinite}@keyframes blink-cursor{0%,49%{opacity:1}50%,to{opacity:0}}.ball-drop-2{animation-delay:1.3s}.ball-drop-3{animation-delay:2.1s}@keyframes ballDrop{0%{opacity:0;transform:translateY(-120px) scale(.7)}60%{opacity:1;transform:translateY(20px) scale(1.05)}80%{transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.home-section{background-color:#0f0f0f;color:#fff;padding:100px 20px;text-align:center;min-height:8vh}.home-section h1{font-size:3rem;margin-bottom:16px;text-shadow:0 0 10px #0ff,0 0 20px #0ff;max-width:100vw;word-break:break-word}@media (max-width: 768px){.home-section h1,.typing-effect{font-size:2.1rem;max-width:98vw;word-break:break-word}}.highlight{color:#0ff;text-shadow:0 0 8px #0ff}.tagline{font-size:1.3rem;color:#ccc;margin-bottom:30px;text-shadow:0 0 4px #0ff}.cta-button{padding:12px 28px;border:2px solid #0ff;color:#0ff;border-radius:6px;text-decoration:none;font-weight:700;text-shadow:0 0 5px #0ff;transition:all .3s ease}.cta-button:hover{background-color:#0ff;color:#000;box-shadow:0 0 10px #0ff,0 0 20px #0ff}.card-flyout{opacity:1;transform:translateY(0) scale(1);animation:cardFlyOut .5s cubic-bezier(.68,-.55,.27,1.55) forwards}@keyframes cardFlyOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(60px) scale(.95)}}.card-flyin{opacity:0;transform:translateY(60px) scale(.95);animation:cardFlyIn .85s cubic-bezier(.68,-.55,.27,1.55) forwards}@keyframes cardFlyIn{0%{opacity:0;transform:translateY(60px) scale(.95)}60%{opacity:1;transform:translateY(-12px) scale(1.03)}80%{transform:translateY(4px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-overlay{position:fixed;inset:0;background:#0a1428bf;z-index:1000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-popup{background:linear-gradient(120deg,#181c24 80%,#23272f);color:#fff;border-radius:18px;box-shadow:0 8px 40px #0ff6,0 0 0 2px #23272f;padding:36px 32px 28px;max-width:95vw;min-width:320px;text-align:center;animation:popIn .2s}@keyframes popIn{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}.modal-popup h3{color:#ff3b3b;margin-bottom:12px;font-size:1.4rem;letter-spacing:.5px}.modal-popup p{color:#e0e0e0;margin-bottom:22px;font-size:1.05rem}.modal-actions{display:flex;gap:18px;justify-content:center}.modal-btn{min-width:80px;padding:10px 0;border-radius:7px;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s,box-shadow .2s;box-shadow:0 0 8px #0ff2}.modal-btn.yes{background:#ff3b3b;color:#fff;border:2px solid #ff3b3b}.modal-btn.yes:hover{background:#fff;color:#ff3b3b}.modal-btn.no{background:#23272f;color:#fff;border:2px solid #0ff}.modal-btn.no:hover{background:#0ff;color:#23272f}.delete-btn{position:absolute;top:14px;right:14px;background:#1e1e1eeb;color:#ff3b3b;border:2px solid #ff3b3b;border-radius:50%;width:34px;height:34px;font-size:1.3rem;font-weight:700;cursor:pointer;box-shadow:0 2px 10px #0008,0 0 0 2px #fff2;z-index:2;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s,box-shadow .2s,border .2s}.delete-btn:hover{background:#ff3b3b;color:#fff;border:2px solid #fff;box-shadow:0 0 16px #ff3b3b99,0 0 0 2px #fff8}.project-section{background-color:#0f0f0f;color:#fff;padding:80px 20px;text-align:center;min-height:100vh}.project-section h2{font-size:2.5rem;margin-bottom:40px;text-shadow:0 0 10px #0ff,0 0 20px #0ff}.project-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;padding:20px}.project-list.scroll-mode{display:flex;gap:20px;padding:20px 20px 28px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;cursor:grab}.project-list.scroll-mode::-webkit-scrollbar{display:none}.project-list.scroll-mode{scrollbar-width:none}.project-list.grabbing,.project-list.scroll-mode.grabbing{cursor:grabbing}.project-card{background:linear-gradient(30deg,#000 60%,#fff);border-radius:16px;padding:22px 20px 20px;text-align:left;box-shadow:0 2px 24px 10px #fffefe40,0 0 0 2px #fff;border:1.5px solid #23272f;transition:transform .3s,box-shadow .3s,border .3s;min-width:320px;max-width:340px;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;margin:0 auto;flex-shrink:0;position:relative}.project-card:hover{transform:translateY(-8px) scale(1.03);box-shadow:0 0 24px #0ff,0 0 40px #0ff;border:1.5px solid #0ff}.project-card img{width:90%;height:160px;object-fit:cover;margin:0 auto 15px;border-radius:15px;display:block;background:#222;border:1px solid #23272f}.project-card h3{margin:10px 0 8px;color:#08a1de;font-size:1.25rem;font-weight:600}.project-card p{color:#fff;line-height:1.45;margin-bottom:8px;font-size:1rem}.project-card a{color:#fff700;text-decoration:none;font-weight:700;transition:color .3s;margin-top:auto;display:inline-block}.project-card a:hover{color:#0ff;text-shadow:0 0 10px #0ff}.add-project-form{margin-top:60px;max-width:600px;margin-left:auto;margin-right:auto;background-color:#111;padding:30px;border-radius:12px;box-shadow:0 0 10px #00ffff0d}.add-project-form h3{margin-bottom:20px;color:#0ff;text-shadow:0 0 10px #0ff}.add-project-form input{width:100%;padding:12px;margin-bottom:15px;border:none;border-radius:6px;background-color:#222;color:#fff;font-size:1rem;box-shadow:inset 0 0 5px #00ffff0f;outline:none;transition:box-shadow .3s ease,transform .15s}.add-project-form input:focus{box-shadow:0 0 10px #0ff,0 0 20px #0ff;transform:translateY(-2px)}.add-project-form button{width:100%;padding:12px;background-color:transparent;border:2px solid #0ff;color:#0ff;font-size:1rem;border-radius:6px;cursor:pointer;transition:all .3s ease;text-shadow:0 0 5px #0ff}.add-project-form button:hover{background-color:#0ff;color:#000;box-shadow:0 0 10px #0ff,0 0 20px #0ff}@media (max-width: 900px){.project-card{min-width:250px;max-width:250px}.project-card img{height:140px;border-radius:10px}}@media (max-width: 600px){.project-section{padding:40px 6px}.project-list{grid-template-columns:1fr;gap:12px}.project-card{width:100vw;padding:14px 6px 16px}.project-card img{width:90%;height:140px;object-fit:cover;border-radius:10px}}.scroll-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:20;background:#00ffff1f;border:none;color:#0ff;font-size:2rem;cursor:pointer;padding:10px 15px;border-radius:50%;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .3s ease;box-shadow:0 0 8px #0ff3}.scroll-btn:hover{background:#00ffff4d;box-shadow:0 0 15px #0ff}.scroll-btn.left{left:8px}.scroll-btn.right{right:8px}.project-section{position:relative}.ball-drop-field{opacity:0;transform:translateY(-80px) scale(.7);transition:opacity .5s,transform .5s}.ball-drop-field.visible{opacity:1;transform:translateY(0) scale(1);transition:opacity .5s,transform .5s}.ball-drop-btn{opacity:0;transform:translateY(-120px) scale(.7);transition:opacity .7s,transform .7s cubic-bezier(.68,-.55,.27,1.55)}.ball-drop-btn.visible{opacity:1;transform:translateY(0) scale(1);transition:opacity .7s,transform .7s cubic-bezier(.68,-.55,.27,1.55)}.fade-slide-form{opacity:0;transform:translateY(60px)}.fade-slide-form.visible{animation:fadeSlideIn .7s cubic-bezier(.68,-.55,.27,1.55) forwards}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}.fade-slide-section{opacity:0;transform:translateY(60px);transition:opacity .7s cubic-bezier(.68,-.55,.27,1.55),transform .7s cubic-bezier(.68,-.55,.27,1.55)}.fade-slide-section.visible{opacity:1;transform:translateY(0)}.contact-form-box button{position:relative;overflow:hidden;z-index:1}.contact-form-box button:before{content:"";position:absolute;left:50%;top:50%;width:180%;height:180%;background:radial-gradient(circle,#0ff 0%,transparent 70%);opacity:0;transform:translate(-50%,-50%) scale(.7);transition:opacity .3s,transform .3s;z-index:-1}.contact-form-box button:hover:before{opacity:.7;transform:translate(-50%,-50%) scale(1.1)}.contact-form-box button:hover{box-shadow:0 0 18px #0ff,0 0 32px #0ff;color:#000;background:#0ff}.contact-form-box{margin:0 auto;max-width:600px;background:#181c24;border:2px solid #0ff;border-radius:14px;box-shadow:0 4px 32px #0ff4,0 0 0 2px #0ff;padding:36px 28px 28px;display:flex;flex-direction:column;gap:16px}.contact-section{background-color:#0f0f0f;color:#fff;padding:80px 20px;text-align:center;min-height:100vh}.contact-section h2{font-size:2.5rem;margin-bottom:40px;text-shadow:0 0 10px #0ff,0 0 20px #0ff}.contact-section input,.contact-section textarea{width:100%;max-width:600px;padding:12px 16px;margin:12px auto;display:block;border:none;border-radius:6px;background-color:#000;color:#fff;font-size:1rem;box-shadow:inset 0 0 5px #00ffff0f;outline:none;transition:box-shadow .3s ease,transform .2s ease}.contact-section input:focus,.contact-section textarea:focus{box-shadow:0 0 10px #0ff,0 0 20px #0ff;transform:translateY(-2px)}.contact-section textarea{resize:vertical;height:160px}.contact-section button{margin-top:20px;padding:12px 30px;background-color:transparent;border:2px solid #0ff;color:#0ff;font-size:1rem;border-radius:6px;cursor:pointer;transition:all .3s ease;text-shadow:0 0 5px #0ff}.contact-section button:hover{background-color:#0ff;color:#000;box-shadow:0 0 10px #0ff,0 0 20px #0ff}@media (max-width: 600px){.contact-section{padding:40px 12px}.contact-section input,.contact-section textarea{width:100%}}.sparkle{position:absolute;top:50%;left:100%;width:40px;height:40px;pointer-events:none;z-index:100;transform:translate(-50%,-50%) scale(.7);opacity:0;animation:sparkle-burst 1.2s cubic-bezier(.7,-.2,.7,1.5) forwards;filter:drop-shadow(0 0 8px #fff) drop-shadow(0 0 16px #fff) drop-shadow(0 0 32px #fff8)}.timeline-item.left .sparkle{left:100%}.timeline-item.right .sparkle{left:0%}.sparkle:before,.sparkle:after{content:"";position:absolute;top:50%;left:50%;width:32px;height:6px;background:#fff;border-radius:3px;opacity:.95;transform:translate(-50%,-50%) rotate(0);box-shadow:0 0 12px 4px #fff,0 0 32px 10px #fff8}.sparkle:after{transform:translate(-50%,-50%) rotate(90deg)}@keyframes sparkle-burst{0%{opacity:0;transform:translate(-50%,-50%) scale(.2) rotate(0)}10%{opacity:1;transform:translate(-50%,-50%) scale(1.1) rotate(20deg)}20%{opacity:1;transform:translate(-50%,-50%) scale(1.2) rotate(-20deg)}80%{opacity:1;transform:translate(-50%,-50%) scale(1.1) rotate(0)}to{opacity:0;transform:translate(-50%,-50%) scale(.7) rotate(0)}}.timeline-flyin-left{opacity:0;transform:translate(-120px);animation:flyInLeftInertia 1.2s cubic-bezier(.9,-.6,.3,1.5) forwards}.timeline-flyin-right{opacity:0;transform:translate(120px);animation:flyInRightInertia 1.2s cubic-bezier(.9,-.6,.3,1.5) forwards}.timeline-flyout-left{opacity:1;transform:translate(0);animation:flyOutLeft .3s cubic-bezier(.68,-.55,.27,1.55) forwards}.timeline-flyout-right{opacity:1;transform:translate(0);animation:flyOutRight .3s cubic-bezier(.68,-.55,.27,1.55) forwards}@keyframes flyInLeftInertia{0%{opacity:0;transform:translate(-120px)}70%{opacity:1;transform:translate(18px) skew(-8deg)}85%{transform:translate(-8px) skew(4deg)}to{opacity:1;transform:translate(0) skew(0)}}@keyframes flyInRightInertia{0%{opacity:0;transform:translate(120px)}70%{opacity:1;transform:translate(-18px) skew(8deg)}85%{transform:translate(8px) skew(-4deg)}to{opacity:1;transform:translate(0) skew(0)}}@keyframes flyOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-120px)}}@keyframes flyOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(120px)}}.experience-section{background-color:#0f0f0f;color:#fff;padding:80px 20px;text-align:center;min-height:100vh;position:relative}.experience-section h2{font-size:2.5rem;margin-bottom:40px;text-shadow:0 0 10px #0ff,0 0 20px #0ff}.timeline{position:relative;max-width:1000px;margin:0 auto;padding:20px 0}.timeline:after{content:"";position:absolute;width:4px;background-color:#0ff;top:0;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 0 10px #0ff,0 0 20px #0ff}.timeline-item{position:relative;width:50%;padding:20px 40px;box-sizing:border-box}.timeline-item.left{left:0;text-align:right}.timeline-item.right{left:50%;text-align:left}.timeline-item .content{background-color:#111;border-radius:12px;padding:20px;box-shadow:0 0 10px #00ffff14;transition:transform .3s ease,box-shadow .3s ease;position:relative;z-index:1;max-width:90%;margin:auto}.timeline-item .content:hover{transform:translateY(-6px);box-shadow:0 0 20px #0ff,0 0 30px #0ff}.timeline-item .content h4{margin:0 0 10px;font-size:1.5rem;color:#0ff;text-shadow:0 0 5px #0ff}.timeline-item .content p{margin:0;color:#ddd;line-height:1.45}@media (max-width: 768px){.timeline:after{left:8px}.timeline-item{width:100%;padding-left:30px;padding-right:15px;text-align:left!important}.timeline-item.left,.timeline-item.right{left:0}.timeline-item .content{max-width:100%}}.aboutus-section{padding:4rem 2rem;display:flex;justify-content:center;background:#0f0f0f;color:#fff}.aboutus-container{max-width:800px;width:100%}.aboutus-title-mask{position:relative;overflow:hidden;display:inline-block;margin-bottom:2rem}.aboutus-title{font-size:2.5rem;font-weight:700;opacity:0;color:#00ffe7;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease;position:relative;z-index:2}.aboutus-title.revealed{opacity:1;transform:translateY(0)}.aboutus-title-bar{position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(90deg,#0ff,#00ffe7);z-index:3;transform:translate(-100%)}.aboutus-title-bar.revealed{animation:aboutus-title-reveal 1.2s cubic-bezier(.77,0,.175,1) forwards}@keyframes aboutus-title-reveal{0%{transform:translate(-100%)}60%{transform:translate(0)}to{transform:translate(101%)}}.aboutus-content{opacity:0;transition:opacity .6s ease}.aboutus-content.revealed{opacity:1}.aboutus-text-mask{position:relative;overflow:hidden;margin-bottom:1.5rem}.aboutus-text{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease;position:relative;z-index:2}.aboutus-text.revealed{opacity:1;transform:translateY(0)}.aboutus-text-bar{position:absolute;left:0;top:0;width:100%;height:100%;background:#fff;z-index:3;transform:translate(-100%);opacity:0}.aboutus-text-bar.revealed{opacity:1;animation:aboutus-text-reveal 2s cubic-bezier(.77,0,.175,1) forwards}.aboutus-text-mask:nth-child(1) .aboutus-text-bar.revealed{animation-delay:0s}.aboutus-text-mask:nth-child(2) .aboutus-text-bar.revealed{animation-delay:.6s}@keyframes aboutus-text-reveal{0%{transform:translate(-100%)}40%{transform:translate(0)}70%{transform:translate(0)}to{transform:translate(101%)}}.skills-section{padding:4rem 2rem 3rem;background:#0f0f0f;display:flex;flex-direction:column;align-items:center}.skills-title{color:#00ffe7;font-size:2.2rem;font-weight:700;margin-bottom:2.5rem;letter-spacing:1.5px;text-shadow:0 0 8px #0ff,0 0 16px #0ff44c44}.skills-categories{width:100%;display:flex;flex-direction:column;gap:2.5rem;align-items:center}.skills-category{background:#141617eb;border-radius:18px;box-shadow:0 4px 20px #fff;padding:2.2rem 2rem 1.5rem;width:100%;max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center;border:1.5px solid rgb(255,255,255)!important}.skills-category-title{color:#00ffe7;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:1.2px;text-shadow:0 0 8px #0ff,0 0 16px #0ff44c44;background:linear-gradient(90deg,#0ff,#38bdf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.skills-list{display:flex;flex-wrap:wrap;gap:2.5rem 2.5rem;justify-content:center}.skill-circle{display:flex;flex-direction:column;align-items:center;justify-content:center;width:130px;height:130px;position:relative;transition:transform .2s cubic-bezier(.77,0,.18,1);background:#ffffff03;border-radius:16px;border:2px solid #fff;box-shadow:0 2px 12px #00ffe7}.skill-circle.pulse{animation:skill-pulse .5s 1}@keyframes skill-pulse{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}.skill-bg{stroke:#222;opacity:.5}.skill-progress{filter:drop-shadow(0 0 2px #00ffe7cc);stroke-linecap:round;transform:rotate(-90deg);transform-origin:50% 50%}.skill-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;pointer-events:none}.skill-percent{font-size:1.5rem;font-weight:700;color:#fff;text-shadow:0 0 8px #00ffe7cc}.skill-name-below{margin-top:.7rem;font-size:1rem;color:#b2f7ff;font-weight:700;letter-spacing:1px;text-align:center;width:100%}@media (max-width: 900px){.skills-category{padding:1.2rem .5rem 1rem}}@media (max-width: 700px){.skills-list{gap:1.5rem 1.5rem}.skill-circle{width:100px;height:100px}.skills-title{font-size:1.3rem}.skills-category-title{font-size:1.1rem}}.social-section{padding:3rem 2rem 2rem;background:#0f0f0f;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;display:flex;flex-direction:column;align-items:center;border-radius:0;box-shadow:none;margin-top:0;margin-bottom:0;max-width:none}.social-title{color:#00ffe7;font-size:2rem;font-weight:700;margin-bottom:2rem;letter-spacing:1.2px;text-shadow:0 0 8px #0ff,0 0 16px #0ff44c44}.social-links{display:flex;flex-direction:column;gap:1.5rem;width:100%;align-items:center}.social-link{display:flex;align-items:center;gap:1.1rem;background:#00ffff12;border-radius:12px;padding:.9rem 1.5rem;color:#fff;font-size:1.15rem;font-weight:500;text-decoration:none;box-shadow:0 2px 12px #00ffff0a;transition:background .18s,color .18s,transform .18s}.social-link:hover{background:#00ffe7;color:#10151a;transform:translateY(-2px) scale(1.04)}.social-icon{font-size:1.5rem;display:flex;align-items:center;color:#00ffe7;transition:color .18s}.social-link:hover .social-icon{color:#10151a}.social-text{font-size:1.1rem;word-break:break-all}@media (max-width: 600px){.social-section{padding:2rem .5rem 1.5rem}.social-title{font-size:1.2rem}.social-link{font-size:1rem;padding:.7rem 1rem}.social-icon{font-size:1.2rem}}
