.hsr{--hs-color-surface:#fff;--hs-color-surface-hover:#f4f4f5;--hs-color-text:#18181b;--hs-color-text-muted:#71717a;--hs-color-border:#e4e4e7;--hs-color-accent:#6d28d9;--hs-color-accent-contrast:#fff;--hs-color-badge-bg:#ef4444;--hs-color-badge-text:#fff;--hs-color-unread-dot:#6d28d9;--hs-font-family:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--hs-font-size:14px;--hs-radius:8px;--hs-radius-sm:4px;--hs-shadow:0 8px 24px #0000001f;--hs-spacing:12px;--hs-spacing-sm:8px;--hs-transition:.12s ease;--hs-z-index:1000;--hs-feed-width:380px;--hs-feed-max-height:520px;--hs-feed-gap:4px;--hs-feed-padding:8px;--hs-popover-radius:var(--hs-radius);--hs-badge-size:18px;--hs-badge-font-size:11px;--hs-unread-dot-size:8px;--hs-banner-bg:var(--hs-color-accent);--hs-banner-text:var(--hs-color-accent-contrast);--hs-banner-padding:12px 16px;--hs-banner-radius:var(--hs-radius);--hs-banner-gap:12px;--hs-toast-bg:var(--hs-color-surface);--hs-toast-text:var(--hs-color-text);--hs-toast-padding:12px 14px;--hs-toast-radius:var(--hs-radius);--hs-toast-gap:8px;--hs-toast-width:360px;--hs-toast-offset:16px;color:var(--hs-color-text);font-family:var(--hs-font-family);font-size:var(--hs-font-size)}[data-hs-color-mode=dark] .hsr,.hsr[data-hs-color-mode=dark]{--hs-color-surface:#18181b;--hs-color-surface-hover:#27272a;--hs-color-text:#fafafa;--hs-color-text-muted:#a1a1aa;--hs-color-border:#3f3f46;--hs-color-accent:#a78bfa;--hs-color-accent-contrast:#18181b;--hs-color-badge-bg:#f87171;--hs-color-badge-text:#18181b;--hs-color-unread-dot:#a78bfa}.hsr-bell{padding:var(--hs-spacing-sm);border-radius:var(--hs-radius-sm);color:var(--hs-color-text);cursor:pointer;transition:background-color var(--hs-transition);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex;position:relative}.hsr-bell:hover{background:var(--hs-color-surface-hover)}.hsr-bell:focus-visible{outline:2px solid var(--hs-color-accent);outline-offset:2px}.hsr-bell__icon{display:inline-flex}.hsr-bell__badge{min-width:var(--hs-badge-size);height:var(--hs-badge-size);font-size:var(--hs-badge-font-size);color:var(--hs-color-badge-text);background:var(--hs-color-badge-bg);border-radius:999px;justify-content:center;align-items:center;padding:0 4px;line-height:1;display:inline-flex;position:absolute;top:2px;right:2px}.hsr-popover{z-index:var(--hs-z-index);width:var(--hs-feed-width);background:var(--hs-color-surface);border:1px solid var(--hs-color-border);border-radius:var(--hs-popover-radius);max-width:calc(100vw - 16px);box-shadow:var(--hs-shadow);position:absolute;overflow:hidden}.hsr-popover[data-placement=bottom-end]{top:calc(100% + var(--hs-feed-gap));right:0}.hsr-popover[data-placement=bottom-start]{top:calc(100% + var(--hs-feed-gap));left:0}.hsr-popover[data-placement=top-end]{bottom:calc(100% + var(--hs-feed-gap));right:0}.hsr-popover[data-placement=top-start]{bottom:calc(100% + var(--hs-feed-gap));left:0}.hsr-feed{max-height:var(--hs-feed-max-height);background:var(--hs-color-surface);color:var(--hs-color-text);flex-direction:column;display:flex}.hsr-feed__header{justify-content:space-between;align-items:center;gap:var(--hs-spacing-sm);padding:var(--hs-spacing);border-bottom:1px solid var(--hs-color-border);display:flex}.hsr-feed__header-title{font-weight:600}.hsr-feed__mark-all{appearance:none;color:var(--hs-color-accent);font-size:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit}.hsr-feed__mark-all:disabled{color:var(--hs-color-text-muted);cursor:default}.hsr-feed__mark-all:not(:disabled):hover{text-decoration:underline}.hsr-feed__filter-bar{gap:var(--hs-feed-gap);padding:var(--hs-feed-padding);border-bottom:1px solid var(--hs-color-border);display:flex}.hsr-feed__list{padding:var(--hs-feed-padding);gap:var(--hs-feed-gap);flex-direction:column;margin:0;list-style:none;display:flex;overflow-y:auto}.hsr-feed__row{margin:0;padding:0}.hsr-feed__empty{padding:calc(var(--hs-spacing) * 2) var(--hs-spacing);text-align:center;color:var(--hs-color-text-muted)}.hsr-feed__load-more{appearance:none;border:none;border-top:1px solid var(--hs-color-border);color:var(--hs-color-accent);font-size:inherit;padding:var(--hs-spacing-sm);cursor:pointer;background:0 0;font-family:inherit}.hsr-feed__load-more:disabled{color:var(--hs-color-text-muted);cursor:default}.hsr-feed-item{align-items:flex-start;gap:var(--hs-spacing-sm);padding:var(--hs-spacing-sm) var(--hs-spacing);border-radius:var(--hs-radius-sm);transition:background-color var(--hs-transition);display:flex;position:relative}.hsr-feed-item[tabindex]:hover,.hsr-feed-item[tabindex]:focus-visible{background:var(--hs-color-surface-hover);cursor:pointer;outline:none}.hsr-feed-item[tabindex]:focus-visible{outline:2px solid var(--hs-color-accent);outline-offset:-2px}.hsr-feed-item__unread-dot{width:var(--hs-unread-dot-size);height:var(--hs-unread-dot-size);background:var(--hs-color-unread-dot);border-radius:999px;flex:none;margin-top:6px}.hsr-feed-item__content{flex-direction:column;flex:auto;gap:2px;min-width:0;display:flex}.hsr-feed-item__title{font-weight:600}.hsr-feed-item__body{color:var(--hs-color-text)}.hsr-feed-item__timestamp{color:var(--hs-color-text-muted);font-size:12px}.hsr-feed-item__action{color:var(--hs-color-accent);flex:none;align-self:center;font-size:13px;text-decoration:none}.hsr-feed-item__action:hover{text-decoration:underline}.hsr-banner{align-items:center;gap:var(--hs-banner-gap);padding:var(--hs-banner-padding);border-radius:var(--hs-banner-radius);background:var(--hs-banner-bg);color:var(--hs-banner-text);display:flex}.hsr-banner[data-placement=top],.hsr-banner[data-placement=bottom]{border-radius:0}.hsr-banner__content{flex:auto;min-width:0}.hsr-banner__title{font-weight:600}.hsr-banner__body{opacity:.92}.hsr-banner__action{color:inherit;flex:none;font-size:13px;text-decoration:underline}.hsr-banner__dismiss{appearance:none;color:inherit;cursor:pointer;opacity:.8;background:0 0;border:0;flex:none;font-size:18px;line-height:1}.hsr-banner__dismiss:hover{opacity:1}.hsr-toast-container{z-index:var(--hs-z-index);gap:var(--hs-toast-gap);width:var(--hs-toast-width);max-width:calc(100vw - 2 * var(--hs-toast-offset));pointer-events:none;flex-direction:column;display:flex;position:fixed}.hsr-toast-container[data-placement=top-right]{top:var(--hs-toast-offset);right:var(--hs-toast-offset)}.hsr-toast-container[data-placement=top-left]{top:var(--hs-toast-offset);left:var(--hs-toast-offset)}.hsr-toast-container[data-placement=bottom-right]{bottom:var(--hs-toast-offset);right:var(--hs-toast-offset);flex-direction:column-reverse}.hsr-toast-container[data-placement=bottom-left]{bottom:var(--hs-toast-offset);left:var(--hs-toast-offset);flex-direction:column-reverse}.hsr-toast{align-items:center;gap:var(--hs-toast-gap);padding:var(--hs-toast-padding);border-radius:var(--hs-toast-radius);background:var(--hs-toast-bg);color:var(--hs-toast-text);box-shadow:var(--hs-shadow);border:1px solid var(--hs-color-border);pointer-events:auto;display:flex}.hsr-toast__content{flex:auto;min-width:0}.hsr-toast__title{font-weight:600}.hsr-toast__body{color:var(--hs-color-text-muted)}.hsr-toast__action{color:var(--hs-color-accent);flex:none;font-size:13px;text-decoration:none}.hsr-toast__action:hover{text-decoration:underline}.hsr-toast__dismiss{appearance:none;color:var(--hs-color-text-muted);cursor:pointer;background:0 0;border:0;flex:none;font-size:18px;line-height:1}.hsr-toast__dismiss:hover{color:var(--hs-color-text)}
.hsr{--hs-font-family:var(--ff-body), ui-sans-serif, system-ui, sans-serif;--hs-radius:12px;--hs-radius-sm:8px;--hs-shadow:0 16px 48px #0009;--hs-feed-width:384px;--hs-feed-max-height:520px;--hs-z-index:1100;--hs-color-surface:#0a0606;--hs-color-surface-hover:#ffffff0b;--hs-color-text:#fff;--hs-color-text-muted:#ffffff80;--hs-color-border:#ffffff14;--hs-color-accent:#f64838;--hs-color-accent-contrast:#fff;--hs-color-badge-bg:#f64838;--hs-color-badge-text:#fff;--hs-color-unread-dot:#f64838}.hsr[data-hs-color-mode=dark],[data-hs-color-mode=dark] .hsr{--hs-color-surface:#0a0606;--hs-color-surface-hover:#ffffff0b;--hs-color-text:#fff;--hs-color-text-muted:#ffffff80;--hs-color-border:#ffffff14;--hs-color-accent:#f64838;--hs-color-accent-contrast:#fff;--hs-color-badge-bg:#f64838;--hs-color-badge-text:#fff;--hs-color-unread-dot:#f64838}.hs-docs-bell.hsr-bell{color:#ffffff9e;border-radius:10px;transition:color .18s,background-color .18s}.hs-docs-bell.hsr-bell:hover,.hs-docs-bell.hsr-bell[data-state=open]{color:#fff;background:#ffffff0f}.hs-docs-bell .hsr-bell__badge{font-variant-numeric:tabular-nums;font-weight:600;animation:.28s ease-out hs-badge-pop;box-shadow:0 0 0 2px #050101}@keyframes hs-badge-pop{0%{opacity:0;transform:scale(.4)}60%{transform:scale(1.12)}to{opacity:1;transform:scale(1)}}.hsr-popover{-webkit-backdrop-filter:blur(14px);background:#0a0606eb;border:1px solid #ffffff1a;overflow:hidden}.hsr-feed__header{border-bottom:1px solid #ffffff14}.hsr-feed__header-title{font-family:var(--ff-display), ui-sans-serif, system-ui, sans-serif;letter-spacing:-.02em}.hsr-feed__mark-all{color:#ffffff80;transition:color .15s}.hsr-feed__mark-all:not(:disabled):hover{color:#f64838;text-decoration:none}.hsr-feed__list{padding:6px}.hsr-feed-item{border-bottom:1px solid #ffffff0f;border-radius:8px;padding:12px;transition:background-color .15s}.hsr-feed-item[tabindex]:hover{background:#ffffff08}.hsr-feed-item[data-unread=true]{background:#f648380a}.hsr-feed-item__title{letter-spacing:-.01em;font-weight:500}.hsr-feed-item__timestamp{font-family:var(--ff-mono), ui-monospace, monospace;letter-spacing:.01em;color:#ffffff61;font-size:11px}.hsr-feed-item__action{color:#f64838}.hsr-feed-item__unread-dot{box-shadow:0 0 8px #f6483880}.hsr-feed__empty{color:#ffffff73;font-size:14px}
@font-face{font-family:interDisplay;src:url(../media/InterDisplay_Regular-s.p.01teuoltryl.1.woff2)format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:interDisplay;src:url(../media/InterDisplay_Medium-s.p.04~u97t0m0~68.woff2)format("woff2");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:interDisplay Fallback;src:local(Arial);ascent-override:98.56%;descent-override:24.54%;line-gap-override:0.0%;size-adjust:98.29%}.interdisplay_d2a019cf-module__fjGICG__className{font-family:interDisplay,interDisplay Fallback}.interdisplay_d2a019cf-module__fjGICG__variable{--ff-display:"interDisplay", "interDisplay Fallback"}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_ec7418df-module__y0jusa__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_ec7418df-module__y0jusa__variable{--ff-body:"Inter", "Inter Fallback"}
@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5ce348bf30bf5439-s.0zgw-jeven.3w.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/4fa387ec64143e14-s.0wkzw~je483f-.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/6306c77e7c8268e4-s.0rhz0arwfsn~5.woff2)format("woff2");unicode-range:U+2000-2001,U+2004-2008,U+200A,U+23B8-23BD,U+2500-259F}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7d817b4c03b0c5f1-s.0l76wvqk9d84w.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/bbc41e54d2fcbd21-s.0k4k9394f2q-k.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/797e433ab948586e-s.p.08e28id.o-okb.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Mono Fallback;src:local(Arial);ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.0%;size-adjust:134.59%}.geist_mono_f4f179cf-module__Lfny6q__className{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.geist_mono_f4f179cf-module__Lfny6q__variable{--ff-mono:"Geist Mono", "Geist Mono Fallback"}
