:root{--color-bg-base:oklch(18% .005 250);--color-bg-panel:oklch(22% .005 250);--color-bg-control:oklch(25% .005 250);--color-text-primary:oklch(95% .005 250);--color-text-secondary:oklch(70% .01 250);--color-text-tertiary:oklch(50% .01 250);--color-led-amber:oklch(75% .2 50);--color-led-amber-dim:oklch(75% .2 50/.15);--color-led-red:oklch(60% .25 25);--color-metal-edge-light:oklch(100% 0 0/.1);--color-metal-edge-dark:oklch(0% 0 0/.6);--color-border-subtle:oklch(28% .005 250);--shadow-beveled:0 -1px 1px var(--color-metal-edge-dark) inset, 0 1px 1px var(--color-metal-edge-light) inset, 0 10px 20px -5px #00000080;--shadow-recessed:0 2px 4px var(--color-metal-edge-dark) inset, 0 -1px 1px var(--color-metal-edge-light) inset;--shadow-button-up:0 -2px 1px var(--color-metal-edge-dark) inset, 0 2px 1px var(--color-metal-edge-light) inset, 0 4px 10px #00000080, 0 1px 2px #0006;--shadow-button-down:0 2px 4px var(--color-metal-edge-dark) inset, 0 -1px 1px var(--color-metal-edge-light) inset, 0 1px 2px #0003 inset;--font-sans:"Manrope", system-ui, -apple-system, sans-serif;--font-display:"Space Grotesk", system-ui, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:clamp(1.5rem, 2vw + 1rem, 2rem);--text-3xl:clamp(2rem, 3vw + 1rem, 3rem);--text-4xl:clamp(2.5rem, 4vw + 1rem, 4.5rem);--text-5xl:clamp(3.5rem, 6vw + 1rem, 6rem);--space-3xs:.25rem;--space-2xs:.5rem;--space-xs:.75rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2rem;--space-xl:clamp(3rem, 5vw, 4rem);--space-2xl:clamp(4rem, 8vw, 6rem);--space-3xl:clamp(6rem, 12vw, 12rem);--site-max-width:1400px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--color-bg-base);color:var(--color-text-primary);line-height:1.6;font-size:var(--text-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.03'/%3E%3C/svg%3E");overflow-x:hidden}::selection{background:var(--color-led-amber);color:#000}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{all:unset;box-sizing:border-box;cursor:pointer}.container{width:100%;max-width:var(--site-max-width);padding-inline:var(--space-xl);margin-inline:auto}.grid-layout{gap:var(--space-xl);grid-template-columns:repeat(12,1fr);display:grid}.mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums;letter-spacing:-.02em}.text-accent{color:var(--color-led-amber);text-shadow:0 0 10px var(--color-led-amber-dim)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.03em;color:var(--color-text-primary);font-weight:700;line-height:1.05}h1{font-size:var(--text-5xl)}h2{font-size:var(--text-4xl)}h3{font-size:var(--text-3xl)}h4{font-size:var(--text-2xl)}.section-padding{padding-block:var(--space-3xl)}.engraved-text{color:var(--color-text-tertiary);text-shadow:0 -1px #000c,0 1px #ffffff0d}:focus-visible{outline:2px solid var(--color-led-amber);outline-offset:4px}.hardware-recessed{background:var(--color-bg-base);box-shadow:var(--shadow-recessed);border:1px solid #000c;border-radius:8px;padding:4px}.hardware-beveled{background:linear-gradient(180deg, var(--color-bg-panel) 0%, var(--color-bg-base) 100%);box-shadow:var(--shadow-beveled);border:1px solid #000000e6;border-radius:6px;position:relative;overflow:hidden}.screw-head{background:var(--color-bg-base);border-radius:50%;width:10px;height:10px;position:relative;box-shadow:inset 0 -1px 1px #ffffff1a,inset 0 2px 3px #00000080}.screw-head:after{content:"";background:#0009;height:1px;position:absolute;top:50%;left:20%;right:20%;transform:translateY(-50%)rotate(45deg);box-shadow:0 1px #ffffff1a}.led-indicator{background:#333;border-radius:50%;width:8px;height:8px;transition:all .2s;box-shadow:inset 0 2px 2px #000c,0 1px #ffffff1a}.led-indicator.active{background:var(--color-led-amber);box-shadow:inset 0 1px 2px #ffffff80, 0 0 10px var(--color-led-amber), 0 0 25px var(--color-led-amber-dim)}.led-indicator.active-red{background:var(--color-led-red);box-shadow:inset 0 1px 2px #ffffff80, 0 0 10px var(--color-led-red), 0 0 25px #c81e1e33}.hero-section{min-height:90vh;padding-block:var(--space-2xl);align-items:center;display:flex}.hero-grid{grid-column:1/-1;width:100%}.hero-panel{grid-column:2/12}.hero-panel-inner{padding:var(--space-2xl);gap:var(--space-xl);flex-direction:column;display:flex}.indicator-row{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-md);display:flex}.hero-content{gap:var(--space-md);flex-direction:column;display:flex}.hero-title{color:var(--color-text-primary);text-shadow:0 2px 4px #00000080;align-items:flex-end;display:inline-flex}.blinking-cursor{background:var(--color-led-amber);width:24px;height:6px;box-shadow:0 0 8px var(--color-led-amber);margin-bottom:12px;margin-left:8px;animation:1s step-end infinite blink;display:inline-block}@keyframes blink{50%{opacity:0}}.technical-divider{width:100%;height:2px;margin-block:var(--space-sm);background:#00000080;border-bottom:1px solid #ffffff0d}.hero-subtitle{color:var(--color-text-secondary);font-weight:500}.hero-description{max-width:60ch;color:var(--color-text-tertiary);font-size:var(--text-lg)}.hero-controls{align-items:center;gap:var(--space-xl);margin-top:var(--space-lg);flex-wrap:wrap;display:flex}.btn-mechanical{align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-lg);background:linear-gradient(180deg, var(--color-bg-control) 0%, var(--color-bg-base) 100%);color:var(--color-text-primary);font-family:var(--font-display);box-shadow:var(--shadow-button-up);border:1px solid #000;border-radius:4px;font-weight:600;transition:all .15s cubic-bezier(.2,0,0,1);display:inline-flex}.btn-inner{text-shadow:0 1px #000c}.btn-mechanical:hover{filter:brightness(1.1)}.btn-mechanical:active{box-shadow:var(--shadow-button-down);filter:brightness(.9);transform:translateY(2px)}.social-ports{gap:var(--space-3xs);flex-direction:column;display:flex}.port-links{gap:var(--space-sm);display:flex}.port-link{background:var(--color-bg-base);width:44px;height:44px;box-shadow:var(--shadow-recessed);color:var(--color-text-tertiary);border:1px solid #000c;border-radius:4px;justify-content:center;align-items:center;transition:color .2s,box-shadow .2s;display:flex}.port-link:hover{color:var(--color-led-amber);box-shadow:0 2px 4px var(--color-metal-edge-dark) inset, 0 -1px 1px var(--color-metal-edge-light) inset, inset 0 0 10px var(--color-led-amber-dim)}.about-section{border-top:2px solid #00000080;box-shadow:inset 0 2px #ffffff08}.hardware-header{top:var(--space-xl);background:var(--color-bg-base);box-shadow:var(--shadow-recessed);padding:var(--space-sm) var(--space-md);border:1px solid #000c;border-radius:4px;grid-column:1/4;justify-content:space-between;align-self:start;align-items:center;display:flex;position:sticky}.hardware-header h2{font-size:var(--text-lg);margin:0}.about-content{gap:var(--space-xl);grid-column:4/-1;grid-template-columns:1.2fr 1fr;align-items:start;display:grid}.spec-plate-inner{padding:var(--space-lg);flex-direction:column;display:flex}.spec-row{gap:var(--space-md);padding-block:var(--space-md);border-bottom:1px solid #0009;grid-template-columns:120px 1fr;display:grid;box-shadow:0 1px #ffffff05}.spec-row:last-child{box-shadow:none;border:none}.spec-label{color:var(--color-text-tertiary);text-shadow:0 -1px #000}.spec-value{color:var(--color-text-secondary)}.highlight-row{margin-inline:calc(var(--space-lg) * -1);padding-inline:var(--space-lg);background:#0003;border-block:1px solid #000c;box-shadow:inset 0 2px 4px #0000004d}.cert-panel{padding:var(--space-lg);gap:var(--space-lg);align-items:center;display:flex}.cert-indicator{align-items:center;gap:var(--space-sm);padding:var(--space-md);background:var(--color-bg-base);box-shadow:var(--shadow-recessed);border-radius:4px;flex-direction:column;display:flex}.cert-body{gap:var(--space-2xs);flex-direction:column;width:100%;display:flex}.cert-title{font-size:var(--text-lg)}.cert-footer{margin-top:var(--space-sm);padding-top:var(--space-sm);border-top:1px dashed #ffffff1a;justify-content:space-between;align-items:baseline;display:flex}.experience-section,.projects-section{border-top:2px solid #00000080;box-shadow:inset 0 2px #ffffff08}.list-container{gap:var(--space-lg);background:var(--color-bg-base);padding:var(--space-lg);box-shadow:var(--shadow-recessed);border-radius:8px;flex-direction:column;grid-column:4/-1;display:flex}.experience-item{padding:var(--space-lg);flex-direction:column;display:flex}.exp-meta{margin-bottom:var(--space-xs);justify-content:space-between;display:flex}.exp-meta span:first-child{color:var(--color-led-amber);text-shadow:0 0 8px var(--color-led-amber-dim)}.projects-group{margin-bottom:var(--space-2xl)}.module-row{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-lg);display:flex}.module-row h3{font-size:var(--text-sm);color:var(--color-text-tertiary)}.project-grid{gap:var(--space-lg);grid-template-columns:repeat(auto-fill,minmax(320px,1fr));display:grid}.metal-card{padding:var(--space-lg);flex-direction:column;display:flex}.project-header{margin-bottom:var(--space-md);justify-content:space-between;align-items:flex-start;display:flex}.project-links a{background:var(--color-bg-base);box-shadow:var(--shadow-button-up);color:var(--color-text-secondary);border-radius:50%;padding:8px;transition:all .15s;display:flex}.project-links a:hover{color:var(--color-led-amber)}.project-links a:active{box-shadow:var(--shadow-button-down);transform:translateY(2px)}.project-desc{color:var(--color-text-secondary);font-size:var(--text-sm);margin-bottom:var(--space-lg);flex-grow:1}.project-tech{gap:var(--space-xs);flex-wrap:wrap;display:flex}.tech-tag{background:var(--color-bg-base);box-shadow:var(--shadow-recessed);color:var(--color-text-tertiary);border-radius:2px;padding:4px 8px;font-size:11px}.skills-section{border-top:2px solid #00000080;box-shadow:inset 0 2px #ffffff08}.skills-interactive{gap:var(--space-2xl);flex-direction:column;grid-column:4/-1;display:flex}.skill-area{background:var(--color-bg-base);padding:var(--space-xl);box-shadow:var(--shadow-recessed);border-radius:8px}.skill-area-title{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-lg);padding-bottom:var(--space-md);border-bottom:2px solid #00000080;display:flex;box-shadow:0 1px #ffffff05}.skill-tags{gap:var(--space-md);flex-wrap:wrap;display:flex}.push-button{padding:var(--space-sm) var(--space-lg);background:linear-gradient(180deg, var(--color-bg-panel) 0%, var(--color-bg-control) 100%);color:var(--color-text-secondary);font-size:var(--text-sm);box-shadow:var(--shadow-button-up);border:1px solid #000;border-radius:4px;justify-content:center;align-items:center;font-weight:600;display:inline-flex}@media (width<=900px){.hardware-header{margin-bottom:var(--space-lg);grid-column:1/-1;position:relative;top:0}.about-content,.list-container,.skills-interactive{grid-column:1/-1;grid-template-columns:1fr}.hero-panel{grid-column:1/-1}}footer{background:var(--color-bg-base);padding-block:var(--space-xl);text-align:center;border-top:1px solid #000c;box-shadow:inset 0 10px 20px #00000080}.footer-plate{padding:var(--space-md) var(--space-xl);flex-direction:column;align-items:center;display:inline-flex}
