.demo-section{--ease-out:cubic-bezier(0.23,1,0.32,1);--ease-in-out:cubic-bezier(0.77,0,0.175,1);background:#FDFCF5;padding:1.15rem 0 4rem;position:relative;overflow:hidden}.demo-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 50% 0,rgba(196,172,142,.06) 0,transparent 60%);pointer-events:none}.demo-header{text-align:center;max-width:640px;margin:0 auto .85rem}.demo-eyebrow{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#7A8A77;background:#F0EBE1;border:.5px solid #d9c4a8;border-radius:20px;padding:4px 12px;margin-bottom:.5rem}.demo-h2{font-family:var(--font-inter),sans-serif;font-size:clamp(22px,2.8vw,30px);font-weight:800;line-height:1.12;letter-spacing:-.025em;color:#2C2A26;margin-bottom:.4rem}.demo-h2 em{font-style:normal;color:#C4AC8E}.demo-subhead{font-size:14px;font-weight:300;line-height:1.5;color:#5F5E5A;max-width:440px;margin:0 auto}.demo-two-col{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.demo-example-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin-bottom:-.75rem}.demo-example-tab{background:#fff;border:.5px solid #e0d9ce;border-radius:10px;padding:11px 12px;text-align:left;cursor:pointer;display:flex;flex-direction:column;gap:4px;box-shadow:0 4px 16px rgba(44,42,38,.04);transition:background .16s var(--ease-out),border-color .16s var(--ease-out),box-shadow .16s var(--ease-out),transform .16s var(--ease-out)}.demo-example-tab span{font-size:9px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:#A37D5A}.demo-example-tab strong{font-size:11px;font-weight:500;line-height:1.45;color:#5F5E5A}.demo-example-tab.active,.demo-example-tab:hover{background:#F5F2ED;border-color:#D9C4A8;box-shadow:0 6px 20px rgba(196,172,142,.12)}.demo-example-tab.active strong{color:#2C2A26}.demo-example-tab:active{transform:scale(.97)}.demo-chat-window{background:#fff;border:.5px solid rgba(44,42,38,.1);border-radius:14px;overflow:hidden;box-shadow:0 1px 1px rgba(44,42,38,.04),0 8px 24px rgba(44,42,38,.06),0 24px 48px rgba(44,42,38,.06);max-width:100%}.demo-win-bar{background:#F5F2ED;border-bottom:.5px solid #e0d9ce;padding:11px 16px;display:flex;align-items:center;gap:10px}.demo-win-dots{display:flex;gap:6px}.demo-dot{width:11px;height:11px;border-radius:50%;display:block}.demo-dot.red{background:#FC5F5A}.demo-dot.yellow{background:#FDBC40}.demo-dot.green{background:#33C748}.demo-win-title{flex:1 1;text-align:center;font-size:12px;font-weight:500;color:#6B6560;letter-spacing:.01em}.demo-win-badge{display:flex;align-items:center;gap:5px;font-size:10px;color:#6B7F69;font-weight:500;letter-spacing:.04em}.demo-status-dot{width:6px;height:6px;border-radius:50%;background:#33C748;display:block;animation:statusPulse 2s linear infinite}@keyframes statusPulse{0%,to{opacity:1}50%{opacity:.35}}.demo-ctx-item{display:flex;align-items:center;gap:5px;font-size:10px;color:#888780;font-weight:500}.demo-ctx-chip{margin-left:auto;font-size:9px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:3px 9px;border-radius:10px;background:#EFF3EF;color:#6B7F69;border:.5px solid #bdc9bc}.demo-messages{padding:18px 16px;display:flex;flex-direction:column;gap:14px;height:420px;overflow-y:auto;overflow-x:hidden;position:relative}.demo-idle-hint{margin:auto;max-width:280px;text-align:center;font-size:13px;font-weight:400;line-height:1.5;color:#B5AFA6}.demo-msg{display:flex;flex-direction:column;gap:4px}.demo-msg.user{align-items:flex-end}.demo-msg.assistant{align-items:flex-start;flex-direction:row;gap:10px}.demo-msg-avatar{width:28px;height:28px;border-radius:8px;background:#3A3A3D;border:.5px solid #2c2a26;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.demo-msg.assistant:has(.demo-retrieval-card){gap:0}.demo-msg.assistant:has(.demo-retrieval-card) .demo-msg-avatar{display:none}.demo-msg-content{display:flex;flex-direction:column;gap:6px;flex:1 1;min-width:0}.demo-msg-bubble{padding:12px 16px;border-radius:12px;font-size:15px;line-height:1.5}.demo-msg-bubble.user{background:#3A3A3D;color:#EEDCC8;border-bottom-right-radius:3px;max-width:92%}.demo-query-caret{display:inline-block;width:1.5px;height:.9em;margin-left:2px;background:currentColor;vertical-align:-.12em;animation:demoQueryCaret 1s linear infinite}@keyframes demoQueryCaret{0%,49%{opacity:1}50%,to{opacity:0}}.demo-user-message-pop .demo-msg-bubble.user{transform-origin:right bottom;animation:demoUserMessagePop .28s var(--ease-out) both}.demo-user-message-pop .demo-msg-meta.user{animation:demoUserMetaIn .2s var(--ease-out) 80ms both}.demo-ai-message-pop .demo-msg-avatar{animation:demoAiAvatarPop .24s var(--ease-out) both}.demo-ai-message-pop .demo-msg-content{transform-origin:left top;animation:demoAiMessagePop .28s var(--ease-out) both}.demo-msg-bubble.assistant{background:#F5F2ED;color:#2C2A26;border:.5px solid #e0d9ce;border-top-left-radius:3px;width:100%;position:relative;padding:14px 16px;font-size:12.5px;line-height:1.65}.demo-msg-bubble strong{font-weight:600;color:#2C2A26}.demo-msg-meta{font-size:10px;color:#B5AFA6;padding:0 3px}.demo-msg-meta.user{text-align:right}@keyframes demoUserMessagePop{0%{opacity:0;transform:translateY(8px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes demoUserMetaIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes demoAiMessagePop{0%{opacity:0;transform:translateY(8px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes demoAiAvatarPop{0%{opacity:0;transform:translateY(6px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}.demo-loading-dots{display:flex;align-items:center;gap:5px;padding:6px 8px;background:transparent;border-radius:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:9.5px;color:#888780;font-weight:500;opacity:0;animation:retrievalStepIn .28s var(--ease-out) forwards}.demo-dot-bounce{width:7px;height:7px;border-radius:50%;background:#C4AC8E;animation:dotBounce 1.2s var(--ease-in-out) infinite}.demo-dot-bounce:nth-child(2){animation-delay:.18s;background:#B5AFA6}.demo-dot-bounce:nth-child(3){animation-delay:.36s;background:#9AA797}@keyframes dotBounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-6px);opacity:1}}.demo-retrieval-card{width:min(100%,380px);background:transparent;border:none;border-radius:0;padding:2px 0 2px 2px;display:flex;flex-direction:column;gap:4px;position:relative}.demo-retrieval-steps{display:grid;grid-gap:5px;gap:5px}.demo-retrieval-steps-title{font-size:8px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#B5AFA6;display:flex;align-items:center;gap:6px}.demo-retrieval-steps-title:before{content:"";width:6px;height:6px;border-radius:50%;background:#C4AC8E;animation:retPulse 1.1s var(--ease-in-out) infinite}.demo-retrieval-step{display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:7px;gap:7px;background:transparent;border:none;border-radius:0;opacity:0;transform:translateY(4px);animation:retrievalStepIn .28s var(--ease-out) forwards}.demo-retrieval-step:before{content:"";width:5px;height:5px;border-radius:50%;background:#C4C0B8;flex-shrink:0}.demo-retrieval-step-text{font-size:10px;line-height:1.35;color:#888780;font-weight:400}.demo-retrieval-step.complete{opacity:1;transform:none;animation:none}.demo-retrieval-card.complete .demo-retrieval-steps-title:before{animation:none;opacity:.7}.demo-filing-trace{background:#fff;border:.5px solid #e0d9ce;border-radius:8px;padding:7px 8px;display:flex;flex-direction:column;gap:7px}.demo-filing-trace-title{font-size:9.5px;line-height:1.35;color:#6B6560;font-weight:600}.demo-filing-trace-years{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:start;grid-gap:5px;gap:5px}.demo-filing-trace-node{min-width:0;display:flex;flex-direction:column;gap:2px;text-align:center}.demo-filing-trace-node span{font-size:9px;font-weight:700;color:#A37D5A}.demo-filing-trace-node small{font-size:8.5px;line-height:1.2;color:#888780}.demo-filing-trace-arrow{color:#C4AC8E;font-size:11px;line-height:1;padding-top:2px}@keyframes retPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.5}}@keyframes retrievalStepIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.demo-result-table{margin:9px 0 6px;border:.5px solid #e0d9ce;border-radius:8px;overflow:hidden}.demo-result-row{display:grid;grid-template-columns:1.7fr 1fr .7fr;padding:6px 10px;font-size:11px;border-bottom:.5px solid #f0ebe1;align-items:center}.demo-result-row:last-child{border-bottom:none}.demo-result-row.header{background:#F5F2ED;font-size:9px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#888780}.demo-result-row span:nth-child(2){font-weight:600;color:#2C2A26}.demo-tag-pos{color:#6B7F69;background:#EFF3EF;border-radius:4px;border:.5px solid #bdc9bc}.demo-tag-neg,.demo-tag-pos{font-size:10px;font-weight:600;padding:1px 6px}.demo-tag-neg{color:#A37D5A;background:#FBF5EC;border-radius:4px;border:.5px solid #d9c4a8}.demo-response-body{position:relative}.demo-response-body.collapsed{max-height:232px;overflow:hidden}.demo-response-body.collapsed:after{content:"";position:absolute;bottom:0;left:0;right:0;height:48px;background:linear-gradient(180deg,rgba(245,242,237,0),#F5F2ED);pointer-events:none}.demo-read-more-btn{display:block;width:100%;margin-top:4px;padding:6px 0 2px;border:none;background:none;color:#6B7F69;font-size:13px;font-weight:600;cursor:pointer;text-align:center;transition:color .16s var(--ease-out),transform .16s var(--ease-out)}.demo-read-more-btn:hover{color:#A37D5A}.demo-read-more-btn:active{transform:scale(.97)}.demo-citation{display:flex;align-items:flex-start;gap:5px;margin-top:10px;font-size:11px;color:#9AA797;line-height:1.5}.demo-strategy-answer{display:flex;flex-direction:column;gap:9px}.demo-strategy-answer h3,.demo-strategy-answer h4,.demo-strategy-answer p{margin:0}.demo-strategy-answer h3{font-size:13px;line-height:1.35;letter-spacing:-.01em}.demo-strategy-answer h4{font-size:11.5px;line-height:1.4;color:#A37D5A}.demo-strategy-answer p{font-size:11.5px;line-height:1.55}.demo-strategy-answer a{color:#6B7F69;font-weight:600;text-decoration:underline;text-underline-offset:2px}.demo-tooltip-anchor,.demo-tooltip-target{position:relative;display:inline-block}.demo-tooltip-target:after{content:"";position:absolute;inset:-2px -4px;border-radius:4px;border:1px solid rgba(107,127,105,.55);pointer-events:none;animation:readerLinkPulse 1.9s var(--ease-in-out) infinite}.demo-tooltip{bottom:calc(100% + 8px);width:164px;transform:translateX(-50%);border-radius:8px;color:#EEDCC8;font-size:9.5px;font-weight:600;line-height:1.35;padding:8px 22px 8px 9px;text-align:center;box-shadow:0 8px 20px rgba(44,42,38,.16);pointer-events:auto;z-index:2}.demo-tooltip,.demo-tooltip:after{position:absolute;left:50%;background:#2C2A26}.demo-tooltip:after{content:"";bottom:-5px;width:10px;height:10px;transform:translateX(-50%) rotate(45deg)}.demo-tooltip-close{position:absolute;top:4px;right:5px;width:14px;height:14px;border:none;border-radius:50%;background:rgba(238,220,200,.12);color:#EEDCC8;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:11px;line-height:1;padding:0}.demo-tooltip-close:hover{background:rgba(238,220,200,.22)}.demo-tooltip-reader-link-dismissed .demo-tooltip-anchor[data-tooltip-id=reader-link] .demo-tooltip{display:none}.demo-strategy-divider{border:none;border-top:.5px solid #e0d9ce;margin:4px 0}.demo-strategy-table-wrap{overflow-x:auto;border:.5px solid #e0d9ce;border-radius:8px}.demo-strategy-table{width:100%;border-collapse:collapse;font-size:12px;line-height:1.45;table-layout:fixed}.demo-strategy-table td,.demo-strategy-table th{padding:6px 8px;border-bottom:.5px solid #f0ebe1;text-align:left;vertical-align:top}.demo-strategy-table th{background:#F5F2ED;font-size:9px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#888780;white-space:nowrap}.demo-strategy-table tbody tr:last-child td{border-bottom:none}.demo-strategy-table td:first-child{min-width:108px;color:#3A3A3D}.demo-strategy-table td:not(:first-child){color:#5F5E5A}@keyframes readerLinkPulse{0%,to{opacity:.55;transform:scale(1)}50%{opacity:0;transform:scale(1.08)}}.demo-turn-nav{display:flex;align-items:center;justify-content:center;gap:12px;padding:8px 14px;border-top:.5px solid #e0d9ce;background:#FDFCF5}.demo-turn-nav-label{font-size:11px;font-weight:500;color:#888780;letter-spacing:.02em;min-width:156px;text-align:center}.demo-turn-nav-btn{width:28px;height:28px;border-radius:7px;border:.5px solid #e0d9ce;background:#fff;color:#6B6560;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .16s var(--ease-out),border-color .16s var(--ease-out),color .16s var(--ease-out),transform .16s var(--ease-out)}.demo-turn-nav-btn:hover{background:#F5F2ED;border-color:#D9C4A8;color:#2C2A26}.demo-turn-nav-btn:active{transform:scale(.97)}.demo-turn-nav-btn:disabled{opacity:.35;cursor:not-allowed}.demo-turn-nav-btn:disabled:hover{background:#fff;border-color:#E0D9CE;color:#6B6560}.demo-replay-btn{border:.5px solid #d9c4a8;border-radius:8px;background:#2C2A26;color:#EEDCC8;cursor:pointer;font-size:11px;font-weight:600;padding:8px 14px;transition:background .16s var(--ease-out),transform .16s var(--ease-out)}.demo-replay-btn:hover{background:#3A3A3D}.demo-replay-btn:active{transform:scale(.97)}@media (hover:hover) and (pointer:fine){.demo-replay-btn:hover{transform:translateY(-1px)}.demo-replay-btn:hover:active{transform:scale(.97)}}.demo-fade-in{opacity:0;transform:translateY(6px);transition:opacity .28s var(--ease-out),transform .28s var(--ease-out)}.demo-fade-in.visible{opacity:1;transform:translateY(0)}.demo-arch-diagram{background:#F5F2ED;border:.5px solid #e0d9ce;border-radius:14px;padding:26px 22px;display:flex;flex-direction:column;gap:14px}.demo-arch-title{font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#B5AFA6;margin-bottom:2px}.demo-arch-nodes{display:flex;align-items:center;justify-content:space-between;gap:0}.demo-arch-node{display:flex;flex-direction:column;align-items:center;gap:5px;position:relative;flex:0 0 auto}.demo-arch-node-badge{position:absolute;top:-10px;left:50%;transform:translateX(-50%);font-size:7.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:2px 7px;border-radius:7px;white-space:nowrap;background:#2C2A26;color:#EEDCC8}.demo-arch-node-badge.accent{background:#2C2A26}.demo-arch-node-icon{width:46px;height:46px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:#fff;border:.5px solid #e0d9ce;box-shadow:0 2px 8px rgba(0,0,0,.05)}.demo-arch-node-icon.primary{border-color:#D9C4A8;box-shadow:0 4px 14px rgba(196,172,142,.22)}.demo-arch-node-label{font-size:8px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:#B5AFA6;text-align:center}.demo-arch-node-name{font-size:10.5px;font-weight:600;color:#3A3A3D;text-align:center;line-height:1.3}.demo-arch-arrow{display:flex;flex-direction:column;align-items:center;flex:1 1;position:relative;padding-top:12px;min-width:0}.demo-arch-line{width:100%;height:1.5px;background:#C4AC8E;position:relative}.demo-arch-arrowhead{position:absolute;right:-1px;top:5.5px;width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:7px solid #c4ac8e}.demo-arch-arrow-label{font-size:7.5px;letter-spacing:.09em;text-transform:uppercase;color:#B5AFA6;margin-top:5px;text-align:center;white-space:nowrap}.demo-arch-return{padding:0 2px}.demo-arch-steps{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1px;gap:1px;background:#E0D9CE;border-radius:9px;overflow:hidden;border:.5px solid #e0d9ce}.demo-arch-step{background:#fff;padding:12px 10px;display:flex;flex-direction:column;gap:5px}.demo-arch-step.primary{background:#FDFCF5;border-left:2px solid #c4ac8e}.demo-arch-step-num{width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:9.5px;font-weight:700}.demo-arch-step-title{font-size:10.5px;font-weight:600;color:#2C2A26;line-height:1.3}.demo-arch-step-body{font-size:9.5px;color:#888780;line-height:1.6;font-weight:300}.demo-arch-metrics{display:flex;align-items:center;background:#2C2A26;border-radius:9px;overflow:hidden}.demo-arch-metric{flex:1 1;padding:14px 16px;text-align:center}.demo-arch-metric-val{font-family:var(--font-inter),sans-serif;font-size:18px;font-weight:800;color:#EEDCC8;letter-spacing:-.02em;margin-bottom:3px}.demo-arch-metric-label{font-size:8.5px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#888780;line-height:1.4}.demo-arch-metric-divider{width:.5px;height:28px;background:rgba(255,255,255,.1);flex-shrink:0}@media (max-width:1023px){.demo-example-tabs{grid-template-columns:1fr}.demo-ctx-chip{margin-left:0}.demo-arch-diagram{padding:20px 16px}.demo-arch-nodes{flex-wrap:wrap;justify-content:center;gap:10px}.demo-arch-arrow,.demo-arch-return{display:none}.demo-arch-metrics,.demo-arch-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.demo-arch-metrics{display:grid}.demo-arch-metric-divider{display:none}}@media (max-width:767px){.demo-section{padding-top:1.5rem;padding-bottom:3rem;overflow-x:hidden}.demo-header{margin-bottom:1.25rem}.demo-two-col{max-width:100%}.demo-chat-window{width:100%}.demo-messages{padding:16px 12px;overscroll-behavior-x:none}.demo-win-title{font-size:11px}.demo-example-tab strong{font-size:10.5px}.demo-win-badge{display:none}.demo-msg.assistant{gap:8px}.demo-msg-content{min-width:0}.demo-msg-avatar{width:24px;height:24px}.demo-msg-bubble{font-size:14px;line-height:1.5;padding:11px 13px}.demo-msg-bubble.user{max-width:96%;font-size:12px;line-height:1.55}.demo-msg-bubble.assistant,.demo-retrieval-card{max-width:100%}.demo-msg-bubble.assistant .demo-tooltip-anchor,.demo-retrieval-card .demo-tooltip-anchor{position:static}.demo-tooltip{left:50%;bottom:auto;top:50%;width:min(230px,calc(100vw - 48px));max-width:calc(100vw - 48px);transform:translate(-50%,-50%)}.demo-result-row{grid-template-columns:1.25fr .95fr .8fr;gap:4px;font-size:10px;padding:6px 8px}.demo-filing-trace-years{grid-template-columns:1fr}.demo-filing-trace-arrow{display:none}.demo-strategy-table-wrap{overflow-x:hidden}.demo-strategy-table{font-size:11px}.demo-strategy-table td,.demo-strategy-table th{padding:5px 4px;overflow-wrap:anywhere;white-space:normal}.demo-strategy-table td:first-child{min-width:0}.demo-arch-title{font-size:9px}.demo-arch-node{width:calc(50% - 6px)}.demo-arch-arrow-label,.demo-arch-node-label{white-space:normal}.demo-arch-step{padding:10px 8px}.demo-arch-step-title{font-size:10px}.demo-arch-step-body{font-size:9px}}@media (prefers-reduced-motion:reduce){.demo-ai-message-pop .demo-msg-avatar,.demo-ai-message-pop .demo-msg-content,.demo-dot-bounce,.demo-loading-dots,.demo-query-caret,.demo-retrieval-step,.demo-retrieval-steps-title:before,.demo-status-dot,.demo-tooltip-target:after,.demo-user-message-pop .demo-msg-bubble.user,.demo-user-message-pop .demo-msg-meta.user{animation:none}.demo-tooltip-target:after{opacity:0}.demo-fade-in{transform:none;transition:opacity .2s ease}.demo-example-tab,.demo-read-more-btn,.demo-replay-btn,.demo-turn-nav-btn{transition:background .16s ease,border-color .16s ease,color .16s ease}.demo-example-tab:active,.demo-read-more-btn:active,.demo-replay-btn:active,.demo-replay-btn:hover,.demo-turn-nav-btn:active{transform:none}}.demo-msg-bubble.user{font-size:12.5px;line-height:1.65;font-weight:400;letter-spacing:0}@media (max-width:767px){.demo-msg-bubble.user{font-size:12px;line-height:1.55}}.MarketsSupportedSection_section__yF8cd{background:#f7f4ee}.MarketsSupportedSection_grid__4YYcB{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr));margin:0 auto;max-width:1080px}.MarketsSupportedSection_card__zk6q1{background:#fff;border:.5px solid #e0d9ce;border-radius:16px;display:flex;flex-direction:column;gap:.85rem;padding:1.5rem 1.4rem 1.45rem}.MarketsSupportedSection_nextCard__Fm85L{background:transparent;border-style:dashed}.MarketsSupportedSection_cardTop__5F2XI{align-items:flex-start;display:flex;gap:.75rem;justify-content:space-between}.MarketsSupportedSection_region__Vczkb{color:#9aa797;font-size:10px;font-weight:700;letter-spacing:.12em;margin:0 0 .35rem;text-transform:uppercase}.MarketsSupportedSection_regulator__YqBec{color:#2c2a26;font-family:var(--font-inter),sans-serif;font-size:20px;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin:0}.MarketsSupportedSection_status__gd3Q5{border-radius:999px;flex-shrink:0;font-size:10px;font-weight:700;letter-spacing:.06em;line-height:1;padding:.45rem .7rem;text-transform:uppercase;white-space:nowrap}.MarketsSupportedSection_availableStatus__HTEjE{background:#e8f0e6;color:#4f6b4c}.MarketsSupportedSection_nextStatus__T6RVq{background:#f0ebe1;color:#8a7460}.MarketsSupportedSection_coverage__pTrcI{color:#2c2a26;font-size:14px;font-weight:500;line-height:1.5;margin:0}.MarketsSupportedSection_filings__jIHXo{color:#5f5e5a;font-size:13px;font-weight:300;line-height:1.6;margin:auto 0 0}.MarketsSupportedSection_archiveLink__94hu_{color:#8a7460;display:inline-flex;font-size:12px;font-weight:500;letter-spacing:.01em;line-height:1.4;margin-top:.15rem;text-decoration:none;transition:color .15s ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.MarketsSupportedSection_archiveLink__94hu_:hover{color:#2c2a26}@media (max-width:1023px){.MarketsSupportedSection_grid__4YYcB{grid-template-columns:1fr}}