.ChatContainer-module-scss-module__3MriMa__chatContainer{box-sizing:border-box;scrollbar-width:thin;scrollbar-gutter:stable;width:100%;height:100%;animation:.4s ease-out ChatContainer-module-scss-module__3MriMa__chatFadeIn;display:block;position:relative;overflow:hidden auto}.ChatContainer-module-scss-module__3MriMa__chatContainer::-webkit-scrollbar{width:6px}.ChatContainer-module-scss-module__3MriMa__chatContainer::-webkit-scrollbar-track{background:0 0}.ChatContainer-module-scss-module__3MriMa__chatContainer::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--chat-accent,#34e5f4) 22%, transparent);border-radius:4px}.ChatContainer-module-scss-module__3MriMa__chatContainer::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--chat-accent,#34e5f4) 34%, transparent)}@media (max-width:1024px){.ChatContainer-module-scss-module__3MriMa__chatContainerWithMobileHeader{padding-top:calc(env(safe-area-inset-top,0px) + 56px)}}@keyframes ChatContainer-module-scss-module__3MriMa__chatFadeIn{0%{opacity:0}to{opacity:1}}.ChatContainer-module-scss-module__3MriMa__scrollInner{box-sizing:border-box;flex-direction:column;width:100%;min-height:100%;display:flex}.ChatContainer-module-scss-module__3MriMa__messagesArea{box-sizing:border-box;flex-direction:column;flex:1 0 auto;width:100%;max-width:800px;margin:0 auto;padding:2.5rem 1rem 1.5rem;display:flex}@media (max-width:768px){.ChatContainer-module-scss-module__3MriMa__messagesArea{padding:.5rem .5rem 1rem}}.ChatContainer-module-scss-module__3MriMa__emptyState{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.ChatContainer-module-scss-module__3MriMa__emptyIcon{margin-bottom:1rem;font-size:4rem}.ChatContainer-module-scss-module__3MriMa__emptyText{color:var(--chat-secondary-text,#a1a1aa);font-family:inherit;font-size:1.25rem}.ChatContainer-module-scss-module__3MriMa__inputArea{box-sizing:border-box;z-index:10;width:100%;padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom,0px));background:var(--chat-page-gradient,#001616);padding-top:0;animation:.5s ease-out .2s both ChatContainer-module-scss-module__3MriMa__chatFadeIn;position:sticky;bottom:0}.ChatContainer-module-scss-module__3MriMa__stopButtonRow{justify-content:center;margin-bottom:.5rem;display:flex}.ChatContainer-module-scss-module__3MriMa__stopButton{border:1px solid var(--chat-soft-border,#ffffff26);background:var(--chat-soft-surface,#ffffff0d);color:var(--chat-secondary-text,#a1a1aa);cursor:pointer;border-radius:9999px;align-items:center;gap:.4rem;padding:.4rem .9rem;font-family:inherit;font-size:.8125rem;transition:background .15s,color .15s,border-color .15s;display:flex}.ChatContainer-module-scss-module__3MriMa__stopButton:hover{background:color-mix(in srgb, var(--chat-danger,#f5576c) 16%, transparent);border-color:color-mix(in srgb, var(--chat-danger,#f5576c) 42%, transparent);color:var(--chat-danger,#f5576c)}.ChatContainer-module-scss-module__3MriMa__inputWrapper{width:100%;max-width:800px;margin:0 auto}.ChatContainer-module-scss-module__3MriMa__cooldownNotice{text-align:center;background:color-mix(in srgb, var(--chat-warning,#f59e0b) 12%, transparent);border:1px solid color-mix(in srgb, var(--chat-warning,#f59e0b) 28%, transparent);color:var(--chat-warning,#f59e0b);border-radius:8px;margin-bottom:.5rem;padding:.5rem 1rem;font-family:inherit;font-size:.875rem;animation:.3s ease-out ChatContainer-module-scss-module__3MriMa__chatFadeIn}.ChatContainer-module-scss-module__3MriMa__hiddenFileInput{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ChatContainer-module-scss-module__3MriMa__uploadError{background:color-mix(in srgb, var(--chat-danger,#f5576c) 14%, transparent);border:1px solid color-mix(in srgb, var(--chat-danger,#f5576c) 40%, transparent);color:var(--chat-danger,#f5576c);border-radius:8px;margin-bottom:.5rem;padding:.5rem .75rem;font-family:inherit;font-size:.8125rem;animation:.2s ease-out ChatContainer-module-scss-module__3MriMa__chatFadeIn}.ChatContainer-module-scss-module__3MriMa__disclaimer{text-align:center;width:100%;color:var(--chat-secondary-text,#62748e);margin-top:.5rem;padding:.5rem 0;font-family:inherit;font-size:.75rem}.ChatContainer-module-scss-module__3MriMa__disclaimer a{color:inherit;text-decoration:none;transition:color .15s}.ChatContainer-module-scss-module__3MriMa__disclaimer a:hover{color:var(--chat-secondary-text,#b7dccb)}
.Message-module-scss-module__V9glsW__message{width:100%;margin:0 auto;padding:1.25rem 1rem;animation:.3s ease-in Message-module-scss-module__V9glsW__fadeIn}@keyframes Message-module-scss-module__V9glsW__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Message-module-scss-module__V9glsW__messageContent{align-items:flex-start;gap:1rem;max-width:48rem;margin:0 auto;display:flex}.Message-module-scss-module__V9glsW__userMessage .Message-module-scss-module__V9glsW__messageContent{justify-content:flex-end}.Message-module-scss-module__V9glsW__userMessage .Message-module-scss-module__V9glsW__contentWrapper{justify-content:flex-end;display:flex}.Message-module-scss-module__V9glsW__contentWrapper{flex:1;min-width:0}.Message-module-scss-module__V9glsW__role{color:var(--chat-secondary-text,#a1a1aa);margin-bottom:.5rem;font-size:.875rem;font-weight:600}.Message-module-scss-module__V9glsW__text{color:var(--chat-assistant-text,#ececec);word-wrap:break-word;font-family:inherit;font-size:1rem}.Message-module-scss-module__V9glsW__userText{white-space:pre-wrap;background:var(--chat-user-bubble,var(--user-message-background,#2f2f36));width:fit-content;max-width:min(100%,46rem);color:var(--chat-secondary-text,#f4f4f5);unicode-bidi:plaintext;border-radius:1.5rem;padding:.85rem 1.25rem;line-height:1.5;display:inline-block}.Message-module-scss-module__V9glsW__assistantText{letter-spacing:normal;text-align:start;unicode-bidi:plaintext;font-weight:400;line-height:1.65rem}.Message-module-scss-module__V9glsW__assistantText p{margin:0 0 1rem;font-size:16px;line-height:1.65rem}.Message-module-scss-module__V9glsW__assistantText p:first-child{margin-top:0}.Message-module-scss-module__V9glsW__assistantText p:last-child{margin-bottom:0}.Message-module-scss-module__V9glsW__assistantText h1,.Message-module-scss-module__V9glsW__assistantText h2,.Message-module-scss-module__V9glsW__assistantText h3,.Message-module-scss-module__V9glsW__assistantText h4,.Message-module-scss-module__V9glsW__assistantText h5,.Message-module-scss-module__V9glsW__assistantText h6{color:var(--foreground,#f4f4f5);margin-top:2rem;margin-bottom:1rem;font-weight:600;line-height:1.25}.Message-module-scss-module__V9glsW__assistantText h1:first-child,.Message-module-scss-module__V9glsW__assistantText h2:first-child,.Message-module-scss-module__V9glsW__assistantText h3:first-child,.Message-module-scss-module__V9glsW__assistantText h4:first-child,.Message-module-scss-module__V9glsW__assistantText h5:first-child,.Message-module-scss-module__V9glsW__assistantText h6:first-child{margin-top:0}.Message-module-scss-module__V9glsW__assistantText h1{font-size:1.875rem}.Message-module-scss-module__V9glsW__assistantText h2{font-size:1.5rem}.Message-module-scss-module__V9glsW__assistantText h3{margin-top:1.5rem;font-size:1.25rem}.Message-module-scss-module__V9glsW__assistantText h4{margin-top:1.5rem;font-size:1.125rem}.Message-module-scss-module__V9glsW__assistantText ul,.Message-module-scss-module__V9glsW__assistantText ol{flex-direction:column;gap:.5rem;margin:1rem 0;padding-inline-start:1rem;display:flex}.Message-module-scss-module__V9glsW__assistantText li{margin:0;line-height:1.65rem}.Message-module-scss-module__V9glsW__assistantText li p{margin-bottom:.5rem}.Message-module-scss-module__V9glsW__assistantText ul{list-style-type:disc}.Message-module-scss-module__V9glsW__assistantText ul li::marker{color:var(--chat-secondary-text,#a1a1aa)}.Message-module-scss-module__V9glsW__assistantText ol{list-style-type:decimal}.Message-module-scss-module__V9glsW__assistantText ol li::marker{color:var(--chat-secondary-text,#a1a1aa)}.Message-module-scss-module__V9glsW__assistantText blockquote{border-inline-start:3px solid var(--chat-soft-border,#3f3f46);color:var(--chat-secondary-text,#a1a1aa);margin:1rem 0;padding-inline-start:1rem;font-style:italic}.Message-module-scss-module__V9glsW__assistantText blockquote p{color:inherit}.Message-module-scss-module__V9glsW__assistantText table{border-collapse:collapse;width:100%;margin:1.5rem 0;font-size:.9rem;line-height:1.5}.Message-module-scss-module__V9glsW__assistantText th,.Message-module-scss-module__V9glsW__assistantText td{border:1px solid var(--chat-soft-border,#3f3f46);text-align:start;padding:.75rem 1rem}.Message-module-scss-module__V9glsW__assistantText th{background:var(--chat-soft-surface,#27272a);color:var(--foreground,#f4f4f5);font-weight:600}.Message-module-scss-module__V9glsW__assistantText a{color:var(--chat-accent,#60a5fa);text-underline-offset:4px;text-decoration:underline}.Message-module-scss-module__V9glsW__assistantText a:hover{color:color-mix(in srgb, var(--chat-accent,#93c5fd) 82%, white)}.Message-module-scss-module__V9glsW__assistantText strong{color:var(--foreground,#f4f4f5);font-weight:600}.Message-module-scss-module__V9glsW__assistantText em{font-style:italic}.Message-module-scss-module__V9glsW__assistantText hr{border:none;border-top:1px solid var(--chat-soft-border,#3f3f46);margin:2rem 0}@media (max-width:767.98px){.Message-module-scss-module__V9glsW__assistantText{font-size:15px;line-height:1.7}.Message-module-scss-module__V9glsW__assistantText p{margin:0 0 12px;font-size:15px;line-height:1.7}.Message-module-scss-module__V9glsW__assistantText h1,.Message-module-scss-module__V9glsW__assistantText h2,.Message-module-scss-module__V9glsW__assistantText h3,.Message-module-scss-module__V9glsW__assistantText h4,.Message-module-scss-module__V9glsW__assistantText h5,.Message-module-scss-module__V9glsW__assistantText h6{line-height:1.35}.Message-module-scss-module__V9glsW__assistantText h1{margin-top:20px;margin-bottom:8px;font-size:24px;line-height:1.25}.Message-module-scss-module__V9glsW__assistantText h2{margin-top:20px;margin-bottom:8px;font-size:20px;line-height:1.25}.Message-module-scss-module__V9glsW__assistantText h3{margin-top:12px;margin-bottom:4px;font-size:18px;line-height:1.35}.Message-module-scss-module__V9glsW__assistantText h4{margin-top:8px;margin-bottom:4px;font-size:16px;line-height:1.35}.Message-module-scss-module__V9glsW__assistantText h5,.Message-module-scss-module__V9glsW__assistantText h6{margin-top:8px;margin-bottom:4px}.Message-module-scss-module__V9glsW__assistantText ul,.Message-module-scss-module__V9glsW__assistantText ol{gap:4px;margin:0 0 12px;padding-inline-start:12px}.Message-module-scss-module__V9glsW__assistantText li{padding-inline-start:4px;line-height:1.7}.Message-module-scss-module__V9glsW__assistantText li p{margin-bottom:4px}.Message-module-scss-module__V9glsW__assistantText blockquote{margin:12px 0;padding-inline-start:12px}.Message-module-scss-module__V9glsW__assistantText table{margin:12px 0 24px;font-size:14px;line-height:1.7}.Message-module-scss-module__V9glsW__assistantText th,.Message-module-scss-module__V9glsW__assistantText td{padding:8px 16px}.Message-module-scss-module__V9glsW__assistantText hr{margin:12px 6px}}.Message-module-scss-module__V9glsW__inlineCode{background:var(--chat-soft-surface,#27272a);border:1px solid var(--chat-soft-border,#3f3f46);color:var(--chat-secondary-text,#dbdbdb);border-radius:6px;padding:.15em .3em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.85em}@media (max-width:767.98px){.Message-module-scss-module__V9glsW__inlineCode{padding:1px 4px;font-size:14.4px}}.Message-module-scss-module__V9glsW__codeBlock{border:1px solid var(--chat-soft-border,#3f3f46);border-radius:8px;margin:1.5rem 0;position:relative;overflow:hidden}.Message-module-scss-module__V9glsW__codeBlock pre{margin:0!important}@media (max-width:767.98px){.Message-module-scss-module__V9glsW__codeBlock{margin:12px 0}.Message-module-scss-module__V9glsW__codeBlock pre{padding:14px!important;font-size:14px!important;line-height:1.625!important}}.Message-module-scss-module__V9glsW__cursor{color:var(--chat-secondary-text,#a1a1aa);margin-inline-start:6px;font-size:14px;display:inline-block}.Message-module-scss-module__V9glsW__thinkingIndicator{align-items:center;gap:5px;height:1.6rem;padding:.25rem 0;display:flex}.Message-module-scss-module__V9glsW__dot{background:var(--chat-accent,#f5576c);opacity:.4;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite Message-module-scss-module__V9glsW__dotPulse}.Message-module-scss-module__V9glsW__dot:first-child{animation-delay:0s}.Message-module-scss-module__V9glsW__dot:nth-child(2){animation-delay:.2s}.Message-module-scss-module__V9glsW__dot:nth-child(3){animation-delay:.4s}@keyframes Message-module-scss-module__V9glsW__dotPulse{0%,80%,to{opacity:.4;transform:scale(1)}40%{opacity:1;transform:scale(1.3)}}.Message-module-scss-module__V9glsW__metadataBar{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.Message-module-scss-module__V9glsW__metadataBadge{color:var(--chat-secondary-text,#a1a1aa);background:var(--chat-soft-surface,#ffffff0a);border:1px solid var(--chat-soft-border,#ffffff0f);white-space:nowrap;border-radius:6px;align-items:center;gap:4px;padding:2px 8px;font-size:.75rem;display:inline-flex}.Message-module-scss-module__V9glsW__metadataBadgeSuccess{color:var(--chat-success,#4ade80);border-color:color-mix(in srgb, var(--chat-success,#4ade80) 36%, transparent)}.Message-module-scss-module__V9glsW__metadataBadgeError{color:var(--chat-danger,#f5576c);border-color:color-mix(in srgb, var(--chat-danger,#f5576c) 36%, transparent)}.Message-module-scss-module__V9glsW__metadataToggle{border:1px solid var(--chat-soft-border,#ffffff0f);background:var(--chat-soft-surface,#ffffff0a);color:var(--chat-secondary-text,#a1a1aa);cursor:pointer;white-space:nowrap;border-radius:6px;align-items:center;gap:4px;padding:2px 8px;font-family:inherit;font-size:.75rem;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.Message-module-scss-module__V9glsW__metadataToggle:hover{background:var(--chat-soft-surface-strong,#ffffff14);color:var(--foreground,#e4e4e7);border-color:color-mix(in srgb, var(--chat-accent,#34e5f4) 28%, transparent)}.Message-module-scss-module__V9glsW__spinIcon{animation:1.2s linear infinite Message-module-scss-module__V9glsW__spin}@keyframes Message-module-scss-module__V9glsW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Message-module-scss-module__V9glsW__expandableSection{border:1px solid var(--chat-soft-border,#ffffff0f);border-radius:8px;margin-top:.75rem;animation:.2s Message-module-scss-module__V9glsW__fadeIn;overflow:hidden}.Message-module-scss-module__V9glsW__expandableLabel{color:var(--chat-accent,#818cf8);background:color-mix(in srgb, var(--chat-accent,#818cf8) 10%, transparent);border-bottom:1px solid color-mix(in srgb, var(--chat-accent,#34e5f4) 14%, transparent);padding:6px 12px;font-size:.75rem;font-weight:600}.Message-module-scss-module__V9glsW__expandableContent{color:var(--chat-secondary-text,#a1a1aa);white-space:pre-wrap;word-break:break-word;unicode-bidi:plaintext;max-height:300px;padding:10px 12px;font-size:.8125rem;line-height:1.6;overflow-y:auto}.Message-module-scss-module__V9glsW__expandableContent::-webkit-scrollbar{width:4px}.Message-module-scss-module__V9glsW__expandableContent::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--chat-accent,#34e5f4) 20%, transparent);border-radius:2px}.Message-module-scss-module__V9glsW__toolEventRow{border-bottom:1px solid color-mix(in srgb, var(--chat-accent,#34e5f4) 14%, transparent)}.Message-module-scss-module__V9glsW__toolEventRow:last-child{border-bottom:none}.Message-module-scss-module__V9glsW__toolEventHeader{background:color-mix(in srgb, var(--chat-sidebar-surface,#001820) 70%, transparent);align-items:center;gap:8px;padding:6px 12px;font-size:.75rem;display:flex}.Message-module-scss-module__V9glsW__toolCallBadge{color:var(--chat-accent,#60a5fa);background:color-mix(in srgb, var(--chat-accent,#60a5fa) 12%, transparent);white-space:nowrap;border-radius:4px;padding:1px 6px;font-size:.6875rem;font-weight:600}.Message-module-scss-module__V9glsW__toolResultBadge{color:var(--chat-success,#4ade80);background:color-mix(in srgb, var(--chat-success,#4ade80) 12%, transparent);white-space:nowrap;border-radius:4px;padding:1px 6px;font-size:.6875rem;font-weight:600}.Message-module-scss-module__V9glsW__toolName{color:var(--foreground,#e4e4e7);font-weight:600}.Message-module-scss-module__V9glsW__toolCallId{color:color-mix(in srgb, var(--chat-secondary-text,#64748b) 55%, transparent);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.6875rem}.Message-module-scss-module__V9glsW__toolEventBody{color:color-mix(in srgb, var(--chat-secondary-text,#94a3b8) 74%, transparent);white-space:pre-wrap;word-break:break-word;background:color-mix(in srgb, var(--chat-sidebar-surface,#001820) 80%, black);max-height:200px;margin:0;padding:8px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.75rem;line-height:1.5;overflow-y:auto}.Message-module-scss-module__V9glsW__toolEventBody::-webkit-scrollbar{width:4px}.Message-module-scss-module__V9glsW__toolEventBody::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--chat-accent,#34e5f4) 18%, transparent);border-radius:2px}.Message-module-scss-module__V9glsW__systemMessage .Message-module-scss-module__V9glsW__messageContent{opacity:.8}.Message-module-scss-module__V9glsW__systemText{flex-direction:column;gap:.5rem;display:flex}.Message-module-scss-module__V9glsW__systemToggle{border:1px solid var(--chat-soft-border,#ffffff0f);background:var(--chat-soft-surface,#ffffff0a);color:var(--chat-secondary-text,#a1a1aa);cursor:pointer;white-space:nowrap;border-radius:6px;align-self:flex-start;align-items:center;gap:6px;padding:4px 10px;font-family:inherit;font-size:.75rem;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.Message-module-scss-module__V9glsW__systemToggle:hover{background:var(--chat-soft-surface-strong,#ffffff14);color:var(--foreground,#e4e4e7);border-color:color-mix(in srgb, var(--chat-accent,#34e5f4) 28%, transparent)}.Message-module-scss-module__V9glsW__systemContent{border:1px solid var(--chat-soft-border,#ffffff0f);background:color-mix(in srgb, var(--chat-sidebar-surface,#001820) 70%, black);color:var(--chat-secondary-text,#a1a1aa);border-radius:8px;padding:10px 12px;font-size:.8125rem;line-height:1.6;animation:.2s Message-module-scss-module__V9glsW__fadeIn}.Message-module-scss-module__V9glsW__systemContent p{margin:0 0 .5rem}.Message-module-scss-module__V9glsW__systemContent p:last-child{margin-bottom:0}.Message-module-scss-module__V9glsW__sourceList{flex-direction:column;gap:4px;margin:0;padding:8px 12px;list-style:none;display:flex}.Message-module-scss-module__V9glsW__sourceItem{color:color-mix(in srgb, var(--chat-secondary-text,#94a3b8) 74%, transparent);background:color-mix(in srgb, var(--chat-sidebar-surface,#001820) 65%, transparent);word-break:break-all;border-radius:4px;padding:4px 8px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.75rem;line-height:1.4}
.MessageAttachments-module-scss-module__kCymcq__attachments{flex-wrap:wrap;gap:.5rem;max-width:100%;margin-top:.5rem;display:flex}.MessageAttachments-module-scss-module__kCymcq__imageAttachment{border:1px solid var(--chat-soft-border,#ffffff14);border-radius:8px;flex-shrink:0;transition:border-color .15s;display:block;overflow:hidden}.MessageAttachments-module-scss-module__kCymcq__imageAttachment:hover{border-color:color-mix(in srgb, var(--chat-accent,#34e5f4) 28%, transparent)}.MessageAttachments-module-scss-module__kCymcq__imageThumbnail{object-fit:cover;background:color-mix(in srgb, var(--chat-sidebar-surface,#001820) 80%, black);width:120px;height:120px;display:block}.MessageAttachments-module-scss-module__kCymcq__imageFailed{border:1px solid var(--chat-soft-border,#ffffff14);background:color-mix(in srgb, var(--chat-sidebar-surface,#001820) 80%, black);width:120px;height:120px;color:color-mix(in srgb, var(--chat-secondary-text,#64748b) 55%, transparent);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.MessageAttachments-module-scss-module__kCymcq__documentChip{border:1px solid var(--chat-soft-border,#ffffff14);background:var(--chat-soft-surface,#ffffff0a);max-width:240px;color:var(--chat-secondary-text,#c2c6cd);cursor:pointer;border-radius:8px;flex-shrink:0;align-items:center;gap:6px;padding:6px 12px;font-family:inherit;font-size:.8125rem;line-height:1.4;text-decoration:none;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.MessageAttachments-module-scss-module__kCymcq__documentChip:hover{background:var(--chat-soft-surface-strong,#ffffff14);border-color:color-mix(in srgb, var(--chat-accent,#34e5f4) 24%, transparent);color:var(--foreground,#e4e4e7)}.MessageAttachments-module-scss-module__kCymcq__documentChip:disabled{opacity:.5;cursor:default}.MessageAttachments-module-scss-module__kCymcq__documentName{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.BrokerRecommendations-module-scss-module__0JTfxq__recommendations,.BrokerRecommendations-module-scss-module__0JTfxq__status{border:1px solid var(--chat-soft-border,#ffffff1a);background:color-mix(in srgb, var(--chat-soft-surface,#18181b) 80%, transparent);border-radius:14px;margin-top:1rem}.BrokerRecommendations-module-scss-module__0JTfxq__recommendations{overflow:hidden}.BrokerRecommendations-module-scss-module__0JTfxq__status{color:var(--chat-secondary-text,#a1a1aa);padding:.9rem 1rem;font-size:.875rem}.BrokerRecommendations-module-scss-module__0JTfxq__sectionHeader{border-bottom:1px solid var(--chat-soft-border,#ffffff1a);justify-content:space-between;align-items:flex-start;gap:.75rem;padding:1rem;display:flex}.BrokerRecommendations-module-scss-module__0JTfxq__sectionHeader h2{color:var(--foreground,#f4f4f5);margin:0;font-size:1rem;line-height:1.3}.BrokerRecommendations-module-scss-module__0JTfxq__sectionHeader p{color:var(--chat-secondary-text,#a1a1aa);margin:.25rem 0 0;font-size:.8125rem;line-height:1.45}.BrokerRecommendations-module-scss-module__0JTfxq__count,.BrokerRecommendations-module-scss-module__0JTfxq__score{background:color-mix(in srgb, var(--chat-accent,#34e5f4) 14%, transparent);width:fit-content;color:var(--chat-accent,#34e5f4);border-radius:999px;align-items:center;font-size:.75rem;font-weight:700;line-height:1;display:inline-flex}.BrokerRecommendations-module-scss-module__0JTfxq__count{justify-content:center;min-width:1.75rem;padding:.4rem .55rem}.BrokerRecommendations-module-scss-module__0JTfxq__cardGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding:.75rem;display:grid}.BrokerRecommendations-module-scss-module__0JTfxq__card{border:1px solid color-mix(in srgb, var(--chat-soft-border,#3f3f46) 78%, transparent);background:color-mix(in srgb, var(--chat-sidebar-surface,#001820) 48%, transparent);content-visibility:auto;contain-intrinsic-size:auto 30rem;border-radius:10px;min-width:0;padding:.9rem}.BrokerRecommendations-module-scss-module__0JTfxq__cardHeader{align-items:center;gap:.7rem;display:flex}.BrokerRecommendations-module-scss-module__0JTfxq__logo,.BrokerRecommendations-module-scss-module__0JTfxq__logoFallback{border:1px solid var(--chat-soft-border,#ffffff1a);border-radius:.7rem;flex:none;width:2.6rem;height:2.6rem}.BrokerRecommendations-module-scss-module__0JTfxq__logo{object-fit:contain;background:#fff}.BrokerRecommendations-module-scss-module__0JTfxq__logoFallback{color:var(--chat-secondary-text,#a1a1aa);background:var(--chat-soft-surface,#ffffff0d);place-items:center;display:grid}.BrokerRecommendations-module-scss-module__0JTfxq__cardTitle{min-width:0}.BrokerRecommendations-module-scss-module__0JTfxq__cardTitle h3{color:var(--foreground,#f4f4f5);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.9375rem;line-height:1.35;overflow:hidden}.BrokerRecommendations-module-scss-module__0JTfxq__score{margin-top:.3rem;padding:.3rem .45rem}.BrokerRecommendations-module-scss-module__0JTfxq__details{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;margin:.9rem 0;display:grid}.BrokerRecommendations-module-scss-module__0JTfxq__detail,.BrokerRecommendations-module-scss-module__0JTfxq__tagGroup{min-width:0}.BrokerRecommendations-module-scss-module__0JTfxq__detail dt,.BrokerRecommendations-module-scss-module__0JTfxq__tagGroup dt{color:var(--chat-secondary-text,#a1a1aa);font-size:.6875rem;line-height:1.3}.BrokerRecommendations-module-scss-module__0JTfxq__detail dd,.BrokerRecommendations-module-scss-module__0JTfxq__tagGroup dd{color:var(--foreground,#f4f4f5);overflow-wrap:anywhere;margin:.18rem 0 0;font-size:.8125rem;line-height:1.35}.BrokerRecommendations-module-scss-module__0JTfxq__tags{flex-direction:column;gap:.65rem;margin:0;display:flex}.BrokerRecommendations-module-scss-module__0JTfxq__tagGroup dd{flex-wrap:wrap;gap:.3rem;display:flex}.BrokerRecommendations-module-scss-module__0JTfxq__tag{border:1px solid color-mix(in srgb, var(--chat-accent,#34e5f4) 24%, transparent);color:var(--chat-secondary-text,#d4d4d8);background:color-mix(in srgb, var(--chat-accent,#34e5f4) 8%, transparent);border-radius:999px;padding:.2rem .4rem;font-size:.6875rem;line-height:1.2}.BrokerRecommendations-module-scss-module__0JTfxq__cta{width:100%;color:var(--chat-sidebar-surface,#001820);background:var(--chat-accent,#34e5f4);border-radius:.55rem;justify-content:center;align-items:center;gap:.35rem;margin-top:.9rem;padding:.6rem .75rem;font-size:.8125rem;font-weight:700;text-decoration:none;transition:filter .15s;display:inline-flex}.BrokerRecommendations-module-scss-module__0JTfxq__cta:hover{filter:brightness(1.08)}@media (max-width:640px){.BrokerRecommendations-module-scss-module__0JTfxq__cardGrid{grid-template-columns:1fr}}
.LLMChatInputV2-module-scss-module__6O9wDq__container{filter:drop-shadow(0 25px 50px #00000040);width:100%;max-width:1220px;margin:0 auto}@property --chat-input-border-angle{syntax:"<angle>";inherits:false;initial-value:0deg}.LLMChatInputV2-module-scss-module__6O9wDq__card{--chat-input-base-border:linear-gradient(#1ae0f3, #1ae0f3);isolation:isolate;background:linear-gradient(#002124, #002124) padding-box,conic-gradient(from var(--chat-input-border-angle), transparent 0deg 300deg, #b7ffe085 320deg, #d5ffe9fa 348deg, #4eeec7ad 360deg) border-box,var(--chat-input-base-border) border-box;border:3px solid #0000;border-radius:16px;flex-direction:column;min-height:254px;transition:border-color .16s,box-shadow .16s;animation:3.2s linear infinite LLMChatInputV2-module-scss-module__6O9wDq__chatInputBorderSweep;display:flex;position:relative;overflow:hidden}@keyframes LLMChatInputV2-module-scss-module__6O9wDq__chatInputBorderSweep{0%{--chat-input-border-angle:0deg}to{--chat-input-border-angle:360deg}}.LLMChatInputV2-module-scss-module__6O9wDq__cardDragActive{border-color:#34e5f4;box-shadow:0 0 0 4px #1ae0f31f}.LLMChatInputV2-module-scss-module__6O9wDq__dropOverlay{z-index:2;pointer-events:none;background:#002124e6;border-radius:16px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.LLMChatInputV2-module-scss-module__6O9wDq__dropHint{color:#1ae0f3;white-space:nowrap;background:#002124f2;border:1px solid #1ae0f3;border-radius:9999px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:500;display:inline-flex}.LLMChatInputV2-module-scss-module__6O9wDq__inputSection{flex:1;padding:32px 32px 0}.LLMChatInputV2-module-scss-module__6O9wDq__textarea{resize:none;color:#fff;text-align:start;background:0 0;border:none;outline:none;width:100%;height:92px;min-height:92px;padding:0;font-family:inherit;font-size:18px;font-weight:400;line-height:28px}.LLMChatInputV2-module-scss-module__6O9wDq__textarea::placeholder{color:#666f67}.LLMChatInputV2-module-scss-module__6O9wDq__textarea::-webkit-scrollbar{width:4px}.LLMChatInputV2-module-scss-module__6O9wDq__textarea::-webkit-scrollbar-track{background:0 0}.LLMChatInputV2-module-scss-module__6O9wDq__textarea::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}.LLMChatInputV2-module-scss-module__6O9wDq__toolbar{justify-content:space-between;align-items:center;gap:16px;padding:16px 32px 32px;display:flex}.LLMChatInputV2-module-scss-module__6O9wDq__controls{flex-shrink:1;align-items:center;gap:16px;min-width:0;display:flex}.LLMChatInputV2-module-scss-module__6O9wDq__modeButton{color:#cad5e2;cursor:pointer;white-space:nowrap;background:#ffffff0d;border:.667px solid #34e1ef;border-radius:6px;flex-shrink:0;align-items:center;gap:8px;height:48px;padding:0 13px;transition:background-color .16s,color .16s;display:inline-flex}.LLMChatInputV2-module-scss-module__6O9wDq__modeButton:hover:not(:disabled){background:#ffffff1a}.LLMChatInputV2-module-scss-module__6O9wDq__modeLabel{color:#cad5e2;font-family:inherit;font-size:16px;font-weight:500;line-height:1}.LLMChatInputV2-module-scss-module__6O9wDq__modeSparkles{color:#34e5f4;flex-shrink:0}.LLMChatInputV2-module-scss-module__6O9wDq__modeChevron{color:#64748b;flex-shrink:0}.LLMChatInputV2-module-scss-module__6O9wDq__separator{background:#ffffff1a;border-radius:1px;flex-shrink:0;width:2px;height:45px}.LLMChatInputV2-module-scss-module__6O9wDq__quickActions{align-items:center;gap:4px;display:flex}.LLMChatInputV2-module-scss-module__6O9wDq__iconButton{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:background-color .16s,color .16s;display:inline-flex}.LLMChatInputV2-module-scss-module__6O9wDq__iconButton:hover:not(:disabled){color:#fff;background:#ffffff0d}.LLMChatInputV2-module-scss-module__6O9wDq__sendButton{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #34e1ef;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;gap:8px;width:107px;height:48px;padding:0 21px;transition:background-color .18s,color .18s,transform .18s;display:inline-flex}.LLMChatInputV2-module-scss-module__6O9wDq__sendButton:hover:not(:disabled){background:#ffffff1a}.LLMChatInputV2-module-scss-module__6O9wDq__sendButton:active:not(:disabled){transform:translateY(1px)}.LLMChatInputV2-module-scss-module__6O9wDq__sendText{color:#fff;font-family:inherit;font-size:16px;font-weight:500;line-height:1;display:inline}.LLMChatInputV2-module-scss-module__6O9wDq__sendIcon{flex-shrink:0;transform:rotate(180deg)}.LLMChatInputV2-module-scss-module__6O9wDq__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.LLMChatInputV2-module-scss-module__6O9wDq__modeButton:disabled,.LLMChatInputV2-module-scss-module__6O9wDq__iconButton:disabled,.LLMChatInputV2-module-scss-module__6O9wDq__sendButton:disabled,.LLMChatInputV2-module-scss-module__6O9wDq__textarea:disabled{cursor:not-allowed}.LLMChatInputV2-module-scss-module__6O9wDq__card:has(.LLMChatInputV2-module-scss-module__6O9wDq__textarea:disabled){opacity:.85}.LLMChatInputV2-module-scss-module__6O9wDq__charCounter{bottom:18px;color:#64748b;text-align:left;pointer-events:none;direction:ltr;font-size:.75rem;position:absolute;inset-inline-end:32px}.LLMChatInputV2-module-scss-module__6O9wDq__charCounterOver{color:#f5576c;font-weight:600}@media (max-width:767.98px){.LLMChatInputV2-module-scss-module__6O9wDq__container{max-width:100%}.LLMChatInputV2-module-scss-module__6O9wDq__card{min-height:188px}.LLMChatInputV2-module-scss-module__6O9wDq__inputSection{padding:20px 16px 0}.LLMChatInputV2-module-scss-module__6O9wDq__textarea{height:64px;min-height:64px;font-size:16px;line-height:24px}.LLMChatInputV2-module-scss-module__6O9wDq__toolbar{gap:8px;padding:12px 16px 20px}.LLMChatInputV2-module-scss-module__6O9wDq__controls{gap:8px}.LLMChatInputV2-module-scss-module__6O9wDq__separator{display:none}.LLMChatInputV2-module-scss-module__6O9wDq__iconButton{border-radius:6px;width:30px;height:30px}.LLMChatInputV2-module-scss-module__6O9wDq__modeButton{height:40px;padding:0 10px}.LLMChatInputV2-module-scss-module__6O9wDq__modeLabel{font-size:14px}.LLMChatInputV2-module-scss-module__6O9wDq__sendButton{width:auto;min-width:90px;height:40px;padding:0 16px}.LLMChatInputV2-module-scss-module__6O9wDq__sendText{font-size:14px}.LLMChatInputV2-module-scss-module__6O9wDq__charCounter{bottom:8px;inset-inline-end:16px}}@media (prefers-reduced-motion:reduce){.LLMChatInputV2-module-scss-module__6O9wDq__card{animation:none}}
.LLMChatInputV3-module-scss-module__Tj6otq__container{isolation:isolate;box-sizing:border-box;width:100%;min-width:0;max-width:768px;margin:0 auto;position:relative}@property --chat-input-border-angle{syntax:"<angle>";inherits:false;initial-value:0deg}.LLMChatInputV3-module-scss-module__Tj6otq__card{--chat-input-base-border:linear-gradient(90deg, #1ae0f3 0%, #0f828d 100%);isolation:isolate;box-sizing:border-box;background:linear-gradient(#002124, #002124) padding-box,conic-gradient(from var(--chat-input-border-angle), transparent 0deg 300deg, #b7ffe085 320deg, #d5ffe9fa 348deg, #4eeec7ad 360deg) border-box,var(--chat-input-base-border) border-box;border:3px solid #0000;border-radius:20px;flex-direction:column;gap:12px;padding:14px;transition:border-color .16s,background-color .16s;animation:3.2s linear infinite LLMChatInputV3-module-scss-module__Tj6otq__chatInputBorderSweep;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 32px #00000038}@keyframes LLMChatInputV3-module-scss-module__Tj6otq__chatInputBorderSweep{0%{--chat-input-border-angle:0deg}to{--chat-input-border-angle:360deg}}.LLMChatInputV3-module-scss-module__Tj6otq__cardDragActive{border-color:#34e1efb3}.LLMChatInputV3-module-scss-module__Tj6otq__dropOverlay{z-index:4;pointer-events:none;background:#002124e6;border-radius:20px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.LLMChatInputV3-module-scss-module__Tj6otq__dropHint{color:#34e1ef;white-space:nowrap;background:#002124f2;border:1px solid #34e1ef;border-radius:9999px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:500;display:inline-flex}.LLMChatInputV3-module-scss-module__Tj6otq__inputSection{box-sizing:border-box;min-height:54px;padding:6px 6px 0;position:relative}.LLMChatInputV3-module-scss-module__Tj6otq__placeholderStack{pointer-events:none;height:24px;position:absolute;top:6px;left:6px;right:6px;overflow:hidden}.LLMChatInputV3-module-scss-module__Tj6otq__placeholderText{color:#b7dccb;text-align:start;direction:inherit;white-space:nowrap;will-change:opacity,transform;font-family:inherit;font-size:14px;font-weight:500;line-height:24px;position:absolute;inset:0;transform:translateY(0)}.LLMChatInputV3-module-scss-module__Tj6otq__placeholderCurrent{animation:.28s ease-out both LLMChatInputV3-module-scss-module__Tj6otq__placeholderSlideIn}.LLMChatInputV3-module-scss-module__Tj6otq__placeholderPrevious{animation:.28s ease-in both LLMChatInputV3-module-scss-module__Tj6otq__placeholderSlideOut}.LLMChatInputV3-module-scss-module__Tj6otq__textarea{z-index:1;resize:none;color:#fff;text-align:start;background:0 0;border:none;outline:none;width:100%;height:48px;min-height:48px;padding:0;font-family:inherit;font-size:16px;font-weight:400;line-height:24px;display:block;position:relative;overflow:hidden}.LLMChatInputV3-module-scss-module__Tj6otq__textarea::placeholder{color:#0000}.LLMChatInputV3-module-scss-module__Tj6otq__textarea::-webkit-scrollbar{width:4px}.LLMChatInputV3-module-scss-module__Tj6otq__textarea::-webkit-scrollbar-track{background:0 0}.LLMChatInputV3-module-scss-module__Tj6otq__textarea::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}.LLMChatInputV3-module-scss-module__Tj6otq__textarea:disabled{cursor:not-allowed;opacity:.85}.LLMChatInputV3-module-scss-module__Tj6otq__container[dir=rtl] .LLMChatInputV3-module-scss-module__Tj6otq__textarea{text-align:right}.LLMChatInputV3-module-scss-module__Tj6otq__container[dir=ltr] .LLMChatInputV3-module-scss-module__Tj6otq__textarea{text-align:left}@keyframes LLMChatInputV3-module-scss-module__Tj6otq__placeholderSlideIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes LLMChatInputV3-module-scss-module__Tj6otq__placeholderSlideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}@media (prefers-reduced-motion:reduce){.LLMChatInputV3-module-scss-module__Tj6otq__placeholderCurrent,.LLMChatInputV3-module-scss-module__Tj6otq__placeholderPrevious{animation:none}.LLMChatInputV3-module-scss-module__Tj6otq__placeholderPrevious{opacity:0}}.LLMChatInputV3-module-scss-module__Tj6otq__toolbar{justify-content:space-between;align-items:center;gap:8px;height:32px;padding:0 6px;display:flex}.LLMChatInputV3-module-scss-module__Tj6otq__controls{flex-shrink:1;align-items:center;gap:8px;min-width:0;display:flex}.LLMChatInputV3-module-scss-module__Tj6otq__iconButton{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .16s,color .16s;display:inline-flex}.LLMChatInputV3-module-scss-module__Tj6otq__iconButton:hover:not(:disabled){color:#fff;background:#ffffff0d}.LLMChatInputV3-module-scss-module__Tj6otq__iconButton:disabled{cursor:not-allowed;opacity:.5}.LLMChatInputV3-module-scss-module__Tj6otq__separator{background:#ffffff1a;border-radius:1px;flex-shrink:0;width:1px;height:20px}.LLMChatInputV3-module-scss-module__Tj6otq__modeButton{color:#b7dccb;cursor:pointer;white-space:nowrap;background:#ffffff0d;border:0;border-radius:6px;flex-shrink:0;align-items:center;gap:6px;width:143px;height:32px;padding:0 12px;transition:background-color .16s,color .16s;display:inline-flex;position:relative}.LLMChatInputV3-module-scss-module__Tj6otq__modeButton:before{content:"";border-radius:inherit;pointer-events:none;-webkit-mask-composite:xor;background:linear-gradient(#34e1ef 0%,#1e8189 100%);padding:.67px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.LLMChatInputV3-module-scss-module__Tj6otq__modeButton:hover:not(:disabled){background:#ffffff0d}.LLMChatInputV3-module-scss-module__Tj6otq__modeButton:disabled{cursor:not-allowed;opacity:.5}.LLMChatInputV3-module-scss-module__Tj6otq__modeLabel{color:#b7dccb;font-family:inherit;font-size:14px;font-weight:500;line-height:1}.LLMChatInputV3-module-scss-module__Tj6otq__modeSparkles{color:#34e5f4;flex-shrink:0}.LLMChatInputV3-module-scss-module__Tj6otq__modeChevron{color:#b7dccb;flex-shrink:0}.LLMChatInputV3-module-scss-module__Tj6otq__sendButton{color:#b7dccb;cursor:pointer;background:#ffffff0d;border:2px solid #0000;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .16s,color .16s;display:inline-flex;position:relative}.LLMChatInputV3-module-scss-module__Tj6otq__sendButton:hover:not(:disabled){background:#ffffff0d}.LLMChatInputV3-module-scss-module__Tj6otq__sendButton:disabled{color:#b7dccb;cursor:not-allowed;background:#ffffff0d}.LLMChatInputV3-module-scss-module__Tj6otq__sendButtonReady:not(:disabled){color:#fff;background:linear-gradient(#002124,#002124) padding-box padding-box,linear-gradient(#1ae0f3 0%,#0f828d 100%) border-box}.LLMChatInputV3-module-scss-module__Tj6otq__sendButtonReady:not(:disabled):hover{background:linear-gradient(#04383d,#04383d) padding-box padding-box,linear-gradient(#1ae0f3 0%,#0f828d 100%) border-box}.LLMChatInputV3-module-scss-module__Tj6otq__sendButtonReady:disabled{color:#b7dccb;background:#ffffff0d}.LLMChatInputV3-module-scss-module__Tj6otq__sendIcon{color:currentColor;flex-shrink:0;transform:rotate(-90deg)}.LLMChatInputV3-module-scss-module__Tj6otq__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.LLMChatInputV3-module-scss-module__Tj6otq__charCounter{color:#64748b;text-align:left;direction:ltr;padding:0 6px;font-size:.75rem}.LLMChatInputV3-module-scss-module__Tj6otq__charCounterOver{color:#f5576c;font-weight:600}@media (max-width:767.98px){.LLMChatInputV3-module-scss-module__Tj6otq__container{width:calc(100% - 16px);max-width:100%}.LLMChatInputV3-module-scss-module__Tj6otq__card{--chat-input-base-border:linear-gradient(180deg, #1ae0f3 0%, #0f828d 100%);border:2px solid #0000;gap:6px;height:auto;padding:8px 8px 12px}.LLMChatInputV3-module-scss-module__Tj6otq__dropOverlay{border-radius:12px}.LLMChatInputV3-module-scss-module__Tj6otq__inputSection{flex:none;min-height:38px;padding:6px 6px 0}.LLMChatInputV3-module-scss-module__Tj6otq__placeholderStack{height:24px;top:6px;left:6px;right:6px}.LLMChatInputV3-module-scss-module__Tj6otq__placeholderText{color:#b7dccb;font-size:10px;font-weight:500;line-height:24px}.LLMChatInputV3-module-scss-module__Tj6otq__textarea{height:auto;min-height:36px;font-size:14px;line-height:24px;overflow:hidden}.LLMChatInputV3-module-scss-module__Tj6otq__textarea::placeholder{color:#0000}.LLMChatInputV3-module-scss-module__Tj6otq__toolbar{height:32px;padding:0 6px}.LLMChatInputV3-module-scss-module__Tj6otq__controls{justify-content:flex-start;align-items:center;gap:8.5px;width:auto;height:32px;display:flex}.LLMChatInputV3-module-scss-module__Tj6otq__iconButton{color:#9cb2b8;border-radius:6px;width:30px;height:30px}.LLMChatInputV3-module-scss-module__Tj6otq__iconButton svg{width:16px;height:16px}.LLMChatInputV3-module-scss-module__Tj6otq__separator{display:none}.LLMChatInputV3-module-scss-module__Tj6otq__modeButton{background:#ffffff0d;border:0;border-radius:6px;gap:8px;width:125px;height:32px;padding:0 14.25px}.LLMChatInputV3-module-scss-module__Tj6otq__modeButton:before{background:linear-gradient(#34e1ef 0%,#1e8189 100%)}.LLMChatInputV3-module-scss-module__Tj6otq__modeButton svg{width:12px;height:12px}.LLMChatInputV3-module-scss-module__Tj6otq__modeLabel{font-size:11px;line-height:12px}.LLMChatInputV3-module-scss-module__Tj6otq__modeChevron{display:block}.LLMChatInputV3-module-scss-module__Tj6otq__sendButton{border-radius:6px;width:32px;height:32px;padding:0}.LLMChatInputV3-module-scss-module__Tj6otq__sendIcon{width:14px;height:14px;transform:rotate(-90deg)}.LLMChatInputV3-module-scss-module__Tj6otq__charCounter{padding:0;font-size:10px;position:absolute;bottom:2px;left:12px}}@media (prefers-reduced-motion:reduce){.LLMChatInputV3-module-scss-module__Tj6otq__card{animation:none}}
.PendingAttachmentsList-module-scss-module__9-YR4a__pendingAttachments{background:var(--chat-soft-surface,#ffffff08);border:1px solid var(--chat-soft-border,#ffffff0f);border-radius:12px;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem;padding:.5rem;animation:.2s ease-out PendingAttachmentsList-module-scss-module__9-YR4a__pendingAttachmentsFadeIn;display:flex}.PendingAttachmentsList-module-scss-module__9-YR4a__pendingItem{border:1px solid var(--chat-soft-border,#ffffff14);background:var(--chat-soft-surface-strong,#ffffff0d);width:min(100%,200px);min-width:0;color:var(--chat-secondary-text,#c2c6cd);border-radius:8px;flex-direction:column;align-items:stretch;padding-block:4px;padding-inline:4px 8px;font-family:inherit;font-size:.75rem;display:flex}.PendingAttachmentsList-module-scss-module__9-YR4a__pendingItem[data-status=failed]{border-color:color-mix(in srgb, var(--chat-danger,#f5576c) 42%, transparent);color:var(--chat-danger,#f5576c)}.PendingAttachmentsList-module-scss-module__9-YR4a__pendingItem[data-status=ready]{border-color:color-mix(in srgb, var(--chat-success,#4ade80) 32%, transparent);color:var(--chat-success,#4ade80)}.PendingAttachmentsList-module-scss-module__9-YR4a__pendingPrimaryRow{align-items:center;gap:6px;min-width:0;display:flex}.PendingAttachmentsList-module-scss-module__9-YR4a__pendingThumb{object-fit:cover;border-radius:4px;flex-shrink:0;width:28px;height:28px}.PendingAttachmentsList-module-scss-module__9-YR4a__pendingName{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.PendingAttachmentsList-module-scss-module__9-YR4a__pendingError{overflow-wrap:anywhere;max-width:100%;color:var(--chat-danger,#f5576c);margin-top:3px;font-size:.6875rem;line-height:1.25;display:block}.PendingAttachmentsList-module-scss-module__9-YR4a__retryButton,.PendingAttachmentsList-module-scss-module__9-YR4a__removeButton{color:inherit;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:2px;transition:background .15s;display:inline-flex}.PendingAttachmentsList-module-scss-module__9-YR4a__retryButton:hover,.PendingAttachmentsList-module-scss-module__9-YR4a__removeButton:hover{background:color-mix(in srgb, var(--chat-accent,#34e5f4) 14%, transparent)}.PendingAttachmentsList-module-scss-module__9-YR4a__spinIcon{animation:1.2s linear infinite PendingAttachmentsList-module-scss-module__9-YR4a__pendingAttachmentsSpin}@keyframes PendingAttachmentsList-module-scss-module__9-YR4a__pendingAttachmentsFadeIn{0%{opacity:0}to{opacity:1}}@keyframes PendingAttachmentsList-module-scss-module__9-YR4a__pendingAttachmentsSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.HeroSection-module-scss-module__APaq6W__heroSection{z-index:1;isolation:isolate;justify-content:center;align-items:center;height:753px;min-height:auto;max-height:753px;padding:clamp(80px,5.56vw,100px) clamp(16px,2.22vw,32px);display:flex;position:relative;overflow:visible}.HeroSection-module-scss-module__APaq6W__container{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:24px;width:100%;max-width:1220px;margin-inline:auto;display:flex;position:relative}.HeroSection-module-scss-module__APaq6W__mainStack{flex-direction:column;align-items:center;width:100%;display:flex}.HeroSection-module-scss-module__APaq6W__content{flex-direction:column;align-items:center;gap:clamp(24px,2.22vw,32px);display:flex}.HeroSection-module-scss-module__APaq6W__copyStack{flex-direction:column;align-items:center;gap:8px;width:100%;margin-bottom:48px;display:flex}.HeroSection-module-scss-module__APaq6W__badge{flex-shrink:0;width:min(170px,100%);height:40px}.HeroSection-module-scss-module__APaq6W__title{width:min(1106px,100%);font-family:var(--font-cairo),sans-serif;letter-spacing:0;text-align:center;color:#0000;background:linear-gradient(90deg,#fff 0%,#999 100%);-webkit-background-clip:text;background-clip:text;margin:0;padding-bottom:.15em;font-size:clamp(28px,3.89vw,42px);font-weight:700;line-height:1.4}.HeroSection-module-scss-module__APaq6W__subtitle{font-family:var(--font-cairo),sans-serif;color:#b7dccb;text-align:center;direction:rtl;margin:0;font-size:clamp(16px,1.25vw,18px);font-weight:500;line-height:1.5}.HeroSection-module-scss-module__APaq6W__ctaGroup{direction:rtl;flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;display:flex}.HeroSection-module-scss-module__APaq6W__inputWrapper{width:100%;max-width:800px;margin-bottom:24px;position:relative}.HeroSection-module-scss-module__APaq6W__hiddenFileInput{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.HeroSection-module-scss-module__APaq6W__uploadError{color:#f5576c;font-family:var(--font-cairo),sans-serif;text-align:start;direction:inherit;background:#f5576c14;border:1px solid #f5576c33;border-radius:8px;margin-bottom:8px;padding:8px 12px;font-size:13px;line-height:1.4}.HeroSection-module-scss-module__APaq6W__routingError{color:#f5576c;width:100%;max-width:800px;font-family:var(--font-cairo),sans-serif;text-align:start;direction:inherit;background:#f5576c14;border:1px solid #f5576c33;border-radius:8px;margin-bottom:8px;padding:8px 12px;font-size:13px;line-height:1.4}.HeroSection-module-scss-module__APaq6W__chatInput{width:100%;max-width:1220px}.HeroSection-module-scss-module__APaq6W__shortcutsStack{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1220px;display:flex;position:relative}.HeroSection-module-scss-module__APaq6W__shortcutsGroup{flex-wrap:nowrap;justify-content:center;align-items:flex-end;gap:clamp(12px,1.39vw,20px);width:min(850px,100%);display:flex}.HeroSection-module-scss-module__APaq6W__shortcutButton{background:#0f142399;border:0;position:relative}.HeroSection-module-scss-module__APaq6W__shortcutButton:before{content:"";border-radius:inherit;opacity:0;pointer-events:none;-webkit-mask-composite:xor;background:linear-gradient(#34e1ef 0%,#1e8189 100%);padding:.67px;transition:opacity .3s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.HeroSection-module-scss-module__APaq6W__shortcutButton:hover:not(:disabled),.HeroSection-module-scss-module__APaq6W__shortcutButton:focus-visible,.HeroSection-module-scss-module__APaq6W__shortcutButton[aria-pressed=true]{background:#0f142399;border:0}.HeroSection-module-scss-module__APaq6W__shortcutButton:hover:not(:disabled):before,.HeroSection-module-scss-module__APaq6W__shortcutButton:focus-visible:before,.HeroSection-module-scss-module__APaq6W__shortcutButton[aria-pressed=true]:before{opacity:1}.HeroSection-module-scss-module__APaq6W__shortcutButton[aria-pressed=true]{color:#fff;box-shadow:0 10px 30px #1e818947}.HeroSection-module-scss-module__APaq6W__shortcutButton[aria-pressed=true] svg{color:#fff}.HeroSection-module-scss-module__APaq6W__optionsWrapper{top:calc(100% + 16px);z-index:2;pointer-events:none;justify-content:center;width:100%;max-width:1220px;margin-inline:auto;display:flex;position:absolute;inset-inline:0}@media (max-width:1023.98px){.HeroSection-module-scss-module__APaq6W__heroSection{height:auto;min-height:auto;padding:100px 24px}.HeroSection-module-scss-module__APaq6W__title{width:100%;font-size:42px;line-height:1.35}}.HeroSection-module-scss-module__APaq6W__flowStack{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1220px;display:flex;position:relative}@media (max-width:1023.98px){.HeroSection-module-scss-module__APaq6W__shortcutsStack{width:100%}.HeroSection-module-scss-module__APaq6W__shortcutsGroup{-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch;justify-content:flex-start;padding-bottom:4px;overflow-x:auto}.HeroSection-module-scss-module__APaq6W__shortcutsGroup::-webkit-scrollbar{display:none}}@media (max-width:767.98px){.HeroSection-module-scss-module__APaq6W__heroSection{height:auto;min-height:auto;padding:32px 16px}.HeroSection-module-scss-module__APaq6W__container{gap:16px}.HeroSection-module-scss-module__APaq6W__content{gap:24px;width:100%}.HeroSection-module-scss-module__APaq6W__copyStack{gap:16px;margin-bottom:32px}.HeroSection-module-scss-module__APaq6W__badge{width:170px;max-width:100%;height:32px;font-size:12px}.HeroSection-module-scss-module__APaq6W__title{color:#fff;background:0 0;-webkit-background-clip:unset;background-clip:unset;font-size:18px;line-height:27px}.HeroSection-module-scss-module__APaq6W__subtitle{font-size:12px;line-height:18px}.HeroSection-module-scss-module__APaq6W__ctaGroup{flex-wrap:nowrap;gap:20px;width:100%}.HeroSection-module-scss-module__APaq6W__shortcutsGroup{gap:8px;width:100%}}
.HeroFlowNavigator-module-scss-module__LjMLBG__navigator{flex-direction:column;align-items:center;width:100%;max-width:1220px;display:flex;position:relative}.HeroFlowNavigator-module-scss-module__LjMLBG__backBar{justify-content:flex-start;align-items:center;gap:12px;width:100%;margin-bottom:12px;padding:0 4px;display:flex}.HeroFlowNavigator-module-scss-module__LjMLBG__backButton{color:#b7dccb;font-family:var(--font-cairo),sans-serif;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:600;transition:background-color .18s,color .18s;display:inline-flex}.HeroFlowNavigator-module-scss-module__LjMLBG__backButton:hover:not(:disabled),.HeroFlowNavigator-module-scss-module__LjMLBG__backButton:focus-visible{color:#fff;background:#ffffff1f}.HeroFlowNavigator-module-scss-module__LjMLBG__backButton:focus-visible{outline-offset:2px;outline:1px solid #34e5f4}.HeroFlowNavigator-module-scss-module__LjMLBG__backButton:disabled{cursor:not-allowed;opacity:.5}.HeroFlowNavigator-module-scss-module__LjMLBG__breadcrumb{font-family:var(--font-cairo),sans-serif;color:#ffffff80;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.HeroFlowNavigator-module-scss-module__LjMLBG__subPanel{top:calc(100% + 16px);z-index:2;box-sizing:border-box;pointer-events:auto;background:#010e0f;border:1px solid #b7dccb1f;border-radius:18px;flex-direction:column;align-items:center;width:100%;max-width:1220px;margin-inline:auto;padding:24px 24px 64px;display:flex;position:absolute;inset-inline:0;box-shadow:0 18px 44px #00000059}.HeroFlowNavigator-module-scss-module__LjMLBG__shortcutsGroup{flex-wrap:nowrap;justify-content:center;align-items:flex-end;gap:clamp(12px,1.39vw,20px);width:min(850px,100%);display:flex}.HeroFlowNavigator-module-scss-module__LjMLBG__shortcutButton{background:#0f142399;border:0;position:relative}.HeroFlowNavigator-module-scss-module__LjMLBG__shortcutButton:before{content:"";border-radius:inherit;opacity:0;pointer-events:none;-webkit-mask-composite:xor;background:linear-gradient(#34e1ef 0%,#1e8189 100%);padding:.67px;transition:opacity .3s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.HeroFlowNavigator-module-scss-module__LjMLBG__shortcutButton:hover:not(:disabled),.HeroFlowNavigator-module-scss-module__LjMLBG__shortcutButton:focus-visible,.HeroFlowNavigator-module-scss-module__LjMLBG__shortcutButton[aria-pressed=true]{background:#0f142399;border:0}.HeroFlowNavigator-module-scss-module__LjMLBG__shortcutButton:hover:not(:disabled):before,.HeroFlowNavigator-module-scss-module__LjMLBG__shortcutButton:focus-visible:before,.HeroFlowNavigator-module-scss-module__LjMLBG__shortcutButton[aria-pressed=true]:before{opacity:1}.HeroFlowNavigator-module-scss-module__LjMLBG__shortcutButton[aria-pressed=true]{color:#fff;box-shadow:0 10px 30px #1e818947}.HeroFlowNavigator-module-scss-module__LjMLBG__shortcutButton[aria-pressed=true] svg{color:#fff}.HeroFlowNavigator-module-scss-module__LjMLBG__options{border-radius:16px;flex-direction:column;align-items:stretch;width:100%;display:flex;overflow:hidden}.HeroFlowNavigator-module-scss-module__LjMLBG__optionWrapper{border-bottom:1px solid #999c99}.HeroFlowNavigator-module-scss-module__LjMLBG__optionWrapper:last-child{border-bottom:0}.HeroFlowNavigator-module-scss-module__LjMLBG__option{color:#fff;width:100%;min-height:51px;font-family:var(--font-cairo),sans-serif;letter-spacing:0;text-align:start;cursor:pointer;background:#1e8189;border:0;justify-content:flex-start;align-items:center;gap:8px;padding:16px;font-size:14px;font-weight:600;line-height:1.35;transition:background-color .18s,color .18s;display:flex}.HeroFlowNavigator-module-scss-module__LjMLBG__option:hover:not(:disabled),.HeroFlowNavigator-module-scss-module__LjMLBG__option:focus-visible{color:#fff;background:#22929b}.HeroFlowNavigator-module-scss-module__LjMLBG__option:focus-visible{outline-offset:-3px;outline:1px solid #34e5f4}.HeroFlowNavigator-module-scss-module__LjMLBG__option:disabled{cursor:not-allowed;opacity:.72}.HeroFlowNavigator-module-scss-module__LjMLBG__optionLabel{flex:1}.HeroFlowNavigator-module-scss-module__LjMLBG__chevron{opacity:.7;flex-shrink:0}.HeroFlowNavigator-module-scss-module__LjMLBG__inputRow{background:#1a6a71;border-bottom:1px solid #999c99;align-items:center;gap:0;display:flex}.HeroFlowNavigator-module-scss-module__LjMLBG__inputRow:last-child{border-bottom:0}.HeroFlowNavigator-module-scss-module__LjMLBG__textInput{color:#fff;min-height:48px;font-family:var(--font-cairo),sans-serif;background:0 0;border:0;outline:none;flex:1;padding:12px 16px;font-size:14px;font-weight:500;line-height:1.35}.HeroFlowNavigator-module-scss-module__LjMLBG__textInput::placeholder{color:#ffffff73}.HeroFlowNavigator-module-scss-module__LjMLBG__submitButton{border:0;color:#34e5f4;cursor:pointer;background:0 0;border-inline-start:1px solid #ffffff1f;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:48px;transition:background-color .18s,color .18s;display:flex}.HeroFlowNavigator-module-scss-module__LjMLBG__submitButton svg{transform:rotate(-90deg)}.HeroFlowNavigator-module-scss-module__LjMLBG__submitButton:hover:not(:disabled),.HeroFlowNavigator-module-scss-module__LjMLBG__submitButton:focus-visible{color:#fff;background:#34e5f41f}.HeroFlowNavigator-module-scss-module__LjMLBG__submitButton:focus-visible{outline-offset:-3px;outline:1px solid #34e5f4}.HeroFlowNavigator-module-scss-module__LjMLBG__submitButton:disabled{cursor:not-allowed;opacity:.4}@media (max-width:1023.98px){.HeroFlowNavigator-module-scss-module__LjMLBG__shortcutsGroup{-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch;justify-content:flex-start;padding-bottom:4px;overflow-x:auto}.HeroFlowNavigator-module-scss-module__LjMLBG__shortcutsGroup::-webkit-scrollbar{display:none}}@media (max-width:767.98px){.HeroFlowNavigator-module-scss-module__LjMLBG__option{min-height:48px;padding:14px 16px;font-size:13px}.HeroFlowNavigator-module-scss-module__LjMLBG__textInput{min-height:44px;font-size:13px}.HeroFlowNavigator-module-scss-module__LjMLBG__submitButton{height:44px}.HeroFlowNavigator-module-scss-module__LjMLBG__shortcutsGroup{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;padding-bottom:0;overflow:visible}.HeroFlowNavigator-module-scss-module__LjMLBG__shortcutButtonMobileHidden{display:none}}.HeroFlowNavigator-module-scss-module__LjMLBG__textInput{text-align:start}
.BlogHeroSection-module-scss-module__E-5Rua__hero{z-index:1;isolation:isolate;background:#000d0f;justify-content:center;align-items:center;min-height:370px;padding:80px 32px;display:flex;position:relative;overflow:hidden}.BlogHeroSection-module-scss-module__E-5Rua__hero:before,.BlogHeroSection-module-scss-module__E-5Rua__hero:after{content:"";pointer-events:none;position:absolute;inset:0}.BlogHeroSection-module-scss-module__E-5Rua__hero:before{z-index:1;background:radial-gradient(circle at -8% 108%,#34e5f429 0%,#34e5f40f 28%,#0000 58%),radial-gradient(circle at 108% -8%,#34e5f424 0%,#34e5f40d 26%,#0000 56%),linear-gradient(90deg,#0005067a,#0000 24% 76%,#0005067a)}.BlogHeroSection-module-scss-module__E-5Rua__hero:after{z-index:2;opacity:.2;mix-blend-mode:soft-light;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='.34'/%3E%3C/svg%3E")}.BlogHeroSection-module-scss-module__E-5Rua__hero.BlogHeroSection-module-scss-module__E-5Rua__horizonHero{background:#000b0d}.BlogHeroSection-module-scss-module__E-5Rua__hero.BlogHeroSection-module-scss-module__E-5Rua__horizonHero:before{z-index:2;background:radial-gradient(#34e5f41f 0%,#1e818911 22%,#000a0c1a 46%,#00070847 74%,#00040566 100%),linear-gradient(#00030470,#0000 30% 70%,#0003048f)}.BlogHeroSection-module-scss-module__E-5Rua__hero.BlogHeroSection-module-scss-module__E-5Rua__horizonHero:after{z-index:4;opacity:.16}.BlogHeroSection-module-scss-module__E-5Rua__homepageAtmosphere{z-index:0;opacity:.66}.BlogHeroSection-module-scss-module__E-5Rua__marketField{z-index:1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.BlogHeroSection-module-scss-module__E-5Rua__perspectiveGrid{opacity:.54;background-image:linear-gradient(90deg,#34e5f41a 1px,#0000 1px),linear-gradient(#34e5f414 1px,#0000 1px);background-size:72px 54px;position:absolute;inset:-38% -22%;transform:perspective(780px)rotateX(64deg)scale(1.45);-webkit-mask-image:radial-gradient(#0000 0%,#0000002e 28%,#000 68%);mask-image:radial-gradient(#0000 0%,#0000002e 28%,#000 68%)}.BlogHeroSection-module-scss-module__E-5Rua__liquidityBands{position:absolute;inset:0}.BlogHeroSection-module-scss-module__E-5Rua__liquidityBands span{filter:blur(1.2px);background:linear-gradient(90deg,#0000 0%,#34e5f424 16%,#1e818908 42% 58%,#34e5f424 84%,#0000 100%);border-block:1px solid #78f6ff1c;height:84px;position:absolute;inset-inline:-8%;transform:rotate(-5deg)}.BlogHeroSection-module-scss-module__E-5Rua__liquidityBands span:first-child{opacity:.34;top:12%}.BlogHeroSection-module-scss-module__E-5Rua__liquidityBands span:nth-child(2){opacity:.72;top:calc(50% - 42px)}.BlogHeroSection-module-scss-module__E-5Rua__liquidityBands span:nth-child(3){opacity:.28;bottom:10%}.BlogHeroSection-module-scss-module__E-5Rua__horizonLine{top:50%;filter:blur(.8px);background:linear-gradient(90deg,#0000,#74f7ff7a 18%,#34e5f414 40% 60%,#74f7ff7a 82%,#0000);height:1px;position:absolute;inset-inline:-6%;transform:rotate(-5deg);box-shadow:0 0 16px #34e5f433,0 0 70px #34e5f41f}.BlogHeroSection-module-scss-module__E-5Rua__marketDust{opacity:.26;background-image:radial-gradient(circle,#73f6ff6b 0 1px,#0000 1.4px);background-size:14px 14px;position:absolute;inset:0 7%;-webkit-mask-image:linear-gradient(90deg,#000 0%,#0000001f 36%,#0000 46% 54%,#0000001f 64%,#000 100%);mask-image:linear-gradient(90deg,#000 0%,#0000001f 36%,#0000 46% 54%,#0000001f 64%,#000 100%)}.BlogHeroSection-module-scss-module__E-5Rua__velocityBackground{z-index:0;pointer-events:none;background:linear-gradient(135deg,#34e5f414,#0000 32%),linear-gradient(315deg,#1e81891f,#0000 36%),#000d0f;position:absolute;inset:0;overflow:hidden}.BlogHeroSection-module-scss-module__E-5Rua__velocityBackground:before,.BlogHeroSection-module-scss-module__E-5Rua__velocityBackground:after{content:"";position:absolute;inset:0}.BlogHeroSection-module-scss-module__E-5Rua__velocityBackground:before{z-index:5;background:radial-gradient(#000d0fe0 0%,#000d0fc2 21%,#000d0f47 44%,#0000 68%)}.BlogHeroSection-module-scss-module__E-5Rua__velocityBackground:after{z-index:6;background:linear-gradient(#00070847,#0000 24% 72%,#0007088f),repeating-linear-gradient(90deg,#0000 0 11.9%,#b7dccb09 12% 12.08%)}.BlogHeroSection-module-scss-module__E-5Rua__gridPlane{z-index:1;opacity:.76;background-image:linear-gradient(90deg,#34e5f424 1px,#0000 1px),linear-gradient(#34e5f41c 1px,#0000 1px);background-size:58px 58px;position:absolute;inset:-42% -18%;transform:rotate(-11deg)scale(1.08);-webkit-mask-image:linear-gradient(90deg,#000 0%,#00000052 43% 57%,#000 100%);mask-image:linear-gradient(90deg,#000 0%,#00000052 43% 57%,#000 100%)}.BlogHeroSection-module-scss-module__E-5Rua__gridPlane.BlogHeroSection-module-scss-module__E-5Rua__dotPlane{opacity:.68;background-image:radial-gradient(circle,#34e5f461 0 1px,#0000 1.45px);background-size:14px 14px}.BlogHeroSection-module-scss-module__E-5Rua__energyBand{z-index:2;mix-blend-mode:screen;opacity:.74;background:linear-gradient(#0000 0%,#34e5f40d 14%,#34e5f452 46%,#8eebf26b 50%,#34e5f44d 54%,#34e5f40d 86%,#0000 100%);width:150%;height:230px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-11deg);box-shadow:0 -58px 130px #34e5f429,0 58px 130px #34e5f429}.BlogHeroSection-module-scss-module__E-5Rua__energyCore{z-index:3;mix-blend-mode:screen;opacity:.46;background:linear-gradient(90deg,#0000 0%,#34e5f414 11%,#baffff61 31%,#34e5f41f 50%,#baffff61 69%,#34e5f414 89%,#0000 100%);width:160%;height:1px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-11deg);box-shadow:0 0 10px #baffff57,0 0 34px #34e5f44d}.BlogHeroSection-module-scss-module__E-5Rua__lightShards{z-index:4;opacity:.68;position:absolute;inset:-20%;transform:rotate(-11deg)}.BlogHeroSection-module-scss-module__E-5Rua__lightShards span{background:linear-gradient(90deg,#0000,#34e5f41a,#0000);border-inline:1px solid #baffff1f;width:12%;position:absolute;top:0;bottom:0;transform:skew(-18deg)}.BlogHeroSection-module-scss-module__E-5Rua__lightShards span:first-child{left:4%}.BlogHeroSection-module-scss-module__E-5Rua__lightShards span:nth-child(2){opacity:.62;width:7%;left:23%}.BlogHeroSection-module-scss-module__E-5Rua__lightShards span:nth-child(3){opacity:.28;width:10%;left:44%}.BlogHeroSection-module-scss-module__E-5Rua__lightShards span:nth-child(4){opacity:.62;width:7%;right:23%}.BlogHeroSection-module-scss-module__E-5Rua__lightShards span:nth-child(5){right:4%}.BlogHeroSection-module-scss-module__E-5Rua__scanlines{z-index:7;opacity:.13;background:repeating-linear-gradient(#b7dccb26 0 1px,#0000 1px 4px);position:absolute;inset:0}.BlogHeroSection-module-scss-module__E-5Rua__container{z-index:4;text-align:center;justify-content:center;width:min(100%,1220px);margin-inline:auto;display:flex;position:relative}.BlogHeroSection-module-scss-module__E-5Rua__horizonHero .BlogHeroSection-module-scss-module__E-5Rua__container{z-index:5}.BlogHeroSection-module-scss-module__E-5Rua__copy{text-align:center;justify-items:center;gap:18px;width:min(100%,820px);display:grid}.BlogHeroSection-module-scss-module__E-5Rua__title,.BlogHeroSection-module-scss-module__E-5Rua__subtitle{width:100%;font-family:var(--font-cairo),sans-serif;text-align:center;text-wrap:balance;margin:0}.BlogHeroSection-module-scss-module__E-5Rua__title{color:#0000;filter:drop-shadow(0 10px 28px #0000008f);letter-spacing:-.02em;background:linear-gradient(96deg,#fff 8%,#dce8e3 50%,#9fb1aa 92%);-webkit-background-clip:text;background-clip:text;font-size:52px;font-weight:700;line-height:1.45}.BlogHeroSection-module-scss-module__E-5Rua__subtitle{color:#c3e2d3;text-shadow:0 3px 18px #000000e6;max-width:620px;font-size:18px;font-weight:500;line-height:1.7}.BlogHeroSection-module-scss-module__E-5Rua__titleOnly .BlogHeroSection-module-scss-module__E-5Rua__title{font-size:clamp(52px,4.7vw,68px)}@media (max-width:1023.98px){.BlogHeroSection-module-scss-module__E-5Rua__hero{min-height:320px;padding-inline:24px}.BlogHeroSection-module-scss-module__E-5Rua__title{font-size:44px}}@media (max-width:767.98px){.BlogHeroSection-module-scss-module__E-5Rua__hero{min-height:300px;padding:40px 16px}.BlogHeroSection-module-scss-module__E-5Rua__velocityBackground:before{background:radial-gradient(at 50% 42%,#000d0feb 0%,#000d0fd1 25%,#000d0f5c 48%,#0000 78%)}.BlogHeroSection-module-scss-module__E-5Rua__gridPlane{background-size:46px 46px;left:-70%;right:-70%;transform:rotate(-14deg)scale(1.08)}.BlogHeroSection-module-scss-module__E-5Rua__gridPlane.BlogHeroSection-module-scss-module__E-5Rua__dotPlane{background-size:11px 11px}.BlogHeroSection-module-scss-module__E-5Rua__perspectiveGrid{background-size:48px 40px;inset-inline:-90%;transform:perspective(560px)rotateX(66deg)scale(1.55)}.BlogHeroSection-module-scss-module__E-5Rua__liquidityBands span{height:54px;inset-inline:-42%}.BlogHeroSection-module-scss-module__E-5Rua__liquidityBands span:nth-child(2){top:calc(50% - 27px)}.BlogHeroSection-module-scss-module__E-5Rua__marketDust{background-size:11px 11px;inset-inline:-20%}.BlogHeroSection-module-scss-module__E-5Rua__energyBand{opacity:.82;width:230%;height:130px;transform:translate(-50%,-50%)rotate(-14deg)}.BlogHeroSection-module-scss-module__E-5Rua__energyCore{width:240%;transform:translate(-50%,-50%)rotate(-14deg)}.BlogHeroSection-module-scss-module__E-5Rua__lightShards{left:-80%;right:-80%;transform:rotate(-14deg)}.BlogHeroSection-module-scss-module__E-5Rua__copy{gap:12px;width:min(100%,350px)}.BlogHeroSection-module-scss-module__E-5Rua__title{letter-spacing:0;font-size:24px;line-height:1.5}.BlogHeroSection-module-scss-module__E-5Rua__subtitle{font-size:13px;line-height:1.65}.BlogHeroSection-module-scss-module__E-5Rua__titleOnly .BlogHeroSection-module-scss-module__E-5Rua__title{font-size:32px}}@media (prefers-reduced-motion:no-preference){.BlogHeroSection-module-scss-module__E-5Rua__energyBand{animation:6s ease-in-out infinite BlogHeroSection-module-scss-module__E-5Rua__velocity-pulse}.BlogHeroSection-module-scss-module__E-5Rua__liquidityBands span:nth-child(2){animation:7s ease-in-out infinite BlogHeroSection-module-scss-module__E-5Rua__market-breathe}}@keyframes BlogHeroSection-module-scss-module__E-5Rua__velocity-pulse{0%,to{opacity:.62}50%{opacity:.78}}@keyframes BlogHeroSection-module-scss-module__E-5Rua__market-breathe{0%,to{opacity:.54}50%{opacity:.78}}
.ArticleCard-module-scss-module__CuzBTW__cardLink{height:100%;color:inherit;text-decoration:none;display:block}.ArticleCard-module-scss-module__CuzBTW__card{color:#fff;text-align:right;background:linear-gradient(251deg,#000 6.56%,#011919 83.95%);border-radius:16px;flex-direction:column;height:100%;min-height:400px;transition:transform .18s,box-shadow .18s;display:flex;overflow:hidden}.ArticleCard-module-scss-module__CuzBTW__card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #0003}.ArticleCard-module-scss-module__CuzBTW__media{aspect-ratio:16/9;background-color:#092225;background-image:linear-gradient(135deg,#34e5f41f,#0000 42%),linear-gradient(#0000001f,#00000080),none;background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;flex-shrink:0;height:auto;position:relative;overflow:hidden}.ArticleCard-module-scss-module__CuzBTW__media:before,.ArticleCard-module-scss-module__CuzBTW__media:after{content:"";pointer-events:none;position:absolute;inset:0}.ArticleCard-module-scss-module__CuzBTW__media:before{opacity:.4;background-image:linear-gradient(#b7dccb12 1px,#0000 1px),linear-gradient(90deg,#b7dccb12 1px,#0000 1px);background-size:34px 34px}.ArticleCard-module-scss-module__CuzBTW__media:after{background:radial-gradient(circle at 72% 35%,#34e5f424,#0000 34%)}.ArticleCard-module-scss-module__CuzBTW__body{flex-direction:column;flex:1;justify-content:flex-start;gap:10px;padding:16px 21px 20px;display:flex}.ArticleCard-module-scss-module__CuzBTW__title,.ArticleCard-module-scss-module__CuzBTW__excerpt{font-family:var(--font-cairo),sans-serif;margin:0}.ArticleCard-module-scss-module__CuzBTW__title{font-size:18px;font-weight:700;line-height:28px}.ArticleCard-module-scss-module__CuzBTW__excerpt{color:#b7dccb;font-size:14px;font-weight:400;line-height:22.75px}@media (prefers-reduced-motion:reduce){.ArticleCard-module-scss-module__CuzBTW__card{transition:none}.ArticleCard-module-scss-module__CuzBTW__card:hover{transform:none}}@media (max-width:767.98px){.ArticleCard-module-scss-module__CuzBTW__card{min-height:360px}.ArticleCard-module-scss-module__CuzBTW__media{height:auto}.ArticleCard-module-scss-module__CuzBTW__body{padding:14px 16px 18px}.ArticleCard-module-scss-module__CuzBTW__title{font-size:16px;line-height:28px}.ArticleCard-module-scss-module__CuzBTW__excerpt{font-size:12px;line-height:22.75px}}
.ArticleCollection-module-scss-module__ZdCVuq__section{background:#02272a;padding:80px 32px}.ArticleCollection-module-scss-module__ZdCVuq__container{width:min(100%,1281px);margin-inline:auto}.ArticleCollection-module-scss-module__ZdCVuq__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px 20px;display:grid}.ArticleCollection-module-scss-module__ZdCVuq__emptyState{color:#b7dccb;text-align:center;grid-column:1/-1;margin:0}.ArticleCollection-module-scss-module__ZdCVuq__pagination{justify-content:center;align-items:center;margin-top:32px;display:flex}.ArticleCollection-module-scss-module__ZdCVuq__paginationContent{align-items:center;gap:4px;margin:0;padding:0;list-style:none;display:flex}.ArticleCollection-module-scss-module__ZdCVuq__paginationItem{align-items:center;display:flex}.ArticleCollection-module-scss-module__ZdCVuq__pageItem{color:#b7dccb;width:43px;height:43px;font-family:var(--font-geist-mono),monospace;background:#00000029;border:1px solid #b7dccb42;border-radius:4px;justify-content:center;align-items:center;font-size:8px;line-height:normal;text-decoration:none;transition:border-color .18s,background-color .18s,color .18s;display:inline-flex}.ArticleCollection-module-scss-module__ZdCVuq__pageItem:hover,.ArticleCollection-module-scss-module__ZdCVuq__pageItem:focus-visible{color:#fff;border-color:#34e5f4;outline:none}.ArticleCollection-module-scss-module__ZdCVuq__pageItemActive{color:#143f24;background:#34e5f4;border-color:#34e5f4}.ArticleCollection-module-scss-module__ZdCVuq__ellipsis{color:#b7dccb;width:18px;font-family:var(--font-geist-mono),monospace;justify-content:center;align-items:center;font-size:8px;line-height:normal;display:inline-flex}.ArticleCollection-module-scss-module__ZdCVuq__nextPage{font-size:27px;line-height:0}.ArticleCollection-module-scss-module__ZdCVuq__visuallyHidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:1023.98px){.ArticleCollection-module-scss-module__ZdCVuq__section{padding:64px 24px}.ArticleCollection-module-scss-module__ZdCVuq__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767.98px){.ArticleCollection-module-scss-module__ZdCVuq__section{padding:40px 16px 48px}.ArticleCollection-module-scss-module__ZdCVuq__grid{grid-template-columns:minmax(0,1fr);row-gap:16px}.ArticleCollection-module-scss-module__ZdCVuq__pagination{gap:3px;margin-top:24px}.ArticleCollection-module-scss-module__ZdCVuq__pageItem{width:36px;height:36px;font-size:8px}.ArticleCollection-module-scss-module__ZdCVuq__ellipsis{width:12px}}
.FaqItem-module-scss-module__-4ey4q__item{background:0 0;border:1px solid #b2b2b2;border-radius:12px;overflow:hidden;box-shadow:0 10px 15px #0000000d}.FaqItem-module-scss-module__-4ey4q__item[data-state=open]{background:linear-gradient(#002124,#002124) padding-box padding-box,linear-gradient(#1ae0f3 0%,#0f828d 100%) border-box;border-width:1px;border-color:#0000}.FaqItem-module-scss-module__-4ey4q__item>div[data-state]{overflow:hidden}.FaqItem-module-scss-module__-4ey4q__item>div[data-state][data-state=open]{animation:.35s ease-out FaqItem-module-scss-module__-4ey4q__faqSlideDown}.FaqItem-module-scss-module__-4ey4q__item>div[data-state][data-state=closed]{animation:.35s ease-out FaqItem-module-scss-module__-4ey4q__faqSlideUp}.FaqItem-module-scss-module__-4ey4q__trigger{width:100%;min-height:78px;font-family:var(--font-cairo),sans-serif;color:#fff;text-align:start;gap:0;padding:24px 32px;font-size:20px;font-weight:700;line-height:30px;text-decoration:none}.FaqItem-module-scss-module__-4ey4q__trigger:hover{text-decoration:none}.FaqItem-module-scss-module__-4ey4q__trigger[data-state=open]{color:var(--marketing-faq-border-active)}.FaqItem-module-scss-module__-4ey4q__trigger svg{color:var(--marketing-faq-border);flex-shrink:0;width:24px;height:24px;transition:transform .2s}.FaqItem-module-scss-module__-4ey4q__trigger[data-state=open] svg{color:var(--marketing-faq-border-active);transform:rotate(180deg)}.FaqItem-module-scss-module__-4ey4q__questionText{text-align:start;flex:1}.FaqItem-module-scss-module__-4ey4q__content{padding:0 32px 32px}@keyframes FaqItem-module-scss-module__-4ey4q__faqSlideDown{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes FaqItem-module-scss-module__-4ey4q__faqSlideUp{0%{height:var(--radix-accordion-content-height)}to{height:0}}.FaqItem-module-scss-module__-4ey4q__answerText{font-family:var(--font-cairo),sans-serif;color:var(--marketing-faq-answer-text);text-align:start;margin:0;font-size:16px;font-weight:400;line-height:28px}@media (max-width:767.98px){.FaqItem-module-scss-module__-4ey4q__item{border-radius:8px}.FaqItem-module-scss-module__-4ey4q__item[data-state=open]{border-width:1px}.FaqItem-module-scss-module__-4ey4q__trigger{gap:46px;min-height:45px;padding:15px 12px;font-size:12px;line-height:1}.FaqItem-module-scss-module__-4ey4q__trigger svg{width:16px;height:16px}.FaqItem-module-scss-module__-4ey4q__questionText{flex:0 249px;line-height:1.5}.FaqItem-module-scss-module__-4ey4q__content,.FaqItem-module-scss-module__-4ey4q__item[data-state=open]>div[data-state=open] .FaqItem-module-scss-module__-4ey4q__content{padding:0 16px 21px}.FaqItem-module-scss-module__-4ey4q__answerText{font-size:10px;line-height:28px}}
.HomepageFaqSection-module-scss-module__a87ZMa__section{background:#00181a;padding:80px 0;position:relative;overflow:hidden}.HomepageFaqSection-module-scss-module__a87ZMa__container{gap:40px;width:100%;max-width:1043px;margin-inline:auto;padding-inline:clamp(24px,5.56vw,80px);display:grid}.HomepageFaqSection-module-scss-module__a87ZMa__intro{text-align:center;justify-items:center;gap:16px;width:min(100%,745px);margin-inline:auto;display:grid}.HomepageFaqSection-module-scss-module__a87ZMa__title{font-family:var(--font-cairo),sans-serif;color:#0000;background:linear-gradient(90deg,#fff 0%,#999 100%);-webkit-background-clip:text;background-clip:text;margin:0;font-size:40px;font-weight:700;line-height:1.5}.HomepageFaqSection-module-scss-module__a87ZMa__subtitle{font-family:var(--font-cairo),sans-serif;color:#0000;background:linear-gradient(90deg,#b7dccb 0%,#62766d 100%);-webkit-background-clip:text;background-clip:text;margin:0;font-size:18px;font-weight:500;line-height:1.5}.HomepageFaqSection-module-scss-module__a87ZMa__accordion{gap:16px;width:100%;display:grid}.HomepageFaqSection-module-scss-module__a87ZMa__emptyMessage{color:#b7dccb;font-family:var(--font-cairo),sans-serif;text-align:center;margin:0;font-size:16px;line-height:1.5}.HomepageFaqSection-module-scss-module__a87ZMa__moreLink{color:#b7dccb;font-family:var(--font-cairo),sans-serif;text-underline-offset:4px;justify-self:center;font-size:16px;font-weight:700;text-decoration:underline}@media (max-width:767.98px){.HomepageFaqSection-module-scss-module__a87ZMa__section{padding:24px 0}.HomepageFaqSection-module-scss-module__a87ZMa__container{gap:16px;padding-inline:16px}.HomepageFaqSection-module-scss-module__a87ZMa__intro{gap:16px;width:100%}.HomepageFaqSection-module-scss-module__a87ZMa__title{width:100%;font-family:var(--font-cairo),sans-serif;font-size:16px;line-height:normal}.HomepageFaqSection-module-scss-module__a87ZMa__subtitle{width:100%;font-size:14px;font-weight:700;line-height:1.5}.HomepageFaqSection-module-scss-module__a87ZMa__accordion{gap:16px}}
.StartNowSection-module-scss-module__j7IHWG__section{isolation:isolate;background:#010e0f;flex-direction:column;align-items:center;padding:80px 0;display:flex;position:relative;overflow:hidden}.StartNowSection-module-scss-module__j7IHWG__section:before,.StartNowSection-module-scss-module__j7IHWG__section:after{content:"";pointer-events:none;position:absolute;inset:0}.StartNowSection-module-scss-module__j7IHWG__section:before{z-index:0;background:radial-gradient(at 50% 100%,#34e5f414,#0000 68%),linear-gradient(#0000 0%,#00212447 100%)}.StartNowSection-module-scss-module__j7IHWG__section:after{z-index:0;background:linear-gradient(90deg,#0000 0%,#00000014 20%,#00000052 50%,#00000014 80%,#0000 100%)}.StartNowSection-module-scss-module__j7IHWG__container{z-index:1;width:95%;max-width:1280px;margin-inline:auto;position:relative}.StartNowSection-module-scss-module__j7IHWG__card{isolation:isolate;box-sizing:border-box;background:linear-gradient(#00111329 0%,#003f44 100%);border-radius:20px;height:300px;min-height:300px;padding-inline:16px;position:relative;overflow:hidden;box-shadow:0 16px 48px #0000003d,inset 0 0 40px #34e1ef0a}.StartNowSection-module-scss-module__j7IHWG__card:before,.StartNowSection-module-scss-module__j7IHWG__card:after{content:"";pointer-events:none;position:absolute;inset:0}.StartNowSection-module-scss-module__j7IHWG__card:before{z-index:0;background:linear-gradient(#34e1ef14 0%,#0000 30% 70%,#00090a2e 100%)}.StartNowSection-module-scss-module__j7IHWG__card:after{z-index:0;background:linear-gradient(90deg,#0000001f 0%,#0000 25% 75%,#0000001f 100%)}.StartNowSection-module-scss-module__j7IHWG__pattern{z-index:0;border-radius:inherit;opacity:.42;mix-blend-mode:screen;pointer-events:none;background:url(/images/homepage-v2/Patterns.png) 50%/cover no-repeat;position:absolute;inset:0}.StartNowSection-module-scss-module__j7IHWG__pattern:before{content:"";mix-blend-mode:multiply;background:linear-gradient(#0011131f 0%,#0021242e 42%,#003f44c2 100%);position:absolute;inset:0}.StartNowSection-module-scss-module__j7IHWG__content{z-index:1;width:100%;max-width:897px;min-height:300px;direction:inherit;text-align:center;align-content:center;justify-items:center;gap:17px;margin-inline:auto;display:grid;position:relative}.StartNowSection-module-scss-module__j7IHWG__copy{gap:16px;width:100%;display:grid}.StartNowSection-module-scss-module__j7IHWG__title{width:100%;font-family:var(--font-cairo),sans-serif;color:#0000;background:linear-gradient(90deg,#fff 0%,#999 100%);-webkit-background-clip:text;background-clip:text;margin:0;font-size:40px;font-weight:700;line-height:1.5}.StartNowSection-module-scss-module__j7IHWG__description{width:100%;font-family:var(--font-cairo),sans-serif;color:#0000;background:linear-gradient(90deg,#b7dccb 0%,#62766d 100%);-webkit-background-clip:text;background-clip:text;margin:0;font-size:18px;font-weight:500;line-height:1.5}.StartNowSection-module-scss-module__j7IHWG__buttonLabel{font-family:var(--font-cairo),sans-serif;text-align:center;font-size:14px;font-weight:600;line-height:20px}@media (max-width:767.98px){.StartNowSection-module-scss-module__j7IHWG__section{padding:16px 0}.StartNowSection-module-scss-module__j7IHWG__container{width:100%;padding-inline:16px}.StartNowSection-module-scss-module__j7IHWG__card{height:auto;min-height:247px}.StartNowSection-module-scss-module__j7IHWG__pattern{opacity:.34}.StartNowSection-module-scss-module__j7IHWG__content{gap:16px;width:100%;padding:24px 0}.StartNowSection-module-scss-module__j7IHWG__copy{gap:8px}.StartNowSection-module-scss-module__j7IHWG__title{font-size:16px;line-height:1.5}.StartNowSection-module-scss-module__j7IHWG__description{font-size:12px;line-height:1.5}.StartNowSection-module-scss-module__j7IHWG__buttonLabel{font-size:14px;line-height:20px}}
.TrustSection-module-scss-module__By9PSq__section{background:linear-gradient(212.82deg,#000 6.56%,#011919 83.95%);padding:clamp(56px,5.56vw,80px) 0 clamp(48px,4.1vw,59px);position:relative;overflow:hidden}.TrustSection-module-scss-module__By9PSq__container{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(24px,5.56vw,80px)}.TrustSection-module-scss-module__By9PSq__stack{flex-direction:column;align-items:center;gap:40px;display:flex}.TrustSection-module-scss-module__By9PSq__title{font-family:var(--font-cairo),sans-serif;letter-spacing:0;text-align:center;white-space:nowrap;color:#0000;-webkit-text-fill-color:#0000;direction:rtl;background:linear-gradient(90deg,#fff 0%,#999 100%);-webkit-background-clip:text;background-clip:text;margin:0;font-size:42px;font-weight:700;line-height:1.4;display:inline-block}.TrustSection-module-scss-module__By9PSq__logoRail{grid-template-columns:repeat(6,minmax(0,1fr));justify-content:center;align-items:center;gap:clamp(12px,1.39vw,20px);width:100%;max-width:1280px;display:grid}.TrustSection-module-scss-module__By9PSq__logoCard{aspect-ratio:196/113;box-sizing:border-box;background:#011c1c;border:1px solid #34e5f40a;border-radius:16px;justify-content:center;align-items:center;width:100%;min-height:0;padding:clamp(20px,2.19vw,28px) clamp(14px,1.56vw,20px);display:flex}.TrustSection-module-scss-module__By9PSq__logoFrame{flex:none;justify-content:center;align-items:center;max-width:82%;max-height:100%;display:flex;position:relative}.TrustSection-module-scss-module__By9PSq__logoImage{object-fit:contain;position:relative!important}.TrustSection-module-scss-module__By9PSq__logoCard[data-logo=goldman-sachs] .TrustSection-module-scss-module__By9PSq__logoFrame{transform:scale(.7)}.TrustSection-module-scss-module__By9PSq__logoCard[data-logo=aws] .TrustSection-module-scss-module__By9PSq__logoFrame{transform:scale(.5)}@media (max-width:1279.98px){.TrustSection-module-scss-module__By9PSq__container{padding-inline:24px}.TrustSection-module-scss-module__By9PSq__logoRail{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:767.98px){.TrustSection-module-scss-module__By9PSq__section{padding:24px 0}.TrustSection-module-scss-module__By9PSq__container{padding-inline:16px}.TrustSection-module-scss-module__By9PSq__stack{gap:16px}.TrustSection-module-scss-module__By9PSq__title{color:#fff;-webkit-text-fill-color:currentColor;white-space:normal;background:0 0;width:100%;font-size:16px;line-height:1}.TrustSection-module-scss-module__By9PSq__logoRail{flex-wrap:wrap;justify-content:center;gap:20px;max-width:343px;display:flex;overflow:visible}.TrustSection-module-scss-module__By9PSq__logoCard{aspect-ratio:auto;border:0;border-radius:4px;flex:0 0 95px;width:100%;height:68px;padding:4px 8px}.TrustSection-module-scss-module__By9PSq__logoFrame{max-width:100%;max-height:100%}}
.EnterpriseConfidenceSection-module-scss-module__pgcDla__section{background:#010e0f;padding:clamp(64px,6.1vw,88px) 0 40px;position:relative;overflow:hidden}.EnterpriseConfidenceSection-module-scss-module__pgcDla__container{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(24px,5.56vw,80px)}.EnterpriseConfidenceSection-module-scss-module__pgcDla__topRow{direction:rtl;grid-template-columns:minmax(0,.95fr) minmax(0,1.2fr);align-items:stretch;gap:clamp(24px,2.5vw,36px);display:grid}.EnterpriseConfidenceSection-module-scss-module__pgcDla__copyBlock{text-align:right;direction:rtl;align-content:center;gap:16px;padding:10px 0;display:grid}.EnterpriseConfidenceSection-module-scss-module__pgcDla__title{font-family:var(--font-cairo),sans-serif;letter-spacing:-.6px;color:#0000;background:linear-gradient(90deg,#fff 0%,#999 100%);-webkit-background-clip:text;background-clip:text;margin:0;font-size:40px;font-weight:700;line-height:1.5}.EnterpriseConfidenceSection-module-scss-module__pgcDla__titleAccent{color:inherit}.EnterpriseConfidenceSection-module-scss-module__pgcDla__description{width:min(520px,100%);font-family:var(--font-cairo),sans-serif;color:#0000;background:linear-gradient(90deg,#b7dccb 0%,#62766d 100%);-webkit-background-clip:text;background-clip:text;margin:0;font-size:18px;font-weight:500;line-height:1.5}.EnterpriseConfidenceSection-module-scss-module__pgcDla__certificationsPanel{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.EnterpriseConfidenceSection-module-scss-module__pgcDla__certificationCard{text-align:center;background:#002124b3;border:1px solid #34e1ef2e;border-radius:20px;align-content:center;justify-items:center;gap:16px;min-height:220px;padding:24px 16px;transition:border-color .18s,background-color .18s;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0a}.EnterpriseConfidenceSection-module-scss-module__pgcDla__certificationCard:after{content:"";pointer-events:none;border:1px solid #34e5f41a;border-radius:50%;width:160px;height:160px;position:absolute;inset-block-end:-80px;inset-inline-end:-80px;box-shadow:0 0 0 20px #34e5f406,0 0 0 40px #34e5f405}.EnterpriseConfidenceSection-module-scss-module__pgcDla__certificationCard:hover{background-color:#012e33eb;border-color:#34e5f494}.EnterpriseConfidenceSection-module-scss-module__pgcDla__certificationCard>*{z-index:1;position:relative}.EnterpriseConfidenceSection-module-scss-module__pgcDla__iconWrap{color:#34e5f4;background:linear-gradient(145deg,#34e5f429,#1e81890a);border:1px solid #34e5f466;border-radius:14px;place-items:center;width:48px;height:48px;display:inline-grid;box-shadow:0 10px 30px #00051740}.EnterpriseConfidenceSection-module-scss-module__pgcDla__icon{stroke-width:1.8px;width:24px;height:24px}.EnterpriseConfidenceSection-module-scss-module__pgcDla__certificationCode{color:#f7fbfa;letter-spacing:.01em;margin:0;font-size:18px;font-weight:800;line-height:1.2}.EnterpriseConfidenceSection-module-scss-module__pgcDla__certificationLabel{letter-spacing:.08em;color:#b7dccb;margin:0;font-size:12px;font-weight:700;line-height:1.6}.EnterpriseConfidenceSection-module-scss-module__pgcDla__bottomBar{direction:rtl;border-top:1px solid #34e5f41a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;margin-top:40px;padding:40px 0 0;display:flex}.EnterpriseConfidenceSection-module-scss-module__pgcDla__metricsList{flex-wrap:wrap;align-items:center;gap:32px;min-width:0;display:flex}.EnterpriseConfidenceSection-module-scss-module__pgcDla__metricItem{letter-spacing:.05em;color:#6f8480;align-items:center;gap:8px;min-width:0;font-size:12px;font-weight:500;display:inline-flex}.EnterpriseConfidenceSection-module-scss-module__pgcDla__metricValue{color:#f4f7f6;font-weight:700}.EnterpriseConfidenceSection-module-scss-module__pgcDla__metricLabel{font-family:var(--font-cairo),sans-serif}.EnterpriseConfidenceSection-module-scss-module__pgcDla__certificationTags{color:#819692;flex-wrap:wrap;align-items:center;gap:24px;min-width:0;font-size:11px;font-weight:600;display:flex}.EnterpriseConfidenceSection-module-scss-module__pgcDla__certificationTags span{overflow-wrap:anywhere;min-width:0}@media (max-width:1279.98px){.EnterpriseConfidenceSection-module-scss-module__pgcDla__container{padding-inline:24px}.EnterpriseConfidenceSection-module-scss-module__pgcDla__topRow{grid-template-columns:minmax(0,1fr)}}@media (max-width:767.98px){.EnterpriseConfidenceSection-module-scss-module__pgcDla__section{padding:32px 0 28px}.EnterpriseConfidenceSection-module-scss-module__pgcDla__container{padding-inline:16px}.EnterpriseConfidenceSection-module-scss-module__pgcDla__topRow{gap:20px}.EnterpriseConfidenceSection-module-scss-module__pgcDla__copyBlock{gap:12px;padding:0}.EnterpriseConfidenceSection-module-scss-module__pgcDla__title{white-space:normal;letter-spacing:-.3px;font-size:20px;line-height:1.5}.EnterpriseConfidenceSection-module-scss-module__pgcDla__description{font-size:14px;line-height:1.5}.EnterpriseConfidenceSection-module-scss-module__pgcDla__certificationsPanel{grid-template-columns:repeat(2,minmax(0,1fr))}.EnterpriseConfidenceSection-module-scss-module__pgcDla__certificationCard{min-height:170px;padding:20px 14px}.EnterpriseConfidenceSection-module-scss-module__pgcDla__iconWrap{border-radius:14px;width:48px;height:48px}.EnterpriseConfidenceSection-module-scss-module__pgcDla__icon{width:24px;height:24px}.EnterpriseConfidenceSection-module-scss-module__pgcDla__certificationCode{font-size:16px}.EnterpriseConfidenceSection-module-scss-module__pgcDla__certificationLabel{letter-spacing:.04em;font-size:11px}.EnterpriseConfidenceSection-module-scss-module__pgcDla__bottomBar{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;margin-top:40px;padding-top:40px}.EnterpriseConfidenceSection-module-scss-module__pgcDla__metricsList{gap:12px;width:100%}.EnterpriseConfidenceSection-module-scss-module__pgcDla__metricItem{font-size:12px}.EnterpriseConfidenceSection-module-scss-module__pgcDla__certificationTags{gap:12px;width:100%;font-size:11px}}html[dir=ltr] .EnterpriseConfidenceSection-module-scss-module__pgcDla__copyBlock{text-align:left}
.AlgorithmSection-module-scss-module__MvCZkW__section{isolation:isolate;background:radial-gradient(circle at 50% 0,#0854582e,#0000 40%),linear-gradient(#010d0e 0%,#021617 100%);padding-block:clamp(72px,7vw,108px);position:relative;overflow:hidden}.AlgorithmSection-module-scss-module__MvCZkW__section:before{z-index:-1;content:"";opacity:.12;background-image:linear-gradient(#34e5f40f 1px,#0000 1px),linear-gradient(90deg,#34e5f40f 1px,#0000 1px);background-size:56px 56px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 22% 78%,#0000);mask-image:linear-gradient(#0000,#000 22% 78%,#0000)}.AlgorithmSection-module-scss-module__MvCZkW__container{justify-items:center;gap:clamp(40px,4.45vw,64px);width:min(100%,1440px);margin-inline:auto;padding-inline:clamp(24px,5.56vw,80px);display:grid}.AlgorithmSection-module-scss-module__MvCZkW__header{text-align:center;direction:rtl;gap:16px;width:min(760px,100%);display:grid}.AlgorithmSection-module-scss-module__MvCZkW__header h2,.AlgorithmSection-module-scss-module__MvCZkW__header p{width:100%;font-family:var(--font-cairo),sans-serif;margin:0}.AlgorithmSection-module-scss-module__MvCZkW__header h2{color:#0000;background:linear-gradient(90deg,#fff 0%,#999 100%);-webkit-background-clip:text;background-clip:text;font-size:42px;font-weight:700;line-height:1.45}.AlgorithmSection-module-scss-module__MvCZkW__header p{color:#b7dccb;width:min(650px,100%);margin-inline:auto;font-size:18px;font-weight:500;line-height:1.75}.AlgorithmSection-module-scss-module__MvCZkW__grid{grid-template-columns:minmax(0,660fr) minmax(0,536fr);gap:24px;width:min(1220px,100%);display:grid}.AlgorithmSection-module-scss-module__MvCZkW__card{background:linear-gradient(#34e5f409,#0000 38%),#002124b3;border:1px solid #34e1ef2e;border-radius:24px;min-width:0;height:443px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff09,0 24px 70px #0000003d}.AlgorithmSection-module-scss-module__MvCZkW__card:before{content:"";pointer-events:none;background:radial-gradient(circle at 50% -14%,#34e5f424,#0000 42%),linear-gradient(90deg,#0000,#34e5f40a,#0000);position:absolute;inset:0}.AlgorithmSection-module-scss-module__MvCZkW__card:after{content:"";background:linear-gradient(90deg,#0000,#34e5f4b3,#0000);height:1px;position:absolute;top:0;left:22%;right:22%;box-shadow:0 0 18px #34e5f485}.AlgorithmSection-module-scss-module__MvCZkW__cardIndex{z-index:3;font-family:var(--font-geist-mono),monospace;letter-spacing:.12em;color:#b7dccb61;font-size:11px;line-height:1;position:absolute;inset-block-start:24px;inset-inline-start:28px}.AlgorithmSection-module-scss-module__MvCZkW__promptVisual,.AlgorithmSection-module-scss-module__MvCZkW__chatVisual{border-block-end:1px solid #34e5f414;height:268px;position:relative}.AlgorithmSection-module-scss-module__MvCZkW__promptVisual{place-items:center;display:grid}.AlgorithmSection-module-scss-module__MvCZkW__promptCloud{z-index:1;direction:rtl;gap:24px;width:calc(100% - 56px);display:grid;position:relative}.AlgorithmSection-module-scss-module__MvCZkW__promptRow{direction:rtl;align-items:center;gap:clamp(12px,2vw,24px);display:grid}.AlgorithmSection-module-scss-module__MvCZkW__promptRow[data-count="3"]{grid-template-columns:repeat(3,max-content);justify-content:space-between}.AlgorithmSection-module-scss-module__MvCZkW__promptRow[data-count="2"]{grid-template-columns:repeat(2,max-content);justify-content:space-between;width:64%;margin-inline:auto}.AlgorithmSection-module-scss-module__MvCZkW__promptBadge{border:1px solid var(--marketing-pill-border);background:var(--marketing-pill-bg);color:#2ad7e7;width:fit-content;max-width:100%;height:34px;font-family:var(--font-cairo),sans-serif;white-space:nowrap;direction:rtl;border-radius:8px;gap:7px;padding-inline:14px;font-size:12px;font-weight:600;line-height:1;box-shadow:inset 0 0 18px #34e5f40a,0 8px 24px #0005172e}.AlgorithmSection-module-scss-module__MvCZkW__promptBadge span{background:currentColor;order:-1;width:6px;height:6px;box-shadow:0 0 8px #34e5f4e6}.AlgorithmSection-module-scss-module__MvCZkW__chatVisual{place-items:center;padding-inline:32px;display:grid}.AlgorithmSection-module-scss-module__MvCZkW__chatInputImage{z-index:2;border-radius:8px;width:min(469px,100%);position:relative;overflow:hidden;box-shadow:0 16px 50px #0005176b,0 0 26px #34e5f414}.AlgorithmSection-module-scss-module__MvCZkW__inputImage{object-fit:contain;width:100%;height:auto;display:block}.AlgorithmSection-module-scss-module__MvCZkW__orbit{aspect-ratio:1;border:1px solid #34e5f41f;border-radius:50%;width:264px;position:absolute}.AlgorithmSection-module-scss-module__MvCZkW__orbit:before,.AlgorithmSection-module-scss-module__MvCZkW__orbit:after{border-radius:inherit;content:"";border:1px solid #34e5f41a;position:absolute;inset:19%}.AlgorithmSection-module-scss-module__MvCZkW__orbit:after{background:#34e5f40f;inset:39%;box-shadow:0 0 46px #34e5f41f}.AlgorithmSection-module-scss-module__MvCZkW__orbitPoint{transform:rotate(var(--orbit-angle));will-change:transform;animation:10s linear infinite AlgorithmSection-module-scss-module__MvCZkW__orbit-point;position:absolute;inset:0}.AlgorithmSection-module-scss-module__MvCZkW__orbitPoint:first-child{--orbit-angle:0deg}.AlgorithmSection-module-scss-module__MvCZkW__orbitPoint:nth-child(2){--orbit-angle:120deg}.AlgorithmSection-module-scss-module__MvCZkW__orbitPoint:nth-child(3){--orbit-angle:240deg}.AlgorithmSection-module-scss-module__MvCZkW__orbitPoint>span{background:#34e5f4;border-radius:50%;width:6px;height:6px;position:absolute;top:0;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 10px #34e5f4}@keyframes AlgorithmSection-module-scss-module__MvCZkW__orbit-point{0%{transform:rotate(var(--orbit-angle))}to{transform:rotate(calc(var(--orbit-angle) + 360deg))}}.AlgorithmSection-module-scss-module__MvCZkW__cardCopy,.AlgorithmSection-module-scss-module__MvCZkW__promptCopy{z-index:2;text-align:right;font-family:var(--font-cairo),sans-serif;direction:rtl;gap:10px;padding:24px 30px 28px;display:grid;position:relative}.AlgorithmSection-module-scss-module__MvCZkW__cardCopy h3,.AlgorithmSection-module-scss-module__MvCZkW__cardCopy p,.AlgorithmSection-module-scss-module__MvCZkW__promptCopy h3,.AlgorithmSection-module-scss-module__MvCZkW__promptCopy p{width:100%;margin:0}.AlgorithmSection-module-scss-module__MvCZkW__cardCopy h3,.AlgorithmSection-module-scss-module__MvCZkW__promptCopy h3{color:#f7fbfa;font-size:20px;font-weight:700;line-height:1.5}.AlgorithmSection-module-scss-module__MvCZkW__cardCopy p,.AlgorithmSection-module-scss-module__MvCZkW__promptCopy p{color:#b7dccb;font-size:14px;font-weight:500;line-height:1.75}:is(html[dir=ltr] .AlgorithmSection-module-scss-module__MvCZkW__header,html[dir=ltr] .AlgorithmSection-module-scss-module__MvCZkW__cardCopy,html[dir=ltr] .AlgorithmSection-module-scss-module__MvCZkW__promptCopy){text-align:left;direction:ltr}:is(html[dir=ltr] .AlgorithmSection-module-scss-module__MvCZkW__promptCloud,html[dir=ltr] .AlgorithmSection-module-scss-module__MvCZkW__promptRow,html[dir=ltr] .AlgorithmSection-module-scss-module__MvCZkW__promptBadge){direction:ltr}@media (hover:hover){.AlgorithmSection-module-scss-module__MvCZkW__card{transition:border-color .22s,transform .22s,box-shadow .22s}.AlgorithmSection-module-scss-module__MvCZkW__card:hover{border-color:#34e5f47a;transform:translateY(-4px);box-shadow:inset 0 1px #ffffff0d,0 30px 80px #0000004d}}@media (max-width:1023.98px){.AlgorithmSection-module-scss-module__MvCZkW__container{padding-inline:24px}.AlgorithmSection-module-scss-module__MvCZkW__grid{grid-template-columns:minmax(0,1fr);width:min(660px,100%)}}@media (max-width:767.98px){.AlgorithmSection-module-scss-module__MvCZkW__section{padding-block:48px}.AlgorithmSection-module-scss-module__MvCZkW__container{gap:32px;padding-inline:16px}.AlgorithmSection-module-scss-module__MvCZkW__header{gap:12px}.AlgorithmSection-module-scss-module__MvCZkW__header h2{font-size:26px;line-height:1.45}.AlgorithmSection-module-scss-module__MvCZkW__header p{font-size:14px;line-height:1.7}.AlgorithmSection-module-scss-module__MvCZkW__grid{gap:16px}.AlgorithmSection-module-scss-module__MvCZkW__card{border-radius:20px;height:auto;min-height:390px}.AlgorithmSection-module-scss-module__MvCZkW__promptVisual,.AlgorithmSection-module-scss-module__MvCZkW__chatVisual{height:226px}.AlgorithmSection-module-scss-module__MvCZkW__cardIndex{inset-block-start:20px;inset-inline-start:20px}.AlgorithmSection-module-scss-module__MvCZkW__promptCloud{direction:rtl;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px 8px;width:calc(100% - 28px);padding:0;display:grid}.AlgorithmSection-module-scss-module__MvCZkW__promptRow,.AlgorithmSection-module-scss-module__MvCZkW__promptRow[data-count="3"],.AlgorithmSection-module-scss-module__MvCZkW__promptRow[data-count="2"]{display:contents}.AlgorithmSection-module-scss-module__MvCZkW__promptRow:nth-child(2) .AlgorithmSection-module-scss-module__MvCZkW__promptBadge:first-child{grid-area:2/1}.AlgorithmSection-module-scss-module__MvCZkW__promptRow:nth-child(2) .AlgorithmSection-module-scss-module__MvCZkW__promptBadge:nth-child(2){grid-area:2/3}.AlgorithmSection-module-scss-module__MvCZkW__promptRow:nth-child(3) .AlgorithmSection-module-scss-module__MvCZkW__promptBadge:first-child{grid-area:3/2;justify-self:center}.AlgorithmSection-module-scss-module__MvCZkW__promptRow:nth-child(3) .AlgorithmSection-module-scss-module__MvCZkW__promptBadge:nth-child(2){grid-area:4/1}.AlgorithmSection-module-scss-module__MvCZkW__promptRow:nth-child(3) .AlgorithmSection-module-scss-module__MvCZkW__promptBadge:nth-child(3){grid-area:4/3}.AlgorithmSection-module-scss-module__MvCZkW__promptBadge{text-overflow:ellipsis;gap:5px;min-width:0;height:29px;padding-inline:9px;font-size:clamp(8px,2.35vw,10px);overflow:hidden}.AlgorithmSection-module-scss-module__MvCZkW__promptBadge span{width:5px;height:5px}.AlgorithmSection-module-scss-module__MvCZkW__chatVisual{padding-inline:16px}.AlgorithmSection-module-scss-module__MvCZkW__chatInputImage{width:100%}.AlgorithmSection-module-scss-module__MvCZkW__orbit{width:214px}.AlgorithmSection-module-scss-module__MvCZkW__cardCopy,.AlgorithmSection-module-scss-module__MvCZkW__promptCopy{gap:8px;padding:22px 20px 24px}.AlgorithmSection-module-scss-module__MvCZkW__cardCopy h3,.AlgorithmSection-module-scss-module__MvCZkW__promptCopy h3{font-size:16px}.AlgorithmSection-module-scss-module__MvCZkW__cardCopy p,.AlgorithmSection-module-scss-module__MvCZkW__promptCopy p{font-size:12px;line-height:1.7}}@media (prefers-reduced-motion:reduce){.AlgorithmSection-module-scss-module__MvCZkW__card,.AlgorithmSection-module-scss-module__MvCZkW__orbitPoint{transition:none;animation:none}}
.StatsSection-module-scss-module__-I_ibq__section{content-visibility:auto;contain-intrinsic-size:340px;background:linear-gradient(90deg,#003f44 0%,#011814 100%);padding:80px 0 72px;position:relative;overflow:hidden}.StatsSection-module-scss-module__-I_ibq__section:before{content:"";opacity:1;pointer-events:none;background:url(/images/homepage-v2/Patterns.png) 50%/cover no-repeat;position:absolute;inset:0}.StatsSection-module-scss-module__-I_ibq__container{z-index:1;width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(24px,5.56vw,80px);position:relative}.StatsSection-module-scss-module__-I_ibq__title{font-family:var(--font-cairo),sans-serif;text-align:center;color:#0000;background:linear-gradient(90deg,#fff 0%,#999 100%);-webkit-background-clip:text;background-clip:text;margin:0;font-size:42px;font-weight:700;line-height:1.5}.StatsSection-module-scss-module__-I_ibq__statsGrid{direction:inherit;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:24px;margin-top:32px;display:grid}.StatsSection-module-scss-module__-I_ibq__statCard{text-align:center;align-content:center;justify-items:center;gap:2px;min-height:96px;display:grid;position:relative}.StatsSection-module-scss-module__-I_ibq__divider{top:50%;background:#667b7a;width:1px;height:64px;position:absolute;inset-inline-end:-12px;transform:translateY(-50%)}.StatsSection-module-scss-module__-I_ibq__statValue{font-family:var(--font-cairo),sans-serif;letter-spacing:0;color:#0000;background:linear-gradient(90deg,#fff 0%,#b9b9b9 100%);-webkit-background-clip:text;background-clip:text;margin:0;font-size:48px;font-weight:800;line-height:64px}.StatsSection-module-scss-module__-I_ibq__statLabel{font-family:var(--font-cairo),sans-serif;letter-spacing:.054px;color:#fff;margin:0;font-size:18px;font-weight:400;line-height:32px}@media (max-width:1279.98px){.StatsSection-module-scss-module__-I_ibq__container{padding-inline:24px}.StatsSection-module-scss-module__-I_ibq__statsGrid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:28px}.StatsSection-module-scss-module__-I_ibq__divider{display:none}}@media (max-width:767.98px){.StatsSection-module-scss-module__-I_ibq__section{min-height:400px;padding:16px 0 15px}.StatsSection-module-scss-module__-I_ibq__container{padding-inline:16px}.StatsSection-module-scss-module__-I_ibq__title{font-size:16px;line-height:1.5}.StatsSection-module-scss-module__-I_ibq__statsGrid{margin-top:16px;grid-template-columns:minmax(0,1fr);justify-content:center;gap:0;width:min(137px,100%);margin-inline:auto}.StatsSection-module-scss-module__-I_ibq__statCard{border-bottom:1px solid #fff6;gap:8px;width:100%;min-height:0;padding-block:10px}.StatsSection-module-scss-module__-I_ibq__statCard:first-child{order:3}.StatsSection-module-scss-module__-I_ibq__statCard:nth-child(2){order:2}.StatsSection-module-scss-module__-I_ibq__statCard:nth-child(3){border-bottom:0;order:4}.StatsSection-module-scss-module__-I_ibq__statCard:nth-child(4){order:1;padding-top:16px}.StatsSection-module-scss-module__-I_ibq__divider{display:none}.StatsSection-module-scss-module__-I_ibq__statValue{font-size:16px;line-height:1}.StatsSection-module-scss-module__-I_ibq__statLabel{color:#fff;font-size:14px;line-height:1.5}}
.TradingDecisionSection-module-scss-module__5brj2G__section{background:radial-gradient(circle at 24% 18%,#0a747b29,#0000 32%),linear-gradient(#010d0e 0%,#021214 100%);padding:clamp(64px,6.1vw,88px) 0;position:relative;overflow:hidden}.TradingDecisionSection-module-scss-module__5brj2G__container{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(24px,5.56vw,80px)}.TradingDecisionSection-module-scss-module__5brj2G__grid{direction:rtl;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:clamp(28px,4.17vw,60px);display:grid}.TradingDecisionSection-module-scss-module__5brj2G__content{text-align:right;direction:rtl;justify-items:start;gap:32px;display:grid}.TradingDecisionSection-module-scss-module__5brj2G__eyebrow{color:#53dcf3;width:fit-content;max-width:100%;font-family:var(--font-cairo),sans-serif;direction:rtl;background:#0c1626b8;border-color:#52769661;justify-content:center;align-items:center;gap:10px;margin-inline-end:auto;padding-inline:16px;font-size:14px;font-weight:600;display:inline-flex}.TradingDecisionSection-module-scss-module__5brj2G__eyebrowDot{background:#49def2;border-radius:999px;flex:none;width:8px;height:8px}.TradingDecisionSection-module-scss-module__5brj2G__copy{text-align:right;gap:20px;width:100%;display:grid}.TradingDecisionSection-module-scss-module__5brj2G__title{width:min(630px,100%);font-family:var(--font-cairo),sans-serif;color:#f3f5f4;margin:0;font-size:40px;font-weight:700;line-height:1.5}.TradingDecisionSection-module-scss-module__5brj2G__description{width:min(630px,100%);font-family:var(--font-cairo),sans-serif;color:#b6c4bf;text-align:right;margin:0;font-size:18px;font-weight:500;line-height:1.5}.TradingDecisionSection-module-scss-module__5brj2G__list{text-align:right;gap:24px;width:min(583px,100%);display:grid}.TradingDecisionSection-module-scss-module__5brj2G__listItem{justify-items:stretch;gap:10px;display:grid}.TradingDecisionSection-module-scss-module__5brj2G__listHeading{direction:rtl;grid-template-columns:max-content minmax(0,1fr);align-items:center;gap:16px;width:100%;display:grid}.TradingDecisionSection-module-scss-module__5brj2G__checkIcon{color:#06262c;background:#45d7eb;border-radius:6px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.TradingDecisionSection-module-scss-module__5brj2G__listTitle{font-family:var(--font-cairo),sans-serif;color:#f5f8f7;text-align:right;justify-self:stretch;margin:0;font-size:16px;font-weight:600;line-height:1.5}.TradingDecisionSection-module-scss-module__5brj2G__listDescription{font-family:var(--font-cairo),sans-serif;color:#c4d1cd;text-align:right;direction:rtl;margin:0;padding-right:44px;font-size:14px;font-weight:400;line-height:1.5}.TradingDecisionSection-module-scss-module__5brj2G__preview{background:linear-gradient(135deg,#001c1bfa,#00484cc7),#041415;border:1px solid #34e1ef29;border-radius:30px;min-height:560px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff08}.TradingDecisionSection-module-scss-module__5brj2G__previewImage{width:100%;height:auto;display:block}.TradingDecisionSection-module-scss-module__5brj2G__codeBlock{display:none}@media (max-width:1279.98px){.TradingDecisionSection-module-scss-module__5brj2G__container{padding-inline:24px}.TradingDecisionSection-module-scss-module__5brj2G__grid{grid-template-columns:minmax(0,1fr)}.TradingDecisionSection-module-scss-module__5brj2G__content{order:1}.TradingDecisionSection-module-scss-module__5brj2G__preview{order:2;min-height:440px}.TradingDecisionSection-module-scss-module__5brj2G__title,.TradingDecisionSection-module-scss-module__5brj2G__description,.TradingDecisionSection-module-scss-module__5brj2G__list{width:100%}}@media (max-width:767.98px){.TradingDecisionSection-module-scss-module__5brj2G__section{background:#010e0f;padding:32px 0}.TradingDecisionSection-module-scss-module__5brj2G__container{padding-inline:16px}.TradingDecisionSection-module-scss-module__5brj2G__grid{gap:16px}.TradingDecisionSection-module-scss-module__5brj2G__content,.TradingDecisionSection-module-scss-module__5brj2G__copy{gap:8px}.TradingDecisionSection-module-scss-module__5brj2G__eyebrow{border-width:.667px;border-color:var(--marketing-pill-border);color:#2ad7e7;background:#0f142399;border-radius:6px;gap:8px;height:32px;padding:0 16px;font-size:12px;line-height:1}.TradingDecisionSection-module-scss-module__5brj2G__eyebrowDot{background:currentColor;width:7.997px;height:7.997px}.TradingDecisionSection-module-scss-module__5brj2G__title{color:#0000;background:linear-gradient(90deg,#fff 0%,#999 100%);-webkit-background-clip:text;background-clip:text;width:100%;font-size:16px;line-height:1.5}.TradingDecisionSection-module-scss-module__5brj2G__description{color:#0000;background:linear-gradient(90deg,#b7dccb 0%,#62766d 100%);-webkit-background-clip:text;background-clip:text;width:100%;font-size:14px;line-height:1.5}.TradingDecisionSection-module-scss-module__5brj2G__list{gap:24px}.TradingDecisionSection-module-scss-module__5brj2G__listItem{gap:8px;min-height:60px}.TradingDecisionSection-module-scss-module__5brj2G__listHeading{gap:16px;min-height:20px}.TradingDecisionSection-module-scss-module__5brj2G__checkIcon{color:#06262c;background:#34e5f4;border-radius:4px;width:16px;height:16px;box-shadow:0 .806px #1a1a1a14,0 1.612px 4.837px #1a1a1a14}.TradingDecisionSection-module-scss-module__5brj2G__checkIcon svg{stroke-width:3px;width:12px;height:12px}.TradingDecisionSection-module-scss-module__5brj2G__listTitle{font-size:12px;line-height:1.5}.TradingDecisionSection-module-scss-module__5brj2G__listDescription{color:#0000;background:linear-gradient(91.54deg,#b7dccb .12%,#62766d 112.47%);-webkit-background-clip:text;background-clip:text;min-height:32px;padding-right:0;font-size:10px;line-height:1.5}.TradingDecisionSection-module-scss-module__5brj2G__preview{aspect-ratio:1148/1195;width:100%;min-height:0;box-shadow:none;border:0;border-radius:8px}.TradingDecisionSection-module-scss-module__5brj2G__codeBlock{color:#33e3ee;text-align:left;white-space:pre-wrap;direction:ltr;background:#034348;border-radius:8px;margin:0;padding:clamp(12px,3.73vw,14px);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:clamp(5px,1.6vw,6px);font-weight:400;line-height:1.65;display:block;position:absolute;inset:19.1% 7.87% 0;overflow:hidden}}@media (max-width:359.98px){.TradingDecisionSection-module-scss-module__5brj2G__listHeading{min-height:21px}.TradingDecisionSection-module-scss-module__5brj2G__listItem{min-height:62px}.TradingDecisionSection-module-scss-module__5brj2G__listTitle{line-height:20px}.TradingDecisionSection-module-scss-module__5brj2G__listDescription{min-height:33px;line-height:16px}}:is(html[dir=ltr] .TradingDecisionSection-module-scss-module__5brj2G__content,html[dir=ltr] .TradingDecisionSection-module-scss-module__5brj2G__copy,html[dir=ltr] .TradingDecisionSection-module-scss-module__5brj2G__title,html[dir=ltr] .TradingDecisionSection-module-scss-module__5brj2G__description,html[dir=ltr] .TradingDecisionSection-module-scss-module__5brj2G__listTitle,html[dir=ltr] .TradingDecisionSection-module-scss-module__5brj2G__listDescription){text-align:left}html[dir=ltr] .TradingDecisionSection-module-scss-module__5brj2G__listDescription{padding-left:44px;padding-right:0}
.MemorySection-module-scss-module__x9-JDW__section{background:#010e0f;padding:80px 0;position:relative;overflow:hidden}.MemorySection-module-scss-module__x9-JDW__container{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(24px,5.56vw,80px)}.MemorySection-module-scss-module__x9-JDW__grid{direction:rtl;grid-template-columns:minmax(0,630px) minmax(0,430px);justify-content:space-between;align-items:center;gap:64px;display:grid}.MemorySection-module-scss-module__x9-JDW__content{text-align:right;direction:rtl;justify-items:start;gap:16px;display:grid}.MemorySection-module-scss-module__x9-JDW__eyebrow{width:fit-content;max-width:100%;font-family:var(--font-cairo),sans-serif;justify-content:center;align-items:center;gap:8px;margin-inline-end:auto;padding-inline:16px;font-size:14px;font-weight:600;display:inline-flex}.MemorySection-module-scss-module__x9-JDW__eyebrowDot{background:currentColor;border-radius:999px;flex:none;width:8px;height:8px}.MemorySection-module-scss-module__x9-JDW__copy{gap:16px;width:100%;display:grid}.MemorySection-module-scss-module__x9-JDW__title{width:100%;font-family:var(--font-cairo),sans-serif;text-align:right;color:#0000;background:linear-gradient(90deg,#fff 0%,#999 100%);-webkit-background-clip:text;background-clip:text;margin:0;font-size:40px;font-weight:700;line-height:1.5}.MemorySection-module-scss-module__x9-JDW__description{width:100%;font-family:var(--font-cairo),sans-serif;text-align:right;color:#0000;background:linear-gradient(90deg,#b7dccb 0%,#62766d 100%);-webkit-background-clip:text;background-clip:text;margin:0;font-size:18px;font-weight:500;line-height:1.5}.MemorySection-module-scss-module__x9-JDW__iconBoard{grid-template-columns:repeat(5,70px);justify-content:start;gap:20px;display:grid}.MemorySection-module-scss-module__x9-JDW__iconCell{color:#8f9387;background:#23271f;border-radius:35px;justify-content:center;align-items:center;width:70px;height:70px;display:inline-flex}.MemorySection-module-scss-module__x9-JDW__iconCell:nth-child(n+16){display:none}.MemorySection-module-scss-module__x9-JDW__icon{stroke-width:1.8px}@media (max-width:1279.98px){.MemorySection-module-scss-module__x9-JDW__container{padding-inline:24px}.MemorySection-module-scss-module__x9-JDW__grid{grid-template-columns:minmax(0,1fr);gap:40px}.MemorySection-module-scss-module__x9-JDW__content{order:1}.MemorySection-module-scss-module__x9-JDW__iconBoard{order:2;justify-content:center}}@media (max-width:767.98px){.MemorySection-module-scss-module__x9-JDW__section{padding:32px 0}.MemorySection-module-scss-module__x9-JDW__container{padding-inline:16px}.MemorySection-module-scss-module__x9-JDW__grid{justify-items:center;gap:16px}.MemorySection-module-scss-module__x9-JDW__content{justify-items:start;gap:16px;width:100%}.MemorySection-module-scss-module__x9-JDW__eyebrow{border-color:var(--marketing-pill-border);color:#2ad7e7;background:#0f142399;border-width:1px;gap:8px;height:32px;padding:0 16px;font-size:12px;line-height:1}.MemorySection-module-scss-module__x9-JDW__eyebrowDot{background:currentColor;width:8px;height:8px}.MemorySection-module-scss-module__x9-JDW__copy{gap:16px}.MemorySection-module-scss-module__x9-JDW__title{font-size:16px;line-height:1.5}.MemorySection-module-scss-module__x9-JDW__description{font-size:12px;line-height:1.5}.MemorySection-module-scss-module__x9-JDW__iconBoard{grid-template-columns:repeat(6,32px);justify-content:center;gap:8px 16px;width:100%}.MemorySection-module-scss-module__x9-JDW__iconCell{border-radius:35px;width:32px;height:32px;padding:6px;display:inline-flex}.MemorySection-module-scss-module__x9-JDW__iconCell:nth-child(n+16){display:inline-flex}.MemorySection-module-scss-module__x9-JDW__icon{stroke-width:2px;width:20px;height:20px}}:is(html[dir=ltr] .MemorySection-module-scss-module__x9-JDW__content,html[dir=ltr] .MemorySection-module-scss-module__x9-JDW__title,html[dir=ltr] .MemorySection-module-scss-module__x9-JDW__description){text-align:left}
.PromptList-module-scss-module__1DM28G__container{border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.PromptList-module-scss-module__1DM28G__item{cursor:pointer;text-align:right;direction:rtl;background:#1e8189;border:none;width:100%;padding:16px;transition:background-color .16s;display:block}.PromptList-module-scss-module__1DM28G__item:hover:not(:disabled){background:#248a92}.PromptList-module-scss-module__1DM28G__item:active:not(:disabled){background:#1a737b}.PromptList-module-scss-module__1DM28G__item:disabled{cursor:not-allowed;opacity:.5}.PromptList-module-scss-module__1DM28G__itemWithSeparator{border-bottom:1px solid #999c99}.PromptList-module-scss-module__1DM28G__label{font-family:var(--font-cairo),sans-serif;color:#fff;white-space:nowrap;font-size:14px;font-weight:600;line-height:1}
