:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f4f6f2;background:#0b0f0c;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #0b0f0c;--surface: #101511;--surface-2: #141a15;--text: #f4f6f2;--muted: #a6aea7;--line: #303832;--line-soft: #222a24;--accent: #b8ff2c;--accent-dark: #0a0d0a;--content: 1180px;--section-space: 96px;--radius: 22px;--radius-small: 14px}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body,#root{width:100%;max-width:100%;overflow-x:clip}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 20% 8%,rgba(184,255,44,.035),transparent 28%),var(--bg);color:var(--text)}body,button,a,textarea,input,select{font:inherit}a{color:inherit;text-decoration:none}button{border:0}img{display:block;max-width:100%}::selection{background:var(--accent);color:var(--accent-dark)}.section{width:min(var(--content),calc(100% - 48px));margin-inline:auto;scroll-margin-top:90px}.eyebrow{display:flex;align-items:center;gap:12px;margin:0 0 22px;color:var(--accent);font-family:Courier New,monospace;font-size:.74rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.eyebrow:before{content:"";width:30px;height:1px;background:currentColor}.eyebrow.dark{color:#111611}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 21px;border-radius:999px;cursor:pointer;font-weight:750;transition:transform .16s ease,background .16s ease,border-color .16s ease}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--accent);color:var(--accent-dark)}.button-secondary{border:1px solid #39413b;background:transparent;color:var(--text)}.button-secondary:hover{border-color:var(--accent)}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;min-height:68px;padding-inline:max(24px,calc((100vw - var(--content)) / 2));border-bottom:1px solid var(--line);background:#0b0f0ce6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand{display:flex;align-items:center;color:var(--text);font-size:1.05rem;font-weight:900;letter-spacing:-.05em}.brand-logo{width:42px;height:42px;object-fit:contain;transition:transform .18s ease,filter .18s ease}.brand:hover .brand-logo{transform:scale(1.05);filter:drop-shadow(0 0 10px rgba(184,255,44,.3))}.nav{display:flex;align-items:center;gap:26px;color:var(--muted);font-size:.9rem}.nav a{transition:color .16s ease}.nav a:hover{color:var(--text)}.nav-cta{padding:11px 20px;border-radius:999px;background:var(--accent);color:var(--accent-dark)!important;font-weight:800}.hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);align-items:center;gap:64px;min-height:calc(100vh - 68px);padding-block:76px}.hero h1,.section h2,.contact-cta h2{margin:0;line-height:.94;letter-spacing:-.065em}.hero h1{max-width:800px;font-size:clamp(3.9rem,7vw,7.2rem)}.hero h1 span{display:block;color:var(--accent)}.hero-description{max-width:720px;margin:28px 0 0;color:#d0d5d0;font-size:clamp(1rem,2vw,1.22rem);line-height:1.6}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.code-card-wrap{position:relative}.code-card{position:relative;min-height:320px;padding:20px 24px;border:1px solid #343c36;background:linear-gradient(180deg,rgba(255,255,255,.025),transparent),#0f1511;transform:rotate(1.2deg)}.shadow-card:after{content:"";position:absolute;inset:16px -16px -16px 16px;z-index:-1;border:1px solid rgba(255,255,255,.03);background:#ffffff05}.window-dots{display:flex;gap:7px;padding-bottom:18px;border-bottom:1px solid #343c36}.window-dots i{width:9px;height:9px;border-radius:50%;background:#626a63}.window-dots i:first-child{background:var(--accent)}.code-card pre{margin:16px 0 0;white-space:pre-wrap;color:#d9e2da;font-family:Courier New,monospace;font-size:.82rem;line-height:1.7}.tech-section{overflow:hidden;padding-block:var(--section-space);border-top:1px solid var(--line)}.tech-heading{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:64px;align-items:end;margin-bottom:54px}.tech-heading h2{font-size:clamp(3.2rem,6vw,5.8rem);line-height:.9;letter-spacing:-.07em}.tech-heading h2 span{color:var(--accent)}.tech-heading-copy{padding-bottom:6px}.tech-heading-copy>p{margin:0;color:var(--muted);font-size:.98rem;line-height:1.7}.tech-summary{display:flex;gap:28px;margin-top:24px}.tech-summary span{display:grid;color:var(--muted);font-size:.63rem;letter-spacing:.14em}.tech-summary strong{margin-bottom:2px;color:var(--text);font-size:1.65rem;letter-spacing:-.05em}.tech-system-map{margin-bottom:54px;overflow:hidden;border:1px solid var(--line);border-radius:22px;background:linear-gradient(145deg,rgba(184,255,44,.03),transparent 45%),var(--surface)}.tech-system-topbar{min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 20px;border-bottom:1px solid var(--line);color:var(--muted);font-family:Courier New,monospace;font-size:.64rem;letter-spacing:.1em}.tech-system-topbar strong{color:var(--accent)}.tech-system-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.tech-system-item{position:relative;min-height:156px;display:flex;flex-direction:column;justify-content:flex-end;padding:22px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--text);text-decoration:none;transition:background .18s ease,transform .18s ease}.tech-system-item:nth-child(3n){border-right:0}.tech-system-item:nth-last-child(-n+3){border-bottom:0}.tech-system-item:hover{background:#b8ff2c0d}.tech-system-item-top{position:absolute;top:16px;left:20px;right:20px;display:flex;justify-content:space-between;color:var(--muted);font-family:Courier New,monospace;font-size:.61rem;letter-spacing:.08em}.tech-system-status{color:var(--accent)}.tech-system-item-icon{width:42px;height:42px;display:grid;place-items:center;margin-bottom:14px;border:1px solid rgba(184,255,44,.2);border-radius:11px;background:#b8ff2c0d;color:var(--accent);font-size:1.1rem;transition:transform .18s ease,background .18s ease}.tech-system-item:hover .tech-system-item-icon{transform:translateY(-3px);background:#b8ff2c1a}.tech-system-item strong{margin-bottom:4px;font-size:1rem}.tech-system-item small{color:var(--muted);font-size:.68rem}.tech-groups{display:grid;gap:16px}.tech-group{scroll-margin-top:90px;padding:26px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,rgba(255,255,255,.015),transparent),var(--surface);transition:border-color .18s ease}.tech-group:hover{border-color:#b8ff2c47}.tech-group-heading{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:20px;align-items:center;padding-bottom:22px;border-bottom:1px solid var(--line)}.tech-group-number{color:#b8ff2c2e;font-size:3.2rem;font-weight:900;line-height:1;letter-spacing:-.08em}.tech-group-title{display:flex;align-items:center;gap:15px}.tech-group-icon{width:46px;height:46px;display:grid;place-items:center;flex-shrink:0;border:1px solid rgba(184,255,44,.22);border-radius:12px;background:#b8ff2c0a;color:var(--accent)}.tech-group-icon svg{width:19px;height:19px}.tech-group-title h3{margin:0 0 5px;font-size:clamp(1.3rem,2.4vw,1.75rem);letter-spacing:-.04em}.tech-group-title p{max-width:620px;margin:0;color:var(--muted);font-size:.82rem;line-height:1.5}.tech-group-count{color:var(--muted);font-family:Courier New,monospace;font-size:.61rem;letter-spacing:.1em}.tech-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:22px}.tech-card{position:relative;min-height:82px;display:flex;align-items:center;gap:13px;padding:14px;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#ffffff04;transition:transform .18s ease,border-color .18s ease,background .18s ease}.tech-card:hover{transform:translateY(-3px);border-color:var(--accent);background:#b8ff2c0a}.tech-card--featured{background:linear-gradient(135deg,rgba(184,255,44,.055),transparent)}.tech-card-icon{width:42px;height:42px;display:grid;place-items:center;flex-shrink:0;border-radius:11px;background:#b8ff2c13;color:var(--accent);transition:transform .18s ease}.tech-card:hover .tech-card-icon{transform:scale(1.07)}.tech-card-icon svg{width:21px;height:21px}.tech-card-content{min-width:0;display:grid;gap:3px}.tech-card-content strong{font-size:.9rem}.tech-card-content span{color:var(--muted);font-size:.68rem;line-height:1.3}.tech-card-status{position:absolute;top:10px;right:10px;width:5px;height:5px;border-radius:50%;background:#445047}.tech-card:hover .tech-card-status,.tech-card--featured .tech-card-status{background:var(--accent);box-shadow:0 0 8px var(--accent)}.projects{padding-block:var(--section-space) 110px;border-top:1px solid var(--line)}.section-heading-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:end}.section-heading-grid h2{font-size:clamp(3.4rem,6vw,5.8rem)}.section-intro{max-width:570px;margin:0 0 6px;color:#b4bcb5;font-size:1.02rem;line-height:1.65}.filters{display:flex;flex-wrap:wrap;gap:9px;margin:42px 0 30px}.filter{padding:10px 16px;border:1px solid #38413a;border-radius:999px;background:transparent;color:#b9c2ba;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}.filter:hover{transform:translateY(-2px);border-color:var(--accent);color:var(--text)}.filter.active{border-color:var(--accent);background:var(--accent);color:var(--accent-dark);font-weight:800}.status-message{margin:0 0 22px;color:var(--muted)}.projects-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.project-card{position:relative;display:grid;grid-template-columns:40px 1fr;gap:16px;min-width:0;overflow:hidden;padding:16px;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg,rgba(255,255,255,.012),transparent),var(--surface);transition:transform .22s ease,border-color .22s ease,background .22s ease}.project-card:hover{transform:translateY(-4px);border-color:#455048;background:#121813}.project-card--large{grid-column:1 / -1;grid-template-columns:54px minmax(0,1fr);padding:20px}.project-card--large .project-card-body{max-width:760px}.project-card--large .project-card-body h3{font-size:clamp(2.5rem,4vw,4.1rem)}.project-card--large .project-image{aspect-ratio:16 / 7}.project-image{position:relative;grid-column:1 / -1;display:block;overflow:hidden;aspect-ratio:16 / 9;border:1px solid var(--line-soft);border-radius:calc(var(--radius) - 8px);background:#111612}.project-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .32s ease,filter .32s ease}.project-image:hover img{transform:scale(1.025);filter:brightness(.72)}.project-image-overlay{position:absolute;right:16px;bottom:16px;display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 15px;border-radius:999px;background:var(--accent);color:var(--accent-dark);font-size:.82rem;font-weight:800;opacity:0;transform:translateY(7px);transition:opacity .18s ease,transform .18s ease}.project-image:hover .project-image-overlay{opacity:1;transform:translateY(0)}.project-image--empty{display:flex;flex-direction:column;justify-content:flex-end;gap:8px;min-height:240px;padding:22px;background:radial-gradient(circle at 70% 20%,rgba(184,255,44,.1),transparent 30%),#101611}.project-image--empty span{color:var(--accent);font-family:Courier New,monospace;font-size:.7rem;letter-spacing:.12em}.project-image--empty strong{max-width:80%;font-size:1.8rem;letter-spacing:-.04em}.project-index{padding-top:5px;color:var(--accent);font-family:Courier New,monospace;font-size:.72rem;font-weight:700}.project-card-body{min-width:0;padding:3px 6px 14px 0}.project-category{display:inline-block;margin-bottom:12px;color:var(--accent);font-family:Courier New,monospace;font-size:.68rem;font-weight:700;letter-spacing:.1em}.project-card h3{margin:0 0 12px;color:var(--text);font-size:clamp(1.8rem,3vw,2.55rem);line-height:1;letter-spacing:-.05em}.project-card p{max-width:640px;margin:0;color:#aeb7af;font-size:.94rem;line-height:1.6}.project-techs{display:flex;flex-wrap:wrap;gap:7px;margin-top:18px}.project-techs span{padding:6px 10px;border:1px solid #313a33;border-radius:999px;background:#ffffff04;color:#b7c0b8;font-family:Courier New,monospace;font-size:.65rem}.project-links{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-top:24px}.project-links a{color:var(--text);font-weight:750;transition:color .16s ease}.project-links a:hover{color:var(--accent)}.private-project{color:#7f8981;font-size:.84rem}.projects-empty{display:grid;place-items:center;min-height:220px;border:1px dashed #39413b;border-radius:var(--radius);color:var(--muted)}.about{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;padding-block:var(--section-space);border-top:1px solid var(--line)}.about-title{font-size:clamp(3.4rem,6vw,5.8rem)}.about-content{padding-top:8px}.about-copy{margin:0 0 30px;font-size:clamp(1.15rem,2vw,1.45rem);line-height:1.55}.skills-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}.skill-item{min-height:118px;padding:21px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.skill-item span{display:block;margin-bottom:10px;color:var(--muted);font-size:.8rem}.skill-item strong{line-height:1.45}.mainframe-game{--mf-bg: #030704;--mf-panel: #080d09;--mf-green: #b8ff2c;--mf-green-soft: rgba(184, 255, 44, .12);--mf-line: rgba(184, 255, 44, .22);--mf-muted: #738077;--mf-text: #d9e2da;--mf-red: #ff5f6d;--mf-amber: #ffbf59;--mf-cyan: #65f6ff;padding-block:70px;border-top:1px solid var(--line)}.mainframe-shell{position:relative;overflow:hidden;max-width:1280px;margin-inline:auto;border:1px solid var(--mf-line);background:radial-gradient(circle at top,rgba(184,255,44,.05),transparent 34%),var(--mf-bg);color:var(--mf-text);font-family:Courier New,ui-monospace,monospace;box-shadow:0 0 50px #0006}.mainframe-shell:after{content:"";position:absolute;inset:0;z-index:20;pointer-events:none;background:repeating-linear-gradient(to bottom,transparent 0,transparent 3px,rgba(255,255,255,.016) 4px)}.mainframe-intro{min-height:610px;display:grid;place-items:center;padding:58px 28px}.mf-system-line{position:absolute;top:20px;left:24px;color:var(--mf-muted);font-size:.66rem;letter-spacing:.13em}.mf-intro-content{width:min(720px,100%);text-align:center}.mf-kicker{margin:0 0 20px;color:var(--mf-green);font-size:.73rem;letter-spacing:.2em}.mf-intro-content h2{margin:0;font-family:inherit;font-size:clamp(3.6rem,11vw,8rem);line-height:.8;letter-spacing:-.085em}.mf-intro-content h2 span{color:var(--mf-green);text-shadow:0 0 22px rgba(184,255,44,.2)}.mf-intro-content h3{margin:22px 0 36px;color:var(--mf-muted);font-family:inherit;font-size:clamp(.95rem,3vw,1.55rem);letter-spacing:.26em}.mf-story{width:min(540px,100%);margin:0 auto 28px;color:#9aa69c;line-height:1.65}.mf-story p:first-child{color:var(--mf-amber);font-size:.74rem;letter-spacing:.14em}.mf-intro-stats{display:flex;justify-content:center;flex-wrap:wrap;gap:9px;margin-bottom:28px}.mf-intro-stats span{padding:7px 11px;border:1px solid var(--mf-line);color:var(--mf-green);font-size:.68rem}.mf-intro-content small{display:block;margin-top:18px;color:var(--mf-muted);font-size:.67rem}.mf-primary-button,.mf-secondary-button,.mf-hint-button{font-family:inherit;cursor:pointer;transition:transform .15s ease,background .15s ease,color .15s ease,border-color .15s ease}.mf-primary-button{min-height:46px;padding:11px 18px;background:var(--mf-green);color:#071006;font-weight:900}.mf-primary-button:hover{transform:translateY(-2px);background:#ccff67}.mf-primary-button:disabled{opacity:.45;cursor:default;transform:none}.mf-secondary-button{min-height:46px;padding:10px 18px;border:1px solid var(--mf-line);background:transparent;color:var(--mf-text);font-weight:700}.mf-secondary-button:hover{border-color:var(--mf-green);color:var(--mf-green)}.mf-hud{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 18px;border-bottom:1px solid var(--mf-line);background:#0000003d;font-size:.72rem;letter-spacing:.08em}.mf-hud>div{display:flex;align-items:center;gap:10px}.mf-status-light{width:7px;height:7px;border-radius:50%;background:var(--mf-green);box-shadow:0 0 9px var(--mf-green);animation:mf-pulse 1.1s infinite}.mf-hud-data{gap:18px!important;color:var(--mf-muted)}.mf-hud-data strong{color:var(--mf-green)}.mf-integrity{height:3px;background:#ffffff0a}.mf-integrity div{height:100%;background:var(--mf-green);box-shadow:0 0 10px #b8ff2c66;transition:width .3s ease}.mf-nodes{display:grid;grid-template-columns:repeat(6,1fr);border-bottom:1px solid var(--mf-line)}.mf-node{min-height:56px;display:flex;align-items:center;gap:8px;padding:10px;border-right:1px solid var(--mf-line);color:#4d5950}.mf-node:last-child{border-right:0}.mf-node span{font-size:.68rem}.mf-node small{font-size:.58rem}.mf-node.is-active{background:var(--mf-green-soft);color:var(--mf-green)}.mf-node.is-complete{color:var(--mf-green)}.mf-node.is-complete span:before{content:"✓ "}.mf-game-grid{display:grid;grid-template-columns:250px minmax(0,1fr);min-height:660px}.mf-mission-panel{padding:22px 18px;border-right:1px solid var(--mf-line);background:#00000024}.mf-mission-code{margin-bottom:8px;color:var(--mf-green);font-size:.66rem;letter-spacing:.17em}.mf-mission-panel h2{margin:0 0 16px;font-family:inherit;font-size:1.2rem}.mf-briefing{margin:0 0 20px;color:#929e94;font-size:.78rem;line-height:1.6}.mf-objective{padding:13px;border-left:2px solid var(--mf-green);background:#b8ff2c0a}.mf-objective span{color:var(--mf-green);font-size:.61rem;letter-spacing:.15em}.mf-objective p{margin:8px 0 0;font-size:.76rem;line-height:1.5}.mf-hint-button{width:100%;margin-top:13px;padding:9px;border:1px solid rgba(255,191,89,.3);background:transparent;color:var(--mf-amber);font-size:.64rem}.mf-hint-button:hover{background:#ffbf5914}.mf-hint{margin-top:9px;padding:10px;background:#ffbf5912;color:#d4b679;font-size:.66rem;line-height:1.5}.mf-files{margin-top:26px;padding-top:18px;border-top:1px solid var(--mf-line)}.mf-files-heading{display:flex;justify-content:space-between;margin-bottom:10px;color:var(--mf-muted);font-size:.61rem}.mf-files-heading strong{color:var(--mf-green)}.mf-files>small{color:#455047;font-size:.61rem}.mf-files>button{display:block;width:100%;padding:4px 0;background:transparent;color:#97a699;text-align:left;font-family:inherit;font-size:.64rem;cursor:pointer}.mf-files>button:hover{color:var(--mf-green)}.mf-file-content{overflow:auto;max-height:150px;margin-top:12px;padding:10px;border:1px solid var(--mf-line);background:#020503;color:var(--mf-green);white-space:pre-wrap;font-family:inherit;font-size:.61rem;line-height:1.45}.mf-workspace{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);background:var(--mf-panel)}.mf-editor-panel,.mf-preview-panel{min-width:0;display:flex;flex-direction:column}.mf-editor-panel{border-right:1px solid var(--mf-line)}.mf-panel-bar{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 12px;border-bottom:1px solid var(--mf-line);background:#050906;color:var(--mf-muted);font-size:.59rem;letter-spacing:.08em}.mf-editor-tabs{display:flex;border-bottom:1px solid var(--mf-line)}.mf-editor-tabs button{flex:1;min-height:38px;border-right:1px solid var(--mf-line);background:transparent;color:#5f6d61;font-family:inherit;font-size:.64rem;cursor:pointer}.mf-editor-tabs button:last-child{border-right:0}.mf-editor-tabs button.active{background:var(--mf-green-soft);color:var(--mf-green)}.mf-editor-panel textarea{flex:1;width:100%;min-height:450px;resize:none;padding:17px;border:0;outline:0;background:#040705;color:#bde6c1;caret-color:var(--mf-green);font-family:Courier New,ui-monospace,monospace;font-size:.74rem;line-height:1.55;tab-size:2}.mf-editor-panel textarea:focus{box-shadow:inset 0 0 0 1px #b8ff2c2e}.mf-actions{display:flex;gap:9px;padding:12px;border-top:1px solid var(--mf-line);background:#050906}.mf-preview-panel iframe{flex:1;width:100%;min-height:526px;border:0;background:#fff}.mf-feedback{position:absolute;right:15px;bottom:15px;left:15px;z-index:5;padding:10px 13px;border:1px solid;background:#030704f0;font-size:.68rem;letter-spacing:.04em}.mf-feedback.success{border-color:var(--mf-green);color:var(--mf-green)}.mf-feedback.error{border-color:var(--mf-red);color:var(--mf-red)}.mf-feedback.info{border-color:var(--mf-cyan);color:var(--mf-cyan)}.mf-end-screen{min-height:610px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:52px 22px;text-align:center}.mf-end-screen h2{margin:8px 0 18px;font-family:inherit;font-size:clamp(2.8rem,9vw,6.3rem);line-height:.9;letter-spacing:-.08em}.mf-end-screen h2 span{color:var(--mf-green)}.mf-end-screen>p{max-width:620px;color:var(--mf-muted);line-height:1.6}.mf-success{color:var(--mf-green)!important;letter-spacing:.18em}.mf-danger{color:var(--mf-red)!important;letter-spacing:.18em}.mf-final-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:28px 0}.mf-final-stats div{min-width:130px;padding:13px;border:1px solid var(--mf-line)}.mf-final-stats span{display:block;margin-bottom:5px;color:var(--mf-muted);font-size:.61rem}.mf-final-stats strong{color:var(--mf-green);font-size:1.3rem}.mf-final-files{width:min(740px,100%);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-bottom:26px;text-align:left}.mf-final-files article{padding:12px;border:1px solid var(--mf-line);background:#0000002e}.mf-final-files strong{color:var(--mf-green);font-size:.66rem}.mf-final-files pre{margin:8px 0 0;color:#879489;white-space:pre-wrap;font-family:inherit;font-size:.61rem;line-height:1.45}.mf-end-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:9px}@keyframes mf-pulse{0%,to{opacity:1}50%{opacity:.35}}.contact-cta{width:100%;min-height:360px;display:grid;grid-template-columns:1.5fr auto;align-items:center;gap:54px;padding:60px max(24px,calc((100vw - var(--content)) / 2));color:#0b0f0c;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.23),transparent 28%),var(--accent)}.contact-cta h2{font-size:clamp(3.6rem,7vw,6.3rem)}.contact-button{padding:15px 20px;border-radius:999px;background:#0b0f0c;color:#fff;font-weight:800;transition:transform .16s ease}.contact-button:hover{transform:translateY(-2px)}.footer{display:flex;justify-content:space-between;gap:20px;padding:26px max(24px,calc((100vw - var(--content)) / 2));border-bottom:1px solid var(--line);color:#a9b1aa}.footer div{display:flex;gap:18px}.footer a:hover{color:var(--accent)}@media(max-width:1050px){.mf-nodes{grid-template-columns:repeat(3,1fr)}.mf-node:nth-child(3){border-right:0}.mf-node:nth-child(-n+3){border-bottom:1px solid var(--mf-line)}.mf-game-grid{grid-template-columns:220px minmax(0,1fr)}.mf-workspace{grid-template-columns:1fr}.mf-editor-panel{border-right:0;border-bottom:1px solid var(--mf-line)}.mf-preview-panel iframe{min-height:450px}}@media(max-width:900px){:root{--section-space: 82px}.hero{grid-template-columns:1fr;gap:48px;min-height:auto;padding-block:64px 84px}.code-card-wrap{width:min(100%,560px)}.tech-heading,.section-heading-grid,.about{grid-template-columns:1fr;gap:34px}.tech-system-grid,.tech-grid,.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tech-system-item,.tech-system-item:nth-child(3n){border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.tech-system-item:nth-child(2n){border-right:0}.tech-system-item:nth-last-child(-n+2){border-bottom:0}.project-card--large{grid-column:auto}.project-card--large .project-image{aspect-ratio:16 / 9}.contact-cta{grid-template-columns:1fr;justify-items:start}}@media(max-width:760px){.mainframe-game{padding-block:52px}.mainframe-shell{margin-inline:-6px}.mf-hud{align-items:flex-start;flex-direction:column;padding:14px}.mf-hud-data{width:100%;justify-content:space-between;gap:8px!important}.mf-nodes{grid-template-columns:repeat(2,1fr)}.mf-node:nth-child(3){border-right:1px solid var(--mf-line)}.mf-node:nth-child(2n){border-right:0}.mf-node{border-bottom:1px solid var(--mf-line)}.mf-game-grid{grid-template-columns:1fr}.mf-mission-panel{border-right:0;border-bottom:1px solid var(--mf-line)}.mf-editor-panel textarea{min-height:390px}.mf-actions{flex-direction:column}.mf-primary-button,.mf-secondary-button{width:100%}.mf-preview-panel iframe{min-height:390px}.mf-final-files{grid-template-columns:1fr}.mf-intro-content h3{letter-spacing:.13em}}@media(max-width:640px){:root{--section-space: 68px}.section{width:min(calc(100% - 30px),var(--content))}.site-header{min-height:62px}.brand-logo{width:38px;height:38px}.nav{gap:12px}.nav>a:not(.nav-cta){display:none}.nav-cta{padding:9px 15px}.hero{min-width:0;gap:42px;padding-top:54px;padding-bottom:68px}.hero>*{min-width:0}.hero h1{width:100%;max-width:100%;font-size:clamp(2.85rem,12vw,3.65rem);line-height:.98;letter-spacing:-.065em}.hero .eyebrow{align-items:flex-start;gap:9px;margin-bottom:24px;font-size:.62rem;line-height:1.45;letter-spacing:.1em}.hero .eyebrow:before{width:22px;flex:0 0 22px;margin-top:.68em}.hero-description{max-width:100%;margin-top:24px;font-size:.96rem;line-height:1.6}.hero-actions{margin-top:26px;flex-direction:column}.hero-actions .button{width:100%}.code-card{min-height:auto;padding:18px}.tech-heading{margin-bottom:38px}.tech-heading h2,.section-heading-grid h2,.about-title{font-size:clamp(3rem,14vw,4.2rem)}.tech-summary{gap:18px}.tech-system-map{margin-bottom:42px}.tech-system-topbar{align-items:flex-start;flex-direction:column;min-height:auto;padding:14px 16px}.tech-system-grid,.tech-grid{grid-template-columns:1fr}.tech-system-item,.tech-system-item:nth-child(3n),.tech-system-item:nth-child(2n),.tech-system-item:nth-last-child(-n+2){min-height:132px;border-right:0;border-bottom:1px solid var(--line)}.tech-system-item:last-child{border-bottom:0}.tech-group{padding:20px 16px}.tech-group-heading{grid-template-columns:auto 1fr;gap:13px}.tech-group-number{font-size:2.35rem}.tech-group-title{align-items:flex-start}.tech-group-icon{display:none}.tech-group-count{grid-column:1 / -1}.filters{flex-wrap:nowrap;overflow-x:auto;padding-bottom:8px;scrollbar-width:none}.filters::-webkit-scrollbar{display:none}.filter{flex:0 0 auto}.project-card,.project-card--large{grid-template-columns:32px 1fr;padding:13px}.project-image,.project-card--large .project-image{aspect-ratio:4 / 3}.project-card h3,.project-card--large .project-card-body h3{font-size:1.9rem}.project-image-overlay{display:none}.skills-grid{grid-template-columns:1fr}.contact-cta{min-height:440px;padding-block:52px}.contact-cta h2{font-size:clamp(3.1rem,15vw,4.6rem)}.footer{flex-direction:column}}@media(max-width:380px){.section{width:min(calc(100% - 24px),var(--content))}.site-header{padding-inline:12px}.hero h1{font-size:2.7rem;letter-spacing:-.06em}.hero .eyebrow{font-size:.58rem;letter-spacing:.08em}.contact-cta h2{font-size:2.95rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
