:root{--bg:#070711;--panel:#121222b8;--panel-strong:#141327f0;--text:#f5f2ff;--muted:#f5f2ffa8;--line:#8b5cf63d;--accent:#8b5cf6;--accent-2:#22d3ee;--accent-3:#ff3d9a;--copper:#f59e0b;--red-trace:#ff344f;--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.hero-section{align-items:center;min-height:100vh;padding:120px clamp(20px,6vw,92px);display:flex;position:relative;overflow:hidden}.pcb-background{background:radial-gradient(circle at 62% 42%,#8b5cf629,#0000 35%),radial-gradient(circle at 85% 18%,#22d3ee1f,#0000 28%),linear-gradient(135deg,#070711,#070711 48%,#17102a);position:absolute;inset:0;overflow:hidden}.pcb-grid-layer{background-image:linear-gradient(#8b5cf614 1px,#0000 1px),linear-gradient(90deg,#8b5cf614 1px,#0000 1px);background-size:46px 46px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 66% 45%,#000,#0000 74%);mask-image:radial-gradient(circle at 66% 45%,#000,#0000 74%)}.pcb-copper-texture{background:repeating-linear-gradient(35deg,#0000 0 18px,#8b5cf606 18px 20px),repeating-linear-gradient(-35deg,#0000 0 24px,#22d3ee06 24px 26px);animation:18s linear infinite pcb-drift;position:absolute;inset:-20%}.pcb-svg{transform-origin:62%;width:100%;height:100%;position:absolute;inset:0;transform:perspective(1200px)rotateX(4deg)rotate(-1deg)scale(1.05)}.board{fill:#022c1db8;stroke:#8b5cf638;stroke-width:2px;filter:url(#softShadow)}.mounting-holes circle{fill:#020807;stroke:#8b5cf67a;stroke-width:7px}.trace-base path{fill:none;stroke-width:9px;stroke-linecap:round;stroke-linejoin:round;opacity:.9;filter:url(#pcbGlow);transition:opacity .25s,stroke-width .25s}.trace-green{stroke:#8b5cf6d1}.trace-blue{stroke:#22d3eeb8}.trace-amber{stroke:#ffbd4ab8}.trace-a{stroke-dasharray:1800;stroke-dashoffset:1800px;animation:3.4s forwards draw-trace}.trace-b{stroke-dasharray:1500;stroke-dashoffset:1500px;animation:3.2s .35s forwards draw-trace}.trace-c{stroke-dasharray:1400;stroke-dashoffset:1400px;animation:3.1s .7s forwards draw-trace}.trace-d{stroke-dasharray:1250;stroke-dashoffset:1250px;animation:3s 1s forwards draw-trace}.trace-e{stroke-dasharray:1200;stroke-dashoffset:1200px;animation:2.8s 1.25s forwards draw-trace}.trace-f{stroke-dasharray:800;stroke-dashoffset:800px;animation:2.4s 1.45s forwards draw-trace}.signal-lines path{fill:none;stroke:#fff;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:85 1450;stroke-dashoffset:1450px;opacity:0;filter:url(#pcbGlow);animation:2.5s linear 3.3s infinite signal-trace}.signal-lines path:nth-child(2){animation-delay:3.7s}.signal-lines path:nth-child(3){animation-delay:4.1s}.signal-lines path:nth-child(4){animation-delay:4.5s}.pcb-pads circle,.test-points circle{fill:#070711;stroke:#8b5cf6e6;stroke-width:4px;filter:url(#pcbGlow)}.pcb-component{cursor:pointer;outline:none;transition:transform .25s}.pcb-component rect,.pcb-component circle,.pcb-component line{transition:stroke .25s,fill .25s,opacity .25s,filter .25s}.pcb-component:hover .component-body,.pcb-component:focus .component-body{stroke:#fff;filter:url(#pcbGlow)}.chip rect:not(.component-body),.passive line,.connector circle{fill:#ffbd4ad1;stroke:#ffe6aa73;stroke-width:1.5px}.component-body{fill:#050a0cf5;stroke:#8b5cf673;stroke-width:2px}.chip .pin-dot{fill:#8b5cf6f2;filter:url(#pcbGlow)}.pcb-component text,.test-points text{fill:#eff7f4c7;letter-spacing:.08em;pointer-events:none;font-size:17px;font-weight:800}.pcb-component .tiny{fill:#eff7f475;letter-spacing:.16em;font-size:11px}.passive .component-body{fill:#0d2a20f5;stroke:#ffbd4ab8}.connector .component-body{fill:#020d12fa;stroke:#22d3ee9e}.test-points text{fill:#22d3eea8;font-size:13px}.pcb-vignette{background:radial-gradient(circle at 74% 48%,#0000 0 22%,#04080b33 46%,#04080bd6 88%),linear-gradient(90deg,#04080bfa,#04080b94,#04080bdb);position:absolute;inset:0}@keyframes draw-trace{to{stroke-dashoffset:0}}@keyframes signal-trace{0%{stroke-dashoffset:1450px;opacity:0}10%{opacity:.95}80%{opacity:.95}to{stroke-dashoffset:0;opacity:0}}@keyframes pcb-drift{0%{transform:translate(0,0)}to{transform:translate(92px,46px)}}.site-nav{z-index:20;grid-template-columns:auto minmax(320px,1fr) auto;align-items:center;gap:18px;display:grid;position:absolute;top:24px;left:clamp(16px,5vw,72px);right:clamp(16px,5vw,72px)}.site-nav-static{margin:18px clamp(16px,5vw,72px) 0;position:sticky;top:14px;left:auto;right:auto}.brand{width:48px;height:48px;color:var(--text);letter-spacing:-.05em;background:linear-gradient(135deg,#8b5cf63d,#22d3ee24),#ffffff0b;border:1px solid #ffffff29;border-radius:18px;place-items:center;font-weight:900;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 50px #00000047,0 0 30px #8b5cf63d}.brand:after{content:"";opacity:.38;mix-blend-mode:screen;background:linear-gradient(135deg,#0000 20%,#22d3ee73,#0000 58%,#ff3d9a6b);position:absolute;inset:-1px}.brand span{z-index:1;position:relative}.nav-pill{-webkit-backdrop-filter:blur(22px)saturate(150%);backdrop-filter:blur(22px)saturate(150%);background:#0a0a1894;border:1px solid #ffffff24;border-radius:999px;justify-self:center;align-items:center;gap:6px;padding:7px;display:flex;box-shadow:0 18px 70px #00000042,inset 0 1px #ffffff0f}.nav-item{color:#f5f2ffb8;letter-spacing:.01em;border-radius:999px;justify-content:center;align-items:center;min-height:36px;padding:0 15px;font-size:13px;font-weight:850;transition:color .18s,background .18s,transform .18s;display:inline-flex;position:relative}.nav-item:hover{color:var(--text);background:#ffffff0f}.nav-item.active{color:#fff;background:linear-gradient(135deg,#8b5cf6f2,#ff3d9ac7);box-shadow:0 0 28px #8b5cf657}.nav-actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.language-selector{color:#f5f2ffad;background:#ffffff0e;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:6px;min-height:38px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.language-selector a{color:#f5f2ffad;transition:color .2s}.language-selector a.active,.language-selector a:hover{color:#fff}.language-selector span{color:#f5f2ff47}.nav-cta{color:#090812;background:linear-gradient(135deg, var(--accent-2), #a78bfa 55%, var(--accent-3));border-radius:999px;align-items:center;min-height:40px;padding:0 15px;font-size:13px;font-weight:900;display:inline-flex;box-shadow:0 0 30px #22d3ee38}.nav-cta:hover{transform:translateY(-1px)}.hero-content{z-index:2;max-width:760px;position:relative}.eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.22em;margin:0 0 18px;font-size:12px;font-weight:700}h1,h2,h3,p{margin-top:0}.hero-content h1,.projects-hero h1{letter-spacing:-.07em;margin-bottom:24px;font-size:clamp(44px,8vw,96px);line-height:.92}.hero-text,.projects-hero p{color:var(--muted);max-width:680px;font-size:clamp(16px,1.6vw,20px);line-height:1.65}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.primary-button,.secondary-button{border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 22px;font-weight:700;display:inline-flex}.secondary-button{background:#ffffff0a;border:1px solid #ffffff2e}.latest-section,.projects-page{background:radial-gradient(circle at top right, #22d3ee1f, transparent 35%), var(--bg);padding:90px clamp(20px,6vw,92px)}.section-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px;display:flex}.section-heading h2{letter-spacing:-.055em;margin-bottom:0;font-size:clamp(34px,4.6vw,64px)}.text-link{color:var(--accent);white-space:nowrap;font-weight:800}.carousel-shell{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);grid-template-columns:1.05fr .95fr;min-height:460px;display:grid;overflow:hidden;box-shadow:0 24px 90px #00000047}.carousel-preview,.project-card-image{background-color:#8b5cf60f;background-position:50%;background-size:cover;min-height:300px;position:relative}.carousel-preview:after,.project-card-image:after{content:"";background:linear-gradient(135deg,#0000001a,#0000009e),repeating-linear-gradient(90deg,#8b5cf614 0 1px,#0000 1px 32px);position:absolute;inset:0}.carousel-preview-fallback,.project-card-image-fallback{color:#eff7f42b;letter-spacing:-.08em;text-transform:uppercase;place-items:center;font-size:clamp(42px,8vw,104px);font-weight:900;display:grid;position:absolute;inset:0}.carousel-panel{flex-direction:column;justify-content:center;padding:clamp(24px,4vw,54px);display:flex}.project-card-meta{color:var(--accent);text-transform:uppercase;letter-spacing:.14em;justify-content:space-between;gap:14px;margin-bottom:18px;font-size:12px;font-weight:800;display:flex}.carousel-panel h3,.project-card h3{letter-spacing:-.06em;margin-bottom:18px;font-size:clamp(28px,4vw,52px);line-height:.95}.carousel-panel p,.project-card p{color:var(--muted);line-height:1.65}.tag-row{flex-wrap:wrap;gap:8px;margin-top:20px;display:flex}.tag-row span{color:#eff7f4d1;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:999px;padding:7px 10px;font-size:12px}.carousel-controls{gap:9px;margin-top:34px;display:flex}.carousel-controls button{cursor:pointer;background:#ffffff2e;border:0;border-radius:99px;width:42px;height:6px}.projects-page{min-height:100vh}.projects-hero{max-width:900px;padding-top:54px;padding-bottom:38px}.projects-hero code{color:var(--accent);background:#8b5cf614;border-radius:8px;padding:3px 6px}.filter-bar{z-index:5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);flex-wrap:wrap;gap:10px;margin-bottom:32px;padding:12px 0;display:flex;position:sticky;top:0}.filter-bar button{color:var(--text);cursor:pointer;background:#ffffff0b;border:1px solid #ffffff21;border-radius:999px;padding:11px 16px;font-weight:800}.filter-bar button.active,.filter-bar button:hover{color:#070711;background:var(--accent);border-color:var(--accent)}.projects-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.project-card{border:1px solid var(--line);background:var(--panel-strong);border-radius:24px;transition:transform .18s,border-color .18s,box-shadow .18s;overflow:hidden}.project-card:hover{border-color:#8b5cf675;transform:translateY(-4px);box-shadow:0 0 34px #8b5cf61f}.project-card-content{padding:22px}.project-card h3{font-size:30px}.project-card-image{min-height:210px}@media (max-width:900px){.carousel-shell{grid-template-columns:1fr}.section-heading{flex-direction:column;align-items:start}.projects-grid{grid-template-columns:1fr 1fr}}@media (max-width:620px){.hero-section{align-items:flex-start;padding-top:130px}.projects-grid{grid-template-columns:1fr}.carousel-preview{min-height:240px}}.altium-theme .pcb-svg,.altium-svg{transform-origin:58%;width:100%;height:100%;position:absolute;inset:0;transform:perspective(1100px)rotateX(3deg)rotate(-.5deg)scale(1.04)}.altium-board{fill:#050604;stroke:#f59e0b4d;stroke-width:1.2px}.edge-lines line{stroke:#f59e0bad;stroke-width:2px}.mount-hole text:first-of-type{font-size:24px;font-weight:800}.track{fill:none;stroke-linecap:square;stroke-linejoin:round;stroke-width:6px;filter:url(#neonGlow)}.t1{stroke-dasharray:1250;stroke-dashoffset:1250px;animation:2.6s forwards draw-trace}.t2{stroke-dasharray:1100;stroke-dashoffset:1100px;animation:2.4s .18s forwards draw-trace}.t3{stroke-dasharray:1180;stroke-dashoffset:1180px;animation:2.8s .34s forwards draw-trace}.t4{stroke-dasharray:820;stroke-dashoffset:820px;animation:2.1s .48s forwards draw-trace}.t5{stroke-dasharray:980;stroke-dashoffset:980px;animation:2.3s .6s forwards draw-trace}.b1,.b2,.b3,.b4{stroke-dasharray:1000;stroke-dashoffset:1000px;animation:3s .8s forwards draw-trace}.track-signals path{fill:none;stroke:#fff;stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:38 900;stroke-dashoffset:900px;opacity:0;filter:url(#neonGlow);animation:2.4s linear 2.8s infinite altium-signal}.track-signals path:nth-child(2){animation-delay:3.1s}.track-signals path:nth-child(3){animation-delay:3.4s}.track-signals path:nth-child(4){animation-delay:3.7s}.track-signals path:nth-child(5){animation-delay:4s}.altium-pad{fill:#080b0c;stroke:#22d3ee;stroke-width:4px;filter:url(#neonGlow)}.altium-via{fill:#d6d9d6;stroke:#a78bfa;stroke-width:2.2px}.left-terminal rect{fill:#0000;stroke:#f59e0bb8;stroke-width:2px}.left-terminal circle{fill:#d6d8d4;stroke:#22d3ee;stroke-width:3px}.polarity{font-size:28px}.smd rect{filter:url(#neonGlow)}.smd .pad-left,.smd .pad-right,.smd-cap rect:not(.body){fill:#ff344f;stroke:#facc15;stroke-width:1.6px}.smd line{stroke:#facc15;stroke-width:1.2px}.smd:hover .body,.ic:hover .ic-body,.header:hover .header-box{stroke:#fff;filter:url(#neonGlow)}.label-above{font-size:20px}.ic-pin{fill:#ff344f;stroke:#facc15;stroke-width:1.3px}.ic-body{fill:#342b34;stroke:#22d3ee;stroke-width:2px;filter:url(#neonGlow)}.ic circle{fill:#facc15}.ic-hatch line{stroke:#ff3d9a;stroke-width:1.5px;opacity:.75}.header-box{fill:#0000;stroke:#facc15;stroke-width:2px}.header-title{font-size:23px}.silk.subtitle{font-size:24px}@keyframes altium-signal{0%{stroke-dashoffset:900px;opacity:0}8%{opacity:.95}76%{opacity:.95}to{stroke-dashoffset:0;opacity:0}}@media (max-width:760px){.silk.title{font-size:30px}.altium-theme .pcb-svg,.altium-svg{transform-origin:63% 47%;transform:scale(1.35)}}.availability-banner{color:#f5f2ffd6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff12;border:1px solid #ffffff29;border-radius:999px;flex-wrap:wrap;align-items:center;gap:10px;max-width:760px;margin:22px 0 4px;padding:12px 16px;display:inline-flex;box-shadow:0 16px 54px #00000038}.availability-banner strong{color:#fff;font-weight:900}.availability-pulse{background:var(--accent);border-radius:999px;width:10px;height:10px;animation:1.8s ease-out infinite availabilityPulse;box-shadow:0 0 #8b5cf6d9}@keyframes availabilityPulse{0%{box-shadow:0 0 #8b5cf6d9}70%{box-shadow:0 0 0 12px #8b5cf600}to{box-shadow:0 0 #8b5cf600}}.mission-type-row{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.mission-type-row span{color:#f5f2ffdb;background:#ffffff0e;border:1px solid #ffffff24;border-radius:999px;align-items:center;min-height:38px;padding:0 14px;font-size:13px;font-weight:800;display:inline-flex}.hero-social-row{color:var(--muted);flex-wrap:wrap;align-items:center;gap:14px;margin-top:28px;font-size:14px;display:flex}.freelance-section,.contact-section{background:radial-gradient(circle at 15% 20%,#8b5cf61a,#0000 28%),radial-gradient(circle at 85% 40%,#ff19db14,#0000 30%),#070711;padding:100px clamp(20px,6vw,92px)}.freelance-intro{max-width:940px;margin-bottom:34px}.freelance-intro h2,.contact-section h2{letter-spacing:-.06em;margin-bottom:22px;font-size:clamp(38px,5.8vw,76px);line-height:.95}.freelance-intro p,.contact-section p{color:var(--muted);max-width:760px;font-size:clamp(16px,1.45vw,19px);line-height:1.7}.service-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:34px;display:grid}.service-card,.seo-service-panel,.profile-panel,.contact-section{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel-strong);box-shadow:0 24px 90px #00000040}.service-card{min-height:260px;padding:24px;position:relative;overflow:hidden}.service-card:after{content:"";background:radial-gradient(circle,#8b5cf62e,#0000 64%);height:110px;position:absolute;inset:auto -20% -40% 10%}.service-dot{background:var(--accent);border-radius:999px;width:12px;height:12px;margin-bottom:26px;display:inline-block;box-shadow:0 0 18px #8b5cf6e6}.service-card h3,.profile-panel h3{letter-spacing:-.05em;margin-bottom:16px;font-size:clamp(24px,2.4vw,34px);line-height:1}.service-card p{color:var(--muted);line-height:1.65}.seo-service-panel{margin-top:18px;padding:clamp(24px,4vw,42px)}.seo-service-panel h3{letter-spacing:-.05em;margin:0 0 16px;font-size:clamp(25px,2.8vw,40px);line-height:1.05}.seo-service-panel p{color:var(--muted);max-width:920px;line-height:1.7}.profile-panel{grid-template-columns:.95fr 1.05fr;gap:32px;margin-top:18px;padding:clamp(24px,4vw,46px);display:grid}.profile-panel ul{color:var(--muted);margin:0;padding-left:20px;line-height:1.85}.contact-section{margin:0 clamp(20px,6vw,92px) 90px}@media (max-width:1060px){.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.profile-panel,.service-grid{grid-template-columns:1fr}.contact-section{margin-inline:20px}}.social-links{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.social-links a{color:#f5f2ffd6;background:#ffffff0b;border:1px solid #ffffff21;border-radius:999px;justify-content:center;align-items:center;min-height:38px;padding:0 13px;font-size:13px;font-weight:850;transition:transform .18s,background .18s,border-color .18s;display:inline-flex}.social-links a:hover{transform:translateY(-1px)}.social-links.compact a{min-height:34px;padding:0 10px;font-size:12px}.primary-button{color:#070711;background:linear-gradient(135deg, var(--accent-2), #a78bfa 52%, var(--accent-3));box-shadow:0 0 38px #8b5cf647,0 0 22px #22d3ee2e}.primary-button:hover,.secondary-button:hover,.text-link:hover{filter:brightness(1.08)}.secondary-button:hover{border-color:#a78bfa8c;box-shadow:0 0 24px #8b5cf629}.text-link{color:var(--accent-2)}.carousel-controls button.active{background:linear-gradient(135deg, var(--accent-2), var(--accent-3));box-shadow:0 0 16px #8b5cf68c}.filter-bar button.active,.filter-bar button:hover,.social-links a:hover{color:#070711;background:linear-gradient(135deg, var(--accent-2), #a78bfa 55%, var(--accent-3));border-color:#a78bfae6}.project-card:hover{border-color:#8b5cf694;box-shadow:0 0 34px #8b5cf624}.service-dot{background:linear-gradient(135deg, var(--accent-2), var(--accent-3));box-shadow:0 0 18px #8b5cf6b8}.service-card:after{background:radial-gradient(circle,#8b5cf62e,#0000 64%)}.pcb-background{background:radial-gradient(circle at 62% 42%,#8b5cf629,#0000 35%),radial-gradient(circle at 85% 18%,#22d3ee1f,#0000 28%),linear-gradient(135deg,#09071a,#070711 48%,#17102a)}.track.bottom,.ic-body{stroke:#22d3ee}.ic-hatch line{stroke:#ff3d9a}.altium-theme{background:radial-gradient(circle at 53% 45%,#22d3ee1f,#0000 30%),radial-gradient(circle at 76% 22%,#ff3d9a1a,#0000 25%),linear-gradient(135deg,#050908 0%,#08100e 44%,#140a16 100%)}.altium-theme .pcb-svg,.altium-svg{transform-origin:58%;transform:perspective(1100px)rotateX(3deg)rotate(-.65deg)scale(1.035)}.altium-board{fill:#07100d;stroke:#facc1538;stroke-width:1.4px;filter:url(#chipShadow)}.board-outline{fill:none;stroke:#22d3eec7;stroke-width:3px;filter:url(#neonGlow)}.copper-pours path{fill:#f59e0b0b;stroke:#f59e0b38;stroke-width:1px}.track{fill:none;stroke-linecap:square;stroke-linejoin:round;stroke-width:6px;opacity:.52;filter:url(#neonGlow)}.track.top{stroke:#22d3eee6}.track.bottom{stroke:#ff344fe6}.energy,.track-signals path{fill:none;stroke-linecap:round;stroke-linejoin:round;filter:url(#neonGlow)}.energy{stroke-width:8px;stroke-dasharray:1200;stroke-dashoffset:1200px;opacity:0;animation:2.45s cubic-bezier(.18,.84,.24,1) forwards route-propagate;animation-delay:var(--route-delay,0s)}.energy.top{stroke:#22d3ee}.energy.bottom{stroke:#ff344f}.track-signals path{stroke:#fff;stroke-width:2.5px;stroke-dasharray:42 1050;stroke-dashoffset:1050px;opacity:0;animation:2.8s linear 3s infinite altium-signal}.track-signals path:nth-child(2n){animation-delay:3.25s}.track-signals path:nth-child(3n){animation-delay:3.55s}.track-signals path:nth-child(5n){animation-delay:3.85s}.altium-pad{fill:#07100d;stroke:#22d3ee;stroke-width:4px;filter:url(#neonGlow);animation:2.7s 1.45s both pad-wake}.altium-via{fill:#d8ddd6;stroke:#ff3d9a;stroke-width:2px;animation:2.9s 1.15s both pad-wake}.mount-hole circle:first-child{fill:#d9ded7;stroke:#22d3ee;stroke-width:2.5px}.mount-hole .hole-inner{fill:#07100d;stroke:#ff3d9a;stroke-width:2px}.mount-hole text,.silk{fill:#facc15e6;letter-spacing:.02em;pointer-events:none;font-family:Courier New,monospace;font-size:18px}.module,.mcu,.smd{animation:.85s 1.55s both component-wake}.mcu{filter:url(#chipShadow)}.mcu-pin,.ic-pin,.smd-pad,.gold-finger{fill:#d99a2b;stroke:#ffecb394;stroke-width:1.2px}.mcu-body,.ic-body{fill:#111819;stroke:#22d3ee;stroke-width:2px;filter:url(#neonGlow)}.mcu-mark{fill:none;stroke:#ff3d9ab8;stroke-width:2px}.mcu-title{fill:#f5f2ffeb;letter-spacing:.12em;font-family:Courier New,monospace;font-size:34px;font-weight:800}.pin-one,.ic circle{fill:#facc15;filter:url(#neonGlow)}.module-box,.header-box{fill:#050c0d38;stroke:#facc15ad;stroke-width:2px}.connector-mouth,.thermal-pad{fill:#030607f5;stroke:#22d3ee;stroke-width:2px}.crystal-can{fill:#c4c7c0;stroke:#facc15;stroke-width:2px;filter:url(#neonGlow)}.smd .body{fill:#151a17;stroke:#facc15;stroke-width:1.2px}.smd line,.smd path{stroke:#facc15;stroke-width:1.3px}.smd-cap .body{stroke:#22d3ee}.smd-ind .body{stroke:#ff3d9a}.header-title{font-size:20px;font-weight:800}.pin-label{font-size:12px;font-weight:700}.mcu-ref{font-size:21px}.silk.small{font-size:12px;font-weight:700}.silk.title{letter-spacing:.08em;opacity:.9;font-size:32px}.silk.subtitle{fill:#22d3eec2;font-size:15px}.silk.footer{font-size:14px}.altium-theme .pcb-vignette{background:radial-gradient(circle at 55% 45%,#0000 0 35%,#0003 62%,#000000b8 100%),linear-gradient(90deg,#04080be6,#04080b29 44%,#04080b9e)}@keyframes route-propagate{0%{stroke-dashoffset:1200px;opacity:0}8%{opacity:.95}76%{opacity:.95}to{stroke-dashoffset:0;opacity:0}}@keyframes pad-wake{0%,45%{opacity:.42}62%{opacity:1;filter:url(#neonGlow)}to{opacity:.9}}@keyframes component-wake{0%{opacity:.58}to{opacity:1}}@media (max-width:1060px){.site-nav{grid-template-columns:auto 1fr}.nav-actions .social-links,.nav-cta{display:none}}@media (max-width:760px){.site-nav{grid-template-columns:1fr;justify-items:stretch;left:16px;right:16px}.site-nav-static{margin-inline:16px}.brand{justify-self:start;position:relative}.nav-pill{scrollbar-width:none;justify-content:flex-start;justify-self:stretch;width:100%;overflow-x:auto}.nav-pill::-webkit-scrollbar{display:none}.nav-actions{position:absolute;top:0;right:0}.nav-actions .social-links,.nav-cta{display:none}.language-selector{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0a0a18bd;min-height:34px;padding:0 9px}}.route-transition{z-index:9999;pointer-events:none;opacity:0;visibility:hidden;background:radial-gradient(circle,#16d3ee1a,#0000 34%),radial-gradient(circle,#ff17171f,#0000 58%),#020306f5;place-items:center;transition:opacity .16s,visibility .16s;display:grid;position:fixed;inset:0}.route-transition.active{opacity:1;visibility:visible}.route-transition-grid{background-image:linear-gradient(#74e8ea14 1px,#0000 1px),linear-gradient(90deg,#74e8ea14 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000 0 46%,#0000 78%);mask-image:radial-gradient(circle,#000 0 46%,#0000 78%)}.route-transition-svg{filter:url(#transitionGlow);width:min(76vw,760px);height:min(76vh,760px);position:relative;overflow:visible}.transition-mcu-courtyard{fill:#00a6510f;stroke:#00a651;stroke-width:1.5px;stroke-dasharray:8 8}.transition-mcu-body{fill:#101010;stroke:#fff200;stroke-width:2px}.transition-pad{fill:#74e8ea;stroke:#111;stroke-width:1px}.transition-pin-one{fill:#ff1717;stroke:#fff200;stroke-width:1.2px}.transition-mcu-text{fill:#fff200;letter-spacing:.14em;font-family:Courier New,monospace;font-size:18px;font-weight:800}.transition-trace{fill:none;stroke-width:6px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1px;opacity:0}.transition-trace.top{stroke:#ff1717}.transition-trace.bottom{stroke:#2458ff}.route-transition.active .transition-trace{animation:.78s cubic-bezier(.16,.82,.21,1) forwards transition-trace-propagate}.route-transition.active .transition-mcu-body,.route-transition.active .transition-pad,.route-transition.active .transition-mcu-courtyard{animation:.76s forwards transition-mcu-pop}@keyframes transition-trace-propagate{0%{stroke-dashoffset:1px;opacity:0}12%{opacity:1}to{stroke-dashoffset:0;opacity:1}}@keyframes transition-mcu-pop{0%{opacity:.4;transform:scale(.92)}42%{opacity:1;transform:scale(1.04)}to{opacity:1;transform:scale(1)}}.projects-hero-note{border-left:2px solid #22d3ee8c;margin-top:18px;padding-left:18px;color:#f5f2ffbd!important}.timeline-section{padding-bottom:64px;position:relative}.timeline-filter{margin-bottom:46px;top:14px}.timeline-shell{gap:34px;padding:10px 0 30px;display:grid;position:relative}.timeline-line{background:linear-gradient(#0000,#22d3eee0 10%,#8b5cf6d1 48%,#ff3d9ac2 82%,#0000);width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 0 26px #22d3ee47}.timeline-item{grid-template-columns:minmax(0,1fr) 74px minmax(0,1fr);align-items:center;min-height:290px;display:grid;position:relative}.timeline-item.left .timeline-card{grid-column:1}.timeline-item.right .timeline-card{grid-column:3}.timeline-node{z-index:2;background:#070711f5;border:1px solid #ffffff38;border-radius:999px;grid-column:2;justify-self:center;place-items:center;width:34px;height:34px;display:grid;box-shadow:0 0 34px #22d3ee38}.timeline-node span{background:linear-gradient(135deg, var(--accent-2), var(--accent-3));border-radius:999px;width:14px;height:14px;display:block;box-shadow:0 0 24px #22d3eea6}.timeline-node.hardware span{background:#ff344f;box-shadow:0 0 24px #ff344fb8}.timeline-node.software span{background:#22d3ee;box-shadow:0 0 24px #22d3eeb8}.timeline-node.ai span{background:#a78bfa;box-shadow:0 0 24px #a78bfab8}.timeline-node.other span{background:#facc15;box-shadow:0 0 24px #facc158f}.timeline-card{-webkit-backdrop-filter:blur(20px)saturate(140%);backdrop-filter:blur(20px)saturate(140%);background:linear-gradient(135deg,#fff1,#ffffff06),#100f20db;border:1px solid #ffffff1f;border-radius:28px;transition:transform .22s,border-color .22s,box-shadow .22s;position:relative;overflow:hidden;box-shadow:0 28px 90px #00000052}.timeline-card:before{content:"";pointer-events:none;opacity:.6;background:linear-gradient(90deg,#22d3ee21,#0000 18% 82%,#ff3d9a1f),repeating-linear-gradient(90deg,#ffffff09 0 1px,#0000 1px 48px);position:absolute;inset:0}.timeline-card:hover{border-color:#22d3ee6b;transform:translateY(-5px);box-shadow:0 34px 100px #0000006b,0 0 34px #22d3ee1f}.timeline-image{background-color:#22d3ee0d;background-position:50%;background-size:cover;min-height:190px;position:relative}.timeline-image:after{content:"";background:linear-gradient(#0000000f,#000000ad),radial-gradient(circle at 20% 20%,#22d3ee29,#0000 36%);position:absolute;inset:0}.timeline-image-label{z-index:1;color:#f5f2ffe0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);letter-spacing:.12em;text-transform:uppercase;background:#0707118f;border:1px solid #ffffff29;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:900;position:absolute;bottom:16px;left:18px}.timeline-content{z-index:1;padding:24px;position:relative}.timeline-meta{color:var(--accent-2);text-transform:uppercase;letter-spacing:.14em;justify-content:space-between;gap:14px;margin-bottom:16px;font-size:12px;font-weight:900;display:flex}.timeline-content h2{letter-spacing:-.055em;margin-bottom:16px;font-size:clamp(28px,3.2vw,46px);line-height:.96}.timeline-content p{color:var(--muted);margin-bottom:0;line-height:1.65}@media (max-width:980px){.timeline-line{left:17px}.timeline-item{grid-template-columns:34px minmax(0,1fr);gap:18px;min-height:auto}.timeline-node{grid-column:1}.timeline-item.left .timeline-card,.timeline-item.right .timeline-card{grid-column:2}}@media (max-width:620px){.timeline-filter{position:relative;top:auto}.timeline-content{padding:20px}.timeline-meta{flex-direction:column;gap:6px}.timeline-image{min-height:160px}}.project-website-link{color:#7df9ff;background:#7df9ff14;border:1px solid #7df9ff59;border-radius:999px;width:fit-content;margin-top:16px;padding:9px 14px;font-size:.82rem;font-weight:700;text-decoration:none;transition:transform .18s,border-color .18s,background .18s;display:inline-flex}.project-website-link:hover{background:#7df9ff24;border-color:#7df9ffbf;transform:translateY(-1px)}@media (max-width:760px){:root{--radius:20px}body{overflow-x:hidden}.site-nav{gap:10px;top:12px;left:12px;right:12px}.site-nav-static{margin:12px 12px 0;top:10px}.brand{border-radius:15px;width:42px;height:42px}.nav-pill{scroll-snap-type:x proximity;border-radius:16px;gap:4px;min-height:46px;padding:5px}.nav-item{scroll-snap-align:start;flex:none;min-height:34px;padding:0 12px;font-size:12px}.hero-section{align-items:flex-start;min-height:auto;padding:118px 16px 58px}.altium-theme .pcb-svg,.altium-svg{transform-origin:64% 36%;opacity:.78;transform:scale(1.56)}.altium-theme .pcb-vignette{background:radial-gradient(circle at 60% 24%,#0000 0 20%,#00000038 48%,#000000d6 100%),linear-gradient(#04080b80,#04080be0 58%,#04080bf5)}.hero-content{width:100%;max-width:none}.eyebrow{letter-spacing:.16em;margin-bottom:13px;font-size:10px;line-height:1.45}.hero-content h1,.projects-hero h1{letter-spacing:-.055em;margin-bottom:18px;font-size:clamp(39px,13vw,56px);line-height:.96}.hero-text,.projects-hero p,.freelance-intro p,.contact-section p{font-size:15px;line-height:1.62}.availability-banner{border-radius:18px;gap:8px;width:100%;padding:12px 13px;font-size:13px;display:flex}.availability-banner span:last-child{flex-basis:100%;padding-left:18px;line-height:1.45}.hero-actions{grid-template-columns:1fr;gap:10px;margin-top:24px;display:grid}.primary-button,.secondary-button{text-align:center;width:100%;min-height:48px;padding:0 16px}.hero-social-row{gap:10px;margin-top:22px;font-size:13px}.hero-social-row>span{overflow-wrap:anywhere;width:100%}.social-links{gap:8px;width:100%}.social-links a{min-height:36px;padding:0 11px;font-size:12px}.freelance-section,.latest-section,.projects-page{padding:56px 16px}.freelance-section{padding-top:64px}.freelance-intro{margin-bottom:24px}.freelance-intro h2,.contact-section h2,.section-heading h2{letter-spacing:-.045em;margin-bottom:16px;font-size:clamp(31px,10.4vw,43px);line-height:1}.mission-type-row{gap:8px;margin-top:18px}.mission-type-row span{min-height:34px;padding:0 11px;font-size:12px}.service-grid{gap:12px;margin-top:24px}.service-card{border-radius:18px;min-height:auto;padding:20px}.service-dot{margin-bottom:18px}.service-card h3,.profile-panel h3{margin-bottom:12px;font-size:23px;line-height:1.08}.service-card p{margin-bottom:0;line-height:1.58}.profile-panel{border-radius:18px;gap:18px;margin-top:12px;padding:20px}.seo-service-panel{border-radius:18px;margin-top:12px;padding:20px}.seo-service-panel h3{margin-bottom:12px;font-size:23px;line-height:1.08}.profile-panel ul{padding-left:18px;line-height:1.64}.section-heading{gap:12px;margin-bottom:20px}.text-link{white-space:normal}.carousel-shell{border-radius:20px;min-height:auto}.carousel-preview{min-height:210px}.carousel-preview-fallback,.project-card-image-fallback{text-align:center;padding:12px;font-size:clamp(34px,15vw,72px);line-height:.9}.carousel-panel{padding:20px}.project-card-meta,.timeline-meta{letter-spacing:.1em;gap:8px;font-size:10px;line-height:1.35}.carousel-panel h3,.project-card h3,.timeline-content h2{letter-spacing:-.045em;margin-bottom:12px;font-size:clamp(25px,8.4vw,34px);line-height:1.02}.carousel-panel p,.project-card p,.timeline-content p{line-height:1.58}.tag-row{gap:7px;margin-top:16px}.tag-row span{max-width:100%;padding:6px 9px;font-size:11px;line-height:1.25}.carousel-controls{margin-top:24px}.carousel-controls button{width:34px;height:7px}.contact-section{border-radius:20px;margin:0 16px 56px;padding:28px 20px}.contact-section .hero-actions{margin-top:22px}.projects-hero{padding-top:32px;padding-bottom:28px}.projects-hero-note{margin-top:14px;padding-left:14px}.filter-bar{scroll-snap-type:x proximity;scrollbar-width:none;flex-wrap:nowrap;gap:8px;margin:0 -16px 24px;padding:10px 16px 12px;overflow-x:auto}.filter-bar::-webkit-scrollbar{display:none}.filter-bar button{scroll-snap-align:start;flex:none;min-height:38px;padding:0 13px;font-size:12px}.timeline-section{padding-bottom:22px}.timeline-shell{gap:22px;padding-bottom:10px}.timeline-line{left:11px}.timeline-item{grid-template-columns:22px minmax(0,1fr);gap:12px}.timeline-node{width:22px;height:22px}.timeline-node span{width:10px;height:10px}.timeline-card{border-radius:20px}.timeline-image{min-height:170px}.timeline-image-label{white-space:normal;border-radius:13px;max-width:calc(100% - 24px);padding:7px 9px;font-size:10px;line-height:1.25;bottom:12px;left:12px}.timeline-content{padding:18px}.project-website-link{align-items:center;min-height:38px}}@media (max-width:420px){.hero-section{padding-inline:14px}.hero-content h1,.projects-hero h1{font-size:clamp(35px,12.5vw,48px)}.freelance-section,.latest-section,.projects-page{padding-inline:14px}.contact-section{margin-inline:14px;padding-inline:16px}.filter-bar{margin-inline:-14px;padding-inline:14px}.timeline-item{grid-template-columns:18px minmax(0,1fr);gap:10px}.timeline-line{left:9px}.timeline-node{width:18px;height:18px}.timeline-node span{width:8px;height:8px}}@media (max-width:760px){.hero-section{padding:132px 18px 76px}.site-nav{gap:14px}.nav-pill{min-height:50px;padding:6px}.nav-item{min-height:36px;padding-inline:14px}.hero-content{flex-direction:column;gap:0;display:flex}.hero-content .eyebrow{margin-bottom:18px}.hero-content h1{margin-bottom:26px}.hero-text{max-width:34rem;line-height:1.72}.availability-banner{gap:10px;margin-top:30px;margin-bottom:8px;padding:16px;line-height:1.5}.availability-banner span:last-child{padding-left:20px;line-height:1.58}.hero-actions{gap:14px;margin-top:30px}.primary-button,.secondary-button{min-height:54px}.hero-social-row{gap:14px;margin-top:30px}.social-links{gap:10px}.social-links a{min-height:40px;padding-inline:13px}.freelance-section,.latest-section{padding:76px 18px}.freelance-section{padding-top:82px}.freelance-intro{margin-bottom:34px}.freelance-intro h2,.section-heading h2,.contact-section h2{margin-bottom:24px}.freelance-intro p,.contact-section p{line-height:1.78}.freelance-intro p+p,.contact-section p+p{margin-top:18px}.mission-type-row{gap:10px;margin-top:28px}.service-grid{gap:18px;margin-top:34px}.service-card{padding:26px 22px}.service-dot{margin-bottom:24px}.service-card h3,.profile-panel h3{margin-bottom:18px}.service-card p,.profile-panel ul{line-height:1.76}.profile-panel{gap:26px;margin-top:20px;padding:26px 22px}.section-heading{gap:18px;margin-bottom:30px}.carousel-shell{margin-top:8px}.carousel-preview{min-height:235px}.carousel-panel{padding:26px 22px 28px}.project-card-meta{margin-bottom:20px}.carousel-panel h3{margin-bottom:18px}.carousel-panel p{line-height:1.74}.tag-row{gap:9px;margin-top:22px}.tag-row span{padding:7px 10px}.carousel-controls{margin-top:32px}.contact-section{margin:0 18px 72px;padding:34px 22px}.contact-section .hero-actions{margin-top:30px}}@media (max-width:420px){.hero-section{padding:126px 16px 72px}.freelance-section,.latest-section{padding-inline:16px}.contact-section{margin-inline:16px}}
