@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;600&display=swap";html{width:100%;overflow-x:hidden}:root{color-scheme:dark;--bg-primary: #050712;--bg-elevated: rgba(15, 23, 42, .75);--bg-elevated-strong: rgba(15, 23, 42, .9);--text-primary: #f8fafc;--text-muted: #94a3b8;overflow-y:auto;--accent: #6366f1;--accent-soft: rgba(99, 102, 241, .08);--accent-strong: #8b5cf6;--border-color: rgba(148, 163, 184, .12);max-width:100vw;--shadow-color: rgba(15, 23, 42, .6);--card-radius: 28px;--header-height: 64px;--container-width: min(1120px, 92vw);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6}:root #root{width:100%;overflow-x:hidden}*{box-sizing:border-box}body{margin:0;background-color:#050712;background-color:var(--bg-primary);color:#f8fafc;color:var(--text-primary);min-height:100vh;font-size:16px;font-family:inherit;position:relative;overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;inset:-10% -20% auto;height:320px;background:radial-gradient(circle at top right,rgba(99,102,241,.25),transparent 58%);z-index:-1}body:after{content:"";position:fixed;inset:auto -10% -20%;height:320px;background:radial-gradient(circle at bottom left,rgba(139,92,246,.23),transparent 60%);z-index:-1}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}button{font-family:inherit}img{max-width:100%;display:block}main{padding-top:96px;padding-top:calc(var(--header-height) + 24px)}.container{width:var(--container-width);margin-inline:auto;max-width:100vw}.section{padding-block:clamp(4rem,8vw,6rem);scroll-margin-top:108px;scroll-margin-top:calc(var(--header-height) + 32px)}.section-heading{text-align:justify;max-width:620px;text-wrap:auto}@supports (container-type: inline-size){main{container-type:inline-size}}.glass-card{background:rgba(15,23,42,0);background:var(--bg-elevated);border:1px solid rgba(148,163,184,.12);border:1px solid var(--border-color);border-radius:28px;border-radius:var(--card-radius);box-shadow:0 24px 60px -32px var(--shadow-color);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.tag-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .75rem;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:.85rem;font-weight:500;transition:transform .2s ease,background .2s ease,box-shadow .2s ease;cursor:default}.tag-pill:hover{transform:translateY(-2px) scale(1.05);background:rgba(99,102,241,.15);box-shadow:0 4px 12px -6px rgba(99,102,241,.3)}.cta-button{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.85rem 1.8rem;border-radius:999px;background:#6366f1;background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#fff;font-weight:600;border:none;cursor:pointer;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1),filter .3s ease;position:relative;overflow:hidden}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.cta-button:hover:before{left:100%}.cta-button:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 24px 48px -22px rgba(99,102,241,.7);filter:brightness(1.1)}.cta-button:active{transform:translateY(-1px) scale(1.02)}.cta-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.section-grid{display:grid;gap:clamp(1.8rem,4vw,2.6rem)}.about-grid{display:grid;gap:clamp(1.8rem,4vw,2.6rem);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:start}.highlight-card{border-radius:22px;border:1px solid var(--border-color);background:var(--bg-elevated);padding:1.6rem;display:flex;flex-direction:column;gap:.6rem;min-height:180px}p{margin:0 0 1.5rem;color:var(--text-muted)}h1,h2,h3,h4,h5{font-family:Space Grotesk,Inter,sans-serif;font-weight:600;margin:0 0 1rem}h1{font-size:clamp(2.2rem,5vw,3.2rem);letter-spacing:-.02em}h2{font-size:clamp(2.1rem,5vw,3rem);letter-spacing:-.01em}h3{font-size:clamp(1.6rem,3.5vw,2.2rem)}strong{color:inherit}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:rgba(148,163,184,.1)}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,rgba(99,102,241,.6),rgba(139,92,246,.5));border-radius:999px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,rgba(99,102,241,.8),rgba(139,92,246,.7))}::selection{background:rgba(99,102,241,.35);color:#fff}.hero-grid{display:grid;gap:clamp(2rem,5vw,4rem);align-items:center;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}@media (min-width: 961px){.hero-grid{align-items:center}.hero-aside{align-self:center}}.metrics-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.metrics-card{padding:1.25rem 1.5rem;border-radius:20px;border:1px solid var(--border-color);background:rgba(15,23,42,.55)}.metric-value{font-size:1.65rem;font-weight:600}.metric-label{color:var(--text-muted);font-size:.9rem}.hero-actions{display:flex;align-items:center;gap:1.1rem;margin-top:2rem;flex-wrap:wrap}.secondary-link{color:var(--text-muted);font-weight:500;padding:.75rem 1.4rem;border-radius:999px;border:1px solid var(--border-color);background:transparent;transition:color .3s ease,border-color .3s ease,background .3s ease,transform .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.secondary-link:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(99,102,241,.1);transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.secondary-link:hover:after{width:300px;height:300px}.secondary-link:hover{color:var(--accent);border-color:rgba(99,102,241,.55);transform:translateY(-2px);background:rgba(99,102,241,.05)}.hero-typed{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.4rem;margin-top:1.6rem;font-size:1.05rem;min-height:2.6rem}.hero-typed-line{display:flex;align-items:baseline;gap:.35rem;min-height:1.438rem}.hero-typed-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.16em;font-size:.75rem}.hero-typed-text{font-family:Space Grotesk,Inter,sans-serif;font-weight:600;font-size:1.2rem;display:block;min-height:1.438rem;white-space:normal;flex:1 1 auto;min-width:0;color:var(--text-primary)}.hero-typed-cursor{color:var(--accent);font-size:1.2rem;flex:0 0 auto;align-self:flex-start;animation:blink 1s steps(2,start) infinite}@keyframes blink{to{visibility:hidden}}@keyframes pulse-glow{0%,to{box-shadow:0 0 rgba(99,102,241,.7)}50%{box-shadow:0 0 0 12px rgba(99,102,241,0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.hero-aside{display:flex;flex-direction:column;gap:1.2rem;padding:clamp(1.8rem,4vw,2.4rem)}.hero-grid>div>p{text-align:justify;max-width:68ch}.hero-profile{display:flex;align-items:center;gap:clamp(1.1rem,3vw,1.8rem)}.hero-profile-text{display:flex;flex-direction:column;gap:.4rem}.hero-profile-text h3{margin:0;font-size:clamp(1.4rem,3vw,1.75rem)}.hero-profile-text p{margin:0;color:var(--text-muted);text-align:justify}.hero-summary-group{display:grid;gap:.85rem}.hero-summary{margin:0;color:var(--text-muted);text-align:justify}.hero-avatar{width:110px;height:110px;border-radius:50%;display:grid;place-items:center;font-size:2rem;font-weight:600;background:linear-gradient(135deg,rgba(99,102,241,.8),rgba(139,92,246,.65));color:#fff;box-shadow:0 18px 40px -26px rgba(99,102,241,.72);overflow:hidden;flex-shrink:0;animation:float 6s ease-in-out infinite;transition:transform .3s ease,box-shadow .3s ease}.hero-avatar:hover{transform:scale(1.05);box-shadow:0 24px 50px -28px rgba(99,102,241,.85);animation-play-state:paused}.hero-avatar img{width:100%;height:100%;object-fit:cover}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:.6rem;top:.4rem;bottom:.4rem;width:2px;background:linear-gradient(180deg,rgba(99,102,241,.4),rgba(139,92,246,.2))}.timeline-item{position:relative;padding:1.6rem 1.8rem;margin-bottom:1.6rem;border-radius:24px;border:1px solid var(--border-color);background:var(--bg-elevated);transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .3s cubic-bezier(.16,1,.3,1),background .3s ease}.timeline-item:hover{transform:translate(8px);border-color:rgba(99,102,241,.5);box-shadow:-4px 20px 50px -28px rgba(99,102,241,.3);background:var(--bg-elevated-strong)}.timeline-location{margin-bottom:.5rem;color:var(--text-muted)}.timeline-item:before{content:"";position:absolute;left:-1.2rem;top:1.8rem;width:12px;height:12px;border-radius:999px;background:var(--bg-primary);border:2px solid var(--accent)}.timeline-item ul{margin:0;padding-left:1.2rem;display:grid;gap:.5rem;color:var(--text-muted)}.skill-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:clamp(1.2rem,3vw,2rem);margin-top:clamp(1.8rem,5vw,3rem)}.skills-carousel-wrapper{margin-top:clamp(2.4rem,5vw,3.6rem);padding:2rem 0;min-height:460px;display:flex;align-items:center;justify-content:center;width:100%;position:relative;--arrow-color: #ffffff;--arrow-hover-color: #bb86fc;--arrow-width: 2.5rem;--arrow-height: 2.5rem;--arrow-drop-shadow: drop-shadow(0 4px 12px rgba(0, 0, 0, .3));--indicator-color: rgba(148, 163, 184, .5);--indicator-active-color: #6366f1;--indicator-width: .6rem;--indicator-height: .6rem;--indicator-shadow: drop-shadow(0 2px 6px rgba(0, 0, 0, .2))}.skills-carousel-wrapper .react-responsive-3d-carousel__arrows>button{background:rgba(15,23,42,.7);border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(8px);transition:all .3s ease}.skills-carousel-wrapper .react-responsive-3d-carousel__arrows>button:hover{background:rgba(99,102,241,.85);transform:translateY(-50%) scale(1.1)}.skills-carousel-wrapper .react-responsive-3d-carousel__indicators>li{transition:all .3s ease}.skills-carousel-wrapper .react-responsive-3d-carousel__indicators>li>*{border-radius:50%;transition:all .3s ease}.skill-card-3d{border-radius:22px;border:1px solid var(--border-color);background:rgba(15,23,42,.95);padding:1.5rem;display:flex;flex-direction:column;gap:.8rem;height:100%;box-shadow:0 24px 60px -32px var(--shadow-color);transition:border-color .3s ease,box-shadow .3s ease;overflow-y:auto}.skill-card-3d:hover{border-color:rgba(99,102,241,.45);box-shadow:0 28px 70px -36px rgba(99,102,241,.3)}.skill-card-3d h3{margin:0 0 .4rem;font-size:1.25rem;color:var(--text-primary);line-height:1.3;word-wrap:break-word;overflow-wrap:break-word}.skill-card-3d p{margin:0 0 .6rem;color:var(--text-muted);font-size:.9rem;line-height:1.5}.skill-card-3d .skill-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.skill-card-3d .tag-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .9rem;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:.875rem;font-weight:500;white-space:nowrap;min-height:30px}@media (min-width: 1024px){.skill-grid{display:none}.skills-carousel-wrapper{display:flex}}@media (max-width: 1023px){.skills-carousel-wrapper{display:none}.skill-grid{display:grid}}.skill-grid-card{border-radius:22px;padding:clamp(1.4rem,3vw,1.8rem);border:1px solid var(--border-color);background:var(--bg-elevated);display:flex;flex-direction:column;gap:.75rem;min-height:210px;transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .3s cubic-bezier(.16,1,.3,1),background .3s ease}.skill-grid-card:hover{transform:translateY(-6px) scale(1.02);border-color:rgba(99,102,241,.5);box-shadow:0 28px 70px -36px rgba(99,102,241,.35);background:var(--bg-elevated-strong)}.skill-grid-card h3{margin:0 0 .4rem;font-size:clamp(1.2rem,2.6vw,1.5rem)}.skill-grid-card p{margin:0;color:var(--text-muted)}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.three-d-carousel{position:relative;margin-top:clamp(2.4rem,5vw,3.6rem);width:100%;display:none}.three-d-carousel-track{position:relative;width:min(960px,86vw);margin-inline:auto;height:clamp(360px,42vw,460px)}.three-d-card{position:absolute;top:50%;left:50%;translate:-50% -50%;width:clamp(320px,34vw,400px);border-radius:24px;border:1px solid var(--border-color);background:var(--bg-elevated);padding:clamp(2rem,3.5vw,2.6rem);display:flex;flex-direction:column;gap:1.1rem;opacity:0;pointer-events:none;transition:transform .45s ease,opacity .35s ease,box-shadow .35s ease}.three-d-card h3{margin:0;font-size:1.4rem}.three-d-card p{margin:0;color:var(--text-muted)}.three-d-card--active{transform:translate(0) scale(1);opacity:1;pointer-events:auto;z-index:30;box-shadow:0 28px 64px -34px var(--shadow-color);background:var(--bg-elevated-strong);border-color:rgba(99,102,241,.45)}.three-d-card--next{transform:translate(44%) scale(.92);opacity:.55;z-index:20}.three-d-card--prev{transform:translate(-44%) scale(.92);opacity:.55;z-index:20}.three-d-card--hidden{transform:translate(0) scale(.85);opacity:0;z-index:10}.three-d-carousel-nav{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.three-d-carousel-button{position:absolute;top:50%;translate:0 -50%;width:44px;height:44px;border-radius:50%;border:none;display:grid;place-items:center;background:rgba(15,23,42,.65);color:var(--text-primary);cursor:pointer;pointer-events:auto;transition:transform .2s ease,background .2s ease;box-shadow:0 14px 32px -18px var(--shadow-color)}.three-d-carousel-button:hover{transform:translateY(-2px);background:rgba(99,102,241,.8)}.three-d-carousel-button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.three-d-carousel-button--prev{left:clamp(.4rem,2vw,1.6rem)}.three-d-carousel-button--next{right:clamp(.4rem,2vw,1.6rem)}.three-d-carousel-indicators{position:absolute;bottom:1.4rem;left:0;right:0;display:flex;justify-content:center;gap:.6rem;pointer-events:none}.three-d-carousel-indicators button{width:9px;height:9px;border-radius:999px;border:none;background:rgba(148,163,184,.35);transition:width .2s ease,background .2s ease;pointer-events:auto;cursor:pointer}.three-d-carousel-indicators button[aria-current=true]{width:28px;background:var(--accent)}.three-d-carousel-sr{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;overflow:hidden;clip:rect(0 0 0 0)}@media (max-width: 1023px){.three-d-carousel{display:none}}@media (min-width: 1024px){.skill-grid{display:none}.three-d-carousel{display:block}}.projects-grid{display:grid;gap:1.8rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.project-card{border-radius:24px;border:1px solid var(--border-color);background:var(--bg-elevated);padding:1.8rem;display:flex;flex-direction:column;gap:1.2rem;transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .3s cubic-bezier(.16,1,.3,1)}.project-card:hover{transform:translateY(-8px) scale(1.02);border-color:rgba(99,102,241,.55);box-shadow:0 32px 80px -40px rgba(99,102,241,.4)}.project-links{display:flex;gap:1rem;flex-wrap:wrap}.project-highlights{list-style:none;padding:0;margin:0;display:grid;gap:.6rem;color:var(--text-muted)}.project-highlights li{display:flex;gap:.6rem;align-items:flex-start}.project-highlights li:before{content:"▹";color:var(--accent);margin-top:.15rem}.contact-grid{display:grid;gap:clamp(2rem,4vw,3rem);grid-template-columns:repeat(auto-fit,minmax(320px,1fr));width:100%}.contact-card{border-radius:24px;border:1px solid var(--border-color);background:var(--bg-elevated);padding:clamp(1.5rem,3vw,2rem);width:100%}.contact-methods{display:grid;gap:1rem;margin-top:1.5rem}.contact-method{display:flex;gap:.8rem;align-items:flex-start;border-radius:18px;padding:1rem 1.25rem;border:1px solid var(--border-color);background:rgba(15,23,42,.45)}.contact-method-body{display:grid;gap:.35rem;flex:1 1 auto;min-width:0}.contact-method-action{margin-left:auto;white-space:nowrap}.contact-method h4{margin:0;font-size:1.05rem}.contact-socials{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.2rem}.contact-note{margin:0;color:var(--text-muted);font-size:.95rem}form{display:grid;gap:1rem}form label{display:flex;flex-direction:column;gap:.6rem;font-size:.95rem;color:var(--text-muted)}input,textarea{background:rgba(15,23,42,.35);border:1px solid transparent;border-radius:16px;padding:.85rem 1rem;font-size:1rem;color:var(--text-primary);transition:border-color .2s ease,background .2s ease;font-family:inherit}input:focus,textarea:focus{outline:none;border-color:rgba(99,102,241,.65);background:rgba(99,102,241,.08)}.error-text{color:#f87171;font-size:.85rem}.success-banner{background:rgba(34,197,94,.12);color:#bbf7d0;border:1px solid rgba(34,197,94,.35);padding:1rem 1.2rem;border-radius:18px}.error-banner{background:rgba(248,113,113,.12);color:#fecaca;border:1px solid rgba(248,113,113,.35);padding:1rem 1.2rem;border-radius:18px}.header{position:fixed;top:0;left:0;right:0;height:var(--header-height);display:flex;align-items:center;z-index:20;background-color:rgba(9,13,27,.24);background-image:linear-gradient(120deg,rgba(15,23,42,.22),rgba(32,43,73,.14));border-bottom:1px solid rgba(148,163,184,.12);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header.glass-card{background-color:rgba(9,13,27,0);background-image:linear-gradient(120deg,rgba(17,24,39,0),rgba(48,64,121,0));border-bottom:1px solid rgba(148,163,184,.14)}.header-inner{width:var(--container-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.header-leading{display:flex;align-items:center;gap:.75rem}.header-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.menu-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;border:1px solid rgba(148,163,184,.18);background:rgba(15,23,42,.6);background:var(--bg-elevated-strong);cursor:pointer;position:relative;transition:border-color .2s ease,background .2s ease}.menu-toggle span{position:absolute;width:20px;height:2px;background:currentColor;transition:transform .25s ease,opacity .2s ease}.menu-toggle span:nth-child(1){transform:translateY(-6px)}.menu-toggle span:nth-child(2){transform:translateY(0)}.menu-toggle span:nth-child(3){transform:translateY(6px)}.menu-toggle.open span:nth-child(1){transform:rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:rotate(-45deg)}.menu-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.lang-switch{display:inline-flex;align-items:center;gap:.5rem;padding:.2rem;border-radius:999px;background:transparent}.lang-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:1px solid var(--border-color);background:var(--bg-elevated-strong);cursor:pointer;font-size:1.1rem;transition:transform .2s ease,border-color .2s ease,background .2s ease}.lang-btn:hover{transform:translateY(-1px);border-color:rgba(99,102,241,.45)}.lang-btn.active{background:var(--accent);border-color:transparent;color:#fff}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.logo-mark{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:.85rem;padding:.45rem}.logo-mark:hover{transform:none}.logo-mark img{display:block;width:100%;height:100%;object-fit:contain;border-radius:.5rem}.nav-links{display:flex;gap:1rem;align-items:center;font-size:.95rem}.nav-button{padding:.6rem 1rem;border-radius:999px;color:var(--text-muted);transition:color .2s ease,background .2s ease}.nav-button.active{color:var(--text-primary);background:rgba(99,102,241,.12)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;border:1px solid var(--border-color);background:var(--bg-elevated-strong);color:var(--text-muted);cursor:pointer;transition:transform .2s ease,color .2s ease}.theme-toggle:hover{color:var(--accent);transform:translateY(-1px)}.mobile-nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;justify-content:flex-start;background:rgba(5,7,18,.55);background:linear-gradient(90deg,rgba(5,7,18,.72),rgba(15,23,42,.38));opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:18}.header.menu-open+.mobile-nav-overlay{z-index:24}.mobile-nav-overlay.open{opacity:1;pointer-events:auto}.mobile-nav{width:min(84vw,320px);max-width:360px;height:100%;background:rgba(10,14,26,.96);background:var(--bg-elevated-strong);border-right:1px solid rgba(148,163,184,.14);border-right:1px solid var(--border-color);padding:1.8rem 1.4rem 2.4rem;display:flex;flex-direction:column;gap:1.4rem;transform:translate(-100%);transition:transform .32s cubic-bezier(.16,1,.3,1);box-shadow:22px 0 80px -32px rgba(5,8,20,.65);overflow-y:auto}.mobile-nav.open{transform:translate(0)}.mobile-nav-header{display:flex;align-items:center;justify-content:flex-end;gap:1rem}.menu-close{background:transparent;border:none;color:inherit;font-size:1.8rem;line-height:1;cursor:pointer;width:40px;height:40px;border-radius:12px}.menu-close:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.mobile-nav-links{display:flex;flex-direction:column;gap:.6rem}.mobile-nav-link{display:block;padding:.75rem 1rem;border-radius:14px;background:transparent;border:1px solid transparent;color:var(--text-primary);font-weight:500;transition:background .2s ease,border-color .2s ease}.mobile-nav-link:hover,.mobile-nav-link:focus-visible{background:rgba(99,102,241,.12);border-color:rgba(99,102,241,.3)}.mobile-nav-link.active{background:rgba(99,102,241,.2);border-color:rgba(99,102,241,.32)}.mobile-nav-actions{display:grid;gap:.75rem}.mobile-nav-actions .lang-switch{justify-content:flex-start}footer{padding:3rem 0 2rem;text-align:center;color:var(--text-muted);font-size:.9rem}.linkedin-posts-grid{display:grid;gap:clamp(1.8rem,4vw,2.6rem);grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr));margin-top:clamp(2rem,5vw,3rem)}.linkedin-post-card{border-radius:24px;border:1px solid var(--border-color);background:var(--bg-elevated);padding:1.2rem;overflow:hidden;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.linkedin-post-card:hover{transform:translateY(-4px);border-color:rgba(99,102,241,.45);box-shadow:0 24px 60px -32px var(--shadow-color)}.linkedin-post-wrapper{position:relative;width:100%;overflow:hidden;border-radius:16px;background:rgba(255,255,255,.02)}.linkedin-post-wrapper iframe{display:block;width:100%;max-width:100%;min-height:400px;border-radius:16px}@media (min-width: 768px){.linkedin-posts-grid{grid-template-columns:repeat(auto-fit,minmax(380px,1fr))}}@media (min-width: 1200px){.linkedin-posts-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 767px){.linkedin-post-wrapper iframe{min-height:500px}}@media (max-width: 540px){.linkedin-posts-grid{gap:1.4rem}.linkedin-post-card{padding:1rem}.linkedin-post-wrapper iframe{min-height:450px}}@media (max-width: 720px){.nav-links{display:none}.header-inner{justify-content:space-between}.menu-toggle{display:inline-flex}.header-inner{gap:1rem}.header-actions{display:none}}@media (max-width: 1500px){.header-inner{gap:1rem}.nav-links{gap:.9rem}.header-actions{gap:.85rem}}@media (max-width: 1360px){.nav-links{gap:.75rem;font-size:.9rem}.nav-button{padding:.5rem .85rem}.header-actions{gap:.7rem}.lang-btn{width:36px;height:36px}}@media (max-width: 1180px){.header-inner{gap:.85rem}.header-leading{gap:.55rem}.nav-links{gap:.65rem;font-size:.88rem}.nav-button{padding:.45rem .75rem}.header-actions{gap:.65rem}}@media (max-width: 1080px){:root{--container-width: min(960px, 92vw)}.header-inner,.hero-actions{gap:.8rem}}@media (max-width: 960px){:root{--header-height: 58px}h1{font-size:clamp(2.4rem,6vw,3.4rem)}.hero-grid{grid-template-columns:minmax(0,1fr)}.hero-aside{order:-1}.hero-actions{justify-content:flex-start}.projects-grid,.skill-grid,.contact-grid,.about-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}}@media (max-width: 820px){body{font-size:15px}.section{padding-block:clamp(3rem,8vw,4.2rem)}.timeline{padding-left:1rem}.timeline:before{left:.3rem}.header-inner{flex-wrap:wrap}.header-actions{flex:1 1 100%;justify-content:flex-end}.hero-grid{gap:clamp(1.6rem,6vw,3rem)}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}}@media (max-width: 680px){:root{--header-height: 56px}.container{width:min(100%,calc(100vw - 2.5rem))}.header{padding-block:.4rem}.header-inner,.header-actions{gap:.75rem}.hero-typed{align-items:flex-start;gap:.35rem}.hero-typed-label{flex-basis:auto}.hero-actions{flex-direction:column;align-items:stretch}.hero-profile{flex-direction:column;align-items:center}.hero-profile-text{align-items:center;text-align:center}.hero-actions a{width:100%;text-align:center}.secondary-link{padding:.75rem 1.2rem}.timeline{padding-left:0}.timeline:before{display:none}.timeline-item{padding:1.4rem;margin-left:0}.timeline-item:before{left:1.1rem}.contact-grid{grid-template-columns:1fr;gap:1.6rem}.contact-method{flex-direction:column;align-items:stretch}.contact-method-body{width:100%}.contact-method-action{width:100%;margin-left:0;text-align:center;white-space:normal}.contact-method,.contact-card,.project-card,.skill-grid-card,.highlight-card{padding:1.35rem}}@media (max-width: 540px){:root{--header-height: 68px}body{font-size:14.5px}.header{min-height:68px}.header-inner{flex-direction:column;align-items:stretch;text-align:center}.header-leading{width:100%;justify-content:space-between}.header-actions{justify-content:center;gap:.65rem}.header-actions .theme-toggle,.lang-btn{width:38px;height:38px}.menu-toggle{width:38px;height:38px;border-radius:10px}.lang-switch{justify-content:center;width:100%;order:2}.header-actions .theme-toggle{order:1}.hero-avatar{width:96px;height:96px}.hero-actions{gap:.6rem}.project-links,.contact-socials{flex-direction:column;align-items:stretch}.project-links a,.contact-socials a{width:100%;text-align:center}}@media (max-width: 420px){body{font-size:14px}.section{padding-block:clamp(2.5rem,12vw,3.5rem)}.cta-button{padding:.75rem 1.1rem}.secondary-link{padding:.7rem 1rem}.skill-tags{gap:.4rem}}@media (max-width: 360px){body{font-size:13.5px}.container{width:min(100%,calc(100vw - 1.8rem))}.hero-actions,.project-links{gap:.5rem}.hero-avatar{width:88px;height:88px}.lang-btn{width:34px;height:34px}}@media (min-width: 1280px){:root{--container-width: min(1280px, 84vw)}body:before,body:after{height:360px}}@media (min-width: 1440px){:root{--container-width: min(1380px, 76vw);font-size:17px}.header{--header-height: 78px}}@media (min-width: 1920px){:root{--container-width: min(1520px, 72vw);font-size:18px}body:before,body:after{height:420px}.section{padding-block:clamp(5rem,6vw,7rem)}}@media (min-width: 2560px){:root{--container-width: 1720px;font-size:19px}body:before,body:after{height:520px}.header{--header-height: 84px}}@media (min-width: 3200px){:root{--container-width: 1980px;font-size:20px}body:before,body:after{height:620px}}@media (min-width: 3840px){:root{--container-width: 2280px;font-size:21px}.section{padding-block:clamp(5.5rem,5vw,8rem)}}@media (max-width: 320px){body{font-size:13px}.header{min-height:64px}.cta-button{padding:.7rem 1rem}}@media (max-width: 280px){body{font-size:12.5px}.container{width:min(100%,calc(100vw - 1.2rem))}.hero-actions,.project-links{gap:.45rem}.lang-btn,.menu-toggle,.header-actions .theme-toggle{width:32px;height:32px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.mobile-nav,.mobile-nav-overlay,.menu-toggle span{transition:none!important}}@media (aspect-ratio: 4/3),(aspect-ratio: 1024/768),(aspect-ratio: 1280/960){:root{--container-width: min(980px, 90vw);--header-height: 60px}.hero-grid{gap:2rem}.hero-aside{padding:1.6rem}.section{padding-block:clamp(3.5rem,7vw,5rem)}.projects-grid,.skill-grid,.about-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.linkedin-posts-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}@media (max-width: 767px) and (orientation: portrait){:root{--container-width: min(100%, calc(100vw - 2rem) )}h1{font-size:clamp(2rem,8vw,2.8rem)}.hero-grid{gap:1.5rem}.hero-actions{flex-direction:column;width:100%}.hero-actions a{width:100%;text-align:center}.contact-grid{grid-template-columns:1fr}.linkedin-posts-grid{grid-template-columns:1fr;gap:1.2rem}.project-card,.skill-grid-card,.timeline-item{padding:1.2rem}}@media (max-height: 600px) and (orientation: landscape){:root{--header-height: 52px}.section{padding-block:clamp(2.5rem,6vw,3.5rem)}.hero-grid{grid-template-columns:1.2fr 1fr;gap:1.5rem}.hero-aside{padding:1.2rem}.hero-actions{gap:.6rem}.timeline{padding-left:1rem}}@media (min-width: 768px) and (max-width: 1024px) and (aspect-ratio: 4/3){.projects-grid,.skill-grid,.linkedin-posts-grid{grid-template-columns:repeat(2,1fr)}.hero-grid{grid-template-columns:1fr}.hero-aside{order:-1}}@media (width: 1024px) and (height: 768px){:root{--container-width: 920px;font-size:15.5px}.section{padding-block:4rem}}@media (width: 1280px) and (height: 960px){:root{--container-width: 1160px;font-size:16.5px}.section{padding-block:4.5rem}}@media (hover: none) and (pointer: coarse){.cta-button,.secondary-link,.nav-button{min-height:44px;min-width:44px}.project-card:hover,.skill-grid-card:hover,.timeline-item:hover,.linkedin-post-card:hover{transform:none}.project-card:active,.skill-grid-card:active{transform:scale(.98)}}
