*{margin:0;padding:0;box-sizing:border-box}:root,html[data-theme=dark]{--bg: #191919;--bg-elevated: #222222;--bg-card: #1f1d1d;--text: #ffffff;--text-muted: #b0b0b0;--accent: #bb86fc;--accent-strong: #6a00bb;--accent-soft: rgba(187, 134, 252, .15);--border: rgba(255, 255, 255, .08);--nav-bg: rgba(25, 25, 25, .92);--shadow: 5px 5px 10px rgba(22, 21, 21, .7), -5px -5px 10px rgba(255, 255, 255, .06);--icon-twitter: #1da1f2;--icon-linkedin: #0e76a8;--icon-facebook: #1877f2;--icon-github: #ffffff;--scrollbar: #bb86fc}html[data-theme=light]{--bg: #ffffff;--bg-elevated: #f5f5f7;--bg-card: #ffffff;--text: #191919;--text-muted: #6c757d;--accent: #6a00bb;--accent-strong: #6a00bb;--accent-soft: rgba(106, 0, 187, .1);--border: rgba(0, 0, 0, .08);--nav-bg: rgba(255, 255, 255, .95);--shadow: #00000022 2px 2px 8px;--icon-twitter: #1da1f2;--icon-linkedin: #0e76a8;--icon-facebook: #1877f2;--icon-github: #24292e;--scrollbar: #bb86fc}html{scroll-behavior:smooth;scrollbar-color:var(--scrollbar) #2a2a2a}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#2a2a2a}::-webkit-scrollbar-thumb{background:var(--scrollbar);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ca9eff}body{font-family:Poppins,sans-serif;color:var(--text);background:var(--bg);line-height:1.6;overflow-x:hidden;transition:background-color .3s ease,color .3s ease}.app{position:relative;min-height:100vh}.particles-canvas{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;opacity:1;transition:opacity .3s ease}html[data-theme=light] .particles-canvas{opacity:.35}main,.header,.footer,.scroll-to-top{position:relative;z-index:1}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:transparent;transition:background .3s ease,box-shadow .3s ease}.header.scrolled{background:var(--nav-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 2px 12px #00000040}.header-container{max-width:1200px;margin:0 auto;padding:.9rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.signature-logo{font-family:Great Vibes,cursive;font-size:2rem;font-weight:400;color:var(--text);text-decoration:none;white-space:nowrap;line-height:1}.nav{display:flex;align-items:center;gap:.25rem}.nav-link{color:var(--text-muted);text-decoration:none;font-weight:500;font-size:.95rem;padding:.4rem .9rem;position:relative;transition:color .25s ease}.nav-link:hover,.nav-link.active{color:var(--text)}.nav-link.active:after{content:"";position:absolute;left:30%;right:30%;bottom:0;height:3px;background:var(--accent-strong);border-radius:2px}.header-actions{display:flex;align-items:center;gap:.75rem}.theme-toggle{position:relative;width:72px;height:32px;cursor:pointer}.theme-toggle input{opacity:0;width:0;height:0}.theme-slider{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#f7ca33,#ffd54f);border-radius:999px;box-shadow:0 2px 6px #00000040;transition:.35s}.theme-slider:before{content:"";position:absolute;height:26px;width:26px;left:3px;top:3px;background:#f7ca33;border-radius:50%;transition:.35s;box-shadow:0 1px 4px #0000004d}.theme-toggle input:checked+.theme-slider{background:linear-gradient(90deg,#6617cb,#882463)}.theme-toggle input:checked+.theme-slider:before{transform:translate(40px);background:#bb86fc}.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.4rem}.hamburger{display:flex;flex-direction:column;gap:5px;width:24px}.hamburger span{width:100%;height:2px;background:var(--text);transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:7rem 1.5rem 3rem;text-align:center}.hero-center{display:flex;flex-direction:column;align-items:center;gap:1.25rem;max-width:720px}.hero-greeting{font-size:clamp(1.5rem,4vw,2.35rem);font-weight:600;color:var(--text)}.wave{display:inline-block;animation:wave-hand 1.8s ease-in-out infinite;transform-origin:70% 70%}@keyframes wave-hand{0%,60%,to{transform:rotate(0)}20%{transform:rotate(18deg)}40%{transform:rotate(-8deg)}}.hero-avatar{width:min(280px,70vw);height:min(280px,70vw);border-radius:50%;overflow:hidden;background:#dfe3ea;box-shadow:var(--shadow);margin:.5rem 0}.hero-avatar img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.hero-typing{font-size:clamp(1.05rem,2.5vw,1.35rem);color:var(--text);min-height:2rem}.header-name{font-weight:700}.typed-text{color:var(--accent);font-weight:600}.typing-cursor{display:inline-block;margin-left:2px;color:var(--accent);animation:blink .8s step-end infinite}@keyframes blink{50%{opacity:0}}body.custom-cursor-on,body.custom-cursor-on *{cursor:none!important}.custom-cursor{position:fixed;top:0;left:0;width:14px;height:14px;margin-left:-7px;margin-top:-7px;border-radius:50%;background:#ff1744;box-shadow:0 0 12px #ff1744bf,0 0 24px #ff174459;pointer-events:none;z-index:99999;transition:width .15s ease,height .15s ease,margin .15s ease,background .15s ease;mix-blend-mode:normal}.custom-cursor.hover{width:28px;height:28px;margin-left:-14px;margin-top:-14px;background:#ff17448c;border:2px solid #ff1744}.social-icons{display:flex;gap:.9rem;justify-content:center;flex-wrap:wrap}.socialicon{--link-size: 54px;width:var(--link-size);height:var(--link-size);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:#2b2a2a;box-shadow:10px 10px 5px #0003;position:relative;overflow:hidden;transition:transform .25s ease}html[data-theme=light] .socialicon{background:#fff;box-shadow:4px 4px 12px #0000001f}.socialicon:hover{transform:translateY(-4px)}.twitter-icon{width:34px;height:34px}.linkedin-icon{width:28px;height:28px;margin-left:2px}.facebook-icon{width:26px;height:26px}.github-icon{width:34px;height:34px;fill:#fff;margin-top:2px}html[data-theme=light] .github-icon{fill:#000}.twitter:hover .wing1{transform-origin:center;animation:flap .4s ease-out infinite alternate}.twitter:hover .wing2{transform-origin:center;animation:flap .4s ease-in infinite alternate}@keyframes flap{50%{transform:scaleX(-1) rotate(-45deg) translate(-40px,-40px)}}.linkedin:hover .linkedin-icon>.li-rect{animation:rect-up .3s linear infinite}.linkedin:hover .linkedin-icon>.li-dot{animation:bounce .4s linear infinite}@keyframes rect-up{0%{y:13px;height:8px}50%{y:10px;height:11px}}@keyframes bounce{0%,50%{cy:4px}75%{cy:8px}}.facebook:hover .fb-body{animation:fb-bounce .45s ease-in-out infinite alternate;transform-origin:center bottom}@keyframes fb-bounce{0%{transform:translateY(0) scale(1)}to{transform:translateY(-2px) scale(1.08)}}.github:hover .gh-arm{transform-origin:bottom right;animation:moveArm 1s infinite alternate}@keyframes moveArm{0%{transform:rotate(10deg)}to{transform:rotate(-10deg)}}.parallax-img,.hero-avatar,.contact-illustration,.certificate-card,.project-card,.education-card{transition:transform .18s ease-out;will-change:transform;transform-style:preserve-3d}.quote-section{padding:4rem 1.5rem 2rem;text-align:center}.quote-content{max-width:720px;margin:0 auto}.quote-marks{display:block;font-size:4rem;line-height:.6;color:var(--text);opacity:.85;font-family:Georgia,serif}.quote-text{font-size:clamp(1.15rem,2.5vw,1.5rem);font-weight:500;color:var(--text);margin-top:1rem}section{padding:5rem 0;position:relative}.section-header{text-align:center;margin-bottom:3rem}.section-label{display:inline-block;padding:.35rem .9rem;background:var(--accent-soft);color:var(--accent);border-radius:999px;font-size:.8rem;font-weight:600;margin-bottom:.75rem;letter-spacing:.04em;text-transform:uppercase}.section-title{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;margin-bottom:.6rem;color:var(--text);position:relative;display:inline-block}.section-title:after{content:"";display:block;width:56%;height:3px;background:var(--accent);margin:.55rem auto 0;border-radius:2px}.section-subtitle{font-size:1rem;color:var(--text-muted);max-width:560px;margin:.75rem auto 0}.certificates-grid,.skills-grid,.education-grid,.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.certificate-card,.skill-category,.education-card,.project-card,.experience-content{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:1.5rem;box-shadow:var(--shadow);transition:transform .25s ease,border-color .25s ease}.certificate-card:hover,.skill-category:hover,.education-card:hover,.project-card:hover{border-color:#bb86fc59}.certificate-header{display:flex;align-items:center;gap:.85rem;margin-bottom:1rem;padding-bottom:.85rem;border-bottom:1px solid var(--border)}.certificate-icon,.education-icon,.experience-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--accent);color:#fff;border-radius:12px;font-size:1.2rem;flex-shrink:0}.certificate-issuer,.category-title,.education-degree,.project-title,.experience-title{font-size:1.15rem;font-weight:700;color:var(--text)}.certificate-list{list-style:none}.certificate-list li{padding:.55rem 0;color:var(--text-muted);display:flex;gap:.65rem;align-items:flex-start;font-size:.92rem}.cert-check{color:var(--accent);font-weight:700}.skills-list{display:flex;flex-direction:column;gap:1.1rem;margin-top:1rem}.skill-header{display:flex;justify-content:space-between;margin-bottom:.4rem;font-size:.92rem}.skill-name{color:var(--text);font-weight:500}.skill-percentage{color:var(--accent);font-weight:700}.skill-bar{height:8px;background:#ffffff14;border-radius:999px;overflow:hidden}html[data-theme=light] .skill-bar{background:#00000014}.skill-progress{height:100%;background:linear-gradient(90deg,#6617cb,#bb86fc);border-radius:999px}.experience-timeline{display:flex;flex-direction:column;gap:1.5rem;max-width:860px;margin:0 auto}.experience-item{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:start}.experience-company{display:block;color:var(--accent);font-weight:600;margin-top:.2rem}.experience-period{display:block;color:var(--text-muted);font-size:.85rem;margin:.25rem 0 .75rem}.experience-description{color:var(--text-muted);margin-bottom:.75rem}.experience-achievements{list-style:none;margin-bottom:.85rem}.experience-achievements li{position:relative;padding-left:1.1rem;color:var(--text-muted);font-size:.92rem;margin-bottom:.35rem}.experience-achievements li:before{content:"▸";position:absolute;left:0;color:var(--accent)}.experience-links{display:flex;flex-wrap:wrap;gap:.6rem}.experience-link,.project-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--accent);text-decoration:none;font-size:.88rem;font-weight:600}.experience-link:hover,.project-link:hover{text-decoration:underline}.education-card{text-align:center}.education-icon{margin:0 auto 1rem}.education-institution{color:var(--accent);margin:.4rem 0;font-weight:500}.education-details,.education-period{display:block;color:var(--text-muted);font-size:.9rem}.project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.project-category{color:var(--text-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}.project-status{font-size:.75rem;font-weight:700;padding:.2rem .6rem;border-radius:999px;background:var(--accent-soft);color:var(--accent)}.project-description{color:var(--text-muted);font-size:.95rem;margin:.6rem 0 1rem}.project-tech{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.tech-tag{font-size:.75rem;padding:.25rem .6rem;border-radius:999px;background:#bb86fc1f;color:var(--accent)}.project-links{display:flex;gap:.85rem;flex-wrap:wrap}.contact{padding-bottom:3rem}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.contact-visual{display:flex;justify-content:center}.contact-illustration{width:min(380px,100%);height:auto;color:var(--text)}.contact-heading{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;margin-bottom:2rem;display:inline-block}.contact-heading:after{content:"";display:block;width:70%;height:3px;background:var(--accent);margin-top:.5rem;border-radius:2px}.underline-form{display:flex;flex-direction:column;gap:1.5rem}.form-field{display:flex;flex-direction:column;gap:.35rem}.form-field span{font-size:.85rem;color:var(--text-muted)}.form-field input,.form-field textarea{width:100%;background:transparent;border:none;border-bottom:2px solid var(--accent);color:var(--text);font-family:inherit;font-size:1rem;padding:.55rem 0;outline:none;resize:vertical}.form-field input:focus,.form-field textarea:focus{border-bottom-color:#ca9eff}.btn-send{align-self:flex-start;margin-top:.5rem;display:inline-flex;align-items:center;gap:.65rem;background:var(--accent);color:#fff;border:none;border-radius:999px;padding:.85rem 2.4rem;font-size:1.05rem;font-weight:600;cursor:pointer;font-family:inherit;transition:transform .2s ease,background .2s ease}.btn-send:hover{transform:translateY(-2px);background:#ca9eff}.footer{padding:2rem 0 2.5rem;text-align:center;background:transparent}.footer-socials{margin-bottom:1.25rem}.footer-copy{color:var(--text-muted);font-size:.9rem}.footer-copy span{color:var(--accent);font-weight:600}.scroll-to-top{position:fixed;bottom:18px;right:18px;width:48px;height:48px;border:none;border-radius:50%;background:#bb86fc;color:#fff;font-size:1.1rem;cursor:pointer;z-index:1100;box-shadow:2px 5px 5px #0000004d;display:flex;align-items:center;justify-content:center;animation:up 1.5s infinite}@keyframes up{0%,40%,to{transform:translateY(0)}20%{transform:translateY(-10px)}}@media (max-width: 900px){.contact-layout{grid-template-columns:1fr;gap:2rem}.contact-visual{order:-1}}@media (max-width: 860px){.menu-toggle{display:block}.nav{position:absolute;top:100%;left:0;right:0;flex-direction:column;background:var(--nav-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1rem 0;max-height:0;overflow:hidden;opacity:0;transition:max-height .35s ease,opacity .25s ease;border-bottom:1px solid var(--border)}.nav.open{max-height:420px;opacity:1}.nav-link{width:100%;text-align:center;padding:.75rem 1rem}.nav-link.active:after{left:42%;right:42%}.experience-item{grid-template-columns:1fr}}@media (max-width: 480px){.signature-logo{font-size:1.55rem}.theme-toggle{width:58px;height:28px}.theme-slider:before{width:22px;height:22px}.theme-toggle input:checked+.theme-slider:before{transform:translate(30px)}.hero-avatar{width:200px;height:200px}}.page-dim{opacity:.35;transition:opacity .2s ease}.page-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20000;background:#141516;display:flex;align-items:center;justify-content:center}.atom{position:relative;width:120px;height:120px}.atom:before{content:"";position:absolute;top:50%;left:50%;width:22px;height:22px;margin:-11px 0 0 -11px;border-radius:50%;background:#36c5f0;box-shadow:0 0 18px #36c5f0cc}.electron,.electron-alpha,.electron-omega{position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid rgba(160,160,160,.55);border-radius:50%;animation:spin 1.2s linear infinite}.electron:before,.electron-alpha:before,.electron-omega:before{content:"";position:absolute;top:-6px;left:50%;width:12px;height:12px;margin-left:-6px;border-radius:50%}.electron{transform:rotateX(70deg)}.electron:before{background:#ecb22e;box-shadow:0 0 10px #ecb22e}.electron-alpha{transform:rotate(60deg) rotateX(70deg);animation-delay:-.4s}.electron-alpha:before{background:#2eb67d;box-shadow:0 0 10px #2eb67d}.electron-omega{transform:rotate(-60deg) rotateX(70deg);animation-delay:-.8s}.electron-omega:before{background:#e01e5b;box-shadow:0 0 10px #e01e5b}@keyframes spin{to{transform:rotate(360deg) rotateX(70deg)}}.electron-alpha{animation-name:spin-alpha}.electron-omega{animation-name:spin-omega}@keyframes spin-alpha{to{transform:rotate(420deg) rotateX(70deg)}}@keyframes spin-omega{to{transform:rotate(300deg) rotateX(70deg)}}.page-hero{padding:7.5rem 0 2.5rem}.page-hero-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:2.5rem;align-items:center}.page-hero.reverse .page-hero-grid{direction:rtl}.page-hero.reverse .page-hero-copy,.page-hero.reverse .page-hero-visual{direction:ltr}.page-illustration{width:min(480px,100%);height:auto;display:block;margin:0 auto}.page-hero-title{font-size:clamp(2rem,4.5vw,3.2rem);font-weight:700;line-height:1.2;margin-bottom:1rem}.page-hero-title .accent,.page-subheading .accent{color:#bb86fc}.page-hero-text,.page-hero-quote{color:var(--text);font-size:clamp(1rem,2vw,1.15rem);line-height:1.7;max-width:34rem}.page-section-title{padding:1rem 0 0;text-align:center}.page-subheading{font-size:clamp(1.6rem,3vw,2.3rem);font-weight:700}.blogs-page{padding:1rem 0 4rem}.blogs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin-bottom:2rem}.blog-card{display:block;text-decoration:none;background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:1.4rem;box-shadow:var(--shadow);color:var(--text);transition:border-color .25s ease}.blog-card:hover{border-color:#bb86fc73}.blog-tag{display:inline-block;font-size:.75rem;font-weight:700;color:#bb86fc;background:#bb86fc1f;padding:.2rem .6rem;border-radius:999px;margin-bottom:.75rem}.blog-card h3{font-size:1.1rem;margin-bottom:.55rem}.blog-card p{color:var(--text-muted);font-size:.92rem;margin-bottom:.9rem}.blog-link{color:#bb86fc;font-weight:600;font-size:.9rem;display:inline-flex;align-items:center;gap:.4rem}.blog-empty-card{text-align:center;background:var(--bg-card);border:1px solid var(--border);border-radius:18px;padding:2.5rem 1.5rem;color:var(--text-muted)}.blog-empty-card svg{font-size:2rem;color:#bb86fc;margin-bottom:.85rem}.blog-empty-card h3{color:var(--text);margin-bottom:.5rem}@media (max-width: 900px){.page-hero-grid,.page-hero.reverse .page-hero-grid{grid-template-columns:1fr;direction:ltr;text-align:center}.page-hero-text,.page-hero-quote{margin:0 auto}}
