*{margin:0;padding:0;box-sizing:border-box}body{background:linear-gradient(135deg,#020617,#1a1a3e,#0f0f2e);background-attachment:fixed;background-repeat:no-repeat;background-size:cover;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}section{min-height:100vh;display:flex;align-items:center;justify-content:center;width:100%;animation:fadeInUp .8s ease-in-out;opacity:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}section>div{width:100%;animation:scaleIn .8s ease-in-out}.navbar{position:sticky;top:0;z-index:50;overflow:visible;background:linear-gradient(to bottom,rgba(2,6,23,.95),rgba(2,6,23,.7),transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.navbar-inner{max-width:1120px;margin:0 auto;height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;position:relative;overflow:visible}.navbar-logo{font-weight:700;letter-spacing:.15em;text-transform:uppercase;font-size:12px;color:#e5e7eb}.navbar-logo span{color:#22d3ee}.navbar-links{display:flex;gap:12px}@media(min-width:769px){.navbar-links.desktop-menu{position:absolute;left:50%;top:0;height:100%;transform:translate(-50%);display:flex;align-items:center;gap:12px;pointer-events:auto;z-index:30}}.nav-pill{--glow-rgb: 34, 211, 238;padding:6px 14px;border-radius:9px;font-size:11px;letter-spacing:.18em;text-transform:uppercase;border:1px solid rgba(148,163,184,.35);color:#cbd5f5;background:#ffffff05;position:relative;display:inline-block;z-index:2;cursor:pointer;text-decoration:none;box-shadow:none;transition:box-shadow .22s cubic-bezier(.2,.9,.2,1),transform .16s ease,border-color .14s ease,border .14s ease}.nav-pill.active{border:1px solid rgba(var(--glow-rgb),1);color:#fff;box-shadow:0 0 12px 2px rgba(var(--glow-rgb),.4)}.mobile-menu-button{display:none;flex-direction:column;gap:4px;background:none;border:none;padding:4px;cursor:pointer}.mobile-menu-button span{width:20px;height:2px;border-radius:999px;background:#e5e7eb}.mobile-menu{position:fixed;top:72px;left:0;width:100%;max-width:280px;height:calc(100vh - 72px);background:linear-gradient(135deg,#020617fc,#0a0a23fa);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-right:2px solid rgba(34,211,238,.3);padding:20px;z-index:40;animation:slideInLeft .4s cubic-bezier(.34,1.56,.64,1);overflow-y:auto;display:flex!important;flex-direction:column;gap:12px}@keyframes slideInLeft{0%{left:-280px;opacity:0;transform:translate(-20px)}to{left:0;opacity:1;transform:translate(0)}}.mobile-menu-link{text-transform:uppercase;letter-spacing:.15em;font-size:11px;color:#e5e7eb;text-decoration:none;padding:14px 16px;border-radius:8px;border:1px solid rgba(148,163,184,.3);transition:all .28s cubic-bezier(.34,1.56,.64,1);display:block}.mobile-menu-link:hover{border-color:#22d3ee99;color:#22d3ee;transform:translate(8px);background:#22d3ee0d}.mobile-menu-link.active{border:1px solid rgba(34,211,238,1);color:#fff;box-shadow:0 0 12px 2px #22d3ee66;background:#22d3ee14}.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;z-index:39;animation:fadeInOverlay .3s ease-in;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.desktop-menu{display:none}.mobile-menu-button{display:flex;z-index:41}}.footer{background:linear-gradient(180deg,#02061766,#020617f2);border-top:1px solid rgba(34,211,238,.15);padding:60px 20px 30px;margin-top:80px;color:#e5e7eb}.footer-content{max-width:1200px;margin:0 auto 40px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px}.footer-section h3{color:#22d3ee;font-size:1.1rem;margin-bottom:20px;font-weight:600;letter-spacing:.05em}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:10px}.footer-section ul li a{color:#cbd5f5;text-decoration:none;transition:color .3s ease,transform .3s ease;display:inline-block}.footer-section ul li a:hover{color:#22d3ee;transform:translate(4px)}.footer-section p{color:#a5b4fc;line-height:1.6;font-size:.95rem}.mail{display:inline-block;margin-top:8px;font-weight:600;color:#22d3ee;text-decoration:none;transition:color .3s ease,transform .3s ease}.mail:hover{color:#67e8f9;transform:translate(3px)}.social-links{display:flex;gap:15px;flex-wrap:wrap}.social-link{display:inline-flex;align-items:center;justify-content:center;width:45px;height:45px;border:1px solid rgba(34,211,238,.3);border-radius:8px;font-size:1.3rem;color:#22d3ee;transition:all .3s ease;background:#22d3ee0d;text-decoration:none}.social-link:hover{border-color:#22d3eecc;background:#22d3ee26;transform:translateY(-3px);box-shadow:0 8px 20px #22d3ee33}.footer-divider{max-width:1200px;margin:0 auto 30px;height:1px;background:linear-gradient(90deg,transparent,rgba(34,211,238,.3),transparent)}.footer-bottom{max-width:1200px;margin:0 auto;text-align:center;padding-top:20px}.footer-bottom p{color:#a5b4fc;font-size:.9rem;margin:8px 0}.footer-credit{margin-top:15px}.heart{color:#ff6b6b;animation:heartbeat 1.5s ease-in-out infinite}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:30px}.footer-section h3{font-size:1rem}.social-links{gap:10px}.social-link{width:40px;height:40px;font-size:1.1rem}.footer-bottom p{font-size:.85rem}}body{margin:0;padding:0}.home-section-bg{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:none}.neon-terminal{background:#020617;border:2.5px solid #00ffe7;box-shadow:0 0 12px #00ffe7,0 0 2px #fff inset;border-radius:18px;padding:48px 36px 36px;min-width:340px;max-width:90vw;min-height:360px;display:flex;flex-direction:column;align-items:flex-start;margin-bottom:2.5em}.typewriter{font-size:1.4rem;color:#e0eaff;font-family:JetBrains Mono,Fira Mono,Consolas,Menlo,monospace;min-height:2.5em;letter-spacing:.02em;white-space:pre-line;width:100%}.cursor{display:inline-block;width:1ch;color:#00ffe7;background:transparent;animation:blink .9s steps(1) infinite;font-weight:700;font-size:1.2em}.cursor.done{animation:none;opacity:.5}@keyframes blink{0%,49%{opacity:1}50%,to{opacity:0}}.home-author-signature{color:#00ffe7;font-size:1.15rem;font-family:JetBrains Mono,Fira Mono,Consolas,Menlo,monospace;text-align:center;margin-top:.5em;letter-spacing:.04em;font-weight:600;text-shadow:0 0 8px #00ffe7,0 0 2px #fff}.projects-grid{margin-top:24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.project-card-link{text-decoration:none;color:inherit}.project-card{background:#020617;border-radius:12px;padding:14px 16px;border:1px solid #1f2937;display:flex;flex-direction:column;justify-content:space-between;min-height:130px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.project-card:hover{transform:translateY(-3px);border-color:#22d3ee;box-shadow:0 10px 20px #0f172ab3}.project-title{font-size:1.02rem;font-weight:600;margin:0 0 6px;color:#e5e7eb}.project-description{font-size:.9rem;line-height:1.5;margin:0 0 12px;color:#9ca3af}.project-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;font-size:.75rem}.project-language{padding:2px 8px;border-radius:999px;border:1px solid #374151;color:#e5e7eb;background:#0f172ae6}.project-date{color:#6b7280;font-size:.72rem;opacity:.9}.section-content{width:100%;max-width:1200px;padding:0 20px 40px;color:#e5e7eb;margin:0 auto}.section-title{color:#22d3ee;font-size:2rem;font-weight:600;text-align:center;margin-bottom:20px}.hero{text-align:center;animation:fadeInUp .8s ease-in-out}.hero-title{font-size:4rem;font-weight:700;background:linear-gradient(135deg,#22d3ee,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:20px;letter-spacing:-1px}.hero-subtitle{font-size:1.5rem;color:#cbd5f5;margin-bottom:15px;font-weight:500}.hero-description{font-size:1rem;color:#a5b4fc;max-width:600px;margin:0 auto 30px;line-height:1.6}.cta-button{padding:12px 32px;background:linear-gradient(135deg,#22d3ee,#06b6d4);border:none;border-radius:8px;color:#020617;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 25px #22d3ee4d}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.skill-category{background:#ffffff08;border:1px solid rgba(34,211,238,.15);border-radius:10px;padding:25px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.skill-category:hover{border-color:#22d3ee66;box-shadow:0 8px 20px #22d3ee1a}.skill-category h3{color:#22d3ee;font-size:1.2rem;margin-bottom:15px}.skill-category ul{list-style:none;padding:0}.skill-category li{padding:8px 0;color:#cbd5f5;border-bottom:1px solid rgba(255,255,255,.05)}.skill-category li:last-child{border-bottom:none}.contact-intro{font-size:1.2rem;color:#cbd5f5;margin-bottom:40px;line-height:1.6}.contact-methods{display:flex;flex-direction:column;gap:15px;margin-bottom:40px}.contact-link{display:inline-block;padding:15px 25px;background:#22d3ee1a;border:1px solid rgba(34,211,238,.3);border-radius:8px;color:#22d3ee;text-decoration:none;transition:all .3s ease;font-weight:500}.contact-link:hover{background:#22d3ee33;border-color:#22d3ee99;transform:translate(5px)}.contact-button{padding:14px 40px;background:linear-gradient(135deg,#22d3ee,#06b6d4);border:none;border-radius:8px;color:#020617;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.contact-button:hover{transform:translateY(-3px);box-shadow:0 12px 30px #22d3ee66}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.section-title{font-size:2rem}.projects-grid,.skills-grid{grid-template-columns:1fr}}.about-content{max-width:900px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:24px}@media(max-width:768px){.about-content{flex-direction:column;align-items:center;text-align:center}}.about-text p{font-size:1.1rem;line-height:1.8;margin-bottom:20px;color:#cbd5f5}.about-highlight{font-size:1.3rem;color:#22d3ee;font-weight:600;margin-top:30px}.image{width:270px;height:400px;border:2px solid #22d3ee;border-radius:12px;object-fit:cover}.contact-wrapper{display:flex;flex-direction:column;align-items:center;text-align:center}.formdiv{border:1px solid rgba(255,255,255,.08);background:#ffffff08;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:25px;width:420px;display:flex;flex-direction:column;align-items:center;margin:0 auto;gap:20px;border-radius:12px;box-shadow:0 0 25px #0006}.input,.textarea{width:100%;padding:14px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background-color:#120d1e;color:#fff;outline:none;font-size:15px;transition:all .25s ease}.input:focus,.textarea:focus{border-color:#8b5cf6;box-shadow:0 0 12px #8b5cf666}.textarea{height:180px;resize:none}.contact-button{width:100%;padding:12px;background:#22d3ee;border:none;border-radius:8px;color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:all .25s ease}.contact-button:hover{transform:scale(1.03);box-shadow:0 0 15px #7c3aed99}.icon{width:25px;height:25px;cursor:pointer;margin:30px 5px 5px}.social-icons{margin-top:20px;display:flex;gap:18px;justify-content:center}.icon{width:32px;height:32px;cursor:pointer;transition:.25s ease;border-radius:50%}.icon:hover{transform:scale(1.15);box-shadow:0 0 10px #ffffff4d}body{background:radial-gradient(circle at top,#0b1120 0,#020617 45%,#000);margin:0;color:#f9fafb;font-family:system-ui,sans-serif}html{scroll-behavior:smooth}.section{min-height:80vh;padding:20px 16px}.section-inner{max-width:1120px;margin:0 auto}
