@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Space+Mono:wght@400;700&display=swap";
:root{--bg:#1e1e28;--bg-card:#252534;--bg-card-alt:#2a2a3c;--border:#2c2c3e;--text:#e8e8f0;--text-muted:#6e6e9a;--text-dim:#3a3a52;--accent:#00d4ff;--accent-dim:#00d4ff1a;--accent-bdr:#00d4ff4d;--strip-w:48px;--nav-h:60px;--sans:"Space Grotesk", sans-serif;--mono:"Space Mono", monospace}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--sans);-webkit-font-smoothing:antialiased;min-height:100vh;font-size:15px;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.left-strip{width:var(--strip-w);height:100vh;padding-top:var(--nav-h);z-index:100;pointer-events:none;background:0 0;flex-direction:column;align-items:center;padding-bottom:2rem;display:flex;position:fixed;top:0;left:0}.left-strip a{pointer-events:all}.strip-line{background:var(--border);flex:1;width:1px;margin-bottom:1.5rem}.strip-icons{flex-direction:column;align-items:center;gap:1.25rem;display:flex}.strip-icon{color:var(--text-dim);justify-content:center;align-items:center;transition:color .2s;display:flex}.strip-icon:hover{color:var(--accent)}.strip-icon svg{width:18px;height:18px}.sec-rect-deco{pointer-events:none;z-index:0;background:0 0;border:1px solid #00d4ff33;width:100px;height:130px;position:absolute;top:50%;transform:translateY(-50%)}.sec-rect-deco.right{right:-2.5rem}.sec-rect-deco.left{left:-2.5rem}.sec-dots-left{opacity:.38;pointer-events:none;z-index:0;width:84px;height:84px;position:absolute;top:50%;left:-1.75rem;transform:translateY(-50%)}.sec-dots-right{opacity:.38;pointer-events:none;z-index:0;width:84px;height:84px;position:absolute;top:40%;right:-1.75rem}.sec-logos-left{pointer-events:none;z-index:0;flex-direction:column;gap:6px;display:flex;position:absolute;top:50%;left:-2rem;transform:translateY(-50%)}.sec-logos-left img{opacity:.45;width:56px;height:56px;display:block}.quote-block{border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:5rem;padding:2.5rem 0;position:relative}.quote-inner{text-align:center;max-width:560px;margin:0 auto;position:relative}.quote-open{font-family:var(--mono);color:var(--accent);text-align:left;margin-bottom:-.5rem;font-size:3rem;line-height:1;display:block}.quote-text{font-family:var(--mono);color:var(--text);padding:0 1.5rem;font-size:1rem;line-height:1.7}.quote-close-row{justify-content:flex-end;align-items:flex-end;gap:1rem;margin-top:.25rem;display:flex}.quote-close{font-family:var(--mono);color:var(--accent);font-size:3rem;line-height:.5}.quote-attr{font-family:var(--mono);color:var(--text-muted);padding-bottom:.25rem;font-size:.75rem}nav.topnav{left:var(--strip-w);height:var(--nav-h);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:200;background:#1e1e28eb;justify-content:space-between;align-items:center;padding:0 2.5rem;display:flex;position:fixed;top:0;right:0}.nav-logo{font-family:var(--mono);color:var(--text);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.nav-logo .logo-icon{justify-content:center;align-items:center;width:24px;height:24px;display:flex}.logo-svg{filter:brightness(0)invert();width:24px;height:24px}.nav-links{gap:1.75rem;list-style:none;display:flex}.nav-links a{font-family:var(--mono);color:var(--text-muted);letter-spacing:.02em;font-size:.8rem;transition:color .2s}.nav-links a .hash{color:var(--text-dim);transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-links a:hover .hash{color:var(--accent)}.nav-links a.active{color:var(--text)}.nav-links a.active .hash{color:var(--accent)}.page-wrap{margin-left:var(--strip-w);padding-top:var(--nav-h)}.content{max-width:1120px;margin:0 auto;padding:0 3rem 0 2.5rem}.section-h{font-family:var(--mono);color:var(--text);align-items:center;gap:.75rem;margin-bottom:2.25rem;font-size:1.375rem;font-weight:700;display:flex}.section-h .hash{color:var(--accent)}.section-h .hline{background:var(--border);flex:1;height:1px;margin-left:.25rem}.hero{min-height:calc(100vh - var(--nav-h));grid-template-columns:1fr 420px;align-items:center;gap:3rem;padding:5rem 0 4rem;display:grid}.hero-eyebrow{font-family:var(--mono);color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem;font-size:.72rem}.hero-heading{color:var(--text);margin-bottom:1.25rem;font-size:clamp(2rem,4.5vw,3rem);font-weight:700;line-height:1.18}.hero-heading .hl{color:var(--accent)}.hero-desc{color:var(--text-muted);max-width:480px;margin-bottom:2rem;font-size:.9375rem;line-height:1.75}.hero-btn{border:1px solid var(--text-muted);font-family:var(--sans);color:var(--text);cursor:pointer;margin-bottom:.75rem;margin-right:.75rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;transition:border-color .2s,color .2s;display:inline-block}.hero-btn:hover{border-color:var(--accent);color:var(--accent)}.hero-btn.primary{background:var(--accent);border-color:var(--accent);color:#000;font-weight:600}.hero-btn.primary:hover{opacity:.85}.hero-working{font-family:var(--mono);color:var(--text-muted);border:1px solid var(--border);background:var(--bg-card);align-items:center;gap:.5rem;margin-top:1.5rem;padding:.375rem .75rem;font-size:.72rem;display:inline-flex}.hero-working .dot{background:var(--accent);flex-shrink:0;width:8px;height:8px}.hero-working strong{color:var(--text)}.hero-right{flex-direction:column;align-items:flex-start;gap:1rem;display:flex;position:relative}.hero-img-wrap{width:100%;position:relative;overflow:visible}.hero-img{border-radius:4px;width:100%;height:auto;display:block}.hero-deco-outline{opacity:.75;pointer-events:none;width:72px;height:72px;position:absolute;top:-2rem;right:-2rem}.hero-dots-svg{opacity:.45;pointer-events:none;z-index:1;width:84px;height:84px;position:absolute;bottom:-1.5rem;right:-1.5rem}.hero-right .hero-working{justify-content:flex-start;width:100%;margin-top:0}.stats-row{border-top:1px solid var(--border);border-bottom:1px solid var(--border);flex-wrap:wrap;gap:3rem;margin-bottom:5rem;padding:2rem 0;display:flex}.stat-val{font-family:var(--mono);color:var(--accent);font-size:1.5rem;font-weight:700}.stat-lbl{color:var(--text-muted);margin-top:.2rem;font-size:.72rem}.proj-grid{background:var(--border);border:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:1px;margin-bottom:4rem;display:grid}.proj-card{background:var(--bg-card);flex-direction:column;transition:background .2s;display:flex}.proj-card:hover{background:var(--bg-card-alt)}.proj-thumb{background:var(--bg);border-bottom:1px solid var(--border);justify-content:center;align-items:center;width:100%;height:160px;display:flex;position:relative;overflow:hidden}.proj-thumb img{object-fit:cover;width:100%;height:100%}.proj-thumb-placeholder{font-family:var(--mono);color:var(--text-dim);letter-spacing:.08em;font-size:.65rem}.thumb-nouriq{background:linear-gradient(135deg,#1a1a2e 0%,#0f3460 100%)}.thumb-flowops{background:linear-gradient(135deg,#1a2a1a 0%,#0d3b0d 100%)}.thumb-portfolio{background:linear-gradient(135deg,#1e1e28 0%,#2a2a40 100%)}.thumb-builderx{background:linear-gradient(135deg,#1a1a2a,#2a1a3a)}.thumb-arctic{background:linear-gradient(135deg,#0a1628 0%,#1a3a5c 100%)}.thumb-yellow{background:linear-gradient(135deg,#2a2000 0%,#5c4d00 100%)}.home-proj-mobile-only{display:none}@media (max-width:960px){.home-proj-mobile-only{display:flex}}@media (max-width:640px){.home-proj-mobile-only{display:none}}.proj-body{flex-direction:column;flex:1;padding:1rem 1.25rem 1.25rem;display:flex}.proj-tech{font-family:var(--mono);color:var(--text-muted);letter-spacing:.04em;margin-bottom:.5rem;font-size:.62rem}.proj-name{color:var(--text);align-items:center;gap:.5rem;margin-bottom:.375rem;font-size:1.0625rem;font-weight:700;display:flex}.badge-wip{font-family:var(--mono);border:1px solid var(--accent-bdr);color:var(--accent);background:var(--accent-dim);letter-spacing:.06em;padding:.15rem .4rem;font-size:.55rem}.proj-desc{color:var(--text-muted);flex:1;margin-bottom:1rem;font-size:.8125rem;line-height:1.6}.proj-metric{color:var(--accent);font-size:.75rem;font-family:var(--mono);margin-bottom:.75rem}.proj-actions{flex-wrap:wrap;gap:.5rem;display:flex}.proj-btn{font-family:var(--mono);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;letter-spacing:.04em;background:0 0;padding:.3rem .75rem;font-size:.68rem;transition:border-color .2s,color .2s}.proj-btn:hover{border-color:var(--accent-bdr);color:var(--accent)}.proj-btn.disabled{opacity:.35;cursor:default;pointer-events:none}.proj-grid-2{grid-template-columns:repeat(2,1fr)}.viewall-row{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.viewall-link{font-family:var(--mono);color:var(--text-muted);font-size:.72rem;transition:color .2s}.viewall-link:hover{color:var(--accent)}.about-grid{grid-template-columns:1fr 320px;align-items:start;gap:3rem;margin-bottom:5rem;display:grid}.about-text{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9375rem;line-height:1.8}.about-text strong{color:var(--text);font-weight:500}.read-more{font-family:var(--mono);color:var(--text-muted);border:1px solid var(--border);padding:.4rem 1rem;font-size:.75rem;transition:color .2s,border-color .2s;display:inline-block}.read-more:hover{color:var(--accent);border-color:var(--accent-bdr)}.about-deco{justify-content:center;align-items:center;padding:2rem;display:flex;position:relative}.about-deco .about-dots-tr{opacity:.45;pointer-events:none;width:84px;height:84px;position:absolute;top:0;right:0}.about-deco .about-dots-bl{opacity:.45;pointer-events:none;width:84px;height:84px;position:absolute;bottom:0;left:0}.about-illus{opacity:.85;width:100%;max-width:260px;height:auto}.contacts-grid{grid-template-columns:1fr auto;align-items:start;gap:3rem;margin-bottom:5rem;display:grid}.contacts-intro{color:var(--text-muted);max-width:480px;font-size:.9375rem;line-height:1.75}.msg-box{background:var(--bg-card);border:1px solid var(--border);min-width:240px;padding:1.25rem 1.5rem}.msg-box-title{font-family:var(--mono);color:var(--text-muted);letter-spacing:.08em;margin-bottom:1rem;font-size:.7rem}.msg-link{font-family:var(--mono);color:var(--text-muted);align-items:center;gap:.625rem;margin-bottom:.625rem;font-size:.75rem;transition:color .2s;display:flex}.msg-link:hover{color:var(--accent)}.msg-link svg{flex-shrink:0;width:14px;height:14px}.skills-layout{grid-template-columns:240px 1fr;align-items:start;gap:3rem;margin-bottom:5rem;display:grid}.skills-deco{height:280px;position:relative;overflow:visible}.skills-dots{opacity:.6;width:84px;height:84px;position:absolute;top:0;left:0}.skills-dots-2{inset:auto 0 0 auto}.skills-deco-logo{opacity:.7;width:70px;height:70px;position:absolute}.skills-deco-logo-1{bottom:24px;left:12px}.skills-deco-logo-2{opacity:.35;top:24px;right:12px}.geo-rect{border:1px solid var(--accent-bdr);background:0 0;position:absolute}.geo-rect-1{width:60px;height:60px;top:20px;left:56px}.geo-rect-2{border-color:var(--accent);width:36px;height:36px;top:100px;left:90px}.geo-rect-3{width:70px;height:70px;top:155px;left:44px}.geo-rect-4{width:28px;height:28px;top:64px;left:130px}.skills-table{background:var(--border);border:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.skill-block{background:var(--bg-card);padding:1rem 1.125rem}.skill-block-name{font-family:var(--mono);color:var(--text);letter-spacing:.06em;margin-bottom:.625rem;font-size:.68rem;font-weight:700}.skill-items{flex-wrap:wrap;gap:0 .5rem;list-style:none;display:flex}.skill-items li{font-family:var(--mono);color:var(--text-muted);font-size:.73rem;line-height:1.8}.page-hero{border-bottom:1px solid var(--border);margin-bottom:3rem;padding:4rem 0 3rem}.page-slash{font-family:var(--mono);color:var(--text);font-size:clamp(2rem,5vw,3rem);font-weight:700}.page-slash .slash{color:var(--text-muted)}.page-subtitle{color:var(--text-muted);font-size:.875rem;font-family:var(--mono);margin-top:.375rem}.timeline{margin-bottom:4rem;padding-left:1.75rem;position:relative}.timeline:before{content:"";background:var(--border);width:1px;position:absolute;top:.5rem;bottom:0;left:0}.tl-item{margin-bottom:2.5rem;position:relative}.tl-item:before{content:"";background:var(--accent);border-radius:50%;width:7px;height:7px;position:absolute;top:.45rem;left:-1.95rem;box-shadow:0 0 8px #00d4ff59}.tl-period{font-family:var(--mono);color:var(--text-muted);letter-spacing:.06em;margin-bottom:.2rem;font-size:.62rem}.tl-role{color:var(--text);margin-bottom:.15rem;font-size:.9375rem;font-weight:600}.tl-company{color:var(--accent);margin-bottom:.625rem;font-size:.8125rem;font-weight:500}.tl-points{list-style:none}.tl-points li{color:var(--text-muted);margin-bottom:.2rem;padding-left:1rem;font-size:.8rem;line-height:1.65;position:relative}.tl-points li:before{content:"–";color:var(--text-dim);position:absolute;left:0}.achievements{background:var(--border);border:1px solid var(--border);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1px;margin-bottom:4rem;display:grid}.achievement-item{background:var(--bg-card);border-left:2px solid var(--accent);color:var(--text-muted);padding:.875rem 1rem;font-size:.8rem;line-height:1.6}.edu-block{background:var(--bg-card);border:1px solid var(--border);border-left:2px solid var(--accent);margin-bottom:4rem;padding:1rem 1.25rem;display:inline-block}.edu-degree{color:var(--text);margin-bottom:.25rem;font-size:.9375rem;font-weight:600}.edu-meta{font-family:var(--mono);color:var(--text-muted);letter-spacing:.04em;font-size:.68rem}.edu-cgpa{color:var(--accent)}.contacts-page-grid{grid-template-columns:1fr 300px;gap:3rem;margin-bottom:4rem;display:grid}.contact-intro{color:var(--text-muted);margin-bottom:2rem;font-size:.9375rem;line-height:1.8}.contact-rows{flex-direction:column;gap:1.25rem;display:flex}.contact-row{align-items:center;gap:1.5rem;display:flex}.c-label{font-family:var(--mono);color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;flex-shrink:0;width:80px;font-size:.62rem}.c-value{color:var(--text);font-size:.9375rem;transition:color .2s}.c-value:hover{color:var(--accent)}.avail-box{background:var(--bg-card);border:1px solid var(--border);border-left:2px solid var(--accent);padding:1.5rem}.avail-label{font-family:var(--mono);color:var(--accent);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.5rem;margin-bottom:.625rem;font-size:.62rem;display:flex}.avail-dot{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:2s infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.35}}.avail-text{color:var(--text-muted);font-size:.875rem;line-height:1.7}.all-media{gap:1rem;margin-bottom:4rem;display:flex}footer.site-footer{border-top:1px solid var(--border);margin-top:4rem;padding:1.5rem 0}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-left{align-items:center;gap:.75rem;display:flex}.footer-logo{color:var(--accent);font-family:var(--mono);font-size:.875rem}.footer-info{color:var(--text-muted);font-size:.75rem}.footer-right{align-items:center;gap:1rem;display:flex}.footer-media-label{font-family:var(--mono);color:var(--text-muted);letter-spacing:.08em;font-size:.7rem}.footer-icons{align-items:center;gap:.875rem;display:flex}.footer-icons a{color:var(--text-dim);transition:color .2s}.footer-icons a:hover{color:var(--accent)}.footer-icons a svg{width:16px;height:16px}.footer-copy{text-align:center;font-family:var(--mono);color:var(--text-dim);border-top:1px solid var(--border);margin-top:1rem;padding:.75rem 0 0;font-size:.65rem}section.s{padding:4rem 0}.burger-btn{cursor:pointer;z-index:210;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;padding:4px;display:none}.burger-btn span{background:var(--text);transform-origin:50%;width:22px;height:2px;transition:transform .25s,opacity .25s;display:block}.burger-btn.open span:first-child{transform:translateY(7px)rotate(45deg)}.burger-btn.open span:nth-child(2){opacity:0}.burger-btn.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{background:var(--bg);z-index:205;flex-direction:column;padding:5rem 2rem 3rem;display:none;position:fixed;inset:0}.mobile-menu.open{display:flex}body.menu-open{overflow:hidden}.mobile-close{cursor:pointer;color:var(--text-muted);font-size:1.75rem;line-height:1;font-family:var(--mono);background:0 0;border:none;padding:.25rem .5rem;transition:color .2s;position:absolute;top:1rem;right:1.25rem}.mobile-close:hover{color:var(--accent)}.mobile-nav{flex-direction:column;flex:1;gap:.25rem;display:flex}.mobile-nav a{font-family:var(--mono);color:var(--text-muted);border-bottom:1px solid var(--border);padding:.5rem 0;font-size:clamp(2rem,10vw,3rem);font-weight:700;text-decoration:none;transition:color .2s}.mobile-nav a .hash{color:var(--text-dim);transition:color .2s}.mobile-nav a:hover,.mobile-nav a.active{color:var(--text)}.mobile-nav a:hover .hash,.mobile-nav a.active .hash{color:var(--accent)}.mobile-social{gap:1.5rem;padding-top:2rem;display:flex}.mobile-social a{color:var(--text-muted);transition:color .2s}.mobile-social a:hover{color:var(--accent)}.mobile-social svg{width:22px;height:22px}@media (max-width:960px){.hero{grid-template-columns:1fr;gap:2rem}.hero-right{display:none}.hero-heading{font-size:2.25rem}.proj-grid,.proj-grid-2{grid-template-columns:repeat(2,1fr)}.about-grid{grid-template-columns:1fr}.about-deco{display:none}.contacts-grid,.contacts-page-grid,.skills-layout{grid-template-columns:1fr}.skills-deco{display:none}.stats-row{flex-wrap:wrap;gap:2rem}}@media (max-width:640px){.left-strip{display:none}.page-wrap{margin-left:0}nav.topnav{padding:0 1.25rem;left:0}.nav-links{display:none}.burger-btn{display:flex}.content{padding:0 1.25rem}section.s{padding:2.5rem 0}.hero{grid-template-columns:1fr;min-height:auto;padding:3rem 0 2rem}.hero-heading{font-size:clamp(1.6rem,7vw,2.25rem)}.hero-desc{font-size:.875rem}.hero-eyebrow{font-size:.65rem}.hero-working{margin-top:1.25rem;font-size:.65rem}.hero-right{margin-top:1rem;display:block}.hero-img{border-radius:4px}.hero-dots-svg{display:none}.stats-row{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:0;padding:1.5rem 0;display:grid}.stat-val{font-size:1.25rem}.stat-lbl{font-size:.68rem}.section-h{margin-bottom:1.5rem;font-size:1.125rem}.section-h .hline{display:none}.page-hero{padding:2.5rem 0 2rem}.page-slash{font-size:2rem}.proj-grid,.proj-grid-2{background:0 0;border:none;grid-template-columns:1fr;gap:.75rem}.proj-card{border:1px solid var(--border)}.proj-thumb{height:140px}.skills-table{grid-template-columns:repeat(2,1fr)}.viewall-row{flex-direction:column;align-items:flex-start;gap:.5rem}.about-grid{grid-template-columns:1fr;margin-bottom:0}.about-deco{display:none}.contacts-grid,.contacts-page-grid{grid-template-columns:1fr;gap:1.5rem}.msg-box{min-width:auto}.timeline{padding-left:1.25rem}.tl-item:before{left:-1.55rem}.achievements{grid-template-columns:1fr}.footer-inner{flex-direction:column;align-items:flex-start;gap:1rem}.footer-right{flex-direction:row;gap:1rem}.contact-row{flex-direction:column;align-items:flex-start;gap:.2rem}.c-label{width:auto}.all-media{flex-wrap:wrap}}@media (max-width:380px){.content{padding:0 1rem}.hero-heading{font-size:1.5rem}nav.topnav{padding:0 1rem}.nav-logo{font-size:.8rem}.stats-row{grid-template-columns:repeat(2,1fr);gap:1rem}.skills-table{grid-template-columns:1fr}.mobile-nav a{font-size:1.75rem}}
