.mot-terminal{--mot-t-shell-bg:#fafafa;--mot-t-body-bg:#fff;--mot-t-body-fg:#3f3f46;--mot-t-border:#0000001a;--mot-t-ring:#0000000f;--mot-t-shadow:0 20px 40px -12px #0000001f;--mot-t-titlebar-bg:#ececec;--mot-t-titlebar-border:#00000014;--mot-t-title-fg:#3c3c3c;--mot-t-line-green:#15803d;--mot-t-line-cyan:#0f766e;--mot-t-line-dim:#71717a;--mot-terminal-cursor-bg:#27272a}.dark .mot-terminal{--mot-t-shell-bg:#1e1e1e;--mot-t-body-bg:#1e1e1e;--mot-t-body-fg:#ccc;--mot-t-border:#ffffff1a;--mot-t-ring:#0003;--mot-t-shadow:0 20px 40px -12px #00000073;--mot-t-titlebar-bg:#2d2d2d;--mot-t-titlebar-border:#ffffff14;--mot-t-title-fg:#d4d4d8;--mot-t-line-green:#16c60c;--mot-t-line-cyan:#61d6d6;--mot-t-line-dim:#767676;--mot-terminal-cursor-bg:#ccc}.mot-terminal-shell{border:1px solid var(--mot-t-border);background-color:var(--mot-t-shell-bg);box-shadow:var(--mot-t-shadow);outline:1px solid var(--mot-t-ring);outline-offset:-1px}.mot-terminal-titlebar{border-bottom:1px solid var(--mot-t-titlebar-border);background-color:var(--mot-t-titlebar-bg)}.mot-terminal-title{color:var(--mot-t-title-fg)}.mot-terminal-body{background-color:var(--mot-t-body-bg);color:var(--mot-t-body-fg)}.mot-t-line-default{color:var(--mot-t-body-fg)}.mot-t-line-green{color:var(--mot-t-line-green)}.mot-t-line-cyan{color:var(--mot-t-line-cyan)}.mot-t-line-dim{color:var(--mot-t-line-dim)}.mot-terminal-cursor{vertical-align:text-bottom;background-color:var(--mot-terminal-cursor-bg);width:8px;height:1em;margin-left:1px;animation:1.15s step-start infinite mot-terminal-blink;display:inline-block}@keyframes mot-terminal-blink{0%,49.9%{opacity:1}50%,to{opacity:0}}.mot-terminal-line-in{animation:.12s ease-out both mot-terminal-line-fade}@keyframes mot-terminal-line-fade{0%{opacity:0}to{opacity:1}}.mot-terminal-body::-webkit-scrollbar{display:none}.mot-codeblock{--mot-sh-kw:#b83280;--mot-sh-str:#166534;--mot-sh-fn:#6d28d9;--mot-sh-num:#0369a1;--mot-sh-prop:#18181b;--mot-sh-var:#0e7490;--mot-sh-punct:#a21caf;--mot-cursor-fg:#27272a;background-color:#f4f4f5f2;border-left:2px solid #3b8eea8c}.dark .mot-codeblock{--mot-sh-kw:#ff79c6;--mot-sh-str:#50fa7b;--mot-sh-fn:#bd93f9;--mot-sh-num:#8be9fd;--mot-sh-prop:#f8f8f2;--mot-sh-var:#8be9fd;--mot-sh-punct:#ff79c6;--mot-cursor-fg:#ccc;background-color:#0000008c;border-left-color:#3b8eea73}.mot-sh-kw{color:var(--mot-sh-kw)}.mot-sh-str{color:var(--mot-sh-str)}.mot-sh-fn{color:var(--mot-sh-fn)}.mot-sh-num{color:var(--mot-sh-num)}.mot-sh-prop{color:var(--mot-sh-prop)}.mot-sh-var{color:var(--mot-sh-var)}.mot-sh-punct{color:var(--mot-sh-punct)}.mot-codeblock .mot-terminal-cursor{background-color:var(--mot-cursor-fg)}
.es-root{--es-text-color:#71717a;--es-cursor-color:#a1a1aa}.dark .es-root{--es-text-color:#a1a1aa;--es-cursor-color:#71717a}.es-root{-webkit-mask-image:linear-gradient(#0000 0%,#000 3% 97%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 3% 97%,#0000 100%)}.es-body::-webkit-scrollbar{display:none}.es-text{color:var(--es-text-color)}.es-cursor{vertical-align:text-bottom;background-color:var(--es-cursor-color);width:6px;height:1em;margin-left:1px;animation:1.15s step-start infinite es-blink;display:inline-block}@keyframes es-blink{0%,49.9%{opacity:1}50%,to{opacity:0}}
.es-root{--es-text-color:#71717a;--es-cursor-color:#a1a1aa}.dark .es-root{--es-text-color:#a1a1aa;--es-cursor-color:#71717a}.es-root{-webkit-mask-image:linear-gradient(#0000 0%,#000 3% 97%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 3% 97%,#0000 100%)}.es-body::-webkit-scrollbar{display:none}.es-text{color:var(--es-text-color)}.es-cursor{vertical-align:text-bottom;background-color:var(--es-cursor-color);width:6px;height:1em;margin-left:1px;animation:1.15s step-start infinite es-blink;display:inline-block}@keyframes es-blink{0%,49.9%{opacity:1}50%,to{opacity:0}}
.bs2-marquee-wrap{border:1px solid var(--border);position:relative;overflow:hidden}.bs2-track{backface-visibility:hidden;will-change:transform;flex-wrap:nowrap;align-items:stretch;width:max-content;animation:40s linear infinite bs2-marquee;display:flex}.bs2-set{flex-shrink:0;align-items:stretch;display:flex}.bs2-slot{border-right:1px solid var(--border);justify-content:center;align-items:center;width:8rem;padding:.75rem 0;display:flex}@media (min-width:768px){.bs2-slot{width:10rem;padding:1rem 0}}.bs2-fade{pointer-events:none;z-index:1;width:140px;height:100%;position:absolute;top:0}.bs2-fade-left{background:linear-gradient(90deg,var(--background)0%,transparent 100%);left:0}.bs2-fade-right{background:linear-gradient(270deg,var(--background)0%,transparent 100%);right:0}@keyframes bs2-marquee{0%{transform:translate(0,0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.bs2-track{animation-duration:.01ms;animation-iteration-count:1}.bs2-fade{display:none}}
.cb-root{--cb-bg:#fff;--cb-user-bubble-bg:#18181b;--cb-user-bubble-text:#fafafa;--cb-bot-text:#18181b;--cb-think-color:#71717a;--cb-input-bg:#f4f4f5;--cb-input-border:#e4e4e7;--cb-input-text:#18181b;--cb-input-placeholder:#a1a1aa;--cb-input-cursor:#71717a;--cb-input-icon:#a1a1aa;--cb-model-color:#71717a;--cb-model-chevron:#a1a1aa;--cb-send-bg:#18181b;--cb-send-text:#fff;--cb-action-color:#a1a1aa;--cb-action-hover-bg:#f4f4f5;--cb-action-hover-color:#71717a;--cb-chip-border:#e4e4e7;--cb-chip-text:#71717a;--cb-chip-icon:#a1a1aa}.dark .cb-root{--cb-bg:#000;--cb-user-bubble-bg:#1c1c1f;--cb-user-bubble-text:#f4f4f5;--cb-bot-text:#e4e4e7;--cb-think-color:#71717a;--cb-input-bg:#0d0d0d;--cb-input-border:#2a2a2a;--cb-input-text:#e4e4e7;--cb-input-placeholder:#52525b;--cb-input-cursor:#71717a;--cb-input-icon:#52525b;--cb-model-color:#71717a;--cb-model-chevron:#52525b;--cb-send-bg:#fff;--cb-send-text:#000;--cb-action-color:#52525b;--cb-action-hover-bg:#1c1c1f;--cb-action-hover-color:#a1a1aa;--cb-chip-border:#27272a;--cb-chip-text:#a1a1aa;--cb-chip-icon:#52525b}.cb-root{justify-content:center;padding:48px 24px;display:flex}.cb-layout{flex-direction:column;gap:28px;width:100%;max-width:600px;display:flex}.cb-messages-panel{opacity:0;pointer-events:none;flex-direction:column;gap:24px;transition:opacity .5s,transform .6s cubic-bezier(.16,1,.3,1);display:flex;transform:translateY(20px)}.cb-messages-panel--visible{opacity:1;pointer-events:auto;transform:none}.cb-user-row{justify-content:flex-end;display:flex}.cb-user-bubble{background:var(--cb-user-bubble-bg);color:var(--cb-user-bubble-text);border-radius:9999px;max-width:80%;padding:10px 18px;font-size:14px;line-height:1.5;animation:.45s cubic-bezier(.16,1,.3,1) both cb-bubble-in}.cb-bot-area{flex-direction:column;gap:0;display:flex}.cb-reveal{grid-template-rows:0fr;transition:grid-template-rows .5s cubic-bezier(.16,1,.3,1);display:grid}.cb-reveal--open{grid-template-rows:1fr}.cb-reveal-inner{flex-direction:column;gap:14px;padding-top:0;transition:padding-top .5s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.cb-reveal--open .cb-reveal-inner{padding-top:14px}.cb-think-row{align-items:center;gap:6px;margin-bottom:14px;display:flex}.cb-think-icon{color:var(--cb-think-color);flex-shrink:0}.cb-think-text{color:var(--cb-think-color);font-size:13px}.cb-think-pulse{animation:2.2s ease-in-out infinite cb-think-pulse}.cb-bot-text{color:var(--cb-bot-text);white-space:pre-line;margin:0;font-size:15px;line-height:1.7}.cb-bot-cursor{vertical-align:text-bottom;background:var(--cb-bot-text);opacity:.5;border-radius:1px;width:2px;height:.9em;margin-left:2px;animation:.9s step-start infinite cb-blink;display:inline-block}.cb-actions{align-items:center;gap:2px;display:flex}.cb-action-btn{width:30px;height:30px;color:var(--cb-action-color);cursor:default;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;transition:color .15s,background .15s;animation:.4s cubic-bezier(.16,1,.3,1) both cb-fade-up;display:flex}.cb-action-btn:first-child{animation-delay:40ms}.cb-action-btn:nth-child(2){animation-delay:.11s}.cb-action-btn:nth-child(3){animation-delay:.18s}.cb-action-btn:nth-child(4){animation-delay:.25s}.cb-action-btn:nth-child(5){animation-delay:.32s}.cb-action-btn:hover{color:var(--cb-action-hover-color);background:var(--cb-action-hover-bg)}.cb-suggestions{flex-direction:column;gap:6px;display:flex}.cb-chip{border:1px solid var(--cb-chip-border);color:var(--cb-chip-text);cursor:default;text-align:left;background:0 0;border-radius:10px;align-items:center;gap:8px;width:fit-content;padding:8px 14px 8px 10px;font-size:13px;transition:border-color .15s;animation:.45s cubic-bezier(.16,1,.3,1) both cb-chip-in;display:flex}.cb-chip:first-child{animation-delay:.5s}.cb-chip:nth-child(2){animation-delay:.64s}.cb-chip-icon{color:var(--cb-chip-icon);flex-shrink:0}.cb-input-pill{background:var(--cb-input-bg);border:1px solid var(--cb-input-border);border-radius:9999px;align-items:center;gap:10px;padding:11px 10px 11px 16px;transition:border-color .15s;display:flex}.cb-input-sending{opacity:.5;transition:opacity .15s}.cb-input-icon{color:var(--cb-input-icon);flex-shrink:0}.cb-input-field{flex:1;align-items:center;min-width:0;display:flex}.cb-input-text{color:var(--cb-input-text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;line-height:1.5;overflow:hidden}.cb-input-placeholder{color:var(--cb-input-placeholder);-webkit-user-select:none;user-select:none;font-size:14px;line-height:1.5}.cb-input-cursor{vertical-align:text-bottom;background:var(--cb-input-cursor);border-radius:1px;width:2px;height:14px;margin-left:1px;animation:.9s step-start infinite cb-blink;display:inline-block}.cb-input-right{flex-shrink:0;align-items:center;gap:6px;display:flex}.cb-spinner{border:2px solid color-mix(in srgb,currentColor 25%,transparent);border-top-color:currentColor;border-radius:50%;width:14px;height:14px;animation:.65s linear infinite cb-spin;display:block}.cb-send-btn{background:var(--cb-send-bg);width:32px;height:32px;color:var(--cb-send-text);cursor:default;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .15s,transform .15s;display:flex}.cb-send-btn-dim{opacity:.28}.cb-send-btn-active{opacity:1;animation:.3s cubic-bezier(.22,1,.36,1) cb-send-pulse}@keyframes cb-bubble-in{0%{opacity:0;transform:scale(.91)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes cb-chip-in{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes cb-fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes cb-blink{0%,45%{opacity:1}55%,to{opacity:0}}@keyframes cb-think-pulse{0%,to{opacity:.3}50%{opacity:1}}@keyframes cb-send-pulse{0%{transform:scale(1)}40%{transform:scale(.76)}to{transform:scale(1)}}@keyframes cb-input-send{0%{opacity:1}30%{opacity:.38}to{opacity:1}}@keyframes cb-spin{to{transform:rotate(360deg)}}
.cta-v3-box{border:1px solid var(--border);background-color:#000}.cta-v3-dither-frame{z-index:0;pointer-events:none;opacity:.35;position:absolute;inset:0}.cta-v3-dither-frame canvas{display:block;width:100%!important;height:100%!important}@media (prefers-reduced-motion:reduce){.cta-v3-dither-frame{display:none}.cta-v3-box{background-color:color-mix(in oklab,var(--muted)78%,var(--background)22%)}}
.cb-root{--cb-bg:#fff;--cb-user-bubble-bg:#18181b;--cb-user-bubble-text:#fafafa;--cb-bot-text:#18181b;--cb-think-color:#71717a;--cb-input-bg:#f4f4f5;--cb-input-border:#e4e4e7;--cb-input-text:#18181b;--cb-input-placeholder:#a1a1aa;--cb-input-cursor:#71717a;--cb-input-icon:#a1a1aa;--cb-model-color:#71717a;--cb-model-chevron:#a1a1aa;--cb-send-bg:#18181b;--cb-send-text:#fff;--cb-action-color:#a1a1aa;--cb-action-hover-bg:#f4f4f5;--cb-action-hover-color:#71717a;--cb-chip-border:#e4e4e7;--cb-chip-text:#71717a;--cb-chip-icon:#a1a1aa}.dark .cb-root{--cb-bg:#000;--cb-user-bubble-bg:#1c1c1f;--cb-user-bubble-text:#f4f4f5;--cb-bot-text:#e4e4e7;--cb-think-color:#71717a;--cb-input-bg:#0d0d0d;--cb-input-border:#2a2a2a;--cb-input-text:#e4e4e7;--cb-input-placeholder:#52525b;--cb-input-cursor:#71717a;--cb-input-icon:#52525b;--cb-model-color:#71717a;--cb-model-chevron:#52525b;--cb-send-bg:#fff;--cb-send-text:#000;--cb-action-color:#52525b;--cb-action-hover-bg:#1c1c1f;--cb-action-hover-color:#a1a1aa;--cb-chip-border:#27272a;--cb-chip-text:#a1a1aa;--cb-chip-icon:#52525b}.cb-root{justify-content:center;padding:48px 24px;display:flex}.cb-layout{flex-direction:column;gap:28px;width:100%;max-width:600px;display:flex}.cb-messages-panel{opacity:0;pointer-events:none;flex-direction:column;gap:24px;transition:opacity .5s,transform .6s cubic-bezier(.16,1,.3,1);display:flex;transform:translateY(20px)}.cb-messages-panel--visible{opacity:1;pointer-events:auto;transform:none}.cb-user-row{justify-content:flex-end;display:flex}.cb-user-bubble{background:var(--cb-user-bubble-bg);color:var(--cb-user-bubble-text);border-radius:9999px;max-width:80%;padding:10px 18px;font-size:14px;line-height:1.5;animation:.45s cubic-bezier(.16,1,.3,1) both cb-bubble-in}.cb-bot-area{flex-direction:column;gap:0;display:flex}.cb-reveal{grid-template-rows:0fr;transition:grid-template-rows .5s cubic-bezier(.16,1,.3,1);display:grid}.cb-reveal--open{grid-template-rows:1fr}.cb-reveal-inner{flex-direction:column;gap:14px;padding-top:0;transition:padding-top .5s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.cb-reveal--open .cb-reveal-inner{padding-top:14px}.cb-think-row{align-items:center;gap:6px;margin-bottom:14px;display:flex}.cb-think-icon{color:var(--cb-think-color);flex-shrink:0}.cb-think-text{color:var(--cb-think-color);font-size:13px}.cb-think-pulse{animation:2.2s ease-in-out infinite cb-think-pulse}.cb-bot-text{color:var(--cb-bot-text);white-space:pre-line;margin:0;font-size:15px;line-height:1.7}.cb-bot-cursor{vertical-align:text-bottom;background:var(--cb-bot-text);opacity:.5;border-radius:1px;width:2px;height:.9em;margin-left:2px;animation:.9s step-start infinite cb-blink;display:inline-block}.cb-actions{align-items:center;gap:2px;display:flex}.cb-action-btn{width:30px;height:30px;color:var(--cb-action-color);cursor:default;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;transition:color .15s,background .15s;animation:.4s cubic-bezier(.16,1,.3,1) both cb-fade-up;display:flex}.cb-action-btn:first-child{animation-delay:40ms}.cb-action-btn:nth-child(2){animation-delay:.11s}.cb-action-btn:nth-child(3){animation-delay:.18s}.cb-action-btn:nth-child(4){animation-delay:.25s}.cb-action-btn:nth-child(5){animation-delay:.32s}.cb-action-btn:hover{color:var(--cb-action-hover-color);background:var(--cb-action-hover-bg)}.cb-suggestions{flex-direction:column;gap:6px;display:flex}.cb-chip{border:1px solid var(--cb-chip-border);color:var(--cb-chip-text);cursor:default;text-align:left;background:0 0;border-radius:10px;align-items:center;gap:8px;width:fit-content;padding:8px 14px 8px 10px;font-size:13px;transition:border-color .15s;animation:.45s cubic-bezier(.16,1,.3,1) both cb-chip-in;display:flex}.cb-chip:first-child{animation-delay:.5s}.cb-chip:nth-child(2){animation-delay:.64s}.cb-chip-icon{color:var(--cb-chip-icon);flex-shrink:0}.cb-input-pill{background:var(--cb-input-bg);border:1px solid var(--cb-input-border);border-radius:9999px;align-items:center;gap:10px;padding:11px 10px 11px 16px;transition:border-color .15s;display:flex}.cb-input-sending{opacity:.5;transition:opacity .15s}.cb-input-icon{color:var(--cb-input-icon);flex-shrink:0}.cb-input-field{flex:1;align-items:center;min-width:0;display:flex}.cb-input-text{color:var(--cb-input-text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;line-height:1.5;overflow:hidden}.cb-input-placeholder{color:var(--cb-input-placeholder);-webkit-user-select:none;user-select:none;font-size:14px;line-height:1.5}.cb-input-cursor{vertical-align:text-bottom;background:var(--cb-input-cursor);border-radius:1px;width:2px;height:14px;margin-left:1px;animation:.9s step-start infinite cb-blink;display:inline-block}.cb-input-right{flex-shrink:0;align-items:center;gap:6px;display:flex}.cb-spinner{border:2px solid color-mix(in srgb,currentColor 25%,transparent);border-top-color:currentColor;border-radius:50%;width:14px;height:14px;animation:.65s linear infinite cb-spin;display:block}.cb-send-btn{background:var(--cb-send-bg);width:32px;height:32px;color:var(--cb-send-text);cursor:default;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .15s,transform .15s;display:flex}.cb-send-btn-dim{opacity:.28}.cb-send-btn-active{opacity:1;animation:.3s cubic-bezier(.22,1,.36,1) cb-send-pulse}@keyframes cb-bubble-in{0%{opacity:0;transform:scale(.91)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes cb-chip-in{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes cb-fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes cb-blink{0%,45%{opacity:1}55%,to{opacity:0}}@keyframes cb-think-pulse{0%,to{opacity:.3}50%{opacity:1}}@keyframes cb-send-pulse{0%{transform:scale(1)}40%{transform:scale(.76)}to{transform:scale(1)}}@keyframes cb-input-send{0%{opacity:1}30%{opacity:.38}to{opacity:1}}@keyframes cb-spin{to{transform:rotate(360deg)}}
.scb-root{--scb-card-bg:#fafafa;--scb-card-border:#e4e4e7;--scb-card-ring:#0000000f;--scb-prompt:#18181b;--scb-icon:#71717a;--scb-icon-hover:#18181b;--scb-icon-hover-bg:#0000000f;--scb-mic-bg:#18181b;--scb-mic-fg:#fafafa}.dark .scb-root{--scb-card-bg:#0a0a0a;--scb-card-border:#262626;--scb-card-ring:#ffffff08;--scb-prompt:#fafafa;--scb-icon:#a1a1aa;--scb-icon-hover:#e4e4e7;--scb-icon-hover-bg:#ffffff0f;--scb-mic-bg:#fff;--scb-mic-fg:#0a0a0a}.scb-page{justify-content:center;width:100%;padding:18px 14px;display:flex}.scb-page-inner{width:100%;max-width:720px}.scb-card{border:1px solid var(--scb-card-border);background:var(--scb-card-bg);box-shadow:0 0 0 1px var(--scb-card-ring);border-radius:12px;overflow:hidden}.scb-body{min-height:76px;padding:14px 14px 8px}.scb-input{flex-wrap:wrap;align-items:flex-start;min-height:40px;font-size:14px;line-height:1.5;display:flex}.scb-text{color:var(--scb-prompt);-webkit-user-select:none;user-select:none;filter:blur(.22px)}.scb-caret{color:var(--scb-prompt);vertical-align:text-top;filter:none;flex-shrink:0;margin-left:2px;font-size:1.22em;font-weight:500;line-height:1;animation:.92s step-start infinite scb-caret-blink;display:inline-block;transform:translateY(.06em)}.scb-caret--solid{opacity:1;animation:none}.scb-toolbar{justify-content:space-between;align-items:center;gap:8px;padding:2px 10px 10px 12px;display:flex}.scb-toolbar-left,.scb-toolbar-right{align-items:center;gap:4px;min-width:0;display:flex}.scb-toolbar-left{flex-wrap:wrap}.scb-root .scb-btn-icon{color:var(--scb-icon);background-color:#0000}.scb-root .scb-btn-icon:hover{color:var(--scb-icon-hover);background-color:var(--scb-icon-hover-bg)}.scb-root .scb-btn-mic{color:var(--scb-mic-fg);background-color:var(--scb-mic-bg)}.scb-root .scb-btn-mic:hover{opacity:.95;color:var(--scb-mic-fg);background-color:var(--scb-mic-bg)}.scb-mic-icon{color:var(--scb-mic-fg)}@keyframes scb-caret-blink{0%,45%{opacity:1}55%,to{opacity:0}}
@font-face{font-family:IBM Plex Serif;font-style:normal;font-weight:400;font-display:swap;src:url(../media/7f49c72243bdcede-s.d482622f.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:IBM Plex Serif;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a2797aaeec05c026-s.901efc6f.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Serif;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b3baf9375001c1f5-s.7897a175.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:IBM Plex Serif;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9096fd5f49bfad97-s.20ec22c2.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:IBM Plex Serif;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ef7be03ed7e60a63-s.p.bb832c79.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:IBM Plex Serif;font-style:normal;font-weight:500;font-display:swap;src:url(../media/4bd7aa058bc96e4f-s.940752b4.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:IBM Plex Serif;font-style:normal;font-weight:500;font-display:swap;src:url(../media/0bd78c1bd4dfd4c7-s.cfc45236.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Serif;font-style:normal;font-weight:500;font-display:swap;src:url(../media/197b82234d448be7-s.ac81b455.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:IBM Plex Serif;font-style:normal;font-weight:500;font-display:swap;src:url(../media/79050e547acec5d8-s.515542c4.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:IBM Plex Serif;font-style:normal;font-weight:500;font-display:swap;src:url(../media/522cd826f2dc0be6-s.p.177abc12.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:IBM Plex Serif;font-style:normal;font-weight:600;font-display:swap;src:url(../media/be04ef6d3831928d-s.eeea8291.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:IBM Plex Serif;font-style:normal;font-weight:600;font-display:swap;src:url(../media/690c9e92a92dc3ad-s.5072461a.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Serif;font-style:normal;font-weight:600;font-display:swap;src:url(../media/bd1c8a16898c933f-s.d7e45335.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:IBM Plex Serif;font-style:normal;font-weight:600;font-display:swap;src:url(../media/c63a115de3206da5-s.f59cae2b.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:IBM Plex Serif;font-style:normal;font-weight:600;font-display:swap;src:url(../media/713e82fa9fe87496-s.p.dc05021a.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:IBM Plex Serif Fallback;src:local(Times New Roman);ascent-override:88.04%;descent-override:23.62%;line-gap-override:0.0%;size-adjust:116.43%}.ibm_plex_serif_15337c5b-module__-_BZ4W__className{font-family:IBM Plex Serif,IBM Plex Serif Fallback;font-style:normal}
.hero-v4{--hero-v4-ease-out:cubic-bezier(.22,1,.36,1)}@media (prefers-reduced-motion:no-preference){.hero-v4 [data-hero-v4-reveal],.hero-v4 [data-hero-v4-word]{opacity:0}}@media (prefers-reduced-motion:reduce){.hero-v4 [data-hero-v4-reveal],.hero-v4 [data-hero-v4-word]{opacity:1;filter:none;transform:none}}
.hiw1-theme{--hiw1-accent:#16a34a}.dark .hiw1-theme{--hiw1-accent:#4ade80}.hiw1-step-number{color:var(--hiw1-accent)}.hiw1-beam-h{background-image:repeating-linear-gradient(90deg,var(--hiw1-accent)0 4px,transparent 4px 8px);background-size:16px 2px;width:3rem;height:2px;animation:1.5s linear infinite hiw1-dash-flow;right:-3rem}@media (min-width:1024px){.hiw1-beam-h{width:2.5rem;right:-2.5rem}}.hiw1-beam-vertical{background-image:repeating-linear-gradient(180deg,var(--hiw1-accent)0 4px,transparent 4px 8px);background-size:2px 16px;width:2px;animation:1.5s linear infinite hiw1-dash-flow-v}@keyframes hiw1-dash-flow{to{background-position:16px 0}}@keyframes hiw1-dash-flow-v{to{background-position:0 16px}}.hiw1-accent{color:var(--hiw1-accent)}@media (prefers-reduced-motion:reduce){.hiw1-beam-h,.hiw1-beam-vertical{background-position:0 0;animation:none}}
.hiw2-check-icon{color:hsl(var(--foreground));flex-shrink:0;margin-top:2px}.hiw2-card-border{background:hsl(var(--border));height:1px;margin-bottom:1rem}
.cb-root{--cb-bg:#0a0a0a;--cb-border:#ffffff1a;--cb-tab-border:#ffffff0d;--cb-accent:#facc15;--cb-tab-inactive:#ffffff59;--cb-tab-hover:#ffffffb3;--cb-code-bg:#ffffff08;--cb-copy:#ffffff4d;--cb-copy-hover:#ffffffb3;--cb-copy-hover-bg:#ffffff0d;--cb-syntax-cmd:#4ade80;--cb-syntax-pkg:#60a5fa;justify-content:center;width:100%;padding:18px 14px;display:flex}.cb-inner{width:100%;max-width:680px}.cb-card{border:1px solid var(--cb-border);background:var(--cb-bg);border-radius:.5rem;overflow:hidden}.cb-tabs{border-bottom:1px solid var(--cb-tab-border);align-items:center;gap:.75rem;padding-inline:1rem;display:flex;position:relative}.cb-tab{color:var(--cb-tab-inactive);cursor:pointer;background:0 0;border:none;padding-block:.5rem;font-size:.875rem;font-weight:500;transition:color .15s}.cb-tab:hover{color:var(--cb-tab-hover)}.cb-tab--active{color:var(--cb-accent)}.cb-indicator{background:var(--cb-accent);pointer-events:none;height:1px;transition:left .2s ease-out,width .2s ease-out;position:absolute;bottom:0}.cb-indicator-glow{background:color-mix(in srgb,var(--cb-accent)25%,transparent);filter:blur(3px);pointer-events:none;height:.5rem;transition:left .2s ease-out,width .2s ease-out;position:absolute;bottom:0}.cb-code{font-family:var(--font-mono,ui-monospace,monospace);background:var(--cb-code-bg);justify-content:space-between;align-items:center;gap:1rem;padding:.625rem 1rem;font-size:.875rem;display:flex;overflow-x:auto}.cb-cmd{text-align:left;white-space:nowrap;animation:.15s ease-out forwards cb-fade-in;display:inline-flex}.cb-syntax-cmd{color:var(--cb-syntax-cmd)}.cb-syntax-pkg{color:var(--cb-syntax-pkg);margin-left:.5rem}.cb-syntax-action{color:var(--cb-syntax-cmd);margin-left:.5rem}.cb-copy-btn{color:var(--cb-copy);cursor:pointer;background:0 0;border:none;border-radius:.25rem;flex-shrink:0;padding:.25rem;transition:color .15s,background-color .15s}.cb-copy-btn:hover{color:var(--cb-copy-hover);background:var(--cb-copy-hover-bg)}.cb-copy-btn--copied{color:var(--cb-syntax-cmd)}@keyframes cb-fade-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.cb-indicator,.cb-indicator-glow{transition:none}.cb-cmd{animation:none}}
.ss-root{--ss-shell-bg:#fff;--ss-border:#dadce0;--ss-shadow:0 1px 2px #3c40434d,0 2px 6px 2px #3c404326;--ss-formula-bg:#fff;--ss-formula-border:#e0e0e0;--ss-name-box-fg:#3c4043;--ss-name-box-border:#dadce0;--ss-fx-fg:#70757a;--ss-grid-bg:#fff;--ss-header-bg:#f8f9fa;--ss-header-fg:#70757a;--ss-header-active:#d2e3fc;--ss-grid-line:#e0e0e0;--ss-cell-fg:#3c4043;--ss-cell-muted:#70757a;--ss-selection:#1a73e8;--ss-selection-fill:#fff;--ss-commit-flash:#1a73e81a;--ss-caret:#3c4043;--ss-sheet-bar-bg:#f8f9fa;--ss-sheet-bar-border:#dadce0;--ss-sheet-bar-icon:#5f6368;--ss-sheet-tab-bg:#e8f0fe;--ss-sheet-tab-fg:#1a73e8}.dark .ss-root{--ss-shell-bg:#202124;--ss-border:#5f6368;--ss-shadow:0 1px 3px #0006,0 4px 12px #00000059;--ss-formula-bg:#202124;--ss-formula-border:#5f6368;--ss-name-box-fg:#e8eaed;--ss-name-box-border:#5f6368;--ss-fx-fg:#9aa0a6;--ss-grid-bg:#202124;--ss-header-bg:#292a2d;--ss-header-fg:#9aa0a6;--ss-header-active:#394457;--ss-grid-line:#3c4043;--ss-cell-fg:#e8eaed;--ss-cell-muted:#9aa0a6;--ss-selection:#8ab4f8;--ss-selection-fill:#202124;--ss-commit-flash:#8ab4f824;--ss-caret:#e8eaed;--ss-sheet-bar-bg:#292a2d;--ss-sheet-bar-border:#5f6368;--ss-sheet-bar-icon:#9aa0a6;--ss-sheet-tab-bg:#394457;--ss-sheet-tab-fg:#8ab4f8}.ss-shell{border:1px solid var(--ss-border);background-color:var(--ss-shell-bg);box-shadow:var(--ss-shadow);font-family:Arial,Roboto,Helvetica Neue,sans-serif}.ss-formula{border-bottom:1px solid var(--ss-formula-border);background-color:var(--ss-formula-bg);align-items:stretch;height:1.75rem;display:flex}.ss-name-box{border-right:1px solid var(--ss-formula-border);width:3.25rem;color:var(--ss-name-box-fg);flex-shrink:0;justify-content:center;align-items:center;gap:.125rem;padding:0 .25rem;font-size:11px;display:flex}.ss-name-box-chevron{color:var(--ss-cell-muted)}.ss-formula-sep{background-color:var(--ss-formula-border);flex-shrink:0;width:1px}.ss-fx{width:1.75rem;color:var(--ss-fx-fg);flex-shrink:0;justify-content:center;align-items:center;font-family:Georgia,Times New Roman,serif;font-size:12px;font-style:italic;display:flex}.ss-formula-input{min-width:0;color:var(--ss-cell-fg);flex:1;align-items:center;padding:0 .5rem;font-size:11px;display:flex}.ss-grid-wrap{background-color:var(--ss-grid-bg)}.ss-grid{width:100%;display:grid}.ss-corner{background-color:var(--ss-header-bg);border-right:1px solid var(--ss-grid-line);border-bottom:1px solid var(--ss-grid-line)}.ss-col-header,.ss-row-num{background-color:var(--ss-header-bg);color:var(--ss-header-fg);-webkit-user-select:none;user-select:none;border-right:1px solid var(--ss-grid-line);border-bottom:1px solid var(--ss-grid-line);justify-content:center;align-items:center;font-size:11px;display:flex}.ss-col-header--active,.ss-row-num--active{background-color:var(--ss-header-active);color:var(--ss-name-box-fg)}.ss-cell-wrap{min-width:0;height:100%;min-height:0;position:relative}.ss-cell{border-right:1px solid var(--ss-grid-line);border-bottom:1px solid var(--ss-grid-line);background-color:var(--ss-grid-bg);height:100%;color:var(--ss-cell-fg);align-items:center;padding:0 .375rem;font-size:11px;display:flex;overflow:hidden}.ss-cell--num{font-variant-numeric:tabular-nums;justify-content:flex-end}.ss-cell--muted{color:var(--ss-cell-muted)}.ss-cell--header{background-color:var(--ss-header-bg);color:var(--ss-name-box-fg);font-size:10px;font-weight:600}.ss-cell--pnl-pos{color:#137333}.dark .ss-cell--pnl-pos{color:#81c995}.ss-cell--pnl-neg{color:#c5221f}.dark .ss-cell--pnl-neg{color:#f28b82}.ss-active-border{pointer-events:none;z-index:2;border:2px solid var(--ss-selection);margin:-1px;position:absolute;inset:0}.ss-fill-handle{pointer-events:none;z-index:3;border:1px solid var(--ss-selection-fill);background-color:var(--ss-selection);width:6px;height:6px;position:absolute;bottom:-5px;right:-5px}.ss-cell--commit-flash .ss-cell{animation:.5s ease-out both ss-commit-flash}@keyframes ss-commit-flash{0%{background-color:var(--ss-commit-flash)}to{background-color:var(--ss-grid-bg)}}.ss-caret{vertical-align:text-bottom;background-color:var(--ss-caret);width:1px;height:.9em;margin-left:1px;animation:1.1s step-start infinite ss-caret-blink;display:inline-block}@keyframes ss-caret-blink{0%,49.9%{opacity:1}50%,to{opacity:0}}.ss-grid-body{position:relative;overflow:hidden}.ss-grid-body::-webkit-scrollbar{display:none}.ss-sheet-bar{border-top:1px solid var(--ss-sheet-bar-border);background-color:var(--ss-sheet-bar-bg);align-items:center;gap:.125rem;height:1.875rem;padding:0 .25rem;display:flex}.ss-sheet-bar-btn{width:1.5rem;height:1.5rem;color:var(--ss-sheet-bar-icon);cursor:default;background:0 0;border:none;border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ss-sheet-tab{background-color:var(--ss-sheet-tab-bg);height:1.5rem;color:var(--ss-sheet-tab-fg);cursor:default;border:none;border-radius:2px 2px 0 0;align-items:center;gap:.25rem;padding:0 .5rem 0 .625rem;font-size:11px;font-weight:600;display:flex}.ss-sheet-tab-chevron{color:var(--ss-sheet-tab-fg)}
.gc-root{--gc-shell-bg:#dee1e6;--gc-border:#0000001f;--gc-ring:#0000000f;--gc-shadow:0 20px 40px -12px #00000024;--gc-tabstrip-bg:#dee1e6;--gc-tab-bg:#fff;--gc-tab-fg:#3c4043;--gc-tab-close:#5f6368;--gc-toolbar-bg:#fff;--gc-toolbar-border:#00000014;--gc-nav-fg:#5f6368;--gc-nav-disabled:#5f636861;--gc-omnibox-bg:#f1f3f4;--gc-omnibox-fg:#202124;--gc-omnibox-placeholder:#5f6368;--gc-omnibox-caret:#1a73e8;--gc-omnibox-focus-ring:#1a73e82e;--gc-menu-fg:#5f6368;--gc-bookmarks-bg:#fff;--gc-bookmarks-fg:#3c4043;--gc-viewport-bg:#fff;--gc-new-tab-btn:#5f6368;--gc-profile-letter-fg:#f8ffff;--gc-profile-letter-shadow:#00282838}@supports (color:lab(0% 0 0)){.gc-root{--gc-profile-letter-fg:lab(99.5275% -3.26028 -1.01411);--gc-profile-letter-shadow:lab(13.6296% -19.6596 -5.82693/.22)}}.dark .gc-root{--gc-shell-bg:#202124;--gc-border:#ffffff1a;--gc-ring:#00000059;--gc-shadow:0 20px 40px -12px #00000080;--gc-tabstrip-bg:#202124;--gc-tab-bg:#323639;--gc-tab-fg:#e8eaed;--gc-tab-close:#9aa0a6;--gc-toolbar-bg:#323639;--gc-toolbar-border:#ffffff0f;--gc-nav-fg:#9aa0a6;--gc-nav-disabled:#9aa0a659;--gc-omnibox-bg:#202124;--gc-omnibox-fg:#e8eaed;--gc-omnibox-placeholder:#9aa0a6;--gc-omnibox-caret:#8ab4f8;--gc-omnibox-focus-ring:#8ab4f838;--gc-menu-fg:#9aa0a6;--gc-bookmarks-bg:#323639;--gc-bookmarks-fg:#e8eaed;--gc-viewport-bg:#202124;--gc-new-tab-btn:#9aa0a6;--gc-profile-letter-fg:#e1fcf9;--gc-profile-letter-shadow:#010c1b73}@supports (color:lab(0% 0 0)){.dark .gc-root{--gc-profile-letter-fg:lab(96.8402% -9.33865 -1.92872);--gc-profile-letter-shadow:lab(2.94035% -.48396 -10.4004/.45)}}.gc-shell{border:1px solid var(--gc-border);background-color:var(--gc-shell-bg);box-shadow:var(--gc-shadow);outline:1px solid var(--gc-ring);outline-offset:-1px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.gc-tabstrip{background-color:var(--gc-tabstrip-bg);grid-template-columns:auto minmax(0,1fr);align-items:end;column-gap:.625rem;min-height:2.75rem;padding:.375rem .5rem 0 .875rem;display:grid}.gc-traffic-lights{align-self:center;align-items:center;gap:.5rem;padding-bottom:.15rem;display:flex}.gc-light{cursor:default;border:none;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:.6875rem;height:.6875rem;padding:0;transition:filter .12s;display:flex;box-shadow:inset 0 0 0 .5px #0000002e,0 .5px #ffffff59}.gc-traffic-lights:hover .gc-light{filter:brightness(.92)}.gc-light-icon{opacity:0;color:#0000008c;flex-shrink:0;transition:opacity .12s}.gc-traffic-lights:hover .gc-light-icon{opacity:1}.dark .gc-light{box-shadow:inset 0 0 0 .5px #00000073,0 .5px #ffffff14}.dark .gc-traffic-lights:hover .gc-light{filter:brightness(.88)}.dark .gc-traffic-lights:hover .gc-light-icon{color:#0000009e}.gc-light-close{background-color:#ff5f57}.gc-light-minimize{background-color:#febc2e}.gc-light-maximize{background-color:#28c840}.gc-tabs{flex:1;align-items:flex-end;gap:.125rem;min-width:0;display:flex}.gc-tab{width:clamp(9.5rem,32vw,11.75rem);min-width:9.5rem;max-width:11.75rem;color:var(--gc-tab-fg);border-radius:.5rem .5rem 0 0;flex-shrink:0;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:.375rem;padding:.5rem .375rem .5rem .75rem;font-size:.8125rem;line-height:1.2;display:grid}.gc-tab-active{background-color:var(--gc-tab-bg)}.gc-tab-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.gc-tab-close{width:1.25rem;height:1.25rem;color:var(--gc-tab-close);opacity:.85;background:0 0;border:none;border-radius:9999px;flex-shrink:0;justify-content:center;place-self:center end;align-items:center;margin-right:.0625rem;padding:0;display:flex}.gc-tab-close:hover{opacity:1}.gc-new-tab{width:1.25rem;height:1.25rem;color:var(--gc-new-tab-btn);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:.5rem;padding:0;display:flex}.gc-toolbar{box-sizing:border-box;border-bottom:1px solid var(--gc-toolbar-border);background-color:var(--gc-toolbar-bg);align-items:center;gap:.5rem;min-height:2.625rem;padding:.3125rem .875rem;display:flex}.gc-nav{flex-shrink:0;align-items:center;gap:.0625rem;display:flex}.gc-nav-btn{width:2rem;height:2rem;color:var(--gc-nav-fg);background:0 0;border:none;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.gc-nav-btn:disabled{color:var(--gc-nav-disabled);cursor:default}.gc-omnibox{--gc-omnibox-track:calc(.8125rem*1.2);box-sizing:border-box;min-width:0;min-height:calc(var(--gc-omnibox-track) + .5rem);background-color:var(--gc-omnibox-bg);border:1px solid #0000;border-radius:9999px;flex:1;align-items:center;padding:.25rem 1.125rem;transition:box-shadow .28s,border-color .2s;display:flex}.gc-omnibox--active{box-shadow:0 0 0 1px var(--gc-omnibox-focus-ring);border-color:#0000}.gc-omnibox-typing{min-width:0;min-height:var(--gc-omnibox-track);flex:1;align-items:center;font-size:.8125rem;line-height:1.2;display:inline-flex;overflow:hidden}.gc-omnibox-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:inherit;line-height:inherit;color:var(--gc-omnibox-fg);-webkit-user-select:none;user-select:none;overflow:hidden}.gc-omnibox-text--measure{opacity:0}.gc-omnibox-caret{width:1px;height:var(--gc-omnibox-track);background-color:var(--gc-omnibox-caret);flex-shrink:0;margin-left:1px;animation:1s step-end infinite gc-omnibox-caret-blink;display:inline-block}.gc-omnibox-caret--solid{opacity:1;animation:none}@keyframes gc-omnibox-caret-blink{0%,45%{opacity:1}55%,to{opacity:0}}@media (prefers-reduced-motion:reduce){.gc-omnibox{transition:none}.gc-omnibox-caret{opacity:0;animation:none}}.gc-toolbar-actions{flex-shrink:0;align-items:center;gap:.375rem;display:flex}.gc-profile{border-radius:9999px;flex-shrink:0;place-items:center;width:2rem;height:2rem;display:grid}.gc-profile-letter{letter-spacing:0;text-transform:lowercase;color:var(--gc-profile-letter-fg);text-shadow:0 .5px 0 var(--gc-profile-letter-shadow);font-size:.875rem;font-weight:600;line-height:1;transform:translateY(-.08em)}.gc-menu-btn{color:var(--gc-menu-fg);background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;display:flex}.gc-bookmarks{border-bottom:1px solid var(--gc-toolbar-border);background-color:var(--gc-bookmarks-bg);color:var(--gc-bookmarks-fg);align-items:center;gap:.5rem;padding:.375rem .875rem;font-size:.8125rem;display:flex}.gc-apps-icon{flex-shrink:0;grid-template-columns:repeat(3,4px);gap:1px;display:grid}.gc-apps-square{border-radius:.5px;width:4px;height:4px}.gc-bookmarks-label{font-weight:400}.gc-viewport{background-color:var(--gc-viewport-bg);width:100%;position:relative;overflow:hidden}.gc-viewport-media{object-fit:cover;object-position:center;border:none;width:100%;height:100%;display:block;position:absolute;inset:0}.gc-viewport-slot{width:100%;height:100%;display:flex;position:absolute;inset:0;overflow:hidden}.gc-viewport-slot>img,.gc-viewport-slot>video,.gc-viewport-slot>picture,.gc-viewport-slot>iframe,.gc-viewport-slot :is(img,video,iframe){object-fit:cover;object-position:center;border:none;width:100%;height:100%;display:block}.gc-viewport-slot>*{flex:1;min-width:0;min-height:0}
.gcw-root{--gcw-chrome-bg:#dee1e6;--gcw-border:#00000024;--gcw-ring:#0000000f;--gcw-shadow:0 20px 40px -12px #00000024;--gcw-tab-bg:#fff;--gcw-tab-fg:#202124;--gcw-tab-close:#5f6368;--gcw-new-tab:#5f6368;--gcw-win-fg:#202124;--gcw-win-hover-muted:#0000000f;--gcw-win-hover-close:#e81123;--gcw-win-hover-close-fg:#fff;--gcw-toolbar-bg:#fff;--gcw-toolbar-border:#00000014;--gcw-nav-fg:#5f6368;--gcw-nav-disabled:#5f636861;--gcw-omnibox-bg:#f1f3f4;--gcw-omnibox-border:transparent;--gcw-omnibox-fg:#5f6368;--gcw-omnibox-typed:#202124;--gcw-omnibox-caret:#1a73e8;--gcw-omnibox-focus-ring:#1a73e82e;--gcw-omnibox-icon:#5f6368;--gcw-toolbar-icon:#5f6368;--gcw-toolbar-sep:#0000001f;--gcw-viewport-bg:#fff;--gcw-profile-letter-fg:#f8ffff;--gcw-profile-letter-shadow:#00282838}@supports (color:lab(0% 0 0)){.gcw-root{--gcw-profile-letter-fg:lab(99.5275% -3.26028 -1.01411);--gcw-profile-letter-shadow:lab(13.6296% -19.6596 -5.82693/.22)}}.dark .gcw-root{--gcw-chrome-bg:#202124;--gcw-border:#ffffff1a;--gcw-ring:#00000059;--gcw-shadow:0 20px 40px -12px #00000080;--gcw-tab-bg:#35363a;--gcw-tab-fg:#e8eaed;--gcw-tab-close:#9aa0a6;--gcw-new-tab:#9aa0a6;--gcw-win-fg:#e8eaed;--gcw-win-hover-muted:#ffffff1a;--gcw-win-hover-close:#c42b1c;--gcw-win-hover-close-fg:#fff;--gcw-toolbar-bg:#202124;--gcw-toolbar-border:#ffffff0f;--gcw-nav-fg:#9aa0a6;--gcw-nav-disabled:#9aa0a659;--gcw-omnibox-bg:#35363a;--gcw-omnibox-border:#ffffff1a;--gcw-omnibox-fg:#bdc1c6;--gcw-omnibox-typed:#e8eaed;--gcw-omnibox-caret:#8ab4f8;--gcw-omnibox-focus-ring:#8ab4f838;--gcw-omnibox-icon:#9aa0a6;--gcw-toolbar-icon:#9aa0a6;--gcw-toolbar-sep:#ffffff1f;--gcw-viewport-bg:#202124;--gcw-profile-letter-fg:#e1fcf9;--gcw-profile-letter-shadow:#010c1b73}@supports (color:lab(0% 0 0)){.dark .gcw-root{--gcw-profile-letter-fg:lab(96.8402% -9.33865 -1.92872);--gcw-profile-letter-shadow:lab(2.94035% -.48396 -10.4004/.45)}}.gcw-shell{border:1px solid var(--gcw-border);background-color:var(--gcw-chrome-bg);box-shadow:var(--gcw-shadow);outline:1px solid var(--gcw-ring);outline-offset:-1px;font-family:Segoe UI,system-ui,-apple-system,Roboto,Helvetica Neue,Arial,sans-serif}.gcw-titlebar{background-color:var(--gcw-chrome-bg);justify-content:space-between;align-items:stretch;gap:.375rem;min-height:2rem;padding:0 0 0 .375rem;display:flex}.gcw-tabs{flex:1;align-items:flex-end;gap:.125rem;min-width:0;padding-top:.25rem;display:flex}.gcw-tab{width:clamp(9.5rem,32vw,12rem);min-width:9.5rem;max-width:12rem;color:var(--gcw-tab-fg);border-radius:.5rem .5rem 0 0;flex-shrink:0;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;column-gap:.5rem;padding:.3125rem .3125rem .3125rem .625rem;font-size:.75rem;line-height:1.2;display:grid}.gcw-tab-active{background-color:var(--gcw-tab-bg)}.gcw-g-icon{flex-shrink:0;width:1.125rem;height:1.125rem}.gcw-g-icon--muted{filter:grayscale();opacity:.72}.gcw-tab-favicon{width:.875rem;height:.875rem}.gcw-tab-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.gcw-tab-close{width:1.25rem;height:1.25rem;color:var(--gcw-tab-close);opacity:.85;background:0 0;border:none;border-radius:9999px;justify-content:center;place-self:center end;align-items:center;margin-right:.0625rem;padding:0;display:flex}.gcw-new-tab{width:1.25rem;height:1.25rem;color:var(--gcw-new-tab);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:.3125rem;padding:0;display:flex}.gcw-win-controls{flex-shrink:0;align-self:stretch;align-items:stretch;height:2rem;margin-left:auto;display:flex}.gcw-win-btn{width:2.75rem;height:100%;color:var(--gcw-win-fg);background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;padding:0;transition:background-color .12s,color .12s;display:flex}.gcw-win-btn-minimize:hover,.gcw-win-btn-maximize:hover{background-color:var(--gcw-win-hover-muted)}.gcw-win-btn-close:hover{background-color:var(--gcw-win-hover-close);color:var(--gcw-win-hover-close-fg)}.gcw-toolbar{border-bottom:1px solid var(--gcw-toolbar-border);background-color:var(--gcw-toolbar-bg);align-items:center;gap:.5rem;padding:.3125rem .625rem .3125rem .75rem;display:flex}.gcw-nav{flex-shrink:0;align-items:center;gap:.0625rem;display:flex}.gcw-toolbar-btn{width:2rem;height:2rem;color:var(--gcw-nav-fg);background:0 0;border:none;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.gcw-toolbar-btn:disabled{color:var(--gcw-nav-disabled);cursor:default}.gcw-toolbar-actions .gcw-toolbar-btn{color:var(--gcw-toolbar-icon)}.gcw-toolbar-glyph{flex-shrink:0}.gcw-omnibox-btn{color:var(--gcw-omnibox-icon)}.gcw-omnibox{border:1px solid var(--gcw-omnibox-border);background-color:var(--gcw-omnibox-bg);border-radius:9999px;flex:1;align-items:center;gap:.5rem;min-width:0;padding:.25rem .5rem .25rem .625rem;transition:box-shadow .28s,border-color .2s;display:flex}.gcw-omnibox--active{box-shadow:0 0 0 1px var(--gcw-omnibox-focus-ring);border-color:#0000}.gcw-omnibox .gcw-g-icon{width:1rem;height:1rem}.gcw-omnibox .gcw-toolbar-btn{width:1.625rem;height:1.625rem}.gcw-omnibox-typing{flex:1;align-items:center;min-width:0;display:inline-flex;overflow:hidden}.gcw-omnibox-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--gcw-omnibox-typed);-webkit-user-select:none;user-select:none;font-size:.8125rem;line-height:1.2;overflow:hidden}.gcw-omnibox-caret{background-color:var(--gcw-omnibox-caret);vertical-align:text-bottom;flex-shrink:0;width:1px;height:1.05em;margin-left:1px;animation:1s step-end infinite gcw-omnibox-caret-blink;display:inline-block}.gcw-omnibox-caret--solid{opacity:1;animation:none}@keyframes gcw-omnibox-caret-blink{0%,45%{opacity:1}55%,to{opacity:0}}@media (prefers-reduced-motion:reduce){.gcw-omnibox{transition:none}.gcw-omnibox-caret{opacity:0;animation:none}}.gcw-omnibox-actions{flex-shrink:0;align-items:center;gap:.125rem;display:flex}.gcw-toolbar-actions{flex-shrink:0;align-items:center;gap:.25rem;display:flex}.gcw-toolbar-actions .gcw-toolbar-sep{margin-inline:.375rem}.gcw-toolbar-sep{background-color:var(--gcw-toolbar-sep);flex-shrink:0;align-self:center;width:1px;height:1.125rem}.gcw-profile{border-radius:9999px;flex-shrink:0;place-items:center;width:2rem;height:2rem;display:grid}.gcw-profile-letter{text-transform:lowercase;color:var(--gcw-profile-letter-fg);text-shadow:0 .5px 0 var(--gcw-profile-letter-shadow);font-size:.875rem;font-weight:600;line-height:1;transform:translateY(-.08em)}.gcw-viewport{background-color:var(--gcw-viewport-bg);width:100%;position:relative;overflow:hidden}.gcw-viewport-media{object-fit:cover;object-position:center;border:none;width:100%;height:100%;display:block;position:absolute;inset:0}.gcw-viewport-slot{width:100%;height:100%;display:flex;position:absolute;inset:0;overflow:hidden}.gcw-viewport-slot>img,.gcw-viewport-slot>video,.gcw-viewport-slot>picture,.gcw-viewport-slot>iframe,.gcw-viewport-slot :is(img,video,iframe){object-fit:cover;object-position:center;border:none;width:100%;height:100%;display:block}.gcw-viewport-slot>*{flex:1;min-width:0;min-height:0}
.mbp-root{--mbp-space-light:#3a3a3c;--mbp-space-mid:#2c2c2e;--mbp-space-dark:#1d1d1f;--mbp-space-deep:#141416;--mbp-frame-top:var(--mbp-space-light);--mbp-frame-mid:var(--mbp-space-mid);--mbp-frame-bottom:var(--mbp-space-dark);--mbp-frame-highlight:#ffffff14;--mbp-frame-shadow:#0006;--mbp-bezel:var(--mbp-space-deep);--mbp-notch:var(--mbp-space-deep);--mbp-hinge:var(--mbp-space-dark);--mbp-base-top:var(--mbp-space-mid);--mbp-base-mid:var(--mbp-space-dark);--mbp-base-bottom:var(--mbp-space-deep);--mbp-scoop:var(--mbp-space-deep);--mbp-shell-shadow:0 24px 48px -16px #00000047;--mbp-shell-ring:#0003}.dark .mbp-root{--mbp-shell-shadow:0 28px 56px -16px #0000008c;--mbp-shell-ring:#ffffff14}.mbp-shell{filter:drop-shadow(var(--mbp-shell-shadow));flex-direction:column;align-items:center;display:flex}.mbp-lid{z-index:1;width:100%;position:relative}.mbp-lid-frame{background:linear-gradient(180deg,var(--mbp-frame-top)0%,var(--mbp-frame-mid)42%,var(--mbp-frame-bottom)100%);box-shadow:inset 0 1px 0 var(--mbp-frame-highlight),inset 0 -1px 0 var(--mbp-frame-shadow),0 0 0 1px var(--mbp-shell-ring);border-radius:.75rem .75rem 0 0;padding:.375rem}.mbp-bezel{background:0 0;border-radius:.5rem .5rem 0 0;position:relative;overflow:hidden}.mbp-notch{z-index:2;background-color:var(--mbp-notch);border-radius:0 0 .5rem .5rem;justify-content:center;align-items:flex-end;width:13%;min-width:4.5rem;max-width:7.5rem;height:1.25rem;padding-bottom:.2rem;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%)}.mbp-camera{background:radial-gradient(circle at 38% 32%,#4a4a58 0%,#252530 38%,#121218 72%,#08080c 100%);border-radius:50%;flex-shrink:0;width:.4375rem;height:.4375rem;display:block;position:relative;box-shadow:0 0 0 1px #000000d9,0 0 0 1.5px #37373ee6,inset 0 1px 2px #0000008c,inset 0 -.5px #ffffff0f}.mbp-camera:before{content:"";background:radial-gradient(circle at 40% 35%,#1e1e28 0%,#0c0c12 100%);border-radius:50%;position:absolute;inset:18%;box-shadow:inset 0 0 1px #000c}.mbp-camera:after{content:"";background:radial-gradient(circle,#ffffff80 0%,#ffffff1f 55%,#0000 100%);border-radius:50%;width:28%;height:28%;position:absolute;top:22%;left:30%}.mbp-screen{z-index:1;border:.5rem solid var(--mbp-bezel);box-sizing:border-box;background:0 0;border-bottom-width:1.125rem;border-radius:.25rem;width:100%;position:relative;overflow:hidden}.mbp-screen-slot{width:100%;height:100%;display:flex;position:absolute;inset:0;overflow:hidden}.mbp-screen-slot>*{flex:1;min-width:0;min-height:0}.mbp-hinge{background:linear-gradient(90deg,transparent 0%,var(--mbp-hinge)8%,var(--mbp-hinge)92%,transparent 100%);flex-shrink:0;width:100%;height:2px;margin-block:-1px}.mbp-base{z-index:0;background:linear-gradient(180deg,var(--mbp-base-top)0%,var(--mbp-base-mid)55%,var(--mbp-base-bottom)100%);width:104%;height:2rem;box-shadow:inset 0 1px 0 var(--mbp-frame-highlight),inset 0 -2px 4px var(--mbp-frame-shadow);border-radius:0 0 .875rem .875rem;position:relative}.mbp-scoop{z-index:0;background:var(--mbp-scoop);border-radius:0 0 .5rem .5rem;width:28%;min-width:5rem;max-width:10rem;height:.5rem;position:absolute;top:4px;left:calc(50% + 4px);transform:translate(-50%,-50%);box-shadow:inset 0 -1px 2px #00000073}
.bs3-grid{border:1px solid var(--border);grid-template-columns:repeat(2,1fr);display:grid}@media (min-width:640px){.bs3-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.bs3-grid{grid-template-columns:repeat(6,1fr)}}.bs3-cell{--bs3-ease:cubic-bezier(.22,1,.36,1);isolation:isolate;cursor:default;background:var(--background);border:1px solid var(--border);z-index:0;outline:none;justify-content:center;align-items:center;margin-top:-1px;margin-left:-1px;padding-block:2rem;display:flex;position:relative;overflow:hidden}.bs3-cell:hover,.bs3-cell:focus-visible{z-index:10}.bs3-cell:before{content:"";background:linear-gradient(to top,var(--background)0%,transparent 84%);pointer-events:none;z-index:1;position:absolute;inset:0}.bs3-cell:after{content:"";pointer-events:none;z-index:4;transition:box-shadow .3s .15s;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #0000}.bs3-cell:hover:after,.bs3-cell:focus-visible:after{box-shadow:inset 0 0 0 1px var(--bs3-brand-color);transition:box-shadow .3s}.bs3-flicker-layer{z-index:2;pointer-events:none;opacity:0;transition:opacity .3s ease-out;position:absolute;inset:0;overflow:hidden}.bs3-cell:hover .bs3-flicker-layer,.bs3-cell:focus-visible .bs3-flicker-layer{opacity:1}.bs3-logo-inner{z-index:10;flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.bs3-logo-stack{aspect-ratio:1;width:2.5rem;max-width:100%;transition:transform .48s var(--bs3-ease).13s;position:relative;transform:translateY(1rem)}@media (min-width:768px){.bs3-logo-stack{width:3rem}}.bs3-cell:hover .bs3-logo-stack,.bs3-cell:focus-visible .bs3-logo-stack{transition-delay:0s;transform:translateY(0)}.bs3-icon-default,.bs3-icon-hover{display:flex;position:absolute;inset:0}.bs3-icon-default{opacity:1;filter:grayscale()opacity(.35)blur();transition:opacity .52s var(--bs3-ease).12s,filter .52s var(--bs3-ease).12s}.dark .bs3-icon-default{filter:grayscale()invert()opacity(.22)blur()}.bs3-cell:hover .bs3-icon-default,.bs3-cell:focus-visible .bs3-icon-default{opacity:0;pointer-events:none;filter:grayscale()opacity(0)blur(5px);transition-delay:0s,0s}.dark .bs3-cell:hover .bs3-icon-default,.dark .bs3-cell:focus-visible .bs3-icon-default{filter:grayscale()invert()opacity(0)blur(5px)}.bs3-icon-hover{opacity:0;filter:blur(6px);transition:opacity .54s var(--bs3-ease)45ms,filter .58s var(--bs3-ease)45ms}.bs3-cell:hover .bs3-icon-hover,.bs3-cell:focus-visible .bs3-icon-hover{opacity:1;filter:blur();transition-delay:70ms,70ms}.bs3-name-label{letter-spacing:.02em;color:var(--foreground);opacity:0;filter:blur(5px);transition:opacity .5s var(--bs3-ease).1s,filter .56s var(--bs3-ease).1s,transform .56s var(--bs3-ease).1s;margin-top:.5rem;font-size:.875rem;font-weight:500;transform:translateY(.375rem)}.bs3-cell:hover .bs3-name-label,.bs3-cell:focus-visible .bs3-name-label{opacity:1;filter:blur();transition-delay:95ms,95ms,95ms;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.bs3-logo-stack{transition-duration:.01ms;transition-delay:0s!important}.bs3-icon-default,.bs3-icon-hover{transition-duration:.01ms!important;transition-delay:0s!important}.bs3-icon-default{filter:grayscale()opacity(.35)blur()!important}.dark .bs3-icon-default{filter:grayscale()invert()opacity(.22)blur()!important}.bs3-cell:hover .bs3-icon-default,.bs3-cell:focus-visible .bs3-icon-default{filter:grayscale()opacity(0)blur()!important}.dark .bs3-cell:hover .bs3-icon-default,.dark .bs3-cell:focus-visible .bs3-icon-default{filter:grayscale()invert()opacity(0)blur()!important}.bs3-icon-hover,.bs3-cell:hover .bs3-icon-hover,.bs3-cell:focus-visible .bs3-icon-hover{filter:blur()!important}.bs3-name-label{filter:blur()!important;transition-duration:.01ms!important;transition-delay:0s!important;transform:none!important}.bs3-cell:hover .bs3-icon-default,.bs3-cell:focus-visible .bs3-icon-default,.bs3-cell:hover .bs3-icon-hover,.bs3-cell:focus-visible .bs3-icon-hover,.bs3-cell:hover .bs3-name-label,.bs3-cell:focus-visible .bs3-name-label{transition-delay:0s!important}}.bs3-cell:nth-child(2n){border-right:none}.bs3-cell:nth-last-child(-n+2){border-bottom:none}@media (min-width:640px){.bs3-cell:nth-child(2n){border-right:1px solid var(--border)}.bs3-cell:nth-child(3n){border-right:none}.bs3-cell:nth-last-child(-n+2){border-bottom:1px solid var(--border)}.bs3-cell:nth-last-child(-n+3){border-bottom:none}}@media (min-width:1024px){.bs3-cell{border-right:1px solid var(--border);border-bottom:none}.bs3-cell:nth-child(3n){border-right:1px solid var(--border)}.bs3-cell:last-child{border-right:none}}@media (hover:none){.bs3-cell:after{box-shadow:inset 0 0 0 1px var(--bs3-brand-color);transition:none}.bs3-cell .bs3-flicker-layer{opacity:1;transition:none}.bs3-cell .bs3-logo-stack{transition:none;transform:translateY(0)}.bs3-cell .bs3-icon-default{opacity:0;filter:grayscale()opacity(0);transition:none}.dark .bs3-cell .bs3-icon-default{filter:grayscale()invert()opacity(0)}.bs3-cell .bs3-icon-hover{opacity:1;filter:none;transition:none}.bs3-cell .bs3-name-label{opacity:1;filter:none;transition:none;transform:none}}
.bs4-grid{border:1px solid var(--border);grid-template-columns:repeat(2,1fr);display:grid}@media (min-width:640px){.bs4-grid{grid-template-columns:repeat(4,1fr)}}.bs4-cell{isolation:isolate;cursor:default;background:var(--background);border:1px solid var(--border);z-index:0;justify-content:center;align-items:center;margin-top:-1px;margin-left:-1px;padding-block:2rem;display:flex;position:relative;overflow:hidden}.bs4-cell:before{content:"";background:linear-gradient(to top,var(--background)0%,transparent 84%);pointer-events:none;z-index:1;position:absolute;inset:0}.bs4-flicker-layer{z-index:2;pointer-events:none;opacity:1;position:absolute;inset:0;overflow:hidden}.bs4-logo-inner{z-index:10;flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.bs4-logo-stack{aspect-ratio:1;border-radius:.625rem;width:2.5rem;max-width:100%;position:relative}@media (min-width:768px){.bs4-logo-stack{width:3rem}}.bs4-icon{opacity:1;display:flex;position:absolute;inset:0}.bs4-cell:nth-child(2n){border-right:none}.bs4-cell:nth-last-child(-n+2){border-bottom:none}@media (min-width:640px){.bs4-cell:nth-child(2n){border-right:1px solid var(--border)}.bs4-cell:nth-child(4n){border-right:none}.bs4-cell:nth-last-child(-n+2){border-bottom:1px solid var(--border)}.bs4-cell:nth-last-child(-n+4){border-bottom:none}}
.fsv1-grid{grid-template-columns:1fr;gap:.75rem;margin:0;padding:0;list-style:none;display:grid}@media (min-width:640px){.fsv1-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}}@media (min-width:1024px){.fsv1-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}}.fsv1-cell{flex-direction:column;gap:.65rem;min-width:0;margin:0;display:flex}.fsv1-card{background-color:color-mix(in oklab,var(--muted)82%,var(--background)18%);min-height:11.5rem;color:var(--foreground);border-radius:0;flex:1;position:relative;overflow:hidden}.fsv1-card:after{content:"";border-style:solid;border-width:0 0 .6rem .6rem;border-color:transparent transparent color-mix(in oklab,var(--foreground)20%,transparent)transparent;pointer-events:none;z-index:10;width:0;height:0;position:absolute;bottom:0;right:0}.fsv1-card-front,.fsv1-card-back{will-change:transform,opacity;flex-direction:column;justify-content:space-between;padding:1.25rem 1.35rem 1.15rem;transition:transform .32s cubic-bezier(.87,0,.13,1),opacity .32s cubic-bezier(.87,0,.13,1);display:flex;position:absolute;inset:0}.fsv1-card-back{opacity:0;justify-content:flex-start;transform:translateY(-100%)}.fsv1-card:hover .fsv1-card-front{opacity:0;transform:translateY(100%)}.fsv1-card:hover .fsv1-card-back{opacity:1;transform:translateY(0)}.fsv1-card-icon{opacity:.9;flex-shrink:0;width:1.65rem;height:1.65rem}.fsv1-card-desc{color:var(--muted-foreground);margin:0;font-size:.8125rem;line-height:1.6}.fsv1-card-title{font-family:var(--font-mono,ui-monospace,monospace);letter-spacing:.14em;text-transform:uppercase;color:color-mix(in oklab,var(--foreground)88%,transparent);align-self:flex-start;margin:0;font-size:.6875rem;font-weight:500;line-height:1.35}.fsv1-index{font-family:var(--font-mono,ui-monospace,monospace);letter-spacing:.18em;text-transform:uppercase;color:color-mix(in oklab,var(--muted-foreground)92%,transparent);margin:0;font-size:.6875rem;font-weight:500}@media (prefers-reduced-motion:reduce){.fsv1-card-front,.fsv1-card-back{transition:none}}
.fsv1-section{color:var(--foreground)}
.fsv2-grid{grid-template-columns:1fr;gap:1rem;margin:0;padding:0;list-style:none;display:grid}@media (min-width:640px){.fsv2-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.fsv2-cell{min-width:0}.fsv2-card{--fsv2-illustration-height:12rem;background-color:color-mix(in oklab,var(--muted)82%,var(--background)18%);border:1px solid var(--border);border-radius:var(--radius-xl);flex-direction:column;min-height:17rem;display:flex;position:relative;overflow:hidden}@media (max-width:639px){.fsv2-card{--fsv2-illustration-height:10.5rem}}.fsv2-card-top{flex:0 0 var(--fsv2-illustration-height);height:var(--fsv2-illustration-height);min-height:var(--fsv2-illustration-height);max-height:var(--fsv2-illustration-height);flex-direction:column;display:flex}.fsv2-card-top>*{flex:1;align-self:stretch;width:100%;min-width:0;min-height:0}.fsv2-card-footer{flex-direction:column;gap:.55rem;margin-top:auto;padding:1rem 1.1rem;display:flex}.fsv2-card-title{font-family:var(--font-mono,ui-monospace,monospace);letter-spacing:.14em;text-transform:uppercase;color:color-mix(in oklab,var(--foreground)88%,transparent);margin:0;font-size:.6875rem;font-weight:500;line-height:1.35}.fsv2-card-desc{color:var(--muted-foreground);min-height:3.77812rem;margin:0;font-size:.8125rem;line-height:1.55}@keyframes fsv2-caret-blink{0%,to{opacity:1}50%{opacity:0}}.fsv2-caret{animation:1s steps(2,end) infinite fsv2-caret-blink}@media (prefers-reduced-motion:reduce){.fsv2-caret{animation:none}}@keyframes fsv2-row-appear{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.fsv2-row-appear{animation:.18s ease-out both fsv2-row-appear}@media (prefers-reduced-motion:reduce){.fsv2-row-appear{animation:none}}
@font-face{font-family:Instrument Serif;font-style:italic;font-weight:400;font-display:swap;src:url(../media/fc0a7394b875fa43-s.614a1c00.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:Instrument Serif;font-style:italic;font-weight:400;font-display:swap;src:url(../media/7ebf22b5a21034f8-s.p.d8bad3ab.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:Instrument Serif;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ccf27e5a7366fb23-s.262b87c4.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:Instrument Serif;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e41d5df559864f9e-s.p.380d09ea.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:Instrument Serif Fallback;src:local(Times New Roman);ascent-override:117.94%;descent-override:36.93%;line-gap-override:0.0%;size-adjust:83.94%}.instrument_serif_9924377f-module__JQePnG__className{font-family:Instrument Serif,Instrument Serif Fallback;font-weight:400}
.scb-root{--scb-card-bg:#fafafa;--scb-card-border:#e4e4e7;--scb-card-ring:#0000000f;--scb-prompt:#18181b;--scb-icon:#71717a;--scb-icon-hover:#18181b;--scb-icon-hover-bg:#0000000f;--scb-mic-bg:#18181b;--scb-mic-fg:#fafafa}.dark .scb-root{--scb-card-bg:#0a0a0a;--scb-card-border:#262626;--scb-card-ring:#ffffff08;--scb-prompt:#fafafa;--scb-icon:#a1a1aa;--scb-icon-hover:#e4e4e7;--scb-icon-hover-bg:#ffffff0f;--scb-mic-bg:#fff;--scb-mic-fg:#0a0a0a}.scb-page{justify-content:center;width:100%;padding:18px 14px;display:flex}.scb-page-inner{width:100%;max-width:720px}.scb-card{border:1px solid var(--scb-card-border);background:var(--scb-card-bg);box-shadow:0 0 0 1px var(--scb-card-ring);border-radius:12px;overflow:hidden}.scb-body{min-height:76px;padding:14px 14px 8px}.scb-input{flex-wrap:wrap;align-items:flex-start;min-height:40px;font-size:14px;line-height:1.5;display:flex}.scb-text{color:var(--scb-prompt);-webkit-user-select:none;user-select:none;filter:blur(.22px)}.scb-caret{color:var(--scb-prompt);vertical-align:text-top;filter:none;flex-shrink:0;margin-left:2px;font-size:1.22em;font-weight:500;line-height:1;animation:.92s step-start infinite scb-caret-blink;display:inline-block;transform:translateY(.06em)}.scb-caret--solid{opacity:1;animation:none}.scb-toolbar{justify-content:space-between;align-items:center;gap:8px;padding:2px 10px 10px 12px;display:flex}.scb-toolbar-left,.scb-toolbar-right{align-items:center;gap:4px;min-width:0;display:flex}.scb-toolbar-left{flex-wrap:wrap}.scb-root .scb-btn-icon{color:var(--scb-icon);background-color:#0000}.scb-root .scb-btn-icon:hover{color:var(--scb-icon-hover);background-color:var(--scb-icon-hover-bg)}.scb-root .scb-btn-mic{color:var(--scb-mic-fg);background-color:var(--scb-mic-bg)}.scb-root .scb-btn-mic:hover{opacity:.95;color:var(--scb-mic-fg);background-color:var(--scb-mic-bg)}.scb-mic-icon{color:var(--scb-mic-fg)}@keyframes scb-caret-blink{0%,45%{opacity:1}55%,to{opacity:0}}
@keyframes fsv3-highlight-swipe{0%{background-size:0% 100%}to{background-size:100% 100%}}@keyframes fsv3-index-settle{0%{opacity:.76;transform:translateY(.02em)scale(.96)}65%{opacity:1;transform:translateY(-.015em)scale(1.04)}to{opacity:1;transform:translateY(0)scale(1)}}.fsv3-highlight{background-image:linear-gradient(90deg,color-mix(in oklch,currentColor 0%,transparent)0%,color-mix(in oklch,currentColor 14%,transparent)18%,color-mix(in oklch,currentColor 14%,transparent)100%);background-position:0 100%;background-repeat:no-repeat;background-size:0% 100%;line-height:1;animation:.76s cubic-bezier(.2,.8,.2,1) both fsv3-highlight-swipe;position:relative}.fsv3-highlight__index{animation:.52s ease-out both fsv3-index-settle;animation-delay:inherit;transform-origin:50%;display:inline-block}@media (prefers-reduced-motion:reduce){.fsv3-highlight,.fsv3-highlight__index{background-size:100% 100%;animation:none;transform:none}}.fsv3-grid{grid-template-columns:1fr;gap:1rem;margin:0;padding:0;list-style:none;display:grid}@media (min-width:768px){.fsv3-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.fsv3-cell{flex-direction:column;min-width:0;display:flex}.fsv3-card{--fsv3-illustration-height:14rem;border:1px solid var(--border);border-radius:var(--radius-xl);background-color:color-mix(in oklab,var(--muted)82%,var(--background)18%);flex-direction:column;height:100%;min-height:20rem;display:flex;position:relative;overflow:hidden}.fsv3-card-top{flex:0 0 var(--fsv3-illustration-height);height:var(--fsv3-illustration-height);min-height:var(--fsv3-illustration-height);max-height:var(--fsv3-illustration-height);flex-direction:column;display:flex}.fsv3-card-top>*{flex:1;align-self:stretch;width:100%;min-width:0;min-height:0}.fsv3-card-footer{flex-direction:column;flex:none;gap:0;min-height:0;padding:.5rem .875rem .5625rem;display:flex}.fsv3-card-step{letter-spacing:.14em;color:color-mix(in oklab,var(--foreground)84%,transparent);flex-shrink:0;margin:0 0 .25rem;font-size:.6875rem;font-weight:500;line-height:1.2}.fsv3-card-title{color:var(--foreground);flex-shrink:0;min-height:2.565rem;margin:0 0 .3125rem;font-size:.95rem;font-weight:600;line-height:1.35}.fsv3-card-desc{color:var(--muted-foreground);flex:0 auto;margin:0;font-size:.8125rem;line-height:1.5}
.fsv4-grid{grid-template-columns:1fr;gap:.75rem;margin:0;padding:0;list-style:none;display:grid}@media (min-width:640px){.fsv4-grid{gap:.85rem}}@media (min-width:1024px){.fsv4-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}}.fsv4-cell{min-width:0}.fsv4-card{flex-direction:column;gap:0;min-height:17rem;padding:0;display:flex}@media (min-width:640px){.fsv4-card{min-height:20rem}}@media (min-width:1024px){.fsv4-card{min-height:22rem}}.fsv4-card-header[data-slot=card-header]{background:0 0;border-radius:0}.fsv4-card-title[data-slot=card-title]{letter-spacing:-.015em;text-transform:uppercase;min-height:2.6368rem;margin:0;font-size:1.03rem;font-weight:600;line-height:1.28}.fsv4-points{color:#c8cccc;font-family:var(--font-mono,ui-monospace,monospace);text-transform:uppercase;letter-spacing:.025em;gap:.22rem;margin:0;padding:0;font-size:.73rem;line-height:1.5;list-style:none;display:grid}.fsv4-points li{padding-left:.92rem;position:relative}.fsv4-points li:before{content:"✶";color:#cfd3d3;position:absolute;top:0;left:0}
.fsv5-grid{grid-template-columns:1fr;gap:.75rem;margin:0;padding:0;list-style:none;display:grid}@media (min-width:640px) and (max-width:1023px){.fsv5-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.fsv5-cell:first-child{grid-column:1/-1}.fsv5-cell:nth-child(3) .fsv5-card,.fsv5-cell:nth-child(4) .fsv5-card{justify-content:flex-start}.fsv5-cell:nth-child(3) .fsv5-card-desc,.fsv5-cell:nth-child(4) .fsv5-card-desc{margin-top:0}}@media (min-width:1024px){.fsv5-grid{grid-template-rows:minmax(11.25rem,auto) minmax(11.25rem,auto);grid-template-columns:1.15fr 1fr 1fr;align-items:stretch;gap:.75rem}.fsv5-cell:first-child{grid-area:1/1/3/2}.fsv5-cell:nth-child(2){grid-area:1/2/2/4}.fsv5-cell:nth-child(3){grid-area:2/2/3/3}.fsv5-cell:nth-child(4){grid-area:2/3/3/4}}.fsv5-cell{min-width:0;margin:0;display:flex}.fsv5-card{background-color:color-mix(in oklab,var(--muted)82%,var(--background)18%);width:100%;min-height:0;color:var(--foreground);border-radius:0;flex-direction:column;flex:1;align-items:flex-start;gap:.625rem;padding:1.25rem 1.35rem 1.35rem;display:flex;position:relative;overflow:hidden}.fsv5-card:after{content:"";pointer-events:none;opacity:.045;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C%2Fsvg%3E");background-repeat:repeat;background-size:200px 200px;position:absolute;inset:0}.fsv5-cell:nth-child(2) .fsv5-card{text-align:left;grid-template-columns:minmax(0,min(38ch,100%));place-content:center;justify-items:stretch;row-gap:.625rem;display:grid}.fsv5-cell:nth-child(2) .fsv5-card-title,.fsv5-cell:nth-child(2) .fsv5-card-desc{width:100%;min-width:0;margin:0}.fsv5-cell:nth-child(2) .fsv5-card-desc{margin-top:0}.fsv5-cell:nth-child(3) .fsv5-card,.fsv5-cell:nth-child(4) .fsv5-card{align-items:stretch}.fsv5-cell:nth-child(3) .fsv5-card-title,.fsv5-cell:nth-child(3) .fsv5-card-desc,.fsv5-cell:nth-child(4) .fsv5-card-title,.fsv5-cell:nth-child(4) .fsv5-card-desc{width:100%;min-width:0}.fsv5-card-title{font-family:var(--font-instrument-serif);letter-spacing:-.01em;color:var(--foreground);transform-origin:0;margin:0;font-size:1.125rem;font-style:italic;font-weight:400;line-height:1.2;transition:transform .3s,color .3s}.fsv5-card-desc{color:var(--muted-foreground);margin:auto 0 0;font-size:.875rem;line-height:1.55}.fsv5-card:hover .fsv5-card-title{color:var(--foreground);transform:scale(1.04)}@media (prefers-reduced-motion:reduce){.fsv5-card-title{transition:none}}@media (max-width:639px){.fsv5-card-desc{margin-top:0}}.fsv5-cell:first-child .fsv5-card-title{letter-spacing:-.015em;font-size:1.25rem;line-height:1.15}.fsv5-cell:first-child .fsv5-card-desc{max-width:min(38ch,100%);font-size:.9375rem;line-height:1.6}@media (min-width:640px){.fsv5-cell:first-child .fsv5-card-title{font-size:1.375rem}}@media (min-width:1024px){.fsv5-cell:first-child .fsv5-card{justify-content:center;gap:.875rem;padding:1.5rem 1.6rem 1.65rem}.fsv5-cell:first-child .fsv5-card-desc{max-width:min(40ch,100%);margin-top:0;font-size:1rem;line-height:1.65}.fsv5-cell:first-child .fsv5-card-title{letter-spacing:-.02em;max-width:14em;font-size:1.625rem}.fsv5-cell:nth-child(2) .fsv5-card{grid-template-columns:minmax(0,min(54ch,94%));padding:1.35rem clamp(1.25rem,2.5vw,1.85rem)}.fsv5-cell:nth-child(2) .fsv5-card-title{letter-spacing:-.015em;font-size:1.25rem;line-height:1.2}.fsv5-cell:nth-child(2) .fsv5-card-desc{font-size:.9375rem;line-height:1.6}.fsv5-cell:nth-child(3) .fsv5-card,.fsv5-cell:nth-child(4) .fsv5-card{justify-content:flex-start;gap:.625rem;padding:1.3rem 1.35rem 1.35rem}.fsv5-cell:nth-child(3) .fsv5-card-desc,.fsv5-cell:nth-child(4) .fsv5-card-desc{margin-top:0}}
.fsv5-section{color:var(--foreground)}.fsv5-heading{letter-spacing:-.03em;font-weight:500;line-height:1.1}.fsv5-heading-accent{font-family:var(--font-instrument-serif);letter-spacing:-.01em;font-style:italic;font-weight:400}
.fsv6-grid{grid-template-columns:1fr;gap:.75rem;margin:0;padding:0;list-style:none;display:grid}@media (min-width:640px){.fsv6-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}}.fsv6-cell{min-width:0;margin:0;display:flex}.fsv6-card{border-radius:var(--radius-lg);border:1px solid var(--border);width:100%;min-height:13.5rem;color:var(--foreground);background-color:#0a0a0a;flex:1;display:flex;position:relative;overflow:hidden}.fsv6-mesh-frame{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.fsv6-mesh-canvas{width:100%;min-width:100%;height:100%;min-height:100%;position:absolute;inset:0}.fsv6-mesh-frame canvas{display:block;width:100%!important;height:100%!important}.fsv6-card-scrim{z-index:1;pointer-events:none;background:linear-gradient(165deg,#00000038 0%,#0000006b 100%);background:linear-gradient(165deg,lab(0% 0 0/.22) 0%,lab(0% 0 0/.42) 100%);position:absolute;inset:0}.fsv6-card-content{z-index:10;flex-direction:column;flex:1;gap:.5rem;padding:1.35rem 1.4rem 1.4rem;display:flex;position:relative}.fsv6-card-title{font-family:var(--fsv6-body);letter-spacing:-.015em;word-spacing:-.06em;color:#fff;margin:0;font-size:1.0625rem;font-weight:500;line-height:1.15}.fsv6-card-desc{max-width:34ch;font-family:var(--fsv6-body);letter-spacing:-.006em;color:#ffffffb3;color:lab(100% -.0000298023 .0000119209/.7);margin:auto 0 0;font-size:.8125rem;font-weight:400;line-height:1.6}@media (min-width:768px){.fsv6-card-content{padding:1.5rem 1.5rem 1.55rem}.fsv6-card-title{font-size:1.125rem}.fsv6-card-desc{font-size:.875rem;line-height:1.55}}@media (prefers-reduced-motion:reduce){.fsv6-mesh-frame{display:none}.fsv6-card{background-color:color-mix(in oklab,var(--muted)78%,var(--background)22%)}.fsv6-card-scrim{display:none}.fsv6-card-title{color:color-mix(in oklab,var(--foreground)92%,transparent)}.fsv6-card-desc{color:var(--muted-foreground)}}
.fsv6-section{--fsv6-body:var(--font-sans)}.fsv6-intro{flex-direction:column;align-items:flex-start;gap:0;max-width:34rem;display:flex}.fsv6-eyebrow{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:color-mix(in oklab,var(--foreground)55%,transparent);margin:0 0 .5rem;font-size:.6875rem;font-weight:500;line-height:1}.fsv6-heading{font-family:var(--fsv6-body);letter-spacing:-.02em;word-spacing:-.08em;text-wrap:balance;margin:0 0 .875rem;font-size:clamp(1.875rem,3.4vw,2.5rem);font-weight:500;line-height:1.08}.fsv6-lead{max-width:30rem;font-family:var(--fsv6-body);letter-spacing:-.01em;color:var(--muted-foreground);margin:0;font-size:.9375rem;font-weight:400;line-height:1.65}@media (min-width:768px){.fsv6-eyebrow{margin-bottom:.625rem;font-size:.75rem}.fsv6-heading{margin-bottom:1rem;font-size:clamp(2rem,3.6vw,2.625rem)}.fsv6-lead{font-size:1rem;line-height:1.7}}
.bs5-box{border:1px solid var(--border);border-radius:0;align-items:stretch;display:flex;overflow:hidden}.bs5-label{border-right:1px solid var(--border);flex-shrink:0;align-items:center;padding:1.5rem 1.25rem;display:flex}.bs5-marquee-wrap{flex:1;align-items:stretch;min-width:0;display:flex;position:relative;overflow:hidden}.bs5-track{backface-visibility:hidden;will-change:transform;flex-wrap:nowrap;align-items:stretch;width:max-content;min-height:100%;animation:12s linear infinite bs5-marquee;display:flex}.bs5-set{flex-shrink:0;align-items:stretch;min-height:100%;display:flex}.bs5-slot{justify-content:center;align-self:stretch;align-items:center;padding:1.5rem;display:flex;position:relative}.bs5-slot:after{content:"";background:var(--border);width:1px;position:absolute;top:0;bottom:0;right:0}@media (min-width:768px){.bs5-slot{padding:1.5rem 2rem}}.bs5-logo{filter:grayscale();opacity:.6}@keyframes bs5-marquee{0%{transform:translate(0,0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.bs5-track{animation-duration:.01ms;animation-iteration-count:1}}
.bs6-marquee-wrap{position:relative;overflow:hidden}.bs6-track{backface-visibility:hidden;will-change:transform;flex-wrap:nowrap;align-items:center;width:max-content;padding:.35rem 0;animation:28s linear infinite bs6-marquee;display:flex}.bs6-set{flex-shrink:0;align-items:center;gap:2.5rem;padding-inline:.5rem;display:flex}@media (min-width:768px){.bs6-set{gap:3.75rem;padding-inline:.75rem}}@media (min-width:1024px){.bs6-set{gap:4rem}}.bs6-slot{padding-inline:1rem}@media (min-width:768px){.bs6-slot{padding-inline:1.5rem}}.bs6-fade{pointer-events:none;z-index:1;width:64px;height:100%;position:absolute;top:0}.bs6-fade-left{background:linear-gradient(90deg,var(--background)0%,transparent 100%);left:0}.bs6-fade-right{background:linear-gradient(270deg,var(--background)0%,transparent 100%);right:0}@keyframes bs6-marquee{0%{transform:translate(0,0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.bs6-track{animation-duration:.01ms;animation-iteration-count:1}.bs6-fade{display:none}}
.hero-v6{--hero-v6-ease-out:cubic-bezier(.22,1,.36,1)}.hero-v6-media-shell{--frame-pad:clamp(.7rem,2.2vw,1.7rem);aspect-ratio:16/9;width:100%;padding:var(--frame-pad);background:#2b2f3a;margin-top:clamp(1rem,1.5vw,1.5rem);position:relative}.hero-v6-noise-frame{opacity:.9;border-radius:0;position:absolute;inset:0;overflow:hidden}.hero-v6-noise-frame canvas{display:block;width:100%!important;height:100%!important}.hero-v6-noise-frame:before{content:"";pointer-events:none;background-image:repeating-linear-gradient(45deg,#ffffff12 0 1px,#0000 1px 4px),repeating-linear-gradient(-45deg,#0000001f 0 1px,#0000 1px 5px);position:absolute;inset:0}.hero-v6-noise-frame:after{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff1f,#0000 42%,#0f172a38);position:absolute;inset:0}.hero-v6-media-inner{inset:var(--frame-pad);z-index:1;background:#f5f5f5;border:1px solid #0f172a38;position:absolute;overflow:hidden}@media (max-width:640px){.hero-v6-media-shell{--frame-pad:.65rem;margin-top:.85rem}}@media (prefers-reduced-motion:no-preference){.hero-v6 [data-hero-v6-reveal],.hero-v6 [data-hero-v6-word],.hero-v6 .hero-v6-media-shell,.hero-v6 .hero-v6-noise-frame{opacity:0;will-change:transform,opacity}}@media (prefers-reduced-motion:reduce){.hero-v6 [data-hero-v6-reveal],.hero-v6 [data-hero-v6-word],.hero-v6 .hero-v6-media-shell,.hero-v6 .hero-v6-noise-frame{opacity:1;filter:none;transform:none}}
.bs6-marquee-wrap{position:relative;overflow:hidden}.bs6-track{backface-visibility:hidden;will-change:transform;flex-wrap:nowrap;align-items:center;width:max-content;padding:.35rem 0;animation:28s linear infinite bs6-marquee;display:flex}.bs6-set{flex-shrink:0;align-items:center;gap:2.5rem;padding-inline:.5rem;display:flex}@media (min-width:768px){.bs6-set{gap:3.75rem;padding-inline:.75rem}}@media (min-width:1024px){.bs6-set{gap:4rem}}.bs6-slot{padding-inline:1rem}@media (min-width:768px){.bs6-slot{padding-inline:1.5rem}}.bs6-fade{pointer-events:none;z-index:1;width:64px;height:100%;position:absolute;top:0}.bs6-fade-left{background:linear-gradient(90deg,var(--background)0%,transparent 100%);left:0}.bs6-fade-right{background:linear-gradient(270deg,var(--background)0%,transparent 100%);right:0}@keyframes bs6-marquee{0%{transform:translate(0,0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.bs6-track{animation-duration:.01ms;animation-iteration-count:1}.bs6-fade{display:none}}
.hero-v7{--hero-v7-ease-out:cubic-bezier(.22,1,.36,1)}.hero-v7-cta{color:#f4f4f5;min-height:2.5rem;font-family:var(--font-mono,ui-monospace,monospace);letter-spacing:.12em;text-transform:uppercase;background:#141414;border:1px solid #ffffff24;border-radius:9999px;outline:none;justify-content:center;align-items:center;padding:.5rem 1.375rem;font-size:.875rem;font-weight:500;line-height:1;text-decoration:none;transition:background-color .25s,border-color .25s,color .25s;display:inline-flex;position:relative}.hero-v7-cta--primary{--hero-v7-cta-glow:#3b82f6a6;--hero-v7-cta-glow-soft:#3b82f647}.hero-v7-cta--secondary{--hero-v7-cta-glow:#f97316a6;--hero-v7-cta-glow-soft:#f9731647;color:#18181b;background:#f4f4f5;border-color:#18181b24}.hero-v7-cta__glow{border-radius:inherit;opacity:0;pointer-events:none;transition:opacity .35s var(--hero-v7-ease-out);box-shadow:0 0 0 1px var(--hero-v7-cta-glow),0 0 16px var(--hero-v7-cta-glow-soft),0 0 32px color-mix(in srgb,var(--hero-v7-cta-glow-soft)65%,transparent);position:absolute;inset:-1px}.hero-v7-cta:hover .hero-v7-cta__glow,.hero-v7-cta:focus-visible .hero-v7-cta__glow,.hero-v7-cta:active .hero-v7-cta__glow{opacity:1}.hero-v7-cta:focus-visible{box-shadow:0 0 0 2px color-mix(in srgb,var(--hero-v7-cta-glow)55%,transparent)}.hero-v7-cta__stagger-wrapper{line-height:1;display:inline-block;position:relative;overflow:hidden}.hero-v7-cta__stagger-text{flex-wrap:wrap;justify-content:center;row-gap:0;display:inline-flex}.hero-v7-cta__stagger-text--second{justify-content:center;position:absolute;inset:0}.hero-v7-cta__char{will-change:transform;display:inline-block}.hero-v7-cta--primary:hover,.hero-v7-cta--primary:focus-visible,.hero-v7-cta--primary:active{background:#1f1f1f;border-color:#3b82f666}.hero-v7-cta--secondary:hover,.hero-v7-cta--secondary:focus-visible,.hero-v7-cta--secondary:active{background:#fafafa;border-color:#f9731666}.hero-v7-pipeline{--hero-v7-pipeline-line-progress:0%;margin-top:.5rem}.hero-v7-pipeline__shell{background:#fafafa;border:1px solid #18181b1a;border-radius:1rem;overflow:hidden;box-shadow:0 24px 48px -28px #18181b2e}.dark .hero-v7-pipeline__shell{background:#141414;border-color:#ffffff1a;box-shadow:0 24px 48px -28px #00000073}.hero-v7-pipeline__header{border-bottom:1px solid #18181b14;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;font-size:.75rem;display:flex}.dark .hero-v7-pipeline__header{border-bottom-color:#ffffff14}.hero-v7-pipeline__header-main{align-items:center;gap:.75rem;min-width:0;display:flex}.hero-v7-pipeline__run-id{letter-spacing:.06em;color:#71717a;font-size:.6875rem}.dark .hero-v7-pipeline__run-id{color:#a1a1aa}.hero-v7-pipeline__status{color:#52525b;align-items:center;gap:.375rem;display:inline-flex}.dark .hero-v7-pipeline__status{color:#d4d4d8}.hero-v7-pipeline__status-dot{color:#a1a1aa;transition:color .25s}.hero-v7-pipeline__status-dot--live{color:#22c55e}.hero-v7-pipeline__latency{color:#18181b;font-size:.8125rem}.dark .hero-v7-pipeline__latency{color:#f4f4f5}.hero-v7-pipeline__track{flex-direction:column;gap:.75rem;padding:1.25rem 1rem 1rem;display:flex;position:relative}.hero-v7-pipeline__nodes{z-index:1;grid-template-columns:minmax(0,1fr);align-items:start;gap:.75rem;display:grid;position:relative}@media (min-width:640px){.hero-v7-pipeline__nodes{grid-template-columns:minmax(0,1fr) 2.5rem minmax(0,1fr) 2.5rem minmax(0,1fr);align-items:stretch;gap:0}}.hero-v7-pipeline__line{--hero-v7-pipeline-line-progress:0%;background:#18181b14;border-radius:9999px;align-self:center;height:2px;display:none;position:relative;overflow:hidden}.dark .hero-v7-pipeline__line{background:#ffffff14}@media (min-width:640px){.hero-v7-pipeline__line{display:block}}.hero-v7-pipeline__line:after{content:"";width:var(--hero-v7-pipeline-line-progress,0%);border-radius:inherit;background:#52525b;transition:width 50ms linear;position:absolute;inset:0}.dark .hero-v7-pipeline__line:after{background:#a1a1aa}.hero-v7-pipeline__node{text-align:center;min-height:5.5rem;transition:border-color .3s var(--hero-v7-ease-out),color .3s var(--hero-v7-ease-out);border:1px solid #18181b1f;border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;padding:.625rem .5rem;display:flex}.dark .hero-v7-pipeline__node{border-color:#ffffff1f}.hero-v7-pipeline__node-icon{color:#a1a1aa;transition:color .3s var(--hero-v7-ease-out);display:inline-flex}.hero-v7-pipeline__node-label{letter-spacing:.04em;color:#18181b;font-size:.75rem;font-weight:600}.dark .hero-v7-pipeline__node-label{color:#f4f4f5}.hero-v7-pipeline__node-detail{max-width:9rem;font-family:var(--font-mono,ui-monospace,monospace);color:#71717a;font-size:.625rem;line-height:1.35}.hero-v7-pipeline__node--ingest.hero-v7-pipeline__node--active{border-color:#18181b47}.dark .hero-v7-pipeline__node--ingest.hero-v7-pipeline__node--active{border-color:#ffffff47}.hero-v7-pipeline__node--ingest.hero-v7-pipeline__node--active .hero-v7-pipeline__node-icon{color:#52525b}.dark .hero-v7-pipeline__node--ingest.hero-v7-pipeline__node--active .hero-v7-pipeline__node-icon{color:#d4d4d8}.hero-v7-pipeline__node--transform.hero-v7-pipeline__node--active{border-color:#3b82f68c}.hero-v7-pipeline__node--transform.hero-v7-pipeline__node--active .hero-v7-pipeline__node-icon{color:#3b82f6}.hero-v7-pipeline__node--deliver.hero-v7-pipeline__node--active{border-color:#f973168c}.hero-v7-pipeline__node--deliver.hero-v7-pipeline__node--active .hero-v7-pipeline__node-icon{color:#f97316}.hero-v7-pipeline__badges{flex-wrap:wrap;justify-content:center;gap:.5rem;padding-top:.25rem;display:flex}.hero-v7-pipeline__chip{color:#a1a1aa;border:1px solid #18181b1a;border-radius:9999px;justify-content:center;align-items:center;padding:.4375rem .6875rem;transition:border-color .25s,color .25s,background-color .25s,opacity .25s;display:inline-flex}.dark .hero-v7-pipeline__chip{color:#71717a;border-color:#ffffff1a}.hero-v7-pipeline__chip-logo{opacity:.4;width:auto;height:1.375rem;transition:opacity .25s;display:block}.hero-v7-pipeline__chip--lit .hero-v7-pipeline__chip-logo{opacity:1}.hero-v7-pipeline__chip--lit{background:#18181b0a;border-color:#18181b33}.dark .hero-v7-pipeline__chip--lit{background:#ffffff0f;border-color:#fff3}.hero-v7-pipeline__log{border-top:1px solid #18181b14;flex-wrap:wrap;justify-content:center;align-items:center;gap:.375rem .5rem;padding:.75rem 1rem;font-size:.6875rem;line-height:1.4;display:flex}.dark .hero-v7-pipeline__log{border-top-color:#ffffff14}.hero-v7-pipeline__log-step--source{color:#2563ebe6}.hero-v7-pipeline__log-step--transform{color:#52525b}.dark .hero-v7-pipeline__log-step--transform{color:#d4d4d8}.hero-v7-pipeline__log-step--dest{color:#ea580cf2}.hero-v7-pipeline__log-arrow{color:#a1a1aa}@media (prefers-reduced-motion:reduce){.hero-v7-pipeline__line:after{width:100%}.hero-v7-cta__stagger-text--second{display:none}.hero-v7-cta__char{will-change:auto}.hero-v7-cta:hover .hero-v7-cta__glow,.hero-v7-cta:focus-visible .hero-v7-cta__glow,.hero-v7-cta:active .hero-v7-cta__glow{opacity:1}}
