@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap";:root{color:#f4f8ff;font-synthesis:none;text-rendering:optimizelegibility;--bg:#07111f;--bg-soft:#0a1627;--panel:#0e1f33b8;--panel-solid:#0d1d31;--line:#96bedc26;--text:#f4f8ff;--muted:#96a8bc;--accent:#55d7ff;--accent-strong:#28bbf5;--green:#7ce7c4;--purple:#c28cff;--max-width:1180px;background:#07111f;font-family:DM Sans,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:84px}body{background:var(--bg);min-width:320px;min-height:100vh;color:var(--text);margin:0}body::selection{color:#07111f;background:var(--accent)}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:1.2em;height:1.2em}.site-shell{overflow:hidden}.section-container{width:min(calc(100% - 48px), var(--max-width));margin-inline:auto}.site-header{z-index:100;height:78px;padding:0 max(24px, calc((100vw - var(--max-width)) / 2));border-bottom:1px solid #0000;justify-content:space-between;align-items:center;transition:all .25s;display:flex;position:fixed;top:0;left:0;right:0}.site-header.is-scrolled{border-color:var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#07111fd1;height:70px}.brand{letter-spacing:-.04em;align-items:center;gap:10px;font-family:Manrope,sans-serif;font-size:1.22rem;font-weight:800;display:inline-flex}.brand>span:last-child>span{color:var(--accent)}.brand-mark{width:37px;height:37px;color:var(--accent);letter-spacing:-.1em;background:#55d7ff14;border:1px solid #55d7ff42;border-radius:10px;place-items:center;font-family:monospace;font-size:.78rem;display:grid}.site-header nav{align-items:center;gap:30px;display:flex}.site-header nav>a{color:#b4c0cf;font-size:.91rem;font-weight:500;transition:color .2s}.site-header nav>a:hover{color:#fff}.site-header nav .nav-cta{color:#06111f;background:var(--accent);border-radius:9px;padding:11px 17px;font-weight:700}.site-header nav .nav-cta:hover{color:#06111f;background:#8ee6ff}.menu-button{display:none}.hero{background:radial-gradient(circle at 75% 45%,#009bff12,#0000 30%),linear-gradient(#07111f,#07111f 80%,#081424);min-height:780px;padding-top:78px;position:relative}.hero-grid{opacity:.28;background-image:linear-gradient(#57a3d113 1px,#0000 1px),linear-gradient(90deg,#57a3d113 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 85%);mask-image:linear-gradient(#000,#0000 85%)}.hero-glow{filter:blur(80px);pointer-events:none;border-radius:999px;position:absolute}.hero-glow-one{background:#1eadff1f;width:300px;height:300px;top:170px;right:4%}.hero-glow-two{background:#6855ff14;width:300px;height:300px;top:380px;left:-150px}.hero-content{z-index:2;grid-template-columns:minmax(0,1.1fr) minmax(400px,.9fr);align-items:center;gap:72px;min-height:640px;padding-top:46px;display:grid;position:relative}.eyebrow{color:var(--accent);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:25px;font-size:.76rem;font-weight:700;display:inline-flex}.eyebrow span{background:var(--accent);width:26px;height:1px}.hero h1,.section h2,.contact h2{letter-spacing:-.055em;margin:0;font-family:Manrope,sans-serif}.hero h1{max-width:760px;font-size:clamp(3.2rem,6vw,5.65rem);font-weight:700;line-height:.99}.hero h1 span{color:#0000;background:linear-gradient(100deg,#72dcff,#8a9bff 52%,#c28cff);-webkit-background-clip:text;background-clip:text;display:block}.hero-copy>p{color:#9eafc0;max-width:660px;margin:28px 0 0;font-size:1.08rem;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:13px;margin-top:38px;display:flex}.button{border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:0 21px;font-weight:700;transition:all .2s;display:inline-flex}.button-primary{color:#05111e;background:var(--accent)}.button-primary:hover{background:#8ee6ff;transform:translateY(-2px);box-shadow:0 12px 35px #55d7ff2b}.button-secondary{color:#dae7f3;background:#ffffff06;border-color:#9dbed833}.button-secondary:hover{background:#55d7ff0f;border-color:#55d7ff66;transform:translateY(-2px)}.hero-visual{justify-content:center;display:flex;position:relative}.terminal-card{z-index:2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#091728c7;border:1px solid #87b9dd2e;border-radius:18px;width:100%;max-width:500px;position:relative;overflow:hidden;transform:perspective(1000px)rotateY(-4deg)rotateX(2deg);box-shadow:0 35px 100px #00000057}.terminal-top{color:#6f8298;border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:48px;padding:0 17px;font:500 .72rem monospace;display:flex}.terminal-dots{gap:7px;display:flex}.terminal-dots span{background:#29415b;border-radius:50%;width:9px;height:9px}.terminal-body{color:#c8d5e2;padding:26px 20px 30px;font:500 .86rem/1.95 Courier New,monospace}.line-number{color:#40566e;-webkit-user-select:none;user-select:none;width:36px;display:inline-block}.code-purple{color:var(--purple)}.code-green{color:var(--green)}.code-blue{color:#73b7ff}.terminal-cursor i{vertical-align:middle;background:var(--accent);width:8px;height:17px;animation:1.1s steps(2,end) infinite blink;display:inline-block}@keyframes blink{50%{opacity:0}}.floating-chip{z-index:3;width:54px;height:54px;color:var(--accent);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#091d32e6;border:1px solid #55d7ff38;border-radius:14px;place-items:center;font:700 .85rem monospace;display:grid;position:absolute;box-shadow:0 20px 60px #0000004d}.chip-one{animation:5s ease-in-out infinite float;top:-24px;right:16px}.chip-two{animation:6s ease-in-out -1s infinite float;bottom:-26px;left:22px}.chip-three{animation:5.5s ease-in-out -2s infinite float;bottom:70px;right:-15px}@keyframes float{50%{transform:translateY(-10px)}}.hero-footer{z-index:2;color:#71869b;border-top:1px solid var(--line);justify-content:space-between;padding-top:20px;padding-bottom:30px;font-size:.8rem;display:flex;position:relative}.hero-footer>span:before{content:"";background:#66d8a8;border-radius:50%;width:7px;height:7px;margin-right:9px;display:inline-block;box-shadow:0 0 0 5px #66d8a814}.hero-footer a{color:#a8b8c8;gap:10px;display:inline-flex}.section{padding:120px 0}.section-number{color:var(--accent);letter-spacing:.16em;margin-bottom:24px;font:700 .72rem DM Sans,sans-serif}.section h2,.contact h2{font-size:clamp(2.5rem,5vw,4.25rem);font-weight:650;line-height:1.08}.about{background:#081424}.about-grid{grid-template-columns:.9fr 1.1fr;gap:110px;display:grid}.about h2{max-width:500px}.about-copy p{color:#8fa3b7;margin:0 0 20px;font-size:1rem;line-height:1.82}.about-copy .lead{color:#dbe7f1;font-size:1.27rem;line-height:1.65}.about-stats{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:18px;margin-top:48px;padding-top:30px;display:grid}.about-stats div{flex-direction:column;gap:7px;display:flex}.about-stats strong{color:var(--accent);font-family:Manrope,sans-serif;font-size:1.8rem}.about-stats span{color:#7f92a6;font-size:.78rem;line-height:1.4}.competencies,.education{background:var(--bg)}.education-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.education-card{border:1px solid var(--line);background:linear-gradient(145deg,#0d1f33d1,#071423d1);border-radius:16px;padding:30px}.education-card>span{color:var(--accent);letter-spacing:.11em;text-transform:uppercase;font-size:.72rem;font-weight:700}.education-card h3{min-height:62px;margin:20px 0 10px;font-family:Manrope,sans-serif;font-size:1.25rem;line-height:1.35}.education-card strong{color:#dbe7f1;font-size:.9rem}.education-card p{color:#8397aa;margin:20px 0 0;line-height:1.7}.horizontal-heading{justify-content:space-between;align-items:end;gap:80px;margin-bottom:58px;display:flex}.horizontal-heading>p{color:#879bb0;max-width:440px;margin:0 0 6px;line-height:1.75}.stack-grid,.services-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.stack-card,.service-card{border:1px solid var(--line);background:linear-gradient(145deg,#0d1f33d1,#071423d1);border-radius:16px;padding:30px;transition:all .25s;position:relative}.stack-card:hover,.service-card:hover{border-color:#55d7ff47;transform:translateY(-5px);box-shadow:0 25px 60px #00000029}.stack-icon,.service-icon{width:46px;height:46px;color:var(--accent);background:#55d7ff12;border:1px solid #55d7ff2b;border-radius:12px;place-items:center;font-size:1.3rem;display:grid}.stack-card h3,.service-card h3,.experience-card h3{letter-spacing:-.025em;margin:25px 0 20px;font-family:Manrope,sans-serif;font-size:1.28rem}.tag-list{flex-wrap:wrap;gap:8px;display:flex}.tag-list span{color:#99aec2;background:#ffffff06;border:1px solid #91b2cd21;border-radius:7px;padding:8px 11px;font-size:.78rem}.experience{background:#081424}.experience-list{gap:14px;display:grid}.experience-card{border:1px solid var(--line);background:#081829b3;border-radius:16px;grid-template-columns:60px 1fr 110px;align-items:start;gap:25px;padding:34px;transition:all .25s;display:grid}.experience-card:hover{background:#0b1f34e6;border-color:#55d7ff40;transform:translate(5px)}.experience-index{color:#4f657b;font:600 .8rem monospace}.experience-category{color:var(--accent);letter-spacing:.11em;text-transform:uppercase;font-size:.72rem;font-weight:700}.experience-card h3{margin:12px 0;font-size:1.75rem}.experience-card p{color:#8fa2b5;max-width:790px;margin:0;line-height:1.7}.experience-tags{margin-top:22px}.experience-period{color:#526a80;letter-spacing:.13em;writing-mode:vertical-rl;place-self:center end;font:700 .62rem monospace;transform:rotate(180deg)}.experience-card:hover .experience-period{color:var(--accent)}.services{background:var(--bg)}.centered-heading{text-align:center;max-width:730px;margin:0 auto 58px}.centered-heading p{color:#8499ad;max-width:570px;margin:20px auto 0;line-height:1.7}.service-card{min-height:280px}.service-top{justify-content:space-between;align-items:start;display:flex}.service-top>span{color:#40576e;font:600 .74rem monospace}.service-card p{color:#8397aa;line-height:1.75}.contact{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(145deg,#0b2238f2,#081423fa),#0b1b2d;padding:125px 0;position:relative;overflow:hidden}.contact-glow{filter:blur(90px);background:#1fabff21;border-radius:50%;width:600px;height:300px;position:absolute;top:-150px;left:50%;transform:translate(-50%)}.contact-inner{z-index:2;text-align:center;position:relative}.contact h2{max-width:820px;margin-inline:auto}.contact p{color:#94a8ba;max-width:650px;margin:24px auto 0;font-size:1.05rem;line-height:1.75}.contact-email{color:var(--accent);border-bottom:1px solid #55d7ff59;align-items:center;gap:15px;margin-top:43px;padding-bottom:5px;font-family:Manrope,sans-serif;font-size:clamp(1.4rem,3vw,2.1rem);font-weight:600;display:inline-flex}.contact-email:hover svg{transform:translate(5px)}.contact-email svg{transition:all .2s}.social-links{justify-content:center;gap:12px;margin-top:38px;display:flex}.social-links a{color:#a7b6c6;border:1px solid var(--line);border-radius:9px;align-items:center;gap:9px;padding:10px 14px;font-size:.85rem;transition:all .2s;display:inline-flex}.social-links a:hover{color:#fff;background:#55d7ff0d;border-color:#55d7ff4d}footer{background:#06101d;padding:35px 0}.footer-inner{justify-content:space-between;align-items:center;gap:30px;display:flex}.footer-brand{font-size:1rem}.footer-brand .brand-mark{border-radius:8px;width:31px;height:31px;font-size:.66rem}.footer-inner p,.footer-inner>span{color:#5f7388;margin:0;font-size:.76rem}@media (width<=1020px){.hero-content{grid-template-columns:1fr;gap:60px;padding:150px 0 75px}.hero-visual{max-width:600px;margin-inline:auto}.about-grid{grid-template-columns:1fr;gap:50px}.stack-grid,.services-grid,.education-grid{grid-template-columns:1fr 1fr}.education-card:last-child{grid-column:span 2}}@media (width<=760px){.section-container{width:min(calc(100% - 32px), var(--max-width))}.site-header{padding:0 16px}.menu-button{z-index:102;color:#fff;border:1px solid var(--line);background:#091829cc;border-radius:10px;place-content:center;gap:6px;width:42px;height:42px;padding:0;display:grid;position:relative}.menu-button span{background:currentColor;width:18px;height:1.5px;transition:all .2s;display:block}.menu-button.is-open span:first-child{transform:translateY(3.75px)rotate(45deg)}.menu-button.is-open span:last-child{transform:translateY(-3.75px)rotate(-45deg)}.site-header nav{z-index:101;visibility:hidden;opacity:0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#07111ff7;flex-direction:column;justify-content:center;align-items:stretch;gap:6px;padding:80px 30px;transition:all .2s;position:fixed;inset:0}.site-header nav.is-open{visibility:visible;opacity:1}.site-header nav>a{padding:14px 8px;font-size:1.2rem}.site-header nav .nav-cta{text-align:center;margin-top:15px}.hero{min-height:auto}.hero-content{padding-top:125px}.hero h1{font-size:clamp(2.8rem,14vw,4.7rem)}.hero-copy>p{font-size:1rem}.hero-actions{flex-direction:column}.button{width:100%}.terminal-card{transform:none}.terminal-body{font-size:.73rem;overflow-x:auto}.floating-chip{width:45px;height:45px}.chip-three{right:-5px}.hero-footer{gap:20px;font-size:.72rem}.hero-footer>span{max-width:190px}.section{padding:85px 0}.horizontal-heading{margin-bottom:40px;display:block}.horizontal-heading>p{margin-top:22px}.about-stats{grid-template-columns:1fr}.about-stats div{flex-direction:row;align-items:center}.about-stats strong{min-width:65px}.stack-grid,.services-grid,.education-grid{grid-template-columns:1fr}.education-card:last-child{grid-column:auto}.education-card h3{min-height:auto}.experience-card{grid-template-columns:36px 1fr;gap:12px;padding:25px 20px}.experience-period{display:none}.experience-card h3{font-size:1.45rem}.contact{padding:90px 0}.contact-email{font-size:1.2rem}.footer-inner{text-align:center;flex-direction:column}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
