:root{--bg-dark: #f5f5f7;--bg-light: #ffffff;--text-dark: #1d1d1f;--text-light: #1d1d1f;--muted-light: rgba(29, 29, 31, .72);--muted-dark: rgba(29, 29, 31, .72);--apple-blue: #0071e3;--radius-standard: 8px;--radius-large: 12px;--radius-pill: 980px;--max-width: 980px;--nav-height: 48px;--nav-safe-top: env(safe-area-inset-top, 0px);--nav-total-height: calc(var(--nav-height) + var(--nav-safe-top));--shadow-soft: rgba(0, 0, 0, .16) 0 8px 30px}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;font-family:SF Pro Text,SF Pro SC,Helvetica Neue,Helvetica,Arial,sans-serif;background:var(--bg-light);color:var(--text-dark);overflow-x:hidden}body.mobile-menu-open{overflow:hidden}img{max-width:100%;display:block}.site-nav{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--nav-total-height);padding-top:var(--nav-safe-top);background:transparent;border-bottom:none;box-shadow:none;transition:opacity .24s ease,background .24s ease,border-color .24s ease,box-shadow .24s ease}.site-nav:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(to bottom,#ffffffb8,#f8f8fa9e);-webkit-backdrop-filter:blur(12px) saturate(170%) brightness(1.02);backdrop-filter:blur(12px) saturate(170%) brightness(1.02);border-bottom:1px solid rgba(0,0,0,.1);box-shadow:inset 0 1px #ffffffd9,0 0 0 .5px #0000000a}.site-nav:after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(to bottom,#ffffff94,#ffffff38 18%,#fff0 52%),radial-gradient(120% 90% at 50% -18%,#ffffff5c,#ffffff1f 28%,#fff0 62%);opacity:.92;transition:opacity .24s ease}.site-nav.is-scrolled:before{background:linear-gradient(to bottom,#ffffffd6,#f6f6f8c2);-webkit-backdrop-filter:blur(16px) saturate(165%) brightness(1.01);backdrop-filter:blur(16px) saturate(165%) brightness(1.01)}.site-nav.is-scrolled:after,.site-nav:hover:after{opacity:.9;transition:opacity .24s ease}@media(min-width:835px){.nav-links a,.lang-switcher a,.brand{position:relative;transition:opacity .18s ease,color .18s ease,transform .22s cubic-bezier(.22,1,.36,1)}.nav-links a:before,.lang-switcher a:before{content:"";position:absolute;inset:-8px -10px;border-radius:999px;background:#0000000d;opacity:0;transform:scale(.92);transition:opacity .18s ease,transform .24s cubic-bezier(.22,1,.36,1);pointer-events:none}.nav-links a:hover:before,.nav-links a:focus-visible:before,.lang-switcher a:hover:before,.lang-switcher a:focus-visible:before{opacity:1;transform:scale(1)}.nav-links a:hover,.nav-links a:focus-visible,.lang-switcher a:hover,.lang-switcher a:focus-visible{opacity:1;transform:translateY(-1px)}}.nav-inner{position:relative;z-index:1;max-width:1100px;height:var(--nav-height);margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand,.nav-links a,.lang-switcher a{color:#1d1d1f;text-decoration:none;font-size:14px;line-height:1;letter-spacing:-.01em}.brand{font-weight:600}.nav-links,.lang-switcher{display:flex;align-items:center;gap:14px}.nav-links a,.lang-switcher a{padding:6px 10px;border-radius:999px}.mobile-menu{display:none}.button{gap:.45em}.icon{width:.95em;height:.95em;flex:none;display:inline-block;vertical-align:-.12em}.institution-logo{margin-left:.28em;display:inline;white-space:nowrap}.institution-logo__mark{display:inline-block;width:1.05em;height:1.05em;object-fit:contain;flex:none;vertical-align:-.12em;margin-right:.08em}.institution-logo--text-only .institution-logo__mark{display:none}.institution-logo__label{font:inherit;line-height:inherit}.lang-switcher a{opacity:.65}.lang-switcher a.active,.nav-links a:hover,.lang-switcher a:hover{opacity:1}.section-dark,.section-light{width:100%}.section-dark{background:var(--bg-dark);color:var(--text-light)}.section-light{background:var(--bg-light);color:var(--text-dark)}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.hero{min-height:calc(100svh - var(--nav-height));display:flex;align-items:center;justify-content:center;text-align:center;padding:72px 0}.hero .eyebrow{font-size:19px;line-height:1.3;letter-spacing:-.01em;color:var(--muted-light);margin:0 0 18px}.hero h1{font-family:SF Pro Display,SF Pro SC,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(40px,7vw,56px);line-height:1.08;letter-spacing:-.028em;font-weight:600;margin:0 auto 20px;max-width:900px}.hero .lead{font-size:21px;line-height:1.45;letter-spacing:-.022em;color:var(--muted-light);max-width:760px;margin:0 auto}.actions{margin-top:28px;display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:8px 15px;border-radius:var(--radius-pill);text-decoration:none;font-size:17px;line-height:1.2;letter-spacing:-.022em}.button-primary{background:var(--apple-blue);color:#fff}.button-secondary{background:#fff;color:var(--text-dark)}.button-link{color:var(--apple-blue);background:transparent}.content-section{padding:96px 0}.section-title{font-family:SF Pro Display,SF Pro SC,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(32px,4.5vw,48px);line-height:1.1;letter-spacing:-.026em;font-weight:600;text-align:center;margin:0 0 16px}.section-intro{max-width:760px;margin:0 auto 48px;text-align:center;font-size:19px;line-height:1.5;letter-spacing:-.022em;color:var(--muted-dark)}.section-intro.light{color:var(--muted-light)}.about-shell{display:grid;grid-template-columns:280px minmax(0,1fr);gap:36px;align-items:start}.profile-card{background:#fff;border-radius:18px;padding:24px;box-shadow:var(--shadow-soft)}.profile-card img{width:100%;border-radius:18px;object-fit:cover}.profile-caption{font-size:14px;line-height:1.5;color:var(--muted-dark);margin-top:14px}.about-copy p{margin:0 0 18px;font-size:19px;line-height:1.7;letter-spacing:-.022em}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.card{background:#fff;border-radius:18px;padding:28px;box-shadow:var(--shadow-soft)}.card h3{margin:0 0 12px;font-size:24px;line-height:1.15;letter-spacing:-.02em;font-weight:600}.card p{margin:0;font-size:17px;line-height:1.55;letter-spacing:-.022em;color:var(--muted-dark)}.timeline{max-width:760px;margin:0 auto}.timeline-item{background:#0000000a;border-radius:18px;padding:22px 24px}.timeline-date{font-size:14px;color:var(--muted-dark);margin-bottom:8px}.timeline-text{font-size:21px;line-height:1.45;letter-spacing:-.022em}.article-card{max-width:760px;margin:0 auto;background:#fff;border-radius:18px;padding:28px;box-shadow:var(--shadow-soft)}.article-meta{font-size:14px;color:var(--muted-dark);margin-bottom:10px}.article-card h3{margin:0 0 10px;font-size:30px;line-height:1.15;letter-spacing:-.024em}.article-card p{margin:0 0 18px;font-size:18px;line-height:1.6;color:var(--muted-dark)}.cv-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.contact-box{max-width:760px;margin:0 auto;text-align:center}.contact-box p{font-size:19px;line-height:1.55;letter-spacing:-.022em}.contact-box a,.about-copy a,.article-card a{color:var(--apple-blue);text-decoration:none}.site-footer{border-top:1px solid rgba(0,0,0,.08);background:#f8f8fa}.footer-inner{padding-top:28px;padding-bottom:calc(28px + env(safe-area-inset-bottom,0px))}.footer-copy,.footer-meta{margin:0;text-align:center;font-size:14px;line-height:1.6;letter-spacing:-.01em;color:var(--muted-dark)}.footer-meta{margin-top:6px}.footer-updated{margin-top:2px}.footer-meta a{color:var(--apple-blue);text-decoration:none}.article-page{padding:96px 0}.article-page .article-body{max-width:760px;margin:0 auto}.article-page h1{font-size:clamp(34px,5vw,52px);line-height:1.08;letter-spacing:-.026em;margin:0 0 16px}.hero h1,.hero .lead,.section-title,.section-intro,.about-copy p,.contact-box p,.article-page h1,.article-page h2,.article-page p,.card p,.cv-card p,.resource-entry-fullname,.resource-download-link span{overflow-wrap:anywhere;word-break:break-word}.button,.resource-download-link{max-width:100%;white-space:normal}.article-page pre,.article-page table{max-width:100%;overflow-x:auto;display:block}.article-page pre code{white-space:pre}.article-page .article-description{font-size:21px;line-height:1.45;color:var(--muted-dark);margin-bottom:14px}.article-page .article-date{font-size:14px;color:var(--muted-dark);margin-bottom:36px}.article-page p{font-size:19px;line-height:1.8;letter-spacing:-.022em;margin:0 0 22px}.article-page h2{font-size:30px;line-height:1.18;letter-spacing:-.024em;margin:48px 0 18px}.article-page code,.article-page pre{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}@media(max-width:900px){.about-shell,.grid{grid-template-columns:1fr}}@media(max-width:834px){.nav-links,.lang-switcher{display:none}.nav-inner{padding:0 14px}.container{padding:0 16px}.hero h1,.section-title,.article-page h1,.article-page h2{max-width:100%}.mobile-menu{display:block;position:static}.mobile-menu summary{list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu-toggle{width:48px;height:48px;margin-right:-12px;display:grid;place-items:center;position:relative;z-index:1201;color:#1d1d1f;cursor:pointer;user-select:none;background:transparent;border:0;border-radius:0;-webkit-tap-highlight-color:transparent}.mobile-menu-icon{width:18px;height:18px;position:relative;display:block}.mobile-menu-icon span{position:absolute;left:50%;top:50%;width:17px;height:1px;border-radius:999px;background:#1d1d1f;transform-origin:center;transition:transform .26s cubic-bezier(.4,0,.2,1),opacity .22s ease}.mobile-menu-icon span:first-child{transform:translate(-50%,-50%) translateY(-3px)}.mobile-menu-icon span:last-child{transform:translate(-50%,-50%) translateY(3px)}.mobile-menu[open] .mobile-menu-icon span:first-child{transform:translate(-50%,-50%) rotate(45deg)}.mobile-menu[open] .mobile-menu-icon span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}.mobile-menu-panel{position:fixed;top:var(--nav-total-height);left:0;right:0;bottom:0;z-index:1199;background:linear-gradient(to bottom,#fcfcfedb,#f5f5f8cc);-webkit-backdrop-filter:blur(28px) saturate(165%);backdrop-filter:blur(28px) saturate(165%);padding:18px 28px calc(28px + env(safe-area-inset-bottom,0px));display:flex;flex-direction:column;justify-content:space-between;gap:32px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .32s cubic-bezier(.32,.72,0,1),visibility .32s step-end}.mobile-menu-panel:before,.mobile-menu-panel:after{content:"";position:absolute;inset:0;pointer-events:none}.mobile-menu-panel:before{background:linear-gradient(to bottom,#ffffffa8,#ffffff29 18%,#fff0 42%);opacity:.85}.mobile-menu-panel:after{background:radial-gradient(120% 90% at 50% -10%,#ffffff57,#ffffff1a 26%,#fff0 58%);opacity:.65}.mobile-menu-panel>*{position:relative;z-index:1}.mobile-menu[open] .mobile-menu-panel,.mobile-menu.is-closing .mobile-menu-panel{opacity:1;visibility:visible;pointer-events:auto}.mobile-menu[open] .mobile-menu-panel{transition:opacity .32s cubic-bezier(.22,1,.36,1),visibility 0s}.mobile-menu.is-closing .mobile-menu-panel{opacity:0;visibility:visible;pointer-events:none;transition:opacity .28s cubic-bezier(.4,0,1,1),visibility .28s step-end}.mobile-menu-links{display:flex;flex-direction:column;gap:4px}.mobile-menu-links a{color:#1d1d1ff5;text-decoration:none;font-size:30px;line-height:1.16;letter-spacing:-.024em;font-family:SF Pro Display,SF Pro SC,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:600;padding:12px 0;text-shadow:none;opacity:0;transform:translateY(10px);transition:opacity .26s ease,transform .36s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.mobile-menu[open] .mobile-menu-links a,.mobile-menu[open] .mobile-menu-langs,.mobile-menu.is-closing .mobile-menu-links a,.mobile-menu.is-closing .mobile-menu-langs{opacity:1;transform:translateY(0)}.mobile-menu.is-closing .mobile-menu-links a,.mobile-menu.is-closing .mobile-menu-langs{opacity:0;transform:translateY(-6px);transition:opacity .18s ease,transform .22s cubic-bezier(.4,0,1,1)}.mobile-menu[open] .mobile-menu-links a:nth-child(1){transition-delay:40ms}.mobile-menu[open] .mobile-menu-links a:nth-child(2){transition-delay:60ms}.mobile-menu[open] .mobile-menu-links a:nth-child(3){transition-delay:80ms}.mobile-menu[open] .mobile-menu-links a:nth-child(4){transition-delay:.1s}.mobile-menu[open] .mobile-menu-links a:nth-child(5){transition-delay:.12s}.mobile-menu.is-closing .mobile-menu-links a{transition-delay:0ms!important}.mobile-menu-langs{display:flex;align-items:center;gap:16px;padding-top:18px;border-top:1px solid rgba(0,0,0,.1);opacity:0;transform:translateY(8px);transition:opacity .24s ease,transform .32s cubic-bezier(.22,1,.36,1)}.mobile-menu-langs a{color:#1d1d1f94;text-decoration:none;font-size:14px;line-height:1.3;letter-spacing:-.01em}.mobile-menu-langs a.active{color:#1d1d1f}.brand{font-size:12px}.content-section,.article-page{padding:72px 0}.hero .lead,.section-intro,.contact-box p,.about-copy p,.article-page p{font-size:17px}.resource-download-link{align-items:flex-start}.footer-copy,.footer-meta{font-size:13px}}.resource-hub{max-width:1100px!important}.resource-hub .article-description{max-width:760px;margin-bottom:0}.resource-major-section .section-intro{max-width:780px}.resource-major-section{padding-top:52px;padding-bottom:52px}.resource-major-section.resource-major-section-base{background:#fff}.resource-major-section.resource-major-section-alt{background:#f5f5f7}.resource-major-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.resource-major-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.resource-major-card{padding:28px;border-radius:22px;background:#ffffffe6;border:1px solid rgba(255,255,255,.8);box-shadow:inset 0 1px #ffffffbd,0 12px 28px #0f11181a}.resource-major-card-single{max-width:780px}.resource-major-card-dark{background:#ffffff14;border:1px solid rgba(255,255,255,.16);box-shadow:none}.resource-hero-shell .resource-hero{margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none}.resource-hero-shell .resource-hero:before,.resource-hero-shell .resource-hero:after{content:none}.resource-hero-shell .resource-hero-eyebrow{color:#1d1d1f8f}.resource-hero-shell .resource-hero h1{color:#1d1d1f;max-width:11ch}.resource-hero-shell .resource-hero .article-description{color:#1d1d1fcc;max-width:760px}.resource-hero-shell .resource-quick-nav a{color:#1d1d1fe0;background:#f6f7fae6;border:1px solid rgba(29,29,31,.14);box-shadow:0 4px 10px #0f11180f}.resource-hero-shell .resource-quick-nav a:hover,.resource-hero-shell .resource-quick-nav a:focus-visible{color:#0058b5;border-color:#0071e35c;background:#fffffffa;box-shadow:0 8px 16px #0f11181a}.resource-major-card h3{margin:0 0 10px;font-size:26px;line-height:1.16;letter-spacing:-.02em}.resource-major-card p{margin:0;font-size:17px;line-height:1.58;letter-spacing:-.022em;color:var(--muted-dark)}.resource-major-card.resource-major-card-dark h3,.resource-major-card.resource-major-card-dark p{color:#f5f5f7eb}.resource-major-card.resource-major-card-dark .resource-category-eyebrow{color:#f5f5f79e}.resource-hero{position:relative;overflow:hidden;margin:0 0 26px;padding:46px 42px;border-radius:32px;background:radial-gradient(760px 280px at -10% -42%,#0071e31f,#0071e300),radial-gradient(520px 200px at 102% 112%,#0a84ff1c,#0a84ff00),linear-gradient(180deg,#fcfdff,#f6f8fc);border:1px solid rgba(255,255,255,.72);box-shadow:inset 0 1px #ffffffb8,0 18px 36px #0f111814;backdrop-filter:blur(14px)}.resource-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(130deg,#ffffff5c,#fff0);pointer-events:none}.resource-hero:after{content:"";position:absolute;width:280px;height:280px;right:-90px;top:-104px;border-radius:50%;background:radial-gradient(circle at 50% 50%,#0071e333,#0071e300);pointer-events:none}.resource-hero-eyebrow{margin:0 0 10px;font-size:13px;line-height:1.2;letter-spacing:.04em;text-transform:uppercase;color:#1d1d1f8f}.resource-hero h1{margin:0 0 14px;font-size:clamp(40px,6vw,64px);line-height:1.04;letter-spacing:-.03em;max-width:12ch}.resource-hero .article-description{font-size:clamp(18px,2.2vw,22px);line-height:1.45;letter-spacing:-.02em;color:#1d1d1fcc}.resource-quick-nav{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.resource-quick-nav a{display:inline-flex;align-items:center;min-height:34px;padding:7px 14px;border-radius:980px;text-decoration:none;color:#1d1d1f;background:#ffffffb8;border:1px solid rgba(255,255,255,.78);font-size:14px;line-height:1.2;letter-spacing:-.01em;box-shadow:0 5px 14px #0f111814;backdrop-filter:blur(10px);transition:transform .22s cubic-bezier(.22,1,.36,1),border-color .22s ease,background-color .22s ease,box-shadow .22s ease}.resource-quick-nav a:hover,.resource-quick-nav a:focus-visible{transform:translateY(-1px);border-color:#0071e352;background:#fffffff2;box-shadow:0 10px 20px #0f11181c}.resource-category-panel{margin:0 0 20px;padding:30px;border-radius:30px;background:#ffffffd1;border:1px solid rgba(255,255,255,.78);box-shadow:inset 0 1px #ffffffbf,0 20px 42px #0f11181a;backdrop-filter:blur(10px)}.resource-category-panel-soft{background:#f6f8fccc}.resource-tone-competition,.resource-tone-training,.resource-tone-notes,.resource-tone-papers,.resource-tone-code,.resource-tone-slides{background:#f6f7faeb}.resource-category-head{margin-bottom:18px}.resource-category-eyebrow{margin:0 0 8px;font-size:13px;line-height:1.2;letter-spacing:.03em;text-transform:uppercase;color:#1d1d1f8f}.resource-category-head h2{margin:0 0 8px;font-size:clamp(26px,4vw,34px);line-height:1.12;letter-spacing:-.024em}.resource-category-head p{margin:0;font-size:17px;line-height:1.58;letter-spacing:-.022em;color:var(--muted-dark)}.resource-scroll-hint{margin-top:10px;font-size:14px;line-height:1.4;color:#1d1d1f9e}.resource-card-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,360px);gap:16px;overflow-x:auto;padding-bottom:10px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.resource-card-rail::-webkit-scrollbar{height:8px}.resource-card-rail::-webkit-scrollbar-thumb{background:#0003;border-radius:999px}.resource-entry-card{scroll-snap-align:start;display:flex;flex-direction:column;gap:13px;padding:22px;border-radius:24px;background:#ffffffe6;border:1px solid rgba(255,255,255,.78);min-height:272px;box-shadow:inset 0 1px #ffffffc7,0 12px 30px #0f111817;transition:transform .26s cubic-bezier(.22,1,.36,1),box-shadow .26s ease}.resource-entry-card:hover,.resource-entry-card:focus-within{transform:translateY(-3px);box-shadow:inset 0 1px #ffffffd1,0 20px 38px #0f111824}.resource-entry-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;min-height:108px}.resource-entry-logo-stage{display:flex;align-items:center;justify-content:flex-start;min-height:92px;padding:0;border-radius:0;background:transparent;flex:1;min-width:0}.resource-entry-logo{display:block;width:auto;max-width:100%;max-height:98px;height:auto;padding:0;border-radius:0;object-fit:contain;object-position:left center;flex:none;background:transparent;border:none;box-shadow:none}.resource-entry-card h3{margin:0 0 5px;font-size:20px;line-height:1.22;letter-spacing:-.02em}.resource-entry-fullname{margin:0;font-size:14px;line-height:1.45;color:#1d1d1fb3}.resource-entry-card p{margin:0;font-size:15px;line-height:1.45;color:var(--muted-dark)}.resource-entry-tag{display:inline-flex;align-items:center;min-height:26px;padding:4px 10px;border-radius:980px;background:#0071e324;color:#0058b5;font-size:12px;line-height:1;letter-spacing:-.01em;white-space:nowrap}.resource-entry-link{margin-top:auto;display:inline-flex;align-items:center;gap:8px;justify-content:center;width:fit-content;min-height:34px;padding:7px 14px;border-radius:980px;text-decoration:none;color:#fff;background:linear-gradient(180deg,#0a84ff,#0071e3);border:1px solid rgba(0,96,200,.45);box-shadow:0 10px 22px #0071e357;font-size:14px;line-height:1.2;letter-spacing:-.01em;transition:transform .18s ease,opacity .18s ease,box-shadow .18s ease}.resource-entry-link .icon{width:.95em;height:.95em}.resource-entry-link:hover,.resource-entry-link:focus-visible{transform:translateY(-1px);opacity:.95;box-shadow:0 12px 24px #0071e366}.resource-detail-shell{padding:24px}.resource-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}.resource-detail-main{display:flex;align-items:center;gap:14px;min-width:0}.resource-detail-main-logo{width:clamp(156px,28vw,268px);max-width:100%;max-height:112px;height:auto;object-fit:contain;object-position:left center;padding:0;border-radius:0;border:none;background:transparent;box-shadow:none;flex:none}.resource-detail-description{margin:4px 0 0;font-size:16px;line-height:1.55;color:var(--muted-dark)}.resource-back-link{display:inline-flex;align-items:center;min-height:34px;padding:7px 14px;border-radius:980px;text-decoration:none;color:#1d1d1f;background:#fffc;border:1px solid rgba(255,255,255,.85);box-shadow:0 8px 20px #0f11181a;font-size:14px;line-height:1.2;letter-spacing:-.01em}.resource-year-stack{display:grid;gap:12px}.resource-year-card{padding:18px;border-radius:20px;background:#ffffffeb;border:1px solid rgba(255,255,255,.82);display:grid;gap:12px;box-shadow:inset 0 1px #ffffffc7,0 10px 26px #0f11181a}.resource-year-top{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.resource-year-logo{display:block;width:clamp(120px,24vw,198px);max-width:100%;max-height:84px;height:auto;object-fit:contain;object-position:left center;padding:0;border-radius:0;border:none;background:transparent;box-shadow:none;flex:none}.resource-year-heading{margin:0;font-size:19px;line-height:1.25;letter-spacing:-.018em}.resource-year-block{padding:12px;border-radius:12px;background:#f5f5f7;border:1px solid rgba(0,0,0,.05)}.resource-year-sub{margin:0 0 8px;font-size:15px;line-height:1.35;letter-spacing:-.01em;color:#1d1d1fdb}.resource-download-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.resource-download-link{display:inline-flex;align-items:center;gap:8px;width:fit-content;min-height:32px;padding:6px 12px;border-radius:980px;text-decoration:none;color:#06c;font-size:14px;line-height:1.2;letter-spacing:-.01em;background:#0071e31f;border:1px solid rgba(0,113,227,.18);transition:transform .18s ease,background-color .18s ease,border-color .18s ease}.resource-download-link:hover,.resource-download-link:focus-visible{transform:translateY(-1px);background:#0071e32b;border-color:#0071e34d}.resource-download-link-inline{width:fit-content}.resource-download-link .icon{width:.92em;height:.92em}.resource-note-inline{margin:0;font-size:15px;line-height:1.55;color:var(--muted-dark)}@media(max-width:834px){.resource-major-grid{grid-template-columns:1fr}.resource-major-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.resource-major-card{padding:22px}.resource-hero-shell{padding-top:72px;padding-bottom:72px}.resource-hero{padding:34px 28px;border-radius:26px}.resource-hero h1{font-size:clamp(34px,9vw,48px);max-width:100%}.resource-category-panel{padding:22px;border-radius:24px}.resource-card-rail{grid-auto-columns:minmax(250px,86vw)}.resource-entry-card{padding:18px;min-height:248px}.resource-entry-head{min-height:98px}.resource-entry-logo-stage{min-height:82px;padding:0}.resource-detail-header{flex-direction:column}.resource-entry-tag{align-self:flex-start}.resource-detail-main-logo{width:clamp(142px,50vw,220px);max-height:96px}.resource-year-logo{width:clamp(110px,44vw,168px);max-height:74px}}@media(max-width:680px){.resource-major-grid-3{grid-template-columns:1fr}.resource-hero-shell{padding-top:64px;padding-bottom:64px}.resource-detail-main{align-items:flex-start}.resource-entry-head{flex-wrap:wrap}.resource-entry-logo{width:auto;max-width:clamp(138px,64vw,214px);max-height:86px}.resource-year-heading{font-size:18px}}@media(prefers-reduced-motion:no-preference){.resource-hero,.resource-category-panel,.resource-entry-card,.resource-year-card{opacity:0;animation:resource-fade-up .56s cubic-bezier(.22,1,.36,1) forwards}.resource-hero{animation-delay:30ms}.resource-category-panel:nth-of-type(2){animation-delay:80ms}.resource-category-panel:nth-of-type(3){animation-delay:.15s}.resource-category-panel:nth-of-type(4){animation-delay:.22s}.resource-category-panel:nth-of-type(5){animation-delay:.29s}}@keyframes resource-fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.cv-hero-meta{margin-top:22px;display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.cv-pill{display:inline-flex;align-items:center;min-height:32px;padding:6px 12px;border-radius:980px;background:#0000000f;color:#1d1d1fe0;font-size:14px;line-height:1;letter-spacing:-.01em}.cv-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.cv-card{background:#fff;border-radius:18px;padding:28px;box-shadow:var(--shadow-soft)}.cv-card.dark{background:#f2f2f5;color:var(--text-dark);box-shadow:var(--shadow-soft)}.cv-card h3{margin:0 0 10px;font-size:24px;line-height:1.15;letter-spacing:-.02em;font-weight:600}.cv-card p{margin:0 0 12px;font-size:17px;line-height:1.6;letter-spacing:-.022em;color:var(--muted-dark)}.cv-card.dark p,.cv-card.dark li,.cv-card.dark .cv-subtle{color:var(--muted-dark)}.cv-subtle{font-size:14px;line-height:1.5;color:var(--muted-dark)}.cv-list{margin:0;padding-left:18px}.cv-list li{margin:8px 0;font-size:17px;line-height:1.55;letter-spacing:-.022em}@media(max-width:900px){.cv-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.site-nav,.nav-links a,.nav-links a:before,.lang-switcher a,.lang-switcher a:before,.mobile-menu-icon span,.mobile-menu-panel,.mobile-menu-links a,.mobile-menu-langs{transition:none!important;animation:none!important;transform:none!important}}
