@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600;700&family=Instrument+Sans:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&display=swap";:root{--bg: #0a0a0a;--fg: #00ff41;--fg-dim: #007a1f;--warn: #ffcc00;--err: #ff4444;--border: #1a1a1a;--font-mono: "JetBrains Mono", "IBM Plex Mono", monospace;--r-bg: #ffffff;--r-text: #111111;--r-muted: #5d6574;--r-accent: #1a56db;--r-accent-soft: #eaf1ff;--r-border: #e5e7eb;--r-surface: #f7f9fc;--r-font: "DM Sans", "Instrument Sans", sans-serif}*{box-sizing:border-box}html{min-height:100%;background:var(--bg)}body{min-width:320px;min-height:100%;margin:0;color:var(--fg);background:var(--bg);font-family:var(--font-mono);line-height:1.5}button,a{font:inherit}a{color:inherit;text-decoration:none}button{border:0;cursor:pointer}img,svg{display:block;max-width:100%}#root{min-height:100dvh}.app-status{display:grid;min-height:100dvh;place-items:center;padding:24px;text-align:center}.terminal-status{color:var(--fg);font-family:var(--font-mono);text-shadow:0 0 18px rgba(0,255,65,.3)}.crt-shell{position:relative;isolation:isolate;overflow:hidden}.crt-shell:before{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;content:"";background:linear-gradient(#ffffff09 50%,#00000017 50%),linear-gradient(90deg,#ff000005,#00ff4104,#0000ff05);background-size:100% 4px,6px 100%;mix-blend-mode:screen}.terminal-cursor{display:inline-block;margin-left:2px;animation:cursor-blink .85s steps(1,end) infinite}@keyframes cursor-blink{0%,50%{opacity:1}51%,to{opacity:0}}.landing-screen{display:grid;min-height:100dvh;place-items:center;padding:18px;background:#00a}.boot-manager-screen{color:#fff;background:linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),#00a;background-size:8px 16px;font-family:IBM Plex Mono,JetBrains Mono,monospace}.boot-manager-shell{width:min(980px,100%);min-height:min(660px,calc(100dvh - 36px));padding:18px 20px 22px;color:#fff;outline:0;text-shadow:none}.boot-post{min-height:154px;margin:0;color:#f2f2f2;font-size:clamp(.8rem,1.7vw,1rem);line-height:1.45;overflow-wrap:anywhere}.boot-caret{display:inline-block;animation:boot-caret .76s steps(1,end) infinite}.boot-selector{opacity:0;transform:translateY(6px);transition:opacity .14s linear,transform .14s linear;pointer-events:none}.boot-selector.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.boot-titlebar{display:flex;min-height:34px;align-items:center;justify-content:center;border:2px solid #ffffff;border-bottom:0;color:#00a;background:silver;font-size:clamp(.82rem,1.9vw,1rem);font-weight:700;text-align:center}.boot-window{display:grid;min-height:340px;align-content:start;gap:18px;padding:28px clamp(18px,4vw,44px);border:2px solid #ffffff;background:#00a;box-shadow:inset 0 0 0 2px #00007a}.boot-prompt{margin:0 0 4px;font-size:clamp(.88rem,2vw,1rem)}.boot-options{display:grid;gap:4px}.boot-option{display:grid;grid-template-columns:210px minmax(0,1fr);gap:20px;min-height:42px;align-items:center;padding:6px 12px;color:#fff;outline:0}.boot-option.is-selected,.boot-option:focus-visible{color:#00a;background:silver}.boot-option span{font-weight:700;overflow-wrap:anywhere}.boot-option small{color:inherit;font-size:.82rem;overflow-wrap:anywhere}.boot-footer{display:grid;gap:4px;margin-top:22px;padding-top:18px;border-top:2px solid rgba(255,255,255,.8);color:#e8e8e8;font-size:clamp(.74rem,1.7vw,.9rem)}@keyframes boot-caret{0%,50%{opacity:1}51%,to{opacity:0}}@media(max-width:680px){.landing-screen{padding:10px}.boot-manager-shell{min-height:calc(100dvh - 20px);padding:12px 8px 14px}.boot-post{min-height:148px}.boot-window{min-height:390px;padding:20px 12px}.boot-option{grid-template-columns:1fr;gap:2px;min-height:58px}}.recruiter-view{min-height:100dvh;color:var(--r-text);background:var(--r-bg);font-family:var(--r-font)}.recruiter-topbar{position:sticky;top:0;z-index:10;border-bottom:1px solid var(--r-border);background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.recruiter-topbar-inner{display:flex;width:min(1120px,calc(100% - 36px));min-height:68px;align-items:center;justify-content:space-between;gap:16px;margin:0 auto}.recruiter-actions,.contact-row,.tag-list{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.text-action,.primary-action,.contact-link,.project-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;border-radius:8px;font-weight:600}.text-action{padding:0 12px;color:var(--r-text)}.text-action:hover,.text-action:focus-visible{background:var(--r-surface);outline:none}.primary-action{padding:0 16px;color:#fff;background:var(--r-accent)}.primary-action:hover,.primary-action:focus-visible{background:#0f43b8;outline:none}.recruiter-container{width:min(1120px,calc(100% - 36px));margin:0 auto;padding:54px 0 70px}.recruiter-fade{animation:recruiter-fade .36s ease both}@keyframes recruiter-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.recruiter-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;padding:34px 0 42px;border-bottom:1px solid var(--r-border)}.hero-kicker{margin:0 0 10px;color:var(--r-accent);font-size:1rem;font-weight:700}.recruiter-hero h1{margin:0;color:var(--r-text);font-size:3rem;line-height:1.05}.hero-location{margin:14px 0 0;color:var(--r-muted);font-size:1.05rem}.contact-row{justify-content:flex-end}.contact-link{min-width:112px;padding:0 14px;border:1px solid var(--r-border);color:var(--r-text);background:#fff}.contact-link:hover,.contact-link:focus-visible{border-color:#b9c8f0;color:var(--r-accent);outline:none}.stats-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:28px 0 20px}.stat-chip{display:flex;min-height:62px;align-items:center;justify-content:center;padding:12px 16px;border:1px solid var(--r-border);border-radius:8px;color:#1e293b;background:var(--r-surface);font-weight:700;text-align:center}.recruiter-section{padding:44px 0 18px}.section-heading{margin-bottom:20px}.section-heading span{color:var(--r-accent);font-size:.86rem;font-weight:700;text-transform:uppercase}.section-heading h2{margin:6px 0 0;color:var(--r-text);font-size:1.7rem;line-height:1.2}.timeline-list{position:relative;display:grid;gap:18px;padding-left:24px}.timeline-list:before{position:absolute;top:8px;bottom:8px;left:5px;width:1px;content:"";background:var(--r-border)}.timeline-item{position:relative}.timeline-dot{position:absolute;top:12px;left:-24px;width:11px;height:11px;border:2px solid #ffffff;border-radius:50%;background:var(--r-accent);box-shadow:0 0 0 2px var(--r-accent-soft)}.timeline-content,.project-card,.education-card{border:1px solid var(--r-border);border-radius:8px;background:#fff}.timeline-content{padding:20px}.timeline-meta,.education-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;color:var(--r-muted);font-size:.95rem}.timeline-meta span{color:var(--r-accent);font-weight:700}.timeline-content h3,.project-card h3,.education-card h3,.skill-row h3{margin:0;color:var(--r-text);font-size:1.06rem;line-height:1.25}.timeline-content p,.project-card p,.education-card p{margin:10px 0 0;color:var(--r-muted)}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.project-card{display:flex;min-height:280px;flex-direction:column;justify-content:space-between;gap:18px;padding:20px}.tag-list span{display:inline-flex;min-height:28px;align-items:center;padding:3px 9px;border-radius:999px;color:#24406e;background:var(--r-accent-soft);font-size:.84rem;font-weight:700}.project-link{align-self:flex-start;padding:0 12px;border:1px solid #b9c8f0;color:var(--r-accent)}.skills-list{display:grid;gap:14px}.skill-group{display:grid;gap:12px;padding:16px 0;border-bottom:1px solid var(--r-border)}.skill-row{display:grid;grid-template-columns:150px minmax(0,1fr);align-items:start;gap:16px}.flat-bar{height:8px;overflow:hidden;border-radius:999px;background:#e9edf5}.flat-bar span{display:block;height:100%;border-radius:inherit;background:var(--r-accent)}.education-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.education-card{display:flex;min-height:132px;flex-direction:column;justify-content:space-between;gap:18px;padding:20px}.education-meta strong{color:var(--r-text)}@media(max-width:920px){.recruiter-hero{align-items:flex-start;flex-direction:column}.contact-row{justify-content:flex-start}.stats-strip,.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.recruiter-topbar-inner{width:min(100% - 24px,1120px);flex-direction:column;align-items:stretch;padding:12px 0}.recruiter-actions{justify-content:space-between}.recruiter-container{width:min(100% - 24px,1120px);padding-top:26px}.recruiter-hero h1{font-size:2.25rem}.stats-strip,.project-grid,.education-grid,.skill-row{grid-template-columns:1fr}}.engineer-view{min-height:100dvh;padding:0;color:#d6d6d6;background:#050505;font-family:IBM Plex Mono,JetBrains Mono,monospace;line-height:1.35}.dos-screen{background:#050505}.engineer-back{position:fixed;top:0;right:0;z-index:4;padding:3px 8px;color:#050505;background:#bfbfbf;font-size:.78rem;font-weight:700}.engineer-back:hover,.engineer-back:focus-visible{color:#fff;background:#005f87;outline:none}.boot-panel{display:grid;width:min(1080px,calc(100% - 36px));min-height:100dvh;align-content:start;gap:12px;margin:0 auto;padding-top:36px}.dos-system-header{display:grid;gap:2px;color:#d6d6d6;font-size:clamp(.82rem,1.7vw,1rem)}.dos-command-line{color:#fff;font-size:clamp(.82rem,1.7vw,.98rem);overflow-wrap:anywhere}.dos-muted-line{color:#8a8a8a}.boot-output{min-height:520px;padding:16px;border:1px solid #444444;color:#d6d6d6;background:#050505;font-size:clamp(.8rem,1.7vw,.98rem);overflow-wrap:anywhere}.line-warn,.progress-mid,.task-pending{color:#ffd75f}.line-fix,.progress-high,.task-done{color:#5fffd7}.line-debug{color:#a8a8a8}.progress-low{color:#ff5f5f}.os-dashboard{display:grid;width:100%;min-height:100dvh;grid-template-rows:auto auto minmax(0,1fr) minmax(180px,28vh) auto;gap:0;outline:none;animation:tui-in .12s steps(2,end) both}@keyframes tui-in{0%{opacity:0}to{opacity:1}}.tui-topbar{display:grid;grid-template-columns:1fr auto auto;gap:14px;min-height:26px;align-items:center;padding:2px 130px 2px 8px;color:#050505;background:#87d7ff;font-size:.84rem;font-weight:700}.tui-meter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-bottom:1px solid #444444}.tui-meter{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;min-height:32px;align-items:center;padding:4px 8px;border-right:1px solid #444444;color:#d6d6d6;background:#080808;font-size:.82rem}.tui-meter:last-child{border-right:0}.tui-meter strong{min-width:0;overflow:hidden;white-space:nowrap}.tui-main-grid{display:grid;min-height:0;grid-template-columns:minmax(420px,1.35fr) minmax(320px,.85fr);border-bottom:1px solid #444444}.tui-pane{min-width:0;min-height:0;border-right:1px solid #444444;background:#050505}.tui-pane:last-child{border-right:0}.tui-pane-title{min-height:24px;padding:2px 8px;color:#050505;background:#00d7af;font-size:.82rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tui-table-header,.tui-process-row{display:grid;grid-template-columns:62px 56px 46px 58px 58px minmax(0,1fr);align-items:center;gap:8px;min-height:30px;padding:0 8px;font-size:.82rem}.tui-table-header{color:#050505;background:#bcbcbc;font-weight:700}.tui-process-list{min-height:0}.tui-process-row{width:100%;border:0;color:#d6d6d6;background:transparent;text-align:left}.tui-process-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tui-process-row:hover,.tui-process-row:focus-visible,.tui-process-row.is-active{color:#050505;background:#87d7ff;outline:none}.tui-process-row:hover .progress-low,.tui-process-row:hover .progress-mid,.tui-process-row:hover .progress-high,.tui-process-row:focus-visible .progress-low,.tui-process-row:focus-visible .progress-mid,.tui-process-row:focus-visible .progress-high,.tui-process-row.is-active .progress-low,.tui-process-row.is-active .progress-mid,.tui-process-row.is-active .progress-high{color:#050505}.tui-detail-pane{display:grid;grid-template-rows:auto auto auto minmax(0,1fr)}.tui-inspect-head{display:flex;min-height:32px;align-items:center;justify-content:space-between;gap:12px;padding:4px 8px;border-bottom:1px solid #444444;color:#fff;font-size:.82rem;font-weight:700}.tui-active-bar{padding:6px 8px;border-bottom:1px solid #444444;overflow:hidden;white-space:nowrap}.tui-task-list{min-height:0;overflow:auto;padding:4px 0}.tui-task-row{display:grid;grid-template-columns:52px minmax(0,1fr) 42px;gap:8px;align-items:center;min-height:28px;padding:2px 8px;color:#d6d6d6;font-size:.8rem}.tui-task-row span:nth-child(2){min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tui-log-pane{border-right:0}.proof-grid{display:grid;height:calc(100% - 24px);grid-template-columns:repeat(3,minmax(0,1fr));gap:0;overflow:auto}.proof-card{display:grid;align-content:start;gap:6px;min-height:170px;padding:8px;border-right:1px solid #444444;border-bottom:1px solid #444444;color:#d6d6d6;background:#050505;font-size:.78rem}.proof-card:hover{color:#050505;background:#bcbcbc}.proof-file-name{padding-bottom:4px;border-bottom:1px solid #444444;color:#fff;font-weight:700}.proof-card:hover .proof-file-name,.proof-card:hover h3,.proof-card:hover .proof-type,.proof-card:hover .proof-role,.proof-card:hover .terminal-tags span,.proof-card:hover .proprietary-badge,.proof-card:hover .grade-badge{color:#050505}.proof-type{color:#5fffd7;font-size:.72rem;font-weight:700}.proof-card h3{margin:0;color:#fff;font-size:.84rem;line-height:1.25;overflow-wrap:anywhere}.proof-card p{margin:0;overflow-wrap:anywhere}.proof-role{color:#ffd75f}.terminal-tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:2px}.terminal-tags span,.proprietary-badge,.grade-badge{display:inline-flex;min-height:20px;align-items:center;padding:1px 5px;border:1px solid #444444;color:#5fffd7;font-size:.72rem}.terminal-link{color:#5fffd7;font-weight:700}.terminal-link:hover,.terminal-link:focus-visible{color:#ffd75f;outline:none}.cert-thumb{width:100%;max-height:120px;border:1px solid #444444;object-fit:cover}.tui-footer{display:flex;min-height:26px;align-items:center;gap:0;overflow:hidden;color:#050505;background:#bcbcbc;font-size:.78rem;white-space:nowrap}.tui-footer span{padding:3px 8px;border-right:1px solid #050505}.tui-footer span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis}@media(max-width:900px){.os-dashboard{min-height:auto;grid-template-rows:auto auto auto auto auto}.tui-meter-grid,.tui-main-grid{grid-template-columns:1fr}.tui-meter,.tui-pane{border-right:0;border-bottom:1px solid #444444}.tui-main-grid{min-height:auto}.proof-grid{height:auto;grid-template-columns:1fr}}@media(max-width:620px){.boot-panel{width:calc(100% - 20px);padding-top:44px}.engineer-back{right:0}.tui-topbar{grid-template-columns:1fr;gap:0;padding-right:118px}.tui-table-header,.tui-process-row{grid-template-columns:48px 44px 40px 48px minmax(0,1fr)}.tui-table-header span:nth-child(5),.tui-process-row span:nth-child(5){display:none}.tui-process-row span:last-child{white-space:normal}.tui-footer{overflow-x:auto}}
