*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f0f2f5;color:#1a1a2e;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}.app{min-height:100vh;display:flex;flex-direction:column}.config-banner{padding:10px 24px;font-size:.8125rem;line-height:1.5}.config-banner code{font-family:ui-monospace,Cascadia Code,Fira Code,monospace;font-size:.8em;padding:1px 5px;border-radius:4px}.config-banner--warning{background:#fffbeb;color:#92400e;border-bottom:1px solid #fde68a}.config-banner--warning code{background:#fef3c7}.config-banner--error{background:#fef2f2;color:#991b1b;border-bottom:1px solid #fecaca}.config-banner--error code{background:#fee2e2}.app-toolbar{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:10;box-shadow:0 1px 4px #0000000f}.toolbar-inner{padding:10px 24px;display:flex;align-items:center;justify-content:space-between}.toolbar-brand{display:flex;align-items:center;gap:10px}.toolbar-brand-title{display:flex;align-items:center;gap:6px;color:#6b7280}.toolbar-person-name{font-size:.9375rem;font-weight:700;color:#111827;letter-spacing:-.01em}.toolbar-brand-sep{width:1px;height:16px;background:#d1d5db}.toolbar-label{font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#9ca3af}.app-main{flex:1;padding:32px 16px 48px;margin-left:var(--nav-w);transition:margin-left .2s ease}body.nav-collapsed .app-main{margin-left:var(--nav-w-collapsed)}.app-main article>div{margin-bottom:30px}.app-footer{display:flex;align-items:center;gap:10px;padding:14px 24px;margin-left:var(--nav-w);border-top:1px solid #e5e7eb;font-size:.75rem;color:#9ca3af;transition:margin-left .2s ease;justify-content:center}body.nav-collapsed .app-footer{margin-left:var(--nav-w-collapsed)}.footer-name{font-weight:600;letter-spacing:.04em;text-transform:uppercase;font-size:.7rem}.footer-sep{color:#d1d5db}.footer-github{display:flex;align-items:center;color:#9ca3af;margin-left:2px}.footer-github:hover{color:#374151}.toolbar-actions{display:flex;align-items:center;gap:12px}.toolbar-divider{width:1px;height:18px;background:#e5e7eb;margin:0 4px}.export-link{display:inline-flex;align-items:center;gap:5px;background:none;border:none;padding:4px 8px;border-radius:5px;font-size:.8125rem;font-weight:500;font-family:inherit;color:#2563eb;cursor:pointer;white-space:nowrap}.export-link:hover:not(:disabled){color:#1d4ed8;background:#eff6ff;border-radius:5px}.export-link:disabled,.export-link.exporting{opacity:.55;cursor:not-allowed}@keyframes spin{to{transform:rotate(360deg)}}.export-spinner{display:inline-block;width:13px;height:13px;border:1.5px solid #93c5fd;border-top-color:#2563eb;border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}.view-toggle{display:flex;gap:6px}.view-toggle--mobile{display:none}.view-toggle--desktop{display:flex}.toggle-btn{padding:5px 14px;border-radius:6px;border:1.5px solid #d1d5db;background:transparent;font-size:.8125rem;font-weight:500;font-family:inherit;cursor:pointer;color:#6b7280;transition:all .15s ease}.toggle-btn:hover{border-color:#2563eb;color:#2563eb}.toggle-btn.active{background:#2563eb;border-color:#2563eb;color:#fff}@media (max-width: 600px){.view-toggle--desktop{display:none}.view-toggle--mobile{display:flex;position:relative}}.view-toggle-trigger{display:flex;align-items:center;gap:6px;padding:5px 10px;border-radius:6px;border:1.5px solid #d1d5db;background:transparent;font-size:.8125rem;font-weight:500;font-family:inherit;color:#6b7280;cursor:pointer}.view-toggle-trigger:hover,.view-toggle-trigger.open{border-color:#2563eb;color:#2563eb}.view-toggle-current{font-size:.8125rem}.view-toggle-dropdown{position:absolute;top:calc(100% + 6px);right:0;min-width:130px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000014;list-style:none;padding:4px;z-index:50}.view-toggle-option{display:block;width:100%;padding:7px 12px;border:none;border-radius:6px;background:none;font-size:.8125rem;font-weight:500;font-family:inherit;color:#374151;text-align:left;cursor:pointer}.view-toggle-option:hover{background:#f5f9ff;color:#2563eb}.view-toggle-option.active{background:#eff6ff;color:#2563eb}.resume{max-width:860px;margin:0 auto;background:#fff;padding:52px 60px;box-shadow:0 1px 3px #00000014,0 8px 24px #0000000f;border-radius:4px}.resume-header{text-align:center;margin-bottom:36px;padding-bottom:28px}.resume-name{font-size:2rem;font-weight:700;color:#111827;letter-spacing:-.02em;line-height:1.2}.resume-headline{font-size:.9rem;color:#4b5563;margin-top:8px;line-height:1.5;max-width:600px;margin-left:auto;margin-right:auto}.resume-contact{font-size:.8125rem;color:#6b7280;margin-top:10px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2px 4px}.contact-sep{color:#d1d5db;padding:0 2px}.resume-section{margin-bottom:32px}.resume-section:last-child{margin-bottom:0}.section-title{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#2563eb;padding-top:10px;padding-bottom:8px;margin-bottom:18px;border-bottom:1.5px solid #e5e7eb;position:sticky;top:49px;background:#fff;z-index:2}@keyframes sectionTitleFlash{0%{background-color:#dbeafe;border-bottom-color:#93c5fd}30%{background-color:#dbeafe;border-bottom-color:#93c5fd}to{background-color:transparent;border-bottom-color:#e5e7eb}}.section-title--flash{animation:sectionTitleFlash 2s ease-out forwards;border-radius:2px 2px 0 0}.role-card{margin-bottom:22px;padding-bottom:22px;border-bottom:1px solid #e5e7eb;display:flex;flex-direction:column;gap:10px}.role-card:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.role-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap}.role-header-left{display:flex;flex-direction:column;gap:2px}.role-title{font-size:.9375rem;font-weight:600;color:#111827}.role-company{font-size:.875rem;font-weight:500;color:#374151}.role-header-right{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.role-dates{font-size:.8125rem;color:#6b7280;white-space:nowrap}.role-location{font-size:.75rem;color:#9ca3af}.role-summary{font-size:.875rem;color:#374151;line-height:1.65;margin-top:8px}.company-group{border-left:1.5px solid #bfdbfe;padding-left:22px;margin-bottom:22px;padding-bottom:22px;margin-left:-22px}.company-group:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.role-bullets-container{display:flex;flex-direction:column;gap:8px}.bullet-type-label{display:block;font-size:.65rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:#6b7280;margin-bottom:4px;padding:10px 0}.role-bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:5px}.role-bullet{font-size:.875rem;color:#374151;line-height:1.6;padding-left:14px;position:relative}.role-bullet:before{content:"–";position:absolute;left:0;color:#9ca3af}.role-meta-block{font-size:.8125rem;color:#4b5563;margin-top:6px;line-height:1.5}.meta-label{font-weight:600;color:#374151}.meta-value{color:#6b7280}.tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.tag{display:inline-block;background:#f1f5f9;color:#475569;font-size:.7125rem;font-weight:500;padding:3px 9px;border-radius:20px;border:1px solid #e2e8f0}.tag-tech{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.projects-role-group{border-left:1.5px solid #e5e7eb;padding-left:22px;margin-left:-22px;margin-bottom:36px}.projects-role-group:last-child{margin-bottom:0}.projects-role-sentinel{height:0;visibility:hidden}.projects-role-label{font-size:.8125rem;font-weight:600;color:#374151;margin-bottom:12px;position:sticky;top:80px;background:#fff;z-index:1;padding-top:15px;padding-bottom:10px;border-bottom:1.5px solid transparent;transition:border-color .15s ease}.projects-role-label.is-stuck{border-bottom-color:#e5e7eb}.projects-role-company{font-weight:400;color:#9ca3af}.project-card{display:flex;flex-direction:column;gap:14px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e5e7eb}.project-card:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.project-card-header{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.project-name{font-size:.875rem;font-weight:600;color:#111827}.project-type{font-size:.75rem;color:#9ca3af;font-style:italic}.project-summary{font-size:.8125rem;color:#4b5563;line-height:1.6}.project-metrics{display:flex;flex-wrap:wrap;gap:8px}.metric-badge{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:10px 14px;min-width:140px}.metric-value{font-size:1.5rem;font-weight:700;color:#2563eb;line-height:1.2}.metric-value-suffix{font-size:.8rem;font-weight:600;margin-left:2px}.metric-name{font-size:.6375rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.06em}.project-outcomes{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.project-outcomes li{font-size:.8125rem;color:#4b5563;line-height:1.55;padding-left:14px;position:relative}.project-outcomes li:before{content:"–";position:absolute;left:0;color:#9ca3af}.project-tech{display:flex;flex-wrap:wrap;gap:5px}.skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:20px 24px}.skill-category-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#374151;margin-bottom:6px}.skill-item{font-size:.8125rem;color:#4b5563;padding:2px 0;line-height:1.5}.edu-item{margin-bottom:14px}.edu-item:last-child{margin-bottom:0}.edu-degree{font-size:.9rem;font-weight:600;color:#111827}.edu-institution{font-size:.8125rem;color:#6b7280;margin-top:2px}.edu-field{font-size:.8125rem;color:#9ca3af}.certs-list{display:flex;flex-direction:column;gap:10px}.cert-item{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.cert-name{font-size:.875rem;font-weight:600;color:#111827}.cert-meta{font-size:.8125rem;color:#6b7280}.cert-meta:before{content:"·";margin-right:8px;color:#d1d5db}.indie-project-card{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e5e7eb}.indie-project-card:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.indie-project-header{margin-bottom:6px}.indie-project-title-row{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.indie-project-name{font-size:.9375rem;font-weight:600;color:#111827}.indie-project-type{font-size:.75rem;color:#9ca3af;font-style:italic}.indie-project-link{font-size:.8125rem;color:#2563eb;display:block;margin-top:2px}.indie-project-summary{font-size:.875rem;color:#374151;line-height:1.65}.indie-project-users{font-size:.8125rem;color:#4b5563;margin-top:6px}:root{--nav-w: 300px;--nav-w-collapsed: 40px;--toolbar-h: 49px}.section-nav{position:fixed;left:0;top:var(--toolbar-h);bottom:0;width:var(--nav-w);z-index:5;background:#fff;border-right:1px solid #e5e7eb;box-shadow:2px 0 8px #0000000a;display:flex;flex-direction:column;overflow:hidden;transition:width .2s ease}.section-nav--collapsed{width:var(--nav-w-collapsed)}.section-nav-header{display:flex;align-items:center;gap:10px;padding:12px 8px 12px 12px;flex-shrink:0}.section-nav--collapsed .section-nav-header{padding:12px 8px;justify-content:center}.section-nav-label{font-size:.625rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#9ca3af;flex:1;white-space:nowrap}.section-nav-toggle{display:flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;background:none;border:none;border-radius:4px;cursor:pointer;color:#9ca3af;font-family:inherit;flex-shrink:0;transition:color .15s,background .15s}.section-nav-toggle:hover{color:#2563eb;background:#eff6ff}.section-nav-divider{height:1px;background:#e5e7eb;flex-shrink:0}.section-nav-list{list-style:none;padding:8px 0 24px;margin:0;overflow-y:auto;flex:1}.section-nav-group{margin-bottom:2px}.section-nav-item-row{display:flex;align-items:stretch;margin-bottom:2px}.section-nav-item-row .section-nav-item{flex:1;min-width:0}.section-nav-expand{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:28px;background:none;border:none;cursor:pointer;color:#9ca3af;padding:0}.section-nav-expand svg{transition:transform .2s ease;transform:rotate(-90deg)}.section-nav-expand.open svg{transform:rotate(0)}.section-nav-item{display:block;width:100%;padding:6px 12px;background:none;border:none;border-left:2.5px solid transparent;text-align:left;font-size:.725rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-family:inherit;color:#6b7280;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:border-color .15s}.section-nav-item.active{color:#2563eb;border-left-color:#2563eb;background:#eff6ff}.section-nav-item.active+.section-nav-expand{color:#2563eb;background:#eff6ff}.section-nav-item-row:hover .section-nav-item{color:#2563eb;background:#f5f9ff;border-left-color:#93c5fd}.section-nav-item-row:hover .section-nav-expand{color:#2563eb;background:#f5f9ff}.section-nav-children-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .22s ease}.section-nav-children-wrap.open{grid-template-rows:1fr}.section-nav-children-wrap>.section-nav-children{overflow:hidden;min-height:0}.section-nav-children{list-style:none;padding:0;margin:0 0 4px}.section-nav-child{display:block;width:100%;padding:5px 10px 5px 18px;background:none;border:none;border-left:2px solid transparent;text-align:left;font-family:inherit;cursor:pointer;overflow:hidden;transition:border-color .15s,background .15s}.section-nav-child:hover{background:#f9fafb;border-left-color:#d1d5db}.section-nav-child.active{border-left-color:#93c5fd;background:#f0f7ff}.section-nav-child-label{display:block;font-size:.725rem;font-weight:500;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.section-nav-child.active .section-nav-child-label{color:#1d4ed8;font-weight:600}.section-nav-child-sub{display:block;font-size:.625rem;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:1px}@media (max-width: 640px){.section-nav{display:none}.app-main{margin-left:0!important}}@media (max-width: 700px){.resume{padding:32px 24px}.role-header{flex-direction:column;gap:4px}.role-header-right{align-items:flex-start;flex-direction:row;gap:8px}}
