.FormModal_overlay__Mt084{position:fixed;inset:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;padding:1rem;z-index:50}.FormModal_modal__xMHH2{background-color:white;border-radius:.5rem;padding:1.5rem;width:100%;max-width:42rem;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}@media (max-width:640px){.FormModal_overlay__Mt084{padding:.5rem}.FormModal_modal__xMHH2{padding:1rem;max-height:95vh}}.FormHeader_header__knPVi{margin-bottom:1.5rem}.FormHeader_title__P9Wkp{font-size:2.5rem;line-height:2.5rem;font-weight:600;color:#1f2937;margin:0}.FormFields_form__XAwG4{gap:1rem}.FormFields_form__XAwG4,.TextArea_fieldGroup__v4b_v{display:flex;flex-direction:column}.TextArea_label__PfTWR{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.25rem}.TextArea_required__OYdva{color:#dc2626}.TextArea_textarea__MWfnt{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;font-family:inherit;resize:vertical;min-height:4rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.TextArea_textarea__MWfnt:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.TextArea_characterCount___6bMj{text-align:right}.TextArea_characterCount___6bMj,.TextArea_helpText__bdZF4{font-size:.75rem;color:#6b7280;margin-top:.25rem;margin-bottom:0}.TextArea_helpText__bdZF4{line-height:1.4}.TextArea_errorText__dlq__{font-size:.875rem;color:#dc2626;margin-top:.25rem;margin-bottom:0}.TextArea_textarea__MWfnt:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}@media (prefers-contrast:high){.TextArea_textarea__MWfnt{border-width:2px}}@media (prefers-reduced-motion:reduce){.TextArea_textarea__MWfnt{transition:none}}.Checkbox_checkboxGroup__S6Lr4{display:flex;align-items:center;gap:.5rem}.Checkbox_checkbox__M9B47{width:1rem;height:1rem;accent-color:#3b82f6;border:1px solid #d1d5db;border-radius:.25rem;cursor:pointer}.Checkbox_checkbox__M9B47:focus{outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.Checkbox_checkboxLabel__SzFN8{font-size:.875rem;color:#374151;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.TextField_fieldGroup__5sk_z{display:flex;flex-direction:column}.TextField_label__1rCqq{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.25rem}.TextField_required__LfLRU{color:#dc2626}.TextField_input__B4mmR{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.TextField_input__B4mmR:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.TextField_inputError__YL9Lm{border-color:#dc2626}.TextField_inputError__YL9Lm:focus{border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.1)}.TextField_helpText__LRzy0{font-size:.75rem;color:#6b7280;margin-top:.25rem;margin-bottom:0;line-height:1.4}.TextField_errorText__3FkxI{font-size:.875rem;color:#dc2626;margin-top:.25rem;margin-bottom:0}.TextField_input__B4mmR:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}@media (prefers-contrast:high){.TextField_inputError__YL9Lm,.TextField_input__B4mmR{border-width:2px}}.SelectField_fieldGroup__H1V2v{display:flex;flex-direction:column}.SelectField_label__AlU0Z{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.25rem}.SelectField_required__WSPwV{color:#dc2626}.SelectField_select__NT721{padding:.5rem .75rem;border-radius:.375rem;border:1px solid #d1d5db;font-size:inherit;width:100%}.SelectField_select__NT721:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.SelectField_selectError__ORWIi{border-color:#dc2626}.SelectField_select__NT721:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}@media (prefers-contrast:high){.SelectField_selectError__ORWIi,.SelectField_select__NT721{border-width:2px}}.FormActions_actions__DxdiJ{display:flex;justify-content:flex-end;gap:.75rem;padding-top:1rem;margin-top:1rem}@media (max-width:640px){.FormActions_actions__DxdiJ{flex-direction:column-reverse}.FormActions_actions__DxdiJ button{width:100%}}.LoadingAndErrorDisplay_container__RH1ML{display:flex;align-items:center;justify-content:center;width:100%;height:16rem}.LoadingAndErrorDisplay_loadingText__Y9msO{text-align:center;color:var(--color-gray-600);font-size:1.1rem;animation:LoadingAndErrorDisplay_bounce__l7NNj 1.4s ease-in-out infinite}.LoadingAndErrorDisplay_errorText__a3rJ5{text-align:center;color:var(--color-red-600);font-size:1.1rem}@keyframes LoadingAndErrorDisplay_bounce__l7NNj{0%,80%,to{transform:scale(1);opacity:.7}40%{transform:scale(1.05);opacity:1}}.NavigationItem_navItem__pO8SQ{height:auto;min-height:3rem;max-height:none;flex-shrink:0;border-bottom:1px solid var(--color-gray-200);cursor:pointer;transition:all .2s;display:flex;flex-direction:column;justify-content:center;padding:.5rem;min-width:0;overflow:visible}@media (min-width:640px){.NavigationItem_navItem__pO8SQ{min-height:4rem;padding:.75rem}}.NavigationItem_navItemActive__Ars4K{border-left:4px solid var(--color-red-600);background-color:var(--color-red-50)}.NavigationItem_navItemActive__Ars4K:hover{background-color:var(--color-red-100)}.NavigationItem_navItemInactive__QtlN_:hover{background-color:var(--color-gray-50)}.NavigationItem_title__nQyg0{font-weight:600;color:var(--color-gray-900);margin-bottom:.25rem}.NavigationItem_description___k1ah,.NavigationItem_title__nQyg0{font-size:.625rem;overflow:visible;white-space:normal;width:100%;min-width:0;word-wrap:break-word;hyphens:auto}.NavigationItem_description___k1ah{color:var(--color-gray-600)}@media (min-width:640px){.NavigationItem_description___k1ah,.NavigationItem_title__nQyg0{font-size:.75rem}}.NavigationControls_navButton__49bJm{position:absolute;top:50%;transform:translateY(-50%);border-radius:50%;height:1.5rem;width:1.5rem;display:flex;align-items:center;justify-content:center;background-color:var(--color-red-600);border:none;color:var(--color-white);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);cursor:pointer;z-index:1}.NavigationControls_navButton__49bJm:hover{background-color:var(--color-red-700)}.NavigationControls_navButtonLeft__05mCq{left:.5rem}.NavigationControls_navButtonRight__vsRSt{right:.5rem}.ContentDisplay_container__axRUP{flex:1;position:relative;min-height:200px;min-width:120px}.ContentDisplay_content__wCyEA{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:0 2.5rem;box-sizing:border-box;overflow:hidden}.ListItem_reportLink__oVx3D{padding:.75rem;border-radius:.25rem;border-left:2px solid #e5e7eb;width:100%;position:relative;font-size:.875rem;color:var(--color-gray-600);line-height:1.5;display:block;pointer-events:auto;text-decoration:none;min-width:0;overflow:hidden}.ListItem_reportLink__oVx3D:hover{background-color:#f9fafb;color:var(--color-red-600);text-decoration:underline}.ListItem_contentWrapper__tm4sv{display:flex;align-items:center;gap:.5rem;min-width:0;width:100%;overflow:hidden;position:relative}.ListItem_newBadge__iIEJm{display:flex;align-items:center;color:var(--color-red-600);flex-shrink:0}.ListItem_newBadgeIcon__PziOB{margin-right:.25rem}.ListItem_newBadgeText__cbmZF{font-size:.75rem;font-weight:600}.ListItem_reportTitle__cZiOQ{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;max-width:100%;position:relative}.ListItem_tooltipContainer__25Dg3{position:relative;display:block}.ListItem_tooltip__EPpF6{position:absolute;z-index:1;bottom:100%;left:0;margin-bottom:.5rem;padding:.75rem 1rem;background-color:var(--color-gray-800);color:var(--color-white);font-size:.75rem;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);opacity:0;transition:opacity .2s;pointer-events:none;max-width:16rem;white-space:normal;word-break:break-word;min-width:-moz-max-content;min-width:max-content}.ListItem_tooltipContainer__25Dg3:hover .ListItem_tooltip__EPpF6{opacity:1}.ListItem_tooltipContent__MAKxh{white-space:normal;word-break:break-word}.ListItem_tooltipArrow__76FMD{position:absolute;top:100%;left:50%;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid var(--color-gray-800)}.CategoryIcon_iconImage__d5zhq{margin-right:1rem;color:var(--color-red-600);display:flex;align-items:center}.CategorySlide_container__p_O7v{width:100%;height:100%;display:flex;flex-direction:column;padding:1.5rem 1rem;box-sizing:border-box;min-width:0}.CategorySlide_header__ME3wy{display:flex;align-items:center;margin-bottom:1.5rem;flex-shrink:0;min-width:0;width:100%;max-width:100%}.CategorySlide_title__ITB7c{font-size:1.5rem;font-weight:700;color:var(--color-gray-900);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:1;max-width:calc(100% - 4rem)}.CategorySlide_reportsWrapper__DEyKZ{padding-right:.5rem;width:100%;min-width:0}.CategorySlide_reportsGrid__SNgvv{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem;align-items:stretch;height:-moz-fit-content;height:fit-content;width:100%;min-width:0}@media (min-width:768px){.CategorySlide_reportsGrid__SNgvv{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}.CategorySlide_emptyState__rDkZg{width:100%;height:100%;display:flex;flex-direction:column;padding:2rem;align-items:center;justify-content:center;color:var(--color-gray-500)}.Carousel_carouselContainer__ChFUU{display:flex;width:100%;max-width:90%;min-width:320px;height:100%;background-color:var(--color-gray-50);border-radius:.5rem;overflow:hidden;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);margin:0 auto}.Carousel_navigationPanel__OeedM{width:12rem;min-width:12rem;background-color:#fff;border-right:1px solid var(--color-gray-200);display:flex;flex-direction:column;flex-shrink:0}@media (min-width:640px){.Carousel_navigationPanel__OeedM{width:14rem}}@media (min-width:768px){.Carousel_navigationPanel__OeedM{width:16rem}}.Carousel_navigationList__vtWU7{flex:1;overflow-y:auto;display:flex;flex-direction:column}.Carousel_noReports__3lwHI{display:flex;align-items:center;justify-content:center;width:100%;height:16rem}.Carousel_noReportsText__qnhDo{text-align:center;color:var(--color-gray-600)}.Button_button__tA_SP{min-height:2.5rem;padding:.25rem 1rem;border-radius:9999px;display:inline-flex;justify-content:center;align-items:center;text-align:center;font-size:1rem;font-weight:700;line-height:1.5;font-family:inherit;transition:background-color .2s ease-in-out;border:2px solid transparent;outline:none}.Button_content__uSYF0{display:contents}.Button_small__SPFI5{min-height:2rem;padding:.125rem .75rem;font-size:.875rem}.Button_large__gZfta{min-height:3rem;padding:.375rem 1.5rem;font-size:1.125rem}.Button_primary__Ewmpi{background-color:var(--color-black);color:var(--color-white);cursor:pointer}.Button_primary__Ewmpi:hover:not(:disabled){background-color:var(--color-gray-750)}.Button_primary__Ewmpi:disabled{background-color:var(--color-gray-300);color:var(--color-gray-400);cursor:not-allowed}.Button_secondary__hyr3l{background-color:transparent;border:2px solid var(--color-black);color:var(--color-black);cursor:pointer}.Button_secondary__hyr3l:hover:not(:disabled){background-color:var(--color-black);color:var(--color-white)}.Button_secondary__hyr3l:disabled{border:none;background-color:var(--color-gray-300);color:var(--color-gray-400);cursor:not-allowed}.Button_tertiary__ZK4Wr{background-color:var(--color-gray-550);color:var(--color-white);cursor:pointer}.Button_tertiary__ZK4Wr:hover:not(:disabled){background-color:var(--color-gray-750)}.Button_tertiary__ZK4Wr:disabled{background-color:var(--color-gray-300);color:var(--color-gray-400);cursor:not-allowed}.Button_button__tA_SP:disabled{pointer-events:none}.Button_button__tA_SP:focus-visible{outline:2px solid var(--color-black);outline-offset:2px}.Button_loading__m7s7S{display:flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(90deg,currentColor,currentColor 30%,rgba(255,255,255,.9) 50%,currentColor 70%,currentColor);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:Button_fillInText__kPXHz 1.5s ease-in-out infinite}@keyframes Button_fillInText__kPXHz{0%{background-position:100% 0}to{background-position:-100% 0}}.HeaderActions_actions__BkHhU{flex-shrink:0;display:flex;justify-content:flex-end;max-width:320px}.HeaderActions_actionsInner__NNWL9{display:flex;align-items:center;gap:16px}.HeaderActions_actionsInner__NNWL9 button{min-height:2.3rem;white-space:nowrap}.HeaderActions_loadingButton__A2R25{pointer-events:none}@media (max-width:640px){.HeaderActions_actions__BkHhU{max-width:none;margin-left:8px}.HeaderActions_actionsInner__NNWL9{gap:8px}.HeaderActions_actionsInner__NNWL9 button{font-size:.7rem;padding:4px 8px}}@media (max-width:480px){.HeaderActions_actionsInner__NNWL9 button{font-size:.65rem;padding:3px 6px}}@media (max-width:360px){.HeaderActions_actionsInner__NNWL9{gap:6px}}.RegionSelect_regionGroup__oMEbz{display:flex;align-items:center;gap:6px;white-space:nowrap}.RegionSelect_regionLabel__EVuMt{font-size:.75rem;color:var(--color-neutral-text)}.RegionSelect_regionSelect__wh4Ki{font-size:.75rem;border:1px solid var(--color-gray-300);background:var(--color-white);padding:3px 6px;border-radius:4px;max-width:140px}.RegionSelect_regionSelect__wh4Ki:focus-visible{outline:2px solid var(--color-red-600);outline-offset:2px}@media (max-width:640px){.RegionSelect_regionGroup__oMEbz{gap:4px}.RegionSelect_regionLabel__EVuMt{display:none}.RegionSelect_regionSelect__wh4Ki{max-width:90px;font-size:.7rem;padding:2px 4px}}@media (max-width:480px){.RegionSelect_regionSelect__wh4Ki{max-width:80px;font-size:.65rem;padding:2px 4px}}@media (max-width:360px){.RegionSelect_regionSelect__wh4Ki{max-width:74px}}.SessionStatus_container__gfEoN{position:fixed;top:1rem;right:1rem;margin-right:0;background-color:var(--color-yellow-100);border:1px solid var(--color-yellow-500);color:var(--color-yellow-800);padding:.5rem 1rem;border-radius:.375rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);z-index:50}.SessionStatus_content__I__YM{display:flex;align-items:center;gap:.5rem;position:relative}.SessionStatus_closeButton__On69_{position:absolute;top:-16px;right:-16px;width:20px;height:20px;background-color:var(--color-red-600);color:var(--color-white);border:none;border-radius:50%;cursor:pointer;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}.SessionStatus_closeButton__On69_:hover{background-color:var(--color-red-700)}.SessionStatus_spinner__u2bgn{animation:SessionStatus_pulse__EdsRB 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes SessionStatus_pulse__EdsRB{0%,to{opacity:1}50%{opacity:.3}}.SessionStatus_message__Nzafj{font-size:.875rem;font-weight:500}.UsersPage_headerActions__gjO4t{display:flex;gap:1rem}.UsersPage_linkButton__0IRoG{display:flex;align-items:center;gap:.5rem;max-height:2.5rem}.UsersPage_retryButton__PBcN0{margin-top:1rem}.UsersPage_addUserButton__NK8pm{min-width:100px}.UsersPage_deleteButton__EI0lI{color:#dc2626;border-color:#dc2626}.UsersPage_deleteButton__EI0lI:hover:not(:disabled){background-color:#dc2626;color:white}.EmbeddedReport_container__E7UEX{width:100%;height:100vh;display:flex;flex-direction:column}.EmbeddedReport_reportContainer__vtQKn{flex:1;padding:.5rem;max-height:80%}.EmbeddedReport_iframe__BFe2d{width:100%;height:100%;border:none;border-radius:.375rem}.EmbeddedReport_navigationContainer__plLmU{padding:.5rem}.EmbeddedReport_buttonGroup__iJskA{display:flex;gap:.5rem}.EmbeddedReport_buttonGroup__iJskA button{align-items:center;gap:.5rem}.ReportActions_footer__ctDAi{position:fixed;bottom:0;left:0;right:0;width:100%;background:transparent;padding:16px;z-index:40}.ReportActions_layout__XnPo7{display:flex;flex-direction:column;align-items:stretch;gap:12px}@media (min-width:640px){.ReportActions_layout__XnPo7{flex-direction:row;align-items:center;justify-content:space-between;gap:24px}}.ReportActions_actionsNav__sA6Sw{width:100%;flex:0 0 auto}@media (min-width:640px){.ReportActions_actionsNav__sA6Sw{width:auto}}.ReportActions_actionsList__b_dbB{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px;justify-content:center}@media (min-width:640px){.ReportActions_actionsList__b_dbB{justify-content:flex-end}}.ReportActions_actionButton__50VkZ,.ReportActions_actionLinkButton__SwGy6{padding:8px 16px;font-size:14px;font-weight:600;white-space:normal;line-height:1.25;background:var(--color-white);border:2px solid var(--color-black);color:var(--color-black);transition:background-color .15s ease,color .15s ease,border-color .15s ease;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;text-align:center;word-break:break-word;overflow-wrap:anywhere;max-width:180px;text-decoration:none;cursor:pointer}@media (min-width:640px){.ReportActions_actionButton__50VkZ,.ReportActions_actionLinkButton__SwGy6{white-space:nowrap;max-width:none}}.ReportActions_actionButton__50VkZ:active,.ReportActions_actionButton__50VkZ:hover,.ReportActions_actionLinkButton__SwGy6:active,.ReportActions_actionLinkButton__SwGy6:hover{background:var(--color-black);color:var(--color-white);border-color:var(--color-black)}.ReportActions_copyright__OaGuk{flex:1 1 auto;display:flex;justify-content:center}@media (min-width:640px){.ReportActions_copyright__OaGuk{justify-content:flex-start}}@media (min-width:1024px){.ReportActions_copyright__OaGuk{padding-left:50px}}.ReportActions_copyrightText__sTJJ9{font-size:14px;color:var(--color-gray-600);margin:0;text-align:center;white-space:normal;word-break:break-word}@media (min-width:640px){.ReportActions_copyrightText__sTJJ9{text-align:left}}.ReportActions_errorText__go56s{color:var(--color-red-700);font-size:12px;margin:4px 0 0}.ReportActions_visuallyHidden__tlpzs{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.WhatsUpInput_container__MFjFz,.WhatsUpInput_contentCard__SorXS{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.WhatsUpInput_contentCard__SorXS{flex-direction:column;gap:2rem;text-align:center;background-color:rgba(255,255,255,.9);backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);border-radius:.5rem;padding:3.5rem}@media (min-width:1024px){.WhatsUpInput_contentCard__SorXS{backdrop-filter:none;-webkit-backdrop-filter:none;background-color:var(--color-white)}}.WhatsUpInput_title__r0Oex{font-size:1.5rem;font-weight:700;color:var(--color-red-coca-cola)}.WhatsUpInput_description__nLBeW{font-size:1rem;color:var(--color-gray-600)}.WhatsUpInput_chatbotButton__Taho5{background-color:var(--color-red-coca-cola);color:var(--color-white);padding:.75rem 1.5rem;border-radius:9999px;font-weight:700;font-size:1rem;transition:background-color .15s ease-in-out;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;border:none;outline:none}.WhatsUpInput_chatbotButton__Taho5:hover{background-color:var(--color-red-700)}.WhatsUpInput_buttonArrow__qm3lV{color:var(--color-white)}.BackgroundImage_backgroundImageContainer__0uZ4w{width:100%;margin-left:auto;margin-right:auto;background-image:url(/assets/images/trio-extented.png);background-size:cover;background-repeat:no-repeat;background-position:100%;display:flex;align-items:flex-start;justify-content:flex-start;height:auto;min-height:280px;margin-bottom:.5rem}@media (min-width:640px){.BackgroundImage_backgroundImageContainer__0uZ4w{min-height:260px}}@media (min-width:768px){.BackgroundImage_backgroundImageContainer__0uZ4w{min-height:300px}}@media (min-width:1280px){.BackgroundImage_backgroundImageContainer__0uZ4w{min-height:280px}}.BackgroundImage_contentWrapper__PKeEa{width:100%;height:100%;display:flex;padding:.5rem;flex-direction:column}@media (min-width:640px){.BackgroundImage_contentWrapper__PKeEa{padding-left:1rem;padding-right:1rem}}@media (min-width:1024px){.BackgroundImage_contentWrapper__PKeEa{flex-direction:row}}.BackgroundImage_leftColumn__DSZS6{width:100%;display:flex}@media (min-width:1024px){.BackgroundImage_leftColumn__DSZS6{width:50%;justify-content:flex-start}}.BackgroundImage_rightColumn__Hwc_f{display:none}@media (min-width:1024px){.BackgroundImage_rightColumn__Hwc_f{display:block;width:50%}}.NoticeModal_messageContainer__fSvWd{margin-top:0;margin-bottom:0}.NoticeModal_messageText__hv5zX{font-size:.875rem;color:var(--color-gray-800);white-space:pre-line}.NoticeModal_remindLaterButton__DTsDB{padding:.5rem 1rem;color:var(--color-gray-600);background-color:var(--color-gray-200);border-radius:.375rem;transition:background-color .2s}.NoticeModal_remindLaterButton__DTsDB:hover{background-color:var(--color-gray-300)}.NoticeModal_dontRemindButton__EKmWH{padding:.5rem 1rem;background-color:var(--color-red-600);color:var(--color-white);border-radius:.375rem;transition:background-color .2s}.NoticeModal_dontRemindButton__EKmWH:hover{background-color:var(--color-red-700)}.Modal_modalOverlay__X0z58{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem;background-color:rgba(0,0,0,.5)}.Modal_modalContainer__uQdVe{width:100%;background-color:var(--color-white);border-radius:.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.Modal_modalHeader__Znocm{padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb}.Modal_modalTitle__qWGc3{font-size:1.5rem;font-weight:600;color:var(--color-gray-900)}.Modal_modalBody__rRB7_{padding:1rem 1.5rem}.Modal_modalFooter__22sxi{padding:1rem 1.5rem;border-top:1px solid var(--color-gray-200);display:flex;justify-content:flex-end;gap:.75rem}.Modal_sizeSmall__CMSF_{max-width:28rem}.Modal_sizeMedium__Xew8M{max-width:36rem}.Modal_sizeLarge__ANCkj{max-width:48rem}