@layer base{@keyframes _collapsible-down_1grw8_1{0%{max-height:0}to{max-height:var(--radix-collapsible-content-height)}}@keyframes _collapsible-up_1grw8_1{0%{max-height:var(--radix-collapsible-content-height)}to{max-height:0}}._trigger_1grw8_20{cursor:pointer;display:block;appearance:none;border:none;background:transparent;color:inherit}._content_1grw8_29{overflow:hidden}._content_1grw8_29[data-state=open]{animation:_collapsible-down_1grw8_1 var(--animation-duration-fast) ease-out}._content_1grw8_29[data-state=closed]{animation:_collapsible-up_1grw8_1 var(--animation-duration-fast) ease-out}}@layer base{._overlay_11hyl_2{position:fixed;inset:0;background-color:color-mix(in srgb,#101820 58%,transparent);backdrop-filter:blur(5px);z-index:var(--z-overlay)!important;animation:_overlayShow_11hyl_1 var(--animation-duration-normal) cubic-bezier(.16,1,.3,1)}._content_11hyl_12{position:fixed!important;top:50%;left:50%;transform:translate(-50%,-50%);max-width:94vw;max-height:90dvh;width:40rem;background-color:var(--popup);color:var(--popup-foreground);border:1px solid color-mix(in srgb,var(--border) 88%,transparent);border-radius:20px;box-shadow:0 32px 90px #0c19263d;z-index:var(--z-overlay)!important;overflow:auto;padding:1.55rem;animation:_contentShow_11hyl_1 var(--animation-duration-normal) cubic-bezier(.16,1,.3,1)}._close_11hyl_33{position:absolute;top:var(--spacing-4);right:var(--spacing-4);display:flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;border-radius:var(--radius-full);background-color:var(--muted);color:var(--muted-foreground);border:none;cursor:pointer;transition:background-color var(--animation-duration-fast) ease,color var(--animation-duration-fast) ease,transform var(--animation-duration-fast) ease}._close_11hyl_33:hover{background-color:var(--muted-foreground);color:var(--muted);transform:scale(1.05)}._close_11hyl_33:focus-visible{outline:none;box-shadow:var(--shadow-focus)}._closeIcon_11hyl_64{width:1rem;height:1rem}._header_11hyl_69{margin-bottom:1.1rem;padding-right:2.4rem}._footer_11hyl_74{display:flex;justify-content:flex-end;gap:.55rem;margin-top:1.35rem;padding-top:1rem;border-top:1px solid color-mix(in srgb,var(--border) 72%,transparent)}._title_11hyl_83{font-family:var(--font-family-heading);font-size:1.28rem;font-weight:800;color:var(--popup-foreground);line-height:1.4;margin-bottom:var(--spacing-2)}._description_11hyl_92{font-size:.78rem;color:var(--muted-foreground);line-height:1.5;margin-bottom:var(--spacing-4)}@media(max-width:600px){._content_11hyl_12{width:calc(100vw - 18px);max-width:calc(100vw - 18px);max-height:92dvh;padding:1.1rem;border-radius:18px}._title_11hyl_83{font-size:1.15rem}._description_11hyl_92{font-size:.78rem}._footer_11hyl_74{display:grid;grid-template-columns:1fr}._footer_11hyl_74>button{width:100%;min-height:2.9rem}}._screenReaderText_11hyl_107{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@keyframes _overlayShow_11hyl_1{0%{opacity:0}to{opacity:1}}@keyframes _contentShow_11hyl_1{0%{opacity:0;scale:.95}to{opacity:1;scale:1}}}@layer base{._command_ljf8j_2{display:flex;flex-direction:column;width:100%;max-width:100%;background-color:var(--popup);color:var(--popup-foreground);border-radius:var(--radius);box-shadow:var(--shadow-md);overflow:hidden}._commandInDialog_ljf8j_14{height:100%;max-height:100%;box-shadow:none}._CommandDialogContent_ljf8j_20{padding:0;overflow:hidden;max-width:32rem}._cmdkInputWrapper_ljf8j_26{display:flex;align-items:center;border-bottom:1px solid var(--border);padding:var(--spacing-3) var(--spacing-4)}._cmdkInputWrapperSearchIcon_ljf8j_33{width:1rem;height:1rem;color:var(--muted-foreground);margin-right:var(--spacing-2);flex-shrink:0}._cmdkInput_ljf8j_26{width:100%;height:1.75rem;background-color:transparent;color:inherit;border:none;outline:none;font-family:var(--font-family-base);font-size:.95rem}._cmdkInput_ljf8j_26::placeholder{color:var(--muted-foreground)}._commandList_ljf8j_56{overflow-y:auto;overflow-x:hidden;max-height:30vh;padding:var(--spacing-2)}._commandEmpty_ljf8j_63{display:flex;align-items:center;justify-content:center;height:4rem;color:var(--muted-foreground);font-size:.875rem}._commandGroup_ljf8j_72{overflow:hidden;padding:var(--spacing-2) 0}._commandGroup_ljf8j_72 [cmdk-group-heading]{padding:0 var(--spacing-3);margin-bottom:var(--spacing-2);color:var(--muted-foreground);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}._commandSeparator_ljf8j_87{height:1px;background-color:var(--border);margin:var(--spacing-2) var(--spacing-1)}._commandItem_ljf8j_93{position:relative;display:flex;align-items:center;gap:var(--spacing-2);padding:var(--spacing-2) var(--spacing-3);border-radius:var(--radius-sm);color:var(--popup-foreground);font-size:.875rem;cursor:pointer;transition:background-color var(--animation-duration-fast) ease,color var(--animation-duration-fast) ease;user-select:none;outline:none}._commandItem_ljf8j_93[data-selected=true]{background-color:var(--primary);color:var(--primary-foreground)}._commandItem_ljf8j_93[data-disabled=true]{opacity:.5;cursor:not-allowed}._commandItem_ljf8j_93 svg{width:1rem;height:1rem;flex-shrink:0;transition:color var(--animation-duration-fast) ease}._commandItem_ljf8j_93[data-selected=true] svg{color:var(--primary-foreground)}._commandShortcut_ljf8j_131{display:inline-flex;align-items:center;margin-left:auto;font-size:.75rem;font-family:var(--font-family-monospace);color:var(--muted-foreground);padding-left:var(--spacing-4)}._commandItem_ljf8j_93[data-selected=true] ._commandShortcut_ljf8j_131{color:var(--primary-foreground);opacity:.8}}@layer base{._content_3l1ss_2,._subContent_3l1ss_3{min-width:12rem;overflow:hidden;background-color:var(--popup);color:var(--popup-foreground);border-radius:var(--radius);box-shadow:var(--shadow-md);padding:var(--spacing-2);animation:_scaleIn_3l1ss_1 var(--animation-duration-normal) ease-out;z-index:var(--z-overlay)}._subContent_3l1ss_3{animation:_fadeIn_3l1ss_1 var(--animation-duration-normal) ease-out}._item_3l1ss_19,._checkboxItem_3l1ss_20,._radioItem_3l1ss_21,._subTrigger_3l1ss_22{position:relative;display:flex;align-items:center;cursor:pointer;user-select:none;border-radius:var(--radius-sm);font-size:.9375rem;padding:var(--spacing-2) var(--spacing-3);outline:none;transition:background-color var(--animation-duration-fast),color var(--animation-duration-fast)}._item_3l1ss_19:hover,._checkboxItem_3l1ss_20:hover,._radioItem_3l1ss_21:hover,._subTrigger_3l1ss_22:hover{background-color:color-mix(in srgb,var(--primary) 8%,transparent);color:var(--primary)}._item_3l1ss_19:focus-visible,._checkboxItem_3l1ss_20:focus-visible,._radioItem_3l1ss_21:focus-visible,._subTrigger_3l1ss_22:focus-visible{background-color:color-mix(in srgb,var(--primary) 12%,transparent);color:var(--primary)}._item_3l1ss_19[data-disabled],._checkboxItem_3l1ss_20[data-disabled],._radioItem_3l1ss_21[data-disabled],._subTrigger_3l1ss_22[data-disabled]{pointer-events:none;opacity:.5}._item_3l1ss_19[data-highlighted],._checkboxItem_3l1ss_20[data-highlighted],._radioItem_3l1ss_21[data-highlighted],._subTrigger_3l1ss_22[data-highlighted]{background-color:var(--primary);color:var(--primary-foreground)}._checkboxItem_3l1ss_20,._radioItem_3l1ss_21{padding-left:var(--spacing-8)}._checkboxIndicator_3l1ss_74,._radioIndicator_3l1ss_75{position:absolute;left:var(--spacing-3);display:flex;align-items:center;justify-content:center}._checkboxIndicator_3l1ss_74{height:1rem;width:1rem}._checkboxIndicator_3l1ss_74 svg{height:.875rem;width:.875rem}._radioIndicator_3l1ss_75{height:1rem;width:1rem}._radioIndicatorCircle_3l1ss_98{width:.5rem;height:.5rem;border-radius:var(--radius-full);background-color:currentColor}._label_3l1ss_105{padding:var(--spacing-2) var(--spacing-3);font-size:.875rem;font-weight:500;color:var(--muted-foreground)}._separator_3l1ss_112{height:1px;margin:var(--spacing-2) 0;background-color:var(--border)}._shortcut_3l1ss_118{margin-left:auto;font-size:.75rem;letter-spacing:.025em;opacity:.6}._subTriggerIcon_3l1ss_125{margin-left:auto;height:1rem;width:1rem;opacity:.75}._inset_3l1ss_132{padding-left:var(--spacing-8)}@keyframes _scaleIn_3l1ss_1{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes _fadeIn_3l1ss_1{0%{opacity:0}to{opacity:1}}}._app_19k1e_1{height:100dvh;display:grid;grid-template-columns:292px minmax(0,1fr);overflow:hidden;background:#f5f7f9;color:#171717;font-family:var(--font-family-base)}._app_19k1e_1 *{box-sizing:border-box}._side_19k1e_3{height:100dvh;display:flex;flex-direction:column;padding:20px 16px 14px;background:#fff;border-right:1px solid #e7e9ec;overflow:hidden;box-shadow:8px 0 28px #1f2d3d06;z-index:2}._brandRow_19k1e_4{height:66px;display:flex;align-items:center;gap:11px;padding:0 9px 10px;overflow:hidden}._comerciosLogo_19k1e_4{display:block;width:48px;height:48px;flex:0 0 48px;border-radius:12px;object-fit:cover;object-position:center;box-shadow:0 6px 16px #1359aa29}._comerciosMeta_19k1e_4{display:grid;gap:4px;min-width:0;color:#1b1b1b;line-height:1}._comerciosMeta_19k1e_4 strong{font-size:.86rem;font-weight:900;letter-spacing:-.025em}._comerciosMeta_19k1e_4 small{color:#1359aa;font-size:.6rem;font-weight:900;letter-spacing:.14em}._businessSwitcher_19k1e_5{width:100%;min-height:64px;display:grid;grid-template-columns:minmax(0,1fr) 18px;align-items:center;gap:9px;margin:5px 0 14px;padding:10px 11px;border:1px solid #e6e9ed;border-radius:12px;background:linear-gradient(180deg,#fff,#fbfcfd);color:#171717;text-align:left;cursor:pointer;box-shadow:0 4px 14px #192a3e0a;transition:background .14s ease,border-color .14s ease,box-shadow .14s ease}._businessSwitcher_19k1e_5:hover{background:#f7faff;border-color:#d7e2ee;box-shadow:0 6px 18px #192a3e0f}._businessSwitcher_19k1e_5:focus-visible{outline:0;box-shadow:0 0 0 3px #0b72d126}._businessSwitcher_19k1e_5>div{display:grid;min-width:0}._businessSwitcher_19k1e_5 strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:800}._businessSwitcher_19k1e_5 span{margin-top:3px;color:#66717c;font-size:.68rem}._businessSwitcher_19k1e_5>svg{width:15px;color:#5d6772}._storeMenu_19k1e_6{min-width:300px}._portalNav_19k1e_7{display:flex;flex-direction:column;gap:3px;min-height:0;overflow-y:auto;overflow-x:hidden;padding:0 3px 10px;scrollbar-width:thin;scrollbar-color:#d3d8dd transparent}._portalNav_19k1e_7>a,._navParent_19k1e_8,._disabledNav_19k1e_8{width:100%;min-height:42px;display:flex;align-items:center;gap:11px;padding:0 10px;border:0;border-radius:9px;background:transparent;color:#292d31;text-decoration:none;font-family:inherit;font-size:.78rem;font-weight:650;text-align:left;white-space:nowrap;cursor:pointer;transition:background .12s ease,color .12s ease,transform .12s ease}._portalNav_19k1e_7>a:focus-visible,._navParent_19k1e_8:focus-visible{outline:0;box-shadow:0 0 0 3px #0b72d121}._portalNav_19k1e_7>a>svg,._navParent_19k1e_8>svg:first-child,._disabledNav_19k1e_8>svg{width:18px;height:18px;flex:0 0 18px;color:#3d444b;stroke-width:1.9}._portalNav_19k1e_7>a:hover,._navParent_19k1e_8:hover{background:#f3f6f9}._portalNav_19k1e_7 ._active_19k1e_9{background:#edf5ff;color:#075fae;font-weight:800;box-shadow:inset 3px 0 #0878de}._portalNav_19k1e_7 ._active_19k1e_9>svg{color:#0878de}._portalNav_19k1e_7 a em,._disabledNav_19k1e_8 em{margin-left:auto;padding:3px 6px;border-radius:999px;background:#e7f7ee;color:#167448;font-size:.56rem;font-style:normal;font-weight:850}._navCollapse_19k1e_10{display:block}._navParent_19k1e_8{position:relative}._navParent_19k1e_8 span{flex:1}._navChevron_19k1e_10{width:14px!important;height:14px!important;margin-left:auto;color:#697078!important;transition:transform .16s ease}._navParent_19k1e_8[data-state=open] ._navChevron_19k1e_10{transform:rotate(180deg)}._parentActive_19k1e_10{color:#075fae;background:#f3f8ff}._parentActive_19k1e_10>svg:first-child{color:#0878de}._navChildren_19k1e_11{display:grid;gap:2px;padding:3px 0 5px 39px}._navChildren_19k1e_11 a{min-height:34px;display:flex;align-items:center;padding:0 9px;border-radius:7px;color:#66707a;text-decoration:none;font-size:.7rem;font-weight:620}._navChildren_19k1e_11 a:hover{background:#f6f8fa;color:#20262b}._navChildren_19k1e_11 ._activeChild_19k1e_11{background:#edf5ff;color:#075fae;font-weight:800}._navSectionLabel_19k1e_12{margin:15px 9px 5px;color:#8a929a;font-size:.58rem;font-weight:850;letter-spacing:.11em;text-transform:uppercase}._navDivider_19k1e_12{height:1px;margin:10px 8px;background:#eeeeeb}._disabledNav_19k1e_8{color:#343432;cursor:default}._disabledNav_19k1e_8>svg{color:#444442}._bottom_19k1e_13{margin-top:auto;padding:7px 6px 0}._coreLine_19k1e_13{height:34px;display:flex;align-items:center;gap:8px;padding:0 6px;color:#7e8790;font-size:.61rem;font-weight:650}._coreLine_19k1e_13 i{width:8px;height:8px;border-radius:50%;background:#27a769;box-shadow:0 0 0 3px #27a7691a}._stage_19k1e_14{min-width:0;height:100dvh;display:grid;grid-template-rows:62px minmax(0,1fr);overflow:hidden;background:#f5f7f9}._utilityBar_19k1e_14{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:9px 22px;border-bottom:1px solid #e4e7ea;background:#fffffff0;backdrop-filter:blur(14px);z-index:2}._globalSearch_19k1e_14{width:min(620px,60vw);height:42px;display:flex;align-items:center;gap:9px;padding:0 12px;border:1px solid #dde2e7;border-radius:12px;background:#f8fafb;color:#737b83;transition:border-color .14s ease,box-shadow .14s ease}._globalSearch_19k1e_14:focus-within{border-color:#a9c7e6;box-shadow:0 0 0 3px #0b72d117}._globalSearch_19k1e_14>svg{width:17px;height:17px;flex:0 0 17px}._globalSearch_19k1e_14 input{width:100%;min-width:0;height:40px!important;border:0!important;outline:0;background:transparent!important;color:#1f252a;font:600 .78rem var(--font-family-base);box-shadow:none!important}._globalSearch_19k1e_14 input::placeholder{color:#969da4;font-weight:500}._utilityActions_19k1e_15{display:flex;align-items:center;gap:8px}._utilityActions_19k1e_15>button{width:38px;height:38px;display:grid;place-items:center;border:1px solid #e1e5e9;border-radius:11px;background:#fff;color:#41484e;cursor:pointer;transition:background .12s ease,border-color .12s ease,transform .12s ease}._utilityActions_19k1e_15>button:hover{background:#f4f7fa;border-color:#d2d9e0;transform:translateY(-1px)}._utilityActions_19k1e_15>button:focus-visible{outline:0;box-shadow:0 0 0 3px #0b72d121}._utilityActions_19k1e_15>button>svg{width:17px;height:17px}._contextPill_19k1e_15{height:38px;max-width:260px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid #e1e5e9;border-radius:11px;background:#fff;color:#4b535a;font-size:.68rem;font-weight:750}._contextPill_19k1e_15 span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._contextPill_19k1e_15 i{width:8px;height:8px;flex:0 0 8px;border-radius:50%}._connected_19k1e_15{background:#24a36a}._connecting_19k1e_15{background:#d79a29}._workspace_19k1e_16{min-width:0;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable;background:#f5f7f9}._workspace_19k1e_16 h1,._workspace_19k1e_16 h2,._workspace_19k1e_16 h3{font-family:var(--font-family-display);color:#171717}._workspace_19k1e_16 button,._workspace_19k1e_16 input,._workspace_19k1e_16 select,._workspace_19k1e_16 textarea{font-size:.82rem}._workspace_19k1e_16 button:focus-visible,._workspace_19k1e_16 a:focus-visible,._workspace_19k1e_16 input:focus-visible,._workspace_19k1e_16 textarea:focus-visible{outline:none}@media(max-width:980px){._app_19k1e_1{grid-template-columns:82px minmax(0,1fr)}._side_19k1e_3{padding:15px 10px}._brandRow_19k1e_4{justify-content:center;padding-left:0;padding-right:0}._comerciosMeta_19k1e_4,._businessSwitcher_19k1e_5>div,._portalNav_19k1e_7 a span,._navParent_19k1e_8 span,._navChevron_19k1e_10,._navChildren_19k1e_11,._navSectionLabel_19k1e_12,._disabledNav_19k1e_8 span,._disabledNav_19k1e_8 em,._coreLine_19k1e_13 span{display:none}._comerciosLogo_19k1e_4{width:46px;height:46px;flex-basis:46px;max-height:none;object-fit:cover;object-position:center;border-radius:11px}._businessSwitcher_19k1e_5{grid-template-columns:1fr;justify-items:center;min-height:46px;padding:6px}._businessSwitcher_19k1e_5>svg{display:block}._portalNav_19k1e_7>a,._navParent_19k1e_8,._disabledNav_19k1e_8{justify-content:center;padding:0;min-height:44px}._portalNav_19k1e_7>a>svg,._navParent_19k1e_8>svg:first-child,._disabledNav_19k1e_8>svg{width:21px;height:21px}._portalNav_19k1e_7 ._active_19k1e_9{box-shadow:none}._navDivider_19k1e_12{margin-left:4px;margin-right:4px}._globalSearch_19k1e_14{width:min(480px,60vw)}._contextPill_19k1e_15{display:none}}@media(max-width:680px){._app_19k1e_1{grid-template-columns:70px minmax(0,1fr)}._stage_19k1e_14{grid-template-rows:56px minmax(0,1fr)}._side_19k1e_3{padding:12px 7px}._utilityBar_19k1e_14{padding:7px 10px}._globalSearch_19k1e_14{width:100%;height:42px}._utilityActions_19k1e_15>button{display:none}._brandRow_19k1e_4{height:58px}._comerciosLogo_19k1e_4{width:42px;height:42px;flex-basis:42px}._portalNav_19k1e_7>a,._navParent_19k1e_8{min-height:46px}._workspace_19k1e_16 button,._workspace_19k1e_16 input,._workspace_19k1e_16 select,._workspace_19k1e_16 textarea{font-size:16px}}._app_19k1e_1{background:radial-gradient(circle at 82% 8%,rgba(11,114,209,.08),transparent 25%),radial-gradient(circle at 54% 92%,rgba(231,25,53,.055),transparent 28%),#f1f5f9}._side_19k1e_3{background:linear-gradient(180deg,#fff,#f7fbff 58%,#fff7f8);border-right-color:#dfe6ed;box-shadow:10px 0 32px #1f456c0b}._businessSwitcher_19k1e_5{border-color:#dbe5ef;background:linear-gradient(135deg,#eef7ff,#fff 58%,#fff3f5);box-shadow:0 6px 18px #194a7a0f}._businessSwitcher_19k1e_5:hover{background:linear-gradient(135deg,#e7f3ff,#fff9fa);border-color:#c8dced;box-shadow:0 8px 22px #194a7a17}._portalNav_19k1e_7>a:hover,._navParent_19k1e_8:hover{background:linear-gradient(90deg,#eef6ff,#fff8f9)}._portalNav_19k1e_7 ._active_19k1e_9{background:linear-gradient(90deg,#e8f3ff,#fff1f4);box-shadow:inset 3px 0 #0878de,0 4px 14px #0878de0f}._portalNav_19k1e_7 ._active_19k1e_9>svg{color:#e71935}._navChildren_19k1e_11 ._activeChild_19k1e_11{background:linear-gradient(90deg,#edf6ff,#fff4f6)}._stage_19k1e_14{background:transparent}._utilityBar_19k1e_14{border-bottom-color:#d0dde9eb;background:linear-gradient(90deg,#fffffff5,#f2f8fff0 68%,#fff4f6eb);backdrop-filter:blur(16px)}._globalSearch_19k1e_14{border-color:#d7e3ed;background:#ffffffd6;box-shadow:0 4px 14px #224f7b09}._globalSearch_19k1e_14>svg{color:#1676cf}._globalSearch_19k1e_14:focus-within{border-color:#9fc5e8;box-shadow:0 0 0 3px #0b72d117,0 6px 18px #224f7b0e}._utilityActions_19k1e_15>button{position:relative;border-color:#dce5ed;background:#ffffffe6;color:#33516d;box-shadow:0 4px 12px #254c710a}._utilityActions_19k1e_15>button:hover{background:#edf6ff;border-color:#c5d9ea}._notificationNeedsAction_19k1e_35:after{content:"";position:absolute;right:7px;top:6px;width:7px;height:7px;border-radius:50%;background:#f0a12b;box-shadow:0 0 0 2px #fff}._contextPill_19k1e_15{border-color:#d8e5ef;background:linear-gradient(135deg,#eef8ff,#fff);color:#40566a}._workspace_19k1e_16{background:radial-gradient(circle at 88% 5%,rgba(11,114,209,.055),transparent 26%),radial-gradient(circle at 15% 92%,rgba(231,25,53,.04),transparent 28%),#f2f6fa}._globalSearch_19k1e_14 kbd{flex:0 0 auto;padding:3px 7px;border:1px solid #d9e2ea;border-radius:7px;background:#fff;color:#6e7b87;font-size:.58rem;font-weight:800;box-shadow:0 2px 6px #1937550a}._utilityActions_19k1e_15 [data-radix-menu-trigger]{position:relative;width:38px;height:38px;display:grid;place-items:center;border:1px solid #dce5ed;border-radius:11px;background:#ffffffe6;color:#33516d;cursor:pointer;box-shadow:0 4px 12px #254c710a}._utilityActions_19k1e_15 [data-radix-menu-trigger]:hover{background:#edf6ff;border-color:#c5d9ea}._utilityActions_19k1e_15 [data-radix-menu-trigger]>svg{width:17px;height:17px}._utilityBadge_19k1e_43{position:absolute;right:-4px;top:-5px;min-width:17px;height:17px;display:grid;place-items:center;padding:0 4px;border:2px solid #fff;border-radius:999px;background:#e71935;color:#fff;font-size:.52rem;font-weight:900;line-height:1}._notificationMenu_19k1e_44{width:min(390px,calc(100vw - 24px));padding:8px}._notificationHead_19k1e_44{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:7px 8px 9px}._notificationHead_19k1e_44>div{display:grid;gap:2px}._notificationHead_19k1e_44 strong{font-size:.78rem}._notificationHead_19k1e_44 span{color:#74808c;font-size:.62rem}._notificationHead_19k1e_44 button{border:0;background:transparent;color:#0b72d1;font:750 .62rem var(--font-family-base);cursor:pointer}._notificationItem_19k1e_45{align-items:flex-start!important;gap:9px!important;white-space:normal!important}._notificationItem_19k1e_45>div{display:grid;gap:2px;min-width:0}._notificationItem_19k1e_45 strong{font-size:.68rem}._notificationItem_19k1e_45 div>span{color:#5f6d79;font-size:.61rem;line-height:1.4}._notificationItem_19k1e_45 small{color:#9099a2;font-size:.54rem}._unreadDot_19k1e_45,._readDot_19k1e_45{width:8px;height:8px;flex:0 0 8px;margin-top:5px;border-radius:50%}._unreadDot_19k1e_45{background:#e71935;box-shadow:0 0 0 3px #e719351a}._readDot_19k1e_45{background:#cbd2d9}._notificationEmpty_19k1e_45{padding:16px 12px;color:#75818d;font-size:.63rem;line-height:1.5}._healthMenu_19k1e_46{width:min(340px,calc(100vw - 24px));padding:8px}._healthSummary_19k1e_46{display:grid;gap:7px;padding:9px 10px 11px}._healthSummary_19k1e_46 span{display:flex;align-items:center;gap:7px;color:#4f5e6b;font-size:.64rem;font-weight:700}._healthSummary_19k1e_46 svg{width:16px;height:16px}._healthBadText_19k1e_46{color:#a82a3c!important}._healthBranch_19k1e_46{display:grid;gap:2px}._healthBranch_19k1e_46 strong{font-size:.67rem}._healthBranch_19k1e_46 span{color:#76818b;font-size:.58rem}._healthDotGood_19k1e_46,._healthDotWarn_19k1e_46,._healthDotBad_19k1e_46{width:9px;height:9px;flex:0 0 9px;border-radius:50%}._healthDotGood_19k1e_46{background:#24a36a}._healthDotWarn_19k1e_46{background:#e3a028}._healthDotBad_19k1e_46{background:#e71935}._healthAlert_19k1e_46{color:#b21832!important;background:#fff1f4!important;border-color:#f2c9d0!important}._healthWarn_19k1e_46{color:#9a6505!important;background:#fff8e8!important;border-color:#f0deb3!important}@media(max-width:680px){._globalSearch_19k1e_14 kbd{display:none}._utilityActions_19k1e_15{gap:5px}._utilityActions_19k1e_15 [data-radix-menu-trigger]{width:36px;height:36px}._utilityActions_19k1e_15 [data-radix-menu-trigger]>svg{width:16px;height:16px}}
