.Loading_wrapper__9SpNK{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;bottom:0;right:0;background:rgb(var(--background-rgb));opacity:0;animation:Loading_show__Mzl4m 1s ease 1s forwards}.Loading_wrapper__9SpNK svg{animation:Loading_rotate__mh5N_ 1s linear infinite}@keyframes Loading_rotate__mh5N_{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes Loading_show__Mzl4m{0%{opacity:0}to{opacity:1}}.ActiveButton_activeButton__yg4xu{display:flex;align-items:center;justify-content:center;border:var(--button-border);background-color:var(--botton-background);border-radius:20px;transition:all .3s ease;text-transform:uppercase;padding:12px 23px;cursor:pointer;will-change:opacity}.ActiveButton_activeButton__yg4xu svg{color:#e6e5e3;transition:color .3s ease,transform .2s ease;width:20px;height:20px}.ActiveButton_activeButton__yg4xu:hover{background-color:var(--button-background-hover)}.ActiveButton_activeButton__yg4xu .ActiveButton_label__ChXJH{font-size:.875rem;font-weight:600;text-transform:inherit;color:#e6e5e3;white-space:nowrap;opacity:1;max-width:400px;transform:translateX(0);transition:opacity .5s ease,max-width .5s ease,transform .5s ease,margin .5s ease}.ActiveButton_activeButton__yg4xu.ActiveButton_active__hsWbP{background-color:#e6e5e3;outline:none}.ActiveButton_activeButton__yg4xu.ActiveButton_active__hsWbP .ActiveButton_label__ChXJH,.ActiveButton_activeButton__yg4xu.ActiveButton_active__hsWbP svg{color:#1d1d1d}.ActiveButton_activeButton__yg4xu:not(.ActiveButton_showLabelOnHover__AHpPX) svg+.ActiveButton_label__ChXJH{margin-left:10px}.ActiveButton_showLabelOnHover__AHpPX .ActiveButton_label__ChXJH{opacity:0;max-width:0;margin-left:0;overflow:hidden;transform:translateX(-6px);transition:opacity .2s ease,max-width .2s ease,transform .4s ease,margin .2s ease}@media(min-width:768px){.ActiveButton_showLabelOnHover__AHpPX:focus .ActiveButton_label__ChXJH,.ActiveButton_showLabelOnHover__AHpPX:focus-visible .ActiveButton_label__ChXJH,.ActiveButton_showLabelOnHover__AHpPX:hover .ActiveButton_label__ChXJH{opacity:1;max-width:220px;transform:translateX(0);transition:opacity .5s ease,max-width .5s ease,transform .2s ease,margin .2s ease}.ActiveButton_showLabelOnHover__AHpPX:focus svg+.ActiveButton_label__ChXJH,.ActiveButton_showLabelOnHover__AHpPX:focus-visible svg+.ActiveButton_label__ChXJH,.ActiveButton_showLabelOnHover__AHpPX:hover svg+.ActiveButton_label__ChXJH{margin-left:10px}}.ActiveButton_wiggle__6t1Mj svg{animation:ActiveButton_icon-wiggle__tTInb .6s ease-in-out both;transform-origin:50% 50%}@keyframes ActiveButton_icon-wiggle__tTInb{0%{transform:rotate(0deg) scale(1)}15%{transform:rotate(-10deg) scale(1.05)}30%{transform:rotate(10deg)}45%{transform:rotate(-7deg)}60%{transform:rotate(7deg)}75%{transform:rotate(-3deg)}to{transform:rotate(0deg) scale(1)}}@media(prefers-reduced-motion:reduce){.ActiveButton_wiggle__6t1Mj svg{animation:none}}.ChatInput_inputArea__Q_JYY{display:flex;flex-direction:row;align-items:stretch;width:100%;max-width:950px;gap:0;padding:0;background:#1d1d1d;border-radius:20px;outline:1px solid rgba(var(--foreground-rgb),.05);outline-offset:-1px;opacity:0;animation:ChatInput_fadeInInput__NRh6C .4s ease-out forwards;min-height:var(--height-input);position:relative;z-index:3}@media(max-width:768px){.ChatInput_inputArea__Q_JYY{border-bottom-left-radius:0;border-bottom-right-radius:0;flex-direction:column-reverse;padding-bottom:calc(env(safe-area-inset-bottom, 0px) + 20px);box-shadow:0 -6px 12px rgba(0,0,0,.12)}.ChatInput_inputArea__Q_JYY .ChatInput_newThread__u2xQM{margin:-5px 10px 10px;height:46px;border-radius:20px;background-color:transparent}.ChatInput_inputArea__Q_JYY .ChatInput_newThread__u2xQM>*{height:20px;width:20px}.ChatInput_inputArea__Q_JYY .ChatInput_divider__4OOT6{display:none}.ChatInput_inputArea__Q_JYY .ChatInput_textarea__HNZfV{padding:20px 50px 20px 54px}.ChatInput_inputArea__Q_JYY .ChatInput_textarea__HNZfV.ChatInput_extraPadding__t8rZF{padding-right:115px}}.ChatInput_buttonRow__9O5f0{display:flex;justify-content:space-between;align-items:center}.ChatInput_buttonRow__9O5f0 .ChatInput_actionButton__ekkI2{margin:-5px 20px 8px 10px}.ChatInput_buttonRow__9O5f0 .ChatInput_divider__4OOT6{width:1px;height:46px;background-color:rgba(var(--foreground-rgb),.05);margin-left:20px}.ChatInput_newThread__u2xQM{height:46px;text-transform:unset;margin-left:20px}.ChatInput_form__0I_Aw{display:flex;align-items:flex-start;gap:.75rem;width:100%;position:relative}.ChatInput_inputOverlay__mLESO{position:absolute;left:0;display:flex;justify-content:space-between;padding:0 20px;width:100%;height:var(--height-input);pointer-events:none}.ChatInput_inputOverlay__mLESO .ChatInput_actionRow__ADEIE{pointer-events:all}.ChatInput_inputOverlay__mLESO .ChatInput_actionRow__ADEIE,.ChatInput_inputOverlay__mLESO .ChatInput_promptIcon__zbMU1{display:flex;align-items:center;gap:20px;height:var(--height-input)}.ChatInput_inputOverlay__mLESO .ChatInput_promptIcon__zbMU1>*{height:24px;width:24px}.ChatInput_textarea__HNZfV{display:flex;flex:1 1;font:var(--font-body);margin:auto;resize:none;border:none;background:transparent;padding:22px 54px;color:rgb(var(--foreground-rgb));min-height:var(--height-input);box-sizing:border-box;overflow-y:auto;transition:max-height .3s ease,height .3s ease}.ChatInput_textarea__HNZfV:focus{outline:none}.ChatInput_textarea__HNZfV::placeholder,.ChatInput_textarea__HNZfV[disabled]{color:rgba(var(--foreground-rgb),.2)}.ChatInput_button__5hNSd{position:relative;overflow:hidden;height:28.5px;width:28.5px;padding:0;background:transparent;border:none}.ChatInput_button__5hNSd .ChatInput_icon__yQMSa{position:absolute;inset:0;width:100%;height:100%;opacity:0;transition:opacity .3s ease-in-out,transform .3s ease-in-out}.ChatInput_button__5hNSd .ChatInput_expand__filHb,.ChatInput_button__5hNSd .ChatInput_send__0PlkS{transform:rotate(90deg)}.ChatInput_button__5hNSd .ChatInput_collapse__Y1B8l,.ChatInput_button__5hNSd .ChatInput_stop__10Q2o{transform:rotate(-30deg)}.ChatInput_button__5hNSd .ChatInput_show__RF59b{opacity:1;transform:rotate(0deg)}@media(max-width:768px){.ChatInput_actionButton__ekkI2{height:47px;width:47px}}@keyframes ChatInput_fadeInInput__NRh6C{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ChatLayout_layout__H7__9{display:flex;flex-direction:column;height:calc(100dvh - var(--header-height));position:relative;margin-top:var(--header-height);padding:0;width:100%}.ChatLayout_statusBox__uee50{width:100%;max-width:100%;background:rgba(var(--foreground-rgb),.05);border-radius:.75rem;padding:1rem 1.25rem;margin:1rem 2rem;color:rgb(var(--foreground-rgb));position:relative;z-index:1}.ChatLayout_status__RbYcs{font-size:.875rem;opacity:.7;margin-bottom:.5rem}.ChatLayout_tip__J4Vgh{font-size:.875rem;opacity:.5}.ChatLayout_inputContainer__Hvttf{display:flex;flex-direction:column;width:100%;height:100%;position:relative;align-items:center}.ChatLayout_inputContainer__Hvttf>:first-child{flex:1 1;overflow-y:auto;min-height:0;width:100%;max-width:100%}.ChatLayout_inputContainer__Hvttf>:last-child{flex-shrink:0;width:100%;max-width:100%}.ChatMessages_container__I2Re3{display:flex;flex-direction:column;align-items:flex-start;background:#1d1d1d;border:1px solid rgba(var(--foreground-rgb),.05);border-radius:20px;padding:40px;text-align:left;min-width:700px;max-width:100%;flex:1 1}.ChatMessages_container__I2Re3.ChatMessages_hasData__b9VVD{background:rgba(var(--foreground-rgb),.01);align-items:center}.ChatMessages_container__I2Re3.ChatMessages_loading__gQnHN{background:transparent;border-color:transparent;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(max-width:740px){.ChatMessages_container__I2Re3{background:transparent;min-width:unset;padding:20px;border:none}.ChatMessages_container__I2Re3.ChatMessages_hasData__b9VVD{background:transparent}}.ChatMessages_container__I2Re3>:not(:last-child):not(:first-child){margin-top:30px}@media(max-width:768px){.ChatMessages_container__I2Re3>:not(:last-child):not(:first-child){margin-top:20px}}.ChatMessages_container__I2Re3 hr{margin:0;border:none;border-top:1px solid rgba(var(--foreground-rgb),.05);width:100%}.ChatMessages_pageCounter__3Btet{margin:0 auto;font:var(--font-small-header);display:inline-flex;justify-content:center;align-items:center;gap:20px}.ChatMessages_pageCounter__3Btet .ChatMessages_next__dyouW,.ChatMessages_pageCounter__3Btet .ChatMessages_prev____otR{display:flex;justify-content:center;align-items:center;border:none;background:transparent;height:24px;width:24px}.ChatMessages_pageCounter__3Btet .ChatMessages_next__dyouW[disabled],.ChatMessages_pageCounter__3Btet .ChatMessages_prev____otR[disabled]{opacity:.4;pointer-events:none}.ChatMessages_pageCounter__3Btet .ChatMessages_prev____otR{transform:rotate(90deg)}.ChatMessages_pageCounter__3Btet .ChatMessages_next__dyouW{transform:rotate(-90deg)}.ChatMessages_presentationHeader__iyxSB{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%}.ChatMessages_presentationHeader__iyxSB .ChatMessages_presentationTitle__Wv2KW{font:var(--font-large-header)}@media(max-width:768px){.ChatMessages_presentationHeader__iyxSB{text-align:center}.ChatMessages_presentationHeader__iyxSB .ChatMessages_presentationTitle__Wv2KW{font:var(--font-small-header)}}.ChatMessages_introHeading__flLIT{font:var(--font-large-header);background:var(--text-gradient);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;width:100%}.ChatMessages_introHeading__flLIT:first-letter{text-transform:uppercase}.ChatMessages_aiIcon__8R_YV{position:relative;width:40px;height:auto}.ChatMessages_messages__G9OdE{flex:1 1;overflow-y:auto;padding:1rem 1rem 8rem}.ChatMessages_markdown__oSNfj h2{font-weight:600;font-size:1.5rem;line-height:2rem;opacity:0;animation:ChatMessages_show__WJET_ .4s ease-out .2s forwards}.ChatMessages_markdown__oSNfj h2:not(:last-child){margin-bottom:1.25rem}.ChatMessages_markdown__oSNfj ol,.ChatMessages_markdown__oSNfj p,.ChatMessages_markdown__oSNfj ul{font-size:1rem;font-weight:500;line-height:1.5rem;opacity:0;animation:ChatMessages_show__WJET_ .4s ease-out .4s forwards}.ChatMessages_markdown__oSNfj ol:not(:last-child),.ChatMessages_markdown__oSNfj p:not(:last-child),.ChatMessages_markdown__oSNfj ul:not(:last-child){margin-bottom:1.25rem}.ChatMessages_markdown__oSNfj h2:not(:first-child),.ChatMessages_markdown__oSNfj ol:not(:first-child),.ChatMessages_markdown__oSNfj p:not(:first-child),.ChatMessages_markdown__oSNfj ul:not(:first-child){margin-top:1.25rem}.ChatMessages_markdown__oSNfj ul{list-style-type:disc;margin-left:1.25rem}.ChatMessages_markdown__oSNfj ol{list-style-type:decimal;margin-left:1.25rem}.ChatMessages_markdown__oSNfj ol li p{display:inline}.ChatMessages_markdown__oSNfj ol li ul{margin-left:1.25rem;margin-bottom:1.25rem}.ChatMessages_markdown__oSNfj pre{margin:1rem 0;background:rgba(var(--foreground-rgb),.05);padding:.75rem;border-radius:.5rem;overflow-x:auto}.ChatMessages_markdown__oSNfj code{background:rgba(var(--foreground-rgb),.05);padding:.125rem .375rem;border-radius:.25rem;font-size:.875rem}.ChatMessages_markdown__oSNfj blockquote{margin:1rem 0;padding-left:1rem;border-left:4px solid rgba(var(--foreground-rgb),.1);font-style:italic}.ChatMessages_markdown__oSNfj strong{font-weight:600}@keyframes ChatMessages_show__WJET_{0%{transform:translateY(.1rem);opacity:0}to{transform:translateY(0);opacity:1}}.Graph_wrapper__spEIT{position:relative;max-width:100%}.Graph_wrapper__spEIT .highcharts-yaxis-grid path{stroke:rgba(var(--foreground-rgb),.1)}.Graph_wrapper__spEIT .highcharts-legend-navigation,.Graph_wrapper__spEIT .highcharts-legend-title{fill:#f1f0ee!important}@media(max-width:768px){.Graph_wrapper__spEIT .highcharts-data-label{display:none!important}}.Graph_wrapper__spEIT.Graph_isThumbnail__QcMgQ{transform-origin:top;height:100%;overflow:hidden}@supports(zoom:0.75){.Graph_wrapper__spEIT.Graph_isThumbnail__QcMgQ{zoom:.75}}@supports not (zoom:0.75){.Graph_wrapper__spEIT.Graph_isThumbnail__QcMgQ{transform:scale(.75);transform-origin:top}}.Graph_graph__NbskT{width:100%;font-weight:600;height:100%}.Graph_tooltip___pAoE{text-align:center;display:flex;flex-direction:column;gap:.5rem}.Graph_labelTooltip__XDk5s{position:absolute;padding:.875rem;border-radius:.625rem;background-color:#000;box-shadow:0 0 10px 0 rgba(0,0,0,.25);max-width:400px;word-break:break-word;overflow-wrap:anywhere;white-space:normal;text-align:center;font-size:.875rem;font-weight:600;line-height:.975rem;color:#fff;pointer-events:none;opacity:0;transform:translateY(-100%) scale(.95);z-index:2;transition:opacity .2s ease,transform .2s ease}.Graph_labelTooltip__XDk5s.Graph_show__O15iT{opacity:1;transform:translateY(-100%) scale(1)}.PresentationTable_table__l4QFH{width:100%;position:relative;overflow-x:auto;border-radius:20px;animation:PresentationTable_show__OF3aI .4s ease-out .4s forwards}.PresentationTable_table__l4QFH.PresentationTable_locked__1Uj5z{overflow-x:auto;overflow-y:hidden}.PresentationTable_table__l4QFH table{width:100%;border-collapse:collapse}.PresentationTable_table__l4QFH table tr{width:100%}.PresentationTable_table__l4QFH table td,.PresentationTable_table__l4QFH table th{font:var(--font-body);padding:14px 20px;text-align:left;background-color:rgba(var(--foreground-rgb),.05);overflow:visible;text-overflow:clip}.PresentationTable_table__l4QFH table td{border-bottom:1px solid rgba(var(--foreground-rgb),.1)}.PresentationTable_table__l4QFH table th{font:var(--font-small-header);background:#1d1d1d;position:-webkit-sticky;position:sticky;top:0;z-index:1}.PresentationTable_table__l4QFH table tr:hover td{background:rgba(var(--foreground-rgb),.02)}.PresentationTable_initialListContainer__LDkpg{position:relative}.PresentationTable_initialListWrapper__BhEsF{min-height:250px;border-radius:20px;position:relative}.PresentationTable_showMoreButton__0vZmT{font:var(--font-label);display:flex;align-items:center;justify-content:center;position:absolute;bottom:0;left:50%;transform:translate(-50%,-55%);background:#1d1d1d;border:none;padding:12px 24px;border-radius:20px;cursor:pointer;transition:background-color .3s ease;outline:1px solid rgba(var(--foreground-rgb),.05);outline-offset:-1px;gap:8px;z-index:2}.PresentationTable_showMoreButton__0vZmT:hover{background:var(--button-background-hover)}.PresentationTable_showMoreButton__0vZmT svg{transform:scale(.8)}.PresentationTable_virtuosoWrapper__YHusu{width:100%;overflow-x:auto}.PresentationTable_table__l4QFH.PresentationTable_thumbnail__IkIsO{font-size:12px;border-radius:11px}.PresentationTable_table__l4QFH.PresentationTable_thumbnail__IkIsO td,.PresentationTable_table__l4QFH.PresentationTable_thumbnail__IkIsO th{padding:8px 30px!important;font-size:9px}.PresentationTable_table__l4QFH.PresentationTable_thumbnail__IkIsO th{font-weight:600;background-color:#121212}.PresentationTable_table__l4QFH.PresentationTable_thumbnail__IkIsO .PresentationTable_showMoreButton__0vZmT{display:none}.PresentationTable_table__l4QFH.PresentationTable_thumbnail__IkIsO .PresentationTable_initialListWrapper__BhEsF{padding-bottom:0;border-radius:11px}.PresentationView_wrapper__sr_eY{width:100%;margin:0 auto}.PresentationView_content__rES1m{position:relative;overflow:auto;width:100%;max-height:100%;min-width:0}.PresentationView_title__MmjRN{font-weight:600;font-size:1.5rem;line-height:2rem;margin-bottom:1.25rem;opacity:0;animation:PresentationView_show__8lVgQ .4s ease-out .2s forwards}.PresentationView_graph__VzRgi{width:100%;min-height:400px;opacity:0;animation:PresentationView_show__8lVgQ .4s ease-out .6s forwards}.PresentationView_text__aqZr1{opacity:0;animation:PresentationView_show__8lVgQ .4s ease-out .4s forwards;text-align:left;width:-moz-fit-content;width:fit-content;margin:auto}.PresentationView_kpi__C5Jy7{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:18px;text-align:center;animation:PresentationView_show__8lVgQ .4s ease-out forwards;gap:9px}.PresentationView_kpi__C5Jy7 h2{font-size:clamp(2rem,10vw,96px);font-weight:600;line-height:1;max-width:100%;word-break:break-word;text-wrap:balance}.PresentationView_kpi__C5Jy7 p{font:var(--font-medium-header)}.PresentationView_markdown__Qz_X_ h2{font-weight:600;font-size:1.5rem;line-height:2rem}.PresentationView_markdown__Qz_X_ h2:not(:last-child){margin-bottom:1.25rem}.PresentationView_markdown__Qz_X_ ol,.PresentationView_markdown__Qz_X_ p,.PresentationView_markdown__Qz_X_ ul{font-size:1rem;font-weight:500;line-height:1.5rem}.PresentationView_markdown__Qz_X_ ol:not(:last-child),.PresentationView_markdown__Qz_X_ p:not(:last-child),.PresentationView_markdown__Qz_X_ ul:not(:last-child){margin-bottom:1.25rem}.PresentationView_markdown__Qz_X_ h2:not(:first-child),.PresentationView_markdown__Qz_X_ ol:not(:first-child),.PresentationView_markdown__Qz_X_ p:not(:first-child),.PresentationView_markdown__Qz_X_ ul:not(:first-child){margin-top:1.25rem}.PresentationView_markdown__Qz_X_ ul{list-style-type:disc;margin-left:1.25rem}.PresentationView_markdown__Qz_X_ ol{list-style-type:decimal;margin-left:1.25rem}.PresentationView_markdown__Qz_X_ ol li p{display:inline}.PresentationView_markdown__Qz_X_ ol li ul{margin-left:1.25rem;margin-bottom:1.25rem}.PresentationView_markdown__Qz_X_ pre{margin:1rem 0;background:rgba(var(--foreground-rgb),.05);padding:.75rem;border-radius:.5rem;overflow-x:auto}.PresentationView_markdown__Qz_X_ code{background:rgba(var(--foreground-rgb),.05);padding:.125rem .375rem;border-radius:.25rem;font-size:.875rem}.PresentationView_markdown__Qz_X_ blockquote{margin:1rem 0;padding-left:1rem;border-left:4px solid rgba(var(--foreground-rgb),.1);font-style:italic}.PresentationView_markdown__Qz_X_ strong{font-weight:600}@keyframes PresentationView_show__8lVgQ{0%{transform:translateY(.1rem);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes PortalPopup_fadeIn__kwVsG{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes PortalPopup_fadeOut__Wtfqf{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.PortalPopup_popup__nSKd_{display:flex;flex-direction:column;background:#1d1d1d;border-radius:20px;padding:24px;border:1px solid rgba(var(--foreground-rgb),.05);color:rgb(var(--foreground-rgb));max-width:600px;width:max-content;will-change:opacity,transform;box-shadow:0 10px 30px rgba(0,0,0,.3)}@media(max-width:768px){.PortalPopup_popup__nSKd_{width:calc(100% - 20px)}}.PortalPopup_open__HV_KX{opacity:1;visibility:visible;pointer-events:auto}.PortalPopup_closed__kpB8F{opacity:0;visibility:hidden;pointer-events:none;top:-10000px!important;left:-10000px!important;bottom:auto!important}.PortalPopup_fadeIn__kwVsG{animation:PortalPopup_fadeIn__kwVsG .2s ease forwards}.PortalPopup_fadeOut__Wtfqf{animation:PortalPopup_fadeOut__Wtfqf .2s ease forwards}.BurstWrapper_wrapper__GQu9P{position:relative;display:flex;align-items:center;justify-content:center}.BurstWrapper_burst__V30Uj{position:absolute;top:50%;left:50%;width:20px;height:20px;transform:translate(-50%,-50%) scale(1);animation:BurstWrapper_burstAnimation__LwEw6 .4s ease forwards;pointer-events:none}.BurstWrapper_burst__V30Uj svg{width:100%;height:100%;color:inherit}@keyframes BurstWrapper_burstAnimation__LwEw6{0%{transform:translate(-50%,-50%) scale(1);opacity:.5}to{transform:translate(-50%,-50%) scale(2);opacity:0}}.DateRangeField_dateRangeField__pT7jV{align-items:center;background-color:var(--botton-background);border:none;border-radius:15px;color:rgb(var(--foreground-rgb));display:flex;flex-direction:row;font:var(--font-label,600 16px/1.2 system-ui);height:35px;outline:1px solid rgba(var(--foreground-rgb),.05);outline-offset:-1px;padding:0 0 0 23px;position:relative;text-align:left;transition:border .2s ease;width:auto;z-index:90}.DateRangeField_dateRangeField__pT7jV:hover{background:var(--button-background-hover)}.DateRangeField_rangeLabel__YcOOf{display:flex;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:23px;gap:4px}.DateRangeField_iconBox__iG547{background:rgba(var(--foreground-rgb),.05);display:grid;place-items:center;opacity:.9;height:100%;width:65px;border-top-right-radius:inherit;border-bottom-right-radius:inherit;transition:background-color .2s ease,color .2s ease}.DateRangeField_iconBox__iG547>svg{width:20px;height:auto}.DateRangeField_arrow__omVMN{transform:scale(-1);position:relative;top:2px;stroke-width:3px}.DateRangeField_popover__cblCe{position:absolute;z-index:9999;background:transparent;box-shadow:0 0 40px 0 rgba(0,0,0,.6);border-radius:20px;overflow:auto;max-height:calc(100dvh - 24px);background-color:var(--botton-background);border:1px solid rgba(var(--foreground-rgb),.05);height:-moz-fit-content;height:fit-content}@media(max-width:768px){.DateRangeField_popover__cblCe{max-height:unset;border-radius:0}}.DateRangeField_overlay__c05xj{position:fixed;inset:0;pointer-events:auto;background-color:transparent;z-index:9998}.DateRangeField_dateRangeField__pT7jV.DateRangeField_small__COWRv{font-size:12px;padding-left:18px}.DateRangeField_dateRangeField__pT7jV.DateRangeField_small__COWRv .DateRangeField_rangeLabel__YcOOf{padding-right:18px;gap:2px}.DateRangeField_dateRangeField__pT7jV.DateRangeField_small__COWRv .DateRangeField_iconBox__iG547{width:50px}.DateRangeField_dateRangeField__pT7jV.DateRangeField_small__COWRv .DateRangeField_iconBox__iG547>svg{width:16px;height:auto}.DateRangeField_dateRangeField__pT7jV.DateRangeField_small__COWRv .DateRangeField_arrow__omVMN{top:1px;stroke-width:2px;margin:0 2px}@media(max-width:768px){.DateRangeField_dateRangeField__pT7jV.DateRangeField_small__COWRv{font-size:9px;height:29px;padding-left:12px;border-radius:11px}.DateRangeField_dateRangeField__pT7jV.DateRangeField_small__COWRv .DateRangeField_rangeLabel__YcOOf{padding-right:12px;gap:2px}}.DateRangeField_dateRangeField__pT7jV[aria-expanded=true] .DateRangeField_iconBox__iG547{background:var(--selected-background);color:var(--selected-color);opacity:1}.rdp-root{--rdp-accent-color:blue;--rdp-accent-background-color:#f0f0ff;--rdp-day-height:44px;--rdp-day-width:44px;--rdp-day_button-border-radius:100%;--rdp-day_button-border:2px solid transparent;--rdp-day_button-height:42px;--rdp-day_button-width:42px;--rdp-selected-border:2px solid var(--rdp-accent-color);--rdp-disabled-opacity:0.5;--rdp-outside-opacity:0.75;--rdp-today-color:var(--rdp-accent-color);--rdp-dropdown-gap:0.5rem;--rdp-months-gap:2rem;--rdp-nav_button-disabled-opacity:0.5;--rdp-nav_button-height:2.25rem;--rdp-nav_button-width:2.25rem;--rdp-nav-height:2.75rem;--rdp-range_middle-background-color:var(--rdp-accent-background-color);--rdp-range_middle-color:inherit;--rdp-range_start-color:#fff;--rdp-range_start-background:linear-gradient(var(--rdp-gradient-direction),transparent 50%,var(--rdp-range_middle-background-color) 50%);--rdp-range_start-date-background-color:var(--rdp-accent-color);--rdp-range_end-background:linear-gradient(var(--rdp-gradient-direction),var(--rdp-range_middle-background-color) 50%,transparent 50%);--rdp-range_end-color:#fff;--rdp-range_end-date-background-color:var(--rdp-accent-color);--rdp-week_number-border-radius:100%;--rdp-week_number-border:2px solid transparent;--rdp-week_number-height:var(--rdp-day-height);--rdp-week_number-opacity:0.75;--rdp-week_number-width:var(--rdp-day-width);--rdp-weeknumber-text-align:center;--rdp-weekday-opacity:0.75;--rdp-weekday-padding:0.5rem 0rem;--rdp-weekday-text-align:center;--rdp-gradient-direction:90deg;--rdp-animation_duration:0.3s;--rdp-animation_timing:cubic-bezier(0.4,0,0.2,1)}.rdp-root[dir=rtl]{--rdp-gradient-direction:-90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity:unset}.rdp-root{position:relative}.rdp-root,.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font-weight:700;font-size:large}.rdp-root[data-nav-layout=after] .rdp-month,.rdp-root[data-nav-layout=around] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;-webkit-margin-start:var(--rdp-nav_button-width);margin-inline-start:var(--rdp-nav_button-width);-webkit-margin-end:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{position:absolute;inset-inline-start:0;top:0;height:var(--rdp-nav-height);display:inline-flex}.rdp-root[data-nav-layout=around] .rdp-button_next{position:absolute;inset-inline-end:0;top:0;height:var(--rdp-nav-height);display:inline-flex;justify-content:center}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:-moz-fit-content;max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font-weight:500;font-size:smaller;text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font-weight:400;font-size:small;height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-weight:700;font-size:large}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled{opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes rdp-slide_in_right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes rdp-slide_out_left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translateX(0)}to{transform:translateX(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.DateRangePicker_panel__S7b2r{display:grid;grid-template-columns:430px 235px;grid-gap:0;gap:0}.DateRangePicker_panel__S7b2r.DateRangePicker_single__wSmKs{grid-template-columns:235px}@media(max-width:768px){.DateRangePicker_panel__S7b2r{display:flex;flex-direction:column;justify-content:flex-start;width:100dvw;height:100dvh}}.DateRangePicker_left__HugjV{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.DateRangePicker_left__HugjV .DateRangePicker_content__E_SIo{display:flex;flex-direction:column;align-items:center;padding:23px;gap:19px}@media(max-width:768px){.DateRangePicker_left__HugjV{height:100vh}.DateRangePicker_left__HugjV .DateRangePicker_content__E_SIo{margin:auto;padding:40px 16px;gap:36px}}.DateRangePicker_right__qw_vz{border-left:1px solid rgba(var(--foreground-rgb),.08);padding:15px 12px 20px;background:transparent}@media(max-width:768px){.DateRangePicker_right__qw_vz{display:flex;justify-content:center;flex-direction:column;align-items:center;border-left:none;margin:auto;padding:20px 16px}}.DateRangePicker_title__ECUYf{font:var(--font-medium-header)}@media(max-width:768px){.DateRangePicker_title__ECUYf{text-align:center}}.DateRangePicker_inputsRow__PZfJt{display:flex;align-items:center;gap:10px}@media(max-width:768px){.DateRangePicker_inputsRow__PZfJt{justify-content:center}}.DateRangePicker_sectionLabel__JGC6b{font:var(--font-small-header);color:hsla(0,0%,100%,.8)}@media(max-width:768px){.DateRangePicker_sectionLabel__JGC6b{text-align:center}}.DateRangePicker_presetGrid__fE1l6{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:10px}@media(max-width:768px){.DateRangePicker_presetGrid__fE1l6{gap:8px}.DateRangePicker_actionRow__5YU4x{margin-top:12px}}.DateRangePicker_arrow__CkE35{transform:scale(-1);stroke-width:3px}.DateRangePicker_divider__aVfPm{height:1px;background:rgb(var(--foreground-rgb),.05);width:100%;margin:1px 0 2px}.DateRangePicker_actionRow__5YU4x{width:100%}.DateRangePicker_presetButton__6TJT7{cursor:pointer}.DateRangePicker_presetButton__6TJT7>span{text-transform:unset!important}.DateRangePicker_useButton__sYR21{flex-direction:row-reverse;gap:10px}.DateRangePicker_closeBtn__dlRnZ{position:absolute;top:max(15px,env(safe-area-inset-top) + 9px);right:12px;display:none}@media(max-width:768px){.DateRangePicker_closeBtn__dlRnZ{display:inline-flex}}.DateRangePicker_rdpRoot__s7kXa{--rdp-outline:transparent;--rdp-day_button-height:20px;--rdp-day_button-width:20px;--rdp-selected-border:none;--rdp-selected-color:var(--selected-background);--rdp-selected-background:var(--selected-color);--rdp-selected-height:22px}@media(max-width:768px){.DateRangePicker_rdpRoot__s7kXa{--rdp-day_button-height:45px;--rdp-day_button-width:45px;--rdp-selected-height:45px}}@media(max-width:420px){.DateRangePicker_rdpRoot__s7kXa{--rdp-day_button-height:calc((100vw - 102px) / 7);--rdp-day_button-width:calc((100vw - 102px) / 7);--rdp-selected-height:calc((100vw - 102px) / 7)}}.DateRangePicker_rdpNav__bm69r{display:flex;position:relative;gap:10px;max-width:380px}.DateRangePicker_rdpButtonNext__mN_L7,.DateRangePicker_rdpButtonPrevious__CmVsb{padding:5px 3px;background:transparent;border:none}.DateRangePicker_rdpButtonNext__mN_L7>svg,.DateRangePicker_rdpButtonPrevious__CmVsb>svg{fill:#e6e5e3;width:20px;height:auto}@media(max-width:768px){.DateRangePicker_rdpButtonNext__mN_L7,.DateRangePicker_rdpButtonPrevious__CmVsb{border:1px solid rgba(var(--foreground-rgb),.1);width:68px;height:48px;border-radius:99rem}.DateRangePicker_rdpButtonNext__mN_L7>svg,.DateRangePicker_rdpButtonPrevious__CmVsb>svg{margin-top:5px}}.DateRangePicker_rdpButtonNext__mN_L7{margin-left:auto}.DateRangePicker_rdpMonthCaption__NOHLn{position:absolute;display:flex;justify-content:center;background:transparent;width:calc(100% - 60px);top:0;left:50%;transform:translateX(-50%);font:var(--font-label);z-index:1}@media(max-width:768px){.DateRangePicker_rdpMonthCaption__NOHLn{width:calc(100% - 128px);font-size:18px}}.DateRangePicker_rdpNativeSelect__CdX1_{position:relative;display:inline-block;height:30px;padding:0 15px 0 5px;border:none;background-color:transparent;border-radius:8px;color:#e6e5e3;font:inherit;line-height:20px;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23e6e5e3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 0 center;z-index:2;-webkit-backface-visibility:hidden;transform:translateZ(0)}.DateRangePicker_rdpNativeSelect__CdX1_:hover{background-color:hsla(0,0%,100%,.07)}.DateRangePicker_rdpNativeSelect__CdX1_:focus{outline:2px solid rgba(100,150,250,.6);outline-offset:2px}@media(max-width:768px){.DateRangePicker_rdpNativeSelect__CdX1_{height:44px;line-height:44px;font-size:16px}}.DateRangePicker_rdpNativeSelect__CdX1_::-ms-expand{display:none}.DateRangePicker_rdpWeekdays__GJpR6{display:flex;justify-content:space-between;border-bottom:1px solid rgb(var(--foreground-rgb),.05);padding:10px 11px 19px 8px;margin-bottom:14px}@media(max-width:768px){.DateRangePicker_rdpWeekdays__GJpR6{padding:8% 6% 9% 5%;margin-bottom:8%}}.DateRangePicker_rdpWeekday___6uIQ{font:var(--font-label);color:var(--rdp-selected-color)}@media(max-width:768px){.DateRangePicker_rdpWeekday___6uIQ{font-size:calc(var(--rdp-selected-height)/2)}}.DateRangePicker_rdpDay__LHOHx{position:relative;height:calc(var(--rdp-day_button-height) + 6px);width:calc(var(--rdp-day_button-width) + 6px);margin:0 2px;text-align:center;border-radius:100%;cursor:pointer;border:none;display:inline-flex;justify-content:center;align-items:center;font:var(--font-label)}.DateRangePicker_rdpDay__LHOHx:hover{background:color-mix(in srgb,var(--rdp-selected-color) 50%,var(--rdp-selected-background))}@media(max-width:768px){.DateRangePicker_rdpDay__LHOHx{font-size:calc(var(--rdp-selected-height)/2);margin:5px 2px}}.DateRangePicker_rdpDaySelectedSingle__ZT759,.DateRangePicker_rdpRangeEnd__tybi0,.DateRangePicker_rdpRangeStart__nUSpn{background-color:var(--rdp-selected-color);color:#1d1d1d}.DateRangePicker_rdpDaySelected__rv8zs{background:transparent;color:var(--rdp-selected-color);border:none}.DateRangePicker_rdpDaySelected__rv8zs:before{content:"";position:absolute;height:var(--rdp-selected-height);width:calc(100% + 12px);border-radius:5px;background-color:var(--rdp-selected-background);z-index:-1}.ResponseDataSection_wrapper__uvNmN{position:relative}.ResponseDataSection_responseSectionWrapper__Y4uPL{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px}@media(max-width:768px){.ResponseDataSection_responseSectionWrapper__Y4uPL{flex-direction:column}}.ResponseDataSection_reasoningButton__tg7zI,.ResponseDataSection_responseContent__jyE_S,.ResponseDataSection_rightBlock__2_JYl{border-radius:20px;padding:5px 19px;outline:1px solid rgba(var(--foreground-rgb),.05);outline-offset:-1px;background-color:var(--botton-background);color:rgb(var(--foreground-rgb))}.ResponseDataSection_reasoningButton__tg7zI,.ResponseDataSection_rightBlock__2_JYl{position:relative;display:flex;align-items:center;justify-content:center;height:46px;border-radius:20px;gap:20px}@media(max-width:768px){.ResponseDataSection_reasoningButton__tg7zI,.ResponseDataSection_rightBlock__2_JYl{gap:35px}}.ResponseDataSection_reasoningButton__tg7zI{border:none;padding:5px 24px;font-weight:600;font-size:14px;display:flex;align-items:center;gap:10px;cursor:pointer;white-space:nowrap;transition:all .2s ease}.ResponseDataSection_reasoningButton__tg7zI svg{width:22px;height:22px;color:#fff;transition:all .2s ease}.ResponseDataSection_reasoningButton__tg7zI:hover{background-color:var(--button-background-hover)}.ResponseDataSection_reasoningButton__tg7zI.ResponseDataSection_active__ONzcC svg{transform:scaleY(-1)}.ResponseDataSection_iconButton__MVbse{display:flex;position:relative;font-size:1.125rem;border:none;background:none;color:inherit;cursor:pointer;align-items:center;justify-content:center;border-radius:10px;height:30px;width:30px;transition:all .2s ease}@media(max-width:768px){.ResponseDataSection_iconButton__MVbse{transform:scale(1.2)}}.ResponseDataSection_iconButton__MVbse[disabled]{cursor:not-allowed;opacity:.2}.ResponseDataSection_iconButton__MVbse:hover{background-color:var(--button-background-hover)}.ResponseDataSection_iconButton__MVbse.ResponseDataSection_active__ONzcC{background:#fff;color:#000}.ResponseDataSection_iconButton__MVbse.ResponseDataSection_flipped__WJB_W{transform:scaleY(-1)}@media(max-width:768px){.ResponseDataSection_iconButton__MVbse.ResponseDataSection_flipped__WJB_W{transform:scale(1.2,-1.2)}}.ResponseDataSection_divider__H9_fq{width:1px;height:20px;background-color:rgba(var(--foreground-rgb),.05);margin:0 5px}.ResponseDataSection_actionRow__d9PMK{display:flex;align-items:center;justify-content:flex-start;gap:10px;width:100%}.ResponseDataSection_sqlHeading__z1eYD{font-weight:600;font-size:18px;line-height:1.3;text-align:center;margin-bottom:20px}.ResponseDataSection_responseContent__jyE_S{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;text-align:left;width:100%;max-height:0;opacity:0;overflow:hidden;margin-top:0;will-change:max-height,opacity,padding;transition:margin-top .4s ease,padding .4s ease,max-height .4s ease,opacity .3s ease .1s}.ResponseDataSection_responseContent__jyE_S.ResponseDataSection_visible__yyPUR{padding:37px 24px;max-height:800px;opacity:1;margin-top:30px}.ResponseDataSection_responseContent__jyE_S .ResponseDataSection_inner__vhWgh{display:flex;flex-direction:column;max-width:600px;gap:19px}.ResponseDataSection_responseContent__jyE_S h2{font:var(--font-small-header)}.ResponseDataSection_responseContent__jyE_S p{font:var(--font-body)}.ResponseDataSection_shareButtonWrapper__m_pB4{position:relative;display:flex;align-items:center;justify-content:center}.ResponseDataSection_tooltip___LFE4{position:absolute;bottom:calc(100% + 12px);background:rgba(var(--foreground-rgb),.05);color:#fff;padding:4px 10px;border-radius:10px;font:var(--font-label);white-space:nowrap;animation:ResponseDataSection_fadeInOut__ZpjN7 2s ease forwards}.ResponseDataSection_dateRangeField__Vdbxr{height:46px;border-radius:20px}@keyframes ResponseDataSection_fadeInOut__ZpjN7{0%{opacity:0;transform:translateY(10px)}10%{opacity:1;transform:translateY(0)}90%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@media(max-width:768px){.ResponseDataSection_rightBlock__2_JYl{border-bottom-left-radius:0;border-bottom-right-radius:0}}.Button_button__nbDXA{border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;font:var(--font-label);padding:11px 1.25rem;border-radius:100rem;display:block;width:100%;max-width:25rem;background:rgb(var(--foreground-rgb));color:rgb(var(--background-rgb));cursor:pointer;transition:background-color .2s}.Button_button__nbDXA svg{vertical-align:middle}.Button_button__nbDXA:hover{background:rgba(var(--foreground-rgb),.8)}.Button_button__nbDXA[disabled]{opacity:.6;pointer-events:none}.Button_inner__5yak_{gap:.3125rem}.Button_inner__5yak_,.LoginError_container__nIapc{display:flex;align-items:center;justify-content:center}.LoginError_container__nIapc{flex-direction:column;min-height:100dvh;min-height:100svh;padding:2rem;gap:2rem}.LoginError_logo__O66Qu{width:11rem;height:3.4375rem}.LoginError_errorCard__RSuYi{background:rgba(var(--foreground-rgb),.03);border:1px solid rgba(var(--foreground-rgb),.1);border-radius:1rem;padding:2rem;max-width:28rem;width:100%;text-align:center;display:flex;flex-direction:column;gap:1.5rem}.LoginError_title__OL1iO{font-size:1.5rem;font-weight:600;color:rgb(var(--error-rgb));margin:0}.LoginError_message__UWYNN{font-size:1rem;line-height:1.5;color:rgba(var(--foreground-rgb),.8);margin:0}.LoginError_button__IHmEj{margin-top:.5rem}.PasswordReset_form__vcuh3{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;min-height:100dvh;min-height:100svh;padding:2rem 1rem}.PasswordReset_form__vcuh3 input{border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:1rem;font-weight:500;line-height:1.5rem;padding:.875rem 1.5rem;border-radius:100rem;display:block;width:100%;max-width:25rem;background:rgba(var(--foreground-rgb),.05)}.PasswordReset_logo__PoIQq{margin-bottom:1rem;width:11rem;height:3.4375rem}.PasswordReset_title__eNshp{font-size:1.5rem;font-weight:600;margin:0 0 .5rem;text-align:center}.PasswordReset_error__k_ofW{color:rgb(var(--error-rgb));font-size:.875rem;font-weight:600;line-height:1.1;text-align:center;margin:-.5rem 0 0}.PasswordReset_backLink__aJwJ9{text-decoration:none;font-size:.875rem;font-weight:500;margin-top:1rem}.PasswordReset_backLink__aJwJ9:hover{text-decoration:underline}.PasswordReset_successMessage__Ae0wM{display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:28rem;text-align:center;padding:2.5rem}.PasswordReset_successTitle__U5SAl{font-size:1.5rem;font-weight:600;margin:0}.PasswordReset_successText__AUkbf{font-size:1rem;line-height:1.5;margin:0}.ResetPassword_form__dEHMK{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;min-height:100dvh;min-height:100svh;padding:2rem 1rem}.ResetPassword_form__dEHMK input{border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:1rem;font-weight:500;line-height:1.5rem;padding:.875rem 1.5rem;border-radius:100rem;display:block;width:100%;max-width:25rem;background:rgba(var(--foreground-rgb),.05)}.ResetPassword_passwordInputContainer__HynWW{position:relative;width:100%;max-width:25rem;display:flex;align-items:center}.ResetPassword_passwordInput__boMih{border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:1rem;font-weight:500;line-height:1.5rem;padding:.875rem 3rem .875rem 1.5rem;border-radius:100rem;width:100%;background:rgba(var(--foreground-rgb),.05)}.ResetPassword_eyeButton__B_AyB{position:absolute;right:1rem;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.25rem;border-radius:50%;color:rgba(var(--foreground-rgb),.6);transition:color .2s ease;outline:none}.ResetPassword_eyeButton__B_AyB:hover{color:rgba(var(--foreground-rgb),.8)}.ResetPassword_eyeButton__B_AyB:active{transform:scale(.95)}.ResetPassword_eyeButton__B_AyB:focus-visible{outline:2px solid rgba(var(--foreground-rgb),.3);outline-offset:2px}.ResetPassword_logo__kZKWj{margin-bottom:1rem;width:11rem;height:3.4375rem}.ResetPassword_title__uoUVk{font-size:1.5rem;font-weight:600;margin:0 0 .5rem;text-align:center}.ResetPassword_error__itqD7{color:rgb(var(--error-rgb));font-size:.875rem;font-weight:600;line-height:1.1;text-align:center;margin:-.5rem 0 0}.ResetPassword_backLink__tmlSt{text-decoration:none;font-size:.875rem;font-weight:500;margin-top:1rem}.ResetPassword_backLink__tmlSt:hover{text-decoration:underline}.ResetPassword_successMessage__oSkeN{display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:28rem;text-align:center;padding:2.5rem}.ResetPassword_successTitle__il5aa{font-size:1.5rem;font-weight:600;margin:0}.ResetPassword_successText__N0Ltw{font-size:1rem;line-height:1.5;margin:0}.ResetPassword_redirectText__bElIs{font-size:.875rem;line-height:1.4;opacity:.8;margin:0}.ResetPassword_errorMessage__EWB0c{display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:28rem;text-align:center;padding:2.5rem}.ResetPassword_errorTitle__5YZrI{font-size:1.5rem;font-weight:600;margin:0}.ResetPassword_errorText__b1LpX{font-size:1rem;line-height:1.5;color:rgb(var(--error-rgb));margin:0}.GoogleSignInButton_googleButton__0oNDF{border:1px solid rgba(var(--foreground-rgb),.2);background:#fff;color:#3c4043;font-size:1rem;font-weight:500;line-height:1.5rem;padding:.625rem 1.25rem;border-radius:100rem;display:block;width:100%;max-width:25rem;cursor:pointer;transition:all .2s ease}.GoogleSignInButton_googleButton__0oNDF:hover{background:hsla(0,0%,100%,.8);border-color:rgba(var(--foreground-rgb),.3)}.GoogleSignInButton_googleButton__0oNDF:active{background:hsla(0,0%,100%,.9)}.GoogleSignInButton_googleButton__0oNDF:disabled{opacity:.6;cursor:not-allowed}.GoogleSignInButton_inner__zEJ1D{display:flex;align-items:center;justify-content:center;gap:.75rem}.MicrosoftSignInButton_microsoftButton__4kRaB{background:#0078d4;color:#fff;border:1px solid #0078d4;font-size:1rem;font-weight:500;line-height:1.5rem;padding:.625rem 1.25rem;border-radius:100rem;display:block;width:100%;max-width:25rem;cursor:pointer;transition:all .2s ease}.MicrosoftSignInButton_microsoftButton__4kRaB:hover{background:#106ebe;border-color:#106ebe}.MicrosoftSignInButton_microsoftButton__4kRaB:active{background:#005a9e;border-color:#005a9e}.MicrosoftSignInButton_microsoftButton__4kRaB:disabled{opacity:.6;cursor:not-allowed}.MicrosoftSignInButton_inner__Bm7_a{display:flex;align-items:center;justify-content:center;gap:.75rem}.PhenixIdSignInButton_phenixIdButton__m2EB5{border:1px solid rgba(var(--foreground-rgb),.2);background:#fff;color:#3c4043;font-size:1rem;font-weight:500;line-height:1.5rem;padding:.625rem 1.25rem;border-radius:100rem;display:block;width:100%;max-width:25rem;cursor:pointer;transition:all .2s ease}.PhenixIdSignInButton_phenixIdButton__m2EB5:hover{background:hsla(0,0%,100%,.8);border-color:rgba(var(--foreground-rgb),.3)}.PhenixIdSignInButton_phenixIdButton__m2EB5:active{background:hsla(0,0%,100%,.9)}.PhenixIdSignInButton_phenixIdButton__m2EB5:disabled{opacity:.6;cursor:not-allowed}.PhenixIdSignInButton_inner__ivfgq{display:flex;align-items:center;justify-content:center;gap:.75rem}.PhenixIdSignInButton_logo__W8aJp{flex-shrink:0;object-fit:contain}.SignIn_form__fowUM{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.9375rem;min-height:100dvh;min-height:100svh}.SignIn_form__fowUM input{border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:1rem;font-weight:500;line-height:1.5rem;padding:.625rem 1.25rem;border-radius:100rem;display:block;width:100%;max-width:25rem;background:rgba(var(--foreground-rgb),.05)}.SignIn_logo__R5FC3{margin-bottom:.3125rem;width:11rem;height:3.4375rem}.SignIn_spacer__his_z{height:2rem}.SignIn_error__6HCw0{color:rgb(var(--error-rgb));font-size:.875rem;font-weight:600;line-height:1.1}.SignIn_forgotPasswordLink__iNyIg{color:rgba(var(--foreground-rgb),.7);text-decoration:none;font-size:.875rem;font-weight:500;margin-top:.75rem}.SignIn_forgotPasswordLink__iNyIg:hover{color:rgba(var(--foreground-rgb),.9);text-decoration:underline}.SignIn_divider__gkpbm{position:relative;width:100%;max-width:25rem;text-align:center;margin:.5rem 0}.SignIn_divider__gkpbm:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:rgba(var(--foreground-rgb),.1);z-index:1}.SignIn_dividerText__Ukdg_{position:relative;background:rgb(var(--background-rgb));padding:0 1rem;font-size:.875rem;color:rgba(var(--foreground-rgb),.6);font-weight:500;z-index:2;display:inline-block}.ResponseFeedback_feedbackContent__Phrw0{display:flex;flex-direction:column;transition:all .4s ease;max-height:600px;max-width:380px;width:100%}@media(max-width:768px){.ResponseFeedback_feedbackContent__Phrw0{max-width:unset}}.ResponseFeedback_feedbackContent__Phrw0.ResponseFeedback_submitted__hsyNe{max-height:116px;overflow:hidden}.ResponseFeedback_feedbackTitle__kzgC8{font:var(--font-medium-header);text-align:center;margin-bottom:20px}.ResponseFeedback_feedbackInput__1Xutu{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(var(--foreground-rgb),.1);border-radius:20px;background:transparent;min-height:70px;padding:14px 20px;font:var(--font-body);margin-bottom:20px;resize:none}.ResponseFeedback_feedbackInput__1Xutu:focus{outline:none}.ResponseFeedback_feedbackInput__1Xutu::placeholder{color:rgba(var(--foreground-rgb),.2)}.ResponseFeedback_submitButton__O4E6B{max-width:unset}.ResponseFeedback_feedbackSuccess__32yD_{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;animation:ResponseFeedback_fadeIn__nnz6Q .4s ease forwards;background:#1d1d1d;z-index:2;gap:10px}.ResponseFeedback_successMessage__jS8Uu{font:var(--font-medium-header);text-align:center}@keyframes ResponseFeedback_fadeIn__nnz6Q{to{opacity:1}}.SqlQuery_sql__T5FqL{background-color:transparent!important;text-align:left!important;padding:0!important}.SqlQuery_sql__T5FqL .SqlQuery_code__rTIaK{font-family:IBMPlexMono,monospace;font-size:12px;font-weight:400;line-height:1.5;text-align:left;color:rgb(var(--foreground-rgb))}.SqlQuery_sql__T5FqL .SqlQuery_code__rTIaK .hljs-variable{color:rgb(var(--foreground-rgb))}.SqlQuery_sql__T5FqL .SqlQuery_code__rTIaK .hljs-built_in,.SqlQuery_sql__T5FqL .SqlQuery_code__rTIaK .hljs-function,.SqlQuery_sql__T5FqL .SqlQuery_code__rTIaK .hljs-keyword,.SqlQuery_sql__T5FqL .SqlQuery_code__rTIaK .hljs-string{color:#ff6ce8}.LoadingSteps_container__8c9Pc{position:relative;max-width:490px;width:100%;margin:0 auto;padding:0 20px}.LoadingSteps_content___sRGX{display:flex;flex-direction:column;position:relative;overflow:hidden;background:#1d1d1d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;border:1px solid rgba(var(--foreground-rgb),.05);transition:transform .3s ease,opacity .3s ease;min-height:50px}.LoadingSteps_container__8c9Pc:not(.LoadingSteps_open__WaZY6) .LoadingSteps_content___sRGX .LoadingSteps_toggleButton__5YUl_{top:12px!important}.LoadingSteps_header__iPCRv{display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:600;gap:10px;overflow:hidden}.LoadingSteps_button__lVM16{display:flex;align-items:center;gap:.75rem;border:none;background:none;color:inherit;text-align:left;cursor:pointer;padding:0;flex:1 1;min-width:0}.LoadingSteps_button__lVM16:hover{opacity:.8}.LoadingSteps_button__lVM16 .LoadingSteps_text__D8AGD{flex:1 1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}.LoadingSteps_sqlButton__d_vRD{margin-left:1rem;position:relative}.LoadingSteps_caret__JKunI{display:flex;align-items:center;color:#f1f0ee;transform:rotate(180deg);transition:transform .3s ease}.LoadingSteps_open__WaZY6 .LoadingSteps_caret__JKunI{transform:rotate(0deg)}.LoadingSteps_latestItem__rCDu8{position:absolute;top:50%;transform:translateY(-50%);padding:20px 45px 20px 20px;color:#e6e5e3!important;opacity:1;visibility:visible;transition:all .2s ease;width:100%;max-width:100%;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.LoadingSteps_latestItem__rCDu8.LoadingSteps_hide__nJBzq{opacity:0;visibility:hidden}.LoadingSteps_latestItem__rCDu8 .LoadingSteps_text__D8AGD{display:block;width:100%;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.LoadingSteps_list__L3AfA{display:flex;flex-direction:column;gap:10px;color:#e6e5e3;padding:20px 40px 20px 20px;overflow:hidden;max-width:50rem;scrollbar-gutter:stable;max-height:var(--closed-h,0);opacity:0;visibility:visible;transition:max-height .05s ease,opacity .3s ease,visibility .3s ease}.LoadingSteps_open__WaZY6 .LoadingSteps_list__L3AfA{max-height:var(--target-h,32rem);max-height:min(var(--target-h,32rem),var(--vh-cap,9999px));overflow-y:hidden;opacity:1;transition:max-height .05s ease,opacity .3s ease,visibility .3s ease}.LoadingSteps_open__WaZY6 .LoadingSteps_list__L3AfA.LoadingSteps_scrollReady__KI2t3{overflow-y:auto}.LoadingSteps_open__WaZY6 .LoadingSteps_list__L3AfA::-webkit-scrollbar{width:5px}.LoadingSteps_open__WaZY6 .LoadingSteps_list__L3AfA::-webkit-scrollbar-track{background:transparent}.LoadingSteps_open__WaZY6 .LoadingSteps_list__L3AfA::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:3px}.LoadingSteps_item__PbSLw{display:flex;align-items:flex-start;gap:.75rem;color:inherit;font-size:11px;font-weight:600}.LoadingSteps_item__PbSLw.LoadingSteps_done__opvw1{align-items:center}.LoadingSteps_status__RgMin{display:flex;align-items:center;flex-shrink:0}@keyframes LoadingSteps_fadeSlideIn__GEzYt{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.LoadingSteps_fadeSlide__Cvj_1{animation:LoadingSteps_fadeSlideIn__GEzYt .3s ease forwards}.LoadingSteps_toggleButton__5YUl_{position:absolute;top:20px;right:20px;background:transparent;border:none;z-index:1}.LoadingSteps_loadingDots__zCQzL{display:inline-flex;justify-content:space-between;margin:0 2px;width:20px}.LoadingSteps_loadingDots__zCQzL span,.LoadingSteps_loadingDots__zCQzL:after,.LoadingSteps_loadingDots__zCQzL:before{content:"•";animation:LoadingSteps_pulse__L04SJ 1.5s infinite;opacity:.3}.LoadingSteps_loadingDots__zCQzL:before{animation-delay:0s}.LoadingSteps_loadingDots__zCQzL span{animation-delay:.2s}.LoadingSteps_loadingDots__zCQzL:after{animation-delay:.4s}@keyframes LoadingSteps_pulse__L04SJ{0%,to{opacity:.3}50%{opacity:1}}.ChatV2_container__3Npjd{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;flex:1 1;position:relative;padding:20px}.ChatV2_container__3Npjd.ChatV2_isExpanded__zRO8m{z-index:11}@media(max-width:768px){.ChatV2_container__3Npjd{padding:20px 0}}.ChatV2_chatContainer__CSsiR{display:flex;flex-direction:column;align-items:center;width:100%;max-width:950px;margin:0 auto;gap:0;position:relative;transition:max-width .2s ease;z-index:2;padding-bottom:var(--padding-bottom)}.ChatV2_chatContainer__CSsiR.ChatV2_isWide__iyN4u{max-width:1288px;padding-bottom:95px;padding-left:20px;padding-right:20px}@media(max-width:768px){.ChatV2_chatContainer__CSsiR.ChatV2_isWide__iyN4u{padding-bottom:155px;padding-left:0;padding-right:0}}.ChatV2_chatContainer__CSsiR.ChatV2_hasData__HyVnL .ChatV2_chatInputWrapper__Vey_0{position:fixed;bottom:40px}@media(max-width:768px){.ChatV2_chatContainer__CSsiR.ChatV2_hasData__HyVnL .ChatV2_chatInputWrapper__Vey_0{bottom:0}}.ChatV2_spacer__aARC8{display:flex;align-items:center;flex:1 1}.ChatV2_aiIcon__a6_ju{position:relative;opacity:0;transition:opacity .4s ease}.ChatV2_aiIcon__a6_ju.ChatV2_show__bHjs_{opacity:1;transform:translateY(0)}.ChatV2_introHeading__jOkuO{font:var(--font-large-header);background:var(--text-gradient);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;text-align:center;opacity:0;animation:ChatV2_fadeInSlideUp__WCwV6 .6s ease forwards;animation-delay:.2s}.ChatV2_errorMessage__zqzjG{font:var(--font-body);text-align:center;color:#c62828;z-index:2}.ChatV2_chatInputWrapper__Vey_0{position:-webkit-sticky;position:sticky;overflow:visible;bottom:20px;max-width:950px;width:100%;z-index:2;transition:opacity .3s ease}.ChatV2_chatInputWrapper__Vey_0.ChatV2_fadingOut__2pFSX{opacity:0}@media(max-width:768px){.ChatV2_chatInputWrapper__Vey_0{position:fixed;bottom:0}}.ChatV2_chatInputWrapper__Vey_0 .ChatV2_loadingSteps__mfboI{position:absolute;left:0;right:0;bottom:calc(100% + 10px);margin-bottom:0;z-index:3}.ChatV2_chatInputWrapper__Vey_0 .ChatV2_loadingSteps__mfboI.ChatV2_visible__nb672{position:absolute}.ChatV2_chatInputWrapper__Vey_0 .ChatV2_introBlock__y5NI1,.ChatV2_chatInputWrapper__Vey_0 .ChatV2_introBlock__y5NI1.ChatV2_visible__nb672{position:absolute;left:0;right:0;bottom:calc(100% + 10px);margin:0;z-index:3;pointer-events:none;text-align:center;padding:0 10px}@media(max-width:768px){.ChatV2_chatInputWrapper__Vey_0 .ChatV2_introBlock__y5NI1,.ChatV2_chatInputWrapper__Vey_0 .ChatV2_introBlock__y5NI1.ChatV2_visible__nb672{position:fixed;top:50%;bottom:unset}}.ChatV2_chatInputWrapper__Vey_0:before{content:"";position:absolute;left:50%;transform:translateX(-50%);right:0;bottom:-40px;height:150px;pointer-events:none;width:100vw;z-index:-1;background:linear-gradient(to bottom,rgba(var(--background-rgb),0) 0,rgba(var(--background-rgb),.5) 30%,rgba(var(--background-rgb),.8) 100%);display:block}.ChatV2_stepSection__tdefr{opacity:0;transform:translateY(20px);transition:opacity .4s ease,transform .4s ease,max-height .4s ease;pointer-events:none;position:absolute;width:100%;display:flex;justify-content:center;align-items:center;max-height:0;margin-bottom:10px;overflow:hidden}.ChatV2_stepSection__tdefr.ChatV2_visibleWithDelay__cdbIk{transition-delay:.5s}.ChatV2_stepSection__tdefr.ChatV2_visible__nb672{opacity:1;transform:translateY(0);pointer-events:all;position:relative;max-height:999000px}@keyframes ChatV2_fadeInSlideUp__WCwV6{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ChatV2_blurredOverlay__8ARoL{position:fixed;top:0;left:0;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:hsla(0,0%,7%,.6);pointer-events:none;height:100dvh;width:100dvw;z-index:1;visibility:hidden;opacity:0}.ChatV2_blurredOverlay__8ARoL.ChatV2_show__bHjs_{visibility:visible;opacity:1}.ChatV2_agentFeedback__eHaQw{position:absolute;left:50%;translate:-50% 0;right:0;bottom:calc(100% + 10px);max-width:600px;margin:0;padding:40px 60px;opacity:0;max-height:var(--vh-cap);overflow:auto;animation:ChatV2_fadeInSlideUp__WCwV6 .3s ease .3s forwards;background:#1d1d1d;width:100%}.ChatV2_agentFeedback__eHaQw>svg{margin-top:0!important}.ChatV2_agentFeedback__eHaQw>hr{margin:30px 0 27px}.ChatV2_agentFeedback__eHaQw .ChatV2_closeButton__0wS0z{position:absolute;top:40px;right:60px}@media(max-width:768px){.ChatV2_agentFeedback__eHaQw{max-width:calc(100dvw - 40px);padding:20px}.ChatV2_agentFeedback__eHaQw>hr{margin:25px 0 22px}.ChatV2_agentFeedback__eHaQw .ChatV2_heading__peOPf{font-size:20px}.ChatV2_agentFeedback__eHaQw .ChatV2_closeButton__0wS0z{position:absolute;top:20px;right:20px}}.Header_header__2AlXl{display:flex;justify-content:center;position:fixed;top:0;left:0;width:100%;z-index:10;background:rgb(var(--background-rgb));transform:translateZ(0)}.Header_header__2AlXl.Header_sticky__4yEeH{position:-webkit-sticky;position:sticky}.Header_center__UM5Iv{min-width:0;display:flex;max-height:100%;padding:15px 40px;align-items:center;justify-content:space-between;position:relative;width:100%}.Header_center__UM5Iv>*{position:relative}.Header_logo__d2E46{flex:1 1;display:flex;justify-content:flex-start}.Header_logoWrapper__K79NK{flex:1 1;display:flex;align-items:center;gap:11px}.Header_dot__Z6bOE{font-size:1.5rem;line-height:1;margin:0 .25rem}.Header_customer__ziWVM{font:var(--font-medium-header)}.Header_actions__TtCcO{display:flex;gap:10px;align-items:center;justify-content:center;flex:1 1}.Header_profile__ZcpBI{flex:1 1;display:flex;justify-content:flex-end}.Header_avatarButton__SDo_X{border:none;background:transparent;cursor:pointer}.Header_avatarButton__SDo_X:focus{outline:none;box-shadow:none}.Header_dropdownMenuContent__fkTXv{min-width:12rem;background:rgba(var(--background-rgb),1);border-radius:.5rem;box-shadow:0 8px 16px rgba(0,0,0,.15);padding:.75rem;z-index:100;border:1px solid hsla(0,0%,100%,.1);outline:none;animation:none!important}.Header_dropdownMenuItem__4EIc_{display:flex;align-items:center;padding:.75rem 1rem;font-size:1rem;font-weight:500;border-radius:.375rem;transition:background .2s ease-in-out,color .2s ease-in-out;cursor:pointer;outline:none}.Header_dropdownMenuItem__4EIc_:focus,.Header_dropdownMenuItem__4EIc_:hover{outline:none;box-shadow:none;background:var(--button-background-hover)}.Header_customerItemContent__55X_G{display:flex;align-items:center}.Header_checkMark__FHYqs{margin-right:.5rem;color:rgb(var(--foreground-rgb));font-size:1rem}.Header_fullWidthGradient__8OlTd:before{width:100%}@media(max-width:768px){.Header_center__UM5Iv{padding:max(15px,env(safe-area-inset-top) + 8px) 20px 15px;gap:10px;flex-direction:row;justify-content:center;align-items:center}.Header_logoWrapper__K79NK{display:none}.Header_actions__TtCcO,.Header_profile__ZcpBI{all:unset;display:flex;gap:10px}}@font-face{font-family:GeneralSans-Variable;src:url(/_next/static/media/GeneralSans-Variable.d9532b38.woff2) format("woff2"),url(/_next/static/media/GeneralSans-Variable.5a0d6dea.woff) format("woff"),url(/_next/static/media/GeneralSans-Variable.c44738e2.ttf) format("truetype");font-weight:200 700;font-display:swap;font-style:normal}@font-face{font-family:GeneralSans-VariableItalic;src:url(/_next/static/media/GeneralSans-VariableItalic.97ff73ed.woff2) format("woff2"),url(/_next/static/media/GeneralSans-VariableItalic.2e8230b3.woff) format("woff"),url(/_next/static/media/GeneralSans-VariableItalic.1002a070.ttf) format("truetype");font-weight:200 700;font-display:swap;font-style:italic}@font-face{font-family:IBMPlexMono;src:url(/_next/static/media/IBMPlexMono-Medium.2a9c8cd1.ttf) format("truetype");font-weight:500;font-display:swap;font-style:normal}.ChildrenWithFeedback_wrapper__SKMtG{position:relative;display:flex;align-items:center;justify-content:center}.ChildrenWithFeedback_iconButton__2ICn6{all:unset;cursor:pointer;display:flex;align-items:center;justify-content:center}.ChildrenWithFeedback_copyPopup__oRn1Z{position:absolute;bottom:calc(100% + 12px);background:#1e1e1e;color:#fff;padding:4px 10px;border-radius:10px;font:var(--font-label);white-space:nowrap;animation:ChildrenWithFeedback_fadeInOut__xja5P 2s ease forwards;outline:1px solid rgba(var(--foreground-rgb),.05);outline-offset:-1px}@keyframes ChildrenWithFeedback_fadeInOut__xja5P{0%{opacity:0;transform:translateY(10px)}10%{opacity:1;transform:translateY(0)}90%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.PinnedGraphRun_pinnedGraphRun__xDIaF{position:relative;display:flex;flex-direction:column;height:340px;aspect-ratio:500/330;overflow:hidden;background:#1d1d1d;border-radius:20px;border:1px solid rgba(var(--foreground-rgb),.05);cursor:pointer;opacity:1;transition:opacity .3s ease,background-color .2s ease;padding:19px 20px 0}.PinnedGraphRun_pinnedGraphRun__xDIaF:hover{background:var(--button-background-hover)}.PinnedGraphRun_pinnedGraphRun__xDIaF:hover .PinnedGraphRun_footer__jzjaX{opacity:1}@media(max-width:768px){.PinnedGraphRun_pinnedGraphRun__xDIaF{padding:11px 8px 0 12px}}.PinnedGraphRun_pinnedGraphRun__xDIaF.PinnedGraphRun_unpinned__B9_1U{opacity:0}.PinnedGraphRun_pinnedGraphRun__xDIaF .PinnedGraphRun_inner__FK0CD{display:flex;flex-direction:column;position:relative;flex:1 1;padding-bottom:50px;gap:1.25rem}.PinnedGraphRun_pinnedGraphRun__xDIaF .PinnedGraphRun_inner__FK0CD .PinnedGraphRun_header___Ptwf{width:100%;z-index:3;display:flex;height:25px;flex-direction:row;justify-content:space-between;align-items:center;gap:5px}.PinnedGraphRun_pinnedGraphRun__xDIaF .PinnedGraphRun_inner__FK0CD .PinnedGraphRun_header___Ptwf h2{font:var(--font-label);color:rgb(var(--foreground-rgb));display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;box-orient:vertical;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;z-index:1;width:100%}.PinnedGraphRun_pinnedGraphRun__xDIaF .PinnedGraphRun_inner__FK0CD .PinnedGraphRun_header___Ptwf p{color:rgba(var(--foreground-rgb),.4);line-height:1.2;z-index:1}.PinnedGraphRun_pinnedGraphRun__xDIaF .PinnedGraphRun_inner__FK0CD .PinnedGraphRun_header___Ptwf .PinnedGraphRun_dateRange__DJ3HJ{margin-right:-11px}.PinnedGraphRun_pinnedGraphRun__xDIaF .PinnedGraphRun_inner__FK0CD .PinnedGraphRun_header___Ptwf .PinnedGraphRun_dateLabel__QCsIQ{display:inline-block;white-space:nowrap;font-size:12px;font-weight:600}.PinnedGraphRun_pinnedGraphRun__xDIaF .PinnedGraphRun_inner__FK0CD .PinnedGraphRun_content__l3Rqs{position:relative;pointer-events:none;overflow:hidden;flex:1 1}.PinnedGraphRun_pinnedGraphRun__xDIaF .PinnedGraphRun_inner__FK0CD .PinnedGraphRun_content__l3Rqs.PinnedGraphRun_floated__qIrYD{margin-bottom:-100px}.PinnedGraphRun_pinnedGraphRun__xDIaF .PinnedGraphRun_inner__FK0CD .PinnedGraphRun_content__l3Rqs .PinnedGraphRun_kpi__NB11Z{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;padding:6px;text-align:center;animation:PinnedGraphRun_show__CvnY1 .4s ease-out forwards;gap:10px}.PinnedGraphRun_pinnedGraphRun__xDIaF .PinnedGraphRun_inner__FK0CD .PinnedGraphRun_content__l3Rqs .PinnedGraphRun_kpi__NB11Z h2{font-size:96px;font-weight:600;line-height:1;max-width:100%;word-break:break-word;text-wrap:balance}.PinnedGraphRun_pinnedGraphRun__xDIaF .PinnedGraphRun_inner__FK0CD .PinnedGraphRun_content__l3Rqs .PinnedGraphRun_kpi__NB11Z p{font:var(--font-medium-header)}.PinnedGraphRun_pinnedGraphRun__xDIaF .PinnedGraphRun_inner__FK0CD .PinnedGraphRun_content__l3Rqs .PinnedGraphRun_text__UfPJR h2{font-weight:600;font-size:1.5rem;line-height:2rem}.PinnedGraphRun_pinnedGraphRun__xDIaF .PinnedGraphRun_inner__FK0CD .PinnedGraphRun_content__l3Rqs .PinnedGraphRun_text__UfPJR h2:not(:last-child){margin-bottom:1.25rem}.PinnedGraphRun_pinnedGraphRun__xDIaF .PinnedGraphRun_inner__FK0CD .PinnedGraphRun_content__l3Rqs .PinnedGraphRun_text__UfPJR ol,.PinnedGraphRun_pinnedGraphRun__xDIaF .PinnedGraphRun_inner__FK0CD .PinnedGraphRun_content__l3Rqs .PinnedGraphRun_text__UfPJR p,.PinnedGraphRun_pinnedGraphRun__xDIaF .PinnedGraphRun_inner__FK0CD .PinnedGraphRun_content__l3Rqs .PinnedGraphRun_text__UfPJR ul{font-size:1rem;font-weight:500;line-height:1.5rem}.PinnedGraphRun_pinnedGraphRun__xDIaF .PinnedGraphRun_inner__FK0CD .PinnedGraphRun_content__l3Rqs .PinnedGraphRun_text__UfPJR h2:not(:first-child),.PinnedGraphRun_pinnedGraphRun__xDIaF .PinnedGraphRun_inner__FK0CD .PinnedGraphRun_content__l3Rqs .PinnedGraphRun_text__UfPJR ol:not(:first-child),.PinnedGraphRun_pinnedGraphRun__xDIaF .PinnedGraphRun_inner__FK0CD .PinnedGraphRun_content__l3Rqs .PinnedGraphRun_text__UfPJR p:not(:first-child),.PinnedGraphRun_pinnedGraphRun__xDIaF .PinnedGraphRun_inner__FK0CD .PinnedGraphRun_content__l3Rqs .PinnedGraphRun_text__UfPJR ul:not(:first-child){margin-top:1.25rem}.PinnedGraphRun_pinnedGraphRun__xDIaF .PinnedGraphRun_inner__FK0CD .PinnedGraphRun_content__l3Rqs .PinnedGraphRun_text__UfPJR ol{margin-left:1.25rem}.PinnedGraphRun_pinnedGraphRun__xDIaF .PinnedGraphRun_inner__FK0CD .PinnedGraphRun_content__l3Rqs .PinnedGraphRun_text__UfPJR ol li p{display:inline}.PinnedGraphRun_pinnedGraphRun__xDIaF .PinnedGraphRun_inner__FK0CD .PinnedGraphRun_content__l3Rqs .PinnedGraphRun_text__UfPJR ol li ul{margin-left:1.25rem;margin-bottom:1.25rem}.PinnedGraphRun_pinnedGraphRun__xDIaF .PinnedGraphRun_footer__jzjaX{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:flex-end;gap:10px;padding:10px;z-index:2;cursor:default}@media(max-width:768px){.PinnedGraphRun_pinnedGraphRun__xDIaF .PinnedGraphRun_footer__jzjaX{padding-bottom:7px}}.PinnedGraphRun_pinnedGraphRun__xDIaF .PinnedGraphRun_footer__jzjaX:after{content:"";position:absolute;bottom:0;left:0;right:0;height:90px;background:linear-gradient(1turn,#1d1d1d,rgba(29,29,29,0));pointer-events:none;z-index:-1}.PinnedGraphRun_pinnedGraphRun__xDIaF .PinnedGraphRun_footer__jzjaX .PinnedGraphRun_newTag__64eEE{position:absolute;bottom:22px;left:20px;z-index:4;font-size:8px;font-weight:600;letter-spacing:.04em;padding:5px 8px;border-radius:999px;background:#7b47e9;color:rgb(var(--foreground-rgb));pointer-events:none}.Dashboard_wrapper__jnVNq{grid-gap:1.25rem;background-color:rgb(var(--background-rgb));animation:Dashboard_fade-in__pjqjl .3s ease}.Dashboard_content__6YHxS{max-width:1690px;margin:auto;padding:75px 94px}@media screen and (max-width:670px){.Dashboard_content__6YHxS{padding:50px 20px}}.Dashboard_content__6YHxS h1{font:var(--font-large-header);color:rgb(var(--foreground-rgb));margin-bottom:1.25rem}.Dashboard_content__6YHxS .Dashboard_items__6fZFA{display:flex;flex-wrap:wrap;gap:20px}@media screen and (max-width:670px){.Dashboard_content__6YHxS .Dashboard_items__6fZFA{gap:10px}}.Dashboard_content__6YHxS .Dashboard_items__6fZFA>*{flex:1 1;min-width:450px;max-width:100%}@media screen and (max-width:670px){.Dashboard_content__6YHxS .Dashboard_items__6fZFA>*{min-width:250px}}.Dashboard_empty__L_m1s{padding:2rem;min-height:calc(100dvh - var(--header-height));min-height:calc(100svh - var(--header-height));display:flex;align-items:center;justify-content:center;flex-direction:column;gap:27px}.Dashboard_empty__L_m1s .Dashboard_text__nf63t{display:flex;flex-direction:column;align-items:center;max-width:310px;text-align:center;gap:10px}.Dashboard_empty__L_m1s>svg{width:153px;height:auto}.Dashboard_empty__L_m1s>svg>path{stroke-width:7%}.Dashboard_empty__L_m1s h1{font:var(--font-large-header)}.Dashboard_empty__L_m1s p{font:var(--font-body-text);font-size:14px;font-weight:500;margin-bottom:1rem;line-height:1.5;max-width:300px}.Dashboard_empty__L_m1s .Dashboard_newThread__jktG2{border:none;display:inline-flex;align-items:center;background:transparent;width:max-content;gap:10px}.Dashboard_empty__L_m1s .Dashboard_newThread__jktG2>span{font:var(--font-body-text);font-weight:500;font-size:14px}@keyframes Dashboard_fade-in__pjqjl{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.AdminPage_adminContainer__l1X61{display:flex;min-height:calc(100vh - var(--header-height, 80px));background:var(--background);margin-top:var(--header-height,80px)}.AdminPage_sidebar__jDtWy{width:250px;background:var(--card);border-right:1px solid var(--border);padding:1.5rem 0;flex-shrink:0;overflow-y:auto}.AdminPage_content__FMCmg{flex:1 1;padding:2rem;overflow-y:auto;background:var(--background)}.AdminPage_section__pv0rH{margin-bottom:2rem}.AdminPage_section__pv0rH:last-child{margin-bottom:0}.AdminPage_section__pv0rH h2{font-size:1.25rem;font-weight:600;margin:0 0 1rem;color:var(--foreground)}.AdminPage_section__pv0rH p{color:var(--muted-foreground);line-height:1.6;margin:0}@media(max-width:768px){.AdminPage_adminContainer__l1X61{flex-direction:column}.AdminPage_sidebar__jDtWy{width:100%;border-right:none;border-bottom:1px solid var(--border);padding:1rem}.AdminPage_content__FMCmg{padding:1.5rem}}.AdminSidebar_sidebar__jrKiK{height:100%}.AdminSidebar_header__k9OAu{padding:0 1.5rem 1.5rem;border-bottom:1px solid var(--border);margin-bottom:1rem}.AdminSidebar_title__t_IEp{font-size:1.25rem;font-weight:600;margin:0 0 .25rem;color:var(--foreground)}.AdminSidebar_customer___WcfG{font-size:.875rem;color:var(--muted-foreground);margin:0;font-weight:500}.AdminSidebar_menu__Bjmxy{list-style:none;padding:0;margin:0}.AdminSidebar_menuItem__oVH8k{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;color:var(--muted-foreground);text-decoration:none;transition:all .2s ease;border-left:3px solid transparent}.AdminSidebar_menuItem__oVH8k:hover{background:var(--accent);color:var(--accent-foreground)}.AdminSidebar_menuItem__oVH8k.AdminSidebar_active__BCXK9{background:var(--accent);color:var(--accent-foreground);border-left-color:var(--primary);font-weight:500}.AdminSidebar_menuItem__oVH8k.AdminSidebar_active__BCXK9 .AdminSidebar_icon__nNBy5{color:var(--primary)}.AdminSidebar_icon__nNBy5{flex-shrink:0;transition:color .2s ease}.AdminSidebar_label__5p2Kd{font-size:.9375rem}@media(max-width:768px){.AdminSidebar_header__k9OAu{padding:0 1rem 1rem}.AdminSidebar_menuItem__oVH8k{padding:.75rem 1rem}.AdminSidebar_title__t_IEp{font-size:1.125rem}}@keyframes AdminLoading_shimmer__SPgXo{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.AdminLoading_buttonSkeleton__cL6LM,.AdminLoading_cardDescSkeleton__8O5zT,.AdminLoading_cardIconSkeleton__N7DVt,.AdminLoading_cardTitleSkeleton__475HX,.AdminLoading_customerSkeleton__qOXfI,.AdminLoading_iconSkeleton__iEGr9,.AdminLoading_labelSkeleton__C4Ptf,.AdminLoading_metaItemSkeleton__mJJiW,.AdminLoading_sectionTitleSkeleton__D_b85,.AdminLoading_subtitleLineSkeleton__QLUai,.AdminLoading_titleLineSkeleton__SPp5e,.AdminLoading_titleSkeleton__YkwcF{background:linear-gradient(90deg,var(--muted) 25%,var(--accent) 50%,var(--muted) 75%);background-size:200px 100%;animation:AdminLoading_shimmer__SPgXo 1.5s linear infinite;border-radius:4px}.AdminLoading_sidebarSkeleton__fZ9zt{height:100%}.AdminLoading_header__RT3lM{padding:0 1.5rem 1.5rem;border-bottom:1px solid var(--border);margin-bottom:1rem}.AdminLoading_titleSkeleton__YkwcF{height:1.25rem;width:120px;margin-bottom:.5rem}.AdminLoading_customerSkeleton__qOXfI{height:.875rem;width:80px}.AdminLoading_menu__kBM9o{display:flex;flex-direction:column;gap:.25rem}.AdminLoading_menuItemSkeleton__E9V6d{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem}.AdminLoading_iconSkeleton__iEGr9{width:2rem;height:2rem;border-radius:6px}.AdminLoading_labelSkeleton__C4Ptf{height:.9375rem;width:80px}.AdminLoading_contentSkeleton__4o_pj{padding:2rem}.AdminLoading_headerSkeleton__FrnKa{margin-bottom:2rem}.AdminLoading_titleLineSkeleton__SPp5e{height:2rem;width:200px;margin-bottom:.5rem}.AdminLoading_subtitleLineSkeleton__QLUai{height:1rem;width:300px}.AdminLoading_sectionHeaderSkeleton__2T9Pm{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.AdminLoading_sectionTitleSkeleton__D_b85{height:1.5rem;width:100px}.AdminLoading_buttonSkeleton__cL6LM{height:2.25rem;width:100px;border-radius:6px}.AdminLoading_cardsSkeleton__BJ7TV{border:1px solid var(--border);border-radius:8px;background:var(--card);overflow:hidden}.AdminLoading_cardSkeleton__hxM6S{display:flex;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--border)}.AdminLoading_cardSkeleton__hxM6S:last-child{border-bottom:none}.AdminLoading_cardContentSkeleton__1bLSw{display:flex;align-items:center;gap:.75rem;flex:1 1}.AdminLoading_cardIconSkeleton__N7DVt{width:2rem;height:2rem;border-radius:6px}.AdminLoading_cardTextSkeleton__YojFX{flex:1 1}.AdminLoading_cardTitleSkeleton__475HX{height:1rem;width:120px;margin-bottom:.5rem}.AdminLoading_cardDescSkeleton__8O5zT{height:.875rem;width:200px}.AdminLoading_cardMetaSkeleton__IO58B{display:flex;align-items:center;gap:1.5rem}.AdminLoading_metaItemSkeleton__mJJiW{height:.875rem;width:30px}@media(max-width:768px){.AdminLoading_contentSkeleton__4o_pj{padding:1.5rem}.AdminLoading_cardSkeleton__hxM6S{padding:1rem}.AdminLoading_cardMetaSkeleton__IO58B{gap:1rem}}@keyframes GroupsLoadingSkeleton_shimmer__U_zg6{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.GroupsLoadingSkeleton_actionSkeleton__lgMjg,.GroupsLoadingSkeleton_descSkeleton__RZqve,.GroupsLoadingSkeleton_iconSkeleton__KTcob,.GroupsLoadingSkeleton_metaSkeleton__9Tdgc,.GroupsLoadingSkeleton_titleSkeleton__3Tc1U{background:linear-gradient(90deg,var(--muted) 25%,var(--accent) 50%,var(--muted) 75%);background-size:200px 100%;animation:GroupsLoadingSkeleton_shimmer__U_zg6 1.5s linear infinite;border-radius:4px}.GroupsLoadingSkeleton_container__rE0Qi{border:1px solid var(--border);border-radius:8px;background:var(--card);overflow:hidden}.GroupsLoadingSkeleton_skeletonRow__CeKHv{display:flex;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--border)}.GroupsLoadingSkeleton_skeletonRow__CeKHv:last-child{border-bottom:none}.GroupsLoadingSkeleton_leftContent__1nX6X{display:flex;align-items:center;gap:.75rem;flex:1 1}.GroupsLoadingSkeleton_iconSkeleton__KTcob{width:2rem;height:2rem;border-radius:6px}.GroupsLoadingSkeleton_textContent__9Q1pF{flex:1 1}.GroupsLoadingSkeleton_titleSkeleton__3Tc1U{height:1rem;margin-bottom:.5rem}.GroupsLoadingSkeleton_descSkeleton__RZqve{height:.875rem}.GroupsLoadingSkeleton_rightContent__LLNn_{display:flex;align-items:center;gap:1.5rem}.GroupsLoadingSkeleton_metaSkeleton__9Tdgc{height:.875rem;width:30px}.GroupsLoadingSkeleton_actionSkeleton__lgMjg{width:2rem;height:2rem;border-radius:4px}.AddGroupModal_overlay__KT2v8{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:10001;display:flex;align-items:center;justify-content:center;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.AddGroupModal_modal__OxgnK{background:var(--background);border:1px solid var(--border);border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.AddGroupModal_header__z1fp1{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid var(--border)}.AddGroupModal_title__SvSV3{font-size:1.25rem;font-weight:600;margin:0;color:var(--foreground)}.AddGroupModal_closeButton__6IP7U{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:6px;color:var(--muted-foreground);transition:all .2s ease;display:flex;align-items:center;justify-content:center}.AddGroupModal_closeButton__6IP7U:hover{background:var(--accent);color:var(--accent-foreground)}.AddGroupModal_closeButton__6IP7U:disabled{opacity:.5;cursor:not-allowed}.AddGroupModal_form__nCfYI{padding:2rem}.AddGroupModal_field__O1Me9{margin-bottom:1.5rem}.AddGroupModal_field__O1Me9:last-child{margin-bottom:0}.AddGroupModal_label___n_2i{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:var(--foreground)}.AddGroupModal_input__g5vVt,.AddGroupModal_textarea__mFUdE{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:6px;background:var(--background);color:var(--foreground);font-size:.875rem;transition:border-color .2s ease}.AddGroupModal_input__g5vVt:focus,.AddGroupModal_textarea__mFUdE:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px var(--primary)/20%}.AddGroupModal_input__g5vVt:disabled,.AddGroupModal_textarea__mFUdE:disabled{opacity:.5;cursor:not-allowed}.AddGroupModal_input__g5vVt::placeholder,.AddGroupModal_textarea__mFUdE::placeholder{color:var(--muted-foreground)}.AddGroupModal_textarea__mFUdE{resize:vertical;min-height:80px;font-family:inherit}.AddGroupModal_error__HVbcm{padding:.75rem;background:var(--destructive);color:var(--destructive-foreground);border-radius:6px;font-size:.875rem;margin-bottom:1.5rem}.AddGroupModal_actions__MghTQ{display:flex;gap:.75rem;justify-content:flex-end}.AddGroupModal_cancelButton__ZjyFC{padding:.75rem 1.5rem;border:1px solid var(--border);background:var(--background);color:var(--foreground);border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.AddGroupModal_cancelButton__ZjyFC:hover{background:var(--accent)}.AddGroupModal_cancelButton__ZjyFC:disabled{opacity:.5;cursor:not-allowed}.AddGroupModal_submitButton__6CMRC{padding:.75rem 1.5rem;border:none;background:var(--primary);color:var(--primary-foreground);border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.AddGroupModal_submitButton__6CMRC:hover{opacity:.9}.AddGroupModal_submitButton__6CMRC:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.AddGroupModal_overlay__KT2v8{padding:.5rem}.AddGroupModal_header__z1fp1{padding:1rem 1.5rem}.AddGroupModal_form__nCfYI{padding:1.5rem}.AddGroupModal_actions__MghTQ{flex-direction:column-reverse;gap:.5rem}.AddGroupModal_actions__MghTQ button{width:100%}}