:root{--body-bg:#fdfdfc;--body-color:#111;--ink:#111;--ink-soft:#222;--muted:#0006;--rule:#f2f2f2;--link-rule:#d9d9d9;--link-hover:#666;--focus-color:#007aff80;--selection-bg:#ededed;--surface:#fff;--surface-muted:#00000006;--surface-2:#ececea;--strike:#00000059;--fade-rgb:255, 255, 255;--font-primary:Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"}@media (prefers-color-scheme:dark){:root{--body-bg:#101010;--body-color:#f4f3f0;--ink:#f4f3f0;--ink-soft:#ffffffad;--muted:#ffffff75;--rule:#232320;--link-rule:#3a3a35;--link-hover:#8f8e86;--focus-color:#4c9dff8c;--selection-bg:#2e2e2a;--surface:#191918;--surface-muted:#1f1f1d;--surface-2:#1f1f1d;--strike:#ffffff59;--fade-rgb:16, 16, 16}}*,:before,:after{box-sizing:border-box;border:0;outline:0;margin:0;padding:0}html{background:var(--body-bg);min-height:100%;color:var(--body-color);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;scroll-behavior:smooth;overflow-anchor:none;scroll-padding-top:5.25rem}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial}}body{background:var(--body-bg);min-height:100%;color:var(--body-color);font-family:var(--font-primary);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:#0000;-moz-text-size-adjust:100%;text-size-adjust:100%;font-size:16px;overflow-y:scroll}body:before{z-index:9;pointer-events:none;content:"";background:linear-gradient(180deg, rgb(var(--fade-rgb)) 0%, rgba(var(--fade-rgb), .738) 19%, rgba(var(--fade-rgb), .541) 34%, rgba(var(--fade-rgb), .382) 47%, rgba(var(--fade-rgb), .278) 56.5%, rgba(var(--fade-rgb), .194) 65%, rgba(var(--fade-rgb), .126) 73%, rgba(var(--fade-rgb), .075) 80.2%, rgba(var(--fade-rgb), .042) 86.1%, rgba(var(--fade-rgb), .021) 91%, rgba(var(--fade-rgb), .008) 95.2%, rgba(var(--fade-rgb), .002) 98.2%, rgba(var(--fade-rgb), 0) 100%);height:8rem;position:fixed;inset:0 0 auto}::selection{color:var(--body-color);background:var(--selection-bg)}a{color:inherit;text-decoration:none}img,svg{max-width:100%;height:auto;display:inline-block}ul{list-style:none}@keyframes stagger-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.homepage{max-width:36.375rem;margin:0 auto;padding:5rem 1rem 2.5rem}.article>*,.homepage>section{animation:.5s both stagger-in}.article>:first-child{animation-delay:0s}.article>:nth-child(2){animation-delay:50ms}.article>:nth-child(3){animation-delay:.1s}.article>:nth-child(4){animation-delay:.15s}.article>:nth-child(5){animation-delay:.2s}.article>:nth-child(6){animation-delay:.25s}.homepage>section{animation-delay:.35s}.homepage>section:nth-of-type(2){animation-delay:.4s}.article{max-width:70ch}.article header{flex-direction:column;gap:.25rem;padding:0 0 .5rem;display:flex}.article h1{width:fit-content;line-height:1;display:flex}.brand-logo{filter:brightness(0);width:6.5rem;height:auto}@media (prefers-color-scheme:dark){.brand-logo{filter:brightness(0)invert()}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.article header time,.article p{letter-spacing:-.00563rem;font-size:.875rem;font-weight:460;line-height:1.25rem}.article p{text-wrap:pretty}.article header time{color:var(--muted)}.article>p{padding-top:1rem}.basic-link{color:inherit;font-weight:inherit;line-height:inherit;transition:color .2s;display:inline;position:relative}.basic-link:before{pointer-events:none;content:"";background:var(--link-rule);border-radius:2px;height:1px;transition:background .2s;position:absolute;bottom:0;left:0;right:0}.basic-link:hover:before{background:var(--link-hover)}.basic-link:focus-visible,.post-list a:focus-visible{outline:2px solid var(--focus-color);border-radius:2px}.post-list{padding:3rem 0 0}.participants{padding:2rem 0 0}.participants-stack{align-items:center;padding:.5rem 0 3rem;display:flex}.participant{justify-content:center;align-items:center;display:flex;position:relative}.participant-img{object-fit:cover;background:var(--surface);border:1.5px solid var(--body-bg);width:1.75rem;height:1.75rem;box-shadow:0 0 0 .5px var(--rule);border-radius:50%;display:block}.participant-tooltip{white-space:nowrap;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;top:100%;left:0;right:0}.tooltip-name{color:var(--ink);letter-spacing:-.01em;font-size:.75rem;font-weight:540;line-height:1.2}.tooltip-job{color:var(--muted);letter-spacing:-.005em;margin-top:.0625rem;font-size:.6875rem;line-height:1.3}.participants-mobile{display:none}@media (hover:none),(max-width:520px){.participants-desktop{display:none}.participants-mobile{flex-wrap:wrap;gap:1rem .75rem;padding:.75rem 0 .5rem;display:flex}.participant-mobile{text-align:center;flex-direction:column;align-items:center;gap:.25rem;width:4.25rem;display:flex}.participant-mobile-img{object-fit:cover;background:var(--surface);width:1.75rem;height:1.75rem;box-shadow:0 0 0 .5px var(--rule);border-radius:50%;display:block}.participant-mobile-name{color:var(--ink);letter-spacing:-.01em;font-size:.75rem;font-weight:540;line-height:1.2}.participant-mobile-job{color:var(--muted);letter-spacing:-.005em;font-size:.625rem;line-height:1.25}}.section-title{color:var(--muted);letter-spacing:-.00563rem;border-bottom:1px solid var(--rule);padding-bottom:.5rem;font-size:.875rem;font-weight:460;line-height:normal}.post-list>ul{flex-direction:column;display:flex}.post-list>ul>li{border-bottom:1px solid var(--rule)}.post-list>ul>li:last-child{border-bottom:none}.post-list>ul>li>ul{flex-direction:column;display:flex}.post-list>ul>li>ul>li:last-child>a:after,.post-list>ul>li>ul>li:last-child>.post-list-row:after{display:none}.post-list a,.post-list-row{justify-content:space-between;align-items:flex-start;gap:1rem;min-height:2.875rem;padding:.735rem 0 .735rem 6.75rem;display:flex;position:relative}.post-list a:after,.post-list-row:after{content:"";border-bottom:1px solid var(--rule);position:absolute;bottom:0;left:6.75rem;right:0}.post-list-row{cursor:default}.post-list-row .item-title{color:var(--muted);font-style:italic}.post-list-row .item-title:after{display:none}.item-department .item-title,.item-offering .item-title{color:var(--ink);font-style:normal}.item-department .item-description,.item-offering .item-description,.item-event .item-description{color:var(--ink-soft);line-height:1.5}.item-schedule{color:var(--muted);font-size:.75rem;line-height:1.5}.department-back{color:var(--muted);margin-bottom:2.5rem;font-size:.8125rem}.department-page .department-heading{letter-spacing:-.03em;font-size:1.5rem;font-weight:500;line-height:1.3;display:block}.department-eyebrow{color:var(--muted);padding-bottom:.5rem}.department-page .article header{container-type:inline-size}.acronym-title{max-width:100%;color:inherit;font:inherit;letter-spacing:inherit;text-align:left;background:0 0;font-size:clamp(1rem,5.2cqw,1.5rem);display:block}.acronym-replay{max-width:100%;min-height:44px;color:inherit;font:inherit;letter-spacing:inherit;cursor:pointer;background:0 0;display:block}.acronym-replay:focus-visible{outline:2px solid var(--focus-color);outline-offset:4px;border-radius:2px}.acronym-track{white-space:nowrap;padding-block:.1em;display:block;position:relative;overflow:visible}.acronym-word,.acronym-initial,.acronym-tail{display:inline-block}.acronym-title--inline{font-size:inherit}.item-title:has(.acronym-title){min-width:0;max-width:100%}.item-title:has(.acronym-title):after{display:none}@media (max-width:520px){.acronym-title--inline{font-size:inherit}}@media (prefers-reduced-motion:reduce){.acronym-title,.acronym-title *{transition:none;animation:none}}.department-note{padding-top:2.5rem}.department-note p{color:var(--ink-soft);padding-top:1rem;font-size:.875rem;line-height:1.6}.department-note .department-disclosure{color:var(--muted);font-size:.75rem}.service-outline{padding-top:.5rem}.service-outline li{border-bottom:1px solid var(--rule);padding:.875rem 0}.service-outline h3{font-size:.875rem;font-weight:540;line-height:1.5}.service-outline li p{padding-top:.375rem}.official-wechat-qr img{border:0;border-radius:0}.service-contact{color:var(--ink-soft);padding-top:1rem;font-size:.8125rem;line-height:1.5}.group-label{color:var(--muted);letter-spacing:-.00563rem;font-size:.875rem;font-weight:460;line-height:1.25rem;transition:opacity .14s;position:absolute;left:0}.item-copy{flex-direction:column;flex:1;gap:.1875rem;min-width:0;display:flex}.item-title{width:fit-content;color:var(--ink);letter-spacing:-.00563rem;align-items:center;font-size:.875rem;font-weight:460;line-height:1.25rem;transition:opacity .14s,transform .14s;display:inline-flex}.item-title:after{content:"";opacity:0;border-top:1px solid;border-right:1px solid;width:.375rem;height:.375rem;margin-left:.5rem;transition:opacity .14s,transform .14s;transform:translate(-.125rem)rotate(45deg)}.item-description{max-width:21rem;color:var(--muted);letter-spacing:.00063rem;font-size:.8125rem;font-weight:460;line-height:1rem;transition:opacity .14s}.item-title.is-dead{color:var(--muted);text-decoration:line-through;text-decoration-thickness:1px;-webkit-text-decoration-color:var(--strike);text-decoration-color:var(--strike)}.post-list time,.post-list .item-meta{color:var(--muted);letter-spacing:-.00563rem;flex:none;font-size:.875rem;font-weight:460;line-height:1.25rem;transition:opacity .14s}.wechat-title{letter-spacing:-.01125rem;font-size:1.125rem;font-weight:540;line-height:1.5rem}.wechat-back{color:var(--muted);padding-top:0}.wechat-qr{justify-content:flex-start;padding-top:1.5rem;display:flex}.wechat-qr img{border:1px solid var(--rule);border-radius:.5rem;width:100%;max-width:20rem;height:auto}@media screen and (min-width:520px) and (hover:hover) and (pointer:fine){.post-list>ul:has(a:hover) .group-label{opacity:.3}.post-list>ul:has(a:hover) .item-title{opacity:.3}.post-list>ul:has(a:hover) .item-description{opacity:.3}.post-list>ul:has(a:hover) time{opacity:.3}.post-list>ul:has(a:hover) a:hover .group-label{opacity:1}.post-list>ul:has(a:hover) a:hover .item-title{opacity:1}.post-list>ul:has(a:hover) a:hover .item-description{opacity:1}.post-list>ul:has(a:hover) a:hover time{opacity:1}}@media (hover:hover) and (pointer:fine){.post-list a:hover .item-title{transform:translate(.0625rem)}.post-list a:hover .item-title:after{opacity:.42;transform:translate(.25rem)rotate(45deg)}}@media screen and (max-width:768px){body:before{display:none}.homepage{padding:2rem 1.5rem 2.5rem}}@media screen and (max-width:520px){.post-list a,.post-list-row{gap:.75rem;padding-left:3rem}.post-list a:after,.post-list-row:after{left:3rem}.item-description{max-width:none}.post-list time,.post-list .item-meta{white-space:nowrap;text-align:right;font-size:.8125rem}.item-department .post-list-row,.item-offering .post-list-row,.item-department .post-list-link,.item-offering .post-list-link,.item-event .post-list-link{grid-template-columns:minmax(0,1fr) auto;gap:.375rem .75rem;padding:1rem 0;display:grid}.item-department .post-list-row:after,.item-offering .post-list-row:after,.item-department .post-list-link:after,.item-offering .post-list-link:after,.item-event .post-list-link:after{left:0}.item-department .group-label,.item-offering .group-label,.item-event .group-label{display:none}.item-department .item-copy,.item-offering .item-copy,.item-event .item-copy{display:contents}.item-department .item-description,.item-offering .item-description,.item-event .item-description{grid-area:3/1/auto/-1}.item-schedule{grid-area:2/1/auto/-1}.item-department .item-meta,.item-offering .item-meta,.item-event .item-meta,.item-event time,.item-offering time{grid-area:1/2}}.writing-page{max-width:36.375rem;margin:0 auto;padding:5rem 1rem 4rem}.writing-topbar{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.writing-back{letter-spacing:-.00563rem;color:var(--muted);font-size:.875rem;font-weight:460;transition:color .15s;display:inline-block}.writing-back:hover{color:var(--body-color)}.export-btn{cursor:pointer;color:var(--muted);background:0 0;border:0;justify-content:center;align-items:center;margin:-.25rem;padding:.25rem;line-height:0;transition:color .15s;display:inline-flex}.export-btn svg{display:block}.export-btn:hover:not(:disabled){color:var(--body-color)}.export-btn:disabled{cursor:wait;opacity:.45;animation:1.2s ease-in-out infinite export-pulse}@keyframes export-pulse{0%,to{opacity:.45}50%{opacity:.75}}.writing-article{max-width:70ch;animation:.5s both stagger-in}.writing-header{border-bottom:1px solid var(--rule);margin-bottom:1.75rem;padding-bottom:1.25rem}.writing-title{letter-spacing:-.02em;margin-bottom:.625rem;font-size:1rem;font-weight:500;line-height:1.4}.writing-meta{color:var(--muted);letter-spacing:-.00563rem;align-items:center;gap:1rem;font-size:.875rem;font-weight:460;line-height:1.25rem;display:flex}.lang-toggle{align-items:center;gap:.3rem;display:flex}.lang-btn{cursor:pointer;letter-spacing:-.00563rem;color:var(--muted);background:0 0;padding:0;font-family:inherit;font-size:.875rem;font-weight:460;line-height:1.25rem;transition:color .15s}.lang-btn.active,.lang-btn:hover{color:var(--body-color)}.lang-divider{color:var(--muted);opacity:.4;-webkit-user-select:none;user-select:none;font-size:.875rem}.writing-section-title{letter-spacing:-.012em;color:var(--ink);text-wrap:balance;margin:2.25rem 0 .75rem;font-size:1.0625rem;font-weight:580;line-height:1.45}.writing-quote{border-left:2px solid var(--ink);letter-spacing:-.008em;color:var(--ink);text-wrap:pretty;margin:1.5rem 0;padding:.2rem 0 .2rem 1rem;font-size:1rem;font-weight:480;line-height:1.65}.writing-body strong{color:var(--ink);font-weight:620}.writing-body p{letter-spacing:-.005em;color:var(--ink-soft);text-wrap:pretty;font-size:.9375rem;font-weight:440;line-height:1.7}.writing-body[data-lang=zh] p{text-wrap:stable}.writing-body p+p{margin-top:1.125rem}.writing-table-wrap{border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);margin:1.5rem 0;overflow-x:auto}.writing-table{border-collapse:collapse;width:100%;min-width:42rem;color:var(--ink-soft);font-size:.875rem;font-weight:440;line-height:1.55}.writing-table th,.writing-table td{border-bottom:1px solid var(--rule);text-align:left;vertical-align:top;padding:.75rem .8rem}.writing-table thead th{background:var(--surface-muted);color:var(--ink);font-weight:560}.writing-table tbody th{color:var(--ink);white-space:nowrap;font-weight:540}.writing-table tr:last-child th,.writing-table tr:last-child td{border-bottom:none}.writing-divider{border:none;border-top:1px solid var(--rule);margin:2rem 0}.legal-body section+section{margin-top:1.5rem}.legal-body h2{letter-spacing:-.01em;color:var(--ink);margin-top:2rem;margin-bottom:.5rem;font-size:.9375rem;font-weight:540}.legal-body section>h2{margin-top:0}.legal-body h3{letter-spacing:-.005em;color:var(--ink);margin-bottom:.375rem;font-size:.9375rem;font-weight:500}.legal-body .legal-rule{background:var(--rule);height:1px;margin:3rem 0 2rem}.legal-body .legal-zh-intro{padding-bottom:.25rem}.legal-body .legal-zh-intro h2{font-size:1rem;font-weight:540}.legal-body .legal-meta{color:var(--muted);font-size:.8125rem;font-weight:460;line-height:1.25rem}@media screen and (max-width:768px){.writing-page{padding:2rem 1.5rem 4rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.event-section{padding:3rem 0 0}.event-section>p{padding-top:1rem}.event-list{flex-direction:column;padding-top:.5rem;display:flex}.event-row{border-bottom:1px solid var(--rule);align-items:flex-start;gap:1rem;padding:.735rem 0 .735rem 8rem;display:flex;position:relative}.event-row:last-child{border-bottom:none}.event-row-label{max-width:7.25rem;color:var(--muted);letter-spacing:-.00563rem;font-size:.875rem;font-weight:460;line-height:1.25rem;position:absolute;left:0}.event-row-copy{letter-spacing:-.00563rem;min-width:0;color:var(--ink);flex:1;font-size:.875rem;font-weight:460;line-height:1.25rem}.event-apply{border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);margin:2rem 0;padding:1.5rem 0}.event-apply h2{letter-spacing:-.01em;margin-bottom:.75rem;font-size:1rem;font-weight:540}.event-apply p{letter-spacing:-.00563rem;text-wrap:pretty;margin-bottom:1rem;font-size:.875rem;font-weight:460;line-height:1.25rem}.event-apply-cta{letter-spacing:-.01em;color:var(--ink);align-items:center;font-size:.9375rem;font-weight:540;transition:transform .14s;display:inline-flex}.event-apply-cta:after{content:"";opacity:.42;border-top:1px solid;border-right:1px solid;width:.375rem;height:.375rem;margin-left:.5rem;transition:transform .14s;transform:rotate(45deg)}.event-apply-cta:hover:after{transform:translate(.25rem)rotate(45deg)}.event-apply-note{color:var(--muted);letter-spacing:.00063rem;margin-top:.5rem;font-size:.8125rem;line-height:1rem;display:block}.event-steps{padding:.5rem 0 0}.event-step{border-bottom:1px solid var(--rule);letter-spacing:-.00563rem;padding:.735rem 0 .735rem 2rem;font-size:.875rem;font-weight:460;line-height:1.25rem;position:relative}.event-step:last-child{border-bottom:none}.event-step-n{color:var(--muted);font-size:.875rem;font-weight:460;line-height:1.25rem;position:absolute;top:.735rem;left:0}.faction-matrix{border:1px solid var(--rule);border-radius:.25rem;grid-template-columns:1fr 1fr;margin-top:1rem;display:grid;overflow:hidden}.faction-cell{border-right:1px solid var(--rule);border-bottom:1px solid var(--rule);padding:.75rem .875rem}.faction-cell:nth-child(2n){border-right:none}.faction-cell:nth-last-child(-n+2){border-bottom:none}.faction-name{color:var(--ink);font-size:.8125rem;font-weight:540}.faction-count{color:var(--muted);font-size:.75rem}.faction-fill{background:var(--rule);height:2px;margin-top:.5rem}.faction-fill>span{background:var(--ink);height:100%;display:block}.event-footer{color:var(--muted);letter-spacing:-.00563rem;padding-top:3rem;font-size:.875rem;font-weight:460;line-height:1.25rem}.event-roster-dot{background:var(--surface-2);border:1.5px solid var(--body-bg);box-shadow:0 0 0 .5px var(--rule)}.event-roster-note{color:var(--muted);letter-spacing:.00063rem;padding-top:.875rem;font-size:.8125rem;line-height:1rem}@media screen and (max-width:520px){.event-row{padding-left:6rem}.event-row-label{max-width:5.25rem}.faction-matrix{grid-template-columns:1fr}.faction-cell{border-right:none}.faction-cell:nth-last-child(-n+2){border-bottom:1px solid var(--rule)}.faction-cell:last-child{border-bottom:none}}.homepage,.writing-page{overflow-wrap:anywhere;min-width:0}a,button{touch-action:manipulation}:where(a,button,[tabindex]):focus-visible{outline:2px solid var(--focus-color);outline-offset:4px}.writing-table-wrap{overscroll-behavior-x:contain;max-width:100%}@media (max-width:768px){body:before{height:3rem}.homepage,.writing-page{padding-top:max(1.5rem, env(safe-area-inset-top));padding-right:max(1.25rem, env(safe-area-inset-right));padding-bottom:max(3rem, env(safe-area-inset-bottom));padding-left:max(1.25rem, env(safe-area-inset-left))}.article p,.department-note p,.service-contact{font-size:.875rem;line-height:1.6}.post-list{padding-top:2rem}.department-note{padding-top:1.75rem}.department-note p{padding-top:.75rem}.department-page .department-heading{font-size:1.25rem}.department-back{flex-wrap:wrap;align-items:center;gap:.3rem;margin-bottom:1rem;display:flex}.department-back a,.wechat-back a,.writing-back,.lang-btn,.export-btn,.official-wechat-qr+p a{justify-content:center;align-items:center;min-width:44px;min-height:44px;display:inline-flex}.writing-topbar{flex-wrap:wrap;gap:.5rem;margin-bottom:1.75rem}.export-btn{margin:0}.writing-title{text-wrap:pretty;font-size:1.25rem;line-height:1.5}.writing-meta{flex-wrap:wrap;gap:.25rem 1rem}.lang-toggle{flex-wrap:wrap;gap:.5rem}.writing-body p{font-size:1rem;line-height:1.8}.writing-table{min-width:34rem}.writing-table-wrap:before{width:fit-content;color:var(--muted);content:"Swipe to read table / 左右滑动查看表格";padding:.5rem 0;font-size:.75rem;display:block;position:sticky;left:0}.home-contacts .contact-label{color:var(--muted);font-size:.8125rem;display:block}.home-contacts .contact-links{flex-wrap:wrap;gap:0 1rem;font-size:.8125rem;display:flex}.contact-link-group{display:contents}.contact-separator{display:none}.home-contacts .basic-link{justify-content:center;align-items:center;min-width:44px;min-height:44px;display:inline-flex}.home-contacts .basic-link:before{bottom:9px}}@media (max-width:600px){.post-list a,.post-list-row,.post-list .post-list-link{grid-template-columns:minmax(0,1fr) auto;gap:.25rem .625rem;min-height:44px;padding:.75rem 0;display:grid}.post-list a:after,.post-list-row:after,.post-list .post-list-link:after{left:0}.post-list .item-copy{display:contents}.post-list .item-title{grid-area:1/1;min-width:0;max-width:100%;font-size:.9375rem;line-height:1.4}.post-list .item-title:after{display:none}.post-list .group-label{grid-area:2/1;font-size:.75rem;line-height:1.5;display:none;position:static}.post-list .item-event .group-label{display:none}.post-list .item-description{grid-area:2/1/auto/-1;max-width:none;font-size:.875rem;line-height:1.5}.post-list .item-schedule{grid-area:2/1;font-size:.75rem;line-height:1.6}.post-list .item-meta,.post-list time{white-space:normal;text-align:right;grid-area:1/2;align-self:start;font-size:.6875rem;line-height:1.6}.post-list .item-event .item-title{grid-column:1/-1}.post-list .item-event .item-meta{grid-row:2}.post-list .item-event .item-description{grid-row:3}.event-row{grid-template-columns:minmax(0,1fr);gap:.5rem;padding:1rem 0;display:grid}.event-row-label{max-width:none;position:static}.participants-mobile{grid-template-columns:repeat(auto-fit,minmax(4.25rem,1fr));gap:1rem .5rem;display:grid}.participants-desktop{display:none}.participant-mobile{width:auto;min-width:0}.participant-mobile-name,.participant-mobile-job{overflow-wrap:anywhere}}
