:root{--a11y-text-primary: #1d1d1f;--a11y-text-secondary: #6e6e73;--a11y-text-link: #0066cc;--a11y-text-link-visited: #4a0072;--a11y-focus-ring: #0071e3;--a11y-error: #d70015;--a11y-success: #248a3d}html.dark{--a11y-text-primary: #f5f5f7;--a11y-text-secondary: #a1a1a6;--a11y-text-link: #64b5f6;--a11y-text-link-visited: #ce93d8;--a11y-focus-ring: #64b5f6;--a11y-error: #ff6b6b;--a11y-success: #69db7c}:focus-visible{outline:3px solid var(--a11y-focus-ring);outline-offset:2px;border-radius:4px}.a11y-toolbar{background:transparent!important;border:none!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.a11y-toolbar__panel button{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;border:1px solid #d2d2d7!important;background:#fff!important;background-color:#fff!important;color:#0071e3!important;-webkit-text-fill-color:#0071e3!important;box-shadow:none!important}html.dark .a11y-toolbar__panel button{border:1px solid #2c2c2e!important;background:#000!important;background-color:#000!important;color:#0a84ff!important;-webkit-text-fill-color:#0a84ff!important}.a11y-toolbar__panel button i,.a11y-toolbar__panel button svg,.a11y-toolbar__panel button .a11y-toolbar-button__icon{color:inherit!important;-webkit-text-fill-color:inherit!important;fill:currentColor!important}.a11y-toolbar__panel button.is-active,.a11y-toolbar__panel button[aria-pressed=true],.a11y-toolbar__panel button.a11y-glass-active{background:#0071e3!important;background-color:#0071e3!important;border-color:#0071e3!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important}html.dark .a11y-toolbar__panel button.is-active,html.dark .a11y-toolbar__panel button[aria-pressed=true],html.dark .a11y-toolbar__panel button.a11y-glass-active{background:#0a84ff!important;background-color:#0a84ff!important;border-color:#0a84ff!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important}html.reduce-motion *,html.reduce-motion *:before,html.reduce-motion *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.hero-flyout.is-open .vibe-stack-card:focus-within,.hero-flyout.is-open .portfolio-reach-panel:focus-within{outline:2px solid var(--a11y-focus-ring);outline-offset:2px}.skip-link{position:absolute;top:-100%;left:1rem;padding:.75rem 1.5rem;background:var(--a11y-focus-ring);color:#fff;text-decoration:none;border-radius:0 0 8px 8px;font-weight:600;z-index:10000;transition:top .2s ease}.skip-link:focus{top:0}.card,.glass-card,.liquid-glass-card,.experience-card,.project-card,.blog-card,.education-card,.publication-card,.award-card,.recommendation-card,.certification-card{color:var(--a11y-text-primary)}.card p,.glass-card p,.liquid-glass-card p{color:var(--a11y-text-secondary);line-height:1.6}.card a,.glass-card a,.liquid-glass-card a{color:var(--a11y-text-link);text-decoration:underline;text-underline-offset:2px}.card a:hover,.glass-card a:hover,.liquid-glass-card a:hover{text-decoration:none}@media(prefers-contrast:high){:root{--a11y-text-primary: #000000;--a11y-text-secondary: #333333;--separator: rgba(0, 0, 0, .3);--separator-strong: rgba(0, 0, 0, .5)}html.dark{--a11y-text-primary: #ffffff;--a11y-text-secondary: #cccccc;--separator: rgba(255, 255, 255, .3);--separator-strong: rgba(255, 255, 255, .5)}.glass,.glass-strong,.glass-card,.liquid-glass,.liquid-glass-card,.liquid-glass-nav{background:var(--bg-primary)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border-color:var(--separator-strong)!important}body,p,span,li,.text-secondary,.text-tertiary{color:var(--a11y-text-primary)!important}.card,.glass-card,.liquid-glass-card{border-width:2px!important}:focus-visible{outline:3px solid var(--a11y-focus-ring)!important;outline-offset:3px!important}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.card:hover,.glass-card:hover,.liquid-glass-card:hover{transform:none!important}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-transparency:reduce){.glass,.glass-strong,.glass-card,.liquid-glass,.liquid-glass-card,.liquid-glass-nav{background:var(--bg-primary)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}}.a11y-glass-popover{--ag-blue: #0071e3;--ag-surface: #ffffff;--ag-elevated: #ffffff;--ag-border: #e5e5ea;--ag-text: #1d1d1f;--ag-muted: #6e6e73;--ag-subtle: #86868b;position:fixed!important;left:max(.85rem,env(safe-area-inset-left,0px))!important;bottom:max(8.5rem,calc(env(safe-area-inset-bottom,0px) + 7.25rem))!important;top:auto!important;right:auto!important;z-index:100050!important;box-sizing:border-box!important;width:min(20.5rem,calc(100vw - 1.6rem))!important;max-width:min(20.5rem,calc(100vw - 1.6rem))!important;max-height:min(82vh,32rem)!important;overflow-x:hidden!important;overflow-y:auto!important;display:flex!important;flex-direction:column!important;gap:.8rem!important;margin:0!important;padding:1rem 1.05rem 1.1rem!important;border-radius:22px!important;border:1px solid var(--ag-border)!important;background:var(--ag-surface)!important;background-color:var(--ag-surface)!important;background-image:none!important;box-shadow:0 0 0 .5px #00000008,0 20px 50px #00000024!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;color:var(--ag-text)!important;-webkit-text-fill-color:var(--ag-text)!important;opacity:0;transform:translateY(12px) scale(.96);pointer-events:none;transition:opacity .2s ease,transform .28s cubic-bezier(.22,1,.36,1);-webkit-overflow-scrolling:touch}.a11y-glass-popover.is-open{opacity:1!important;transform:translateY(0) scale(1)!important;pointer-events:auto!important}html.dark .a11y-glass-popover{--ag-blue: #0a84ff;--ag-surface: #000000;--ag-elevated: #000000;--ag-border: #2c2c2e;--ag-text: #f5f5f7;--ag-muted: #a1a1a6;--ag-subtle: #8e8e93;background:#000!important;background-color:#000!important;box-shadow:0 0 0 .5px #ffffff0f,0 22px 56px #00000094!important}html[data-lg-mode] .a11y-glass-popover,html.dark[data-lg-mode] .a11y-glass-popover{background:var(--ag-surface)!important;background-color:var(--ag-surface)!important;border-color:var(--ag-border)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.a11y-glass-popover__header{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:.65rem!important;margin:0!important}.a11y-glass-popover__heading{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:.35rem!important;min-width:0!important}.a11y-glass-popover__title{margin:0!important;padding:0!important;font-size:1.05rem!important;font-weight:700!important;letter-spacing:-.03em!important;line-height:1.15!important;color:var(--ag-text)!important;-webkit-text-fill-color:var(--ag-text)!important}.a11y-glass-popover__badge{display:inline-flex!important;align-items:center!important;min-height:1.35rem!important;padding:.12rem .5rem!important;border-radius:980px!important;border:1px solid rgb(0 113 227 / 22%)!important;background:#0071e31a!important;color:var(--ag-blue)!important;-webkit-text-fill-color:var(--ag-blue)!important;font-size:.6875rem!important;font-weight:700!important;letter-spacing:-.01em!important;line-height:1.2!important}html.dark .a11y-glass-popover__badge{border-color:#0a84ff47!important;background:#0a84ff24!important}.a11y-glass-popover__badge[data-mode=balanced]{border-color:#0071e347!important;background:#0071e31f!important;color:#0071e3!important;-webkit-text-fill-color:#0071e3!important}html.dark .a11y-glass-popover__badge[data-mode=balanced]{border-color:#0a84ff52!important;background:#0a84ff29!important;color:#0a84ff!important;-webkit-text-fill-color:#0a84ff!important}.a11y-glass-popover__badge[data-mode=tinted]{border-color:#5e5ce647!important;background:#5e5ce61f!important;color:#5e5ce6!important;-webkit-text-fill-color:#5e5ce6!important}html.dark .a11y-glass-popover__badge[data-mode=tinted]{border-color:#bf5af24d!important;background:#bf5af224!important;color:#bf5af2!important;-webkit-text-fill-color:#bf5af2!important}.a11y-glass-popover__badge[data-mode=custom]{border-color:#6e6e7347!important;background:#6e6e731a!important;color:#6e6e73!important;-webkit-text-fill-color:#6e6e73!important}html.dark .a11y-glass-popover__badge[data-mode=custom]{border-color:#8e8e934d!important;background:#8e8e9324!important;color:#a1a1a6!important;-webkit-text-fill-color:#a1a1a6!important}button.a11y-glass-popover__close,.a11y-glass-popover__close{appearance:none!important;flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;margin:-.2rem -.2rem 0 0!important;padding:0!important;border:none!important;border-radius:50%!important;background:#ff3b30!important;background-color:#ff3b30!important;background-image:none!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important;cursor:pointer!important;box-shadow:0 8px 20px #ff3b3059!important;transform:none!important}.a11y-glass-popover__preview{position:relative!important;height:3.5rem!important;border-radius:14px!important;overflow:hidden!important;border:1px solid var(--ag-border)!important;isolation:isolate!important}.a11y-glass-preview__bg{position:absolute!important;inset:0!important;background:linear-gradient(120deg,#0071e3,#5e5ce6 40%,#bf5af2 75%,#ff375f)!important;opacity:.9!important}.a11y-glass-preview__bg:after{content:""!important;position:absolute!important;inset:0!important;background:radial-gradient(circle at 20% 30%,rgb(255 255 255 / 55%),transparent 45%),radial-gradient(circle at 80% 70%,rgb(255 255 255 / 35%),transparent 40%)!important}.a11y-glass-preview__pane{--ag-preview-opacity: .48;--ag-preview-blur: 8px;position:absolute!important;inset:.55rem .7rem!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:10px!important;border:1px solid rgb(255 255 255 / 45%)!important;background:rgb(255 255 255 / calc(var(--ag-preview-opacity) * .92))!important;backdrop-filter:blur(var(--ag-preview-blur)) saturate(1.35)!important;-webkit-backdrop-filter:blur(var(--ag-preview-blur)) saturate(1.35)!important;box-shadow:inset 0 1px #ffffff8c!important;transition:background .12s linear,backdrop-filter .12s linear!important}html.dark .a11y-glass-preview__pane{border-color:#ffffff2e!important;background:rgb(0 0 0 / calc(.35 + var(--ag-preview-opacity, .4) * .55))!important;box-shadow:inset 0 1px #ffffff1f!important}.a11y-glass-preview__label{font-size:.72rem!important;font-weight:700!important;letter-spacing:-.01em!important;color:#1d1d1f!important;-webkit-text-fill-color:#1d1d1f!important}html.dark .a11y-glass-preview__label{color:#f5f5f7!important;-webkit-text-fill-color:#f5f5f7!important}html.dark button.a11y-glass-popover__close{background:#ff3b30!important;background-color:#ff3b30!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important}button.a11y-glass-popover__close:hover{background:#ff453a!important;background-color:#ff453a!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important;transform:none!important}button.a11y-glass-popover__close:focus-visible{outline:2px solid var(--ag-blue)!important;outline-offset:2px!important}.a11y-glass-popover__presets{display:grid!important;grid-template-columns:1fr 1fr 1fr!important;gap:.2rem!important;margin:0!important;padding:.2rem!important;width:100%!important;box-sizing:border-box!important;border-radius:12px!important;background:var(--ag-elevated)!important;border:1px solid transparent!important}html.dark .a11y-glass-popover__presets{background:#000!important}button.a11y-glass-preset,.a11y-glass-preset{appearance:none!important;-webkit-appearance:none!important;display:inline-flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:.2rem!important;min-height:3.15rem!important;height:auto!important;width:100%!important;margin:0!important;padding:.45rem .35rem!important;border:none!important;border-radius:10px!important;background:transparent!important;background-color:transparent!important;background-image:none!important;color:var(--ag-muted)!important;-webkit-text-fill-color:var(--ag-muted)!important;font-family:inherit!important;font-size:.78rem!important;font-weight:650!important;letter-spacing:-.02em!important;line-height:1.15!important;white-space:nowrap!important;cursor:pointer!important;box-shadow:none!important;transform:none!important;transition:background-color .16s ease,color .16s ease,box-shadow .16s ease!important}.a11y-glass-preset__name{display:inline-flex!important;align-items:center!important;gap:.3rem!important}.a11y-glass-preset__meta{font-size:.65rem!important;font-weight:600!important;opacity:.75!important;letter-spacing:0!important}.a11y-glass-preset__dot{width:.55rem!important;height:.55rem!important;border-radius:50%!important;border:1.5px solid currentColor!important;background:transparent!important;flex:0 0 auto!important;opacity:.85!important}.a11y-glass-preset__dot--balanced{background:currentColor!important;opacity:.35!important}.a11y-glass-preset__dot--tinted{background:currentColor!important;opacity:.7!important}button.a11y-glass-preset.is-active,.a11y-glass-preset.is-active{background:#fff!important;background-color:#fff!important;color:var(--ag-text)!important;-webkit-text-fill-color:var(--ag-text)!important;box-shadow:0 1px 2px #0000000f,0 1px 3px #0000000a!important}html.dark button.a11y-glass-preset.is-active,html.dark .a11y-glass-preset.is-active{background:#000!important;background-color:#000!important;color:#f5f5f7!important;-webkit-text-fill-color:#f5f5f7!important;box-shadow:0 1px 3px #00000059!important}button.a11y-glass-preset:hover:not(.is-active),.a11y-glass-preset:hover:not(.is-active){color:var(--ag-text)!important;-webkit-text-fill-color:var(--ag-text)!important;background:#00000008!important;transform:none!important}html.dark button.a11y-glass-preset:hover:not(.is-active){background:#ffffff0d!important}button.a11y-glass-preset:focus-visible,.a11y-glass-preset:focus-visible{outline:2px solid var(--ag-blue)!important;outline-offset:1px!important}.a11y-glass-slider{position:relative!important;display:block!important;width:100%!important;height:1.75rem!important;margin:.1rem 0 0!important}.a11y-glass-slider__track{position:absolute!important;left:0!important;right:0!important;top:50%!important;height:.35rem!important;margin-top:-.175rem!important;border-radius:999px!important;background:var(--ag-elevated)!important;overflow:hidden!important;pointer-events:none!important}html.dark .a11y-glass-slider__track{background:#000!important}.a11y-glass-slider__fill{height:100%!important;width:0%;border-radius:inherit!important;background:linear-gradient(90deg,#0071e3,#5e5ce6 55%,#bf5af2)!important;transition:width .05s linear}html.dark .a11y-glass-slider__fill{background:linear-gradient(90deg,#0a84ff,#5e5ce6 55%,#bf5af2)!important}.a11y-glass-slider__input,.a11y-glass-popover input[type=range]{position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;border:none!important;background:transparent!important;appearance:none!important;-webkit-appearance:none!important;cursor:pointer!important;accent-color:var(--ag-blue)!important;z-index:1!important}.a11y-glass-slider__input::-webkit-slider-runnable-track,.a11y-glass-popover input[type=range]::-webkit-slider-runnable-track{height:.35rem!important;background:transparent!important;border:none!important}.a11y-glass-slider__input::-moz-range-track,.a11y-glass-popover input[type=range]::-moz-range-track{height:.35rem!important;background:transparent!important;border:none!important}.a11y-glass-slider__input::-webkit-slider-thumb,.a11y-glass-popover input[type=range]::-webkit-slider-thumb{appearance:none!important;-webkit-appearance:none!important;width:1.35rem!important;height:1.35rem!important;margin-top:-.5rem!important;border-radius:50%!important;background:#fff!important;border:.5px solid rgb(0 0 0 / 8%)!important;box-shadow:0 1px 2px #0000001f,0 2px 8px #0000001f!important}.a11y-glass-slider__input::-moz-range-thumb,.a11y-glass-popover input[type=range]::-moz-range-thumb{width:1.35rem!important;height:1.35rem!important;border-radius:50%!important;background:#fff!important;border:.5px solid rgb(0 0 0 / 8%)!important;box-shadow:0 1px 2px #0000001f,0 2px 8px #0000001f!important}html.dark .a11y-glass-slider__input::-webkit-slider-thumb,html.dark .a11y-glass-popover input[type=range]::-webkit-slider-thumb,html.dark .a11y-glass-slider__input::-moz-range-thumb,html.dark .a11y-glass-popover input[type=range]::-moz-range-thumb{background:#fff!important;border-color:#ffffff1f!important;box-shadow:0 1px 6px #00000073!important}.a11y-glass-slider__input:focus-visible,.a11y-glass-popover input[type=range]:focus-visible{outline:none!important}.a11y-glass-slider__input:focus-visible::-webkit-slider-thumb,.a11y-glass-popover input[type=range]:focus-visible::-webkit-slider-thumb{outline:2px solid var(--ag-blue)!important;outline-offset:2px!important}.a11y-glass-popover__scale{display:flex!important;justify-content:space-between!important;margin:-.35rem 0 0!important;padding:0 .15rem!important;font-size:.6875rem!important;font-weight:650!important;letter-spacing:-.01em!important;color:var(--ag-subtle)!important;-webkit-text-fill-color:var(--ag-subtle)!important}.a11y-glass-popover__hint{margin:0!important;padding:.55rem .65rem!important;border-radius:12px!important;background:var(--ag-elevated)!important;font-size:.72rem!important;font-weight:500!important;line-height:1.4!important;color:var(--ag-muted)!important;-webkit-text-fill-color:var(--ag-muted)!important}html.dark .a11y-glass-popover__hint{background:#000!important}.a11y-glass-popover__value{display:block!important;margin:0!important;padding:.15rem .15rem 0!important;font-size:.8125rem!important;font-weight:650!important;letter-spacing:-.01em!important;color:var(--ag-blue)!important;-webkit-text-fill-color:var(--ag-blue)!important;text-align:center!important}.a11y-glass-popover__value[hidden],.a11y-glass-popover__icons,.a11y-glass-icon{display:none!important}@media(width<=480px){.a11y-glass-popover{left:max(1rem,env(safe-area-inset-left,0px))!important;bottom:calc(max(1.25rem,env(safe-area-inset-bottom,0px)) + 108px + .75rem)!important;width:min(20.5rem,calc(100vw - 1.6rem))!important;max-width:min(20.5rem,calc(100vw - 1.6rem))!important;padding:1rem 1.05rem 1.1rem!important}}.footer-copy,.footer-tagline{color:#48484a!important}html.dark .footer-copy,html.dark .footer-tagline{color:#a1a1a6!important}html:not(.dark) .status-badge.healthy,html:not(.dark) .status-badge--live-feed{color:#1a6f30!important}html:not(.dark) .status-badge.degraded{color:#8a4b00!important}html:not(.dark) .status-badge.unhealthy{color:#b31e15!important}.contact-link-item{min-height:48px!important;display:inline-flex!important;align-items:center!important;box-sizing:border-box!important;padding:.75rem 1rem!important}.wrapper .icon{width:3.125rem!important;height:3.125rem!important;min-width:48px!important;min-height:48px!important;display:inline-flex!important;justify-content:center!important;align-items:center!important;box-sizing:border-box!important}.wrapper .icon a{width:100%!important;height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;min-width:48px!important;min-height:48px!important}.wrapper .tooltip{position:absolute!important;opacity:0!important;pointer-events:none!important;visibility:hidden!important}.wrapper .icon:hover .tooltip,.wrapper .icon:focus-within .tooltip{opacity:1!important;visibility:visible!important}.projects-view-all-btn{min-height:48px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;padding:.75rem 1.35rem!important}.project-lens-chip{min-height:44px!important;min-width:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;padding:.55rem .9rem!important;line-height:1.2!important}#project-search-input,.proj-search-input{min-height:44px!important;box-sizing:border-box!important;padding-block:.55rem!important;font-size:16px!important}#project-sort-select,.proj-sort-native{min-height:44px!important;box-sizing:border-box!important;padding-block:.45rem!important;font-size:16px!important}.publication-read-btn,a.publication-read-btn{min-height:44px!important;min-width:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;padding:.55rem .9rem!important;line-height:1.2!important}.shortcuts-modal{position:fixed;inset:0;z-index:100060;display:flex;align-items:center;justify-content:center;padding:max(1rem,env(safe-area-inset-top)) max(1rem,env(safe-area-inset-right)) max(1rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left))}.shortcuts-modal__overlay{position:absolute;inset:0;background:#0000008c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}html.reduce-motion .shortcuts-modal__overlay{backdrop-filter:none;-webkit-backdrop-filter:none}.shortcuts-modal__panel{position:relative;z-index:1;width:min(32rem,100%);max-height:min(85vh,40rem);display:flex;flex-direction:column;overflow:hidden;border-radius:20px;border:1px solid rgb(0 0 0 / 10%);background:#fff;color:#1d1d1f;box-shadow:0 0 0 .5px #0000000a,0 24px 64px #00000038;outline:none}html.dark .shortcuts-modal__panel{background:#000;color:#f5f5f7;border-color:#ffffff1f;box-shadow:0 0 0 .5px #ffffff0f,0 28px 72px #0000008c}.shortcuts-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1.15rem 1.25rem .35rem}.shortcuts-modal__title{margin:0;font-size:1.25rem;font-weight:700;letter-spacing:-.03em;line-height:1.2;color:inherit}.shortcuts-modal__subtitle{margin:0;padding:0 1.25rem .85rem;font-size:.8125rem;font-weight:500;line-height:1.45;color:#6e6e73}html.dark .shortcuts-modal__subtitle{color:#a1a1a6}.shortcuts-modal__close{appearance:none;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;min-height:44px;margin:-.35rem -.35rem 0 0;padding:0;border:none;border-radius:50%;background:#fff;color:#6e6e73;cursor:pointer}html.dark .shortcuts-modal__close{background:#000;color:#a1a1a6}.shortcuts-modal__close:hover{color:#1d1d1f;background:#e8e8ed}html.dark .shortcuts-modal__close:hover{color:#f5f5f7;background:#000}.shortcuts-modal__close:focus-visible{outline:3px solid var(--a11y-focus-ring);outline-offset:2px}.shortcuts-modal__body{flex:1 1 auto;overflow-y:auto;padding:0 1.25rem .5rem;display:flex;flex-direction:column;gap:1.1rem;-webkit-overflow-scrolling:touch}.shortcuts-modal__group-title{margin:0 0 .45rem;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#86868b}html.dark .shortcuts-modal__group-title{color:#8e8e93}.shortcuts-modal__list{list-style:none;margin:0;padding:0;display:grid;gap:.4rem}.shortcut-item{display:flex;justify-content:space-between;align-items:center;gap:.85rem;padding:.65rem .75rem;border-radius:12px;background:#fff;min-height:44px;box-sizing:border-box}html.dark .shortcut-item{background:#000}.shortcut-item__keys{flex:0 0 auto;display:inline-flex;align-items:center;gap:.28rem;max-width:58%;flex-wrap:wrap}.shortcut-item__key{display:inline-flex;align-items:center;justify-content:center;min-height:28px;min-width:1.75rem;padding:.2rem .5rem;border-radius:8px;border:1px solid #d2d2d7;background:#fff;color:#1d1d1f;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.75rem;font-weight:650;letter-spacing:-.01em;white-space:nowrap;box-shadow:0 1px #0000000f}html.dark .shortcut-item__key{background:#000;border-color:#48484a;color:#f5f5f7;box-shadow:0 1px #00000059}.shortcut-item__sep{color:#86868b;font-size:.7rem;font-weight:700;user-select:none}html.dark .shortcut-item__sep{color:#8e8e93}body.shortcuts-modal-open{overflow:hidden}.shortcut-item__desc{flex:1 1 auto;text-align:right;font-size:.875rem;font-weight:500;line-height:1.35;color:#1d1d1f}html.dark .shortcut-item__desc{color:#f5f5f7}.shortcuts-modal__footer{padding:.85rem 1.25rem 1.15rem;border-top:1px solid rgb(0 0 0 / 6%)}html.dark .shortcuts-modal__footer{border-top-color:#ffffff14}.shortcuts-modal__done{appearance:none;display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:.75rem 1.25rem;border:none;border-radius:12px;background:#0071e3;color:#fff;font-size:1rem;font-weight:650;letter-spacing:-.01em;cursor:pointer}html.dark .shortcuts-modal__done{background:#0a84ff}.shortcuts-modal__done:hover{filter:brightness(1.05)}.shortcuts-modal__done:focus-visible{outline:3px solid var(--a11y-focus-ring);outline-offset:2px}html.high-contrast.high-contrast.high-contrast,html.high-contrast.high-contrast.high-contrast body{background:#fff!important;background-color:#fff!important}html.dark.high-contrast.high-contrast,html.dark.high-contrast.high-contrast body{background:#000!important;background-color:#000!important}html.high-contrast.high-contrast.high-contrast :is(#projects #github-projects-container .showcase-project-card,.card,.skill-category,.experience-content,.award-card,.blog-card,.lg-glass-card,.glass-card,.liquid-glass-card,.project-card,.education-card,.publication-card,.recommendation-card,.certification-card){border-width:2px!important;border-style:solid!important;border-color:#000!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:#fff!important;color:#000!important}html.dark.high-contrast.high-contrast :is(#projects #github-projects-container .showcase-project-card,.card,.skill-category,.experience-content,.award-card,.blog-card,.lg-glass-card,.glass-card,.liquid-glass-card,.project-card,.education-card,.publication-card,.recommendation-card,.certification-card){border-color:#fff!important;background:#000!important;color:#fff!important}html.high-contrast.high-contrast.high-contrast :is(main p,main li,main small,.card p,.card li,.meta,.card-meta,.section-subtitle,.text-secondary,.text-tertiary){color:#000!important}html.dark.high-contrast.high-contrast :is(main p,main li,main small,.card p,.card li,.meta,.card-meta,.section-subtitle,.text-secondary,.text-tertiary){color:#fff!important}html.high-contrast :is(a,button,.global-nav a){text-decoration-thickness:2px}html.high-contrast :focus-visible{outline:3px solid #0071e3!important;outline-offset:3px!important}html.dark.high-contrast :focus-visible{outline-color:#0a84ff!important}html.high-contrast .a11y-toolbar,html.high-contrast .global-nav.dynamic-island,html.high-contrast .monitor-page-nav,html.high-contrast .travel-nav{border-width:2px!important}@media(prefers-contrast:more){html:not(.high-contrast) :is(.card,.skill-category,.award-card){border-width:1.5px!important}}html.high-contrast .shortcuts-modal__panel{border-width:2px;border-color:#000;box-shadow:none}html.dark.high-contrast .shortcuts-modal__panel{border-color:#fff}html.high-contrast .shortcut-item{border:1px solid #000000}html.dark.high-contrast .shortcut-item{border:1px solid #ffffff}html.high-contrast .card p,html.high-contrast .glass-card p,html.high-contrast .liquid-glass-card p,html.high-contrast .experience-card p,html.high-contrast .project-card p,html.high-contrast .blog-card p{color:var(--a11y-text-primary)!important}html.high-contrast .text-secondary,html.high-contrast .text-tertiary,html.high-contrast .section-subtitle{color:var(--a11y-text-primary)!important;opacity:1!important}#debug-runner-section .debug-runner-disclosure>summary,.debug-runner-disclosure>summary{display:flex!important;align-items:center!important;justify-content:center!important;gap:.5rem!important;min-height:48px!important;min-width:48px!important;padding:.85rem 1.25rem!important;box-sizing:border-box!important;line-height:1.3!important;font-size:1rem!important;list-style:none!important;cursor:pointer!important;user-select:none}#debug-runner-section .debug-runner-disclosure>summary::-webkit-details-marker,.debug-runner-disclosure>summary::-webkit-details-marker{display:none!important}
