:root{--navy: #111827;--navy-2: #1f2937;--blue: #155fd1;--blue-soft: #eaf2ff;--slate: #1f2937;--muted: #5f6b7a;--line: #d7dee8;--soft: #f3f5f8;--white: #ffffff;--shadow: none;--shadow-soft: none;--radius: 20px;--radius-sm: 14px;--container: 1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--slate);background:var(--soft);line-height:1.6}html.dark-theme body,body.dark-theme{color:#e5e7eb;background:#111827}a{color:inherit;text-decoration:none}img,svg{display:block}svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}.section-pad{padding:74px 0}.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--line)}html.dark-theme .site-header,body.dark-theme .site-header{background:#111827;border-bottom-color:#374151}.navbar{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:14px;flex:0 0 auto;color:var(--navy);font-weight:700}.brand-mark{display:grid;place-items:center;width:48px;height:48px;color:var(--blue);font-size:1.18rem;letter-spacing:0;border-radius:14px;background:#fff;border:1px solid var(--line);box-shadow:none}html.dark-theme .brand-mark,body.dark-theme .brand-mark{color:#60a5fa;background:#1f2937;border-color:#374151}.brand-name{color:#1d2d44;white-space:nowrap}html.dark-theme .brand-name,body.dark-theme .brand-name{color:#eff6ff}.nav-panel{display:flex;align-items:center;justify-content:flex-end;gap:24px;flex:1}.nav-links{display:flex;align-items:center;gap:8px;margin:0;padding:0;list-style:none}.nav-links a{position:relative;display:inline-flex;padding:11px 14px;color:#273950;font-size:.92rem;font-weight:700;border-radius:999px;transition:color .2s ease,background .2s ease}html.dark-theme .nav-links a,body.dark-theme .nav-links a{color:#d4e3f6}.nav-links a:hover,.nav-links a.active{color:var(--blue);background:var(--blue-soft)}html.dark-theme .nav-links a:hover,html.dark-theme .nav-links a.active,body.dark-theme .nav-links a:hover,body.dark-theme .nav-links a.active{color:#fff;background:#2b7aec38}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:0 20px;border:1px solid transparent;border-radius:12px;font-size:.93rem;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{color:var(--white);background:var(--blue);box-shadow:none}.btn-primary:hover{background:#0f55bd;box-shadow:none}.btn-secondary,.btn-outline{color:var(--blue);background:var(--white);border-color:#b8d0f5}.btn-secondary:hover,.btn-outline:hover{border-color:var(--blue);box-shadow:none}html.dark-theme .btn-secondary,html.dark-theme .btn-outline,body.dark-theme .btn-secondary,body.dark-theme .btn-outline{color:#dbeafe;background:#1f2937;border-color:#4b5563}html.dark-theme .btn-secondary:hover,html.dark-theme .btn-outline:hover,body.dark-theme .btn-secondary:hover,body.dark-theme .btn-outline:hover{background:#243244;border-color:#60a5fa}html.dark-theme .hero-actions .btn-secondary,body.dark-theme .hero-actions .btn-secondary{color:var(--blue);background:#fff}.btn-light{color:var(--navy);background:var(--white);border-color:#fff6}.theme-toggle{position:relative;display:grid;place-items:center;width:46px;height:46px;flex:0 0 auto;color:var(--navy);background:var(--white);border:1px solid var(--line);border-radius:14px;box-shadow:none;cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease}.theme-toggle:hover{transform:translateY(-2px);color:var(--blue)}.theme-toggle .moon-icon{display:none}html.dark-theme .theme-toggle,body.dark-theme .theme-toggle{color:#f9d66b;background:#1f2937;border-color:#4b5563}html.dark-theme .theme-toggle .sun-icon,body.dark-theme .theme-toggle .sun-icon{display:none}html.dark-theme .theme-toggle .moon-icon,body.dark-theme .theme-toggle .moon-icon{display:block}.menu-toggle{display:none;width:46px;height:46px;border:1px solid var(--line);border-radius:14px;background:var(--white);cursor:pointer}html.dark-theme .menu-toggle,body.dark-theme .menu-toggle{background:#1f2937;border-color:#4b5563}.menu-toggle span{display:block;width:20px;height:2px;margin:5px auto;background:var(--navy);border-radius:999px;transition:transform .2s ease,opacity .2s ease}html.dark-theme .menu-toggle span,body.dark-theme .menu-toggle span{background:#eff6ff}.menu-open .menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-open .menu-toggle span:nth-child(2){opacity:0}.menu-open .menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{position:relative;overflow:hidden;background:#f8fafc;border-bottom:1px solid var(--line)}html.dark-theme .hero,body.dark-theme .hero{background:#111827;border-bottom-color:#374151}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(21,95,209,.12) 1.2px,transparent 1.2px);background-size:18px 18px;opacity:.45}html.dark-theme .hero-bg,body.dark-theme .hero-bg{background-image:radial-gradient(rgba(96,165,250,.12) 1.2px,transparent 1.2px);opacity:.35}.hero-grid{position:relative;display:grid;grid-template-columns:minmax(700px,1fr) minmax(360px,420px);align-items:center;gap:28px;min-height:540px}.hero-content{display:grid;grid-template-columns:190px minmax(420px,1fr);align-items:center;gap:30px}.profile-wrap{display:grid;place-items:center}.profile-photo{position:relative;display:grid;place-items:center;width:clamp(170px,18vw,220px);aspect-ratio:1;overflow:hidden;border-radius:50%;background:#e5e7eb;border:8px solid var(--white);box-shadow:none}html.dark-theme .profile-photo,body.dark-theme .profile-photo{border-color:#e5e7eb;box-shadow:none}.profile-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 12%}.profile-fallback{display:none;place-items:center;width:100%;height:100%;color:var(--white);font-size:clamp(2.8rem,5vw,4.5rem);font-weight:800;background:linear-gradient(#082a5e0f,#082a5e1f),linear-gradient(145deg,#165fc7,#082a5e)}.eyebrow{margin:0 0 4px;color:#1f2f46;font-size:clamp(1.25rem,2vw,1.55rem);font-weight:600}html.dark-theme .eyebrow,body.dark-theme .eyebrow{color:#dcecff}h1,h2,h3,p{overflow-wrap:anywhere}h1{margin:0;color:var(--navy);font-size:clamp(2.35rem,4.15vw,3.55rem);line-height:1.04;letter-spacing:0}html.dark-theme h1,body.dark-theme h1,html.dark-theme .section-heading h2,body.dark-theme .section-heading h2,html.dark-theme .item-header h3,body.dark-theme .item-header h3,html.dark-theme .compact-list h3,body.dark-theme .compact-list h3,html.dark-theme .cert-card h3,body.dark-theme .cert-card h3{color:#f4f8ff}.hero-title{margin:10px 0 14px;color:var(--blue);font-size:clamp(1.08rem,2vw,1.5rem);font-weight:700;line-height:1.25}html.dark-theme .hero-title,body.dark-theme .hero-title{color:#4f9cff}.hero-desc{max-width:650px;margin:0;color:#3f4e65;font-size:1.02rem}html.dark-theme .hero-desc,body.dark-theme .hero-desc,html.dark-theme .info-card>p,body.dark-theme .info-card>p,html.dark-theme .timeline-card ul,body.dark-theme .timeline-card ul,html.dark-theme .compact-list span,body.dark-theme .compact-list span,html.dark-theme .cert-card span,body.dark-theme .cert-card span{color:#b9c9de}.social-row{display:flex;flex-wrap:wrap;gap:14px;margin:28px 0 0}.social-row a{display:grid;place-items:center;width:42px;height:42px;color:var(--white);background:var(--blue);border-radius:50%;box-shadow:none;transition:transform .2s ease,box-shadow .2s ease}.social-row a:hover{transform:translateY(-3px);background:#0f55bd;box-shadow:none}.hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:30px}.tech-visual{position:relative;min-height:380px}.dots{position:absolute;top:8px;left:20px;width:120px;height:90px;background-image:radial-gradient(rgba(23,99,214,.22) 2px,transparent 2px);background-size:16px 16px}.laptop{position:absolute;top:46px;right:36px;width:250px;transform:rotate(11deg);filter:drop-shadow(0 24px 28px rgba(8,42,94,.18))}.screen{height:170px;padding:22px;background:linear-gradient(145deg,#0c3470,#2475e4);border:10px solid #17263b;border-radius:18px 18px 8px 8px}.screen span{display:block;width:74%;height:9px;margin-bottom:13px;border-radius:999px;background:#ffffff57}.screen span:nth-child(2){width:48%}.screen span:nth-child(3){width:64%}.chart{width:92px;height:48px;margin-left:auto;border-radius:12px;background:linear-gradient(180deg,#ffffff57,#ffffff14)}.keyboard{height:20px;margin:0 22px;background:linear-gradient(180deg,#d9e3ef,#abb9c9);border-radius:0 0 26px 26px}.headset{position:absolute;left:32px;top:145px;width:130px;height:112px;border:16px solid #0f376d;border-bottom-color:transparent;border-radius:80px 80px 40px 40px;transform:rotate(-18deg);box-shadow:inset 0 0 0 4px #ffffff2e}.headset:before,.headset:after{content:"";position:absolute;bottom:8px;width:28px;height:44px;background:#123f7c;border-radius:14px}.headset:before{left:-22px}.headset:after{right:-22px}.phone{position:absolute;right:54px;bottom:54px;width:86px;height:142px;background:linear-gradient(145deg,#f8fbff,#dbe8f7);border:8px solid #17263b;border-radius:22px;transform:rotate(18deg);box-shadow:0 18px 24px #082a5e24}.phone:before{content:"";position:absolute;inset:22px 12px auto;height:8px;border-radius:999px;background:var(--blue);box-shadow:0 18px #b9d4f7,0 36px #d8e7fb}.plant{position:absolute;right:0;top:190px;width:80px;height:112px}.plant:after{content:"";position:absolute;bottom:0;left:17px;width:48px;height:48px;background:#fff;border:1px solid #d8e3ef;border-radius:8px 8px 18px 18px;box-shadow:var(--shadow-soft)}.plant span{position:absolute;bottom:40px;left:28px;width:28px;height:58px;background:linear-gradient(145deg,#49a66b,#1e7a4a);border-radius:100% 0;transform-origin:bottom center}.plant span:nth-child(1){transform:rotate(-36deg)}.plant span:nth-child(2){transform:rotate(0)}.plant span:nth-child(3){transform:rotate(38deg)}.main-content{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(340px,.85fr);gap:24px}.content-left,.content-right{display:grid;align-content:start;gap:24px}.info-card{padding:clamp(22px,3vw,34px);background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft)}html.dark-theme .info-card,body.dark-theme .info-card{background:#1f2937;border-color:#374151;box-shadow:none}.section-heading{display:flex;align-items:center;gap:12px;margin-bottom:22px}.section-heading h2{margin:0;color:var(--navy);font-size:clamp(1.35rem,2vw,1.8rem);line-height:1.2}.icon-badge{display:grid;place-items:center;width:42px;height:42px;flex:0 0 auto;color:var(--white);background:var(--blue);border-radius:50%}.info-card>p{margin:0;color:#46566f}.skills-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.skill-card{display:flex;align-items:center;gap:12px;min-height:66px;padding:14px;color:#24344b;background:#fbfdff;border:1px solid var(--line);border-radius:var(--radius-sm);font-weight:600;font-size:.9rem;line-height:1.28;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}html.dark-theme .skill-card,body.dark-theme .skill-card,html.dark-theme .timeline-card,body.dark-theme .timeline-card{color:#e5e7eb;background:#111827;border-color:#374151}html.dark-theme .skill-card:hover,body.dark-theme .skill-card:hover,html.dark-theme .timeline-card:hover,body.dark-theme .timeline-card:hover{background:#172033;border-color:#4b5563;box-shadow:none}.skill-card svg{flex:0 0 auto;color:var(--blue)}.skill-card:hover{transform:translateY(-4px);border-color:#a9c9f3;background:#fff;box-shadow:none}.timeline{position:relative;display:grid;gap:20px}.timeline:before{content:"";position:absolute;top:12px;bottom:16px;left:142px;width:2px;background:#b9d4fb}html.dark-theme .timeline:before,body.dark-theme .timeline:before{background:#4b5563}.timeline-item{position:relative;display:grid;grid-template-columns:160px minmax(0,1fr);gap:24px}.timeline-item:before{content:"";position:absolute;top:11px;left:135px;width:16px;height:16px;background:var(--blue);border:4px solid #eef6ff;border-radius:50%;box-shadow:0 0 0 1px #b9d4fb}html.dark-theme .timeline-item:before,body.dark-theme .timeline-item:before{border-color:#1f2937;box-shadow:0 0 0 1px #60a5fa}.timeline-date{padding-top:8px;color:var(--blue);font-size:.88rem;font-weight:800}html.dark-theme .timeline-date,body.dark-theme .timeline-date{color:#93c5fd}.timeline-card{padding:22px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-sm);transition:transform .2s ease,box-shadow .2s ease}.timeline-card:hover{transform:translateY(-3px);box-shadow:none}.item-header{display:flex;justify-content:space-between;gap:16px;margin-bottom:12px}.item-header h3,.compact-list h3,.cert-card h3{margin:0 0 4px;color:#142844;font-size:1rem;line-height:1.35}.item-header p,.compact-list p,.cert-card p{margin:0;color:var(--blue);font-weight:700;line-height:1.35}.company-pill{align-self:start;flex:0 0 auto;padding:8px 10px;color:#0d754f;background:#e7fbf3;border-radius:10px;font-size:.82rem;font-weight:800}.company-pill.red{color:#bd262d;background:#fff0f0}.company-pill.purple{color:#5a41d8;background:#f0eeff}.timeline-card ul{margin:0;padding-left:18px;color:#4d5b70;font-size:.94rem}.center-btn{width:fit-content;margin:24px auto 0}.compact-list{display:grid;gap:16px}.compact-list article{display:flex;justify-content:space-between;gap:18px;padding-left:26px;position:relative}.compact-list article:before{content:"";position:absolute;top:5px;left:0;width:12px;height:12px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 5px var(--blue-soft)}html.dark-theme .compact-list article:before,body.dark-theme .compact-list article:before{box-shadow:0 0 0 5px #1f2937,0 0 0 6px #60a5fa}.compact-list article:after{content:"";position:absolute;top:18px;bottom:-22px;left:5px;width:2px;background:#bdd7fb}html.dark-theme .compact-list article:after,body.dark-theme .compact-list article:after{background:#6b7280}.compact-list article:last-child:after{display:none}.compact-list span,.cert-card span{display:inline-block;margin-top:6px;color:#59687d;font-size:.92rem}.compact-list strong{color:#1d2f47;font-size:.95rem}html.dark-theme .compact-list strong,body.dark-theme .compact-list strong{color:#e5e7eb}.cert-card{display:grid;grid-template-columns:96px minmax(0,1fr);gap:18px;padding:18px;background:#f8fafc;border:1px solid var(--line);border-radius:var(--radius-sm)}html.dark-theme .cert-card,body.dark-theme .cert-card{background:#111827;border-color:#374151}.cert-logo{display:grid;place-items:center;min-height:96px;color:var(--white);background:#0f766e;border-radius:14px;font-weight:800;font-size:1.15rem}.cert-card .btn{min-height:38px;margin-top:14px;padding-inline:14px;font-size:.86rem}.contact-footer{margin-top:10px;color:#dbe9ff;background:#111827}.footer-grid{display:grid;grid-template-columns:minmax(260px,.6fr) minmax(0,1.4fr);gap:36px;padding:42px 0}.footer-intro h2{margin:0 0 8px;color:var(--white);font-size:1.65rem}.footer-intro p{margin:0 0 22px}.contact-items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.contact-items a{display:grid;grid-template-columns:32px minmax(0,1fr);gap:2px 12px;padding:14px;border:1px solid #374151;border-radius:16px;background:#1f2937;transition:background .2s ease,transform .2s ease}.contact-items a:hover{transform:translateY(-2px);background:#243244}.contact-items svg{grid-row:span 2;color:#aad0ff}.contact-items span{color:#a8c7ef;font-size:.86rem;font-weight:700}.contact-items strong{min-width:0;color:var(--white);font-size:.92rem;font-weight:600}.copyright{margin:0;padding:18px 20px 24px;color:#b9d0ee;text-align:center;border-top:1px solid #374151}.back-to-top{position:fixed;right:22px;bottom:22px;display:grid;place-items:center;width:46px;height:46px;color:var(--white);background:var(--blue);border:0;border-radius:50%;box-shadow:var(--shadow);cursor:pointer;opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .2s ease,transform .2s ease;z-index:90}.back-to-top.show{opacity:1;pointer-events:auto;transform:translateY(0)}.icon-sprite{position:absolute;width:0;height:0;overflow:hidden}.use-reveal .reveal{opacity:1;transform:translateY(0);transition:opacity .6s ease,transform .6s ease}.use-reveal .reveal.is-visible,.reveal{opacity:1;transform:translateY(0)}@media (max-width: 1080px){.navbar{min-height:70px}.menu-toggle{display:block}.nav-panel{position:absolute;top:calc(100% + 1px);left:20px;right:20px;display:grid;gap:16px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);transform:translateY(-10px);opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}html.dark-theme .nav-panel,body.dark-theme .nav-panel{background:#111827;border-color:#374151}.menu-open .nav-panel{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.nav-links a,.theme-toggle{width:100%}.hero-grid{grid-template-columns:1fr;gap:28px}.tech-visual{min-height:280px}.main-content{display:flex;flex-direction:column;gap:24px}.content-left,.content-right{display:contents}#about{order:1}#skills{order:2}#experience{order:3}#education{order:4}#certifications{order:5}}@media (max-width: 760px){.container{width:min(100% - 28px,var(--container))}.section-pad{padding:44px 0}.brand-name{display:none}.hero-grid{min-height:auto}.hero-content{grid-template-columns:1fr;justify-items:center;text-align:center;gap:24px}.hero-desc{font-size:.96rem}.social-row,.hero-actions{justify-content:center}.hero-actions .btn{width:100%;max-width:330px}.tech-visual{display:none}.info-card{border-radius:20px}.skills-grid{grid-template-columns:1fr}.timeline:before{left:7px}.timeline-item{grid-template-columns:1fr;gap:10px;padding-left:28px}.timeline-item:before{left:0}.timeline-date{padding-top:0}.item-header{display:grid}.company-pill{width:fit-content}.compact-list article{display:grid}.cert-card{grid-template-columns:1fr}.cert-logo{min-height:76px}.footer-grid,.contact-items{grid-template-columns:1fr}.footer-grid{padding:34px 0}}@media (max-width: 430px){.nav-links{grid-template-columns:1fr}.brand-mark{width:44px;height:44px}.profile-photo{width:168px}h1{font-size:2.25rem}.btn{padding-inline:16px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important}}:root{--navy: #111827;--navy-2: #1f2937;--blue: #1d5fd1;--blue-soft: #eef4ff;--slate: #111827;--muted: #4b5563;--line: #d9dee7;--soft: #f5f6f8;--white: #ffffff;--radius: 16px;--radius-sm: 12px}body{background:#f5f6f8}html.dark-theme body,body.dark-theme{color:#e5e7eb;background:#050505}.site-header{background:#fff;border-bottom-color:#e5e7eb}html.dark-theme .site-header,body.dark-theme .site-header{background:#050505;border-bottom-color:#242424}.navbar{min-height:70px}.brand-mark,.theme-toggle,.menu-toggle{border-radius:12px}html.dark-theme .brand-mark,html.dark-theme .theme-toggle,html.dark-theme .menu-toggle,body.dark-theme .brand-mark,body.dark-theme .theme-toggle,body.dark-theme .menu-toggle{background:#111;border-color:#2c2c2c}html.dark-theme .theme-toggle,body.dark-theme .theme-toggle{color:#e5e7eb}.nav-links a{border-radius:10px}.nav-links a:hover,.nav-links a.active{color:var(--blue);background:#eef4ff}html.dark-theme .nav-links a,body.dark-theme .nav-links a{color:#d1d5db}html.dark-theme .nav-links a:hover,html.dark-theme .nav-links a.active,body.dark-theme .nav-links a:hover,body.dark-theme .nav-links a.active{color:#fff;background:#181818}.hero{background:#fff;border-bottom-color:#e5e7eb}html.dark-theme .hero,body.dark-theme .hero{background:#050505;border-bottom-color:#242424}.hero-bg,.tech-visual{display:none}.hero-grid{grid-template-columns:1fr;min-height:500px;max-width:980px}.hero-content{grid-template-columns:210px minmax(0,1fr);gap:42px}.profile-photo{width:clamp(170px,18vw,210px);border:6px solid #ffffff;background:#e5e7eb}html.dark-theme .profile-photo,body.dark-theme .profile-photo{border-color:#1f1f1f;background:#161616}.eyebrow{color:#374151;font-size:1.05rem}html.dark-theme .eyebrow,body.dark-theme .eyebrow{color:#c7c7c7}h1{font-size:clamp(2.45rem,5vw,4rem)}.hero-title{color:#1d5fd1}html.dark-theme .hero-title,body.dark-theme .hero-title{color:#60a5fa}.hero-desc{max-width:620px;color:#4b5563}html.dark-theme .hero-desc,body.dark-theme .hero-desc,html.dark-theme .info-card>p,body.dark-theme .info-card>p,html.dark-theme .timeline-card ul,body.dark-theme .timeline-card ul,html.dark-theme .compact-list span,body.dark-theme .compact-list span,html.dark-theme .cert-card span,body.dark-theme .cert-card span{color:#b5b5b5}.social-row a{width:40px;height:40px;background:#111827}.social-row a:hover{background:var(--blue)}html.dark-theme .social-row a,body.dark-theme .social-row a{color:#fff;background:#1d5fd1}.btn{border-radius:10px}.btn:hover,.skill-card:hover,.timeline-card:hover,.contact-items a:hover,.theme-toggle:hover{transform:translateY(-1px)}.main-content,.content-left,.content-right{gap:20px}.info-card{background:#fff;border-color:#e1e5ec;border-radius:16px}html.dark-theme .info-card,body.dark-theme .info-card{background:#101010;border-color:#292929}.section-heading{margin-bottom:18px}.icon-badge{width:38px;height:38px;border-radius:12px;background:#111827}html.dark-theme .icon-badge,body.dark-theme .icon-badge{background:#1d5fd1}.skill-card,.timeline-card,.cert-card{background:#fff;border-color:#e1e5ec;border-radius:12px}html.dark-theme .skill-card,body.dark-theme .skill-card,html.dark-theme .timeline-card,body.dark-theme .timeline-card,html.dark-theme .cert-card,body.dark-theme .cert-card{color:#e5e7eb;background:#151515;border-color:#303030}html.dark-theme .skill-card:hover,body.dark-theme .skill-card:hover,html.dark-theme .timeline-card:hover,body.dark-theme .timeline-card:hover{background:#1b1b1b;border-color:#3d3d3d}.timeline:before{background:#d2d8e2}html.dark-theme .timeline:before,body.dark-theme .timeline:before{background:#333}.timeline-item:before{border-color:#fff;box-shadow:0 0 0 1px #cbd5e1}html.dark-theme .timeline-item:before,body.dark-theme .timeline-item:before{border-color:#101010;box-shadow:0 0 0 1px #555}html.dark-theme .timeline-date,body.dark-theme .timeline-date{color:#d1d5db}.company-pill,.company-pill.red,.company-pill.purple{color:#111827;background:#f3f4f6}html.dark-theme .company-pill,html.dark-theme .company-pill.red,html.dark-theme .company-pill.purple,body.dark-theme .company-pill,body.dark-theme .company-pill.red,body.dark-theme .company-pill.purple{color:#e5e7eb;background:#242424}.compact-list article:before{box-shadow:0 0 0 4px #eef4ff}html.dark-theme .compact-list article:before,body.dark-theme .compact-list article:before{box-shadow:0 0 0 4px #101010,0 0 0 5px #555}html.dark-theme .compact-list article:after,body.dark-theme .compact-list article:after{background:#333}.cert-logo{background:#111827;border-radius:12px}.contact-footer{background:#111827}html.dark-theme .contact-footer,body.dark-theme .contact-footer{background:#050505;border-top:1px solid #242424}.contact-items a{background:#182235;border-color:#2c374a}html.dark-theme .contact-items a,body.dark-theme .contact-items a{background:#101010;border-color:#2c2c2c}html.dark-theme .contact-items a:hover,body.dark-theme .contact-items a:hover{background:#171717}html.dark-theme .copyright,body.dark-theme .copyright{border-top-color:#242424}@media (max-width: 1080px){.nav-panel{background:#fff;border-radius:16px}html.dark-theme .nav-panel,body.dark-theme .nav-panel{background:#101010;border-color:#292929}.hero-grid{max-width:var(--container)}}@media (max-width: 760px){.hero{background:#fff}html.dark-theme .hero,body.dark-theme .hero{background:#050505}.hero-content{grid-template-columns:1fr;gap:22px}.profile-photo{width:168px}.info-card{border-radius:14px}}:root{--navy: #f5f5f5;--blue: #3b82f6;--blue-soft: rgba(59, 130, 246, .12);--slate: #f5f5f5;--muted: #a3a3a3;--line: #2a2a2a;--soft: #171717;--white: #ffffff;--radius: 14px;--radius-sm: 12px;--container: 1200px}body{color:#f5f5f5;background:#171717}body:not(.dark-theme),html:not(.dark-theme) body{color:#171717;background:#f7f7f7}html.dark-theme body,body.dark-theme{color:#f5f5f5;background:#171717}.container{width:min(1200px,calc(100% - 48px))}.section-pad{padding:96px 0}.site-header{background:#171717f0;border-bottom:1px solid #2a2a2a}html.dark-theme .site-header,body.dark-theme .site-header{background:#171717f0;border-bottom-color:#2a2a2a}body:not(.dark-theme) .site-header,html:not(.dark-theme) .site-header{background:#f7f7f7f0;border-bottom-color:#e5e5e5}.navbar{min-height:68px}.brand{gap:12px}.brand-mark{width:42px;height:42px;color:#f5f5f5;background:#1f1f1f;border:1px solid #2a2a2a;border-radius:12px;font-size:1rem}.brand-name{color:#f5f5f5;font-size:.95rem}body:not(.dark-theme) .brand-mark,html:not(.dark-theme) .brand-mark{color:#2563eb;background:#fff;border-color:#d4d4d4}body:not(.dark-theme) .brand-name,html:not(.dark-theme) .brand-name{color:#171717}.nav-panel{gap:18px}.nav-links{gap:22px}.nav-links a{padding:8px 0;color:#a3a3a3;border-radius:0;font-size:.9rem;font-weight:600}.nav-links a:after{content:"";position:absolute;left:0;right:0;bottom:3px;height:2px;background:#3b82f6;transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.nav-links a:hover,.nav-links a.active,html.dark-theme .nav-links a:hover,html.dark-theme .nav-links a.active,body.dark-theme .nav-links a:hover,body.dark-theme .nav-links a.active{color:#f5f5f5;background:transparent}.nav-links a:hover:after,.nav-links a.active:after{transform:scaleX(1)}body:not(.dark-theme) .nav-links a,html:not(.dark-theme) .nav-links a{color:#525252}body:not(.dark-theme) .nav-links a:hover,body:not(.dark-theme) .nav-links a.active,html:not(.dark-theme) .nav-links a:hover,html:not(.dark-theme) .nav-links a.active{color:#171717}.theme-toggle,.menu-toggle{width:42px;height:42px;color:#f5f5f5;background:#1f1f1f;border:1px solid #2a2a2a;border-radius:12px}html.dark-theme .theme-toggle,body.dark-theme .theme-toggle,html.dark-theme .menu-toggle,body.dark-theme .menu-toggle{color:#f5f5f5;background:#1f1f1f;border-color:#2a2a2a}body:not(.dark-theme) .theme-toggle,body:not(.dark-theme) .menu-toggle,html:not(.dark-theme) .theme-toggle,html:not(.dark-theme) .menu-toggle{color:#171717;background:#fff;border-color:#d4d4d4}.theme-toggle:hover{color:#3b82f6}.menu-toggle span{background:currentColor}.hero{background:#171717;border-bottom:1px solid #2a2a2a}html.dark-theme .hero,body.dark-theme .hero{background:#171717;border-bottom-color:#2a2a2a}body:not(.dark-theme) .hero,html:not(.dark-theme) .hero{background:#f7f7f7;border-bottom-color:#e5e5e5}.hero-bg,.tech-visual{display:none!important}.hero-grid{display:block;min-height:auto;max-width:1200px}.hero-content{display:grid;grid-template-columns:minmax(0,1fr) 320px;align-items:center;gap:clamp(48px,8vw,118px);min-height:calc(100vh - 68px);padding:28px 0}.hero-copy{order:1;max-width:760px}.profile-wrap{order:2;justify-self:end}.profile-photo{width:clamp(220px,26vw,320px);border:1px solid #2a2a2a;background:#1f1f1f;border-radius:50%;box-shadow:0 20px 55px #0000002e}html.dark-theme .profile-photo,body.dark-theme .profile-photo{border-color:#2a2a2a;background:#1f1f1f}body:not(.dark-theme) .profile-photo,html:not(.dark-theme) .profile-photo{border-color:#d4d4d4;background:#fff}.eyebrow{margin-bottom:14px;color:#a3a3a3;font-size:clamp(1rem,1.5vw,1.15rem);font-weight:600}h1{max-width:820px;color:#f5f5f5;font-size:clamp(3rem,7vw,5.8rem);line-height:.98;letter-spacing:0}body:not(.dark-theme) h1,html:not(.dark-theme) h1{color:#171717}html.dark-theme h1,body.dark-theme h1,html.dark-theme .section-heading h2,body.dark-theme .section-heading h2,html.dark-theme .item-header h3,body.dark-theme .item-header h3,html.dark-theme .compact-list h3,body.dark-theme .compact-list h3,html.dark-theme .cert-card h3,body.dark-theme .cert-card h3{color:#f5f5f5}.hero-title{margin:18px 0;color:#3b82f6;font-size:clamp(1.1rem,2vw,1.45rem);font-weight:700}.hero-desc{max-width:700px;color:#a3a3a3;font-size:clamp(1rem,1.55vw,1.12rem);line-height:1.75}body:not(.dark-theme) .hero-desc,html:not(.dark-theme) .hero-desc,body:not(.dark-theme) .eyebrow,html:not(.dark-theme) .eyebrow{color:#525252}.social-row{gap:12px;margin-top:34px}.social-row a{width:42px;height:42px;color:#f5f5f5;background:#1f1f1f;border:1px solid #2a2a2a;border-radius:12px}.social-row a:hover,html.dark-theme .social-row a:hover,body.dark-theme .social-row a:hover{color:#fff;background:#2563eb;border-color:#2563eb}.hero-actions{margin-top:34px}.btn{min-height:44px;border-radius:12px;font-weight:700;transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease}.btn:hover,.skill-card:hover,.theme-toggle:hover,.contact-items a:hover{transform:translateY(-2px)}.btn-primary{color:#fff;background:#2563eb}.btn-primary:hover{background:#3b82f6}.btn-secondary,.btn-outline{color:#f5f5f5;background:transparent;border-color:#2a2a2a}.btn-secondary:hover,.btn-outline:hover{color:#fff;border-color:#3b82f6}html.dark-theme .btn-secondary,html.dark-theme .btn-outline,body.dark-theme .btn-secondary,body.dark-theme .btn-outline{color:#f5f5f5;background:transparent;border-color:#2a2a2a}body:not(.dark-theme) .btn-secondary,body:not(.dark-theme) .btn-outline,html:not(.dark-theme) .btn-secondary,html:not(.dark-theme) .btn-outline{color:#171717;background:#fff;border-color:#d4d4d4}html.dark-theme .hero-actions .btn-secondary,body.dark-theme .hero-actions .btn-secondary{color:#f5f5f5;background:transparent}.main-content{display:flex;flex-direction:column;gap:28px;max-width:1200px}.content-left,.content-right{display:contents}#about{order:1}#skills{order:2}#experience{order:3}#education{order:4}#certifications{order:5}.info-card{padding:clamp(26px,4vw,48px);background:#181818;border:1px solid #2a2a2a;border-radius:14px;box-shadow:none}html.dark-theme .info-card,body.dark-theme .info-card{background:#181818;border-color:#2a2a2a}body:not(.dark-theme) .info-card,html:not(.dark-theme) .info-card{background:#fff;border-color:#e5e5e5}.section-heading{gap:14px;margin-bottom:24px}.section-heading h2{color:#f5f5f5;font-size:clamp(1.5rem,2.3vw,2rem)}body:not(.dark-theme) .section-heading h2,html:not(.dark-theme) .section-heading h2,body:not(.dark-theme) .item-header h3,html:not(.dark-theme) .item-header h3,body:not(.dark-theme) .compact-list h3,html:not(.dark-theme) .compact-list h3,body:not(.dark-theme) .cert-card h3,html:not(.dark-theme) .cert-card h3{color:#171717}.icon-badge{width:36px;height:36px;color:#3b82f6;background:#3b82f61a;border:1px solid rgba(59,130,246,.22);border-radius:10px}html.dark-theme .icon-badge,body.dark-theme .icon-badge{color:#3b82f6;background:#3b82f61a}.info-card>p,.timeline-card ul,.compact-list span,.cert-card span{color:#a3a3a3}.skills-grid{display:flex;flex-wrap:wrap;gap:12px}.skill-card{width:auto;min-height:46px;padding:10px 14px;color:#f5f5f5;background:#1f1f1f;border:1px solid #2a2a2a;border-radius:999px;font-size:.92rem;transition:transform .18s ease,border-color .18s ease,background .18s ease}.skill-card svg{color:#3b82f6}.skill-card:hover{background:#222;border-color:#3b82f6}html.dark-theme .skill-card,body.dark-theme .skill-card,html.dark-theme .timeline-card,body.dark-theme .timeline-card,html.dark-theme .cert-card,body.dark-theme .cert-card{color:#f5f5f5;background:#1f1f1f;border-color:#2a2a2a}body:not(.dark-theme) .skill-card,html:not(.dark-theme) .skill-card{color:#171717;background:#f7f7f7;border-color:#e5e5e5}.timeline{gap:18px}.timeline:before{left:160px;background:#2a2a2a}.timeline-item{grid-template-columns:180px minmax(0,1fr)}.timeline-item:before{left:153px;background:#3b82f6;border-color:#181818;box-shadow:0 0 0 1px #2a2a2a}.timeline-date{color:#737373;font-weight:700}html.dark-theme .timeline-date,body.dark-theme .timeline-date{color:#a3a3a3}.timeline-card{padding:22px;background:#1f1f1f;border:1px solid #2a2a2a;border-radius:14px}.timeline-card:hover{transform:none}.item-header p,.compact-list p,.cert-card p{color:#3b82f6}.company-pill,.company-pill.red,.company-pill.purple{color:#a3a3a3;background:#262626;border-radius:10px}.compact-list{gap:18px}.compact-list article{padding:20px;background:#1f1f1f;border:1px solid #2a2a2a;border-radius:14px}.compact-list article:before,.compact-list article:after{display:none}.compact-list strong{color:#f5f5f5}.cert-card{background:#1f1f1f;border-color:#2a2a2a}.cert-logo{color:#f5f5f5;background:#171717;border:1px solid #2a2a2a}.contact-footer{margin-top:0;color:#f5f5f5;background:#181818;border-top:1px solid #2a2a2a}html.dark-theme .contact-footer,body.dark-theme .contact-footer{background:#181818;border-top-color:#2a2a2a}.footer-grid{max-width:1200px;padding:58px 0}.footer-intro p{color:#a3a3a3}.contact-items a{background:#1f1f1f;border:1px solid #2a2a2a;border-radius:14px}.contact-items a:hover{background:#222;border-color:#3b82f6}.contact-items span{color:#737373}.contact-items strong{color:#f5f5f5}.copyright{color:#737373;border-top-color:#2a2a2a}.back-to-top{background:#2563eb;box-shadow:none}.btn-light,html.dark-theme .btn-light,body.dark-theme .btn-light{color:#171717;background:#f5f5f5;border-color:#f5f5f5}.btn-light:hover,html.dark-theme .btn-light:hover,body.dark-theme .btn-light:hover{color:#fff;background:#2563eb;border-color:#2563eb}.use-reveal .reveal{opacity:0;transform:translateY(24px);transition:opacity .55s ease,transform .55s ease}.use-reveal .reveal.is-visible{opacity:1;transform:translateY(0)}.use-reveal .hero-copy{animation:heroTextIn .7s ease both}.use-reveal .profile-wrap{animation:profileIn .75s ease .12s both}@keyframes heroTextIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes profileIn{0%{opacity:0;transform:translate(34px)}to{opacity:1;transform:translate(0)}}@media (max-width: 980px){.container{width:min(100% - 36px,1200px)}.hero-content{grid-template-columns:minmax(0,1fr) 260px;gap:42px}.profile-photo{width:260px}.timeline:before{left:7px}.timeline-item{grid-template-columns:1fr;gap:10px;padding-left:32px}.timeline-item:before{left:0}}@media (max-width: 760px){.container{width:min(100% - 28px,1200px)}.section-pad{padding:64px 0}.nav-panel{left:14px;right:14px;background:#181818;border-color:#2a2a2a;border-radius:14px}html.dark-theme .nav-panel,body.dark-theme .nav-panel{background:#181818;border-color:#2a2a2a}.nav-links{gap:4px}.nav-links a{padding:11px 12px}.nav-links a:after{left:12px;right:12px}.hero-content{grid-template-columns:1fr;min-height:auto;padding:30px 0 12px;text-align:left}.hero-copy{order:1}.profile-wrap{order:2;justify-self:start}.profile-photo{width:210px}h1{font-size:clamp(2.55rem,15vw,4rem)}.hero-title{font-size:1.05rem}.social-row,.hero-actions{justify-content:flex-start}.hero-actions .btn{width:auto;max-width:none}.info-card{padding:24px}.skills-grid{gap:10px}.skill-card{min-height:42px;padding:9px 12px}.cert-card{grid-template-columns:1fr}}@media (max-width: 430px){.hero-actions{display:grid}.hero-actions .btn{width:100%}.profile-photo{width:188px}}html.dark-theme body{color:#f5f5f5;background:#171717}html.dark-theme .site-header,html.dark-theme .hero{background:#171717;border-color:#2a2a2a}html.dark-theme .brand-mark,html.dark-theme .theme-toggle,html.dark-theme .menu-toggle{color:#f5f5f5;background:#1f1f1f;border-color:#2a2a2a}html.dark-theme .brand-name,html.dark-theme h1,html.dark-theme .section-heading h2,html.dark-theme .item-header h3,html.dark-theme .compact-list h3,html.dark-theme .cert-card h3,html.dark-theme .compact-list strong,html.dark-theme .contact-items strong{color:#f5f5f5}html.dark-theme .nav-links a{color:#a3a3a3}html.dark-theme .nav-links a:hover,html.dark-theme .nav-links a.active{color:#f5f5f5;background:transparent}html.dark-theme .eyebrow,html.dark-theme .hero-desc,html.dark-theme .info-card>p,html.dark-theme .timeline-card ul,html.dark-theme .compact-list span,html.dark-theme .cert-card span,html.dark-theme .footer-intro p{color:#a3a3a3}html.dark-theme .info-card,html.dark-theme .contact-footer{background:#181818;border-color:#2a2a2a}html.dark-theme .skill-card,html.dark-theme .timeline-card,html.dark-theme .compact-list article,html.dark-theme .cert-card,html.dark-theme .contact-items a{color:#f5f5f5;background:#1f1f1f;border-color:#2a2a2a}html.dark-theme .nav-panel{background:#181818;border-color:#2a2a2a}html.dark-theme .profile-photo,html.dark-theme .cert-logo{background:#1f1f1f;border-color:#2a2a2a}.brand .brand-name{display:inline-flex;color:#f5f5f5;font-size:1.35rem;font-weight:800;letter-spacing:0}body:not(.dark-theme) .brand .brand-name,html:not(.dark-theme) .brand .brand-name{color:#171717}.brand .brand-mark{display:none}section[id],footer[id]{scroll-margin-top:92px}.profile-fallback{background:#1f1f1f}.page-mode{min-height:100vh;overflow-x:hidden}.page-mode main{min-height:0}.page-mode .hero,.page-mode .info-card,.page-mode .contact-footer{display:none}.page-mode .active-page,.page-mode .hero.active-page,.page-mode .contact-footer.active-page{display:block}.page-mode .main-content{width:100%;max-width:none;padding:0}.page-mode .content-left,.page-mode .content-right{display:contents}.page-mode .hero-content,.page-mode .info-card,.page-mode .contact-footer .footer-grid{min-height:calc(100vh - 68px)}.page-mode .hero-content{grid-template-columns:minmax(0,1fr) minmax(240px,320px);align-items:center;padding:34px 0}.page-mode h1{max-width:760px;font-size:clamp(3.25rem,6.7vw,5rem)}.page-mode .hero-desc{max-width:690px}.page-mode .info-card{width:min(1200px,calc(100% - 48px));margin:0 auto;padding:clamp(48px,7vw,88px) 0;background:transparent;border:0;border-radius:0}.page-mode .info-card:before{content:"";display:block;width:44px;height:2px;margin-bottom:34px;background:#3b82f6}.page-mode .section-heading{margin-bottom:34px}.page-mode .section-heading h2{font-size:clamp(3rem,7vw,5.4rem);line-height:.95}.page-mode .icon-badge{display:none}.page-mode #about>p{max-width:920px;color:#d4d4d4;font-size:clamp(1.25rem,2.5vw,2rem);line-height:1.65}.page-mode #skills .skills-grid{max-width:980px;gap:14px}.page-mode #skills .skill-card{min-height:54px;padding:12px 18px;font-size:1rem}.page-mode #experience .timeline{max-width:1100px}.page-mode #experience .timeline-card{background:#181818}.page-mode #education .compact-list,.page-mode #certifications .cert-card{max-width:860px}.page-mode #education .compact-list{gap:16px}.page-mode #education .compact-list article{padding:24px}.page-mode #certifications .cert-card{padding:24px}.page-mode #contact{background:#171717}.page-mode #contact .footer-grid{width:min(1200px,calc(100% - 48px));margin:0 auto;grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);align-items:center;padding:54px 0}.page-mode #contact .footer-intro h2{font-size:clamp(3rem,7vw,5.4rem);line-height:.95}.page-mode #contact .footer-intro p{max-width:360px;font-size:1.1rem;line-height:1.7}.page-mode .active-page{animation:pageEnter .48s cubic-bezier(.2,.8,.2,1) both}.page-mode .active-page .section-heading,.page-mode .active-page .skills-grid,.page-mode .active-page .timeline,.page-mode .active-page .compact-list,.page-mode .active-page .cert-card,.page-mode .active-page .footer-intro,.page-mode .active-page .contact-items{animation:pageContentIn .56s cubic-bezier(.2,.8,.2,1) both}.page-mode .active-page .skills-grid,.page-mode .active-page .timeline,.page-mode .active-page .compact-list,.page-mode .active-page .cert-card,.page-mode .active-page .contact-items{animation-delay:.08s}@keyframes pageEnter{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes pageContentIn{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 980px){.page-mode .hero-content{grid-template-columns:minmax(0,1fr) 230px;gap:38px}.page-mode .profile-photo{width:220px}.page-mode #contact .footer-grid{grid-template-columns:1fr;align-content:center}}@media (max-width: 760px){.page-mode .hero-content{grid-template-columns:1fr;min-height:calc(100vh - 68px);gap:34px}.page-mode .profile-wrap{order:2;justify-self:start}.page-mode .profile-photo{width:190px}.page-mode .info-card,.page-mode #contact .footer-grid{width:min(100% - 28px,1200px);min-height:calc(100vh - 68px);padding:44px 0}.page-mode .section-heading h2,.page-mode #contact .footer-intro h2{font-size:clamp(2.45rem,13vw,4rem)}.page-mode #about>p{font-size:1.12rem}.page-mode #skills .skill-card{width:100%;border-radius:14px}.page-mode #experience .timeline-item{padding-left:28px}.page-mode .contact-items{grid-template-columns:1fr}}.site-header .brand{min-width:fit-content}.site-header .brand .brand-name{display:inline-flex!important;color:#f5f5f5!important;font-size:1.35rem;font-weight:800;line-height:1}.site-header .brand .brand-mark{display:none!important}html:not(.dark-theme) body{color:#171717;background:#f7f7f7}html:not(.dark-theme) .site-header,html:not(.dark-theme) .hero,html:not(.dark-theme) .page-mode #contact{background:#f7f7f7;border-color:#e5e5e5}html:not(.dark-theme) .site-header .brand .brand-name,html:not(.dark-theme) h1,html:not(.dark-theme) .section-heading h2,html:not(.dark-theme) .item-header h3,html:not(.dark-theme) .compact-list h3,html:not(.dark-theme) .cert-card h3,html:not(.dark-theme) .footer-intro h2,html:not(.dark-theme) .compact-list strong,html:not(.dark-theme) .contact-items strong{color:#171717!important}html:not(.dark-theme) .eyebrow,html:not(.dark-theme) .hero-desc,html:not(.dark-theme) .info-card>p,html:not(.dark-theme) .timeline-card ul,html:not(.dark-theme) .compact-list span,html:not(.dark-theme) .cert-card span,html:not(.dark-theme) .footer-intro p{color:#525252!important}html:not(.dark-theme) .nav-links a{color:#525252}html:not(.dark-theme) .nav-links a:hover,html:not(.dark-theme) .nav-links a.active{color:#171717}html:not(.dark-theme) .theme-toggle,html:not(.dark-theme) .menu-toggle,html:not(.dark-theme) .social-row a,html:not(.dark-theme) .skill-card,html:not(.dark-theme) .timeline-card,html:not(.dark-theme) .page-mode #experience .timeline-card,html:not(.dark-theme) .compact-list article,html:not(.dark-theme) .cert-card,html:not(.dark-theme) .contact-items a{color:#171717;background:#fff;border-color:#d4d4d4}html:not(.dark-theme) .social-row a{color:#2563eb}html:not(.dark-theme) .social-row a:hover{color:#fff;background:#2563eb;border-color:#2563eb}html:not(.dark-theme) .skill-card:hover,html:not(.dark-theme) .contact-items a:hover{background:#f1f5f9;border-color:#3b82f6}html:not(.dark-theme) .hero-title,html:not(.dark-theme) .item-header p,html:not(.dark-theme) .compact-list p,html:not(.dark-theme) .cert-card p{color:#2563eb}html:not(.dark-theme) .btn-secondary,html:not(.dark-theme) .btn-outline{color:#171717;background:#fff;border-color:#cbd5e1}html:not(.dark-theme) .btn-secondary:hover,html:not(.dark-theme) .btn-outline:hover{color:#2563eb;border-color:#2563eb}html:not(.dark-theme) .btn-light{color:#fff;background:#171717;border-color:#171717}html:not(.dark-theme) .btn-light:hover{background:#2563eb;border-color:#2563eb}html:not(.dark-theme) .icon-badge{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}html:not(.dark-theme) .profile-photo,html:not(.dark-theme) .cert-logo{background:#fff;border-color:#d4d4d4}html:not(.dark-theme) .cert-logo{color:#171717}html:not(.dark-theme) .timeline:before,html:not(.dark-theme) .compact-list article:after{background:#d4d4d4}html:not(.dark-theme) .timeline-item:before{border-color:#f7f7f7;box-shadow:0 0 0 1px #cbd5e1}html:not(.dark-theme) .timeline-date,html:not(.dark-theme) .company-pill,html:not(.dark-theme) .company-pill.red,html:not(.dark-theme) .company-pill.purple,html:not(.dark-theme) .contact-items span,html:not(.dark-theme) .copyright{color:#737373}html:not(.dark-theme) .company-pill,html:not(.dark-theme) .company-pill.red,html:not(.dark-theme) .company-pill.purple{background:#f5f5f5}html:not(.dark-theme) .nav-panel{background:#fff;border-color:#d4d4d4}html:not(.dark-theme) body{color:#111827;background:#f3f4f6}html:not(.dark-theme) .site-header{background:#f3f4f6f5;border-bottom-color:#e2e8f0}html:not(.dark-theme) .navbar{width:min(1200px,calc(100% - 40px))}html:not(.dark-theme) .nav-panel{background:transparent;border-color:transparent}html:not(.dark-theme) .theme-toggle,html:not(.dark-theme) .menu-toggle{background:#fff;border-color:#d8dee8}html:not(.dark-theme) .nav-links a{color:#4b5563}html:not(.dark-theme) .nav-links a:hover,html:not(.dark-theme) .nav-links a.active{color:#111827}html:not(.dark-theme) .page-mode .hero,html:not(.dark-theme) .page-mode #contact{background:#f3f4f6}html:not(.dark-theme) .page-mode .hero-content,html:not(.dark-theme) .page-mode .info-card,html:not(.dark-theme) .page-mode #contact .footer-grid{min-height:calc(100vh - 112px)}html:not(.dark-theme) .page-mode .hero-content,html:not(.dark-theme) .page-mode .info-card,html:not(.dark-theme) .page-mode #contact .footer-grid{width:min(1200px,calc(100% - 48px));margin:22px auto;padding:clamp(44px,5vw,72px);background:#fff;border:1px solid #e2e8f0;border-radius:22px}html:not(.dark-theme) .page-mode .hero-content{display:grid}html:not(.dark-theme) .page-mode .info-card:before{margin-bottom:28px}html:not(.dark-theme) .page-mode .section-heading h2{font-size:clamp(2.8rem,6vw,4.8rem)}html:not(.dark-theme) .page-mode h1{font-size:clamp(3rem,6vw,4.7rem)}html:not(.dark-theme) .page-mode #skills .skills-grid{gap:12px;max-width:1060px}html:not(.dark-theme) .page-mode #skills .skill-card,html:not(.dark-theme) .skill-card{min-height:48px;padding:11px 16px;color:#111827;background:#f8fafc;border-color:#dbe2ea;border-radius:14px}html:not(.dark-theme) .page-mode #skills .skill-card:hover,html:not(.dark-theme) .skill-card:hover{background:#eff6ff;border-color:#93c5fd}html:not(.dark-theme) .timeline-card,html:not(.dark-theme) .page-mode #experience .timeline-card,html:not(.dark-theme) .compact-list article,html:not(.dark-theme) .cert-card,html:not(.dark-theme) .contact-items a{background:#f8fafc;border-color:#dbe2ea}html:not(.dark-theme) .social-row a{background:#f8fafc;border-color:#dbe2ea}html:not(.dark-theme) .profile-photo{box-shadow:0 24px 70px #0f172a1f}@media (max-width: 760px){html:not(.dark-theme) .navbar{width:min(100% - 28px,1200px)}html:not(.dark-theme) .nav-panel{background:#fff;border-color:#e2e8f0}html:not(.dark-theme) .page-mode .hero-content,html:not(.dark-theme) .page-mode .info-card,html:not(.dark-theme) .page-mode #contact .footer-grid{width:min(100% - 28px,1200px);margin:14px auto;padding:28px;border-radius:18px}}
