:root{--ink: #101828;--navy: #12213f;--sapphire: #2453a6;--emerald: #087f6f;--emerald-soft: #dff7ef;--champagne: #fff4db;--gold: #e2ac3f;--coral: #d96d5b;--white: #fffdf8;--muted: #596274;--page-bg: linear-gradient(120deg, rgba(36, 83, 166, .12) 0 18%, transparent 18% 100%), linear-gradient(150deg, #fffdf8 0%, #fff0d2 42%, #dff7ef 74%, #eef4ff 100%);--glass: rgba(255, 253, 248, .9);--glass-strong: rgba(255, 253, 248, .96);--card-bg: rgba(255, 253, 247, .9);--hero-bg: linear-gradient(135deg, rgba(255, 253, 248, .96), rgba(223, 247, 239, .9)), var(--white);--line-soft: rgba(20, 33, 61, .12);--shadow: 0 28px 70px rgba(16, 24, 40, .18);color-scheme:light}html[data-theme=dark]{--ink: #eef4ff;--navy: #07111f;--sapphire: #79a8ff;--emerald: #42d6bd;--emerald-soft: #16382f;--champagne: #ffe6a7;--gold: #f2c15f;--coral: #ff8b76;--white: #0c1628;--muted: #c5ccda;--page-bg: linear-gradient(120deg, rgba(66, 214, 189, .13) 0 18%, transparent 18% 100%), linear-gradient(150deg, #07111f 0%, #10223d 46%, #0d332f 78%, #16213b 100%);--glass: rgba(13, 24, 43, .86);--glass-strong: rgba(16, 29, 50, .96);--card-bg: rgba(16, 29, 50, .9);--hero-bg: linear-gradient(135deg, rgba(13, 24, 43, .96), rgba(12, 53, 47, .9)), var(--white);--line-soft: rgba(238, 244, 255, .16);--shadow: 0 28px 80px rgba(0, 0, 0, .38);color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Vazirmatn,Tahoma,Segoe UI,Arial,sans-serif;line-height:1.8;color:var(--ink);background:var(--page-bg);transition:background .26s ease,color .26s ease}a{color:inherit;text-decoration:none}.preloader{position:fixed;inset:0;z-index:100;display:grid;place-content:center;justify-items:center;gap:1rem;color:var(--white);background:linear-gradient(135deg,#12213ffa,#087f6ff0),var(--navy);transition:opacity .52s ease,visibility .52s ease}.preloader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.loader-mark{position:relative;display:grid;place-items:center;width:118px;aspect-ratio:1;border:1px solid rgba(255,253,248,.3);border-radius:50%;background:linear-gradient(145deg,#fffdf829,#fffdf80a);box-shadow:0 26px 60px #00000038,inset 0 0 32px #ffffff14}.loader-mark:before,.loader-mark:after{content:"";position:absolute;inset:-10px;border-radius:50%;border:2px solid transparent;border-top-color:var(--gold);border-left-color:#fffdf880;animation:loaderSpin 1.45s linear infinite}.loader-mark:after{inset:-20px;border-top-color:var(--coral);border-left-color:#e2ac3f66;animation-duration:2.2s;animation-direction:reverse}.loader-mark span{width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--coral)),var(--gold);box-shadow:0 0 0 10px #e2ac3f1f,0 0 0 20px #fffdf80f}.preloader p{margin:1rem 0 0;font-size:1.05rem;font-weight:800}.loader-line{overflow:hidden;width:min(260px,72vw);height:5px;border-radius:999px;background:#fffdf82e}.loader-line span{display:block;width:45%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--coral),var(--gold),var(--emerald-soft));animation:loaderLine 1.15s ease-in-out infinite}.scroll-meter{position:fixed;inset:0 0 auto;z-index:50;height:4px;background:var(--line-soft)}.scroll-meter span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--coral),var(--gold),var(--emerald),var(--sapphire));transition:width .12s ease-out}.site-header{position:sticky;top:4px;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:1rem;width:min(1160px,calc(100% - 2rem));margin:1rem auto 0;padding:.8rem 1rem;border:1px solid var(--line-soft);border-radius:8px;background:var(--glass);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 14px 40px #14213d17}.theme-toggle{display:inline-grid;place-items:center;min-width:44px;height:38px;padding:0;border:1px solid var(--line-soft);border-radius:8px;color:var(--navy);background:linear-gradient(135deg,var(--champagne),rgba(255,255,255,.55));font:inherit;font-size:.82rem;font-weight:800;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.theme-icon{display:inline-grid;place-items:center;width:22px;height:22px}.theme-icon[hidden]{display:none}.theme-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.theme-icon svg circle{fill:none}.theme-toggle:hover{transform:translateY(-2px);box-shadow:0 12px 24px #10182829}html[data-theme=dark] .theme-toggle{color:var(--champagne);background:linear-gradient(135deg,#79a8ff38,#42d6bd2e)}.brand{font-weight:800;color:var(--ink)}.main-nav{display:flex;flex-wrap:wrap;gap:.4rem}.main-nav a{padding:.45rem .75rem;border-radius:8px;color:var(--muted);font-size:.92rem;transition:color .18s ease,background .18s ease,transform .18s ease}.main-nav a:hover{color:var(--navy);background:#087f6f1a;transform:translateY(-2px)}.section-shell{width:min(1160px,calc(100% - 2rem));margin:1.4rem auto}.hero{min-height:calc(100vh - 7rem);display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);align-items:center;gap:1.4rem;padding:2rem 0 1rem}.hero-copy{padding:clamp(1.2rem,4vw,3.5rem);border:2px solid var(--line-soft);border-radius:8px;background:var(--hero-bg);box-shadow:var(--shadow);overflow:hidden;position:relative}.hero-copy:after{content:"";position:absolute;width:13rem;height:13rem;left:-5rem;bottom:-6rem;background:repeating-linear-gradient(45deg,rgba(36,83,166,.12) 0 8px,transparent 8px 16px);transform:rotate(-6deg)}.eyebrow{margin:0 0 .65rem;color:var(--emerald);font-weight:700;letter-spacing:0}h1,h2,h3,p{margin-top:0}h1{margin-bottom:1rem;color:var(--navy);font-size:clamp(3rem,8vw,6.8rem);line-height:1.05}h2{color:var(--navy);font-size:clamp(1.6rem,3vw,2.35rem);line-height:1.35}html[data-theme=dark] h1,html[data-theme=dark] h2,html[data-theme=dark] .timeline-item h3,html[data-theme=dark] .skill-card>span{color:var(--ink)}html[data-theme=dark] .timeline-item time{color:#fff4db;background:linear-gradient(135deg,#1f4ea3,#087f6f)}.hero-subtitle{max-width:720px;margin-bottom:1.6rem;color:var(--muted);font-size:clamp(1rem,2.2vw,1.25rem)}.quick-actions{display:flex;flex-wrap:wrap;gap:.7rem}.quick-actions a,.site-footer a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.55rem 1rem;border-radius:8px;color:var(--white);background:linear-gradient(135deg,var(--navy),var(--sapphire));font-weight:700;box-shadow:0 12px 26px #14213d2e;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.quick-actions a:nth-child(2){color:var(--navy);background:linear-gradient(135deg,var(--gold),#ffe2a0)}.quick-actions a:hover,.site-footer a:hover{transform:translateY(-3px);box-shadow:0 18px 30px #14213d3d}.profile-card{padding:1rem;border-radius:8px;color:var(--white);background:linear-gradient(180deg,#12213ffa,#087f6fe6),var(--navy);box-shadow:var(--shadow)}.portrait-wrap{width:min(250px,78vw);aspect-ratio:1;margin:-.35rem auto 1.2rem;padding:.65rem;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--coral),var(--emerald-soft));animation:portraitPulse 5s ease-in-out infinite}.portrait{display:block;width:100%;height:100%;object-fit:cover;border:8px solid var(--navy);border-radius:50%}.profile-list{display:grid;gap:.72rem;margin:0}.profile-list div{display:grid;grid-template-columns:7rem 1fr;gap:.75rem;align-items:center;padding:.55rem .7rem;border:1px solid rgba(255,253,247,.18);border-radius:8px;background:#fffdf712}.profile-list dt{color:#fffdf7b8}.profile-list dd{margin:0;font-weight:800;direction:ltr;text-align:right}.section-heading{margin-bottom:1rem}.education-grid,.skills-grid,.interest-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.education-card,.interest-card,.skill-card{position:relative;min-height:190px;padding:1.3rem;border:1px solid var(--line-soft);border-radius:8px;background:var(--card-bg);box-shadow:0 16px 36px #14213d17;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.education-card:hover,.interest-card:hover,.skill-card:hover{transform:translateY(-6px);border-color:#087f6f59;box-shadow:0 24px 46px #14213d29}.card-icon,.interest-icon{display:inline-grid;place-items:center;width:44px;height:44px;margin-bottom:1rem;border-radius:8px;color:var(--white);background:linear-gradient(135deg,var(--coral),var(--gold));font-size:1.3rem;font-weight:900}.education-card p,.interest-card p{color:var(--muted)}.timeline{position:relative;display:grid;gap:.9rem;margin:0;padding:0;list-style:none}.timeline:before{content:"";position:absolute;top:.75rem;right:7.5rem;bottom:.75rem;width:3px;border-radius:999px;background:linear-gradient(var(--navy),var(--gold),var(--emerald),var(--sapphire))}.timeline-item{display:grid;grid-template-columns:7rem minmax(0,1fr);gap:1.5rem;align-items:stretch;opacity:0;transform:translateY(24px)}.timeline-item.is-visible{animation:timelineIn .62s ease forwards}.timeline-item time{display:grid;place-items:center;min-height:58px;border-radius:8px;color:var(--white);background:var(--navy);font-weight:800;box-shadow:0 12px 24px #24215429}.timeline-item div{position:relative;padding:.9rem 1rem;border:1px solid var(--line-soft);border-radius:8px;background:var(--card-bg)}.timeline-item div:before{content:"";position:absolute;top:1.35rem;right:-1.86rem;width:14px;height:14px;border:4px solid var(--champagne);border-radius:50%;background:var(--gold);box-shadow:0 0 0 5px #087f6f24}.timeline-item h3{margin-bottom:.25rem;color:var(--navy);font-size:1.05rem}.timeline-item p{margin:0;color:var(--muted)}.skills-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.skill-card{min-height:146px;display:grid;align-content:center;gap:1rem}.skill-card>span{color:var(--navy);font-size:1.05rem;font-weight:800}.progress{overflow:hidden;height:11px;border-radius:999px;background:var(--line-soft)}.progress span{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--navy),var(--sapphire),var(--emerald),var(--gold));transition:width .95s cubic-bezier(.2,.8,.2,1)}.interest-row{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:min(1160px,calc(100% - 2rem));margin:2rem auto;padding:1rem 0;color:var(--muted)}.site-footer p{margin:0}.reveal{opacity:0;transform:translateY(26px);transition:opacity .65s ease,transform .65s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}@keyframes portraitPulse{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-6px) scale(1.015)}}@keyframes loaderSpin{to{transform:rotate(360deg)}}@keyframes loaderLine{0%{transform:translate(130%)}50%{transform:translate(0)}to{transform:translate(-130%)}}@keyframes timelineIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media(max-width:980px){.site-header,.site-footer{align-items:flex-start;flex-direction:column}.hero{min-height:auto;grid-template-columns:1fr}.education-grid,.skills-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){html{scroll-padding-top:2.6rem}.site-header,.section-shell,.site-footer{width:min(100% - 1rem,1160px)}.site-header{position:sticky;top:4px;display:flex;flex-direction:row;align-items:center;margin-top:0;padding:0;border:0;border-radius:0;background:var(--glass);box-shadow:0 8px 18px #10182814}.brand{display:none}.main-nav{flex:1 1 auto;width:auto;min-width:0;flex-wrap:nowrap;gap:0;justify-content:space-between;overflow-x:auto;scrollbar-width:none;border-bottom:1px solid var(--line-soft)}.main-nav::-webkit-scrollbar{display:none}.main-nav a{flex:1 0 auto;min-height:30px;padding:.18rem .5rem;border-radius:0;font-size:.76rem;line-height:1.5;text-align:center;white-space:nowrap}.main-nav a:hover{transform:none;background:#087f6f14}.theme-toggle{flex:0 0 auto;min-width:34px;height:30px;padding:0;border:0;border-radius:0;border-bottom:1px solid var(--line-soft);box-shadow:none;font-size:.68rem}.theme-icon{width:18px;height:18px}.theme-toggle:hover{transform:none;box-shadow:none}.hero{padding-top:.8rem}.hero-copy{padding:1rem}h1{font-size:clamp(2.4rem,14vw,3.6rem)}.profile-list div{grid-template-columns:1fr;gap:.2rem}.education-grid,.skills-grid,.interest-row{grid-template-columns:1fr}#interests{margin-bottom:.75rem}.interest-card{min-height:auto;padding:1rem}.interest-card h3,.interest-card p{overflow-wrap:anywhere}.site-footer{align-items:stretch;gap:.65rem;margin-top:.75rem;margin-bottom:1.25rem;padding-bottom:1.25rem}.site-footer p{text-align:center}.site-footer a{width:100%;min-height:40px}.timeline:before{right:1rem}.timeline-item{grid-template-columns:1fr;gap:.55rem;padding-right:2.25rem}.timeline-item time{justify-self:start;min-height:42px;padding:.25rem .85rem}.timeline-item div:before{right:-1.78rem}}
