:root{--ms-date-size: clamp(15px, 1vw + 12px, 22px);--ms-weekday-size: 13px;--ms-prose-size: 16px;--ms-author-name-size: clamp(14px, .5vw + 12px, 16px);--ms-article-title-size: 15px;--ms-article-url-size: 12px;--ms-yt-title-size: 14px;--ms-yt-creator-size: 12px;--ms-caption-size: 14px;--ms-caption-compact-size: 12px;--ms-date-weight: 600;--ms-prose-weight: 500;--ms-title-weight: 600;--ms-author-lh: 1.4;--ms-prose-lh: 1.62;--ms-title-lh: 1.4;--ms-avatar-size: 40px}.ms-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}.ms-inline-link{color:var(--text);text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--text) 25%,transparent);text-underline-offset:3px}.ms-link-favicon{display:inline-block;width:1em;height:1em;margin-right:.32em;border-radius:3px;object-fit:contain;vertical-align:-.12em;background:linear-gradient(90deg,var(--border, #e2e2e2) 25%,color-mix(in srgb,var(--border, #e2e2e2) 60%,var(--text, #111)) 50%,var(--border, #e2e2e2) 75%);background-size:200% 100%;animation:favicon-shimmer 1.6s ease-in-out infinite}.ms-link-favicon[data-loaded]{background:none;animation:none}[data-vaul-overlay].ms-backdrop{position:fixed;inset:0;background:#fff0;-webkit-backdrop-filter:blur(0px) saturate(1);backdrop-filter:blur(0px) saturate(1);z-index:100;cursor:none;animation:ms-backdrop-in .46s cubic-bezier(.22,1,.36,1) both!important}[data-vaul-overlay].ms-backdrop[data-state=closed]{animation:ms-backdrop-out .24s cubic-bezier(.4,0,1,1) 60ms both!important;pointer-events:none}.ms-cursor{position:fixed;top:0;left:0;pointer-events:none;z-index:10000;opacity:0;filter:blur(4px);transition:opacity 40ms ease-out,filter 40ms ease-out;will-change:transform,opacity}.ms-cursor-inner{width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#2e2e2e;background:#fff;border:1px solid rgba(17,17,17,.08);border-radius:50%;box-shadow:0 10px 24px #1111111f,0 2px 8px #11111114;scale:0;transition:scale .1s ease-out}.ms-cursor-inner svg{width:24px;height:24px;fill:currentColor}[data-vaul-drawer].ms-drawer-wrapper{position:fixed;inset:0;background:transparent;border:none;outline:none;z-index:101;pointer-events:none;transform:none!important;transition:none!important}[data-vaul-drawer].ms-drawer-wrapper:after,[data-vaul-drawer][data-vaul-drawer-direction=bottom].ms-drawer-wrapper:after,[data-vaul-drawer]:not([data-vaul-custom-container=true]).ms-drawer-wrapper:after{content:none!important;display:none!important;background:transparent!important;height:0!important}.ms-sheet{--_w: clamp(280px, 85vw, 680px);--ms-sheet-pad-x: 24px;--ms-sheet-pad-y: 24px;--ms-header-content-gap: 16px;--ms-section-gap: 24px;--ms-divider-content-gap: 18px;--ms-author-content-gap: 10px;--ms-block-gap: 12px;--ms-media-grid-gap: 8px;--ms-caption-gap: 8px;--ms-embed-meta-gap: 10px;--ms-card-gap: 14px;--ms-card-pad-y: 16px;--ms-card-pad-x: 16px;position:absolute;top:calc(50% - 40dvh);left:calc(50% - var(--_w) / 2);width:var(--_w);height:80dvh;background:var(--surface);border-radius:clamp(20px,3.5vw,32px);display:flex;flex-direction:column;overflow:hidden auto;pointer-events:auto;animation:ms-sheet-in .25s cubic-bezier(.22,1,.36,1) .18s both;transform-origin:center 58%;user-select:text!important;cursor:default;box-shadow:var(--sheet-shadow);scrollbar-width:none;overscroll-behavior:contain;touch-action:pan-y pinch-zoom}.ms-sheet::-webkit-scrollbar{display:none}@media(min-width:600px){.ms-sheet{--ms-sheet-pad-x: 36px;--ms-sheet-pad-y: 40px;--ms-header-content-gap: 24px;--ms-section-gap: 30px;--ms-divider-content-gap: 22px;--ms-author-content-gap: 11px;--ms-block-gap: 14px;--ms-card-gap: 16px;--ms-card-pad-y: 20px;--ms-card-pad-x: 18px}}@media(min-width:960px){.ms-sheet{--ms-sheet-pad-x: 48px;--ms-sheet-pad-y: 44px;--ms-header-content-gap: 28px;--ms-section-gap: 34px;--ms-divider-content-gap: 24px;--ms-block-gap: 16px}}.ms-header{display:flex;align-items:center;justify-content:space-between;padding:var(--ms-sheet-pad-y) var(--ms-sheet-pad-x) var(--ms-header-content-gap)}.ms-date{display:flex;flex-direction:column;gap:.1rem}.ms-date-line{font-size:var(--ms-date-size);font-weight:var(--ms-date-weight);color:var(--text);letter-spacing:-.01em}.ms-weekday-line{font-family:Inter,sans-serif;font-size:var(--ms-weekday-size);color:var(--text-muted)}.ms-nav{display:flex;align-items:center;gap:.5rem}.ms-nav-btn{border:none;cursor:pointer;color:var(--text-muted);width:44px;height:44px;border-radius:50%;background:var(--nav-btn-bg);display:flex;align-items:center;justify-content:center;transition:color .12s,background .12s,scale 80ms ease-out}@media(hover:hover)and (pointer:fine){.ms-nav-btn:hover:not(:disabled){color:var(--text);background:var(--nav-btn-bg-hover)}}.ms-nav-btn:focus-visible{outline:2px solid var(--text);outline-offset:2px}.ms-nav-btn:active:not(:disabled){scale:.92}.ms-nav-btn:disabled{color:var(--text-muted);opacity:.3;cursor:not-allowed}.ms-close-btn,.ms-footer-bar{display:none}.ms-body{font-family:Inter,sans-serif;padding:0 var(--ms-sheet-pad-x) var(--ms-sheet-pad-y)}.ms-body-slides{display:flex;flex-direction:column;gap:var(--ms-section-gap);transition:transform .16s cubic-bezier(.23,1,.32,1),opacity .13s cubic-bezier(.23,1,.32,1)}@starting-style{.ms-body-slides[data-nav-dir=right]{transform:translate(32px);opacity:0}.ms-body-slides[data-nav-dir=left]{transform:translate(-32px);opacity:0}}@media(prefers-reduced-motion:reduce){.ms-body-slides{transition:opacity .15s ease}@starting-style{.ms-body-slides[data-nav-dir=right],.ms-body-slides[data-nav-dir=left]{transform:none;opacity:0}}}.ms-fade{position:sticky;left:0;right:0;flex-shrink:0;height:var(--ms-fade-height, 60px);z-index:3;pointer-events:none;opacity:0;transition:opacity .22s cubic-bezier(.23,1,.32,1)}.ms-fade[data-visible=true]{opacity:1}.ms-fade--top{top:0;margin-bottom:calc(-1 * var(--ms-fade-height, 60px));background:linear-gradient(to bottom,var(--surface) 14%,color-mix(in srgb,var(--surface) 60%,transparent) 56%,transparent 100%)}.ms-fade--bottom{bottom:0;margin-top:calc(-1 * var(--ms-fade-height, 60px));background:linear-gradient(to top,var(--surface) 14%,color-mix(in srgb,var(--surface) 60%,transparent) 56%,transparent 100%)}@media(prefers-reduced-motion:reduce){.ms-fade{transition:none}}.ms-section-divider{height:1px;background:var(--border);margin:0}.ms-section{display:flex;flex-direction:column;gap:var(--ms-divider-content-gap)}.ms-author-row{display:flex;flex-direction:column;gap:var(--ms-author-content-gap)}.ms-author-header{display:flex;align-items:center;gap:.65rem}.ms-avatar{width:var(--ms-avatar-size);height:var(--ms-avatar-size);border-radius:50%;object-fit:cover;background:var(--border);flex-shrink:0}.ms-author-body{display:flex;flex-direction:column;gap:var(--ms-block-gap);min-width:0}.ms-author-name{font-family:var(--font-heading);font-size:var(--ms-author-name-size);font-weight:600;color:var(--text-muted);line-height:var(--ms-author-lh)}@media(min-width:600px){.ms-author-body{padding-left:calc(var(--ms-avatar-size) + .65rem)}}.ms-note-text,.ms-thought{font-size:var(--ms-prose-size);font-weight:var(--ms-prose-weight);color:var(--text);letter-spacing:0;line-height:var(--ms-prose-lh);margin:0}.ms-media-figure{width:100%;margin:0;min-width:0}.ms-note-image{width:100%;height:auto;border-radius:8px;display:block;background:transparent}.ms-note-images{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--ms-media-grid-gap);margin-top:0}.ms-note-images--single{grid-template-columns:1fr}.ms-note-images .ms-image-caption{font-size:var(--ms-caption-compact-size)}.ms-text-gap{display:block;margin-top:.75em}.ms-article-card{display:flex;align-items:center;gap:var(--ms-card-gap);width:100%;padding:var(--ms-card-pad-y) var(--ms-card-pad-x);border-radius:10px;background:var(--article-card-bg);border:none;box-shadow:0 0 0 .5px color-mix(in srgb,var(--text) 5%,transparent),0 8px 22px #11111109;text-decoration:none;transition:background .15s,transform .15s ease-out,box-shadow .15s ease-out}.ms-article-card:hover{background:var(--article-card-bg-hover);box-shadow:0 0 0 .5px color-mix(in srgb,var(--text) 7%,transparent),0 10px 26px #1111110b;transform:translateY(-1px)}.ms-article-card:active{transform:scale(.97);box-shadow:none;transition-duration:80ms}.ms-article-icon{flex-shrink:0;width:44px;height:44px;border-radius:10px;background:var(--article-icon-bg);display:flex;align-items:center;justify-content:center;color:var(--article-icon-color);transition:background .15s}.ms-article-card:hover .ms-article-icon{background:var(--article-icon-bg-hover)}.ms-article-icon--favicon,.ms-article-icon--fallback,.ms-article-card:hover .ms-article-icon--favicon,.ms-article-card:hover .ms-article-icon--fallback{background:transparent}.ms-article-icon--fallback{color:#e3e3e3}.ms-article-favicon{width:44px;height:44px;border-radius:10px;object-fit:contain}.ms-article-text{display:flex;flex-direction:column;min-width:0}.ms-article-title{font-size:var(--ms-article-title-size);font-weight:var(--ms-title-weight);color:var(--text);line-height:var(--ms-title-lh);margin-bottom:.2rem}.ms-article-url{font-size:var(--ms-article-url-size);color:var(--text-muted)}.ms-youtube-embed{position:relative;padding-bottom:56.25%;height:0;border-radius:10px;overflow:hidden;box-shadow:0 0 8px #0000000f}.ms-youtube-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:none}.ms-youtube-meta{display:flex;flex-direction:column;gap:.2rem;margin-top:var(--ms-embed-meta-gap)}.ms-youtube-title{font-size:var(--ms-yt-title-size);font-weight:600;color:var(--text)}.ms-youtube-creator{font-size:var(--ms-yt-creator-size);color:var(--text-muted);text-decoration:none}.ms-youtube-creator:hover{color:var(--text)}.ms-image-img{width:100%;border-radius:10px;display:block;box-shadow:0 0 8px #0000000f}.ms-image-caption{font-size:var(--ms-caption-size);font-weight:400;color:var(--text-muted);margin:var(--ms-caption-gap) 0 0}.ms-tweet-slot{padding-top:.45rem;cursor:pointer}.ms-tweet-embed{width:100%;min-width:0;box-shadow:0 0 8px #0000000f;border-radius:10px;overflow:hidden}.ms-tweet-embed .twitter-tweet,.ms-tweet-embed iframe{margin:0!important}.ms-tweet-embed iframe{max-width:100%!important;pointer-events:none;transform-origin:center top;animation:ms-tweet-iframe-in .18s cubic-bezier(.23,1,.32,1) both}@media(prefers-reduced-motion:reduce){.ms-tweet-embed iframe{animation:none}}@keyframes ms-tweet-iframe-in{0%{opacity:0;transform:translateY(8px) scale(.985);filter:blur(3px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes ms-backdrop-in{0%{background:#fff0;-webkit-backdrop-filter:blur(0px) saturate(1);backdrop-filter:blur(0px) saturate(1)}to{background:#ffffffe0;-webkit-backdrop-filter:blur(28px) saturate(1.1);backdrop-filter:blur(28px) saturate(1.1)}}@keyframes ms-backdrop-out{0%{background:#ffffffe0;-webkit-backdrop-filter:blur(28px) saturate(1.1);backdrop-filter:blur(28px) saturate(1.1)}to{background:#fff0;-webkit-backdrop-filter:blur(0px) saturate(1);backdrop-filter:blur(0px) saturate(1)}}@keyframes ms-sheet-in{0%{opacity:0;transform:scale(1.02);filter:blur(8px)}to{opacity:1;transform:scale(1);filter:blur(0)}}@keyframes ms-sheet-out{0%{opacity:1;transform:scale(1);filter:blur(0)}to{opacity:0;transform:scale(.98);filter:blur(6px)}}[data-vaul-drawer].ms-drawer-wrapper[data-state=closed] .ms-sheet{animation:ms-sheet-out .16s cubic-bezier(.4,0,1,1) both}@media(max-width:599px){:root{--ms-prose-size: 15px;--ms-fade-height: 96px;--footer-side-padding: 16px;--footer-bottom-padding: 18px;--footer-btn-fill: #ffffff;--footer-btn-fill-hover: #f1f1f0;--footer-btn-icon: #1b1b1b;--footer-btn-ring: color-mix(in srgb, var(--text) 10%, transparent);--footer-btn-shadow: 0 1px 2px rgba(0, 0, 0, .16), 0 6px 18px rgba(0, 0, 0, .22);--footer-btn-disabled-fill: #ffffff;--footer-btn-disabled-icon: color-mix(in srgb, var(--text) 26%, transparent);--footer-btn-disabled-ring: color-mix(in srgb, var(--text) 6%, transparent)}.ms-cursor{display:none}body{cursor:default!important}.ms-fade--bottom{display:none}.ms-article-card{padding:var(--ms-card-pad-y) var(--ms-card-pad-x);gap:var(--ms-card-gap)}.ms-article-icon{width:40px;height:40px;border-radius:10px}.ms-article-icon svg{width:18px;height:18px}.ms-article-favicon{width:40px;height:40px}.ms-article-icon--fallback svg{width:26px;height:26px}.ms-close-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;border-radius:50%;cursor:pointer;color:var(--text-muted);background:var(--nav-btn-bg);flex-shrink:0;transition:color .12s,background .12s,scale 80ms ease-out}@media(hover:hover)and (pointer:fine){.ms-close-btn:hover{color:var(--text);background:var(--nav-btn-bg-hover)}}.ms-close-btn:focus-visible{outline:2px solid var(--text);outline-offset:2px}.ms-close-btn:active{scale:.92}.ms-header .ms-nav{display:none}.ms-body{padding-bottom:max(var(--ms-sheet-pad-y),calc(var(--ms-fade-height) - 8px))}.ms-footer-bar{display:flex;justify-content:flex-end;align-items:flex-end;margin-top:auto;position:sticky;bottom:0;height:var(--ms-fade-height);padding:0 var(--footer-side-padding) var(--footer-bottom-padding);border-radius:0 0 clamp(20px,3.5vw,32px) clamp(20px,3.5vw,32px);pointer-events:none;background:transparent}.ms-footer-bar:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;opacity:0;transition:opacity .22s cubic-bezier(.23,1,.32,1);background:linear-gradient(to top,var(--surface) 22%,color-mix(in srgb,var(--surface) 60%,transparent) 62%,transparent 100%)}.ms-footer-bar.has-underlay:before{opacity:1}@media(prefers-reduced-motion:reduce){.ms-footer-bar:before{transition:none}}.ms-footer-bar .ms-nav{pointer-events:auto;position:relative;z-index:1}.ms-footer-bar .ms-nav-btn{width:48px;height:48px;-webkit-appearance:none;appearance:none;background:var(--footer-btn-fill);color:var(--footer-btn-icon);border:1px solid var(--footer-btn-ring);box-shadow:var(--footer-btn-shadow);transition:background .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease,scale 80ms ease-out;-webkit-tap-highlight-color:transparent}.ms-footer-bar .ms-nav-btn:active:not(:disabled){scale:.92}.ms-footer-bar .ms-nav-btn:focus-visible{outline:2px solid var(--text);outline-offset:2px}.ms-footer-bar .ms-nav-btn:disabled{background:var(--footer-btn-disabled-fill);color:var(--footer-btn-disabled-icon);border-color:var(--footer-btn-disabled-ring);box-shadow:0 1px 2px #0000001f,0 4px 12px #00000024;cursor:not-allowed}@media(hover:hover)and (pointer:fine){.ms-footer-bar .ms-nav-btn:hover:not(:disabled){background:var(--footer-btn-fill-hover)}}}@media(max-width:424px){.ms-article-card{gap:12px}.ms-article-icon{display:flex;width:34px;height:34px;border-radius:8px}.ms-article-favicon{width:34px;height:34px;border-radius:8px}.ms-article-icon--fallback svg{width:24px;height:24px}}.sv-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}.about-page[data-story-open=true]{opacity:.35}.about-page[data-story-closing=true]{transition:opacity .24s cubic-bezier(.4,0,1,1) 60ms}.about-page[data-story-open=true] .months-list{transform:scale(.985)}.about-page[data-story-closing=true] .months-list{transition:transform .24s cubic-bezier(.4,0,1,1) 60ms}[data-vaul-overlay].sv-backdrop{position:fixed;inset:0;background:#fff0;-webkit-backdrop-filter:blur(0px) saturate(1);backdrop-filter:blur(0px) saturate(1);z-index:100;cursor:none;animation:sv-backdrop-in .46s cubic-bezier(.22,1,.36,1) both!important}[data-vaul-overlay].sv-backdrop[data-state=closed]{animation:sv-backdrop-out .24s cubic-bezier(.4,0,1,1) 60ms both!important;pointer-events:none}.sv-cursor{position:fixed;top:0;left:0;pointer-events:none;z-index:10000;opacity:0;filter:blur(4px);transition:opacity 40ms ease-out,filter 40ms ease-out;will-change:transform,opacity}.sv-cursor-inner{width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#666;background:#fff;border-radius:50%;box-shadow:0 2px 8px #0000001f;scale:0;transition:scale .1s ease-out}[data-vaul-drawer].sv-drawer-wrapper{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:transparent;border:none;outline:none;z-index:101;pointer-events:none;transform:none!important;transition:none!important}[data-vaul-drawer].sv-drawer-wrapper:after,[data-vaul-drawer][data-vaul-drawer-direction=bottom].sv-drawer-wrapper:after,[data-vaul-drawer]:not([data-vaul-custom-container=true]).sv-drawer-wrapper:after{content:none!important;display:none!important;background:transparent!important;height:0!important}.sv-card{position:relative;height:min(88dvh,calc((100vw - 32px) * 16 / 9));aspect-ratio:9 / 16;max-width:calc(100vw - 32px);border-radius:clamp(16px,2.5vw,24px);background:var(--surface-muted);box-shadow:var(--sheet-shadow);overflow:hidden;pointer-events:auto;cursor:default;opacity:0;filter:blur(8px);transform:scale(1.02);transition:opacity .25s cubic-bezier(.23,1,.32,1) .18s,filter .25s cubic-bezier(.23,1,.32,1) .18s,transform .25s cubic-bezier(.23,1,.32,1) .18s;transform-origin:center 58%;will-change:transform,opacity,filter}.sv-card.is-entering{opacity:1;filter:blur(0px);transform:scale(1)}[data-vaul-drawer].sv-drawer-wrapper[data-state=closed] .sv-card{opacity:0;filter:blur(6px);transform:scale(.98);transition:opacity .16s cubic-bezier(.23,1,.32,1),filter .16s cubic-bezier(.23,1,.32,1),transform .16s cubic-bezier(.23,1,.32,1)}.sv-progress{position:absolute;top:14px;left:14px;right:14px;z-index:4;display:flex;gap:4px}.sv-progress__track{flex:1;height:3px;border-radius:3px;background:#fff6;overflow:hidden}.sv-progress__fill{display:block;width:0%;height:100%;background:#fff}.sv-progress__fill--active{animation:sv-fill-bar 5s linear forwards}.sv-progress__fill--active.is-paused{animation-play-state:paused}@keyframes sv-fill-bar{0%{width:0%}to{width:100%}}@keyframes sv-skeleton-shimmer{0%{transform:translate(-60%)}to{transform:translate(60%)}}.sv-mute{position:absolute;top:clamp(20px,5vw,26px);right:14px;z-index:5;width:clamp(36px,9.5vw,40px);height:clamp(36px,9.5vw,40px);display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;cursor:pointer;color:#fff;background:#00000052;transition:background .15s ease,scale 80ms ease-out;-webkit-tap-highlight-color:transparent}.sv-mute:hover{background:#00000075}.sv-mute:active{scale:.92}.sv-mute svg{width:55%;height:55%;display:block;fill:currentColor}@media(max-width:600px){.sv-mute,.sv-media-skeleton__badge{right:clamp(54px,16vw,64px)}}.sv-header{position:absolute;top:clamp(22px,6vw,30px);left:14px;right:14px;z-index:4;display:flex;align-items:center;gap:clamp(8px,2.5vw,10px);color:#fff;font-family:Inter,sans-serif;font-size:clamp(12.5px,3.5vw,14.5px);line-height:1.2;text-shadow:0 1px 6px rgba(0,0,0,.45);pointer-events:none}.sv-card--video .sv-header{right:clamp(54px,14vw,64px)}.sv-header__avatar{width:clamp(32px,9vw,40px);height:clamp(32px,9vw,40px);border-radius:50%;object-fit:cover;flex-shrink:0}.sv-header__name{font-weight:600}.sv-header__dot{opacity:.9;margin:0 -2px}.sv-header__time{font-weight:400;opacity:.85}.sv-media{position:absolute;inset:0}.sv-media-shell{position:absolute;inset:0;pointer-events:none;z-index:1}.sv-media-skeleton{position:absolute;inset:0;overflow:hidden;background:radial-gradient(circle at 20% 18%,rgba(255,230,89,.18),transparent 28%),radial-gradient(circle at 82% 16%,rgba(255,255,255,.12),transparent 18%),linear-gradient(180deg,#1010101a,#1010102e),linear-gradient(135deg,#d8d5ce,#c9c3b8 38%,#b5afa4);opacity:1;transition:opacity .18s cubic-bezier(.23,1,.32,1)}.sv-media.is-ready .sv-media-skeleton{opacity:0}.sv-media-skeleton__glow{position:absolute;inset:-30%;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.14) 32%,rgba(255,255,255,.42) 48%,rgba(255,255,255,.14) 64%,transparent 100%);transform:translate(-60%);animation:sv-skeleton-shimmer 1.4s linear infinite}.sv-media-skeleton__header{position:absolute;top:clamp(22px,6vw,30px);left:14px;display:flex;align-items:center;gap:clamp(8px,2.5vw,10px)}.sv-media-skeleton__avatar,.sv-media-skeleton__line,.sv-media-skeleton__badge{background:#ffffff57;box-shadow:inset 0 1px #ffffff1f}.sv-media-skeleton__avatar{width:clamp(32px,9vw,40px);height:clamp(32px,9vw,40px);border-radius:999px;flex-shrink:0}.sv-media-skeleton__line{display:block;height:11px;border-radius:999px}.sv-media-skeleton__line--name{width:clamp(78px,24vw,108px)}.sv-media-skeleton__line--time{width:clamp(54px,18vw,74px);opacity:.85}.sv-media-skeleton__badge{position:absolute;top:clamp(20px,5vw,26px);right:14px;width:clamp(36px,9.5vw,40px);height:clamp(36px,9.5vw,40px);border-radius:999px}.sv-media-skeleton__caption{position:absolute;left:clamp(14px,4.5vw,18px);right:clamp(14px,4.5vw,18px);bottom:clamp(18px,5vw,22px);display:flex;flex-direction:column;gap:8px}.sv-media-skeleton__line--caption-lg{width:min(72%,280px);height:13px}.sv-media-skeleton__line--caption-sm{width:min(46%,180px);height:13px;opacity:.9}.sv-img{width:100%;height:100%;object-fit:cover;display:block;opacity:0;transition:opacity .22s cubic-bezier(.23,1,.32,1)}.sv-media.is-ready .sv-img{opacity:1}.sv-caption{position:absolute;left:clamp(14px,4.5vw,18px);right:clamp(14px,4.5vw,18px);bottom:clamp(18px,5vw,22px);z-index:3;color:#fff;font-size:clamp(.86rem,3.6vw,.95rem);font-weight:600;line-height:1.4;text-shadow:0 1px 8px rgba(0,0,0,.55);pointer-events:none;opacity:0;transition:opacity .18s cubic-bezier(.23,1,.32,1)}.sv-caption.is-ready{opacity:1}.sv-tap{position:absolute;top:0;bottom:0;z-index:2;border:none;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent}.sv-tap--prev{left:0;width:33%}.sv-tap--next{right:0;width:67%}.sv-close{display:none}@keyframes sv-backdrop-in{0%{background:#fff0;-webkit-backdrop-filter:blur(0px) saturate(1);backdrop-filter:blur(0px) saturate(1)}to{background:#ffffffe0;-webkit-backdrop-filter:blur(28px) saturate(1.1);backdrop-filter:blur(28px) saturate(1.1)}}@keyframes sv-backdrop-out{0%{background:#ffffffe0;-webkit-backdrop-filter:blur(28px) saturate(1.1);backdrop-filter:blur(28px) saturate(1.1)}to{background:#fff0;-webkit-backdrop-filter:blur(0px) saturate(1);backdrop-filter:blur(0px) saturate(1)}}@media(max-width:599px){.sv-cursor{display:none}body{cursor:default!important}.sv-card{height:min(92dvh,calc((100vw - 24px) * 16 / 9))}.sv-close{position:absolute;top:26px;right:14px;z-index:5;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:50%;cursor:pointer;color:#fff;background:#00000047;-webkit-tap-highlight-color:transparent;opacity:0;transform:scale(.95);transition:background .15s,scale 80ms ease-out,opacity .22s cubic-bezier(.23,1,.32,1) .26s,transform .22s cubic-bezier(.23,1,.32,1) .26s;will-change:transform,opacity}.sv-card.is-entering .sv-close{opacity:1;transform:scale(1)}[data-vaul-drawer].sv-drawer-wrapper[data-state=closed] .sv-close{opacity:0;transform:scale(0);transition:opacity .14s cubic-bezier(.23,1,.32,1),transform .14s cubic-bezier(.23,1,.32,1)}.sv-close:active{scale:.92}.sv-header{right:clamp(54px,16vw,64px)}.sv-card--video .sv-header,.sv-card--video .sv-media-skeleton__badge{right:clamp(100px,30vw,114px)}}@media(prefers-reduced-motion:reduce){.about-page,.about-page .months-list,.sv-card,.sv-cursor,.sv-cursor-inner,.sv-close,.sv-media-skeleton,.sv-img,.sv-caption{transition:none}.about-page[data-story-open=true]{opacity:1}.about-page[data-story-open=true] .months-list{transform:none}[data-vaul-overlay].sv-backdrop,[data-vaul-overlay].sv-backdrop[data-state=closed]{animation:none!important;background:#ffffffe0;-webkit-backdrop-filter:none;backdrop-filter:none}[data-vaul-overlay].sv-backdrop[data-state=closed]{background:#fff0}.sv-card,.sv-card.is-entering,[data-vaul-drawer].sv-drawer-wrapper[data-state=closed] .sv-card{opacity:1;filter:none;transform:none}[data-vaul-drawer].sv-drawer-wrapper[data-state=closed] .sv-card{opacity:0}.sv-media-skeleton__glow{animation:none}}:root{--page-bg: var(--bg)}html,body{background:var(--page-bg)}.about-page{display:grid;width:100%;grid-template-columns:40fr 60fr;min-height:100vh;opacity:1;transition:opacity .46s cubic-bezier(.22,1,.36,1);overflow-x:clip}.about-left{position:sticky;top:0;height:100vh;min-width:0;display:flex;flex-direction:column;padding:60px 20px}.about-profile{margin-bottom:16px}.about-avatar-wrap{position:relative;width:88px;height:88px;margin-bottom:16px}.about-avatar-wrap--button{display:block;padding:0;border:none;background:none;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .2s cubic-bezier(.23,1,.32,1)}@media(hover:hover)and (pointer:fine){.about-avatar-wrap--button:hover{transform:scale(1.04)}}.about-avatar-wrap--button:active{transform:scale(.97)}.about-story-ring{position:absolute;inset:0;width:100%;height:100%}.about-avatar{position:absolute;top:50%;left:50%;width:74px;height:74px;transform:translate(-50%,-50%);border-radius:50%;object-fit:cover}.about-name{font-size:clamp(1.125rem,1.075rem + .22vw,1.25rem);font-weight:500;letter-spacing:-.03em;line-height:1.15;color:var(--text);margin-bottom:4px}.about-role{font-size:.875rem;color:var(--text-dim);font-weight:500;font-family:Inter,sans-serif}.about-bio{font-size:.9rem;line-height:1.65;color:var(--text-body);margin-bottom:36px;font-family:Inter,sans-serif}.about-objects{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}@media(min-width:1021px)and (max-width:1199px){.about-objects{grid-template-columns:repeat(2,minmax(0,1fr))}}.about-object{--about-object-scale: 1;--about-object-opacity: .35;position:relative;display:block;padding:0;border:none;background:none;cursor:pointer;border-radius:8px;-webkit-tap-highlight-color:transparent;transition:filter .18s ease,opacity .18s ease}.about-object.is-active{--about-object-opacity: 1;--about-object-scale: 1;z-index:1}.about-object:active{--about-object-scale: .97}.about-object__label{display:block;margin-top:8px;font-family:Inter,sans-serif;font-size:.8rem;font-weight:400;line-height:1.2;letter-spacing:-.01em;text-align:center;color:var(--text-soft);pointer-events:none;opacity:0;filter:blur(4px);transform:translateY(-4px);transition:opacity .14s cubic-bezier(.23,1,.32,1),transform .15s cubic-bezier(.23,1,.32,1),filter .15s cubic-bezier(.23,1,.32,1)}.about-object.is-active .about-object__label{opacity:1;filter:blur(0);transform:translateY(0)}@media(hover:hover)and (pointer:fine){.about-object:not(.is-active):hover .about-object__label{opacity:.55;filter:blur(0);transform:translateY(0)}}.about-object:focus-visible{z-index:10;outline:2px solid var(--text);outline-offset:4px}.about-objects img{display:block;width:100%;aspect-ratio:1;border-radius:8px;object-fit:cover;opacity:var(--about-object-opacity);transform:scale(var(--about-object-scale));transform-origin:center;filter:drop-shadow(0 3px 8px rgba(17,17,17,.1));transition:transform .15s cubic-bezier(.23,1,.32,1),opacity .15s cubic-bezier(.23,1,.32,1);will-change:transform}.about-object[data-page=resume] img{object-fit:contain}@media(min-width:1021px){.about-objects{isolation:isolate}.about-object:not(.is-active){--about-object-opacity: .35;--about-object-scale: .84}.about-page[data-nav-touched] .about-object:not(.is-active){filter:blur(1px)}.about-page[data-nav-touched] .about-object:not(.is-active):focus-visible{filter:blur(0)}@media(hover:hover)and (pointer:fine){.about-page[data-nav-touched] .about-object:not(.is-active):hover{--about-object-opacity: .88;--about-object-scale: .92;filter:blur(0)}.about-object.is-active:hover{--about-object-scale: 1.035}}.about-object:not(.is-active):active{--about-object-scale: .84}.about-object.is-active:active{--about-object-scale: .97}.about-page:not([data-nav-touched]) .about-object:not(.is-active),.about-page:not([data-nav-touched]) .about-object.is-active{--about-object-opacity: 1;--about-object-scale: .84}.about-page:not([data-nav-touched]) .about-object .about-object__label{opacity:1;filter:blur(0);transform:translateY(0)}@media(hover:hover)and (pointer:fine){.about-page:not([data-nav-touched]) .about-objects:has(.about-object:hover) .about-object:not(:hover):not(:focus-visible){opacity:.42;filter:blur(1px)}.about-page:not([data-nav-touched]) .about-object:hover{--about-object-scale: .92}}.about-page:not([data-nav-touched]) .about-object:active{--about-object-scale: .84}.about-page:not([data-nav-touched]) .about-panel:not([hidden]){display:none}@media(hover:hover)and (pointer:fine){.about-page:not([data-nav-touched]) .about-right{position:relative;overflow:clip}.about-page:not([data-nav-touched]) .about-panel.is-previewing{display:block;position:absolute;top:60px;left:60px;right:0;margin-inline:auto;opacity:.45;pointer-events:none;user-select:none;animation:aboutPanelPreviewIn .22s cubic-bezier(.23,1,.32,1)}}}@keyframes aboutPanelPreviewIn{0%{opacity:0}to{opacity:.45}}@media(prefers-reduced-motion:reduce){.about-object{transition:opacity .12s ease}.about-page:not([data-nav-touched]) .about-objects:has(.about-object:hover) .about-object:not(:hover):not(:focus-visible){filter:none}.about-objects img{transition:opacity .16s ease;transform:none;will-change:auto}.about-object__label{filter:none;transition:opacity .16s ease;transform:none}.about-object:not(.is-active),.about-object.is-active,.about-object:hover,.about-object:active{--about-object-scale: 1}.about-pills__indicator{transition:opacity .12s ease}}.about-pills-wrap{display:none}@media(max-width:1020px){.about-objects{display:none}.about-pills-wrap{--about-pill-row-gap: clamp(7px, 1.9vw, 14px);--about-pill-gap: clamp(6px, 1.7vw, 10px);--about-pill-pad-y: clamp(7px, 1.8vw, 10px);--about-pill-pad-right: clamp(12px, 3.5vw, 20px);--about-pill-pad-left: clamp(7px, 2.2vw, 12px);--about-pill-font-size: clamp(.82rem, 3.35vw, 1rem);--about-pill-icon-size: clamp(20px, 6vw, 28px);--about-pill-min-height: clamp(36px, 10.5vw, 48px);--about-pill-fade-width: clamp(44px, 14vw, 72px);--about-pill-bottom-fade-height: clamp(18px, 5vw, 28px);--about-pill-peek-width: clamp(14px, 4vw, 22px);--about-pill-outer-gutter: clamp(12px, 4.8vw, 22px);display:block;position:sticky;top:0;z-index:5;background:var(--bg);margin:0 -20px;padding:16px 20px 12px}.about-pills-wrap:after{content:"";position:absolute;left:0;right:0;bottom:calc(-1 * var(--about-pill-bottom-fade-height));height:var(--about-pill-bottom-fade-height);pointer-events:none;background:linear-gradient(to bottom,var(--bg) 0%,rgba(245,245,245,0) 100%)}.about-pills-heading,.about-pills-scroller{position:relative;z-index:1}.about-pills-heading{font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:10px;font-family:var(--font-eyebrow)}.about-pills-scroller{position:relative;overflow:hidden;margin-inline:calc(-1 * var(--about-pill-outer-gutter))}.about-pills-scroller:before,.about-pills-scroller:after{content:"";position:absolute;top:0;bottom:0;width:var(--about-pill-fade-width);pointer-events:none;z-index:1;opacity:0;transition:opacity .18s cubic-bezier(.23,1,.32,1);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.about-pills-scroller:before{left:0;background:linear-gradient(to right,var(--bg) 10%,rgba(245,245,245,0));-webkit-mask-image:linear-gradient(to right,#000 25%,transparent);mask-image:linear-gradient(to right,#000 25%,transparent)}.about-pills-scroller:after{right:0;background:linear-gradient(to left,var(--bg) 10%,rgba(245,245,245,0));-webkit-mask-image:linear-gradient(to left,#000 25%,transparent);mask-image:linear-gradient(to left,#000 25%,transparent)}.about-pills-scroller[data-overflow-left=true]:before,.about-pills-scroller[data-overflow-right=true]:after{opacity:1}.about-pills{position:relative;display:flex;align-items:center;gap:var(--about-pill-row-gap);overflow-x:auto;overflow-y:hidden;scroll-padding-inline:var(--about-pill-outer-gutter);padding:4px var(--about-pill-outer-gutter);-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior-x:contain}.about-pills__indicator{position:absolute;top:0;left:0;z-index:0;border-radius:999px;background:var(--surface);box-shadow:0 1px 2px #1111110f,0 1px 4px #1111110f;pointer-events:none;opacity:0;will-change:transform,width,height;transition:transform .22s cubic-bezier(.23,1,.32,1),width .22s cubic-bezier(.23,1,.32,1),height .22s cubic-bezier(.23,1,.32,1),opacity .16s ease}.about-pills-sentinel{flex:0 0 0;align-self:stretch;pointer-events:none}.about-pills-sentinel--start{flex-basis:1px}.about-pills-sentinel--end{flex-basis:var(--about-pill-peek-width)}.about-pills::-webkit-scrollbar{display:none}.about-pill{position:relative;z-index:1;display:flex;align-items:center;gap:var(--about-pill-gap);flex-shrink:0;min-height:var(--about-pill-min-height);padding:var(--about-pill-pad-y) var(--about-pill-pad-right) var(--about-pill-pad-y) var(--about-pill-pad-left);border:none;border-radius:999px;background:transparent;color:var(--text-dim);font-family:Inter,sans-serif;font-size:var(--about-pill-font-size);font-weight:500;line-height:1;white-space:nowrap;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:color .18s cubic-bezier(.23,1,.32,1),transform .16s cubic-bezier(.23,1,.32,1)}.about-pill:not(.is-active){background:var(--color-empty)}.about-pill img{width:var(--about-pill-icon-size);height:var(--about-pill-icon-size);border-radius:4px;object-fit:cover;filter:grayscale(1);transition:filter .18s cubic-bezier(.23,1,.32,1)}.about-pill[data-page=resume] img{object-fit:contain}.about-pill.is-active img{filter:grayscale(0)}.about-pill:active{transform:scale(.97)}.about-pill.is-active{color:var(--text);font-weight:600}}@media(max-width:599px){.about-pills-wrap{margin:0 calc(-1*clamp(18px,6vw,24px));padding:clamp(12px,4vw,16px) clamp(18px,6vw,24px) clamp(10px,3vw,12px)}}.panel-header{margin-bottom:56px}.panel-header__title{font-family:National Park,-apple-system,"system-ui",sans-serif;font-size:28px;font-weight:600;line-height:36px;color:#111;margin-bottom:6px}.panel-header__sub{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:var(--text-dim)}@media(max-width:1020px){.panel-header{display:none}}.about-right{min-width:0;padding:60px 0 120px 60px}.about-panel{min-width:0;width:min(464px,100%);margin-left:auto;margin-right:auto}.about-panel[hidden]{display:none}.about-panel__placeholder{font-size:var(--sec-text-body);line-height:var(--sec-leading-body);color:var(--sec-color-soft);font-family:var(--sec-font)}.about-panel__error{font-size:.85rem;line-height:1.6;color:var(--text-muted);font-family:Inter,sans-serif;background:var(--color-empty);border-radius:8px;padding:20px 24px}.about-panel__error code{font-size:.8rem;background:var(--border-faint);padding:2px 5px;border-radius:4px}.about-panel__error p+p{margin-top:8px}.about-right{--sec-text-body: clamp(.875rem, .845rem + .13vw, .9375rem);--sec-text-h2: clamp(1.375rem, 1.31rem + .28vw, 1.5rem);--sec-text-h3: clamp(1rem, .97rem + .14vw, 1.0625rem);--sec-text-h4: clamp(.9375rem, .91rem + .14vw, 1rem);--sec-text-small: clamp(.75rem, .73rem + .1vw, .8125rem);--sec-leading-body: 1.65;--sec-leading-heading: 1.3;--sec-tracking-h2: -.03em;--sec-tracking-h3: -.01em;--sec-tracking-h4: -.005em;--sec-gap-block: clamp(16px, 14px + .6vw, 20px);--sec-gap-tight: clamp(4px, 3px + .25vw, 6px);--sec-gap-list: clamp(10px, 9px + .35vw, 12px);--sec-gap-list-item: clamp(6px, 5px + .35vw, 8px);--sec-gap-heading: clamp(32px, 26px + 1.6vw, 44px);--sec-gap-section: clamp(44px, 36px + 2.2vw, 60px);--sec-gap-divider: clamp(28px, 24px + 1.1vw, 36px);--sec-indent-list: 20px;--sec-indent-quote: 16px;--sec-color-heading: var(--text);--sec-color-body: var(--text-body);--sec-color-soft: var(--text-dim);--sec-color-rule: var(--border-faint);--sec-font: "Inter", sans-serif;--sec-measure: 560px}.ethos{max-width:var(--sec-measure);font-family:Inter,sans-serif}.ethos__title{font-size:var(--sec-text-h2);font-weight:700;line-height:var(--sec-leading-heading);letter-spacing:var(--sec-tracking-h2);color:var(--sec-color-heading);margin-bottom:8px}.ethos__body.ethos__lead{color:var(--text);margin-bottom:6px}.ethos__body.ethos__meta{font-family:var(--font-eyebrow);font-size:11px;line-height:1.6;color:var(--text-faint);margin-bottom:0}.ethos__meta em{font-style:normal}.ethos__body{font-size:.9rem;font-weight:400;line-height:1.65;color:var(--text-body);margin-bottom:16px}.ethos__body a{color:var(--text-dim);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;transition:color .14s cubic-bezier(.23,1,.32,1)}.ethos__body a:hover{color:var(--text)}.ethos__principles{list-style:none;padding:0;margin:0 0 48px;display:flex;flex-direction:column;gap:36px}.ethos__number{display:block;font-size:.68rem;font-weight:500;letter-spacing:.1em;color:var(--text-muted);margin-bottom:6px;font-family:var(--font-eyebrow)}.ethos__principle-title{font-family:var(--font-heading);font-size:18px;font-style:normal;font-weight:500;line-height:28px;letter-spacing:-.01em;color:#777;margin-top:28px;margin-bottom:10px}.ethos__title+.ethos__principle-title,.ethos__principle-title:first-child{margin-top:0}.ethos__subtitle{font-size:var(--sec-text-h4);font-weight:400;line-height:1.5;letter-spacing:var(--sec-tracking-h4);color:var(--sec-color-soft);margin-bottom:8px}.ethos__expect-title{font-size:1rem;font-weight:600;letter-spacing:-.01em;color:var(--text);margin-bottom:16px}.ethos__expectations{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:14px}.ethos__expectation{font-size:.9rem;line-height:1.65;color:var(--text-body)}.ethos__expectation strong{color:var(--text);font-weight:600}.ethos__quote{font-size:var(--sec-text-body);line-height:var(--sec-leading-body);color:var(--sec-color-soft);border-left:2px solid var(--border);padding-left:16px;margin:var(--sec-gap-block) 0;font-style:italic}.ethos__list{font-size:var(--sec-text-body);line-height:var(--sec-leading-body);color:var(--sec-color-body);padding-left:20px;margin:12px 0 var(--sec-gap-block);display:flex;flex-direction:column;gap:8px}.ethos__list--numbered{list-style:decimal}.ethos__divider{border:none;border-top:1px solid var(--sec-color-rule);margin:var(--sec-gap-divider) 0}.ethos__figure{margin:24px 0}.ethos__figure img{width:100%;border-radius:8px}.ethos__figure figcaption{font-size:var(--sec-text-small);color:var(--sec-color-soft);margin-top:8px;text-align:center}.ethos mark[data-marker],.resume mark[data-marker]{display:inline;margin:-.005em -.2em -.295em -.55em;padding:.005em .2em .295em .55em;border-radius:.5em .3em;background:transparent;box-decoration-break:clone;-webkit-box-decoration-break:clone;color:inherit;background-image:linear-gradient(86.2deg,color-mix(in srgb,var(--color),transparent 50%),color-mix(in srgb,var(--color),transparent 90%) 4%,color-mix(in srgb,var(--color),transparent 70%) 96%,color-mix(in srgb,var(--color),transparent 30%))}.about-panel[data-panel=resume] .panel-header{margin-bottom:40px}.resume{max-width:var(--sec-measure);font-family:var(--sec-font)}.resume__section-title{font-family:var(--font-eyebrow);font-size:12px;font-weight:500;line-height:var(--sec-leading-heading);letter-spacing:.05em;color:var(--sec-color-soft);margin-top:var(--sec-gap-section);margin-bottom:14px}.resume__section-title:first-child{margin-top:0}.resume__entry-title{font-family:var(--font-heading);font-size:16px;font-weight:500;line-height:var(--sec-leading-heading);letter-spacing:var(--sec-tracking-h3);color:var(--sec-color-heading);margin-top:20px;margin-bottom:var(--sec-gap-tight)}.resume__section-title+.resume__entry-title{margin-top:0}.resume__company,.resume__university{font-weight:500;color:var(--sec-color-heading)}.resume__role{font-weight:500;color:var(--sec-color-soft)}.resume__degree{font-size:14px;font-weight:400;color:var(--sec-color-soft)}.resume__separator{margin-right:.18em;color:var(--sec-color-soft)}.resume__duration{font-size:12px;font-weight:400;line-height:var(--sec-leading-heading);color:var(--sec-color-soft);margin-bottom:6px}.resume__education-meta{line-height:var(--sec-leading-heading);color:var(--sec-color-soft);margin-bottom:16px}.resume__entry-title:has(+.resume__education-meta){margin-bottom:2px}.resume__education-meta+.resume__entry-title{margin-top:28px}.resume__education-duration{font-size:14px;font-weight:400;color:var(--sec-color-soft)}.resume__body{max-width:var(--sec-measure);font-size:var(--sec-text-body);line-height:var(--sec-leading-body);color:var(--sec-color-body);margin-bottom:var(--sec-gap-block)}.resume__body+.resume__body{color:var(--sec-color-soft)}.resume__body a{color:var(--sec-color-heading);text-decoration:underline;text-underline-offset:2px}.resume__list{list-style:none;padding-left:0;margin:6px 0 16px;display:flex;flex-direction:column;gap:var(--sec-gap-list-item);font-size:14px;line-height:20px;color:var(--sec-color-body)}.resume__list+.resume__section-title{margin-top:var(--sec-gap-section)}.resume__list li{position:relative;padding-left:var(--sec-indent-list);font-weight:400}.resume__list li:before{content:"◾︎";position:absolute;left:0;top:0;color:var(--sec-color-heading);font-family:var(--sec-font);font-weight:400}.resume__list--numbered{list-style:decimal;padding-left:var(--sec-indent-list)}.resume__list--numbered li{padding-left:0}.resume__list--numbered li:before{content:none}.resume__quote{padding-left:var(--sec-indent-quote);margin:var(--sec-gap-block) 0;border-left:2px solid var(--sec-color-rule);font-size:var(--sec-text-body);line-height:var(--sec-leading-body);color:var(--sec-color-soft);font-style:italic}.resume__divider{border:none;border-top:1px solid var(--sec-color-rule);margin:var(--sec-gap-divider) 0}.resume__figure{margin:var(--sec-gap-block) 0}.resume__figure img{width:100%;border-radius:8px}.resume__figure figcaption{margin-top:var(--sec-gap-list-item);font-size:var(--sec-text-small);color:var(--sec-color-soft);text-align:center}.rt-link-favicon{display:inline-block;width:1em;height:1em;margin-right:.32em;border-radius:3px;object-fit:contain;vertical-align:-.12em;background:linear-gradient(90deg,var(--border, #e2e2e2) 25%,color-mix(in srgb,var(--border, #e2e2e2) 60%,var(--text, #111)) 50%,var(--border, #e2e2e2) 75%);background-size:200% 100%;animation:favicon-shimmer 1.6s ease-in-out infinite}.rt-link-favicon[data-loaded]{background:none;animation:none}.bookmarks{--bm-divider-gap: 14px;--bm-row-bleed: 14px;display:flex;flex-direction:column;gap:var(--bm-divider-gap);font-family:Inter,sans-serif}.bookmarks__header-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:32px}.bookmarks__header-row .panel-header{margin-bottom:0}.bookmarks__toolbar{display:flex}@media(max-width:1020px){.bookmarks__header-row{display:none}}.bookmarks__toggle-all{display:inline-flex;align-items:center;justify-content:center;padding:12px 10px;background:transparent;border:none;border-radius:8px;font-family:Inter,sans-serif;font-size:.8rem;font-weight:450;line-height:1.4;color:var(--text-dim);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background-color .14s cubic-bezier(.23,1,.32,1),color .14s cubic-bezier(.23,1,.32,1),transform .14s cubic-bezier(.23,1,.32,1)}@media(hover:hover)and (pointer:fine){.bookmarks__toggle-all:hover{background:var(--surface-soft);color:var(--text)}}.bookmarks__toggle-all:active{background:var(--surface-hover);color:var(--text);transform:scale(.96)}.bookmarks__toggle-all-swap{display:grid;justify-items:center;align-items:center}.bookmarks__toggle-all-label{grid-area:1 / 1;transition:opacity .2s cubic-bezier(.23,1,.32,1),filter .2s cubic-bezier(.23,1,.32,1),transform .2s cubic-bezier(.23,1,.32,1)}.bookmarks__toggle-all[data-state=expanded] .bookmarks__toggle-all-label[data-label=expand],.bookmarks__toggle-all[data-state=collapsed] .bookmarks__toggle-all-label[data-label=collapse]{opacity:0;filter:blur(5px);transform:scale(.96)}.bookmarks__toggle-all:focus-visible{outline:2px solid var(--text);outline-offset:3px}.bookmarks__group{min-width:0;padding-bottom:var(--bm-divider-gap);border-bottom:1px solid var(--border-faint)}.bookmarks__group:last-child{padding-bottom:0;border-bottom:none}.bookmarks__heading{margin:0}.bookmarks__trigger{display:flex;align-items:center;gap:8px;width:calc(100% + var(--bm-row-bleed) * 2);margin-inline:calc(var(--bm-row-bleed) * -1);padding:11px var(--bm-row-bleed);background:none;border:none;border-radius:8px;cursor:pointer;-webkit-tap-highlight-color:transparent;text-align:left;font-family:var(--font-heading);font-size:18px;font-style:normal;font-weight:500;line-height:28px;letter-spacing:-.01em;color:var(--text);transition:background-color .14s cubic-bezier(.23,1,.32,1)}.bookmarks__trigger:active{background:var(--surface-hover)}.bookmarks__trigger:focus-visible{outline:2px solid var(--text);outline-offset:2px}.bookmarks__count{margin-left:auto;font-size:13px;font-weight:450;font-variant-numeric:tabular-nums;opacity:.45;transition:opacity .14s cubic-bezier(.23,1,.32,1)}.bookmarks__chevron{flex-shrink:0;color:var(--text-dim);transition:transform .2s cubic-bezier(.77,0,.175,1),color .14s cubic-bezier(.23,1,.32,1)}.bookmarks__trigger:active .bookmarks__chevron{transform:scale(.86)}.bookmarks__group[data-collapsed] .bookmarks__trigger:active .bookmarks__chevron{transform:rotate(-90deg) scale(.86)}@media(hover:hover)and (pointer:fine){.bookmarks__trigger:hover{background:var(--surface-soft)}.bookmarks__trigger:hover .bookmarks__chevron{color:var(--text)}.bookmarks__trigger:hover .bookmarks__count{opacity:.7}}.bookmarks__group[data-collapsed] .bookmarks__chevron{transform:rotate(-90deg)}.bookmarks__collapse{display:grid;grid-template-rows:1fr;transition:grid-template-rows .28s cubic-bezier(.23,1,.32,1)}.bookmarks__group[data-collapsed] .bookmarks__collapse{grid-template-rows:0fr;transition-duration:.2s}.bookmarks__collapse-inner{overflow:hidden;min-height:0;opacity:1;transition:opacity .2s cubic-bezier(.23,1,.32,1) 60ms}.bookmarks__group[data-collapsed] .bookmarks__collapse-inner{opacity:0;transition:opacity .14s cubic-bezier(.23,1,.32,1)}@media(prefers-reduced-motion:reduce){.bookmarks__chevron,.bookmarks__collapse{transition:none}.bookmarks__collapse-inner,.bookmarks__group[data-collapsed] .bookmarks__collapse-inner{transition:opacity .2s ease}.bookmarks__trigger:active .bookmarks__chevron,.bookmarks__group[data-collapsed] .bookmarks__trigger:active .bookmarks__chevron{transform:none}.bookmarks__group[data-collapsed] .bookmarks__trigger:active .bookmarks__chevron{transform:rotate(-90deg)}.bookmarks__toggle-all:active{transform:none}.bookmarks__toggle-all-label{transition:opacity .14s ease}.bookmarks__toggle-all[data-state=expanded] .bookmarks__toggle-all-label[data-label=expand],.bookmarks__toggle-all[data-state=collapsed] .bookmarks__toggle-all-label[data-label=collapse]{filter:none;transform:none}}.bookmarks__list{list-style:none;display:flex;flex-direction:column;gap:16px;padding:0;margin:11px 0 0}.bookmarks__item{display:grid;grid-template-columns:16px minmax(0,1fr);column-gap:10px;align-items:start;min-width:0}.bookmarks__arrow{display:block;color:var(--text-dim);font-family:Inter,sans-serif;font-size:.68rem;line-height:1.65rem;transform:translateY(1px)}.bookmarks__body{min-width:0;color:var(--text-body);font-size:.9rem;font-weight:400;line-height:1.65;overflow-wrap:anywhere}.bookmarks__favicon{display:inline-block;width:1em;height:1em;margin-right:.32em;border-radius:3px;object-fit:contain;vertical-align:-.12em;background:linear-gradient(90deg,var(--border, #e2e2e2) 25%,color-mix(in srgb,var(--border, #e2e2e2) 60%,var(--text, #111)) 50%,var(--border, #e2e2e2) 75%);background-size:200% 100%;animation:favicon-shimmer 1.6s ease-in-out infinite}.bookmarks__favicon[data-loaded]{background:none;animation:none}.bookmarks__link,.bookmarks__author{color:var(--text-dim);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;transition:color .14s cubic-bezier(.23,1,.32,1)}.bookmarks__link:hover,.bookmarks__author:hover{color:var(--text)}.bookmarks__description,.bookmarks__dash,.bookmarks__by{color:var(--text-body)}@media(max-width:1020px){.about-page{grid-template-columns:minmax(0,1fr);align-content:start;width:min(100%,520px);margin:0 auto;padding-bottom:calc(88px + env(safe-area-inset-bottom))}.about-left{position:static;display:contents;height:auto;padding:0}.about-profile{margin-top:48px}.about-right{padding:clamp(36px,calc(7vw + 12px),44px) 0 80px}.about-panel{width:min(100%,464px)}.bookmarks{--bm-divider-gap: 12px;--bm-row-bleed: 10px}.bookmarks__item{grid-template-columns:16px minmax(0,1fr)}.ethos__principle-title{margin-top:24px}}@keyframes favicon-shimmer{0%{background-position:200% center}to{background-position:-200% center}}.about-page[data-entry-open=true]{opacity:.35}.about-page[data-entry-closing=true]{transition:opacity .24s cubic-bezier(.4,0,1,1) 60ms}.months-list{transform-origin:center top;transition:transform .46s cubic-bezier(.22,1,.36,1)}.about-page[data-entry-open=true] .months-list{transform:scale(.985)}.about-page[data-entry-closing=true] .months-list{transition:transform .24s cubic-bezier(.4,0,1,1) 60ms}@media(prefers-reduced-motion:reduce){.about-page,.months-list{transition:none}.about-page[data-entry-open=true]{opacity:1}.about-page[data-entry-open=true] .months-list{transform:none}}:root{--month-name-size: 18px;--month-name-weight: 500;--month-name-tracking: -.01em;--day-label-size: .7rem;--cell-font-size: clamp(10px, 2.5vw, 15px);--cell-font-weight: 800;--cell-letter-spacing: .06em;--calendar-width: min(464px, 100%);--calendar-gap: clamp(6px, 2vw, 12px);--calendar-radius: clamp(8px, 2.5vw, 16px);--cell-hue: 48, 48, 48;--shiny-ring: .45;--shiny-fill: .33;--shiny-shadow: .18;--shiny-active: .32;--shiny-pad: 2.5px;--cell-text: #ffffff;--today-base: #FFDD57;--today-light: #FFE98C;--today-deep: #F4CB42;--today-ring-top: #FFE57A;--today-ring-bottom: #F1C53C;--today-text: #6B5200;--today-glow: rgba(244, 196, 60, .55);--today-empty: #F6E6A0}@media(max-width:599px){:root{--month-name-size: 16px;--cell-font-size: clamp(9px, 3.15vw, 13px);--calendar-gap: clamp(4px, 1.7vw, 8px);--calendar-radius: clamp(7px, 2.7vw, 12px)}}.months-list{display:flex;flex-direction:column;gap:clamp(48px,10vw,90px)}.month{min-width:0;width:100%}.month-name{display:flex;align-items:baseline;gap:.45rem;font-family:var(--font-heading);font-size:var(--month-name-size);font-weight:var(--month-name-weight);color:var(--text-muted);margin-bottom:1.25rem;letter-spacing:var(--month-name-tracking);text-align:left;width:var(--calendar-width);margin-left:auto;margin-right:auto}.month-year{font-size:.78em;opacity:.5}.day-headers{display:none}.day-headers span{font-size:var(--day-label-size);color:var(--text-muted);text-align:center;opacity:.4}.days-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:var(--calendar-gap);min-width:0;width:var(--calendar-width);margin:0 auto}.day-cell{min-width:0;aspect-ratio:1;border-radius:var(--calendar-radius);background:var(--color-empty)}.day-cell.empty{background:transparent}.day-cell.has-entry{cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:var(--shiny-pad);background:linear-gradient(0deg,rgba(var(--cell-hue),var(--shiny-ring)),rgba(var(--cell-hue),calc(var(--shiny-ring) * .65)));transform-origin:center center;transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s cubic-bezier(.22,1,.36,1),filter .28s ease}.day-cell.has-entry:after{content:"";position:absolute;inset:-5px}.day-cell.has-entry:before{content:"";position:absolute;inset:var(--shiny-pad);border-radius:inherit;background:linear-gradient(0deg,rgba(var(--cell-hue),var(--shiny-fill)),rgba(var(--cell-hue),calc(var(--shiny-fill) * .7)))}.day-cell.has-entry:hover{transform:scale(1.04);box-shadow:0 8px 30px rgba(var(--cell-hue),.18),0 2px 8px rgba(var(--cell-hue),.1);filter:saturate(1.05);z-index:1}.day-cell.has-entry:active{transform:scale(.94);filter:brightness(.97);box-shadow:0 2px 10px rgba(var(--cell-hue),.1),0 1px 3px rgba(var(--cell-hue),.06);transition:transform .11s cubic-bezier(.32,0,.67,0),box-shadow .11s cubic-bezier(.32,0,.67,0),filter .11s cubic-bezier(.32,0,.67,0)}.day-cell.has-entry:hover:active{transform:scale(.97);filter:brightness(.97) saturate(1.05)}.day-cell.has-entry:active:before{box-shadow:inset 0 2px 4px rgba(0,0,0,var(--shiny-active))}.day-cell.has-entry.is-today{background:linear-gradient(0deg,var(--today-ring-bottom),var(--today-ring-top))}.day-cell.has-entry.is-today:before{background:linear-gradient(180deg,var(--today-light) 0%,var(--today-base) 52%,var(--today-deep) 100%)}.day-cell.has-entry.is-today .cell-day{color:var(--today-text)}.day-cell.has-entry.is-today:hover{box-shadow:0 4px 12px var(--today-glow)}.day-cell.has-entry.is-today:active:before{box-shadow:inset 0 2px 4px #785a0047}.day-cell.is-today:not(.has-entry){background:var(--today-empty);position:relative}.today-tooltip{--tooltip-bg: rgba(74, 74, 74, .96);--tooltip-text: rgba(255, 255, 255, .94);--tooltip-gap: 12px;--tooltip-nudge: 3px;--tooltip-ease-out: cubic-bezier(.23, 1, .32, 1);position:absolute;z-index:10;isolation:isolate;width:max-content;max-width:min(260px,calc(100vw - 32px));padding:8px 10px;border-radius:8px;background:var(--tooltip-bg);color:var(--tooltip-text);box-shadow:var(--shadow-popover);font-size:13px;font-weight:700;letter-spacing:0;line-height:1.25;text-align:center;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .14s var(--tooltip-ease-out),transform .14s var(--tooltip-ease-out),visibility 0s linear .14s;will-change:opacity,transform}.today-tooltip:after{content:"";position:absolute;z-index:-1;width:12px;height:12px;border-radius:3px;background:var(--tooltip-bg)}.today-tooltip[data-side=top]{left:50%;top:calc(-1 * var(--tooltip-gap));transform:translate(-50%,calc(-100% + var(--tooltip-nudge))) scale(.97);transform-origin:50% 100%}.today-tooltip[data-side=top]:after{top:calc(100% - 6px);left:50%;transform:translate(-50%) rotate(45deg)}.today-tooltip[data-side=bottom]{left:50%;top:calc(100% + var(--tooltip-gap));transform:translate(-50%,calc(-1 * var(--tooltip-nudge))) scale(.97);transform-origin:50% 0}.today-tooltip[data-side=bottom]:after{bottom:calc(100% - 6px);left:50%;transform:translate(-50%) rotate(45deg)}.today-tooltip[data-side=left]{right:calc(100% + var(--tooltip-gap));top:50%;transform:translate(var(--tooltip-nudge),-50%) scale(.97);transform-origin:100% 50%}.today-tooltip[data-side=left]:after{left:calc(100% - 6px);top:50%;transform:translateY(-50%) rotate(45deg)}.today-tooltip[data-side=right]{left:calc(100% + var(--tooltip-gap));top:50%;transform:translate(calc(-1 * var(--tooltip-nudge)),-50%) scale(.97);transform-origin:0 50%}.today-tooltip[data-side=right]:after{right:calc(100% - 6px);top:50%;transform:translateY(-50%) rotate(45deg)}@media(hover:hover)and (pointer:fine){.day-cell.is-today:not(.has-entry):hover,.day-cell.is-today:not(.has-entry).is-tooltip-visible{z-index:2}.day-cell.is-today:not(.has-entry):hover .today-tooltip,.day-cell.is-today:not(.has-entry).is-tooltip-visible .today-tooltip{opacity:1;visibility:visible;transition-delay:0s}.day-cell.is-today:not(.has-entry):hover .today-tooltip[data-side=top],.day-cell.is-today:not(.has-entry).is-tooltip-visible .today-tooltip[data-side=top]{transform:translate(-50%,-100%) scale(1)}.day-cell.is-today:not(.has-entry):hover .today-tooltip[data-side=bottom],.day-cell.is-today:not(.has-entry).is-tooltip-visible .today-tooltip[data-side=bottom]{transform:translate(-50%) scale(1)}.day-cell.is-today:not(.has-entry):hover .today-tooltip[data-side=left],.day-cell.is-today:not(.has-entry).is-tooltip-visible .today-tooltip[data-side=left]{transform:translateY(-50%) scale(1)}.day-cell.is-today:not(.has-entry):hover .today-tooltip[data-side=right],.day-cell.is-today:not(.has-entry).is-tooltip-visible .today-tooltip[data-side=right]{transform:translateY(-50%) scale(1)}}@media(max-width:599px){.day-cell.is-today:not(.has-entry){cursor:pointer;touch-action:manipulation}.today-tooltip{--tooltip-nudge: 10px;transition:opacity .18s var(--tooltip-ease-out),transform .18s var(--tooltip-ease-out),visibility 0s linear .18s}.day-cell.is-today:not(.has-entry).is-tooltip-visible{z-index:2}.day-cell.is-today:not(.has-entry).is-tooltip-visible .today-tooltip{opacity:1;visibility:visible;transition-delay:0s}.day-cell.is-today:not(.has-entry).is-tooltip-visible .today-tooltip[data-side=top]{transform:translate(-50%,-100%) scale(1)}.day-cell.is-today:not(.has-entry).is-tooltip-visible .today-tooltip[data-side=bottom]{transform:translate(-50%) scale(1)}.day-cell.is-today:not(.has-entry).is-tooltip-visible .today-tooltip[data-side=left]{transform:translateY(-50%) scale(1)}.day-cell.is-today:not(.has-entry).is-tooltip-visible .today-tooltip[data-side=right]{transform:translateY(-50%) scale(1)}}@media(prefers-reduced-motion:reduce){.today-tooltip{transition:opacity .14s ease,visibility 0s linear .14s}.today-tooltip[data-side=top],.day-cell.is-today:not(.has-entry):hover .today-tooltip[data-side=top],.day-cell.is-today:not(.has-entry).is-tooltip-visible .today-tooltip[data-side=top]{transform:translate(-50%,-100%) scale(1)}.today-tooltip[data-side=bottom],.day-cell.is-today:not(.has-entry):hover .today-tooltip[data-side=bottom],.day-cell.is-today:not(.has-entry).is-tooltip-visible .today-tooltip[data-side=bottom]{transform:translate(-50%) scale(1)}.today-tooltip[data-side=left],.day-cell.is-today:not(.has-entry):hover .today-tooltip[data-side=left],.day-cell.is-today:not(.has-entry).is-tooltip-visible .today-tooltip[data-side=left]{transform:translateY(-50%) scale(1)}.today-tooltip[data-side=right],.day-cell.is-today:not(.has-entry):hover .today-tooltip[data-side=right],.day-cell.is-today:not(.has-entry).is-tooltip-visible .today-tooltip[data-side=right]{transform:translateY(-50%) scale(1)}}.cell-day{font-size:var(--cell-font-size);font-weight:var(--cell-font-weight);letter-spacing:var(--cell-letter-spacing);color:var(--cell-text);user-select:none;line-height:1;position:relative;z-index:1}
