@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";._viewport_1ptas_1{position:fixed;top:0;z-index:100;display:flex;max-height:100vh;width:100%;flex-direction:column-reverse;padding:1rem}@media (min-width: 640px){._viewport_1ptas_1{bottom:0;right:0;top:auto;flex-direction:column}}@media (min-width: 768px){._viewport_1ptas_1{max-width:420px}}._toast_1ptas_28{pointer-events:auto;position:relative;display:flex;width:100%;align-items:center;justify-content:space-between;-moz-column-gap:1rem;column-gap:1rem;overflow:hidden;border-radius:calc(var(--radius) - 2px);border:1px solid hsl(var(--border));padding:1.5rem 2rem 1.5rem 1.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transition:all .2s}._toast_1ptas_28[data-swipe=cancel]{transform:translate(0)}._toast_1ptas_28[data-swipe=end]{transform:translate(var(--radix-toast-swipe-end-x))}._toast_1ptas_28[data-swipe=move]{transform:translate(var(--radix-toast-swipe-move-x));transition:none}._toast_1ptas_28[data-state=open]{animation:_toast-slide-in-from-top_1ptas_1 .2s ease-out}@media (min-width: 640px){._toast_1ptas_28[data-state=open]{animation:_toast-slide-in-from-bottom_1ptas_1 .2s ease-out}}._toast_1ptas_28[data-state=closed]{animation:_toast-fade-out_1ptas_1 .15s ease-in forwards}._toast_1ptas_28[data-swipe=end]{animation:_toast-slide-out-right_1ptas_1 .15s ease-in forwards}@keyframes _toast-slide-in-from-top_1ptas_1{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes _toast-slide-in-from-bottom_1ptas_1{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes _toast-fade-out_1ptas_1{0%{opacity:1}to{opacity:0}}@keyframes _toast-slide-out-right_1ptas_1{0%{transform:translate(var(--radix-toast-swipe-end-x))}to{transform:translate(100%)}}._variantDefault_1ptas_119{border-color:hsl(var(--border));background-color:hsl(var(--background));color:hsl(var(--foreground))}._variantDestructive_1ptas_127{border-color:hsl(var(--destructive));background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}._action_1ptas_135{display:inline-flex;height:2rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:calc(var(--radius) - 2px);border:1px solid hsl(var(--border));background-color:transparent;padding-left:.75rem;padding-right:.75rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition:colors .2s}._action_1ptas_135:hover{background-color:hsl(var(--secondary))}._action_1ptas_135:focus{outline:none;box-shadow:0 0 0 2px hsl(var(--background)),0 0 0 4px hsl(var(--ring))}._action_1ptas_135:disabled{pointer-events:none;opacity:.5}._variantDestructive_1ptas_127 ._action_1ptas_135{border-color:hsl(var(--muted) / .4)}._variantDestructive_1ptas_127 ._action_1ptas_135:hover{border-color:hsl(var(--destructive) / .3);background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}._variantDestructive_1ptas_127 ._action_1ptas_135:focus{box-shadow:0 0 0 2px hsl(var(--background)),0 0 0 4px hsl(var(--destructive))}._close_1ptas_182{position:absolute;right:.5rem;top:.5rem;border-radius:calc(var(--radius) - 2px);padding:.25rem;color:hsl(var(--foreground) / .5);opacity:0;transition:opacity .2s}._toast_1ptas_28:hover ._close_1ptas_182{opacity:1}._close_1ptas_182:hover{color:hsl(var(--foreground))}._close_1ptas_182:focus{opacity:1;outline:none;box-shadow:0 0 0 2px hsl(var(--ring))}._variantDestructive_1ptas_127 ._close_1ptas_182{color:#e28181}._variantDestructive_1ptas_127 ._close_1ptas_182:hover{color:#fddfdf}._variantDestructive_1ptas_127 ._close_1ptas_182:focus{box-shadow:0 0 0 2px #dc2626}._title_1ptas_221{font-size:.875rem;line-height:1.25rem;font-weight:600}._description_1ptas_228{font-size:.875rem;line-height:1.25rem;opacity:.9}._closeIcon_1ptas_235{height:1rem;width:1rem}._toastContent_10uc1_1{display:grid;gap:.25rem}._toaster_cm5zk_1 [data-sonner-toast]{background-color:hsl(var(--background));color:hsl(var(--foreground));border-color:hsl(var(--border));box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}._toaster_cm5zk_1 [data-sonner-toast] [data-description]{color:hsl(var(--muted-foreground))}._toaster_cm5zk_1 [data-sonner-toast] [data-action]{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}._toaster_cm5zk_1 [data-sonner-toast] [data-cancel]{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground))}._content_i4h21_2{z-index:100;overflow:hidden;border-radius:.375rem;border:1px solid hsl(var(--border));background-color:hsl(var(--popover));padding:.375rem .75rem;font-size:.875rem;line-height:1.25rem;color:hsl(var(--popover-foreground));box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;animation:_fadeIn_i4h21_1 .15s ease-in forwards,_zoomIn95_i4h21_1 .15s ease-in forwards}._content_i4h21_2[data-state=closed]{animation:_fadeOut_i4h21_1 .15s ease-out forwards,_zoomOut95_i4h21_1 .15s ease-out forwards}._content_i4h21_2[data-side=bottom]{animation:_fadeIn_i4h21_1 .15s ease-in forwards,_zoomIn95_i4h21_1 .15s ease-in forwards,_slideInFromTop_i4h21_1 .15s ease-in forwards}._content_i4h21_2[data-side=left]{animation:_fadeIn_i4h21_1 .15s ease-in forwards,_zoomIn95_i4h21_1 .15s ease-in forwards,_slideInFromRight_i4h21_1 .15s ease-in forwards}._content_i4h21_2[data-side=right]{animation:_fadeIn_i4h21_1 .15s ease-in forwards,_zoomIn95_i4h21_1 .15s ease-in forwards,_slideInFromLeft_i4h21_1 .15s ease-in forwards}._content_i4h21_2[data-side=top]{animation:_fadeIn_i4h21_1 .15s ease-in forwards,_zoomIn95_i4h21_1 .15s ease-in forwards,_slideInFromBottom_i4h21_1 .15s ease-in forwards}@keyframes _fadeIn_i4h21_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_i4h21_1{0%{opacity:1}to{opacity:0}}@keyframes _zoomIn95_i4h21_1{0%{transform:scale(.95)}to{transform:scale(1)}}@keyframes _zoomOut95_i4h21_1{0%{transform:scale(1)}to{transform:scale(.95)}}@keyframes _slideInFromTop_i4h21_1{0%{transform:translateY(-.5rem)}to{transform:translateY(0)}}@keyframes _slideInFromBottom_i4h21_1{0%{transform:translateY(.5rem)}to{transform:translateY(0)}}@keyframes _slideInFromLeft_i4h21_1{0%{transform:translate(-.5rem)}to{transform:translate(0)}}@keyframes _slideInFromRight_i4h21_1{0%{transform:translate(.5rem)}to{transform:translate(0)}}._sidebar_1imhz_1{position:fixed;left:0;top:0;height:100%;background-color:hsl(var(--sidebar-background));transition:all .3s;z-index:50;display:flex;flex-direction:column}._collapsed_1imhz_13{width:5rem}._expanded_1imhz_17{width:16rem}._logoArea_1imhz_21{padding:1rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid hsl(var(--sidebar-border))}._logoInner_1imhz_29{display:flex;align-items:center;gap:.5rem}._logoLetter_1imhz_35{font-size:1.5rem;line-height:2rem;font-weight:700;color:hsl(var(--sidebar-foreground))}._logoIcon_1imhz_42{width:1.5rem;height:1.5rem;-o-object-fit:contain;object-fit:contain;display:block}._logoText_1imhz_49{font-size:.875rem;line-height:1.25rem;color:hsl(var(--sidebar-foreground) / .7);font-weight:500}._nav_1imhz_56{flex:1;padding-top:1rem;padding-bottom:1rem;overflow-y:auto}._navList_1imhz_63{display:flex;flex-direction:column;gap:.25rem;padding-left:.5rem;padding-right:1.25rem}._navItemContent_1imhz_71{display:flex;align-items:center;gap:.75rem}._navIcon_1imhz_77{width:1.25rem;height:1.25rem;flex-shrink:0}._navIconActive_1imhz_83{color:hsl(var(--accent))}._navLabel_1imhz_87{font-size:.875rem;line-height:1.25rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._chevron_1imhz_96{width:1rem;height:1rem;transition:transform .2s}._chevronRotated_1imhz_102{transform:rotate(180deg)}._subMenu_1imhz_106{margin-top:.25rem;margin-left:1rem;display:flex;flex-direction:column;gap:.25rem;border-left:1px solid hsl(var(--sidebar-border));padding-left:.75rem}._subIcon_1imhz_116{width:1rem;height:1rem;flex-shrink:0}._subLabel_1imhz_122{font-size:.875rem;line-height:1.25rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._toggleButton_1imhz_131{position:absolute;right:-.75rem;top:5rem;width:1.5rem;height:1.5rem;background-color:hsl(var(--sidebar-accent));border-radius:9999px;display:flex;align-items:center;justify-content:center;color:hsl(var(--sidebar-foreground));transition:background-color .15s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}._toggleButton_1imhz_131:hover{background-color:hsl(var(--accent))}._toggleIcon_1imhz_153{width:1rem;height:1rem}._navButtonFull_1imhz_158{width:100%;justify-content:space-between}._header_1vtz9_1{height:4rem;background-color:hsl(var(--card));border-bottom:1px solid hsl(var(--border));display:flex;align-items:center;justify-content:space-between;padding-left:1.5rem;padding-right:1.5rem}._leftSection_1vtz9_12{display:flex;align-items:center;gap:1rem;flex:1}._fieldColumn_1vtz9_19{display:flex;flex-direction:column}._fieldLabel_1vtz9_24{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground))}._searchWrapper_1vtz9_30{position:relative}._searchIcon_1vtz9_34{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:hsl(var(--muted-foreground));pointer-events:none}._searchInput_1vtz9_45{padding:.5rem 1rem .5rem 2.5rem;width:16rem;border-radius:var(--radius);border:1px solid hsl(var(--border));background-color:hsl(var(--background));font-size:.875rem;line-height:1.25rem}._searchInput_1vtz9_45:focus{outline:none;box-shadow:0 0 0 2px hsl(var(--accent) / .3)}._quickSearchDropdown_1vtz9_63{position:absolute;left:0;top:100%;margin-top:.25rem;min-width:16rem;width:-moz-max-content;width:max-content;max-width:28rem;max-height:20rem;overflow-y:auto;list-style:none;padding:.25rem 0;margin:0;background-color:hsl(var(--card));border-radius:var(--radius);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border:1px solid hsl(var(--border));z-index:50}._quickSearchOption_1vtz9_83{width:100%;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;color:hsl(var(--foreground));text-align:left;background:none;border:none;cursor:pointer;transition:background-color .15s}._quickSearchOption_1vtz9_83:hover{background-color:hsl(var(--muted))}._quickSearchEmpty_1vtz9_100{padding:.75rem 1rem;font-size:.875rem;color:hsl(var(--muted-foreground))}._rightSection_1vtz9_106{display:flex;align-items:center;gap:1.5rem;position:relative;z-index:1}._shortcutsWrapper_1vtz9_114{position:relative}._shortcutsButton_1vtz9_118{padding:.5rem 2rem .5rem 2.5rem;width:12rem;border-radius:var(--radius);border:1px solid hsl(var(--border));background-color:hsl(var(--background));font-size:.875rem;line-height:1.25rem;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:.5rem;cursor:pointer}._shortcutsButtonLabel_1vtz9_137{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._chevronOpen_1vtz9_143{transform:rotate(180deg)}._shortcutsDropdown_1vtz9_147{position:absolute;left:0;top:100%;margin-top:.25rem;min-width:12rem;max-height:16rem;overflow-y:auto;list-style:none;padding:.25rem 0;margin:0;background-color:hsl(var(--card));border-radius:var(--radius);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border:1px solid hsl(var(--border));z-index:50}._shortcutOption_1vtz9_165{width:100%;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;color:hsl(var(--foreground));text-align:left;background:none;border:none;cursor:pointer;transition:background-color .15s}._shortcutOption_1vtz9_165:hover{background-color:hsl(var(--muted))}._chevronIcon_1vtz9_182{width:1rem;height:1rem;color:hsl(var(--muted-foreground))}._unitWrapper_1vtz9_188{position:relative}._unitButton_1vtz9_192{padding:.5rem 1rem;border-radius:var(--radius);border:1px solid hsl(var(--border));background-color:hsl(var(--background));font-size:.875rem;line-height:1.25rem;display:flex;align-items:center;gap:.5rem;min-width:200px;cursor:pointer}._unitText_1vtz9_206{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._unitDropdown_1vtz9_212{position:absolute;left:0;top:100%;margin-top:.25rem;min-width:100%;max-height:16rem;overflow-y:auto;list-style:none;padding:.25rem 0;margin:0;background-color:hsl(var(--card));border-radius:var(--radius);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border:1px solid hsl(var(--border));z-index:50}._unitOption_1vtz9_230{width:100%;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;color:hsl(var(--foreground));text-align:left;background:none;border:none;cursor:pointer;transition:background-color .15s}._unitOption_1vtz9_230:hover{background-color:hsl(var(--muted))}._flexShrink0_1vtz9_247{flex-shrink:0}._avatarWrapper_1vtz9_251{position:relative}._avatar_1vtz9_251{width:2.5rem;height:2.5rem;border-radius:9999px;background:linear-gradient(to bottom right,#fdba74,#f97316);display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer}._avatarText_1vtz9_267{color:#fff;font-weight:500;font-size:.875rem;line-height:1.25rem}._dropdown_1vtz9_274{position:absolute;right:0;top:100%;margin-top:.5rem;width:16rem;background-color:hsl(var(--card));border-radius:var(--radius);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border:1px solid hsl(var(--border));z-index:50}._userInfo_1vtz9_287{padding:1rem;display:flex;flex-direction:column;align-items:center;border-bottom:1px solid hsl(var(--border))}._avatarLarge_1vtz9_295{width:4rem;height:4rem;border-radius:9999px;background:linear-gradient(to bottom right,#fdba74,#f97316);display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:.75rem}._avatarLargeText_1vtz9_307{color:#fff;font-weight:700;font-size:1.25rem;line-height:1.75rem}._userName_1vtz9_314{font-weight:600;color:hsl(var(--foreground))}._userEmail_1vtz9_319{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._roleRow_1vtz9_325{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._roleIcon_1vtz9_335{width:1rem;height:1rem}._unitBadge_1vtz9_340{margin-top:.5rem;padding:.25rem .75rem;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border-radius:9999px;font-size:.75rem;line-height:1rem;font-weight:500}._menuItems_1vtz9_351{padding-top:.5rem;padding-bottom:.5rem}._menuButton_1vtz9_356{width:100%;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;color:hsl(var(--foreground));display:flex;align-items:center;gap:.75rem;transition:background-color .15s}._menuButton_1vtz9_356:hover{background-color:hsl(var(--muted))}._menuIcon_1vtz9_372{width:1rem;height:1rem;color:hsl(var(--muted-foreground))}._wrapper_rwo8p_1{min-height:100vh;background-color:hsl(var(--background))}._contentArea_rwo8p_6{transition:all .3s}._contentCollapsed_rwo8p_10{margin-left:5rem}._contentExpanded_rwo8p_14{margin-left:16rem}._main_rwo8p_18{padding:1.5rem}._container_12k19_1{min-height:100vh;display:flex}._leftPanel_12k19_7{display:none}@media (min-width: 1024px){._leftPanel_12k19_7{display:flex;width:50%;position:relative;align-items:center;justify-content:center;padding:3rem}}._cyanCircle8_12k19_22{width:2rem;height:2rem;top:15%;left:10%}._magentaCircle4_12k19_29{width:1rem;height:1rem;top:12%;right:35%}._magentaOutlineCircle6_12k19_36{width:1.5rem;height:1.5rem;top:8%;left:25%}._cyanCircle5_12k19_43{width:1.25rem;height:1.25rem;bottom:40%;left:8%}._magentaOutlineCircle10_12k19_50{width:2.5rem;height:2.5rem;bottom:35%;right:30%}._cyanCircle4Bottom_12k19_57{width:1rem;height:1rem;bottom:25%;right:25%}._magentaCircle16_12k19_64{width:4rem;height:4rem;bottom:20%;right:35%}._cyanCircle6Bottom_12k19_71{width:1.5rem;height:1.5rem;bottom:10%;left:45%}._cornerAccent_12k19_78{position:absolute;top:0;left:0;width:8rem;height:8rem;background-color:var(--mondrian-cyan, #00d4ff);clip-path:polygon(0 0,100% 0,0 100%)}._logoContainer_12k19_88{position:relative;z-index:10;text-align:center}._logoImage_12k19_94{max-width:28rem;margin-left:auto;margin-right:auto}._rightPanel_12k19_101{width:100%;display:flex;align-items:center;justify-content:center;padding:2rem;background-color:hsl(var(--card));position:relative}@media (min-width: 1024px){._rightPanel_12k19_101{width:50%}}._mobileDecorativeWrapper_12k19_118{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}@media (min-width: 1024px){._mobileDecorativeWrapper_12k19_118{display:none}}._mobileCyanCircle_12k19_131{width:1.5rem;height:1.5rem;top:5%;right:10%}._mobileMagentaCircle_12k19_138{width:.75rem;height:.75rem;top:15%;left:15%}._formWrapper_12k19_145{width:100%;max-width:28rem;display:flex;flex-direction:column;gap:2rem}._mobileLogo_12k19_154{text-align:center;margin-bottom:2rem}@media (min-width: 1024px){._mobileLogo_12k19_154{display:none}}._mobileLogoImg_12k19_165{height:3rem;margin-left:auto;margin-right:auto}._desktopLogo_12k19_172{display:none;text-align:center;margin-bottom:2rem}@media (min-width: 1024px){._desktopLogo_12k19_172{display:block}}._desktopLogoImg_12k19_184{height:4rem;margin-left:auto;margin-right:auto}._welcomeSection_12k19_191{text-align:center}@media (min-width: 1024px){._welcomeSection_12k19_191{text-align:left}}._welcomeTitle_12k19_201{font-size:1.5rem;line-height:2rem;font-weight:700;color:hsl(var(--foreground))}._welcomeSubtitle_12k19_208{margin-top:.5rem;color:hsl(var(--muted-foreground))}._form_12k19_145{display:flex;flex-direction:column;gap:1.5rem}._errorBox_12k19_220{padding:.75rem;border-radius:var(--radius);background-color:hsl(var(--destructive) / .1);border:1px solid hsl(var(--destructive) / .2);color:hsl(var(--destructive));font-size:.875rem;line-height:1.25rem}._fieldGroup_12k19_230{display:flex;flex-direction:column;gap:.5rem}._label_12k19_236{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--foreground))}._inputWrapper_12k19_243{position:relative}._inputIcon_12k19_247{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;color:hsl(var(--accent))}._togglePasswordBtn_12k19_257{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:hsl(var(--muted-foreground));background:none;border:none;cursor:pointer;padding:0;transition:color .15s}._togglePasswordBtn_12k19_257:hover{color:hsl(var(--foreground))}._iconSize_12k19_274{width:1.25rem;height:1.25rem}._submitBtn_12k19_279{width:100%;padding-top:1rem;padding-bottom:1rem;font-size:1rem;line-height:1.5rem}._submitBtn_12k19_279:disabled{opacity:.5}._googleBtn_12k19_291{width:100%;padding-top:1rem;padding-bottom:1rem;font-size:1rem;line-height:1.5rem;display:flex;align-items:center;justify-content:center;gap:.75rem}._googleIcon_12k19_303{width:1.25rem;height:1.25rem}._forgotPasswordRow_12k19_308{text-align:right}._forgotPasswordLink_12k19_312{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground));transition:color .15s;text-decoration:none}._forgotPasswordLink_12k19_312:hover{color:hsl(var(--foreground))}._registerSection_12k19_325{text-align:center;padding-top:1.5rem}._registerText_12k19_330{color:hsl(var(--muted-foreground))}._registerBtn_12k19_334{color:hsl(var(--accent));font-weight:500;background:none;border:none;cursor:pointer;padding:0}._registerBtn_12k19_334:hover{text-decoration:underline}._footer_12k19_348{text-align:center;padding-top:2rem;font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._container_nv64s_1{display:flex;align-items:center;gap:.5rem}._container_nv64s_1:has(:disabled){opacity:.5}._input_nv64s_11:disabled{cursor:not-allowed}._group_nv64s_15{display:flex;align-items:center}._slot_nv64s_20{position:relative;display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-top:1px solid hsl(var(--input));border-bottom:1px solid hsl(var(--input));border-right:1px solid hsl(var(--input));font-size:.875rem;line-height:1.25rem;transition:all .15s}._slot_nv64s_20:first-child{border-left:1px solid hsl(var(--input));border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}._slot_nv64s_20:last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}._slotActive_nv64s_46{z-index:10;box-shadow:0 0 0 2px hsl(var(--ring));outline-offset:hsl(var(--background))}._fakeCaret_nv64s_52{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}._caretBlink_nv64s_61{height:1rem;width:1px;background-color:hsl(var(--foreground));animation:_caretBlink_nv64s_61 1s steps(1) infinite}@keyframes _caretBlink_nv64s_61{0%,70%{opacity:1}71%,to{opacity:0}}._container_ocbvo_1{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background-color:hsl(var(--background));position:relative}._decorativeWrapper_ocbvo_12{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}._cyanCircle6_ocbvo_19{width:1.5rem;height:1.5rem;top:10%;left:15%}._magentaCircle3_ocbvo_26{width:.75rem;height:.75rem;top:8%;right:30%}._magentaOutlineCircle4_ocbvo_33{width:1rem;height:1rem;top:5%;left:40%}._cyanCircle4_ocbvo_40{width:1rem;height:1rem;bottom:30%;right:10%}._magentaCircle2_ocbvo_47{width:.5rem;height:.5rem;bottom:20%;left:20%}._formArea_ocbvo_54{width:100%;max-width:28rem;display:flex;flex-direction:column;gap:2rem;flex:1;align-items:center;justify-content:center}._logoSection_ocbvo_65{text-align:center}._logoImg_ocbvo_69{height:5rem;margin-left:auto;margin-right:auto}._form_ocbvo_54{width:100%;display:flex;flex-direction:column;gap:1.5rem}._codeDescription_ocbvo_82{text-align:center}._codeDescriptionText_ocbvo_86{color:hsl(var(--muted-foreground))}._errorBox_ocbvo_90{padding:.75rem;border-radius:var(--radius);background-color:hsl(var(--destructive) / .1);border:1px solid hsl(var(--destructive) / .2);color:hsl(var(--destructive));font-size:.875rem;line-height:1.25rem;text-align:center}._otpWrapper_ocbvo_101{display:flex;justify-content:center}._otpSlot_ocbvo_106{width:3.5rem;height:3.5rem;font-size:1.125rem;line-height:1.75rem;border:2px dashed hsl(var(--muted-foreground) / .3);background-color:hsl(var(--muted) / .3);border-radius:var(--radius)}._submitBtn_ocbvo_116{width:100%;padding-top:1rem;padding-bottom:1rem;font-size:1rem;line-height:1.5rem}._submitBtn_ocbvo_116:disabled{opacity:.5}._fieldGroup_ocbvo_129{display:flex;flex-direction:column;gap:.5rem}._label_ocbvo_135{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--muted-foreground))}._inputWrapper_ocbvo_142{position:relative}._inputIcon_ocbvo_146{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;color:hsl(var(--muted-foreground))}._togglePasswordBtn_ocbvo_156{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:hsl(var(--muted-foreground));background:none;border:none;cursor:pointer;padding:0;transition:color .15s}._togglePasswordBtn_ocbvo_156:hover{color:hsl(var(--foreground))}._iconSize_ocbvo_173{width:1.25rem;height:1.25rem}._footer_ocbvo_178{text-align:center;padding-top:2rem;padding-bottom:2rem;font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._container_1xmgm_1{min-height:100vh;background-color:hsl(var(--muted));display:flex;align-items:center;justify-content:center;padding:1rem}._sidebarPreview_1xmgm_10{position:fixed;left:0;top:0;height:100%;width:4rem;background-color:hsl(var(--sidebar-background));display:none}@media (min-width: 768px){._sidebarPreview_1xmgm_10{display:block}}._sidebarPreviewInner_1xmgm_26{padding:1rem}._sidebarLetter_1xmgm_30{width:2rem;height:2rem;color:hsl(var(--sidebar-foreground));font-weight:700;font-size:1.25rem;line-height:1.75rem}._modal_1xmgm_39{background-color:hsl(var(--card));border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;padding:2rem;width:100%;max-width:28rem}._headerSection_1xmgm_48{text-align:center;margin-bottom:2rem}._headerTitle_1xmgm_53{font-size:1.25rem;line-height:1.75rem;font-weight:600;color:hsl(var(--foreground))}._headerAccent_1xmgm_60{color:hsl(var(--accent))}._unitsList_1xmgm_64{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}._unitLabel_1xmgm_71{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:var(--radius);border:2px solid hsl(var(--border));cursor:pointer;transition:all .15s}._unitLabel_1xmgm_71:hover{border-color:hsl(var(--accent) / .5)}._unitLabelSelected_1xmgm_86{border-color:hsl(var(--accent));background-color:hsl(var(--accent) / .05)}._unitRadio_1xmgm_91{width:1rem;height:1rem;color:hsl(var(--accent))}._starIcon_1xmgm_97{width:1.25rem;height:1.25rem;color:hsl(var(--warning));fill:hsl(var(--warning))}._unitName_1xmgm_104{color:hsl(var(--foreground))}._matrixLabel_1xmgm_108{color:hsl(var(--muted-foreground))}._continueBtn_1xmgm_112{width:100%;padding-top:.75rem;padding-bottom:.75rem;font-size:1rem;line-height:1.5rem}._continueBtn_1xmgm_112:disabled{opacity:.5;cursor:not-allowed}._container_gkfsm_1{display:flex;min-height:100vh;align-items:center;justify-content:center;background-color:hsl(var(--muted))}._content_gkfsm_9{text-align:center}._title_gkfsm_13{margin-bottom:1rem;font-size:2.25rem;line-height:2.5rem;font-weight:700}._message_gkfsm_20{margin-bottom:1rem;font-size:1.25rem;line-height:1.75rem;color:hsl(var(--muted-foreground))}._link_gkfsm_27{color:hsl(var(--primary));text-decoration:underline;transition:color .15s}._link_gkfsm_27:hover{color:hsl(var(--primary) / .9)}._container_1ycu5_1{display:flex;flex-direction:column;gap:1.5rem}._chartCard_1ycu5_7{padding:1.5rem}._chartHeader_1ycu5_11{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}._chartTitle_1ycu5_18{font-size:1.125rem;line-height:1.75rem;font-weight:600;color:hsl(var(--foreground))}._dateRangeSelector_1ycu5_25{display:flex;align-items:center;gap:1rem}._dateRangeBox_1ycu5_31{display:flex;align-items:center;gap:.5rem;border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._dateStart_1ycu5_40{padding:.5rem 1rem;background-color:hsl(var(--muted) / .5)}._dateEnd_1ycu5_45{padding:.5rem 1rem}._dateLabel_1ycu5_49{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground))}._dateValue_1ycu5_55{font-size:.875rem;line-height:1.25rem;font-weight:500}._statsBadges_1ycu5_62{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}._salesBadgeCount_1ycu5_69{margin-left:.5rem;background-color:#fff3;padding:.125rem .5rem;border-radius:calc(var(--radius) - 2px)}._revenueText_1ycu5_76{color:hsl(var(--muted-foreground))}._revenueValue_1ycu5_80{font-weight:600;color:hsl(var(--foreground));margin-left:.5rem}._chartContainer_1ycu5_87{height:20rem}._twoColumnGrid_1ycu5_92{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 1024px){._twoColumnGrid_1ycu5_92{grid-template-columns:repeat(2,1fr)}}._sectionCard_1ycu5_104{padding:1.5rem}._sectionTitle_1ycu5_108{font-size:1.125rem;line-height:1.75rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:1rem}._tableWrapper_1ycu5_116{overflow-x:auto;max-height:20rem;overflow-y:auto}._overflowXAuto_1ycu5_122{overflow-x:auto}._topCoursesHeader_1ycu5_127{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._topCoursesDateBox_1ycu5_134{display:flex;align-items:center;gap:.5rem;border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden;font-size:.75rem;line-height:1rem}._topCoursesDateStart_1ycu5_145{padding:.375rem .75rem;background-color:hsl(var(--muted) / .5)}._topCoursesDateEnd_1ycu5_150{padding:.375rem .75rem}._topCoursesDateLabel_1ycu5_154{color:hsl(var(--muted-foreground))}._topCoursesDateValue_1ycu5_158{font-weight:500}._textCenter_1ycu5_162{text-align:center}._textRight_1ycu5_166{text-align:right}._truncateCell_1ycu5_170{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._textSuccess_1ycu5_177{color:hsl(var(--success));font-weight:500}._textMutedForeground_1ycu5_182{color:hsl(var(--muted-foreground))}._notificationsCard_1ycu5_187{padding:1.5rem}._notificationsHeader_1ycu5_191{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._moreBtn_1ycu5_198{color:hsl(var(--muted-foreground));background:none;border:none;cursor:pointer;padding:0}._moreBtn_1ycu5_198:hover{color:hsl(var(--foreground))}._notificationsGrid_1ycu5_210{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 1024px){._notificationsGrid_1ycu5_210{grid-template-columns:repeat(2,1fr)}}._notificationSectionTitle_1ycu5_222{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--accent));margin-bottom:1rem}._notificationList_1ycu5_230{display:flex;flex-direction:column;gap:1rem;max-height:15rem;overflow-y:auto;padding-right:.5rem}._notificationItem_1ycu5_239{display:flex;align-items:flex-start;gap:.75rem}._notificationDotWrapper_1ycu5_245{margin-top:.5rem}._notificationContent_1ycu5_249{flex:1}._notificationTitle_1ycu5_253{font-weight:500;color:hsl(var(--foreground));font-size:.875rem;line-height:1.25rem}._notificationDescription_1ycu5_260{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground))}._notificationTime_1ycu5_266{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground));white-space:nowrap}._readNotificationItem_1ycu5_273{display:flex;align-items:flex-start;gap:.75rem;opacity:.7}._base_athgt_2{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:calc(var(--radius) - 2px);font-size:.875rem;line-height:1.25rem;font-weight:500;ring-offset-color:hsl(var(--background));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._base_athgt_2:focus-visible{outline:none;box-shadow:0 0 0 2px hsl(var(--background)),0 0 0 4px hsl(var(--ring))}._base_athgt_2:disabled{pointer-events:none;opacity:.5}._base_athgt_2 svg{pointer-events:none;width:1rem;height:1rem;flex-shrink:0}._variantDefault_athgt_36{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}._variantDefault_athgt_36:hover{background-color:hsl(var(--primary) / .9)}._variantDestructive_athgt_46{background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}._variantDestructive_athgt_46:hover{background-color:hsl(var(--destructive) / .9)}._variantOutline_athgt_56{border:1px solid hsl(var(--input));background-color:hsl(var(--background))}._variantOutline_athgt_56:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._variantSecondary_athgt_67{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}._variantSecondary_athgt_67:hover{background-color:hsl(var(--secondary) / .8)}._variantGhost_athgt_77:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._variantLink_athgt_87{color:hsl(var(--primary));text-underline-offset:4px}._variantLink_athgt_87:hover{text-decoration:underline}._sizeDefault_athgt_97{height:2.5rem;padding:.5rem 1rem}._sizeSm_athgt_103{height:2.25rem;border-radius:calc(var(--radius) - 2px);padding:0 .75rem}._sizeLg_athgt_110{height:2.75rem;border-radius:calc(var(--radius) - 2px);padding:0 2rem}._sizeIcon_athgt_117{height:2.5rem;width:2.5rem}._calendar_xrakk_1{padding:.75rem}._months_xrakk_5{display:flex;flex-direction:column}@media (min-width: 640px){._months_xrakk_5{flex-direction:row;-moz-column-gap:1rem;column-gap:1rem}}._month_xrakk_5{display:flex;flex-direction:column;gap:1rem}._caption_xrakk_23{display:flex;justify-content:center;padding-top:.25rem;position:relative;align-items:center}._captionLabel_xrakk_31{font-size:.875rem;line-height:1.25rem;font-weight:500}._nav_xrakk_37{display:flex;align-items:center;gap:.25rem}._navButton_xrakk_43{height:1.75rem;width:1.75rem;background-color:transparent;padding:0;opacity:.5}._navButton_xrakk_43:hover{opacity:1}._navButtonPrevious_xrakk_55{position:absolute;left:.25rem}._navButtonNext_xrakk_60{position:absolute;right:.25rem}._table_xrakk_65{width:100%;border-collapse:collapse}._headRow_xrakk_70{display:flex}._headCell_xrakk_74{color:hsl(var(--muted-foreground));border-radius:calc(var(--radius) - 2px);width:2.25rem;font-weight:400;font-size:.8rem}._row_xrakk_82{display:flex;width:100%;margin-top:.5rem}._cell_xrakk_88{height:2.25rem;width:2.25rem;text-align:center;font-size:.875rem;line-height:1.25rem;padding:0;position:relative}._cell_xrakk_88:has([aria-selected]._dayRangeEnd_xrakk_98){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}._cell_xrakk_88:has([aria-selected]._dayOutsideClass_xrakk_103){background-color:hsl(var(--accent) / .5)}._cell_xrakk_88:first-child:has([aria-selected]){border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}._cell_xrakk_88:last-child:has([aria-selected]){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}._cell_xrakk_88:focus-within{position:relative;z-index:20}._day_xrakk_98{height:2.25rem;width:2.25rem;padding:0;font-weight:400}._day_xrakk_98[aria-selected=true]{opacity:1}._daySelected_xrakk_137,._daySelected_xrakk_137:hover{background-color:hsl(var(--primary))!important;color:hsl(var(--primary-foreground))!important}._daySelected_xrakk_137:focus{background-color:hsl(var(--primary))!important;color:hsl(var(--primary-foreground))!important}._dayToday_xrakk_152,._dayToday_xrakk_152:hover{background-color:hsl(var(--accent))!important;color:hsl(var(--accent-foreground))!important}._daySelected_xrakk_137._dayToday_xrakk_152{background-color:hsl(var(--primary))!important;color:hsl(var(--primary-foreground))!important}._dayOutsideClass_xrakk_103{color:hsl(var(--muted-foreground));opacity:.5}._dayOutsideClass_xrakk_103[aria-selected=true]{background-color:hsl(var(--accent) / .5);color:hsl(var(--muted-foreground));opacity:.3}._dayDisabled_xrakk_179{color:hsl(var(--muted-foreground));opacity:.5}._dayRangeMiddle_xrakk_184[aria-selected=true]{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._dayHidden_xrakk_193{visibility:hidden}._icon_xrakk_197{height:1rem;width:1rem}._content_1479v_2{z-index:50;width:18rem;border-radius:.375rem;border:1px solid hsl(var(--border));background-color:hsl(var(--popover));padding:1rem;color:hsl(var(--popover-foreground));box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;outline:none}._content_1479v_2[data-state=open]{animation:_fadeIn_1479v_1 .15s ease-in forwards,_zoomIn95_1479v_1 .15s ease-in forwards}._content_1479v_2[data-state=closed]{animation:_fadeOut_1479v_1 .15s ease-out forwards,_zoomOut95_1479v_1 .15s ease-out forwards}._content_1479v_2[data-side=bottom]{animation:_fadeIn_1479v_1 .15s ease-in forwards,_zoomIn95_1479v_1 .15s ease-in forwards,_slideInFromTop_1479v_1 .15s ease-in forwards}._content_1479v_2[data-side=left]{animation:_fadeIn_1479v_1 .15s ease-in forwards,_zoomIn95_1479v_1 .15s ease-in forwards,_slideInFromRight_1479v_1 .15s ease-in forwards}._content_1479v_2[data-side=right]{animation:_fadeIn_1479v_1 .15s ease-in forwards,_zoomIn95_1479v_1 .15s ease-in forwards,_slideInFromLeft_1479v_1 .15s ease-in forwards}._content_1479v_2[data-side=top]{animation:_fadeIn_1479v_1 .15s ease-in forwards,_zoomIn95_1479v_1 .15s ease-in forwards,_slideInFromBottom_1479v_1 .15s ease-in forwards}@keyframes _fadeIn_1479v_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_1479v_1{0%{opacity:1}to{opacity:0}}@keyframes _zoomIn95_1479v_1{0%{transform:scale(.95)}to{transform:scale(1)}}@keyframes _zoomOut95_1479v_1{0%{transform:scale(1)}to{transform:scale(.95)}}@keyframes _slideInFromTop_1479v_1{0%{transform:translateY(-.5rem)}to{transform:translateY(0)}}@keyframes _slideInFromBottom_1479v_1{0%{transform:translateY(.5rem)}to{transform:translateY(0)}}@keyframes _slideInFromLeft_1479v_1{0%{transform:translate(-.5rem)}to{transform:translate(0)}}@keyframes _slideInFromRight_1479v_1{0%{transform:translate(.5rem)}to{transform:translate(0)}}._trigger_588b5_2{display:flex;height:2.5rem;width:100%;align-items:center;justify-content:space-between;border-radius:calc(var(--radius) - 2px);border:1px solid hsl(var(--input));background-color:hsl(var(--background));padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;ring-offset-color:hsl(var(--background))}._trigger_588b5_2>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}._trigger_588b5_2::-moz-placeholder{color:hsl(var(--muted-foreground))}._trigger_588b5_2::placeholder{color:hsl(var(--muted-foreground))}._trigger_588b5_2:focus{outline:none;box-shadow:none;border-color:hsl(var(--border))}._trigger_588b5_2:disabled{cursor:not-allowed;opacity:.5}._triggerIcon_588b5_40{height:1rem;width:1rem;opacity:.5}._scrollButton_588b5_47{display:flex;cursor:default;align-items:center;justify-content:center;padding:.25rem 0}._scrollButtonIcon_588b5_55{height:1rem;width:1rem}._content_588b5_61{position:relative;z-index:100;max-height:min(24rem,85vh);min-width:8rem;overflow:hidden;border-radius:calc(var(--radius) - 2px);border:1px solid hsl(var(--border));background-color:hsl(var(--popover));color:hsl(var(--popover-foreground));box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}._content_588b5_61[data-state=open]{animation:_animateIn_588b5_1 .2s ease-out}._content_588b5_61[data-state=closed]{animation:_animateOut_588b5_1 .2s ease-in}._content_588b5_61[data-side=bottom]{animation:_slideInFromTop_588b5_1 .2s ease-out}._content_588b5_61[data-side=left]{animation:_slideInFromRight_588b5_1 .2s ease-out}._content_588b5_61[data-side=right]{animation:_slideInFromLeft_588b5_1 .2s ease-out}._content_588b5_61[data-side=top]{animation:_slideInFromBottom_588b5_1 .2s ease-out}._contentPopper_588b5_101[data-side=bottom]{transform:translateY(.25rem)}._contentPopper_588b5_101[data-side=left]{transform:translate(-.25rem)}._contentPopper_588b5_101[data-side=right]{transform:translate(.25rem)}._contentPopper_588b5_101[data-side=top]{transform:translateY(-.25rem)}._viewport_588b5_118{padding:.25rem;max-height:min(24rem,85vh);overflow-y:auto;overflow-x:hidden}._viewportPopper_588b5_125{width:100%;min-width:var(--radix-select-trigger-width)}._label_588b5_131{padding:.375rem .5rem .375rem 2rem;font-size:.875rem;line-height:1.25rem;font-weight:600}._item_588b5_139{position:relative;display:flex;width:100%;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;border-radius:2px;padding:.375rem .5rem .375rem 2rem;font-size:.875rem;line-height:1.25rem;outline:none}._item_588b5_139[data-disabled]{pointer-events:none;opacity:.5}._item_588b5_139:focus{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._itemIndicatorWrapper_588b5_164{position:absolute;left:.5rem;display:flex;height:.875rem;width:.875rem;align-items:center;justify-content:center}._itemIndicatorIcon_588b5_174{height:1rem;width:1rem}._separator_588b5_180{margin:.25rem -.25rem;height:1px;background-color:hsl(var(--muted))}@keyframes _animateIn_588b5_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes _animateOut_588b5_1{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes _slideInFromTop_588b5_1{0%{transform:translateY(-.5rem)}}@keyframes _slideInFromBottom_588b5_1{0%{transform:translateY(.5rem)}}@keyframes _slideInFromLeft_588b5_1{0%{transform:translate(-.5rem)}}@keyframes _slideInFromRight_588b5_1{0%{transform:translate(.5rem)}}._container_138m2_1{display:flex;flex-direction:column;gap:1.5rem}._header_138m2_8{display:flex;align-items:center;justify-content:space-between}._breadcrumb_138m2_14{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._pageTitle_138m2_20{font-size:1.5rem;line-height:2rem;font-weight:700;color:hsl(var(--foreground))}._filtersRow_138m2_28{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;padding:1rem;background-color:hsl(var(--card));border-radius:var(--radius);border:1px solid hsl(var(--border))}._filtersLabel_138m2_39{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--foreground))}._periodSection_138m2_46{display:flex;align-items:center;gap:.5rem;margin-left:auto}._periodLabel_138m2_53{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._mainGrid_138m2_60{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 1024px){._mainGrid_138m2_60{grid-template-columns:2fr 1fr}}._leftColumn_138m2_72{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 1024px){._leftColumn_138m2_72{grid-column:span 2}}@media (min-width: 1024px){._mainGrid_138m2_60{grid-template-columns:repeat(3,1fr)}._leftColumn_138m2_72{grid-column:span 2}}._rightColumn_138m2_93{display:flex;flex-direction:column;gap:1.5rem}._blockCard_138m2_100{padding:1.5rem}._blockHeader_138m2_104{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem}._blockTitleRow_138m2_111{display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem}._blockTitle_138m2_111{font-size:1.125rem;line-height:1.75rem;font-weight:600;color:hsl(var(--foreground))}._blockSubLabel_138m2_125{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._blockSubValue_138m2_131{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--accent))}._blockSubNote_138m2_138{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground))}._blockBigValue_138m2_144{font-size:1.875rem;line-height:2.25rem;font-weight:700;color:hsl(var(--accent))}._blockChangeText_138m2_151{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground));margin-top:.25rem}._equilibrioSection_138m2_158{margin-bottom:1rem}._equilibrioLabel_138m2_162{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._equilibrioValue_138m2_168{font-size:1.25rem;line-height:1.75rem;font-weight:600;color:hsl(var(--accent))}._chartContainer_138m2_175{height:16rem}._lucroRow_138m2_180{display:flex;align-items:center;gap:.75rem}._lucroBadge_138m2_186{padding:.25rem .5rem;background-color:hsl(var(--success) / .1);color:hsl(var(--success));font-size:.875rem;line-height:1.25rem;font-weight:500;border-radius:9999px}._comparativoTitle_138m2_197{font-size:1.125rem;line-height:1.75rem;font-weight:600;color:hsl(var(--foreground))}._comparativoSubtitle_138m2_204{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._comparativoTitleSection_138m2_210{margin-bottom:1rem}._indicadoresGrid_138m2_214{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem}@media (min-width: 768px){._indicadoresGrid_138m2_214{grid-template-columns:repeat(4,1fr)}}._indicadorBtn_138m2_227{padding:.75rem;border-radius:var(--radius);border:2px solid hsl(var(--border));text-align:left;transition:all .15s;background:none;cursor:pointer}._indicadorBtn_138m2_227:hover{border-color:hsl(var(--accent) / .5)}._indicadorBtnSelected_138m2_241{border-color:hsl(var(--accent));background-color:hsl(var(--accent) / .05)}._indicadorHeader_138m2_246{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}._indicadorSigla_138m2_253{font-weight:600;color:hsl(var(--foreground))}._indicadorIcon_138m2_258{width:1rem;height:1rem}._indicadorIconMuted_138m2_263{color:hsl(var(--muted-foreground))}._indicadorIconWarning_138m2_267{color:hsl(var(--warning))}._indicadorValue_138m2_271{font-size:1.125rem;line-height:1.75rem;font-weight:700;color:hsl(var(--foreground))}._detailPanel_138m2_279{background-color:hsl(var(--success) / .8);border-radius:var(--radius);padding:1.5rem;color:#fff}._detailName_138m2_286{text-align:center;font-size:1.125rem;line-height:1.75rem;font-weight:500;margin-bottom:.5rem}._detailValue_138m2_294{text-align:center;font-size:2.25rem;line-height:2.5rem;font-weight:700;margin-bottom:.75rem}._detailCurrencyBox_138m2_302{background-color:hsl(var(--success));border-radius:var(--radius);padding:.5rem 1rem;text-align:center;margin-bottom:1rem}._detailInnerCard_138m2_310{background-color:hsl(var(--card));border-radius:var(--radius);padding:1rem;color:hsl(var(--foreground))}._detailInnerName_138m2_317{text-align:center;font-weight:500;margin-bottom:.5rem}._detailInnerDescription_138m2_323{text-align:center;font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground));margin-bottom:1rem}._detailInnerLabel_138m2_331{text-align:center;font-weight:500;margin-bottom:.75rem}._tooltipWrapper_138m2_337{position:relative;margin-bottom:.5rem}._tooltipBadge_138m2_342{position:absolute;top:-1.5rem;font-size:.75rem;line-height:1rem;font-weight:500;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));padding:.25rem .5rem;border-radius:calc(var(--radius) - 2px);transform:translate(-50%)}._progressBar_138m2_355{display:flex;border-radius:9999px;overflow:hidden;height:.75rem}._progressSuccess_138m2_362{background-color:hsl(var(--success));flex:1}._progressWarning_138m2_367{background-color:hsl(var(--warning));flex:1}._progressDestructive_138m2_372{background-color:hsl(var(--destructive));flex:1}._legendRow_138m2_377{display:flex;justify-content:space-between;margin-top:.5rem;font-size:.75rem;line-height:1rem}._legendItem_138m2_385{display:flex;align-items:center;gap:.25rem}._legendDot_138m2_391{width:.75rem;height:.75rem;border-radius:calc(var(--radius) - 2px)}._legendDotSuccess_138m2_397{background-color:hsl(var(--success))}._legendDotWarning_138m2_401{background-color:hsl(var(--warning))}._legendDotDestructive_138m2_405{background-color:hsl(var(--destructive))}._legendMuted_138m2_409{color:hsl(var(--muted-foreground))}._paymentCard_138m2_414{padding:1.5rem}._paymentTitle_138m2_418{font-size:1.125rem;line-height:1.75rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:1rem}._dateFilterSection_138m2_426{margin-bottom:1rem}._accountFilterSection_138m2_430,._paymentSection_138m2_435{margin-bottom:1.5rem}._paymentSectionTitle_138m2_439{font-size:.875rem;line-height:1.25rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.75rem}._paymentRows_138m2_447{display:flex;flex-direction:column;gap:.5rem}._paymentRow_138m2_447{display:flex;justify-content:space-between}._paymentRowLabel_138m2_458{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._paymentRowValueAccent_138m2_464{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--accent))}._paymentRowValueDestructive_138m2_471{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--destructive))}._paymentRowValueSuccess_138m2_478{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--success))}._paymentTotalRow_138m2_485{display:flex;justify-content:space-between;border-top:1px solid hsl(var(--border));padding-top:.5rem}._paymentTotalLabel_138m2_492{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--foreground))}._paymentTotalValueAccent_138m2_499{font-size:.875rem;line-height:1.25rem;font-weight:700;color:hsl(var(--accent))}._totalConsolidado_138m2_507{margin-bottom:1.5rem;padding:1rem;background-color:hsl(var(--muted) / .3);border-radius:var(--radius)}._paymentRowValueForeground_138m2_514{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--foreground))}._saldoSection_138m2_522{display:flex;flex-direction:column;gap:.75rem}._saldoRow_138m2_528{display:flex;justify-content:space-between}._saldoLabel_138m2_533{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._saldoValueBold_138m2_539{font-size:.875rem;line-height:1.25rem;font-weight:700;color:hsl(var(--foreground))}._saldoValueMedium_138m2_546{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--foreground))}._contasCard_138m2_554{padding:1.5rem}._contasTitle_138m2_558{font-size:1.125rem;line-height:1.75rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:1rem}._contasList_138m2_566{display:flex;flex-direction:column;gap:.75rem}._contaItem_138m2_572{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background-color:hsl(var(--muted) / .3);border-radius:var(--radius)}._contaNome_138m2_581{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--foreground));overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}._contaSaldo_138m2_592{font-size:.875rem;line-height:1.25rem;font-weight:700;color:hsl(var(--success));margin-left:.5rem}._input_ck69c_2{display:flex;height:2.5rem;width:100%;border-radius:calc(var(--radius) - 2px);border:1px solid hsl(var(--input));background-color:hsl(var(--background));padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._input_ck69c_2::file-selector-button{border:0;background-color:transparent;font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--foreground))}._input_ck69c_2::-moz-placeholder{color:hsl(var(--muted-foreground))}._input_ck69c_2::placeholder{color:hsl(var(--muted-foreground))}._input_ck69c_2:focus,._input_ck69c_2:focus-visible{outline:none;box-shadow:none;border-color:hsl(var(--border))}._input_ck69c_2:disabled{cursor:not-allowed;opacity:.5}@media (min-width: 768px){._input_ck69c_2{font-size:.875rem;line-height:1.25rem}}._root_iu89k_2{height:1.125rem;width:1.125rem;flex-shrink:0;border-radius:4px;border:1.5px solid hsl(var(--accent))}._root_iu89k_2[data-state=checked]{background-color:hsl(var(--accent));border-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._root_iu89k_2:focus-visible{outline:none;box-shadow:0 0 0 2px hsl(var(--background)),0 0 0 4px hsl(var(--ring))}._root_iu89k_2:disabled{cursor:not-allowed;opacity:.5}._indicator_iu89k_27{display:flex;align-items:center;justify-content:center;color:currentColor}._indicatorIcon_iu89k_34{height:.875rem;width:.875rem}._list_2u5cn_2{display:inline-flex;height:2.5rem;align-items:center;justify-content:center;border-radius:calc(var(--radius) - 2px);background-color:hsl(var(--muted));padding:.25rem;color:hsl(var(--muted-foreground))}._trigger_2u5cn_14{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:2px;padding:.375rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition:all .15s ease}._trigger_2u5cn_14[data-state=active]{background-color:hsl(var(--background));color:hsl(var(--foreground));box-shadow:0 1px 2px #0000000d}._trigger_2u5cn_14:focus-visible{outline:none;box-shadow:0 0 0 2px hsl(var(--background)),0 0 0 4px hsl(var(--ring))}._trigger_2u5cn_14:disabled{pointer-events:none;opacity:.5}._content_2u5cn_44{margin-top:.5rem}._content_2u5cn_44:focus-visible{outline:none;box-shadow:0 0 0 2px hsl(var(--background)),0 0 0 4px hsl(var(--ring))}._overlay_18t2t_2{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background-color:#00000073}._overlay_18t2t_2[data-state=open]{animation:_fadeIn_18t2t_1 .15s ease-in forwards}._overlay_18t2t_2[data-state=closed]{animation:_fadeOut_18t2t_1 .15s ease-out forwards}._content_18t2t_18{position:fixed;left:50%;top:50%;z-index:50;display:grid;width:100%;max-width:32rem;transform:translate(-50%,-50%);gap:1rem;border:1px solid hsl(var(--border));background-color:hsl(var(--background));padding:1.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transition-duration:.2s}._content_18t2t_18[data-state=open]{animation:_fadeIn_18t2t_1 .2s ease-in forwards,_zoomIn95_18t2t_1 .2s ease-in forwards,_slideInCenter_18t2t_1 .2s ease-in forwards}._content_18t2t_18[data-state=closed]{animation:_fadeOut_18t2t_1 .2s ease-out forwards,_zoomOut95_18t2t_1 .2s ease-out forwards,_slideOutCenter_18t2t_1 .2s ease-out forwards}@media (min-width: 640px){._content_18t2t_18{border-radius:.5rem}}._closeButton_18t2t_58{position:absolute;right:1rem;top:1rem;border-radius:.125rem;opacity:.7;ring-offset:hsl(var(--background));transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;background:transparent;border:none;padding:0;cursor:pointer}._closeButton_18t2t_58[data-state=open]{background-color:hsl(var(--accent));color:hsl(var(--muted-foreground))}._closeButton_18t2t_58:hover{opacity:1}._closeButton_18t2t_58:focus{outline:none;box-shadow:0 0 0 2px hsl(var(--background)),0 0 0 4px hsl(var(--ring))}._closeButton_18t2t_58:disabled{pointer-events:none}._closeIcon_18t2t_95{height:1rem;width:1rem}._srOnly_18t2t_101{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}._header_18t2t_114{display:flex;flex-direction:column;gap:.375rem;text-align:center}@media (min-width: 640px){._header_18t2t_114{text-align:left}}._footer_18t2t_128{display:flex;flex-direction:column-reverse}@media (min-width: 640px){._footer_18t2t_128{flex-direction:row;justify-content:flex-end;gap:.5rem}}._title_18t2t_142{font-size:1.125rem;line-height:1.75rem;font-weight:600;line-height:1;letter-spacing:-.025em}._description_18t2t_151{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}@keyframes _fadeIn_18t2t_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_18t2t_1{0%{opacity:1}to{opacity:0}}@keyframes _zoomIn95_18t2t_1{0%{transform:translate(-50%,-50%) scale(.95)}to{transform:translate(-50%,-50%) scale(1)}}@keyframes _zoomOut95_18t2t_1{0%{transform:translate(-50%,-50%) scale(1)}to{transform:translate(-50%,-50%) scale(.95)}}@keyframes _slideInCenter_18t2t_1{0%{transform:translate(-50%,-48%)}to{transform:translate(-50%,-50%)}}@keyframes _slideOutCenter_18t2t_1{0%{transform:translate(-50%,-50%)}to{transform:translate(-50%,-48%)}}._label_2iflo_2{font-size:.875rem;line-height:1.25rem;font-weight:500;line-height:1}._label_2iflo_2:has(~:disabled),._label_2iflo_2[data-disabled]{cursor:not-allowed;opacity:.7}._textarea_v5052_2{display:flex;min-height:80px;width:100%;border-radius:calc(var(--radius) - 2px);border:1px solid hsl(var(--input));background-color:hsl(var(--background));padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._textarea_v5052_2::-moz-placeholder{color:hsl(var(--muted-foreground))}._textarea_v5052_2::placeholder{color:hsl(var(--muted-foreground))}._textarea_v5052_2:focus-visible{outline:none;box-shadow:0 0 0 2px hsl(var(--background)),0 0 0 4px hsl(var(--ring))}._textarea_v5052_2:disabled{cursor:not-allowed;opacity:.5}._root_1rdvo_2{display:grid;gap:.5rem}._item_1rdvo_8{aspect-ratio:1 / 1;height:1rem;width:1rem;border-radius:9999px;border:1px solid hsl(var(--primary));color:hsl(var(--primary))}._item_1rdvo_8:focus{outline:none}._item_1rdvo_8:focus-visible{box-shadow:0 0 0 2px hsl(var(--background)),0 0 0 4px hsl(var(--ring))}._item_1rdvo_8:disabled{cursor:not-allowed;opacity:.5}._indicator_1rdvo_31{display:flex;align-items:center;justify-content:center}._indicatorIcon_1rdvo_37{height:.625rem;width:.625rem;fill:currentColor;color:currentColor}._dialogContent_15ug7_1{background-color:hsl(var(--background));max-height:80vh;overflow:hidden;display:flex;flex-direction:column;padding:0}@media (min-width: 640px){._dialogContent_15ug7_1{max-width:500px}}._header_15ug7_16{padding:1rem 1rem .5rem}._searchWrapper_15ug7_21{padding:0 1rem .5rem}._searchInputWrapper_15ug7_26{position:relative}._searchIcon_15ug7_30{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:hsl(var(--muted-foreground))}._searchInput_15ug7_26{padding-right:2.5rem}._content_15ug7_44{flex:1;overflow-y:auto}._divider_15ug7_49{border-bottom:1px solid hsl(var(--border))}._searchItem_15ug7_54{width:100%;padding:.75rem 1rem;text-align:left;font-size:.875rem;display:flex;align-items:center;gap:.75rem;transition:background-color .15s}._searchItem_15ug7_54:hover{background-color:hsl(var(--muted) / .5)}._searchItemSelected_15ug7_69{background-color:hsl(var(--muted))}._checkIndicator_15ug7_74{width:1rem;height:1rem;border-radius:calc(var(--radius) - 4px);border:1px solid hsl(var(--border));display:flex;align-items:center;justify-content:center}._checkIndicatorActive_15ug7_84{background-color:hsl(var(--accent));border-color:hsl(var(--accent))}._checkIcon_15ug7_89{width:.75rem;height:.75rem;color:hsl(var(--accent-foreground))}._codeLabel_15ug7_95{color:hsl(var(--muted-foreground));margin-right:.25rem}._emptyState_15ug7_100{padding:2rem;text-align:center;color:hsl(var(--muted-foreground))}._avoItem_15ug7_107{width:100%;padding:.75rem 1rem;text-align:left;font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:.5rem;background-color:#4a4a4a;color:#fff;transition:background-color .15s}._avoItem_15ug7_107:hover{background-color:#5a5a5a}._paiItem_15ug7_126{width:100%;padding:.75rem 1rem .75rem 2rem;text-align:left;font-size:.875rem;display:flex;align-items:center;gap:.5rem;background-color:#5a5a5a;color:#fff;transition:background-color .15s}._paiItem_15ug7_126:hover{background-color:#6a6a6a}._paiCode_15ug7_144{color:#ffffff80;margin-right:.25rem}._filhoItem_15ug7_150{width:100%;padding:.75rem 1rem .75rem 3.5rem;text-align:left;font-size:.875rem;display:flex;align-items:center;gap:.75rem;background-color:#6a6a6a;color:#fff;transition:background-color .15s}._filhoItem_15ug7_150:hover,._filhoItemSelected_15ug7_168{background-color:#7a7a7a}._filhoCheckBorder_15ug7_172{border-color:#ffffff4d}._filhoCode_15ug7_176{color:#ffffffb3;margin-right:.25rem}._chevronIcon_15ug7_181{width:1rem;height:1rem}._dialogContent_1x8ea_1{background-color:hsl(var(--background))}@media (min-width: 640px){._dialogContent_1x8ea_1{max-width:450px}}._dialogContentSmall_1x8ea_11{background-color:hsl(var(--background))}@media (min-width: 640px){._dialogContentSmall_1x8ea_11{max-width:350px}}._accentText_1x8ea_21{color:hsl(var(--accent))}._body_1x8ea_25{display:flex;flex-direction:column;gap:1rem;padding:1rem 0}._body_1x8ea_25 input:focus,._body_1x8ea_25 input:focus-visible{outline:none;box-shadow:none}._gridTwo_1x8ea_38{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._label_1x8ea_44{font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:.25rem;display:block}._selectTrigger_1x8ea_51{background-color:hsl(var(--background))}._selectTrigger_1x8ea_51:focus,._selectTrigger_1x8ea_51:focus-visible{outline:none;box-shadow:none}._selectContent_1x8ea_61{background-color:hsl(var(--popover))}._fullWidth_1x8ea_65{width:100%;justify-content:flex-start;text-align:left;font-weight:400}._fullWidth_1x8ea_65:focus,._fullWidth_1x8ea_65:focus-visible{outline:none;box-shadow:none}._calendarIcon_1x8ea_78{margin-right:.5rem;height:1rem;width:1rem}._calendarPopover_1x8ea_84{width:auto;padding:0;background-color:hsl(var(--popover))}._calendarPointer_1x8ea_90{pointer-events:auto}._saveButton_1x8ea_94{background-color:hsl(var(--accent));width:100%}._saveButton_1x8ea_94:hover{background-color:hsl(var(--accent) / .9)}._confirmBody_1x8ea_103{padding:1rem 0}._confirmText_1x8ea_107{font-size:.875rem;color:hsl(var(--muted-foreground))}._accentText_1yl4y_1{color:hsl(var(--accent))}._body_1yl4y_5{padding:1rem 0}._label_1yl4y_9{font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:.25rem;display:block}._fullWidth_1yl4y_16{width:100%;justify-content:flex-start;text-align:left;font-weight:400}._calendarIcon_1yl4y_23{margin-right:.5rem;height:1rem;width:1rem}._calendarPopover_1yl4y_29{width:auto;padding:0;background-color:hsl(var(--popover))}._calendarPointer_1yl4y_35{pointer-events:auto}._saveButton_1yl4y_39{background-color:hsl(var(--accent));width:100%}._saveButton_1yl4y_39:hover{background-color:hsl(var(--accent) / .9)}._confirmText_1yl4y_48{font-size:.875rem;color:hsl(var(--muted-foreground))}._dialogContent_1yl4y_53{background-color:hsl(var(--background))}@media (min-width: 640px){._dialogContent_1yl4y_53{max-width:350px}}._base_5vd9w_2{display:inline-flex;align-items:center;border-radius:9999px;border:1px solid hsl(var(--border));padding:.125rem .625rem;font-size:.75rem;line-height:1rem;font-weight:600;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._base_5vd9w_2:focus{outline:none;box-shadow:0 0 0 2px hsl(var(--background)),0 0 0 4px hsl(var(--ring))}._variantDefault_5vd9w_22{border-color:transparent;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}._variantDefault_5vd9w_22:hover{background-color:hsl(var(--primary) / .8)}._variantSecondary_5vd9w_33{border-color:transparent;background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}._variantSecondary_5vd9w_33:hover{background-color:hsl(var(--secondary) / .8)}._variantDestructive_5vd9w_44{border-color:transparent;background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}._variantDestructive_5vd9w_44:hover{background-color:hsl(var(--destructive) / .8)}._variantOutline_5vd9w_55{color:hsl(var(--foreground))}._container_1c29o_1{display:flex;flex-direction:column;gap:1rem;border-top:1px solid hsl(var(--border));padding-top:1rem}._label_1c29o_9{font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:.5rem;display:block}._badgeContainer_1c29o_16{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}._badge_1c29o_16{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));padding:.25rem .75rem;display:flex;align-items:center;gap:.25rem}._removeBadgeBtn_1c29o_32{margin-left:.25rem;border-radius:9999px;padding:.125rem}._removeBadgeBtn_1c29o_32:hover{background-color:hsl(var(--accent-foreground) / .2)}._removeIcon_1c29o_42{width:.75rem;height:.75rem}._selectTrigger_1c29o_47{background-color:hsl(var(--background))}._selectContent_1c29o_51{background-color:hsl(var(--popover))}._checkboxRow_1c29o_55{display:flex;align-items:center;gap:.5rem}._checkboxLabel_1c29o_61{font-size:.875rem;cursor:pointer}._centroValues_1c29o_66{display:flex;flex-direction:column;gap:.5rem}._centroName_1c29o_72{font-size:.875rem;font-weight:500}._gridTwo_1c29o_77{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._valueLabel_1c29o_83{font-size:.75rem;color:hsl(var(--muted-foreground))}._accentLabel_1c29o_88{font-size:.875rem;color:hsl(var(--accent));margin-bottom:.25rem;display:block}._container_1611j_1{display:flex;flex-direction:column;gap:1.5rem}._tabsList_1611j_8{display:inline-flex;padding:.25rem;gap:.25rem;background-color:hsl(var(--muted) / .4);border-radius:var(--radius);border:1px solid hsl(var(--border))}._tabsTrigger_1611j_17{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;line-height:1.25rem;border:none;border-radius:calc(var(--radius) - 2px);background:transparent;color:hsl(var(--muted-foreground));transition:background-color .2s ease,color .2s ease}._tabsTrigger_1611j_17:hover{background-color:hsl(var(--muted) / .6);color:hsl(var(--foreground))}._tabsTrigger_1611j_17[data-state=active]{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));box-shadow:none}._tabsTrigger_1611j_17[data-state=active]:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._header_1611j_52{display:flex;align-items:center;justify-content:space-between}._headerLeft_1611j_58{display:flex;align-items:center;gap:.75rem}._headerIcon_1611j_64{width:2rem;height:2rem;border-radius:var(--radius);background-color:hsl(var(--accent) / .1);display:flex;align-items:center;justify-content:center}._headerIconInner_1611j_74{width:1rem;height:1rem;color:hsl(var(--accent))}._headerTitle_1611j_80{font-size:1.25rem;line-height:1.75rem;font-weight:700;color:hsl(var(--foreground))}._headerBreadcrumb_1611j_87{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._accountRow_1611j_94{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem}._accountSelectWrapper_1611j_101{flex:1;min-width:200px;max-width:250px}._accountSelectLabel_1611j_107{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground));margin-bottom:.25rem;display:block}._balanceSection_1611j_115{display:flex;align-items:center;gap:1.5rem}._balanceLabel_1611j_121{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._balanceValueAccent_1611j_127{margin-left:.5rem;font-weight:700;color:hsl(var(--accent))}._balanceValueMedium_1611j_133{margin-left:.5rem;font-weight:500}._actionsRow_1611j_138{margin-left:auto;display:flex;gap:.5rem}._filtersRow_1611j_145{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem}._filterGroup_1611j_152{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}._filterLabel_1611j_159{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground))}._searchWrapper_1611j_165{display:flex;align-items:stretch;width:100%;max-width:220px}._searchInput_1611j_172{flex:1;min-width:0;height:2.5rem;border-top-right-radius:0;border-bottom-right-radius:0;border-right:none}._searchInput_1611j_172:focus,._searchInput_1611j_172:focus-visible{outline:none;box-shadow:none}._searchButton_1611j_187{flex-shrink:0;width:2.5rem;height:2.5rem;padding:0;border:1px solid hsl(var(--input));border-left:none;border-top-left-radius:0;border-bottom-left-radius:0;background-color:hsl(var(--primary))!important;color:hsl(var(--primary-foreground))!important}._searchButton_1611j_187 svg{color:hsl(var(--primary-foreground))!important}._searchButton_1611j_187:hover{background-color:hsl(var(--accent))!important;color:hsl(var(--accent-foreground))!important}._searchButton_1611j_187:hover svg{color:hsl(var(--accent-foreground))!important}._searchButton_1611j_187:focus,._searchButton_1611j_187:focus-visible{outline:none;box-shadow:none}._filterBlockLabel_1611j_219{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground));display:block;margin-bottom:.25rem}._dateText_1611j_227{margin-left:auto;display:flex;align-items:center;gap:.5rem}._dateTextValue_1611j_234{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._selectionActionsBar_1611j_241{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem;background-color:hsl(var(--muted) / .3);border-radius:var(--radius);border:1px solid hsl(var(--border))}._emptyState_1611j_252{padding:4rem;text-align:center}._emptyStateTitle_1611j_257{font-size:1.25rem;line-height:1.75rem;font-weight:500;color:hsl(var(--muted-foreground));margin-bottom:.5rem}._emptyStateText_1611j_265{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._tableCard_1611j_272{overflow:hidden}._tableWrapper_1611j_276{overflow-x:auto}._table_1611j_272{width:100%}._tableHead_1611j_284{background-color:#2d4a3e;color:#fff}._tableHeadCell_1611j_289{padding:1rem;text-align:left;font-size:.875rem;line-height:1.25rem;font-weight:500}._tableHeadCellCheckbox_1611j_297{padding:1rem;width:2.5rem}._tableHeadCellAction_1611j_302{width:2.5rem}._tableCell_1611j_306{padding:1rem;font-size:.875rem;line-height:1.25rem}._tableCellDescription_1611j_312{padding:1rem;font-size:.875rem;line-height:1.25rem;max-width:250px}._tableRow_1611j_319{border-bottom:1px solid hsl(var(--border));transition:background-color .15s}._statusBaixado_1611j_324{background-color:hsl(var(--success) / .1)}._statusVencido_1611j_328{background-color:hsl(var(--destructive) / .1)}._statusAberto_1611j_332{background-color:hsl(var(--muted) / .3)}._emptyRow_1611j_336{padding:2rem;text-align:center;color:hsl(var(--muted-foreground))}._filterChip_1611j_343{padding:.25rem .75rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-size:.75rem;line-height:1rem;border-radius:9999px;display:flex;align-items:center;gap:.25rem}._filterChipClose_1611j_355{width:.75rem;height:.75rem;cursor:pointer}._filtersChipWrapper_1611j_361,._periodBtnGroup_1611j_367{display:flex;flex-wrap:wrap;gap:.5rem}._modalLabel_1611j_373{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground));margin-bottom:.25rem;display:block}._modalLabelBlock_1611j_381{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground));margin-bottom:.5rem;display:block}._logsFilterRow_1611j_390{display:flex;gap:1rem;align-items:center;padding-top:1rem;padding-bottom:1rem}._logsFilterLabel_1611j_398{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._logsDateGroup_1611j_404{display:flex;gap:.5rem;align-items:center}._logsDateLabel_1611j_410{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground))}._logsTableWrapper_1611j_416{flex:1;overflow:auto}._logsTable_1611j_416{width:100%;font-size:.875rem;line-height:1.25rem}._logsTableBody_1611j_427{border-collapse:collapse}._logDateCell_1611j_431,._logTimeCell_1611j_439{padding-top:.5rem;padding-bottom:.5rem;padding-right:1rem;color:hsl(var(--muted-foreground));white-space:nowrap}._logUserCell_1611j_447{padding-top:.5rem;padding-bottom:.5rem;padding-right:1rem;font-weight:500;white-space:nowrap}._logActionCell_1611j_455{padding-top:.5rem;padding-bottom:.5rem}._paginationRow_1611j_460{display:flex;justify-content:flex-end;align-items:center;gap:.5rem;padding-top:1rem;border-top:1px solid hsl(var(--border))}._paginationText_1611j_469{font-size:.875rem;line-height:1.25rem;font-weight:500}._paginationEllipsis_1611j_475{color:hsl(var(--muted-foreground))}._createModalDialog_1611j_480{display:flex;flex-direction:column;max-height:90vh}._createModalBody_1611j_486{flex:1;min-height:0;overflow-y:auto;padding-right:.25rem}._createModalContent_1611j_493{display:flex;flex-direction:column;gap:1.25rem;padding-top:.5rem;padding-bottom:1rem}._createModalContent_1611j_493 input:focus,._createModalContent_1611j_493 input:focus-visible,._createModalContent_1611j_493 textarea:focus,._createModalContent_1611j_493 textarea:focus-visible,._createModalContent_1611j_493 button:focus,._createModalContent_1611j_493 button:focus-visible{outline:none!important;box-shadow:none!important}._createModalContent_1611j_493 [data-radix-select-trigger]:focus,._createModalContent_1611j_493 [data-radix-select-trigger]:focus-visible,._createModalContent_1611j_493 [role=combobox]:focus,._createModalContent_1611j_493 [role=combobox]:focus-visible{outline:none!important;box-shadow:none!important}._gridCols2_1611j_519{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._gridCols3_1611j_525{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}._gridCols4_1611j_531{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}._deleteDescription_1611j_538{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground));margin-bottom:1rem}._confirmDescription_1611j_546{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._accentText_1611j_552{color:hsl(var(--accent))}._modalPadding_1611j_556{padding-top:1rem;padding-bottom:1rem}._modalSpaceY4_1611j_561{display:flex;flex-direction:column;gap:1rem;padding-top:1rem;padding-bottom:1rem}._gridCols3Filters_1611j_569{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}._modalSpaceY6_1611j_575{display:flex;flex-direction:column;gap:1.5rem;padding-top:1rem;padding-bottom:1rem}._root_qgo92_2{display:inline-flex;height:1.5rem;width:2.75rem;flex-shrink:0;cursor:pointer;align-items:center;border-radius:9999px;border:2px solid transparent;transition:color .15s ease,background-color .15s ease}._root_qgo92_2[data-state=checked]{background-color:hsl(var(--primary))}._root_qgo92_2[data-state=unchecked]{background-color:hsl(var(--input))}._root_qgo92_2:focus-visible{outline:none;box-shadow:0 0 0 2px hsl(var(--background)),0 0 0 4px hsl(var(--ring))}._root_qgo92_2:disabled{cursor:not-allowed;opacity:.5}._thumb_qgo92_33{pointer-events:none;display:block;height:1.25rem;width:1.25rem;border-radius:9999px;background-color:hsl(var(--background));box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;ring:0;transition:transform .15s ease}._thumb_qgo92_33[data-state=checked]{transform:translate(1.25rem)}._thumb_qgo92_33[data-state=unchecked]{transform:translate(0)}._wrapper_112bg_1{position:relative;width:100%;overflow:auto}._table_112bg_7{width:100%;caption-side:bottom;font-size:.875rem;line-height:1.25rem}._header_112bg_14 tr{border-bottom:1px solid hsl(var(--border))}._header_112bg_14 tr:hover{background-color:transparent}._body_112bg_22 tr:last-child{border-bottom:0}._footer_112bg_26{border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .5);font-weight:500}._footer_112bg_26>tr:last-child{border-bottom:0}._row_112bg_36{border-bottom:1px solid hsl(var(--border));transition:colors .2s}._body_112bg_22 ._row_112bg_36:hover{background-color:hsl(var(--muted) / .5)}._row_112bg_36[data-state=selected]{background-color:hsl(var(--muted))}._head_112bg_14{height:3rem;padding-left:1rem;padding-right:1rem;text-align:left;vertical-align:middle;font-weight:500;color:hsl(var(--muted-foreground))}._head_112bg_14:has([role=checkbox]){padding-right:0}._cell_112bg_63{padding:1rem;vertical-align:middle}._cell_112bg_63:has([role=checkbox]){padding-right:0}._caption_112bg_72{margin-top:1rem;font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._root_1hqjo_1{position:relative;overflow:hidden}._viewport_1hqjo_6{height:100%;width:100%;border-radius:inherit}._scrollbar_1hqjo_12{display:flex;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:colors .2s}._scrollbarVertical_1hqjo_19{height:100%;width:.625rem;border-left:1px solid transparent;padding:1px}._scrollbarHorizontal_1hqjo_27{height:.625rem;flex-direction:column;border-top:1px solid transparent;padding:1px}._thumb_1hqjo_35{position:relative;flex:1;border-radius:9999px;background-color:hsl(var(--border))}._container_vma53_1{display:flex;flex-direction:column;gap:1rem}._header_vma53_8{display:flex;align-items:center;justify-content:space-between}._headerLeft_vma53_14{display:flex;align-items:center;gap:.5rem}._headerIcon_vma53_20{color:hsl(var(--primary))}._headerTitle_vma53_24{font-size:1.25rem;line-height:1.75rem;font-weight:600;color:hsl(var(--foreground))}._headerBreadcrumb_vma53_31{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._filtersRow_vma53_38{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}._filterGroup_vma53_45{display:flex;flex-direction:column;gap:.25rem}._filterLabel_vma53_51{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground))}._filterLabelInvisible_vma53_57{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground));visibility:hidden}._yearSelector_vma53_64{display:flex;align-items:center;gap:.25rem;border:1px solid hsl(var(--border));border-radius:var(--radius)}._yearValue_vma53_72{padding-left:1rem;padding-right:1rem;font-weight:500}._toggleRow_vma53_78{display:flex;align-items:center;gap:.5rem;height:2.25rem}._radioRow_vma53_85{display:flex;gap:1rem}._radioItem_vma53_90{display:flex;align-items:center;gap:.5rem}._radioLabel_vma53_96{font-size:.875rem;line-height:1.25rem;cursor:pointer}._actionsRow_vma53_102{display:flex;align-items:center;gap:.5rem;margin-left:auto}._tableContainer_vma53_110{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._tableMinWidth_vma53_116{min-width:-moz-max-content;min-width:max-content}._rowAvo_vma53_121{background-color:#3d4f5f;color:#fff}._rowEven_vma53_126{background-color:#e8e4dd}._rowOdd_vma53_130{background-color:#f5f3ef}._cellSticky_vma53_134{font-weight:500;position:sticky;left:0;z-index:10;min-width:280px}._cellStickyAvo_vma53_142{background-color:#3d4f5f}._cellStickyEven_vma53_146{background-color:#e8e4dd}._cellStickyOdd_vma53_150{background-color:#f5f3ef}._cellContent_vma53_154{display:flex;align-items:center;gap:.5rem}._expandBtn_vma53_160{padding:.125rem;border-radius:calc(var(--radius) - 2px);background:none;border:none;cursor:pointer}._expandBtn_vma53_160:hover{background-color:#0000001a}._expandIcon_vma53_172{width:1rem;height:1rem}._spacer_vma53_177{width:1.25rem}._avoDot_vma53_181{width:.5rem;height:.5rem;border-radius:9999px;background-color:currentColor}._filhoName_vma53_188{cursor:pointer}._filhoName_vma53_188:hover{text-decoration:underline}._dataCell_vma53_196{text-align:center;font-size:.875rem;line-height:1.25rem;min-width:90px}._dataCellClickable_vma53_203{text-align:center;font-size:.875rem;line-height:1.25rem;min-width:90px;cursor:pointer}._dataCellClickable_vma53_203:hover{background-color:#0000000d}._percentCell_vma53_215{text-align:center;font-size:.875rem;line-height:1.25rem;min-width:70px}._tableHeaderRow_vma53_223{background-color:#3d4f5f}._headerCellSticky_vma53_227{color:#fff;font-weight:500;position:sticky;left:0;z-index:20;background-color:#3d4f5f;min-width:280px;cursor:pointer}._headerCellSticky_vma53_227:hover{background-color:#4a5d6d}._headerCellContent_vma53_242{display:flex;align-items:center;gap:.5rem}._monthHeaderCell_vma53_248{text-align:center;color:#fff;font-weight:500;border-left:1px solid rgb(255 255 255 / .2)}._subHeaderRow_vma53_255{background-color:hsl(var(--primary))}._subHeaderStickyCell_vma53_259{position:sticky;left:0;z-index:20;background-color:hsl(var(--primary))}._subHeaderCell_vma53_266{text-align:center;color:hsl(var(--primary-foreground));font-size:.75rem;line-height:1rem;font-weight:500;min-width:90px}._subHeaderCellSmall_vma53_275{text-align:center;color:hsl(var(--primary-foreground));font-size:.75rem;line-height:1rem;font-weight:500;min-width:70px}._detailTitle_vma53_285{text-align:center;color:hsl(var(--primary));text-decoration:underline}._detailFooter_vma53_291{display:flex;justify-content:center;padding-top:1rem}._rowBaixado_vma53_298{background-color:#dcfce7}._rowVencido_vma53_302{background-color:#fee2e2}._rowAberto_vma53_306{background-color:#f9fafb}._container_1ea7p_1{display:flex;flex-direction:column;gap:1.5rem}._header_1ea7p_7{display:flex;align-items:center;justify-content:space-between}._title_1ea7p_13{font-size:1.5rem;line-height:2rem;font-weight:700;color:hsl(var(--foreground))}._statsGrid_1ea7p_20{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){._statsGrid_1ea7p_20{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){._statsGrid_1ea7p_20{grid-template-columns:repeat(4,1fr)}}._statCardInner_1ea7p_38{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._iconBox_1ea7p_45{width:3rem;height:3rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}._iconBoxAccent_1ea7p_54{background-color:hsl(var(--accent) / .1)}._iconBoxSuccess_1ea7p_58{background-color:hsl(var(--success) / .1)}._iconBoxInfo_1ea7p_62{background-color:hsl(var(--info) / .1)}._iconBoxWarning_1ea7p_66{background-color:hsl(var(--warning) / .1)}._icon_1ea7p_45{width:1.5rem;height:1.5rem}._iconAccent_1ea7p_75{color:hsl(var(--accent))}._iconSuccess_1ea7p_79{color:hsl(var(--success))}._iconInfo_1ea7p_83{color:hsl(var(--info))}._iconWarning_1ea7p_87{color:hsl(var(--warning))}._statValue_1ea7p_91{font-size:1.5rem;line-height:2rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:.25rem}._statLabel_1ea7p_99{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._sectionCard_1ea7p_105{padding:1.5rem}._sectionTitle_1ea7p_109{font-size:1.125rem;line-height:1.75rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:1rem}._tableWrapper_1ea7p_117{overflow-x:auto}._textMuted_1ea7p_121{color:hsl(var(--muted-foreground))}._linkBold_1ea7p_125{font-weight:500}._badge_1ea7p_129{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;line-height:1rem;font-weight:500}._badgeActive_1ea7p_139{background-color:hsl(var(--success) / .1);color:hsl(var(--success))}._badgePending_1ea7p_144{background-color:hsl(var(--warning) / .1);color:hsl(var(--warning))}._badgeInactive_1ea7p_149{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground))}._feedbackList_1ea7p_154{display:flex;flex-direction:column;gap:1rem}._feedbackItem_1ea7p_160{padding:1rem;background-color:hsl(var(--muted) / .3);border-radius:.5rem}._feedbackHeader_1ea7p_166{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}._feedbackName_1ea7p_173{font-weight:500;color:hsl(var(--foreground))}._feedbackCourse_1ea7p_178{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.25rem;margin-left:.5rem}._starsWrapper_1ea7p_185{display:flex;align-items:center;gap:.25rem}._starFilled_1ea7p_191{width:1rem;height:1rem;color:hsl(var(--warning));fill:hsl(var(--warning))}._starEmpty_1ea7p_198{width:1rem;height:1rem;color:hsl(var(--muted-foreground))}._feedbackComment_1ea7p_204{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._container_1cqtr_1{display:flex;flex-direction:column;gap:1.5rem}._header_1cqtr_7{display:flex;align-items:center;justify-content:space-between}._title_1cqtr_13{font-size:1.5rem;line-height:2rem;font-weight:700;color:hsl(var(--foreground))}._statsGrid_1cqtr_20{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){._statsGrid_1cqtr_20{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){._statsGrid_1cqtr_20{grid-template-columns:repeat(4,1fr)}}._statCardInner_1cqtr_38{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._iconBox_1cqtr_45{width:3rem;height:3rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}._iconBoxAccent_1cqtr_54{background-color:hsl(var(--accent) / .1)}._iconBoxInfo_1cqtr_58{background-color:hsl(var(--info) / .1)}._iconBoxWarning_1cqtr_62{background-color:hsl(var(--warning) / .1)}._iconBoxSuccess_1cqtr_66{background-color:hsl(var(--success) / .1)}._icon_1cqtr_45{width:1.5rem;height:1.5rem}._iconAccent_1cqtr_75{color:hsl(var(--accent))}._iconInfo_1cqtr_79{color:hsl(var(--info))}._iconWarning_1cqtr_83{color:hsl(var(--warning))}._iconSuccess_1cqtr_87{color:hsl(var(--success))}._statValue_1cqtr_91{font-size:1.5rem;line-height:2rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:.25rem}._statLabel_1cqtr_99{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._sectionCard_1cqtr_105{padding:1.5rem}._sectionTitle_1cqtr_109{font-size:1.125rem;line-height:1.75rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:1rem}._tableWrapper_1cqtr_117{overflow-x:auto}._textCenter_1cqtr_121{text-align:center}._linkBold_1cqtr_125{font-weight:500}._badge_1cqtr_129{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;line-height:1rem;font-weight:500;background-color:hsl(var(--success) / .1);color:hsl(var(--success))}._twoColGrid_1cqtr_141{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 1024px){._twoColGrid_1cqtr_141{grid-template-columns:repeat(2,1fr)}}._lessonList_1cqtr_153{display:flex;flex-direction:column;gap:.75rem}._lessonItem_1cqtr_159{display:flex;align-items:center;gap:1rem;padding:.75rem;background-color:hsl(var(--muted) / .3);border-radius:.5rem}._lessonTimeBox_1cqtr_168{width:4rem;height:4rem;border-radius:.5rem;background-color:hsl(var(--accent) / .1);display:flex;flex-direction:column;align-items:center;justify-content:center}._lessonClockIcon_1cqtr_179{width:1.25rem;height:1.25rem;color:hsl(var(--accent));margin-bottom:.25rem}._lessonTime_1cqtr_168{font-size:.75rem;line-height:1rem;font-weight:500;color:hsl(var(--accent))}._lessonInfo_1cqtr_193{flex:1}._lessonCourse_1cqtr_197{font-weight:500;color:hsl(var(--foreground))}._lessonDetails_1cqtr_202{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._performanceList_1cqtr_208{display:flex;flex-direction:column;gap:1rem}._performanceItem_1cqtr_214{display:flex;flex-direction:column;gap:.5rem}._performanceHeader_1cqtr_220{display:flex;align-items:center;justify-content:space-between}._performanceName_1cqtr_226{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--foreground))}._performanceStudents_1cqtr_233{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._progressBarBg_1cqtr_239{height:.5rem;background-color:hsl(var(--muted));border-radius:9999px;overflow:hidden}._progressBarFill_1cqtr_246{height:100%;background-color:hsl(var(--accent));border-radius:9999px;transition:all .15s}._progressLabel_1cqtr_253{text-align:right;font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground))}._container_1qkpc_1{display:flex;flex-direction:column;gap:1.5rem}._header_1qkpc_7{display:flex;align-items:center;justify-content:space-between}._title_1qkpc_13{font-size:1.5rem;line-height:2rem;font-weight:700;color:hsl(var(--foreground))}._statsGrid_1qkpc_20{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){._statsGrid_1qkpc_20{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){._statsGrid_1qkpc_20{grid-template-columns:repeat(4,1fr)}}._statCardInner_1qkpc_38{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._iconBox_1qkpc_45{width:3rem;height:3rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}._iconBoxInfo_1qkpc_54{background-color:hsl(var(--info) / .1)}._iconBoxWarning_1qkpc_58{background-color:hsl(var(--warning) / .1)}._iconBoxSuccess_1qkpc_62{background-color:hsl(var(--success) / .1)}._iconBoxAccent_1qkpc_66{background-color:hsl(var(--accent) / .1)}._icon_1qkpc_45{width:1.5rem;height:1.5rem}._iconInfo_1qkpc_75{color:hsl(var(--info))}._iconWarning_1qkpc_79{color:hsl(var(--warning))}._iconSuccess_1qkpc_83{color:hsl(var(--success))}._iconAccent_1qkpc_87{color:hsl(var(--accent))}._statValue_1qkpc_91{font-size:1.5rem;line-height:2rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:.25rem}._statLabel_1qkpc_99{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._sectionCard_1qkpc_105{padding:1.5rem}._sectionTitle_1qkpc_109{font-size:1.125rem;line-height:1.75rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:1.5rem}._sectionTitleSm_1qkpc_117{font-size:1.125rem;line-height:1.75rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:1rem}._funnelContainer_1qkpc_125{display:flex;align-items:flex-end;justify-content:center;gap:1rem;height:16rem}._funnelStage_1qkpc_133{display:flex;flex-direction:column;align-items:center;gap:.5rem}._funnelValue_1qkpc_140{font-size:1.125rem;line-height:1.75rem;font-weight:700;color:hsl(var(--foreground))}._funnelBar_1qkpc_147{width:5rem;border-radius:.5rem .5rem 0 0;transition:all .15s}._bgInfo_1qkpc_153{background-color:hsl(var(--info))}._bgCyan_1qkpc_157{background-color:hsl(var(--mondrian-cyan))}._bgWarning_1qkpc_161{background-color:hsl(var(--warning))}._bgAccent_1qkpc_165{background-color:hsl(var(--accent))}._bgSuccess_1qkpc_169{background-color:hsl(var(--success))}._funnelLabel_1qkpc_173{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground));text-align:center}._twoColGrid_1qkpc_180{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 1024px){._twoColGrid_1qkpc_180{grid-template-columns:repeat(2,1fr)}}._listItems_1qkpc_192{display:flex;flex-direction:column;gap:.75rem}._listItem_1qkpc_192{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background-color:hsl(var(--muted) / .3);border-radius:.5rem}._itemName_1qkpc_207{font-weight:500;color:hsl(var(--foreground))}._itemSub_1qkpc_212{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._itemDate_1qkpc_218{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground))}._badge_1qkpc_224{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;line-height:1rem;font-weight:500}._badgeHot_1qkpc_234{background-color:hsl(var(--destructive) / .1);color:hsl(var(--destructive))}._badgeWarm_1qkpc_239{background-color:hsl(var(--warning) / .1);color:hsl(var(--warning))}._badgeCold_1qkpc_244{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground))}._container_4c20y_1{display:flex;flex-direction:column;gap:1.5rem}._header_4c20y_7{display:flex;align-items:center;justify-content:space-between}._title_4c20y_13{font-size:1.5rem;line-height:2rem;font-weight:700;color:hsl(var(--foreground))}._cardsGrid_4c20y_20{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){._cardsGrid_4c20y_20{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){._cardsGrid_4c20y_20{grid-template-columns:repeat(3,1fr)}}._card_4c20y_20{padding:1.5rem;cursor:pointer;transition:all .15s}._card_4c20y_20:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}._iconBox_4c20y_48{width:3rem;height:3rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:background-color .15s}._iconBoxAccent_4c20y_59{background-color:hsl(var(--accent) / .1)}._card_4c20y_20:hover ._iconBoxAccent_4c20y_59{background-color:hsl(var(--accent) / .2)}._iconBoxInfo_4c20y_67{background-color:hsl(var(--info) / .1)}._card_4c20y_20:hover ._iconBoxInfo_4c20y_67{background-color:hsl(var(--info) / .2)}._iconBoxWarning_4c20y_75{background-color:hsl(var(--warning) / .1)}._card_4c20y_20:hover ._iconBoxWarning_4c20y_75{background-color:hsl(var(--warning) / .2)}._iconBoxSuccess_4c20y_83{background-color:hsl(var(--success) / .1)}._card_4c20y_20:hover ._iconBoxSuccess_4c20y_83{background-color:hsl(var(--success) / .2)}._iconBoxDestructive_4c20y_91{background-color:hsl(var(--destructive) / .1)}._card_4c20y_20:hover ._iconBoxDestructive_4c20y_91{background-color:hsl(var(--destructive) / .2)}._iconBoxMuted_4c20y_99{background-color:hsl(var(--muted))}._card_4c20y_20:hover ._iconBoxMuted_4c20y_99{background-color:hsl(var(--muted) / .8)}._icon_4c20y_48{width:1.5rem;height:1.5rem}._iconAccent_4c20y_112{color:hsl(var(--accent))}._iconInfo_4c20y_116{color:hsl(var(--info))}._iconWarning_4c20y_120{color:hsl(var(--warning))}._iconSuccess_4c20y_124{color:hsl(var(--success))}._iconDestructive_4c20y_128{color:hsl(var(--destructive))}._iconMuted_4c20y_132{color:hsl(var(--muted-foreground))}._cardTitle_4c20y_136{font-size:1.125rem;line-height:1.75rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem}._cardDescription_4c20y_144{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._cardLink_4c20y_150{margin-top:1rem;font-size:.875rem;font-weight:500}._linkAccent_4c20y_156{color:hsl(var(--accent))}._linkInfo_4c20y_160{color:hsl(var(--info))}._linkWarning_4c20y_164{color:hsl(var(--warning))}._linkSuccess_4c20y_168{color:hsl(var(--success))}._linkDestructive_4c20y_172{color:hsl(var(--destructive))}._linkMuted_4c20y_176{color:hsl(var(--muted-foreground))}._sectionTitle_4c20y_180{font-size:1.125rem;line-height:1.75rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:1rem}._sectionCard_4c20y_188{padding:1.5rem}._infoGrid_4c20y_192{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){._infoGrid_4c20y_192{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){._infoGrid_4c20y_192{grid-template-columns:repeat(4,1fr)}}._infoItem_4c20y_210{padding:1rem;background-color:hsl(var(--muted) / .3);border-radius:.5rem}._infoLabel_4c20y_216{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground));margin-bottom:.25rem}._infoValue_4c20y_223{font-weight:600;color:hsl(var(--foreground))}._infoValueSuccess_4c20y_228{font-weight:600;color:hsl(var(--success))}._logList_4c20y_233{display:flex;flex-direction:column;gap:.75rem}._logItem_4c20y_239{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background-color:hsl(var(--muted) / .3);border-radius:.5rem}._logItemLeft_4c20y_248{display:flex;align-items:center;gap:.75rem}._logDot_4c20y_254{width:.5rem;height:.5rem;border-radius:9999px}._logDotSuccess_4c20y_260{background-color:hsl(var(--success))}._logDotWarning_4c20y_264{background-color:hsl(var(--warning))}._logDotInfo_4c20y_268{background-color:hsl(var(--info))}._logAction_4c20y_272{font-weight:500;color:hsl(var(--foreground))}._logUser_4c20y_277{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._logTime_4c20y_283{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground))}._overlay_ciyg0_2{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background-color:#000c}._overlay_ciyg0_2[data-state=open]{animation:_fadeIn_ciyg0_1 .15s ease-in forwards}._overlay_ciyg0_2[data-state=closed]{animation:_fadeOut_ciyg0_1 .15s ease-out forwards}._content_ciyg0_18{position:fixed;left:50%;top:50%;z-index:50;display:grid;width:100%;max-width:32rem;transform:translate(-50%,-50%);gap:1rem;border:1px solid hsl(var(--border));background-color:hsl(var(--background));padding:1.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transition-duration:.2s}._content_ciyg0_18[data-state=open]{animation:_fadeIn_ciyg0_1 .2s ease-in forwards,_zoomIn95_ciyg0_1 .2s ease-in forwards,_slideInCenter_ciyg0_1 .2s ease-in forwards}._content_ciyg0_18[data-state=closed]{animation:_fadeOut_ciyg0_1 .2s ease-out forwards,_zoomOut95_ciyg0_1 .2s ease-out forwards,_slideOutCenter_ciyg0_1 .2s ease-out forwards}@media (min-width: 640px){._content_ciyg0_18{border-radius:.5rem}}._header_ciyg0_50{display:flex;flex-direction:column;gap:.5rem;text-align:center}@media (min-width: 640px){._header_ciyg0_50{text-align:left}}._footer_ciyg0_64{display:flex;flex-direction:column-reverse}@media (min-width: 640px){._footer_ciyg0_64{flex-direction:row;justify-content:flex-end;gap:.5rem}}._title_ciyg0_78{font-size:1.125rem;line-height:1.75rem;font-weight:600}._description_ciyg0_85{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._cancel_ciyg0_92{margin-top:.5rem}@media (min-width: 640px){._cancel_ciyg0_92{margin-top:0}}@keyframes _fadeIn_ciyg0_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_ciyg0_1{0%{opacity:1}to{opacity:0}}@keyframes _zoomIn95_ciyg0_1{0%{transform:translate(-50%,-50%) scale(.95)}to{transform:translate(-50%,-50%) scale(1)}}@keyframes _zoomOut95_ciyg0_1{0%{transform:translate(-50%,-50%) scale(1)}to{transform:translate(-50%,-50%) scale(.95)}}@keyframes _slideInCenter_ciyg0_1{0%{transform:translate(-50%,-48%)}to{transform:translate(-50%,-50%)}}@keyframes _slideOutCenter_ciyg0_1{0%{transform:translate(-50%,-50%)}to{transform:translate(-50%,-48%)}}._base_1tqr6_2{flex-shrink:0;background-color:hsl(var(--border))}._horizontal_1tqr6_7{height:1px;width:100%}._vertical_1tqr6_12{height:100%;width:1px}._wrapper_1nsva_1{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._toolbar_1nsva_7{display:flex;flex-wrap:wrap;align-items:center;gap:.125rem;padding:.5rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .3)}._formatSelect_1nsva_17{height:2rem;padding:0 .5rem;font-size:.875rem;line-height:1.25rem;border:1px solid hsl(var(--border));border-radius:calc(var(--radius) - 2px);background-color:hsl(var(--background))}._toolbarButton_1nsva_27{height:2rem;width:2rem;padding:0}._toolbarIcon_1nsva_33{width:1rem;height:1rem}._editor_1nsva_38{min-height:150px;padding:1rem;outline:none}._editor_1nsva_38:focus{outline:none}._editorDisabled_1nsva_48{background-color:hsl(var(--muted) / .5);cursor:not-allowed;opacity:.7}._container_dox8v_1{display:flex;align-items:center;justify-content:center;gap:2rem}@media (min-width: 768px){._container_dox8v_1{gap:3rem}}@media (min-width: 1024px){._container_dox8v_1{gap:4rem}}._step_dox8v_20{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:9999px;font-size:.875rem;font-weight:600;transition:all .2s}._stepActive_dox8v_32{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._stepCompleted_dox8v_37{background-color:hsl(var(--muted-foreground) / .5);color:hsl(var(--background))}._stepPending_dox8v_42{background-color:hsl(var(--muted-foreground) / .3);color:hsl(var(--muted-foreground))}._container_j1bx1_1{width:100%;max-width:28rem;display:flex;flex-direction:column;gap:2rem}._backButton_j1bx1_9{display:flex;align-items:center;gap:.5rem;color:hsl(var(--muted-foreground));background:none;border:none;cursor:pointer;padding:0;font:inherit;transition:color .2s}._backButton_j1bx1_9:hover{color:hsl(var(--foreground))}._backIcon_j1bx1_26{width:1rem;height:1rem}._headerGroup_j1bx1_31{display:flex;flex-direction:column;gap:.5rem}._title_j1bx1_37{font-size:1.25rem;font-weight:600;color:hsl(var(--accent))}._subtitle_j1bx1_43{color:hsl(var(--muted-foreground))}._content_j1bx1_47{display:flex;flex-direction:column;gap:1.5rem}._nextButton_j1bx1_53{background-color:hsl(var(--sidebar-background));color:hsl(var(--sidebar-foreground))}._nextButton_j1bx1_53:hover{background-color:hsl(var(--sidebar-background) / .9)}._nextIcon_j1bx1_62{width:1rem;height:1rem;margin-left:.5rem}._categoryList_44txz_1{display:flex;flex-direction:column;gap:.5rem}._categoryBox_44txz_7{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._categoryHeader_44txz_13{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.75rem;background-color:hsl(var(--muted) / .5);transition:background-color .15s;text-align:left;border:none;cursor:pointer}._categoryHeader_44txz_13:hover{background-color:hsl(var(--muted))}._categoryName_44txz_30{font-weight:600;font-size:.875rem;line-height:1.25rem}._chevronIcon_44txz_36{width:1rem;height:1rem;color:hsl(var(--primary))}._variablesList_44txz_42{padding:.5rem;display:flex;flex-direction:column;gap:.25rem;background-color:hsl(var(--background))}._variableItem_44txz_50{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:calc(var(--radius) - 2px);cursor:pointer;transition:background-color .15s}._variableItem_44txz_50:hover{background-color:hsl(var(--muted))}._gripIcon_44txz_64{width:.75rem;height:.75rem;color:hsl(var(--muted-foreground));opacity:0;transition:opacity .15s}._variableItem_44txz_50:hover ._gripIcon_44txz_64{opacity:1}._variableName_44txz_76{font-size:.875rem;line-height:1.25rem}._scrollContent_10zr4_1{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem;padding:1rem 0}._sectionTitle_10zr4_10{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--foreground))}._filtersGrid_10zr4_20{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._fieldGroup_10zr4_26{display:flex;flex-direction:column;gap:.5rem}._colSpan2_10zr4_32{grid-column:span 2}._sectionHeader_10zr4_36{display:flex;align-items:center;justify-content:space-between}._availableList_10zr4_42{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem;background-color:hsl(var(--muted) / .3);border-radius:var(--radius)}._availableBadge_10zr4_51{cursor:pointer;transition:background-color .15s,color .15s}._availableBadge_10zr4_51:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._selectedBox_10zr4_61{min-height:100px;padding:.75rem;background-color:hsl(var(--muted) / .3);border-radius:var(--radius);border:1px solid hsl(var(--border))}._emptyText_10zr4_69{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground));text-align:center;padding:1.5rem 0}._selectedList_10zr4_77{display:flex;flex-wrap:wrap;gap:.5rem}._selectedBadge_10zr4_83{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));display:flex;align-items:center;gap:.25rem;padding-right:.25rem}._removeBadgeBtn_10zr4_92{margin-left:.25rem;border-radius:9999px;padding:.125rem;border:none;background:none;cursor:pointer}._removeBadgeBtn_10zr4_92:hover{background-color:hsl(var(--accent-foreground) / .2)}._removeIcon_10zr4_105{width:.75rem;height:.75rem}._titleIcon_10zr4_110{width:1.25rem;height:1.25rem;color:hsl(var(--accent))}._filterIcon_10zr4_116{width:1rem;height:1rem}._spacer_10zr4_121{display:flex;flex-direction:column;gap:1rem}._sectionSpacer_10zr4_127{display:flex;flex-direction:column;gap:.75rem}._modalContentCompact_9ghs3_2{width:100%;max-width:28rem;height:auto;max-height:70vh;display:flex;flex-direction:column;overflow:hidden;min-height:0;transition:max-width .25s ease,max-height .25s ease}._modalContent_9ghs3_2{width:100%;max-width:56rem;height:90vh;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;min-height:0;transition:max-width .25s ease,max-height .25s ease}._scrollContent_9ghs3_31{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:1.5rem;padding:1rem 0;-webkit-overflow-scrolling:touch}._fieldGroup_9ghs3_43{display:flex;flex-direction:column;gap:.5rem}._destinatariosRow_9ghs3_49{display:flex;flex-direction:column;align-items:stretch;gap:.75rem}._destinatariosBox_9ghs3_56{min-height:42px;padding:.5rem .75rem;border:1px solid hsl(var(--border));border-radius:calc(var(--radius) - 2px);background-color:hsl(var(--background));display:flex;align-items:center;gap:.5rem;overflow-x:auto}._emptyDestinatarios_9ghs3_68{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.25rem}._canaisRow_9ghs3_74{display:flex;align-items:center;gap:1.5rem}._checkItem_9ghs3_80{display:flex;align-items:center;gap:.5rem}._labelWithIcon_9ghs3_86{font-weight:400;display:flex;align-items:center;gap:.25rem}._sectionBox_9ghs3_93{display:flex;flex-direction:column;gap:1rem;padding:1rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--muted) / .2)}._sectionHeader_9ghs3_103{display:flex;align-items:center;gap:.5rem;font-weight:500}._iconAccent_9ghs3_110{width:1rem;height:1rem;color:hsl(var(--accent))}._iconSuccess_9ghs3_116{width:1rem;height:1rem;color:hsl(var(--success))}._anexosHeader_9ghs3_122{display:flex;align-items:center;justify-content:space-between}._anexosLabel_9ghs3_128{display:flex;align-items:center;gap:.5rem}._anexosList_9ghs3_134{display:flex;flex-direction:column;gap:.5rem}._anexoItem_9ghs3_140{display:flex;align-items:center;gap:.75rem;padding:.75rem;background-color:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:var(--radius);cursor:pointer;transition:all .15s}._anexoItem_9ghs3_140:hover{background-color:hsl(var(--muted) / .5);border-color:hsl(var(--accent) / .5)}._anexoInfo_9ghs3_157{flex:1;min-width:0}._anexoName_9ghs3_162{font-size:.875rem;line-height:1.25rem;font-weight:500;transition:color .15s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}._anexoItem_9ghs3_140:hover ._anexoName_9ghs3_162{color:hsl(var(--accent))}._anexoSize_9ghs3_177{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground))}._externalLinkIcon_9ghs3_183{width:1rem;height:1rem;color:hsl(var(--muted-foreground));opacity:0;transition:opacity .15s}._anexoItem_9ghs3_140:hover ._externalLinkIcon_9ghs3_183{opacity:1}._removeAnexoBtn_9ghs3_195{opacity:0;transition:opacity .15s;padding:.25rem;border-radius:calc(var(--radius) - 2px);border:none;background:none;cursor:pointer}._removeAnexoBtn_9ghs3_195:hover{background-color:hsl(var(--destructive) / .1)}._anexoItem_9ghs3_140:hover ._removeAnexoBtn_9ghs3_195{opacity:1}._removeAnexoIcon_9ghs3_213{width:1rem;height:1rem;color:hsl(var(--muted-foreground))}._removeAnexoIcon_9ghs3_213:hover{color:hsl(var(--destructive))}._previewArea_9ghs3_223{width:100%;height:14rem;background-color:hsl(var(--muted) / .3);border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px dashed hsl(var(--border))}._previewText_9ghs3_235{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground));margin-top:.75rem}._previewSubtext_9ghs3_242{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground))}._fileInfoBar_9ghs3_248{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background-color:hsl(var(--muted) / .3);border-radius:var(--radius)}._fileInfoName_9ghs3_257{font-size:.875rem;line-height:1.25rem;font-weight:500}._fileInfoSize_9ghs3_263{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground))}._spacer_9ghs3_269{display:flex;flex-direction:column;gap:1rem}._footerGap_9ghs3_275{display:flex;gap:.5rem}._modalFooter_9ghs3_281{padding-top:1rem;padding-left:0;padding-right:0}._footerColumn_9ghs3_288{display:flex;flex-direction:column;width:100%;gap:.75rem}._footerTopRow_9ghs3_296{display:flex;width:100%;gap:.5rem}._footerTopRow_9ghs3_296>button{flex:1}._cancelButtonFull_9ghs3_307{width:100%}._addBtnGap_9ghs3_311{display:flex;align-items:center;gap:.25rem}._icon3_9ghs3_317{width:.75rem;height:.75rem}._icon4_9ghs3_322{width:1rem;height:1rem}._icon12_9ghs3_327{width:3rem;height:3rem}._accentTitle_9ghs3_332{color:hsl(var(--accent))}._content_83shm_1{display:flex;flex-direction:column;gap:1.5rem;padding:1rem 0}._connectedCenter_83shm_8{text-align:center;display:flex;flex-direction:column;gap:1rem;align-items:center}._successCircle_83shm_16{width:5rem;height:5rem;margin:0 auto;border-radius:9999px;background-color:hsl(var(--success) / .1);display:flex;align-items:center;justify-content:center}._successIcon_83shm_27{width:2.5rem;height:2.5rem;color:hsl(var(--success))}._connectedTitle_83shm_33{font-weight:600;color:hsl(var(--foreground))}._connectedText_83shm_38{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground));margin-top:.25rem}._instructionText_83shm_45{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground));text-align:center}._qrPlaceholder_83shm_52{position:relative;margin:0 auto;width:12rem;height:12rem;background-color:hsl(var(--muted));border-radius:var(--radius);display:flex;align-items:center;justify-content:center;border:2px dashed hsl(var(--border))}._qrGrid_83shm_65{display:grid;grid-template-columns:repeat(8,1fr);gap:.125rem;padding:1rem}._qrBlock_83shm_72{width:1rem;height:1rem}._qrBlockFilled_83shm_77{background-color:hsl(var(--foreground))}._qrBlockEmpty_83shm_81{background-color:transparent}._spinnerIcon_83shm_85{width:2rem;height:2rem;color:hsl(var(--muted-foreground));animation:_spin_83shm_85 1s linear infinite}@keyframes _spin_83shm_85{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._instructionsList_83shm_97{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._instructionItem_83shm_106{display:flex;align-items:flex-start;gap:.5rem}._stepNumber_83shm_112{font-weight:500;color:hsl(var(--foreground))}._buttonRow_83shm_117{display:flex;gap:.75rem}._refreshBtn_83shm_122{flex:1;display:flex;align-items:center;gap:.5rem}._connectBtn_83shm_129{flex:1}._titleIcon_83shm_133{width:1.25rem;height:1.25rem;color:hsl(var(--success))}._refreshIcon_83shm_139{width:1rem;height:1rem}._refreshIconSpin_83shm_144{width:1rem;height:1rem;animation:_spin_83shm_85 1s linear infinite}._panel_1hw53_1{width:24rem;border-left:1px solid hsl(var(--border));background-color:hsl(var(--card));height:100%;overflow-y:auto}._panelHeader_1hw53_9{position:sticky;top:0;background-color:hsl(var(--card));border-bottom:1px solid hsl(var(--border));padding:1rem;display:flex;align-items:center;justify-content:space-between;z-index:10}._panelTitle_1hw53_21{font-weight:600}._accentText_1hw53_25{color:hsl(var(--accent))}._foregroundText_1hw53_29{color:hsl(var(--foreground))}._closeBtn_1hw53_33{color:hsl(var(--muted-foreground));background:none;border:none;cursor:pointer}._closeBtn_1hw53_33:hover{color:hsl(var(--foreground))}._panelContent_1hw53_44{padding:1rem;display:flex;flex-direction:column;gap:1.5rem}._sectionGroup_1hw53_51{display:flex;flex-direction:column;gap:.5rem}._sectionLabel_1hw53_57{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._badgeRow_1hw53_63{display:flex;flex-wrap:wrap;gap:.5rem}._sectionText_1hw53_69{color:hsl(var(--foreground))}._contentBox_1hw53_73{padding:.75rem;background-color:hsl(var(--muted) / .3);border-radius:var(--radius);font-size:.875rem;line-height:1.25rem;min-height:120px;white-space:pre-wrap}._contentBoxSmall_1hw53_83{padding:.75rem;background-color:hsl(var(--muted) / .3);border-radius:var(--radius);font-size:.875rem;line-height:1.25rem;min-height:80px;white-space:pre-wrap}._anexoItem_1hw53_93{display:flex;align-items:center;gap:.5rem;padding:.5rem;background-color:hsl(var(--muted) / .3);border-radius:var(--radius);cursor:pointer;transition:background-color .15s}._anexoItem_1hw53_93:hover{background-color:hsl(var(--muted) / .5)}._anexoName_1hw53_108{font-size:.875rem;line-height:1.25rem;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .15s}._anexoItem_1hw53_93:hover ._anexoName_1hw53_108{color:hsl(var(--accent))}._externalIcon_1hw53_122{width:.75rem;height:.75rem;color:hsl(var(--muted-foreground));opacity:0;transition:opacity .15s}._anexoItem_1hw53_93:hover ._externalIcon_1hw53_122{opacity:1}._anexoNavigation_1hw53_134{display:flex;align-items:center;justify-content:center;gap:1rem;padding-top:.5rem;border-top:1px solid hsl(var(--border))}._navBtn_1hw53_143{color:hsl(var(--muted-foreground));background:none;border:none;cursor:pointer}._navBtn_1hw53_143:hover{color:hsl(var(--foreground))}._navBtn_1hw53_143:disabled{opacity:.5}._navText_1hw53_158{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground))}._previewArea_1hw53_165{width:100%;height:16rem;background-color:hsl(var(--muted) / .3);border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px dashed hsl(var(--border))}._previewText_1hw53_177{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground));margin-top:.75rem}._previewSubtext_1hw53_184{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground))}._fileInfoBar_1hw53_190{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background-color:hsl(var(--muted) / .3);border-radius:var(--radius)}._fileName_1hw53_199{font-size:.875rem;line-height:1.25rem;font-weight:500}._fileSize_1hw53_205{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground))}._spacer_1hw53_211{display:flex;flex-direction:column;gap:1rem}._anexoSpacer_1hw53_217{display:flex;flex-direction:column;gap:.5rem}._icon4_1hw53_223{width:1rem;height:1rem}._icon5_1hw53_228{width:1.25rem;height:1.25rem}._icon12_1hw53_233{width:3rem;height:3rem}._wrapper_2qmep_1{display:flex;height:100%}._mainContent_2qmep_6{flex:1;display:flex;flex-direction:column;gap:1.5rem;transition:all .15s}._header_2qmep_14{display:flex;align-items:center;justify-content:space-between}._title_2qmep_20{font-size:1.5rem;line-height:2rem;font-weight:700;color:hsl(var(--foreground))}._actionsRow_2qmep_27{display:flex;align-items:center;gap:.75rem}._novoButton_2qmep_33{display:flex;align-items:center;gap:.5rem}._whatsappButton_2qmep_39{display:flex;align-items:center;gap:.5rem;border-color:hsl(var(--success));color:hsl(var(--success))}._whatsappButton_2qmep_39:hover{background-color:hsl(var(--success) / .1)}._searchWrapper_2qmep_51{position:relative;max-width:28rem}._searchIcon_2qmep_56{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:hsl(var(--muted-foreground))}._tableWrapper_2qmep_66{overflow-x:auto}._fontMedium_2qmep_70{font-weight:500}._truncateCell_2qmep_74{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._accentGhost_2qmep_81{color:hsl(var(--accent))}._accentGhost_2qmep_81:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._accentGhost_2qmep_81:hover ._icon5_2qmep_90{color:inherit}._disabledRow_2qmep_94{opacity:.5}._icon4_2qmep_98{width:1rem;height:1rem}._icon5_2qmep_90{width:1.25rem;height:1.25rem}._container_11rbn_1{display:flex;flex-direction:column;gap:1.5rem}._headerRow_11rbn_7{display:flex;align-items:center;gap:.5rem}._backIcon_11rbn_13{color:hsl(var(--muted-foreground))}._title_11rbn_17{font-size:1.25rem;line-height:1.75rem;font-weight:600;color:hsl(var(--foreground))}._controlsRow_11rbn_24{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}._controlsLeft_11rbn_32{display:flex;align-items:center;gap:1rem}._toggleGroup_11rbn_38{display:inline-flex;border-radius:var(--radius);border:1px solid hsl(var(--border));padding:.25rem;background-color:hsl(var(--muted) / .3)}._toggleButton_11rbn_46{padding:.25rem 1rem;border-radius:calc(var(--radius) - 2px);font-size:.875rem;line-height:1.25rem;font-weight:500;transition:color .15s,background-color .15s;border:none;cursor:pointer;background:transparent;color:hsl(var(--muted-foreground))}._toggleButton_11rbn_46:hover{color:hsl(var(--foreground))}._toggleButtonActive_11rbn_63{background-color:hsl(var(--accent));color:#fff}._controlsRight_11rbn_68{display:flex;align-items:center;gap:.75rem}._diasLetivosBtn_11rbn_74{border-color:hsl(var(--accent));color:hsl(var(--accent))}._diasLetivosBtn_11rbn_74:hover{background-color:hsl(var(--accent) / .1)}._diasNaoLetivosBtn_11rbn_83{background-color:hsl(var(--accent));color:#fff}._diasNaoLetivosBtn_11rbn_83:hover{background-color:hsl(var(--accent) / .9)}._legendRow_11rbn_92{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;font-size:.875rem;line-height:1.25rem}._legendItem_11rbn_101{display:flex;align-items:center;gap:.5rem}._legendDot_11rbn_107{width:.75rem;height:.75rem;border-radius:9999px}._legendDotLetivo_11rbn_113{background-color:hsl(var(--muted-foreground) / .3)}._legendLabel_11rbn_117{color:hsl(var(--muted-foreground))}._emptyState_11rbn_121{padding:3rem;text-align:center;color:hsl(var(--muted-foreground))}._monthlyGrid_11rbn_127{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){._monthlyGrid_11rbn_127{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){._monthlyGrid_11rbn_127{grid-template-columns:repeat(3,1fr)}}._miniCalendar_11rbn_146{background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1rem}._miniCalendarTitle_11rbn_153{text-align:center;font-weight:600;margin-bottom:.75rem}._miniCalendarGrid_11rbn_159{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;font-size:.75rem;line-height:1rem}._miniCalendarDayHeader_11rbn_167{text-align:center;font-weight:500;color:hsl(var(--muted-foreground));padding:.25rem 0}._miniCalendarDay_11rbn_167{height:2rem;display:flex;align-items:center;justify-content:center;border-radius:calc(var(--radius) - 2px);font-size:.75rem;line-height:1rem;position:relative}._weekendText_11rbn_185{color:hsl(var(--muted-foreground))}._foregroundText_11rbn_189{color:hsl(var(--foreground))}._largeCalendar_11rbn_194{background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._monthHeader_11rbn_201{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid hsl(var(--border))}._monthTitle_11rbn_209{font-size:1.125rem;line-height:1.75rem;font-weight:600}._calendarGrid_11rbn_215{display:grid;grid-template-columns:repeat(7,1fr)}._dayOfWeekHeader_11rbn_220{text-align:center;font-weight:500;color:hsl(var(--muted-foreground));padding:.75rem 0;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .3)}._calendarCell_11rbn_229{min-height:100px;padding:.5rem;border-bottom:1px solid hsl(var(--border));border-right:1px solid hsl(var(--border))}._cellEmpty_11rbn_236{background-color:hsl(var(--muted) / .2)}._cellWeekend_11rbn_240{background-color:hsl(var(--muted) / .3)}._cellDefault_11rbn_244{background-color:hsl(var(--card))}._dayNumber_11rbn_248{font-size:.875rem;line-height:1.25rem;font-weight:500}._dayNumberWeekend_11rbn_254{color:hsl(var(--muted-foreground))}._dayNumberDefault_11rbn_258{color:hsl(var(--foreground))}._eventBadge_11rbn_262{margin-top:.25rem;padding:.25rem .5rem;border-radius:calc(var(--radius) - 2px);font-size:.75rem;line-height:1rem}._dialogTitleCenter_11rbn_271{text-align:center}._accentText_11rbn_275{color:hsl(var(--accent))}._daysSelector_11rbn_279{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;padding:1.5rem 0}._dayCheckItem_11rbn_287{display:flex;align-items:center;gap:.5rem}._dialogFooterCenter_11rbn_293{justify-content:center}._accentBtn_11rbn_297{background-color:hsl(var(--accent));color:#fff;padding-left:2rem;padding-right:2rem}._accentBtn_11rbn_297:hover{background-color:hsl(var(--accent) / .9)}._confirmText_11rbn_308{text-align:center;color:hsl(var(--muted-foreground));padding:1rem 0}._confirmFooter_11rbn_314{display:flex;gap:.5rem}@media (min-width: 640px){._confirmFooter_11rbn_314{justify-content:center}}._icon5_11rbn_325{width:1.25rem;height:1.25rem}._recessoDay_11rbn_331{background-color:#fbcfe8;color:#be185d}._feriasDay_11rbn_336{background-color:#e9d5ff;color:#7e22ce}._feriadoDay_11rbn_341{background-color:#86efac;color:#166534}._escolaFechadaDay_11rbn_346{background-color:#60a5fa;color:#1e3a8a}._escolaAbertaSemAulaDay_11rbn_351{background-color:#67e8f9;color:#155e75}._container_y17p5_1{display:flex;flex-direction:column;gap:1rem}._filterGrid_y17p5_7{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){._filterGrid_y17p5_7{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){._filterGrid_y17p5_7{grid-template-columns:repeat(5,1fr)}}._fieldGroup_y17p5_25{display:flex;flex-direction:column;gap:.25rem}._fieldLabel_y17p5_31{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._dateRow_y17p5_37{display:flex;align-items:center;gap:.5rem}._dateFlex_y17p5_43{flex:1}._icon4_y17p5_47{width:1rem;height:1rem}._subTrigger_1v0qy_2{display:flex;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;border-radius:.125rem;padding:.375rem .5rem;font-size:.875rem;line-height:1.25rem;outline:none}._subTrigger_1v0qy_2[data-state=open]{background-color:hsl(var(--accent))}._subTrigger_1v0qy_2:focus{background-color:hsl(var(--accent))}._subTriggerInset_1v0qy_22{padding-left:2rem}._chevronIcon_1v0qy_27{margin-left:auto;height:1rem;width:1rem}._subContent_1v0qy_34{z-index:50;min-width:8rem;overflow:hidden;border-radius:.375rem;border:1px solid hsl(var(--border));background-color:hsl(var(--popover));padding:.25rem;color:hsl(var(--popover-foreground));box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}._subContent_1v0qy_34[data-state=open]{animation:_fadeIn_1v0qy_1 .15s ease-in forwards,_zoomIn95_1v0qy_1 .15s ease-in forwards}._subContent_1v0qy_34[data-state=closed]{animation:_fadeOut_1v0qy_1 .15s ease-out forwards,_zoomOut95_1v0qy_1 .15s ease-out forwards}._subContent_1v0qy_34[data-side=bottom]{animation:_fadeIn_1v0qy_1 .15s ease-in forwards,_zoomIn95_1v0qy_1 .15s ease-in forwards,_slideInFromTop_1v0qy_1 .15s ease-in forwards}._subContent_1v0qy_34[data-side=left]{animation:_fadeIn_1v0qy_1 .15s ease-in forwards,_zoomIn95_1v0qy_1 .15s ease-in forwards,_slideInFromRight_1v0qy_1 .15s ease-in forwards}._subContent_1v0qy_34[data-side=right]{animation:_fadeIn_1v0qy_1 .15s ease-in forwards,_zoomIn95_1v0qy_1 .15s ease-in forwards,_slideInFromLeft_1v0qy_1 .15s ease-in forwards}._subContent_1v0qy_34[data-side=top]{animation:_fadeIn_1v0qy_1 .15s ease-in forwards,_zoomIn95_1v0qy_1 .15s ease-in forwards,_slideInFromBottom_1v0qy_1 .15s ease-in forwards}._content_1v0qy_71{z-index:50;min-width:8rem;overflow:hidden;border-radius:.375rem;border:1px solid hsl(var(--border));background-color:hsl(var(--popover));padding:.25rem;color:hsl(var(--popover-foreground));box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}._content_1v0qy_71[data-state=open]{animation:_fadeIn_1v0qy_1 .15s ease-in forwards,_zoomIn95_1v0qy_1 .15s ease-in forwards}._content_1v0qy_71[data-state=closed]{animation:_fadeOut_1v0qy_1 .15s ease-out forwards,_zoomOut95_1v0qy_1 .15s ease-out forwards}._content_1v0qy_71[data-side=bottom]{animation:_fadeIn_1v0qy_1 .15s ease-in forwards,_zoomIn95_1v0qy_1 .15s ease-in forwards,_slideInFromTop_1v0qy_1 .15s ease-in forwards}._content_1v0qy_71[data-side=left]{animation:_fadeIn_1v0qy_1 .15s ease-in forwards,_zoomIn95_1v0qy_1 .15s ease-in forwards,_slideInFromRight_1v0qy_1 .15s ease-in forwards}._content_1v0qy_71[data-side=right]{animation:_fadeIn_1v0qy_1 .15s ease-in forwards,_zoomIn95_1v0qy_1 .15s ease-in forwards,_slideInFromLeft_1v0qy_1 .15s ease-in forwards}._content_1v0qy_71[data-side=top]{animation:_fadeIn_1v0qy_1 .15s ease-in forwards,_zoomIn95_1v0qy_1 .15s ease-in forwards,_slideInFromBottom_1v0qy_1 .15s ease-in forwards}._item_1v0qy_108{position:relative;display:flex;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;border-radius:.125rem;padding:.375rem .5rem;font-size:.875rem;line-height:1.25rem;outline:none;transition-property:color,background-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._item_1v0qy_108[data-disabled]{pointer-events:none;opacity:.5}._item_1v0qy_108:focus{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._itemInset_1v0qy_134{padding-left:2rem}._checkboxItem_1v0qy_139{position:relative;display:flex;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;border-radius:.125rem;padding:.375rem .5rem .375rem 2rem;font-size:.875rem;line-height:1.25rem;outline:none;transition-property:color,background-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._checkboxItem_1v0qy_139[data-disabled]{pointer-events:none;opacity:.5}._checkboxItem_1v0qy_139:focus{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._radioItem_1v0qy_166{position:relative;display:flex;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;border-radius:.125rem;padding:.375rem .5rem .375rem 2rem;font-size:.875rem;line-height:1.25rem;outline:none;transition-property:color,background-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._radioItem_1v0qy_166[data-disabled]{pointer-events:none;opacity:.5}._radioItem_1v0qy_166:focus{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._itemIndicatorWrapper_1v0qy_193{position:absolute;left:.5rem;display:flex;height:.875rem;width:.875rem;align-items:center;justify-content:center}._checkIcon_1v0qy_204{height:1rem;width:1rem}._circleIcon_1v0qy_210{height:.5rem;width:.5rem;fill:currentColor}._label_1v0qy_217{padding:.375rem .5rem;font-size:.875rem;line-height:1.25rem;font-weight:600}._labelInset_1v0qy_224{padding-left:2rem}._separator_1v0qy_229{margin:.25rem -.25rem;height:1px;background-color:hsl(var(--muted))}._shortcut_1v0qy_236{margin-left:auto;font-size:.75rem;line-height:1rem;letter-spacing:.1em;opacity:.6}@keyframes _fadeIn_1v0qy_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_1v0qy_1{0%{opacity:1}to{opacity:0}}@keyframes _zoomIn95_1v0qy_1{0%{transform:scale(.95)}to{transform:scale(1)}}@keyframes _zoomOut95_1v0qy_1{0%{transform:scale(1)}to{transform:scale(.95)}}@keyframes _slideInFromTop_1v0qy_1{0%{transform:translateY(-.5rem)}to{transform:translateY(0)}}@keyframes _slideInFromBottom_1v0qy_1{0%{transform:translateY(.5rem)}to{transform:translateY(0)}}@keyframes _slideInFromLeft_1v0qy_1{0%{transform:translate(-.5rem)}to{transform:translate(0)}}@keyframes _slideInFromRight_1v0qy_1{0%{transform:translate(.5rem)}to{transform:translate(0)}}._wrapper_d6b3t_1{overflow-x:auto}._wrapper_d6b3t_1 tr._headerRow_d6b3t_5:hover{background-color:#1e3a5f!important}._headerRow_d6b3t_5{background-color:#1e3a5f}._headerCell_d6b3t_13{color:#fff;font-weight:500}._headerCellEmpty_d6b3t_18{color:#fff;font-weight:500;width:2.5rem}._bodyRow_d6b3t_24:hover{background-color:hsl(var(--muted) / .5)}._cellPrimary_d6b3t_28{color:hsl(var(--primary));font-weight:500}._cellAmber_d6b3t_33{color:#d97706}._cellBold_d6b3t_37{font-weight:500}._linkButton_d6b3t_41{height:2rem;width:2rem;background-color:#ec4899;color:#fff;border-radius:9999px}._linkButton_d6b3t_41:hover{background-color:#db2777}._menuButton_d6b3t_53{height:2rem;width:2rem}._menuIcon_d6b3t_58{width:1rem;height:1rem}._menuContent_d6b3t_63{background-color:hsl(var(--background));border:1px solid hsl(var(--border));box-shadow:0 10px 15px -3px #0000001a}._menuItem_d6b3t_69{cursor:pointer}._menuItemIcon_d6b3t_73{width:1rem;height:1rem;margin-right:.5rem}._icon4_d6b3t_79{width:1rem;height:1rem}._wrapper_v1vf1_1{overflow-x:auto}._wrapper_v1vf1_1 tr._headerRow_v1vf1_5:hover{background-color:#1e3a5f!important}._headerRow_v1vf1_5{background-color:#1e3a5f}._headerCell_v1vf1_13{color:#fff;font-weight:500}._headerCellEmpty_v1vf1_18{color:#fff;font-weight:500;width:2.5rem}._bodyRow_v1vf1_24:hover{background-color:hsl(var(--muted) / .5)}._cellPrimary_v1vf1_28{color:hsl(var(--primary));font-weight:500}._cellAmber_v1vf1_33{color:#d97706}._cellBold_v1vf1_37{font-weight:500}._linkButton_v1vf1_41{height:2rem;width:2rem;background-color:#ec4899;color:#fff;border-radius:9999px}._linkButton_v1vf1_41:hover{background-color:#db2777}._inicioCell_v1vf1_53{display:flex;align-items:center;gap:.25rem}._alertDot_v1vf1_59{width:.5rem;height:.5rem;background-color:#f59e0b;border-radius:9999px}._menuButton_v1vf1_66{height:2rem;width:2rem}._menuIcon_v1vf1_71{width:1rem;height:1rem}._menuContent_v1vf1_76{background-color:hsl(var(--background));border:1px solid hsl(var(--border));box-shadow:0 10px 15px -3px #0000001a}._menuItem_v1vf1_82{cursor:pointer}._menuItemIcon_v1vf1_86{width:1rem;height:1rem;margin-right:.5rem}._icon4_v1vf1_92{width:1rem;height:1rem}._container_vh8e1_1{display:flex;flex-direction:column;gap:1.5rem}._header_vh8e1_7{display:flex;align-items:center;justify-content:space-between}._title_vh8e1_13{font-size:1.5rem;line-height:2rem;font-weight:700;color:hsl(var(--foreground))}._novaTurmaBtn_vh8e1_20{display:flex;align-items:center;gap:.5rem;background-color:#ef4444;color:#fff}._novaTurmaBtn_vh8e1_20:hover{background-color:#dc2626}._tabsList_vh8e1_32{width:100%;display:grid;grid-template-columns:repeat(2,1fr);height:3rem;padding:0;background-color:transparent;gap:0}._tabTriggerLeft_vh8e1_42{height:3rem;border-radius:0;border-top-left-radius:var(--radius);font-weight:500}._tabTriggerLeft_vh8e1_42[data-state=active]{background-color:#1e3a5f;color:#fff}._tabTriggerLeft_vh8e1_42[data-state=inactive]{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground))}._tabTriggerRight_vh8e1_59{height:3rem;border-radius:0;border-top-right-radius:var(--radius);font-weight:500}._tabTriggerRight_vh8e1_59[data-state=active]{background-color:#1e3a5f;color:#fff}._tabTriggerRight_vh8e1_59[data-state=inactive]{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground))}._tabContentWrapper_vh8e1_76{border-top-left-radius:0;border-top:0}._tabContent_vh8e1_76{margin:0}._container_b6nr2_1{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}._fieldGroup_b6nr2_8{display:flex;flex-direction:column;gap:.5rem}._fieldLabel_b6nr2_14{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--muted-foreground))}._addRow_b6nr2_21{display:flex;gap:1rem}._addBtn_b6nr2_26{background-color:#ef4444;color:#fff}._addBtn_b6nr2_26:hover{background-color:#dc2626}._limitText_b6nr2_35{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground))}._cursoList_b6nr2_41{display:flex;flex-direction:column;gap:.5rem}._cursoItem_b6nr2_47{display:flex;align-items:center;justify-content:space-between;padding:.75rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--background))}._cursoInfo_b6nr2_57{flex:1}._cursoInfoLabel_b6nr2_61{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--muted-foreground));display:block;margin-bottom:.25rem}._cursoInfoName_b6nr2_70{font-size:.875rem;line-height:1.25rem}._removeBtn_b6nr2_75{color:#ef4444;border-color:#ef4444}._removeBtn_b6nr2_75:hover{background-color:#fef2f2}._emptyState_b6nr2_84{text-align:center;padding:2rem 0;color:hsl(var(--muted-foreground))}._confirmActionButton_b6nr2_91{background-color:#ec4899!important;color:#fff!important;opacity:1!important}._confirmActionButton_b6nr2_91:hover{background-color:#db2777!important;color:#fff!important;opacity:1!important}._container_azysp_1{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}._spacer_azysp_8{display:flex;flex-direction:column;gap:1.5rem}._fieldGroup_azysp_14{display:flex;flex-direction:column;gap:.75rem}._fieldLabel_azysp_20{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--muted-foreground))}._daysRow_azysp_27{display:flex;flex-wrap:wrap;gap:1.5rem}._dayCheckItem_azysp_33{display:flex;align-items:center;gap:.5rem}._dayLabel_azysp_39{font-size:.875rem;line-height:1.25rem;cursor:pointer}._dayLabelDisabled_azysp_45{color:hsl(var(--muted-foreground) / .5)}._horariosGrid_azysp_49,._datasGrid_azysp_56{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:28rem}._flexivelGrid_azysp_63{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;max-width:42rem}._saveRow_azysp_70{display:flex;justify-content:flex-end;padding-top:1rem;border-top:1px solid hsl(var(--border))}._saveBtn_azysp_77{display:flex;align-items:center;gap:.5rem;background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}._saveBtn_azysp_77:hover{background-color:hsl(var(--destructive) / .9)}._h4w4_azysp_89{height:1rem;width:1rem}._container_xudhp_1{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}._addRow_xudhp_8{display:flex;justify-content:flex-start}._addBtnGap_xudhp_13{display:flex;align-items:center;gap:.5rem}._tableWrapper_xudhp_19{border:1px solid hsl(var(--border));border-radius:var(--radius)}._cellFlex_xudhp_24{display:flex;align-items:center;gap:.5rem}._cellIcon_xudhp_30{height:1rem;width:1rem;color:hsl(var(--muted-foreground))}._primaryIcon_xudhp_36{height:1rem;width:1rem;color:hsl(var(--primary))}._mutedText_xudhp_42{color:hsl(var(--muted-foreground))}._badgeIcon_xudhp_46{height:.75rem;width:.75rem;margin-right:.25rem}._emptyState_xudhp_52{text-align:center;padding:2rem 0;color:hsl(var(--muted-foreground));border:1px solid hsl(var(--border));border-radius:var(--radius)}._notCreated_xudhp_61{padding:1.5rem}._notCreatedCenter_xudhp_65{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 0;text-align:center}._notCreatedIcon_xudhp_74{height:3rem;width:3rem;color:hsl(var(--muted-foreground));margin-bottom:1rem}._notCreatedTitle_xudhp_81{font-size:1.125rem;line-height:1.75rem;font-weight:500;color:hsl(var(--foreground));margin-bottom:.5rem}._notCreatedText_xudhp_89{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground));max-width:28rem}._highlightPrimary_xudhp_97{color:hsl(var(--primary))}._fieldGroup_xudhp_101{display:flex;flex-direction:column;gap:.5rem}._selectedTags_xudhp_107{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}._selectedTag_xudhp_107{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));display:flex;align-items:center;gap:.25rem;cursor:pointer}._selectedTag_xudhp_107:hover{background-color:hsl(var(--primary) / .8)}._tagRemoveIcon_xudhp_127{height:.75rem;width:.75rem}._hintText_xudhp_132{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground))}._checkRow_xudhp_138{display:flex;align-items:center;gap:.5rem}._spacer_xudhp_144{display:flex;flex-direction:column;gap:1rem}._h4w4_xudhp_150{height:1rem;width:1rem}._container_yjrcg_1{padding:1.5rem}._tableWrapper_yjrcg_5{border:1px solid hsl(var(--border));border-radius:var(--radius)}._cellFlex_yjrcg_10{display:flex;align-items:center;gap:.5rem}._cellIcon_yjrcg_16{height:1rem;width:1rem;color:hsl(var(--muted-foreground))}._acaoText_yjrcg_22{font-weight:500}._detalhesCell_yjrcg_26{color:hsl(var(--muted-foreground))}._emptyState_yjrcg_30{text-align:center;padding:2rem 0;color:hsl(var(--muted-foreground));border:1px solid hsl(var(--border));border-radius:var(--radius)}._container_jng6t_1{display:flex;flex-direction:column;gap:1.5rem}._headerRow_jng6t_7{display:flex;align-items:center;gap:1rem}._title_jng6t_13{font-size:1.5rem;line-height:2rem;font-weight:700;color:hsl(var(--foreground))}._editingCode_jng6t_20{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._formCard_jng6t_26{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem}._formGrid7_jng6t_33{display:grid;grid-template-columns:repeat(7,1fr);gap:1rem;align-items:end}._fieldGroup_jng6t_40{display:flex;flex-direction:column;gap:.5rem}._fieldLabel_jng6t_46{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--muted-foreground))}._tipoToggle_jng6t_53{display:flex;border-radius:var(--radius);overflow:hidden;border:1px solid hsl(var(--border))}._tipoButton_jng6t_60{flex:1;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition:color .15s,background-color .15s;border:none;cursor:pointer;background-color:hsl(var(--background));color:hsl(var(--foreground))}._tipoButton_jng6t_60:hover{background-color:hsl(var(--muted))}._tipoButtonActive_jng6t_77{background-color:#ef4444;color:#fff}._switchRow_jng6t_82{display:flex;align-items:center;height:2.5rem}._headerActions_jng6t_88{display:flex;justify-content:flex-end;gap:.75rem;padding-top:1rem;border-top:1px solid hsl(var(--border))}._actionBtnGap_jng6t_96{display:flex;align-items:center;gap:.5rem}._saveBtn_jng6t_102{display:flex;align-items:center;gap:.5rem;background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}._saveBtn_jng6t_102:hover{background-color:hsl(var(--destructive) / .9)}._tabsList_jng6t_115{width:100%;justify-content:flex-start;height:3rem;padding:0;background-color:transparent;gap:0}._tabTrigger_jng6t_124{height:3rem;padding:0 1.5rem;border-radius:0;font-weight:500;display:flex;align-items:center;gap:.5rem}._tabTrigger_jng6t_124[data-state=active]{background-color:#1e3a5f;color:#fff}._tabTrigger_jng6t_124[data-state=inactive]{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground))}._tabTriggerFirst_jng6t_144{border-top-left-radius:var(--radius)}._tabTriggerLast_jng6t_148{border-top-right-radius:var(--radius)}._tabContentWrapper_jng6t_152{border-top-left-radius:0;border-top:0}._tabContent_jng6t_152{margin:0}._icon4_jng6t_161{width:1rem;height:1rem}._icon5_jng6t_166{width:1.25rem;height:1.25rem}._h5w5_jng6t_171{height:1.25rem;width:1.25rem}._h4w4_jng6t_176{height:1rem;width:1rem}._modalContentCompact_gbidw_2{width:100%;max-width:28rem;height:auto;max-height:70vh;display:flex;flex-direction:column;overflow:hidden;min-height:0;transition:max-width .25s ease,max-height .25s ease}._modalContent_gbidw_2{width:100%;max-width:48rem;height:90vh;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;min-height:0;transition:max-width .25s ease,max-height .25s ease}._scrollContent_gbidw_27{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}._scrollArea_gbidw_35{flex:1;min-height:0;height:100%}._fieldGroup_gbidw_41{display:flex;flex-direction:column;gap:.5rem}._canaisRow_gbidw_47{display:flex;align-items:center;gap:1.5rem}._checkItem_gbidw_53{display:flex;align-items:center;gap:.5rem}._checkLabel_gbidw_59{font-size:.875rem;line-height:1.25rem;cursor:pointer}._sectionBox_gbidw_65{display:flex;flex-direction:column;gap:1rem;padding:1rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--muted) / .2)}._variablesBtn_gbidw_75{background-color:#ec4899!important;color:#fff!important;opacity:1!important}._variablesBtn_gbidw_75:hover{background-color:#db2777!important;color:#fff!important;opacity:1!important}._anexosSection_gbidw_87{display:flex;flex-direction:column;gap:.75rem;padding-top:.5rem;border-top:1px solid hsl(var(--border))}._anexosList_gbidw_95{display:flex;flex-wrap:wrap;gap:.5rem}._anexoItem_gbidw_101{display:flex;align-items:center;gap:.5rem;padding:.25rem .75rem;background-color:hsl(var(--muted));border-radius:9999px;font-size:.875rem;line-height:1.25rem}._anexoRemoveBtn_gbidw_112{color:hsl(var(--muted-foreground));background:none;border:none;cursor:pointer;padding:0}._anexoRemoveBtn_gbidw_112:hover{color:hsl(var(--destructive))}._hiddenInput_gbidw_124{display:none}._footerGap_gbidw_128{display:flex;gap:.5rem}._primaryBtn_gbidw_133{background-color:hsl(var(--primary))}._primaryBtn_gbidw_133:hover{background-color:hsl(var(--primary) / .9)}._icon3_gbidw_141{width:.75rem;height:.75rem}._icon4_gbidw_146{width:1rem;height:1rem}._spacer_gbidw_151{display:flex;flex-direction:column;gap:1.5rem}._highlightPrimary_gbidw_157{color:hsl(var(--primary))}._modalContent_1ix15_2{height:85vh;max-height:85vh;display:flex;flex-direction:column;overflow:hidden;min-height:0}._scrollContent_1ix15_11{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:1rem;-webkit-overflow-scrolling:touch}._filtersRow_1ix15_22{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:0}._filterGroup_1ix15_29{display:flex;flex-direction:column;gap:.5rem}._filterLabel_1ix15_35{font-size:.75rem;line-height:1rem}._filterInputWrapper_1ix15_40{position:relative}._tableWrapper_1ix15_44{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._tableWrapper_1ix15_44 tr._primaryHeaderRow_1ix15_50:hover{background-color:hsl(var(--primary))!important}._primaryHeaderRow_1ix15_50{background-color:hsl(var(--primary))}._headerCell_1ix15_58{color:hsl(var(--primary-foreground));font-weight:600}._evenRow_1ix15_63{background-color:hsl(var(--background))}._oddRow_1ix15_67{background-color:hsl(var(--muted) / .3)}._textSuccess_1ix15_71{color:hsl(var(--success))}._textPrimary_1ix15_75{color:hsl(var(--primary))}._textWarning_1ix15_79{color:hsl(var(--warning))}._textDestructive_1ix15_83{color:hsl(var(--destructive))}._textForeground_1ix15_87{color:hsl(var(--foreground))}._pagination_1ix15_91{display:flex;align-items:center;justify-content:space-between;margin-top:1rem}._paginationInfo_1ix15_98{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._paginationButtons_1ix15_104{display:flex;align-items:center;gap:.5rem}._icon4_1ix15_110{width:1rem;height:1rem}._container_12eo5_1{display:flex;flex-direction:column;gap:1.5rem}._header_12eo5_7{display:flex;align-items:center;justify-content:space-between}._title_12eo5_13{font-size:1.5rem;line-height:2rem;font-weight:700;color:hsl(var(--foreground))}._searchActionsRow_12eo5_20{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:1rem}@media (min-width: 768px){._searchActionsRow_12eo5_20{flex-direction:row;align-items:center}}._searchGroup_12eo5_35{display:flex;flex-direction:column;gap:.25rem}._searchLabel_12eo5_41{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._searchWrapper_12eo5_47{position:relative;display:flex;align-items:center}._searchButton_12eo5_53{position:absolute;right:0;border-top-left-radius:0;border-bottom-left-radius:0;height:100%}._actionsGroup_12eo5_61{display:flex;align-items:center;gap:.75rem}._logsButtonContent_12eo5_67{display:flex;align-items:center;gap:.5rem}._tableActionsCell_12eo5_73{display:flex;align-items:center;justify-content:center;gap:.5rem}._editButton_12eo5_80{height:2rem;width:2rem;padding:0;color:hsl(var(--primary))}._editButton_12eo5_80:hover{color:hsl(var(--primary) / .8);background-color:hsl(var(--primary) / .1)}._deleteButton_12eo5_92{height:2rem;width:2rem;padding:0;color:hsl(var(--destructive))}._deleteButton_12eo5_92:hover{color:hsl(var(--destructive) / .8);background-color:hsl(var(--destructive) / .1)}._evenRow_12eo5_104{background-color:hsl(var(--background))}._oddRow_12eo5_108{background-color:hsl(var(--muted) / .3)}._emptyRow_12eo5_112{text-align:center;color:hsl(var(--muted-foreground));padding-top:2rem;padding-bottom:2rem}._tableCard_12eo5_119 tr._primaryHeaderRow_12eo5_119:hover{background-color:hsl(var(--primary))!important}._primaryHeaderRow_12eo5_119{background-color:hsl(var(--primary))}._headerCell_12eo5_127{color:hsl(var(--primary-foreground));font-weight:600}._headerCellCenter_12eo5_132{color:hsl(var(--primary-foreground));font-weight:600;text-align:center}._headerCellCenterActions_12eo5_138{color:hsl(var(--primary-foreground));font-weight:600;text-align:center;width:7rem}._textCenter_12eo5_145{text-align:center}._fontMedium_12eo5_149{font-weight:500}._dialogMaxW_12eo5_153{max-width:24rem}._dialogTitleCenter_12eo5_157{text-align:center}._highlightPrimary_12eo5_161{color:hsl(var(--primary))}._dialogFooterCenter_12eo5_165{display:flex;gap:.5rem}@media (min-width: 640px){._dialogFooterCenter_12eo5_165{justify-content:center}}._icon4_12eo5_176{width:1rem;height:1rem}._container_1fbld_1{display:flex;flex-direction:column;gap:1.5rem}._header_1fbld_7{display:flex;align-items:center;justify-content:space-between}._headerContent_1fbld_13{display:flex;flex-direction:column}._headerActions_1fbld_18{display:flex;align-items:center;gap:.75rem}._backButton_1fbld_24{display:flex;align-items:center;gap:.5rem}._title_1fbld_30{font-size:1.25rem;line-height:1.75rem;font-weight:600;color:hsl(var(--foreground))}._subtitle_1fbld_37{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._newButton_1fbld_43{display:flex;align-items:center;gap:.5rem;background-color:hsl(var(--accent));color:#fff}._newButton_1fbld_43:hover{background-color:hsl(var(--accent) / .9)}._icon4_1fbld_55{width:1rem;height:1rem}._icon5_1fbld_60{width:1.25rem;height:1.25rem}._tableCard_1fbld_65 tr._darkHeaderRow_1fbld_65:hover{background-color:#1a3a4a!important}._darkHeaderRow_1fbld_65{background-color:#1a3a4a}._whiteHeaderCell_1fbld_73{color:#fff;font-weight:500;text-align:center}._cellCenter_1fbld_79{text-align:center}._cellCenterMedium_1fbld_83{text-align:center;font-weight:500}._statusBadge_1fbld_88{padding:.25rem 1rem;border-radius:9999px;font-size:.875rem;line-height:1.25rem;font-weight:500}._statusAberto_1fbld_96{background-color:#facc15;color:#713f12}._statusFechado_1fbld_101{background-color:#d1d5db;color:#374151}._disabledButton_1fbld_106{opacity:.5;cursor:not-allowed}._accentButton_1fbld_111{color:hsl(var(--accent))}._accentButton_1fbld_111:hover{color:hsl(var(--accent) / .8)}._dialogTitleCenter_1fbld_119{text-align:center}._accentText_1fbld_123{color:hsl(var(--accent))}._dialogFooterCenter_1fbld_127{justify-content:center}._accentBtnFull_1fbld_131{background-color:hsl(var(--accent));color:#fff;padding-left:2rem;padding-right:2rem}._accentBtnFull_1fbld_131:hover{background-color:hsl(var(--accent) / .9)}._mutedText_1fbld_142{color:hsl(var(--muted-foreground))}._spacer_1fbld_146{display:flex;flex-direction:column;gap:1rem;padding-top:1rem;padding-bottom:1rem}._fieldGroup_1fbld_154{display:flex;flex-direction:column;gap:.5rem}._accentBtn_1fbld_131{background-color:hsl(var(--accent));color:#fff}._accentBtn_1fbld_131:hover{background-color:hsl(var(--accent) / .9)}._footerGap_1fbld_169{display:flex;gap:.5rem}._container_li3jy_1{display:flex;flex-direction:column;gap:.75rem}._filterRow_li3jy_7{display:flex;align-items:flex-end;gap:1rem;flex-wrap:wrap}._fieldGroup_li3jy_14{display:flex;flex-direction:column;gap:.25rem}._fieldLabel_li3jy_20{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._searchRow_li3jy_26{display:flex;align-items:center;gap:.25rem}._searchBtn_li3jy_32{background-color:hsl(var(--primary))}._searchBtn_li3jy_32:hover{background-color:hsl(var(--primary) / .9)}._periodRow_li3jy_40{display:flex;align-items:center;gap:.5rem}._periodSeparator_li3jy_46{color:hsl(var(--muted-foreground))}._limparBtn_li3jy_50{background-color:hsl(var(--accent));color:#fff}._limparBtn_li3jy_50:hover{background-color:hsl(var(--accent) / .9)}._icon4_li3jy_59{width:1rem;height:1rem}._darkHeaderRow_1wdut_1{background-color:#1a3a4a}._headerCell_1wdut_5{color:#fff;font-weight:500;text-align:center}._headerCellActions_1wdut_11{color:#fff;font-weight:500;width:50px}._cellCenter_1wdut_17{text-align:center}._emptyRow_1wdut_21{text-align:center;padding:2rem 0;color:hsl(var(--muted-foreground))}._menuItemGap_1wdut_27{display:flex;align-items:center;gap:.5rem}._destructiveItem_1wdut_33{display:flex;align-items:center;gap:.5rem;color:hsl(var(--destructive))}._destructiveItem_1wdut_33:focus{color:hsl(var(--destructive))}._icon4_1wdut_44{width:1rem;height:1rem}._optionList_mr8tc_1{display:flex;flex-direction:column}._optionButton_mr8tc_6{text-align:left;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;color:hsl(var(--foreground));border:none;border-bottom:1px solid hsl(var(--border));background:none;cursor:pointer;transition:background-color .15s}._optionButton_mr8tc_6:last-child{border-bottom:none}._optionButton_mr8tc_6:hover{background-color:hsl(var(--muted))}._dialogTitleCenter_17mts_1{text-align:center}._accentText_17mts_5{color:hsl(var(--accent))}._formWrapper_17mts_9{padding:1rem 0}._formGrid2_17mts_13{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._fieldGroup_17mts_19{display:flex;flex-direction:column;gap:.5rem}._spacer_17mts_25{display:flex;flex-direction:column;gap:1rem}._gridAlignEnd_17mts_31{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;align-items:end}._checkRow_17mts_38{display:flex;align-items:center;gap:.5rem;padding-bottom:.5rem}._checkLabel_17mts_45{font-size:.875rem;line-height:1.25rem;cursor:pointer}._periodTitle_17mts_51{font-weight:500;font-size:.875rem;line-height:1.25rem;margin-bottom:.5rem}._dialogFooterCenter_17mts_58{justify-content:center}._accentBtn_17mts_62{background-color:hsl(var(--accent));color:#fff;padding-left:2rem;padding-right:2rem}._accentBtn_17mts_62:hover{background-color:hsl(var(--accent) / .9)}._mutedText_17mts_73{color:hsl(var(--muted-foreground))}._footerGap_17mts_77{display:flex;gap:.5rem}._container_dxof6_1{display:flex;flex-direction:column;gap:1.5rem}._headerRow_dxof6_7{display:flex;align-items:center;gap:1rem}._headerContent_dxof6_13{display:flex;flex-direction:column}._title_dxof6_18{font-size:1.25rem;line-height:1.75rem;font-weight:600;color:hsl(var(--foreground))}._breadcrumb_dxof6_25{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._filtersActionsRow_dxof6_31{display:flex;flex-direction:column;gap:1rem}@media (min-width: 1024px){._filtersActionsRow_dxof6_31{flex-direction:row;align-items:flex-start;justify-content:space-between}}._actionsCol_dxof6_45{display:flex;flex-direction:column;gap:.5rem}._cadastrarBtn_dxof6_51{background-color:hsl(var(--accent));color:#fff}._cadastrarBtn_dxof6_51:hover{background-color:hsl(var(--accent) / .9)}._fecharBtn_dxof6_60{border-color:hsl(var(--accent));color:hsl(var(--accent))}._fecharBtn_dxof6_60:hover{background-color:hsl(var(--accent) / .1)}._mutedText_dxof6_69{color:hsl(var(--muted-foreground))}._footerGap_dxof6_73{display:flex;gap:.5rem}._accentBtn_dxof6_78{background-color:hsl(var(--accent));color:#fff}._accentBtn_dxof6_78:hover{background-color:hsl(var(--accent) / .9)}._icon5_dxof6_87{width:1.25rem;height:1.25rem}._filtersRow_3yf13_1{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}@media (min-width: 768px){._filtersRow_3yf13_1{flex-direction:row;align-items:flex-end}}._fieldGroup_3yf13_15{display:flex;flex-direction:column;gap:.25rem}._fieldLabel_3yf13_21{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--muted-foreground))}._searchRow_3yf13_28{display:flex;gap:.5rem}._searchInput_3yf13_33{min-width:20rem;width:20rem}._statusTrigger_3yf13_38{min-width:11rem;width:11rem;min-height:2.5rem}._tableHeaderRow_1amb8_1{background-color:#0c333c}._tableHeaderRow_1amb8_1:hover{background-color:#0c333c!important}._tableHeadCell_1amb8_9{color:#fff;font-weight:600;text-align:center}._tableHeadCellAction_1amb8_15{color:#fff;font-weight:600;width:3rem}._emptyCell_1amb8_21{text-align:center;color:hsl(var(--muted-foreground));padding-top:2rem;padding-bottom:2rem}._matriculaText_1amb8_28{color:hsl(var(--primary));font-weight:500}._alunoLink_1amb8_33{color:hsl(var(--primary));cursor:pointer}._alunoLink_1amb8_33:hover{text-decoration:underline}._emailText_1amb8_42{color:hsl(var(--muted-foreground))}._statusPrimary_1amb8_46{font-weight:500;color:hsl(var(--primary))}._statusAccent_1amb8_51{font-weight:500;color:hsl(var(--accent))}._actionButton_1amb8_56{height:2rem;width:2rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border-radius:var(--radius)}._actionButton_1amb8_56:hover{background-color:hsl(var(--accent) / .8)}._headerActions_1l8f1_1{display:flex;gap:.5rem}._buttonIcon_1l8f1_6{width:1rem;height:1rem;margin-right:.5rem}._contentArea_1l8f1_12{flex:1;overflow:auto;padding:1rem;background-color:hsl(var(--muted) / .3);border-radius:var(--radius)}._contractPaper_1l8f1_20{background-color:#fff;padding:2rem;border-radius:var(--radius);box-shadow:0 1px 2px #0000000d;min-height:600px}._contractTitle_1l8f1_28{text-align:center;margin-bottom:2rem}._contractTitleText_1l8f1_33{font-size:1.5rem;line-height:2rem;font-weight:700;margin-bottom:.5rem}._contractSubtitle_1l8f1_40{color:hsl(var(--muted-foreground))}._contractBody_1l8f1_44{display:flex;flex-direction:column;gap:1.5rem;font-size:.875rem;line-height:1.25rem}._sectionTitle_1l8f1_52{font-weight:600;margin-bottom:.5rem}._signatureSection_1l8f1_57{margin-top:2rem;padding-top:2rem;border-top:1px solid hsl(var(--border))}._signatureRow_1l8f1_63{display:flex;justify-content:space-between}._signatureBlock_1l8f1_68{text-align:center}._signatureLine_1l8f1_72{border-top:1px solid hsl(var(--foreground));width:12rem;padding-top:.5rem}._signatureName_1l8f1_78{font-weight:500}._signatureSubName_1l8f1_82{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._statusSuccess_1l8f1_88{margin-top:1.5rem;padding:1rem;background-color:hsl(var(--success) / .1);border:1px solid hsl(var(--success) / .3);border-radius:var(--radius)}._statusSuccessText_1l8f1_96{color:hsl(var(--success));font-weight:500;text-align:center}._statusWarning_1l8f1_102{margin-top:1.5rem;padding:1rem;background-color:hsl(var(--warning) / .1);border:1px solid hsl(var(--warning) / .3);border-radius:var(--radius)}._statusWarningText_1l8f1_110{color:hsl(var(--warning));font-weight:500;text-align:center}._container_of2ds_1{display:flex;flex-direction:column;gap:1.5rem}._header_of2ds_7{display:flex;align-items:center;justify-content:space-between}._headerLeft_of2ds_13{display:flex;align-items:center;gap:.75rem}._headerIcon_of2ds_19{width:1.5rem;height:1.5rem;color:hsl(var(--accent))}._title_of2ds_25{font-size:1.5rem;line-height:2rem;font-weight:700;color:hsl(var(--foreground))}._breadcrumb_of2ds_32{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._filtersContainer_ktomh_1{display:flex;flex-direction:column;gap:1rem}._filterRow_ktomh_7{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;flex-wrap:wrap}@media (min-width: 768px){._filterRow_ktomh_7{flex-direction:row;align-items:flex-end}}._fieldGroup_ktomh_22{display:flex;flex-direction:column;gap:.25rem}._fieldLabel_ktomh_28{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--muted-foreground))}._fieldLabelAccent_ktomh_35{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--accent))}._searchRow_ktomh_42{display:flex;gap:.5rem}._checkboxRow_ktomh_47{display:flex;align-items:center;gap:.5rem;height:2.5rem}._checkboxLabel_ktomh_54{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--muted-foreground));cursor:pointer}._dateRow_ktomh_62{display:flex;gap:1rem;align-items:flex-end}._dateFieldGroup_ktomh_68{display:flex;flex-direction:column;gap:.25rem}._dateLabel_ktomh_74{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground))}._clearButton_ktomh_80{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._clearButton_ktomh_80:hover{background-color:hsl(var(--accent) / .9)}._tableHeaderRow_wskel_1,._tableHeaderRow_wskel_1:hover{background-color:hsl(var(--sidebar))}._tableHeadCell_wskel_9{color:hsl(var(--sidebar-foreground));font-weight:600}._tableHeadCellCenter_wskel_14{color:hsl(var(--sidebar-foreground));font-weight:600;text-align:center}._tableHeadCellAction_wskel_20{color:hsl(var(--sidebar-foreground));font-weight:600;width:60px}._emptyCell_wskel_26{text-align:center;padding-top:2rem;padding-bottom:2rem;color:hsl(var(--muted-foreground))}._matriculaText_wskel_33{font-weight:500;color:hsl(var(--primary))}._alunoLink_wskel_38{color:hsl(var(--primary));text-decoration:underline;cursor:pointer}._alunoLink_wskel_38:hover{color:hsl(var(--primary) / .8)}._chLink_wskel_48{text-align:center;color:hsl(var(--primary));text-decoration:underline}._statusBadge_wskel_54{display:inline-flex;align-items:center;justify-content:center;padding:.375rem 1rem;border-radius:9999px;font-size:.75rem;line-height:1rem;font-weight:500;min-width:100px}._statusAtivo_wskel_66{background-color:hsl(var(--success));color:hsl(var(--success-foreground))}._statusConcluido_wskel_71{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}._statusCancelado_wskel_76{background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}._statusTrancado_wskel_81{background-color:hsl(var(--warning));color:hsl(var(--warning-foreground))}._statusEmAnalise_wskel_86{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground))}._viewButton_wskel_91{height:2rem;width:2rem;color:hsl(var(--accent))}._viewButton_wskel_91:hover{color:hsl(var(--accent) / .8);background-color:hsl(var(--accent) / .1)}._viewIcon_wskel_102{height:1.25rem;width:1.25rem}._titleRow_1h9de_1{display:flex;align-items:center;gap:.75rem}._statusBadge_1h9de_7{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;line-height:1rem;font-weight:500}._statusAtivo_1h9de_17{background-color:hsl(var(--success));color:hsl(var(--success-foreground))}._statusConcluido_1h9de_22{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}._statusCancelado_1h9de_27{background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}._statusTrancado_1h9de_32{background-color:hsl(var(--warning));color:hsl(var(--warning-foreground))}._statusEmAnalise_1h9de_37{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground))}._content_1h9de_42{display:flex;flex-direction:column;gap:1.5rem;padding-top:1rem;padding-bottom:1rem}._sectionTitle_1h9de_50{font-size:.875rem;line-height:1.25rem;font-weight:600;color:hsl(var(--accent));margin-bottom:.75rem}._grid_1h9de_58{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._infoField_1h9de_64{display:flex;flex-direction:column;gap:.25rem}._colSpan2_1h9de_70{grid-column:span 2}._infoLabel_1h9de_74{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground));font-weight:500}._infoValue_1h9de_81{font-size:.875rem;line-height:1.25rem;color:hsl(var(--foreground))}._container_1pa3i_1{display:flex;flex-direction:column;gap:1.5rem}._header_1pa3i_7{display:flex;align-items:center;justify-content:space-between}._headerLeft_1pa3i_13{display:flex;align-items:center;gap:.5rem}._headerIcon_1pa3i_19{height:1.25rem;width:1.25rem;color:hsl(var(--muted-foreground))}._title_1pa3i_25{font-size:1.5rem;line-height:2rem;font-weight:700;color:hsl(var(--foreground))}._breadcrumb_1pa3i_32{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._container_1tonk_1{display:flex;flex-direction:column;gap:1rem}._filterRow_1tonk_7{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem}._fieldGroup_1tonk_14{display:flex;flex-direction:column;gap:.25rem}._fieldLabel_1tonk_20{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--muted-foreground))}._dateRow_1tonk_27{display:flex;gap:1rem;align-items:flex-end}._dateFieldGroup_1tonk_33{display:flex;flex-direction:column;gap:.25rem}._dateLabel_1tonk_39{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground))}._gerarVendaWrapper_1tonk_45{margin-left:auto}._tableWrapper_17gom_1{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._tableHeaderRow_17gom_7{background-color:#0c333c}._tableHeaderRow_17gom_7:hover{background-color:#0c333c!important}._tableHeadCell_17gom_15{color:#fff;font-weight:600}._tableHeadCellCenter_17gom_20{color:#fff;font-weight:600;text-align:center}._tableHeadCellAction_17gom_26{color:#fff;font-weight:600;width:140px}._dataRow_17gom_32:hover{background-color:hsl(var(--muted) / .5)}._statusBadge_17gom_36{display:inline-flex;align-items:center;justify-content:center;padding:.25rem 1rem;border-radius:9999px;font-size:.75rem;line-height:1rem;font-weight:500;min-width:100px}._statusEmAberto_17gom_48{background-color:hsl(var(--warning));color:hsl(var(--warning-foreground))}._statusFechado_17gom_53{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}._statusCancelado_17gom_58{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground))}._actionsRow_17gom_63{display:flex;align-items:center;gap:.25rem;justify-content:flex-end}._expandButton_17gom_70{height:2rem;width:2rem;color:hsl(var(--success))}._expandButton_17gom_70:hover{color:hsl(var(--success) / .8)}._viewButton_17gom_80{height:2rem;width:2rem;color:hsl(var(--primary))}._viewButton_17gom_80:hover{background-color:hsl(var(--accent));color:#fff}._deleteButton_17gom_91{height:2rem;width:2rem;color:hsl(var(--primary))}._deleteButton_17gom_91:hover{background-color:hsl(var(--accent));color:#fff}._expandedRow_17gom_102,._expandedRow_17gom_102:hover{background-color:hsl(var(--muted) / .2)}._expandedContent_17gom_110{padding:1.25rem 1.5rem;border-left:3px solid hsl(var(--accent));background-color:hsl(var(--background))}._innerTableWrapper_17gom_116{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._innerHeaderRow_17gom_122{border:0;background-color:#0c333c}._innerHeaderRow_17gom_122:hover{background-color:#0c333c!important}._innerHeadCell_17gom_131{color:#fff;font-weight:600;font-size:.8125rem}._innerHeadCellCenter_17gom_137{color:#fff;font-weight:600;font-size:.8125rem;text-align:center}._innerDataRow_17gom_144{border:0;border-bottom:1px solid hsl(var(--border))}._innerDataRow_17gom_144:last-child{border-bottom:0}._innerDataRow_17gom_144:hover{background-color:hsl(var(--muted) / .35)}._expandedFooter_17gom_157{display:flex;justify-content:flex-end;align-items:center;gap:1rem;margin-top:1rem;padding:1rem 1.25rem;border-radius:var(--radius);background-color:hsl(var(--muted) / .25);border:1px solid hsl(var(--border))}._totalRow_17gom_169{display:flex;align-items:baseline;gap:.5rem}._totalLabel_17gom_175{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--foreground))}._totalValue_17gom_182{font-size:1.125rem;line-height:1.75rem;font-weight:700;color:hsl(var(--accent))}._parcelasInfo_17gom_189{font-size:.8125rem;line-height:1.25rem;font-weight:500;color:hsl(var(--accent-foreground));background-color:hsl(var(--accent));border:none;border-radius:var(--radius);padding:.375rem .75rem}._emptyCell_17gom_200{text-align:center;padding-top:2rem;padding-bottom:2rem;color:hsl(var(--muted-foreground))}._contentWrapper_1aui4_1{max-width:28rem;padding:0;overflow:hidden;gap:0}._header_1aui4_8{padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .3)}._title_1aui4_14{font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin:0}._titleHighlight_1aui4_21{color:hsl(var(--accent));font-weight:700}._body_1aui4_26{padding:1.5rem}._description_1aui4_30{font-size:.9375rem;line-height:1.5;color:hsl(var(--muted-foreground));margin:0}._footer_1aui4_37{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._cancelButton_1aui4_46{border-color:hsl(var(--border));font-weight:500}._cancelButton_1aui4_46:hover{background-color:hsl(var(--muted) / .5)}._deleteAction_1aui4_55{background-color:hsl(var(--accent))!important;color:hsl(var(--accent-foreground))!important;border:none;font-weight:600}._deleteAction_1aui4_55:hover{background-color:hsl(var(--accent) / .9)!important}._content_bnh9j_1{max-width:28rem;padding:0;overflow:hidden}._header_bnh9j_7{padding:1.25rem 1.5rem;margin-bottom:0;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._title_bnh9j_14{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground));text-align:center}._titleHighlight_bnh9j_22{color:hsl(var(--accent));font-weight:700}._body_bnh9j_27{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem}._buttonsRow_bnh9j_34{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}._btnOption_bnh9j_41{min-width:10rem;transition:background-color .2s ease,color .2s ease,border-color .2s ease}._btnOptionOutline_bnh9j_49{border:1px solid hsl(var(--border));background-color:transparent;color:hsl(var(--foreground))}._btnOptionOutline_bnh9j_49:hover{border-color:hsl(var(--accent));color:hsl(var(--accent));background-color:hsl(var(--accent) / .08)}._btnOptionPrimary_bnh9j_61{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._btnOptionPrimary_bnh9j_61:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._content_fsrvb_1{max-width:28rem;padding:0;overflow:hidden}._header_fsrvb_7{padding:1.25rem 1.5rem;margin-bottom:0;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._title_fsrvb_14{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground));text-align:center}._titleHighlight_fsrvb_22{color:hsl(var(--accent));font-weight:700}._body_fsrvb_27{display:flex;flex-direction:column;gap:1rem;padding:1.5rem}._field_fsrvb_34{display:flex;flex-direction:column;gap:.5rem}._fieldLabel_fsrvb_40{font-size:.875rem;line-height:1.25rem;font-weight:500}._searchWrapper_fsrvb_46{padding:.5rem;background-color:hsl(var(--popover));border-bottom:1px solid hsl(var(--border));z-index:10}._searchInputWrapper_fsrvb_53{position:relative;display:block}._searchIcon_fsrvb_58{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);height:1rem;width:1rem;min-width:1rem;min-height:1rem;color:hsl(var(--muted-foreground));pointer-events:none;z-index:1;flex-shrink:0;outline:none;box-shadow:none}._searchIcon_fsrvb_58 svg{display:block;overflow:visible;stroke:currentColor}._searchInput_fsrvb_53{padding-left:2.25rem}._dropdownList_fsrvb_85{max-height:180px;overflow-y:auto}._emptyMessage_fsrvb_90{padding:.5rem;text-align:center;font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._footer_fsrvb_98{padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .15);display:flex;justify-content:flex-end;gap:.5rem}._btnCancel_fsrvb_107{border-color:hsl(var(--border))}._btnConfirm_fsrvb_111{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._btnConfirm_fsrvb_111:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._content_r2d61_1{max-width:28rem;padding:0;overflow:hidden}._header_r2d61_7{padding:1.25rem 1.5rem;margin-bottom:0;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._title_r2d61_14{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground));text-align:center}._titleHighlight_r2d61_22{color:hsl(var(--accent));font-weight:700}._body_r2d61_27{display:flex;flex-direction:column;gap:1rem;padding:1.5rem}._field_r2d61_34{display:flex;flex-direction:column;gap:.5rem}._fieldLabel_r2d61_40{font-size:.875rem;line-height:1.25rem;font-weight:500}._searchWrapper_r2d61_46{padding:.5rem;background-color:hsl(var(--popover));border-bottom:1px solid hsl(var(--border));z-index:10}._searchInputWrapper_r2d61_53{position:relative;display:block}._searchIcon_r2d61_58{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);height:1rem;width:1rem;min-width:1rem;min-height:1rem;color:hsl(var(--muted-foreground));pointer-events:none;z-index:1;flex-shrink:0;outline:none;box-shadow:none}._searchIcon_r2d61_58 svg{display:block;overflow:visible;stroke:currentColor}._searchInput_r2d61_53{padding-left:2.25rem}._emptyMessage_r2d61_85{padding:.5rem;text-align:center;font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._cadastrarLink_r2d61_93{font-size:.875rem;line-height:1.25rem;color:hsl(var(--accent));text-decoration:underline;background:none;border:none;cursor:pointer;padding:0;margin-top:.25rem}._cadastrarLink_r2d61_93:hover{color:hsl(var(--accent) / .85)}._footer_r2d61_109{padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .15);display:flex;justify-content:flex-end;gap:.5rem}._btnCancel_r2d61_118{border-color:hsl(var(--border))}._btnConfirm_r2d61_122{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._btnConfirm_r2d61_122:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}.react-tel-input{font-family:Roboto,sans-serif;font-size:15px;position:relative;width:100%}.react-tel-input :disabled{cursor:not-allowed}.react-tel-input .flag{width:16px;height:11px;background-image:url(data:image/png;base64,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)}.react-tel-input .ad{background-position:-16px 0}.react-tel-input .ae{background-position:-32px 0}.react-tel-input .af{background-position:-48px 0}.react-tel-input .ag{background-position:-64px 0}.react-tel-input .ai{background-position:-80px 0}.react-tel-input .al{background-position:-96px 0}.react-tel-input .am{background-position:-112px 0}.react-tel-input .ao{background-position:-128px 0}.react-tel-input .ar{background-position:-144px 0}.react-tel-input .as{background-position:-160px 0}.react-tel-input .at{background-position:-176px 0}.react-tel-input .au{background-position:-192px 0}.react-tel-input .aw{background-position:-208px 0}.react-tel-input .az{background-position:-224px 0}.react-tel-input .ba{background-position:-240px 0}.react-tel-input .bb{background-position:0 -11px}.react-tel-input .bd{background-position:-16px -11px}.react-tel-input .be{background-position:-32px -11px}.react-tel-input .bf{background-position:-48px -11px}.react-tel-input .bg{background-position:-64px -11px}.react-tel-input .bh{background-position:-80px -11px}.react-tel-input .bi{background-position:-96px -11px}.react-tel-input .bj{background-position:-112px -11px}.react-tel-input .bm{background-position:-128px -11px}.react-tel-input .bn{background-position:-144px -11px}.react-tel-input .bo{background-position:-160px -11px}.react-tel-input .br{background-position:-176px -11px}.react-tel-input .bs{background-position:-192px -11px}.react-tel-input .bt{background-position:-208px -11px}.react-tel-input .bw{background-position:-224px -11px}.react-tel-input .by{background-position:-240px -11px}.react-tel-input .bz{background-position:0 -22px}.react-tel-input .ca{background-position:-16px -22px}.react-tel-input .cd{background-position:-32px -22px}.react-tel-input .cf{background-position:-48px -22px}.react-tel-input .cg{background-position:-64px -22px}.react-tel-input .ch{background-position:-80px -22px}.react-tel-input .ci{background-position:-96px -22px}.react-tel-input .ck{background-position:-112px -22px}.react-tel-input .cl{background-position:-128px -22px}.react-tel-input .cm{background-position:-144px -22px}.react-tel-input .cn{background-position:-160px -22px}.react-tel-input .co{background-position:-176px -22px}.react-tel-input .cr{background-position:-192px -22px}.react-tel-input .cu{background-position:-208px -22px}.react-tel-input .cv{background-position:-224px -22px}.react-tel-input .cw{background-position:-240px -22px}.react-tel-input .cy{background-position:0 -33px}.react-tel-input .cz{background-position:-16px -33px}.react-tel-input .de{background-position:-32px -33px}.react-tel-input .dj{background-position:-48px -33px}.react-tel-input .dk{background-position:-64px -33px}.react-tel-input .dm{background-position:-80px -33px}.react-tel-input .do{background-position:-96px -33px}.react-tel-input .dz{background-position:-112px -33px}.react-tel-input .ec{background-position:-128px -33px}.react-tel-input .ee{background-position:-144px -33px}.react-tel-input .eg{background-position:-160px -33px}.react-tel-input .er{background-position:-176px -33px}.react-tel-input .es{background-position:-192px -33px}.react-tel-input .et{background-position:-208px -33px}.react-tel-input .fi{background-position:-224px -33px}.react-tel-input .fj{background-position:-240px -33px}.react-tel-input .fk{background-position:0 -44px}.react-tel-input .fm{background-position:-16px -44px}.react-tel-input .fo{background-position:-32px -44px}.react-tel-input .fr,.react-tel-input .bl,.react-tel-input .mf{background-position:-48px -44px}.react-tel-input .ga{background-position:-64px -44px}.react-tel-input .gb{background-position:-80px -44px}.react-tel-input .gd{background-position:-96px -44px}.react-tel-input .ge{background-position:-112px -44px}.react-tel-input .gf{background-position:-128px -44px}.react-tel-input .gh{background-position:-144px -44px}.react-tel-input .gi{background-position:-160px -44px}.react-tel-input .gl{background-position:-176px -44px}.react-tel-input .gm{background-position:-192px -44px}.react-tel-input .gn{background-position:-208px -44px}.react-tel-input .gp{background-position:-224px -44px}.react-tel-input .gq{background-position:-240px -44px}.react-tel-input .gr{background-position:0 -55px}.react-tel-input .gt{background-position:-16px -55px}.react-tel-input .gu{background-position:-32px -55px}.react-tel-input .gw{background-position:-48px -55px}.react-tel-input .gy{background-position:-64px -55px}.react-tel-input .hk{background-position:-80px -55px}.react-tel-input .hn{background-position:-96px -55px}.react-tel-input .hr{background-position:-112px -55px}.react-tel-input .ht{background-position:-128px -55px}.react-tel-input .hu{background-position:-144px -55px}.react-tel-input .id{background-position:-160px -55px}.react-tel-input .ie{background-position:-176px -55px}.react-tel-input .il{background-position:-192px -55px}.react-tel-input .in{background-position:-208px -55px}.react-tel-input .io{background-position:-224px -55px}.react-tel-input .iq{background-position:-240px -55px}.react-tel-input .ir{background-position:0 -66px}.react-tel-input .is{background-position:-16px -66px}.react-tel-input .it{background-position:-32px -66px}.react-tel-input .je{background-position:-144px -154px}.react-tel-input .jm{background-position:-48px -66px}.react-tel-input .jo{background-position:-64px -66px}.react-tel-input .jp{background-position:-80px -66px}.react-tel-input .ke{background-position:-96px -66px}.react-tel-input .kg{background-position:-112px -66px}.react-tel-input .kh{background-position:-128px -66px}.react-tel-input .ki{background-position:-144px -66px}.react-tel-input .xk{background-position:-128px -154px}.react-tel-input .km{background-position:-160px -66px}.react-tel-input .kn{background-position:-176px -66px}.react-tel-input .kp{background-position:-192px -66px}.react-tel-input .kr{background-position:-208px -66px}.react-tel-input .kw{background-position:-224px -66px}.react-tel-input .ky{background-position:-240px -66px}.react-tel-input .kz{background-position:0 -77px}.react-tel-input .la{background-position:-16px -77px}.react-tel-input .lb{background-position:-32px -77px}.react-tel-input .lc{background-position:-48px -77px}.react-tel-input .li{background-position:-64px -77px}.react-tel-input .lk{background-position:-80px -77px}.react-tel-input .lr{background-position:-96px -77px}.react-tel-input .ls{background-position:-112px -77px}.react-tel-input .lt{background-position:-128px -77px}.react-tel-input .lu{background-position:-144px -77px}.react-tel-input .lv{background-position:-160px -77px}.react-tel-input .ly{background-position:-176px -77px}.react-tel-input .ma{background-position:-192px -77px}.react-tel-input .mc{background-position:-208px -77px}.react-tel-input .md{background-position:-224px -77px}.react-tel-input .me{background-position:-112px -154px;height:12px}.react-tel-input .mg{background-position:0 -88px}.react-tel-input .mh{background-position:-16px -88px}.react-tel-input .mk{background-position:-32px -88px}.react-tel-input .ml{background-position:-48px -88px}.react-tel-input .mm{background-position:-64px -88px}.react-tel-input .mn{background-position:-80px -88px}.react-tel-input .mo{background-position:-96px -88px}.react-tel-input .mp{background-position:-112px -88px}.react-tel-input .mq{background-position:-128px -88px}.react-tel-input .mr{background-position:-144px -88px}.react-tel-input .ms{background-position:-160px -88px}.react-tel-input .mt{background-position:-176px -88px}.react-tel-input .mu{background-position:-192px -88px}.react-tel-input .mv{background-position:-208px -88px}.react-tel-input .mw{background-position:-224px -88px}.react-tel-input .mx{background-position:-240px -88px}.react-tel-input .my{background-position:0 -99px}.react-tel-input .mz{background-position:-16px -99px}.react-tel-input .na{background-position:-32px -99px}.react-tel-input .nc{background-position:-48px -99px}.react-tel-input .ne{background-position:-64px -99px}.react-tel-input .nf{background-position:-80px -99px}.react-tel-input .ng{background-position:-96px -99px}.react-tel-input .ni{background-position:-112px -99px}.react-tel-input .nl,.react-tel-input .bq{background-position:-128px -99px}.react-tel-input .no{background-position:-144px -99px}.react-tel-input .np{background-position:-160px -99px}.react-tel-input .nr{background-position:-176px -99px}.react-tel-input .nu{background-position:-192px -99px}.react-tel-input .nz{background-position:-208px -99px}.react-tel-input .om{background-position:-224px -99px}.react-tel-input .pa{background-position:-240px -99px}.react-tel-input .pe{background-position:0 -110px}.react-tel-input .pf{background-position:-16px -110px}.react-tel-input .pg{background-position:-32px -110px}.react-tel-input .ph{background-position:-48px -110px}.react-tel-input .pk{background-position:-64px -110px}.react-tel-input .pl{background-position:-80px -110px}.react-tel-input .pm{background-position:-96px -110px}.react-tel-input .pr{background-position:-112px -110px}.react-tel-input .ps{background-position:-128px -110px}.react-tel-input .pt{background-position:-144px -110px}.react-tel-input .pw{background-position:-160px -110px}.react-tel-input .py{background-position:-176px -110px}.react-tel-input .qa{background-position:-192px -110px}.react-tel-input .re{background-position:-208px -110px}.react-tel-input .ro{background-position:-224px -110px}.react-tel-input .rs{background-position:-240px -110px}.react-tel-input .ru{background-position:0 -121px}.react-tel-input .rw{background-position:-16px -121px}.react-tel-input .sa{background-position:-32px -121px}.react-tel-input .sb{background-position:-48px -121px}.react-tel-input .sc{background-position:-64px -121px}.react-tel-input .sd{background-position:-80px -121px}.react-tel-input .se{background-position:-96px -121px}.react-tel-input .sg{background-position:-112px -121px}.react-tel-input .sh{background-position:-128px -121px}.react-tel-input .si{background-position:-144px -121px}.react-tel-input .sk{background-position:-160px -121px}.react-tel-input .sl{background-position:-176px -121px}.react-tel-input .sm{background-position:-192px -121px}.react-tel-input .sn{background-position:-208px -121px}.react-tel-input .so{background-position:-224px -121px}.react-tel-input .sr{background-position:-240px -121px}.react-tel-input .ss{background-position:0 -132px}.react-tel-input .st{background-position:-16px -132px}.react-tel-input .sv{background-position:-32px -132px}.react-tel-input .sx{background-position:-48px -132px}.react-tel-input .sy{background-position:-64px -132px}.react-tel-input .sz{background-position:-80px -132px}.react-tel-input .tc{background-position:-96px -132px}.react-tel-input .td{background-position:-112px -132px}.react-tel-input .tg{background-position:-128px -132px}.react-tel-input .th{background-position:-144px -132px}.react-tel-input .tj{background-position:-160px -132px}.react-tel-input .tk{background-position:-176px -132px}.react-tel-input .tl{background-position:-192px -132px}.react-tel-input .tm{background-position:-208px -132px}.react-tel-input .tn{background-position:-224px -132px}.react-tel-input .to{background-position:-240px -132px}.react-tel-input .tr{background-position:0 -143px}.react-tel-input .tt{background-position:-16px -143px}.react-tel-input .tv{background-position:-32px -143px}.react-tel-input .tw{background-position:-48px -143px}.react-tel-input .tz{background-position:-64px -143px}.react-tel-input .ua{background-position:-80px -143px}.react-tel-input .ug{background-position:-96px -143px}.react-tel-input .us{background-position:-112px -143px}.react-tel-input .uy{background-position:-128px -143px}.react-tel-input .uz{background-position:-144px -143px}.react-tel-input .va{background-position:-160px -143px}.react-tel-input .vc{background-position:-176px -143px}.react-tel-input .ve{background-position:-192px -143px}.react-tel-input .vg{background-position:-208px -143px}.react-tel-input .vi{background-position:-224px -143px}.react-tel-input .vn{background-position:-240px -143px}.react-tel-input .vu{background-position:0 -154px}.react-tel-input .wf{background-position:-16px -154px}.react-tel-input .ws{background-position:-32px -154px}.react-tel-input .ye{background-position:-48px -154px}.react-tel-input .za{background-position:-64px -154px}.react-tel-input .zm{background-position:-80px -154px}.react-tel-input .zw{background-position:-96px -154px}.react-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.react-tel-input .hide{display:none}.react-tel-input .v-hide{visibility:hidden}.react-tel-input .form-control{position:relative;font-size:14px;letter-spacing:.01rem;margin-top:0!important;margin-bottom:0!important;padding-left:48px;margin-left:0;background:#fff;border:1px solid #CACACA;border-radius:5px;line-height:25px;height:35px;width:300px;outline:none}.react-tel-input .form-control.invalid-number{border:1px solid #d79f9f;background-color:#faf0f0;border-left-color:#cacaca}.react-tel-input .form-control.invalid-number:focus{border:1px solid #d79f9f;border-left-color:#cacaca;background-color:#faf0f0}.react-tel-input .flag-dropdown{position:absolute;top:0;bottom:0;padding:0;background-color:#f5f5f5;border:1px solid #cacaca;border-radius:3px 0 0 3px}.react-tel-input .flag-dropdown:hover,.react-tel-input .flag-dropdown:focus{cursor:pointer}.react-tel-input .flag-dropdown.invalid-number{border-color:#d79f9f}.react-tel-input .flag-dropdown.open{z-index:2;background:#fff;border-radius:3px 0 0}.react-tel-input .flag-dropdown.open .selected-flag{background:#fff;border-radius:3px 0 0}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:transparent}.react-tel-input .selected-flag{outline:none;position:relative;width:38px;height:100%;padding:0 0 0 8px;border-radius:3px 0 0 3px}.react-tel-input .selected-flag:hover,.react-tel-input .selected-flag:focus{background-color:#fff}.react-tel-input .selected-flag .flag{position:absolute;top:50%;margin-top:-5px}.react-tel-input .selected-flag .arrow{position:relative;top:50%;margin-top:-2px;left:20px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.react-tel-input .selected-flag .arrow.up{border-top:none;border-bottom:4px solid #555}.react-tel-input .country-list{outline:none;z-index:1;list-style:none;position:absolute;padding:0;margin:10px 0 10px -1px;box-shadow:1px 2px 10px #00000059;background-color:#fff;width:300px;max-height:200px;overflow-y:scroll;border-radius:0 0 3px 3px}.react-tel-input .country-list .flag{display:inline-block}.react-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.react-tel-input .country-list .country{padding:7px 9px}.react-tel-input .country-list .country .dial-code{color:#6b6b6b}.react-tel-input .country-list .country:hover,.react-tel-input .country-list .country.highlight{background-color:#f1f1f1}.react-tel-input .country-list .flag{margin-right:7px;margin-top:2px}.react-tel-input .country-list .country-name{margin-right:6px}.react-tel-input .country-list .search{position:sticky;top:0;background-color:#fff;padding:10px 0 6px 10px}.react-tel-input .country-list .search-emoji{font-size:15px}.react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;font-size:15px;line-height:15px;margin-left:6px;padding:3px 8px 5px;outline:none}.react-tel-input .country-list .no-entries-message{padding:7px 10px 11px;opacity:.7}.react-tel-input .invalid-number-message{position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;color:#de0000}.react-tel-input .special-label{display:none;position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;white-space:nowrap}._phoneRow_a9jm9_1{width:100%;border:1px solid hsl(var(--input));border-radius:var(--radius);background-color:hsl(var(--background));overflow:visible;font-family:inherit}._phoneRow_a9jm9_1:focus-within{outline:none;box-shadow:none}._phoneRow_a9jm9_1 ._flag-dropdown_a9jm9_15,._phoneRow_a9jm9_1 ._phoneButton_a9jm9_16{border:none!important;border-right:1px solid hsl(var(--border))!important;border-radius:var(--radius) 0 0 var(--radius)!important;background-color:hsl(var(--background))!important;padding:0 0 0 8px}._phoneRow_a9jm9_1 ._flag-dropdown_a9jm9_15:hover,._phoneRow_a9jm9_1 ._flag-dropdown_a9jm9_15._open_a9jm9_25,._phoneRow_a9jm9_1 ._phoneButton_a9jm9_16:hover{background-color:hsl(var(--muted) / .3)!important}._phoneRow_a9jm9_1 ._form-control_a9jm9_30,._phoneRow_a9jm9_1 ._phoneInput_a9jm9_31{border:none!important;border-radius:0 var(--radius) var(--radius) 0!important;box-shadow:none!important;background-color:transparent!important;height:2.25rem;padding-left:52px;width:100%!important;font-size:.875rem;color:hsl(var(--foreground))}._phoneRow_a9jm9_1 ._form-control_a9jm9_30:focus,._phoneRow_a9jm9_1 ._phoneInput_a9jm9_31:focus{outline:none;box-shadow:none}._phoneRow_a9jm9_1 ._flag-dropdown_a9jm9_15:focus,._phoneRow_a9jm9_1 ._selected-flag_a9jm9_50:focus{outline:none}._phoneRow_a9jm9_1 ._form-control_a9jm9_30::-moz-placeholder{color:hsl(var(--muted-foreground))}._phoneRow_a9jm9_1 ._form-control_a9jm9_30::placeholder{color:hsl(var(--muted-foreground))}._phoneDropdown_a9jm9_58{border-radius:var(--radius);border:1px solid hsl(var(--border));box-shadow:0 4px 12px hsl(var(--foreground) / .1);background:hsl(var(--background));max-height:220px}._phoneSearch_a9jm9_66{border:1px solid hsl(var(--input));border-radius:var(--radius);padding:.5rem .5rem .5rem 1.75rem;font-size:.875rem;color:hsl(var(--foreground));background:hsl(var(--background))}._phoneSearch_a9jm9_66:focus{outline:none;border-color:hsl(var(--ring))}._content_h27rb_1{max-width:28rem;padding:0;overflow:hidden}._header_h27rb_7{padding:1.25rem 1.5rem;margin-bottom:0;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._title_h27rb_14{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground));text-align:center}._titleHighlight_h27rb_22{color:hsl(var(--accent));font-weight:700}._body_h27rb_27{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem}._questionRow_h27rb_34{display:flex;align-items:center;gap:.5rem}._questionText_h27rb_40{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--foreground))}._checkboxRow_h27rb_47{display:flex;align-items:center;gap:.5rem}._checkboxLabel_h27rb_53{font-size:.875rem;line-height:1.25rem}._formFields_h27rb_58{display:flex;flex-direction:column;gap:1rem}._field_h27rb_64{display:flex;flex-direction:column;gap:.5rem}._disabledLabel_h27rb_70{color:hsl(var(--muted-foreground))}._phoneRow_h27rb_74{display:flex;gap:.5rem}._flagItem_h27rb_79{display:flex;align-items:center;gap:.25rem}._fieldLabel_h27rb_85{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._footer_h27rb_91{padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .15);display:flex;justify-content:flex-end;gap:.5rem}._btnCancel_h27rb_100{border-color:hsl(var(--border))}._btnConfirm_h27rb_104{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._btnConfirm_h27rb_104:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._container_1u4p1_1{display:flex;flex-direction:column;gap:1.5rem}._header_1u4p1_7{display:flex;align-items:center;justify-content:space-between}._title_1u4p1_13{font-size:1.5rem;line-height:2rem;font-weight:700;color:hsl(var(--foreground))}._breadcrumb_1u4p1_20{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._filtersCard_1u4p1_26{background-color:hsl(var(--card));padding:1.5rem;border-radius:var(--radius);border:1px solid hsl(var(--border))}._root_ymvn7_1{position:relative;display:flex;height:2.5rem;width:2.5rem;flex-shrink:0;overflow:hidden;border-radius:9999px}._image_ymvn7_11{aspect-ratio:1 / 1;height:100%;width:100%}._fallback_ymvn7_17{display:flex;height:100%;width:100%;align-items:center;justify-content:center;border-radius:9999px;background-color:hsl(var(--muted))}._container_2113r_1{background-color:hsl(var(--card));padding:1.5rem;border-radius:var(--radius);border:1px solid hsl(var(--border))}._row_2113r_8{display:flex;align-items:center;gap:1.5rem}._avatar_2113r_14{height:5rem;width:5rem;background-color:hsl(var(--muted));flex-shrink:0}._avatarFallback_2113r_21{font-size:1.25rem;line-height:1.75rem;font-weight:500;background-color:hsl(var(--muted));color:hsl(var(--muted-foreground))}._fieldsGrid_2113r_29{flex:1;display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){._fieldsGrid_2113r_29{grid-template-columns:repeat(3,1fr)}}._fieldGroup_2113r_42{display:flex;flex-direction:column;gap:.25rem}._fieldLabel_2113r_48{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground))}._phoneRow_2113r_54{display:flex;gap:.5rem}._phonePrefix_2113r_59{display:flex;align-items:center;gap:.25rem;padding-left:.75rem;padding-right:.75rem;background-color:hsl(var(--muted));border:1px solid hsl(var(--border));border-radius:var(--radius)}._phonePrefixText_2113r_70{font-size:.875rem;line-height:1.25rem}._matriculasButtonWrapper_2113r_75{display:flex;align-items:center}._matriculasButton_2113r_75{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._matriculasButton_2113r_75:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._container_gzwq5_1{display:flex;align-items:center;justify-content:flex-end;gap:1rem}._primaryButton_gzwq5_8{background-color:hsl(var(--primary))}._primaryButton_gzwq5_8:hover{background-color:hsl(var(--primary) / .9)}._fechadoInfo_gzwq5_16{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));padding:.5rem 1rem;border-radius:var(--radius);font-size:.875rem;line-height:1.25rem}._fecharButton_gzwq5_25{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none;font-weight:600}._fecharButton_gzwq5_25:hover:not(:disabled){background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._fecharButton_gzwq5_25:disabled{opacity:.6}._totalSection_gzwq5_41{display:flex;align-items:baseline;gap:.5rem;margin-left:1rem;padding-left:1rem;border-left:1px solid hsl(var(--border))}._totalLabel_gzwq5_50{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--muted-foreground))}._totalValue_gzwq5_57{font-size:1.25rem;line-height:1.75rem;font-weight:700;color:hsl(var(--accent))}._container_100ng_1{display:flex;flex-direction:column;gap:1.25rem}._filtersRow_100ng_7{display:flex;gap:1rem;align-items:stretch;flex-wrap:wrap}._filtersLeft_100ng_14{display:flex;gap:1rem;flex:1;min-width:0;align-items:center}._searchWrapper_100ng_22{position:relative;flex:1;min-width:14rem;max-width:32rem}._searchIcon_100ng_29{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);height:1rem;width:1rem;color:hsl(var(--muted-foreground));pointer-events:none;z-index:1}._searchInput_100ng_41{padding-left:2.25rem;width:100%;min-width:0}._addButtonWrapper_100ng_47{flex-shrink:0}._addButton_100ng_47{background-color:hsl(var(--accent))!important;color:hsl(var(--accent-foreground))!important;border:none;font-weight:500}._addButton_100ng_47:hover:not(:disabled){background-color:hsl(var(--accent) / .9)!important;color:hsl(var(--accent-foreground))!important}._addButton_100ng_47:disabled{opacity:.6}._cartIcon_100ng_67{height:1rem;width:1rem;margin-right:.5rem;flex-shrink:0}._tableWrapper_100ng_74{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._tableHeaderRow_100ng_80{background-color:#0c333c}._tableHeaderRow_100ng_80:hover{background-color:#0c333c!important}._headerCell_100ng_88{color:#fff;font-weight:600;font-size:.8125rem}._headerCellRight_100ng_94{color:#fff;font-weight:600;font-size:.8125rem;text-align:right}._headerCellCenter_100ng_101{color:#fff;font-weight:600;font-size:.8125rem;text-align:center}._headerCellCheckbox_100ng_108{width:50px;color:#fff}._dataRow_100ng_113:hover{background-color:hsl(var(--muted) / .4)}._emptyCell_100ng_117{text-align:center;color:hsl(var(--muted-foreground));padding-top:2rem;padding-bottom:2rem}._selectedRow_100ng_124{background-color:hsl(var(--accent) / .08)}._selectedRow_100ng_124:hover{background-color:hsl(var(--accent) / .12)}._codeCell_100ng_132{color:hsl(var(--accent));font-weight:500}._productNameRow_100ng_137{display:flex;align-items:center;gap:.5rem}._brindeBadge_100ng_143{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;line-height:1rem;font-weight:500;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._brindeIcon_100ng_156{height:.75rem;width:.75rem}._brindePrice_100ng_161{color:hsl(var(--accent));font-weight:500}._container_18cq9_1{display:flex;flex-direction:column;gap:1rem}._tableWrapper_18cq9_7{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._tableHeaderRow_18cq9_13{background-color:#0c333c}._tableHeaderRow_18cq9_13:hover{background-color:#0c333c!important}._headerCell_18cq9_21{color:#fff;font-weight:600;font-size:.8125rem}._headerCellRight_18cq9_27{color:#fff;font-weight:600;font-size:.8125rem;text-align:right}._headerCellCenter_18cq9_34{color:#fff;font-weight:600;font-size:.8125rem;text-align:center}._dataRow_18cq9_41:hover{background-color:hsl(var(--muted) / .4)}._emptyCell_18cq9_45{text-align:center;color:hsl(var(--muted-foreground));padding-top:2rem;padding-bottom:2rem}._codeCell_18cq9_52{color:hsl(var(--accent));font-weight:500}._quantityControls_18cq9_57{display:flex;align-items:center;justify-content:center;gap:.5rem}._quantityText_18cq9_64{width:2rem;text-align:center;font-weight:500}._deleteButton_18cq9_70{height:2rem;width:2rem;color:hsl(var(--primary))}._deleteButton_18cq9_70:hover{background-color:hsl(var(--accent));color:#fff}._card_v4zis_2{border-radius:calc(var(--radius) + 2px);border:1px solid hsl(var(--border));background-color:hsl(var(--card));color:hsl(var(--card-foreground));box-shadow:0 1px 2px #0000000d}._header_v4zis_10{display:flex;flex-direction:column;gap:.375rem;padding:1.5rem}._title_v4zis_17{font-size:1.5rem;line-height:2rem;font-weight:600;line-height:1;letter-spacing:-.025em}._description_v4zis_25{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._content_v4zis_31{padding:1.5rem;padding-top:0}._footer_v4zis_36{display:flex;align-items:center;padding:1.5rem;padding-top:0}._container_bodxc_1{display:flex;flex-direction:column;gap:1.5rem}._field_bodxc_7{display:flex;flex-direction:column;gap:.5rem}._fieldLabel_bodxc_13{color:hsl(var(--muted-foreground))}._tableWrapper_bodxc_17{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._warningHeaderRow_bodxc_23,._warningHeaderRow_bodxc_23:hover{background-color:hsl(var(--warning))}._warningHeadCell_bodxc_31{color:hsl(var(--warning-foreground));font-weight:500}._parcelaCell_bodxc_36{color:hsl(var(--primary));font-weight:500}._primaryCell_bodxc_41{color:hsl(var(--primary))}._mutedCell_bodxc_45{color:hsl(var(--muted-foreground))}._statusBadge_bodxc_49{padding:.25rem .75rem;font-size:.75rem;line-height:1rem;font-weight:500;border-radius:var(--radius);background-color:hsl(var(--warning) / .2);color:hsl(var(--warning-foreground));border:1px solid hsl(var(--warning))}._emptyCell_bodxc_60{text-align:center;color:hsl(var(--muted-foreground));padding-top:2rem;padding-bottom:2rem}._summaryItem_bodxc_67{display:flex;justify-content:space-between;font-size:.875rem;line-height:1.25rem}._summaryDivider_bodxc_74{border-top:1px solid hsl(var(--border));padding-top:1rem}._summaryTotal_bodxc_79{display:flex;justify-content:space-between;font-weight:600;font-size:1.125rem;line-height:1.75rem}._summaryTotalValue_bodxc_87{color:hsl(var(--primary))}._content_ox0mp_1{max-width:56rem;padding:0;overflow:hidden}._header_ox0mp_7{padding:1.25rem 1.5rem;margin-bottom:0;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._title_ox0mp_14{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground));text-align:center}._titleHighlight_ox0mp_22{color:hsl(var(--accent));font-weight:700}._body_ox0mp_27{padding:1.25rem 1.5rem}._tableWrapper_ox0mp_31{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._tableHeaderRow_ox0mp_37{background-color:#0c333c}._tableHeaderRow_ox0mp_37:hover{background-color:#0c333c!important}._headerCell_ox0mp_45{color:#fff;font-weight:600;font-size:.8125rem}._headerCellCenter_ox0mp_51{color:#fff;font-weight:600;font-size:.8125rem;text-align:center}._dataRow_ox0mp_58:hover{background-color:hsl(var(--muted) / .4)}._codeCell_ox0mp_62{color:hsl(var(--accent));font-weight:500}._statusBadge_ox0mp_67{font-size:.75rem;font-weight:500;padding:.25rem .625rem;border-radius:9999px;white-space:nowrap}._statusConcluida_ox0mp_75{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._statusEmAndamento_ox0mp_81{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border:none}._statusEncerrada_ox0mp_87,._statusDefault_ox0mp_93{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground));border:none}._paginationRow_ox0mp_99{display:flex;justify-content:flex-end;align-items:center;margin-top:1rem;padding-top:.75rem;border-top:1px solid hsl(var(--border))}._paginationCount_ox0mp_108{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground));font-weight:500}._paginationCount_ox0mp_108 strong{color:hsl(var(--foreground))}._titlePrimary_14cqh_1{color:hsl(var(--primary))}._content_14cqh_5{display:flex;flex-direction:column;gap:1rem;padding-top:1rem;padding-bottom:1rem}._field_14cqh_13{display:flex;flex-direction:column;gap:.5rem}._fieldLabel_14cqh_19{color:hsl(var(--muted-foreground))}._actions_14cqh_23{display:flex;justify-content:center;gap:1rem}._cancelButton_14cqh_29{border-color:hsl(var(--primary));color:hsl(var(--primary))}._cancelButton_14cqh_29:hover{background-color:hsl(var(--primary) / .1)}._confirmButton_14cqh_38{background-color:hsl(var(--primary))}._confirmButton_14cqh_38:hover{background-color:hsl(var(--primary) / .9)}._wrapper_ugroh_1{display:flex;flex-direction:column;min-height:calc(100vh - 120px)}._content_ugroh_7{flex:1;display:flex;flex-direction:column;gap:1.5rem;padding-bottom:6rem}._pageHeader_ugroh_15{display:flex;align-items:center;justify-content:space-between}._pageTitle_ugroh_21{font-size:1.5rem;line-height:2rem;font-weight:700;color:hsl(var(--foreground))}._breadcrumb_ugroh_28{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._tabsCard_ugroh_34{background-color:hsl(var(--card));border-radius:var(--radius);border:1px solid hsl(var(--border));overflow:hidden}._tabsList_ugroh_41{display:grid;grid-template-columns:1fr 1fr;width:100%;justify-content:flex-start;border-radius:0;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2);height:auto;padding:0;gap:0}._tabsListThree_ugroh_54{grid-template-columns:1fr 1fr 1fr}._tabTrigger_ugroh_58{border-radius:0;border-bottom:3px solid transparent;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;transition:background-color .2s ease,color .2s ease,border-color .2s ease}._tabTrigger_ugroh_58[data-state=inactive]{background-color:hsl(var(--muted) / .35);color:hsl(var(--muted-foreground))}._tabTrigger_ugroh_58[data-state=inactive]:hover{background-color:hsl(var(--muted) / .5);color:hsl(var(--foreground))}._tabTrigger_ugroh_58[data-state=active]{background-color:hsl(var(--background));color:hsl(var(--accent));border-bottom-color:hsl(var(--accent));font-weight:600}._tabsContent_ugroh_84{padding:1.5rem}._stickyFooter_ugroh_88{position:fixed;bottom:0;left:0;right:0;z-index:40;background-color:hsl(var(--background));border-top:1px solid hsl(var(--border));box-shadow:0 -4px 6px -1px #0000001a}@media (min-width: 768px){._stickyFooter_ugroh_88{left:var(--sidebar-width, 4rem)}}._footerInner_ugroh_105{padding:1rem 1.5rem}._container_178lt_1{display:flex;flex-direction:column;gap:1.5rem}._wrapper_dc9cb_1{display:flex;align-items:center;justify-content:space-between}._titleArea_dc9cb_7{display:flex;align-items:center;gap:.75rem}._icon_dc9cb_13{width:1.5rem;height:1.5rem;color:hsl(var(--accent))}._title_dc9cb_7{font-size:1.5rem;line-height:2rem;font-weight:700;color:hsl(var(--foreground))}._actionsArea_dc9cb_26{display:flex;align-items:center;gap:1rem}._breadcrumb_dc9cb_32{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._card_rxh7b_1{overflow:hidden}._padded_rxh7b_5{padding:1.5rem}._container_1d35k_1{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem;justify-content:space-between}._filtersLeft_1d35k_9{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem}._searchGroup_1d35k_16{display:flex;flex-direction:column;gap:.25rem}._searchLabel_1d35k_22{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._searchRow_1d35k_28{display:flex;align-items:center;gap:.5rem}._searchInputWrapper_1d35k_34{position:relative}._searchInput_1d35k_34{padding-left:2.25rem;min-width:20rem;width:20rem}._searchIcon_1d35k_44{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);height:1rem;width:1rem;color:hsl(var(--muted-foreground))}._tableHeaderRow_22x26_1{background-color:hsl(var(--primary))}._tableWrapper_22x26_5 tr._tableHeaderRow_22x26_1:hover{background-color:hsl(var(--primary))!important}._tableHeadCell_22x26_9{color:hsl(var(--primary-foreground));font-weight:600}._tableHeadCellAction_22x26_14{color:hsl(var(--primary-foreground));font-weight:600;width:60px}._emptyCell_22x26_20{text-align:center;padding-top:2rem;padding-bottom:2rem;color:hsl(var(--muted-foreground))}._nameLink_22x26_27{color:hsl(var(--primary));text-decoration:underline;cursor:pointer}._nameLink_22x26_27:hover{color:hsl(var(--primary) / .8)}._emailLink_22x26_37{color:hsl(var(--primary));text-decoration:underline;cursor:pointer;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}._emailLink_22x26_37:hover{color:hsl(var(--primary) / .8)}._editButton_22x26_52{height:2rem;width:2rem;color:hsl(var(--accent))}._editButton_22x26_52:hover{color:hsl(var(--accent) / .8);background-color:hsl(var(--accent) / .1)}._editIcon_22x26_63{height:1.25rem;width:1.25rem}._titleAccent_daw6j_1{color:hsl(var(--accent))}._content_daw6j_5{display:flex;flex-direction:column;gap:1rem}._selectedFilters_daw6j_11{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}._selectedFiltersLabel_daw6j_18{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._filterBadge_daw6j_24{padding:.25rem .75rem;background-color:hsl(var(--sidebar));color:hsl(var(--sidebar-foreground));border-radius:9999px;font-size:.75rem;line-height:1rem}._grid_daw6j_33{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._field_daw6j_39{display:flex;flex-direction:column;gap:.5rem}._labelAccent_daw6j_45{color:hsl(var(--accent))}._footer_daw6j_49{display:flex;justify-content:center;gap:1rem;padding-top:1rem}._filtersRow_4y65f_1{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem}._fieldGroup_4y65f_8{display:flex;flex-direction:column;gap:.25rem}._fieldLabelAccent_4y65f_14{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--accent))}._fieldLabel_4y65f_14{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--muted-foreground))}._searchRow_4y65f_28{display:flex}._tableWrapper_rxpin_1{border-radius:var(--radius);overflow:hidden}._tableHeaderRow_rxpin_6,._tableHeaderRow_rxpin_6:hover{background-color:hsl(var(--sidebar))}._tableHeadCell_rxpin_14{color:hsl(var(--sidebar-foreground));font-weight:500}._emptyCell_rxpin_19{text-align:center;color:hsl(var(--muted-foreground));padding-top:2rem;padding-bottom:2rem}._dataRow_rxpin_26:hover{background-color:hsl(var(--muted) / .5)}._alunoCadastrado_rxpin_30{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.25rem}._cadastrarButton_rxpin_36{color:hsl(var(--accent));font-weight:500;font-size:.875rem;line-height:1.25rem;background:none;border:none;cursor:pointer}._cadastrarButton_rxpin_36:hover{color:hsl(var(--accent) / .8)}._dialogContent_vh5vu_1{max-width:48rem;max-height:90vh;display:flex;flex-direction:column;padding:0;gap:0}._header_vh5vu_10{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid hsl(var(--border))}._headerTitle_vh5vu_16{font-size:1.5rem;line-height:2rem;font-weight:700;text-align:center}._headerTitleAccent_vh5vu_23{color:hsl(var(--accent))}._stepTabs_vh5vu_27{display:flex;gap:.5rem;padding:1rem 1.5rem;flex-wrap:wrap;justify-content:center;border-bottom:1px solid hsl(var(--border))}._stepButton_vh5vu_36{padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;line-height:1.25rem;font-weight:500;transition:background-color .15s,color .15s;border:none;cursor:pointer}._stepButtonActive_vh5vu_47{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._stepButtonInactive_vh5vu_52{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground))}._stepButtonInactive_vh5vu_52:hover{background-color:hsl(var(--muted) / .8)}._contentArea_vh5vu_61{flex:1;overflow-y:auto;padding:1.5rem}._formGroup_vh5vu_67{display:flex;flex-direction:column;gap:1rem}._field_vh5vu_73{display:flex;flex-direction:column;gap:.5rem}._fieldLabel_vh5vu_79{color:hsl(var(--muted-foreground))}._charCount_vh5vu_83{font-size:.875rem;line-height:1.25rem}._charCountWarning_vh5vu_88{color:hsl(var(--accent))}._charCountOk_vh5vu_92{color:hsl(var(--muted-foreground))}._phoneRow_vh5vu_96{display:flex;gap:.5rem}._phonePrefix_vh5vu_101{display:flex;align-items:center;gap:.25rem;padding-left:.75rem;padding-right:.75rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--muted) / .3)}._docFormGroup_vh5vu_112{display:flex;flex-direction:column;gap:1.5rem}._fileRow_vh5vu_118{display:flex;align-items:center;gap:.75rem}._fileButton_vh5vu_124{border-style:dashed;border-color:hsl(var(--accent));color:hsl(var(--accent))}._fileButton_vh5vu_124:hover{background-color:hsl(var(--accent) / .1)}._fileName_vh5vu_134{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._viewLink_vh5vu_140{font-size:.875rem;line-height:1.25rem;color:hsl(var(--accent));background:none;border:none;cursor:pointer}._viewLink_vh5vu_140:hover{text-decoration:underline}._checkboxRow_vh5vu_153{display:flex;align-items:flex-start;gap:.75rem;padding-top:1rem}._checkboxLabel_vh5vu_160{font-size:.875rem;line-height:1.25rem;color:hsl(var(--accent));cursor:pointer}._footer_vh5vu_167{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem;border-top:1px solid hsl(var(--border))}._footerLeft_vh5vu_176,._footerRight_vh5vu_181{display:flex;gap:.5rem}._accentButton_vh5vu_186{background-color:hsl(var(--accent))}._accentButton_vh5vu_186:hover{background-color:hsl(var(--accent) / .9)}._header_reaif_1{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}._headerLeft_reaif_8{display:flex;align-items:center;gap:.75rem}._headerIcon_reaif_14{width:1.5rem;height:1.5rem;color:hsl(var(--accent))}._title_reaif_20{font-size:1.5rem;line-height:2rem;font-weight:700;color:hsl(var(--foreground))}._breadcrumb_reaif_27{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._filtersAndActions_reaif_33{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}._actionButtons_reaif_42{display:flex;gap:.5rem}._buttonIcon_reaif_47{width:1rem;height:1rem;margin-right:.5rem}._loadingWrapper_1hki2_1{display:flex;align-items:center;justify-content:center;height:16rem}._loadingText_1hki2_8{color:hsl(var(--muted-foreground))}._tabsList_1hki2_12{width:100%;justify-content:flex-start;border-radius:0;border-bottom:1px solid hsl(var(--border));background:transparent;height:auto;padding:0}._tabTrigger_1hki2_22{border-radius:0;border-bottom:2px solid transparent;padding:.5rem 1rem}._tabTrigger_1hki2_22[data-state=inactive]{background-color:hsl(var(--muted) / .4);color:hsl(var(--muted-foreground))}._tabTrigger_1hki2_22[data-state=inactive]:hover{background-color:hsl(var(--muted) / .6)}._tabTrigger_1hki2_22[data-state=active]{border-color:hsl(var(--primary));background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}._tabsContentWrapper_1hki2_43{padding:1.5rem}._tabContent_1hki2_47{margin:0}@-webkit-keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size: 12px;--rc-drag-handle-mobile-size: 24px;--rc-drag-handle-bg-colour: rgba(0, 0, 0, .2);--rc-drag-bar-size: 6px;--rc-border-color: rgba(255, 255, 255, .7);--rc-focus-color: #0088ff}.ReactCrop{position:relative;display:inline-block;cursor:crosshair;max-width:100%}.ReactCrop *,.ReactCrop *:before,.ReactCrop *:after{-webkit-box-sizing:border-box;box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{overflow:hidden;max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video{-ms-touch-action:none;touch-action:none}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{-ms-touch-action:none;touch-action:none}.ReactCrop__crop-mask{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;width:calc(100% + .5px);height:calc(100% + .5px)}.ReactCrop__crop-selection{position:absolute;top:0;left:0;-webkit-transform:translateZ(0);transform:translateZ(0);cursor:move}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:1px solid var(--rc-border-color);opacity:.3}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed white}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){-webkit-animation:marching-ants 1s;animation:marching-ants 1s;background-image:-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444));background-image:linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute;width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color)}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{top:0;left:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:nw-resize}.ReactCrop .ord-n{top:0;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:n-resize}.ReactCrop .ord-ne{top:0;right:0;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);cursor:ne-resize}.ReactCrop .ord-e{top:50%;right:0;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);cursor:e-resize}.ReactCrop .ord-se{bottom:0;right:0;-webkit-transform:translate(50%,50%);transform:translate(50%,50%);cursor:se-resize}.ReactCrop .ord-s{bottom:0;left:50%;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%);cursor:s-resize}.ReactCrop .ord-sw{bottom:0;left:0;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%);cursor:sw-resize}.ReactCrop .ord-w{top:50%;left:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:w-resize}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:var(--rc-drag-bar-size);-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:var(--rc-drag-bar-size);height:100%;-webkit-transform:translate(50%);transform:translate(50%)}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:var(--rc-drag-bar-size);-webkit-transform:translateY(50%);transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:var(--rc-drag-bar-size);height:100%;-webkit-transform:translate(-50%);transform:translate(-50%)}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media (pointer: coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}._cropContainer_azxnh_1{display:flex;justify-content:center;align-items:center;max-height:60vh;overflow:auto}._cropImage_azxnh_9{max-width:100%;max-height:50vh;-o-object-fit:contain;object-fit:contain}._helpText_azxnh_15{font-size:.875rem;color:hsl(var(--muted-foreground));text-align:center}._headerWrapper_h1dcv_1{display:flex;flex-wrap:wrap;gap:1.5rem;padding:1rem;background-color:hsl(var(--card));border-radius:var(--radius);border:1px solid hsl(var(--border))}._avatarColumn_h1dcv_11{display:flex;align-items:center}._avatarWrapper_h1dcv_16{position:relative;cursor:pointer}._avatarWrapper_h1dcv_16:hover ._avatarOverlay_h1dcv_21{opacity:1}._avatar_h1dcv_11{width:4rem;height:4rem}._avatarFallback_h1dcv_30{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground));font-size:1.25rem}._avatarOverlay_h1dcv_21{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:9999px;background-color:#00000080;opacity:0;display:flex;align-items:center;justify-content:center;transition:opacity .15s ease}._cameraIcon_h1dcv_48{width:1.5rem;height:1.5rem;color:#fff}._fileInput_h1dcv_54{display:none}._fieldsColumn_h1dcv_58{flex:1;min-width:0}._fieldsRow_h1dcv_63{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end}._field_h1dcv_58{display:flex;flex-direction:column;gap:.25rem}._fieldNome_h1dcv_76{min-width:200px;flex:1}._fieldRa_h1dcv_82{width:6rem}._fieldDataCadastro_h1dcv_87{width:7rem}._fieldApelido_h1dcv_92,._fieldDataNascimento_h1dcv_97{width:8rem}._fieldIdade_h1dcv_102{width:4rem}._fieldStatusDoc_h1dcv_107{width:7rem}._fieldLabel_h1dcv_116{color:hsl(var(--muted-foreground));font-size:.75rem}._invisibleLabel_h1dcv_121{visibility:hidden}._disabledInput_h1dcv_126{background-color:hsl(var(--muted))}._dateInputWrapper_h1dcv_130{position:relative}._calendarIcon_h1dcv_134{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);height:1rem;width:1rem;color:hsl(var(--muted-foreground));pointer-events:none}._statusBadge_h1dcv_145{width:100%;display:flex;justify-content:center;padding:.5rem}._statusPendente_h1dcv_152{background-color:#fef9c3;color:#a16207;border-color:#fde047}._statusAprovado_h1dcv_158{background-color:#dcfce7;color:#15803d;border-color:#86efac}._statusDefault_h1dcv_164{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground))}._wrapper_1c5s7_1{display:flex;flex-direction:column;gap:1.5rem}._fieldset_1c5s7_7{border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1rem}._legend_1c5s7_13{font-size:.875rem;color:hsl(var(--muted-foreground));padding:0 .5rem}._gridCols5_1c5s7_19{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}._field_1c5s7_7{display:flex;flex-direction:column;gap:.25rem}._fieldLabel_1c5s7_31{color:hsl(var(--muted-foreground));font-size:.75rem}._phoneRow_1c5s7_36{display:flex;gap:.5rem}._flagItem_1c5s7_41{display:flex;align-items:center;gap:.25rem}._flagItemGap_1c5s7_48{display:flex;align-items:center;gap:.5rem}._flagDdi_1c5s7_54{font-size:.75rem}._addressSpan2_1c5s7_58{grid-column:span 2}._footer_1c5s7_63{display:flex;justify-content:flex-end}._wrapper_idvu3_1{display:flex;flex-direction:column;gap:1.5rem}._fieldset_idvu3_7{border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1rem}._legend_idvu3_13{font-size:.875rem;color:hsl(var(--muted-foreground));padding:0 .5rem}._fieldsGroup_idvu3_19{display:flex;flex-direction:column;gap:1rem}._gridCols3_idvu3_25{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}._gridCols4_idvu3_31{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}._gridCols5_idvu3_37{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}._field_idvu3_7{display:flex;flex-direction:column;gap:.25rem}._fieldLabel_idvu3_49{color:hsl(var(--muted-foreground));font-size:.75rem}._footer_idvu3_54{display:flex;justify-content:flex-end}._wrapper_14ri3_1{display:flex;flex-direction:column;gap:1.5rem}._fieldset_14ri3_7{border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1rem}._legend_14ri3_13{font-size:.875rem;color:hsl(var(--muted-foreground));padding:0 .5rem}._fieldsGroup_14ri3_19{display:flex;flex-direction:column;gap:1rem}._gridCols3_14ri3_25{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}._field_14ri3_7{display:flex;flex-direction:column;gap:.25rem}._fieldLabel_14ri3_37{color:hsl(var(--muted-foreground));font-size:.75rem}._fieldLabelSm_14ri3_42{color:hsl(var(--muted-foreground));font-size:.875rem}._hospitalField_14ri3_47{width:25%}._phoneRow_14ri3_52{display:flex;gap:.5rem}._flagItem_14ri3_57{display:flex;align-items:center;gap:.25rem}._flagItemGap_14ri3_64{display:flex;align-items:center;gap:.5rem}._flagDdi_14ri3_70{font-size:.75rem}._radioQuestion_14ri3_74{display:flex;flex-direction:column;gap:.75rem}._radioGroup_14ri3_80{display:flex;gap:1.5rem}._radioItem_14ri3_85{display:flex;align-items:center;gap:.5rem}._radioLabelSim_14ri3_91{color:hsl(var(--primary));cursor:pointer}._radioLabelNao_14ri3_96{cursor:pointer}._historicoFieldLabel_14ri3_104{color:hsl(var(--muted-foreground));font-size:.75rem}._footer_14ri3_109{display:flex;justify-content:flex-end}._content_3zun5_1{max-width:425px}@media (min-width: 640px){._content_3zun5_1{max-width:425px}}._titleRow_3zun5_11{display:flex;align-items:center;gap:.5rem}._warningIcon_3zun5_17{height:1.25rem;width:1.25rem;color:hsl(var(--destructive))}._footer_3zun5_23{display:flex;justify-content:flex-end;gap:.75rem}._formBody_1lwll_1{display:flex;flex-direction:column;gap:1.5rem;padding:.25rem 0 0}._fieldGroup_1lwll_8{display:flex;flex-direction:column;gap:.5rem}._fieldLabel_1lwll_14{font-size:.9375rem;font-weight:500;color:hsl(var(--foreground))}._input_1lwll_20{font-size:.9375rem}._dropZone_1lwll_24{border:2px dashed hsl(var(--muted-foreground) / .3);border-radius:var(--radius);padding:1.5rem 1.25rem;text-align:center;cursor:pointer;transition:border-color .2s ease,background-color .2s ease;background:hsl(var(--muted) / .2)}._dropZone_1lwll_24:hover{border-color:hsl(var(--primary) / .5);background:hsl(var(--muted) / .35)}._filePreviewRow_1lwll_39{display:flex;align-items:center;justify-content:space-between;gap:.75rem}._fileInfo_1lwll_46{display:flex;align-items:center;gap:.875rem;min-width:0}._previewImage_1lwll_53{height:3rem;width:3rem;flex-shrink:0;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius)}._fileDetails_1lwll_61{text-align:left;min-width:0}._fileName_1lwll_66{font-size:.9375rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:280px;color:hsl(var(--foreground))}._fileSize_1lwll_76{font-size:.8125rem;color:hsl(var(--muted-foreground));margin-top:.125rem}._uploadPlaceholder_1lwll_82{display:flex;flex-direction:column;align-items:center;gap:.625rem}._uploadIcon_1lwll_89{height:2.25rem;width:2.25rem;color:hsl(var(--muted-foreground))}._uploadText_1lwll_95{font-size:.9375rem;line-height:1.4}._uploadLink_1lwll_100{color:hsl(var(--primary));font-weight:500;cursor:pointer}._uploadLink_1lwll_100:hover{text-decoration:underline}._uploadHint_1lwll_110{color:hsl(var(--muted-foreground));font-size:.9375rem}._uploadFormats_1lwll_115{font-size:.8125rem;color:hsl(var(--muted-foreground));line-height:1.4}._hiddenInput_1lwll_121{display:none}._pdfIcon_1lwll_125{height:2rem;width:2rem;flex-shrink:0;color:hsl(var(--destructive))}._imageIcon_1lwll_132{height:2rem;width:2rem;flex-shrink:0;color:hsl(var(--primary))}._defaultIcon_1lwll_139{height:2rem;width:2rem;flex-shrink:0;color:hsl(var(--muted-foreground))}._removeBtn_1lwll_146{flex-shrink:0}._footer_1lwll_150{display:flex;justify-content:flex-end;gap:.5rem;padding-top:.25rem}._wrapper_1q7qh_1{display:flex;flex-direction:column;gap:1rem}._headerRow_1q7qh_7{display:flex;justify-content:flex-end}._tableWrapper_1q7qh_12{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._tableHeaderRow_1q7qh_18{background-color:hsl(var(--muted) / .5)}._checkboxCell_1q7qh_22{width:3rem}._actionsRow_1q7qh_26{display:flex;align-items:center;gap:.5rem;justify-content:flex-end}._statusPendente_1q7qh_33{background-color:#fef9c3;color:#a16207;border-color:#fde047}._statusAprovado_1q7qh_39{background-color:#dcfce7;color:#15803d;border-color:#86efac}._textPrimary_1q7qh_45{color:hsl(var(--primary))}._deleteMenuItem_1q7qh_49{color:hsl(var(--destructive))}._deleteMenuItem_1q7qh_49:focus{color:hsl(var(--destructive))}._menuItem_1q7qh_57{display:flex;align-items:center;gap:.375rem;cursor:pointer}._menuIcon_1q7qh_64{width:.875rem;height:.875rem;flex-shrink:0}._iconSuccess_1q7qh_70{color:#059669}._iconWarning_1q7qh_74{color:#d97706}._wrapper_sac2m_1{display:flex;flex-direction:column;gap:1.5rem}._section_sac2m_7{border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1.25rem;background-color:hsl(var(--card))}._legend_sac2m_14{font-size:.875rem;font-weight:500;color:hsl(var(--foreground));padding:0 .5rem;margin-bottom:.25rem}._gridDados_sac2m_22{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}._gridEndereco_sac2m_28{display:grid;grid-template-columns:2fr 1fr .75fr 1fr minmax(16rem,2fr);gap:1rem}._field_sac2m_34{display:flex;flex-direction:column;gap:.375rem}._fieldLabel_sac2m_40{font-size:.8125rem;font-weight:500;color:hsl(var(--muted-foreground))}._input_sac2m_46{font-size:.9375rem}._fieldCol2_sac2m_50{grid-column:span 2}._dateWrapper_sac2m_54{position:relative}._dateIcon_sac2m_58{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);height:1rem;width:1rem;color:hsl(var(--muted-foreground));pointer-events:none}._errorWrapper_sac2m_69{display:flex;align-items:center;gap:.375rem;margin-top:.25rem;font-size:.75rem;color:hsl(var(--destructive))}._errorIcon_sac2m_78{flex-shrink:0;height:.875rem;width:.875rem}._inputError_sac2m_84{border-color:hsl(var(--destructive))}._inputError_sac2m_84:focus{outline-color:hsl(var(--destructive))}._phoneRow_sac2m_92{display:flex;align-items:center;gap:.375rem}._countryTrigger_sac2m_98{width:5.5rem;min-width:5.5rem;flex-shrink:0;padding-left:.5rem;padding-right:.5rem}._countryTriggerContent_sac2m_106{display:inline-flex;align-items:center;gap:.3125rem}._countryFlag_sac2m_112{font-size:1.125rem;line-height:1}._countryDdi_sac2m_117{font-size:.75rem;font-weight:600}._phoneField_sac2m_122{min-width:0}._phoneInput_sac2m_126{flex:1;min-width:0}._footer_sac2m_131{display:flex;justify-content:flex-end;padding-top:.25rem}._saveButton_sac2m_137{min-width:7rem}@media (max-width: 1024px){._gridDados_sac2m_22{grid-template-columns:repeat(2,1fr)}._gridEndereco_sac2m_28{grid-template-columns:1fr 1fr}._fieldCol2_sac2m_50{grid-column:span 1}}._content_k368v_1{max-height:90vh;min-height:26rem;display:flex;flex-direction:column;overflow:hidden}._contentExpanded_k368v_9{min-height:38rem}._header_k368v_13{padding-bottom:.5rem}._title_k368v_17{text-align:center;font-size:1.25rem;font-weight:600}._titleHighlight_k368v_23{color:hsl(var(--accent))}._stepsWrapper_k368v_27{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;gap:0}._stepCircle_k368v_35{width:2.25rem;height:2.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:600;flex-shrink:0;transition:background-color .2s ease,color .2s ease}._stepCircleActive_k368v_48{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._stepCircleInactive_k368v_53{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground))}._stepLine_k368v_58{width:2.5rem;height:2px;margin:0 .15rem;flex-shrink:0;transition:background-color .2s ease}._stepLineActive_k368v_66{background-color:hsl(var(--accent))}._stepLineInactive_k368v_70{background-color:hsl(var(--muted))}._scrollContent_k368v_74{flex:1 1 0;min-height:0;overflow:hidden;padding-right:.5rem}._section_k368v_81{display:flex;flex-direction:column;gap:1rem}._fieldGroup_k368v_87{display:flex;flex-direction:column;gap:.5rem}._fieldLabel_k368v_93{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._sectionTitle_k368v_99{font-size:.875rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.25rem;padding-top:.5rem}._infoList_k368v_107{display:flex;flex-direction:column;gap:0}._infoItem_k368v_113{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0;border-bottom:1px solid hsl(var(--border) / .5)}._infoItem_k368v_113:last-child{border-bottom:none}._infoIcon_k368v_125{width:1.25rem;height:1.25rem;flex-shrink:0;color:hsl(var(--muted-foreground));margin-top:.125rem}._infoLabel_k368v_133{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._infoValue_k368v_139{font-size:.875rem;color:hsl(var(--muted-foreground));margin-top:.125rem}._attentionText_k368v_145{font-size:.8125rem;color:hsl(var(--accent));margin-top:.25rem}._footerActions_k368v_151{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.75rem;padding-top:1rem;margin-top:.5rem;border-top:1px solid hsl(var(--border))}._primaryButton_k368v_162{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));min-width:7rem}._primaryButton_k368v_162:hover:not(:disabled){background-color:hsl(var(--accent) / .9)}._outlineButtonAccent_k368v_172{border-color:hsl(var(--accent));color:hsl(var(--accent))}._outlineButtonAccent_k368v_172:hover{background-color:hsl(var(--accent) / .1)}._visualizarTurmasWrapper_k368v_181{padding-top:.75rem;margin-top:.75rem;border-top:1px solid hsl(var(--border));display:flex;justify-content:center}._daysBadge_k368v_189{display:inline-flex;align-items:center;gap:.25rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));padding:.25rem .5rem;border-radius:var(--radius);font-size:.8125rem}._daysBadgeOutline_k368v_200{cursor:pointer;transition:background-color .15s ease}._daysBadgeOutline_k368v_200:hover{background-color:hsl(var(--muted))}._formatoBox_k368v_209{padding:.75rem 1rem;background-color:hsl(var(--muted) / .5);border-radius:var(--radius);font-size:.875rem;color:hsl(var(--foreground))}._checkboxRow_k368v_217{display:flex;align-items:center;gap:.5rem}._checkboxLabel_k368v_223{font-size:.875rem;cursor:pointer}._wrapper_1h783_1{display:flex;flex-direction:column;gap:1rem}._headerRow_1h783_7{display:flex;justify-content:flex-end}._tableWrapper_1h783_12{margin-top:1.25rem;border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._tableHeaderRow_1h783_19{background-color:#0c333c}._tableHeaderRow_1h783_19:hover,._tableWrapper_1h783_12 thead tr:hover{background-color:#0c333c!important}._tableHeaderRow_1h783_19 th{color:#fff;font-weight:500;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em}._textPrimary_1h783_36{color:hsl(var(--primary))}._statusBadge_1h783_40{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground));border-color:hsl(var(--muted-foreground) / .3)}._emptyCell_1h783_46{text-align:center;color:hsl(var(--muted-foreground));padding:2rem 0}._pagination_1h783_52{display:flex;align-items:center;justify-content:flex-end;gap:.25rem}._singlePage_1h783_59{display:flex;justify-content:flex-end}._singlePageNumber_1h783_64{color:hsl(var(--primary));font-size:.875rem}._footer_1h783_69{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;padding:.75rem .25rem 0;margin-top:.25rem}._countBadge_1h783_79{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .875rem;background:hsl(var(--muted) / .6);border:1px solid hsl(var(--border));border-radius:var(--radius);font-size:.8125rem;color:hsl(var(--muted-foreground))}._countNumber_1h783_91{font-weight:600;font-size:.9375rem;color:hsl(var(--foreground))}._wrapper_1jv58_1{display:flex;flex-direction:column;gap:1.5rem}._field_1jv58_7{display:flex;flex-direction:column;gap:.375rem}._fieldLabel_1jv58_13{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._inputMuted_1jv58_19{background-color:hsl(var(--muted) / .3);border-color:hsl(var(--border));color:hsl(var(--foreground));cursor:default}._textarea_1jv58_26{min-height:7rem;resize:vertical;border-radius:var(--radius)}._footer_1jv58_32{display:flex;justify-content:flex-end;padding-top:.5rem}._btnSave_1jv58_38{min-width:8rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._btnSave_1jv58_38:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._wrapper_b9cmb_1{display:flex;flex-direction:column;gap:1.5rem}._filters_b9cmb_7{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem}._filterGroup_b9cmb_14{display:flex;flex-direction:column;gap:.375rem}._filterLabel_b9cmb_20{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._dateTrigger_b9cmb_26{width:12rem;justify-content:flex-start;font-weight:400}._dateTriggerPlaceholder_b9cmb_32{color:hsl(var(--muted-foreground))}._btnLimpar_b9cmb_36{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._btnLimpar_b9cmb_36:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._logCard_b9cmb_47{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden;background-color:hsl(var(--background))}._logHeader_b9cmb_54{display:grid;grid-template-columns:6rem 5rem 1fr 1fr;gap:1rem;padding:.625rem 1rem;background-color:#0c333c;color:#fff;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.03em}._logRow_b9cmb_67{display:grid;grid-template-columns:6rem 5rem 1fr 1fr;gap:1rem;padding:.75rem 1rem;font-size:.875rem;border-bottom:1px solid hsl(var(--border));align-items:center}._logRow_b9cmb_67:last-child{border-bottom:none}._logData_b9cmb_81,._logHora_b9cmb_85{color:hsl(var(--foreground))}._logUsuario_b9cmb_89{font-weight:500;color:hsl(var(--foreground))}._logAcaoAdd_b9cmb_94{color:hsl(var(--primary))}._logAcaoEdit_b9cmb_98{color:#f59f0a}._logAcaoDelete_b9cmb_102{color:hsl(var(--destructive))}._logAcaoDefault_b9cmb_106{color:hsl(var(--foreground))}._pagination_b9cmb_110{display:flex;align-items:center;justify-content:flex-end;gap:.25rem}._paginationBtn_b9cmb_117{height:2rem;width:2rem}._paginationBtnActive_b9cmb_122{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._paginationBtnActive_b9cmb_122:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._footer_b9cmb_133{font-size:.875rem;color:hsl(var(--muted-foreground));text-align:right}._content_p5ux4_1{max-width:500px}._title_p5ux4_5{text-align:center;font-size:1.125rem}._primary_p5ux4_10{color:hsl(var(--primary))}._body_p5ux4_14{display:flex;flex-direction:column;gap:1rem;padding:1rem 0}._row_p5ux4_21{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._fieldGroup_p5ux4_27{display:flex;flex-direction:column;gap:.25rem}._label_p5ux4_33{font-size:.75rem;color:hsl(var(--muted-foreground))}._footer_p5ux4_38{display:flex;flex-direction:column;align-items:center;gap:.5rem}._btnConfirm_p5ux4_45{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));padding-left:2rem;padding-right:2rem}._btnConfirm_p5ux4_45:hover{background-color:hsl(var(--primary) / .9)}._hint_p5ux4_56{font-size:.75rem;color:hsl(var(--muted-foreground))}._content_yh64v_1{max-width:28rem}._srOnly_yh64v_5{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}._body_yh64v_17{padding:1.5rem 0;text-align:center}._text_yh64v_22{font-size:1.125rem}._primary_yh64v_26{color:hsl(var(--primary));font-weight:500}._footer_yh64v_31{display:flex;justify-content:center;gap:1rem}._btn_yh64v_37{width:6rem}._btnPrimary_yh64v_41{width:6rem;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}._btnPrimary_yh64v_41:hover{background-color:hsl(var(--primary) / .9)}._grid_q71kg_1{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}._column_q71kg_7{display:flex;flex-direction:column;gap:1.5rem}._fieldset_q71kg_13{border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1rem}._legend_q71kg_19{font-size:.875rem;color:hsl(var(--muted-foreground));padding:0 .5rem}._fieldGrid_q71kg_25{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._fieldGroup_q71kg_31{display:flex;flex-direction:column;gap:.25rem}._label_q71kg_37{font-size:.75rem}._labelWithIcon_q71kg_41{font-size:.75rem;display:flex;align-items:center;gap:.25rem}._inputMuted_q71kg_48{background-color:hsl(var(--muted))}._btnDiario_q71kg_52{width:100%;background-color:#ef4444;color:#fff;margin-top:1rem}._btnDiario_q71kg_52:hover{background-color:#dc2626}._ownersSection_q71kg_63{display:flex;flex-direction:column;gap:1rem}._checkboxRow_q71kg_69{display:flex;align-items:center;gap:.75rem}._checkboxLabel_q71kg_75{font-size:.875rem}._paymentSection_q71kg_79{display:flex;flex-direction:column;gap:1rem}._sectionHeader_q71kg_85{display:flex;align-items:flex-start;gap:1rem}._sectionHeaderText_q71kg_91{flex:1}._sectionTitle_q71kg_95{font-weight:500}._sectionDesc_q71kg_99{font-size:.75rem;color:hsl(var(--muted-foreground))}._fieldsRow_q71kg_104{display:flex;gap:.5rem}._fieldW24_q71kg_109{width:6rem}._fieldW28_q71kg_113{width:7rem}._inputRelative_q71kg_117{position:relative}._percentSuffix_q71kg_121{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);font-size:.875rem;color:hsl(var(--muted-foreground))}._inputDisabled_q71kg_130{padding-right:1.5rem}._inputMutedBg_q71kg_134{background-color:hsl(var(--muted))}._rowEnd_q71kg_138{display:flex;justify-content:flex-end;gap:.5rem;align-items:flex-end}._rowEndGap2_q71kg_145{display:flex;justify-content:flex-end;gap:.5rem}._mt6_q71kg_151{margin-top:1.5rem}._btnPrimary_q71kg_155{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}._btnPrimary_q71kg_155:hover{background-color:hsl(var(--primary) / .9)}._btnOutlinePrimary_q71kg_164{color:hsl(var(--primary));border-color:hsl(var(--primary))}._colSpan2_q71kg_169{grid-column:span 2}._mt4_q71kg_173{margin-top:1rem}._spaceY6_q71kg_177>*+*{margin-top:1.5rem}._wrapper_bu1f9_1{display:flex;flex-direction:column;gap:1.5rem}._tableWrapper_bu1f9_7{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._tableWrapper_bu1f9_7 table tbody tr._row_bu1f9_13:hover{background-color:transparent}._headerRow_bu1f9_17{background-color:#0c333c;color:#fff}._tableWrapper_bu1f9_7 thead tr:hover,._tableWrapper_bu1f9_7 ._headerRow_bu1f9_17:hover{background-color:#0c333c}._headerCell_bu1f9_27{text-align:center;color:hsl(var(--primary-foreground))}._headerCellActions_bu1f9_32{width:4rem;text-align:center;color:hsl(var(--primary-foreground))}._cellCenter_bu1f9_38{text-align:center}._cellPrimary_bu1f9_42{text-align:center;color:hsl(var(--primary))}._rowBolsista_bu1f9_47{background-color:hsl(var(--primary) / .05)}._badge_bu1f9_51{padding:.25rem .75rem}._statusPaid_bu1f9_55{background-color:#dcfce7;color:#166534;border-color:#86efac}._statusPending_bu1f9_61{background-color:hsl(var(--muted));color:hsl(var(--foreground));border-color:hsl(var(--border))}._statusOverdue_bu1f9_67{background-color:#fee2e2;color:#991b1b;border-color:#fca5a5}._statusCancelled_bu1f9_73{background-color:#f3f4f6;color:#374151;border-color:#d1d5db}._statusDefault_bu1f9_79{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground))}._btnIcon_bu1f9_84{height:2rem;width:2rem}._content_tud59_1{max-width:28rem}._title_tud59_5{text-align:center;font-size:1.25rem;font-weight:600}._subtitle_tud59_11{text-align:center;font-size:.875rem;color:hsl(var(--muted-foreground))}._body_tud59_17{display:flex;flex-direction:column;gap:1rem;padding:1rem 0}._fieldGroup_tud59_24{display:flex;flex-direction:column;gap:.5rem}._label_tud59_30{font-size:.875rem;color:hsl(var(--muted-foreground))}._btnFull_tud59_35{width:100%}._content_st1sc_1{max-width:28rem}._wrapper_st1sc_5{display:flex;flex-direction:column;align-items:center;padding:1.5rem 0}._iconWrap_st1sc_12{width:5rem;height:5rem;border-radius:9999px;background-color:hsl(var(--primary) / .1);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}._icon_st1sc_12{height:2.5rem;width:2.5rem;color:hsl(var(--primary))}._title_st1sc_29{font-size:1.25rem;font-weight:600;text-align:center;margin-bottom:.5rem}._desc_st1sc_36{font-size:.875rem;color:hsl(var(--muted-foreground));text-align:center;margin-bottom:1.5rem}._linksWrap_st1sc_43{width:100%;display:flex;flex-direction:column;gap:1rem}._linksTitle_st1sc_50{font-weight:500}._linkGroup_st1sc_54{display:flex;flex-direction:column;gap:.5rem}._label_st1sc_60{font-size:.875rem;color:hsl(var(--muted-foreground))}._linkRow_st1sc_65{display:flex;gap:.5rem}._inputFlex_st1sc_70{flex:1;font-size:.75rem}._btnShrink_st1sc_75{flex-shrink:0}._btnIcon_st1sc_79{margin-right:.5rem;height:1rem;width:1rem}._btnClose_st1sc_85{margin-top:1.5rem}._content_wzs0g_1{max-width:56rem;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;padding:0}._header_wzs0g_10{display:flex;justify-content:flex-end;align-items:center;padding:1rem 1.25rem .5rem}._closeBtn_wzs0g_17{height:2rem;width:2rem;border-radius:.375rem;background-color:hsl(var(--muted));color:hsl(var(--foreground));border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,color .2s ease}._closeBtn_wzs0g_17:hover{background-color:hsl(var(--accent) / .15);color:hsl(var(--accent))}._titleWrap_wzs0g_36{padding:0 1.5rem 1.25rem}._title_wzs0g_36{font-size:1.125rem;font-weight:600;text-align:center;letter-spacing:.02em;color:hsl(var(--foreground))}._primary_wzs0g_48{color:hsl(var(--accent));font-weight:600}._body_wzs0g_53{flex:1;overflow:auto;padding:0 1.5rem 1rem;min-height:0}._paragraph_wzs0g_60{font-size:.9375rem;line-height:1.65;color:hsl(var(--foreground));margin-bottom:1.25rem}._underline_wzs0g_67{border-bottom:1px solid hsl(var(--border));display:inline-block;min-height:1.25em}._underlineW32_wzs0g_73{width:8rem}._underlineW20_wzs0g_77{width:5rem}._underlineW8_wzs0g_81{width:2rem}._imageWrap_wzs0g_85{width:100%;max-width:42rem;margin:0 auto;background-color:hsl(var(--muted) / .5);border-radius:var(--radius);overflow:hidden;border:1px solid hsl(var(--border))}._image_wzs0g_85{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;display:block}._footer_wzs0g_102{border-top:1px solid hsl(var(--border));padding:1.25rem 1.5rem;background-color:hsl(var(--muted) / .2);border-radius:0 0 var(--radius) var(--radius)}._footerTitle_wzs0g_109{font-size:.875rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.75rem}._actions_wzs0g_116{display:flex;flex-wrap:wrap;gap:.5rem}._actionBtn_wzs0g_122{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem}._actionBtn_wzs0g_122 ._btnIcon_wzs0g_129{width:1rem;height:1rem;flex-shrink:0}._actionBtnOutline_wzs0g_135{border-color:hsl(var(--border))}._actionBtnOutline_wzs0g_135:hover{border-color:hsl(var(--accent));color:hsl(var(--accent));background-color:hsl(var(--accent) / .06)}._btnIcon_wzs0g_129{margin-right:0}._wrapper_j1y5w_1{display:flex;flex-direction:column;gap:1.5rem}._grid_j1y5w_7{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}._fieldset_j1y5w_13{border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1rem}._legend_j1y5w_19{font-size:.875rem;color:hsl(var(--muted-foreground));padding:0 .5rem}._paymentButtons_j1y5w_25{display:flex;flex-wrap:wrap;gap:.5rem}._card_j1y5w_31{border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1rem}._cardHeader_j1y5w_37{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._cardActions_j1y5w_44{display:flex;align-items:center;gap:.5rem}._statusSigned_j1y5w_50{color:hsl(var(--primary))}._statusPending_j1y5w_54{color:#d97706}._btnIcon_j1y5w_58{height:2rem;width:2rem}._dropdownContent_j1y5w_63{padding:.375rem;border-radius:.5rem;min-width:11rem}._menuItem_j1y5w_69{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem .625rem;border-radius:.375rem;font-size:.875rem}._menuItem_j1y5w_69:hover{background-color:hsl(var(--accent) / .1);color:hsl(var(--accent))}._menuItem_j1y5w_69:focus{background-color:hsl(var(--accent) / .1);color:hsl(var(--accent));outline:none}._menuIcon_j1y5w_90{width:1rem;height:1rem;flex-shrink:0;opacity:.9}._signatario_j1y5w_97{display:flex;align-items:flex-start;gap:1rem;margin-top:1rem}._signatarioIcon_j1y5w_104{width:4rem;height:4rem;background-color:hsl(var(--primary));border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-shrink:0}._signatarioIconSvg_j1y5w_115{height:2rem;width:2rem;color:hsl(var(--primary-foreground))}._signatarioText_j1y5w_121{font-size:.875rem}._signatarioText_j1y5w_121 p{margin:.125rem 0}._label_j1y5w_129{font-weight:500}._link_j1y5w_133{color:hsl(var(--primary))}._link_j1y5w_133:hover{text-decoration:underline}._logsSection_j1y5w_141{margin-top:0}._logItem_j1y5w_145{display:flex;align-items:flex-start;gap:1rem;padding:.75rem 0;border-bottom:1px solid hsl(var(--border))}._logItem_j1y5w_145:last-child{border-bottom:0}._logDate_j1y5w_157{width:6rem;flex-shrink:0;font-size:.875rem}._logDateLabel_j1y5w_163{font-weight:500}._logIcon_j1y5w_167{flex-shrink:0;margin-top:.25rem;color:hsl(var(--muted-foreground))}._logContent_j1y5w_173{flex:1;font-size:.875rem}._logTitle_j1y5w_178{font-weight:500}._logDesc_j1y5w_182{color:hsl(var(--muted-foreground))}._content_vsgy5_1{max-width:56rem;max-height:90vh;display:flex;flex-direction:column;padding:0;overflow:hidden}._header_vsgy5_10{padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--border));flex-shrink:0;background-color:hsl(var(--muted) / .2)}._title_vsgy5_17{font-size:1.25rem;font-weight:600;letter-spacing:-.02em}._titleHighlight_vsgy5_23{color:hsl(var(--accent));font-weight:700}._primary_vsgy5_28{color:hsl(var(--primary))}._scroll_vsgy5_32{flex:1;overflow-y:auto}._body_vsgy5_37{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}._card_vsgy5_44{border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1rem;display:flex;flex-direction:column;gap:.5rem}._studentCard_vsgy5_53{background-color:hsl(var(--muted) / .25);padding:1.25rem;gap:.75rem}._studentCard_vsgy5_53 ._label_vsgy5_59{font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;color:hsl(var(--muted-foreground))}._studentCard_vsgy5_53 p{margin:.15rem 0 0;font-size:.9375rem}._label_vsgy5_59{font-weight:600}._grid2_vsgy5_75{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._grid3_vsgy5_81{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding-top:.5rem;border-top:1px solid hsl(var(--border))}._sectionTitle_vsgy5_89{font-size:1rem;font-weight:600;margin:0 0 .75rem;padding-left:.75rem;border-left:3px solid hsl(var(--accent));color:hsl(var(--foreground))}._tableWrap_vsgy5_98{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._table_vsgy5_98{width:100%;font-size:.875rem}._thead_vsgy5_109{background-color:hsl(var(--muted) / .6);border-bottom:2px solid hsl(var(--border))}._thead_vsgy5_109:hover{background-color:hsl(var(--muted) / .6)}._th_vsgy5_109{padding:.625rem .75rem;text-align:left;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;color:hsl(var(--muted-foreground));border-right:1px solid hsl(var(--border))}._thCenter_vsgy5_129{text-align:center}._thW32_vsgy5_133{width:8rem}._thW20_vsgy5_137{width:5rem}._overlay_vsgy5_141{position:absolute;top:0;right:0;bottom:0;left:0;background-color:hsl(var(--background) / .8);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);z-index:10;display:flex;align-items:center;justify-content:center}._overlayText_vsgy5_152{color:hsl(var(--primary));font-size:1.125rem;font-weight:600}._footer_vsgy5_158{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));flex-shrink:0;background-color:hsl(var(--muted) / .15)}._btnGap_vsgy5_168{display:inline-flex;align-items:center;gap:.5rem}._footerPrimary_vsgy5_174{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._footerPrimary_vsgy5_174:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._inputMuted_vsgy5_185{color:hsl(var(--muted-foreground))}._textarea_vsgy5_189{min-height:120px}._content_lvqck_1{max-width:42rem;max-height:90vh;display:flex;flex-direction:column;padding:0;overflow:hidden}._header_lvqck_10{padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--border));flex-shrink:0;background-color:hsl(var(--muted) / .2)}._headerInner_lvqck_17{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}._logo_lvqck_24{height:2rem;opacity:.9}._title_lvqck_29{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;text-align:center}._titleHighlight_lvqck_36{color:hsl(var(--accent));font-weight:700}._primary_lvqck_41{color:hsl(var(--primary))}._scroll_lvqck_45{flex:1;overflow-y:auto}._body_lvqck_50{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}._section_lvqck_57{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem}._studentCard_lvqck_64{border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1.25rem;background-color:hsl(var(--muted) / .25);gap:.75rem}._studentCard_lvqck_64 ._label_lvqck_72{font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;color:hsl(var(--muted-foreground))}._studentCard_lvqck_64 p{margin:.15rem 0 0;font-size:.9375rem}._sectionTitle_lvqck_84{font-size:.9375rem;font-weight:600;margin:0 0 .5rem;padding-left:.75rem;border-left:3px solid hsl(var(--accent));color:hsl(var(--foreground))}._label_lvqck_72{font-weight:600}._row_lvqck_97{display:flex;align-items:center;gap:.5rem}._rowGap4_lvqck_103{display:flex;align-items:center;gap:1rem}._inputSmall_lvqck_109{height:2rem;width:5rem}._tableWrap_lvqck_114{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._table_lvqck_114{width:100%;font-size:.875rem}._th_lvqck_125{padding:.625rem .75rem;text-align:center;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;color:hsl(var(--muted-foreground));background-color:hsl(var(--muted) / .6);border-bottom:2px solid hsl(var(--border));border-right:1px solid hsl(var(--border))}._th_lvqck_125:last-child{border-right:none}._td_lvqck_142{padding:.625rem .75rem;text-align:center;border-bottom:1px solid hsl(var(--border));border-right:1px solid hsl(var(--border))}._td_lvqck_142:last-child{border-right:none}._confirmContent_lvqck_153{max-width:450px}._confirmBody_lvqck_157{text-align:center;padding:1rem 0;display:flex;flex-direction:column;gap:1rem}._confirmTitle_lvqck_165{font-size:1.125rem;font-weight:600}._confirmTitleHighlight_lvqck_170{color:hsl(var(--accent));font-weight:700}._confirmDesc_lvqck_175{color:hsl(var(--muted-foreground))}._btnPrimary_lvqck_179{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._btnPrimary_lvqck_179:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._footer_lvqck_190{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));flex-shrink:0;background-color:hsl(var(--muted) / .15)}._footerPrimary_lvqck_200{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._footerPrimary_lvqck_200:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._badge_lvqck_211{display:inline-flex;align-items:center;gap:.25rem;background-color:hsl(var(--accent) / .2);color:hsl(var(--accent));border:1px solid hsl(var(--accent) / .4)}._badgeRemove_lvqck_220{margin-left:.25rem;border-radius:9999px;padding:0;background:transparent;border:none;cursor:pointer}._badgeRemove_lvqck_220:hover{background-color:hsl(var(--accent) / .2)}._selectAdd_lvqck_233{font-size:.875rem;border:0;background:transparent;outline:none}._btnGap_lvqck_240{display:inline-flex;align-items:center;gap:.5rem}._wrapper_1aly7_1{display:flex;flex-direction:column;gap:1.5rem}._twoCols_1aly7_7{display:flex;gap:1.5rem}._sidebar_1aly7_12{width:16rem;flex-shrink:0}._sectionTitle_1aly7_17{font-size:1rem;font-weight:600;color:hsl(var(--foreground));margin:0 0 1rem;padding-left:.75rem;border-left:3px solid hsl(var(--accent))}._cards_1aly7_26{display:flex;flex-direction:column;gap:.75rem}._card_1aly7_26{width:100%;border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1.25rem 1.5rem;background-color:hsl(var(--muted) / .2);cursor:pointer;text-align:left;transition:border-color .2s,background-color .2s,box-shadow .2s}._card_1aly7_26:hover{background-color:hsl(var(--muted) / .35);border-color:hsl(var(--accent) / .5);box-shadow:0 2px 8px hsl(var(--accent) / .08)}._cardContent_1aly7_49{display:flex;flex-direction:column;align-items:center;gap:.75rem}._cardLogo_1aly7_56{height:2.25rem;opacity:.85}._cardLabel_1aly7_61{font-size:.9375rem;font-weight:500;color:hsl(var(--foreground))}._main_1aly7_67{flex:1}._roteirosGrid_1aly7_71{display:flex;flex-wrap:wrap;gap:.75rem}._roteiroCard_1aly7_77{position:relative;border-radius:var(--radius);overflow:hidden;width:10rem;cursor:pointer;border:1px solid hsl(var(--border));transition:border-color .2s,box-shadow .2s}._roteiroCard_1aly7_77:hover{border-color:hsl(var(--accent) / .5);box-shadow:0 4px 12px hsl(var(--accent) / .1)}._roteiroThumb_1aly7_92{aspect-ratio:3/4;background:linear-gradient(135deg,hsl(var(--muted) / .4),hsl(var(--muted) / .6));border-radius:var(--radius);display:flex;align-items:center;justify-content:center}._roteiroThumbIcon_1aly7_105{color:hsl(var(--muted-foreground) / .8);margin-bottom:.5rem}._roteiroThumbText_1aly7_110{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:.75rem;color:hsl(var(--muted-foreground));text-align:center;padding:1rem .5rem}._roteiroThumbTitle_1aly7_121{font-weight:600;color:hsl(var(--foreground))}._roteiroOverlay_1aly7_126{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,rgba(0,0,0,.3) 50%,transparent 100%);opacity:0;transition:opacity .2s;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:1rem;gap:.5rem;border-radius:var(--radius)}._roteiroCard_1aly7_77:hover ._roteiroOverlay_1aly7_126{opacity:1}._roteiroOverlayTitle_1aly7_150{color:#fff;font-size:.875rem;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.5)}._btnDownload_1aly7_157{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));gap:.25rem;border:none}._btnDownload_1aly7_157:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._empty_1aly7_169{font-size:.875rem;color:hsl(var(--muted-foreground))}._historicoWrap_1aly7_174{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._tableHeaderRow_1aly7_180,._tableHeaderRow_1aly7_180:hover{background-color:#0c333c}._tableHeaderRow_1aly7_180 th{color:#fff;font-weight:500}._emptyRow_1aly7_193{text-align:center;color:hsl(var(--muted-foreground));padding:2rem}._content_13j8q_1{max-width:32rem;padding:0;overflow:hidden}._header_13j8q_7{text-align:center;padding:1.25rem 1.5rem;margin-bottom:0;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._title_13j8q_15{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground))}._titleHighlight_13j8q_22{color:hsl(var(--accent));font-weight:700}._primary_13j8q_27{color:hsl(var(--primary));font-weight:500}._stepsWrapper_13j8q_32{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;padding:0 1.5rem;gap:0}._stepCircle_13j8q_41{width:2.25rem;height:2.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:600;flex-shrink:0;transition:background-color .2s ease,color .2s ease}._stepCircleActive_13j8q_54{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._stepCircleInactive_13j8q_59{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground))}._stepLine_13j8q_64{width:2.5rem;height:2px;margin:0 .15rem;flex-shrink:0;transition:background-color .2s ease}._stepLineActive_13j8q_72{background-color:hsl(var(--accent))}._stepLineInactive_13j8q_76{background-color:hsl(var(--muted))}._body_13j8q_80{min-height:300px;padding:1.5rem}._stepForm_13j8q_85{display:flex;flex-direction:column;gap:1rem}._stepField_13j8q_91{display:flex;flex-direction:column;gap:.375rem}._stepField_13j8q_91 label{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._actions_13j8q_103{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;margin-top:0;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .15)}._btnBack_13j8q_113{min-width:7rem;border-color:hsl(var(--border));color:hsl(var(--foreground))}._btnBack_13j8q_113:hover{border-color:hsl(var(--accent));color:hsl(var(--accent));background-color:hsl(var(--accent) / .06)}._btnNext_13j8q_125{min-width:7rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._btnNext_13j8q_125:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._btnConfirm_13j8q_137{min-width:9rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._btnConfirm_13j8q_137:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._inputMuted_13j8q_149{background-color:hsl(var(--muted) / .3);border-color:hsl(var(--border));color:hsl(var(--foreground));cursor:not-allowed}._infoBox_13j8q_156{background-color:hsl(var(--accent) / .08);color:hsl(var(--foreground));padding:.5rem .75rem;border-radius:var(--radius);font-size:.875rem;border:1px solid hsl(var(--accent) / .2)}._btnView_13j8q_165{border-color:hsl(var(--accent));color:hsl(var(--accent))}._btnView_13j8q_165:hover{background-color:hsl(var(--accent) / .08);border-color:hsl(var(--accent));color:hsl(var(--accent))}._content_3icji_1{max-width:42rem;padding:0;overflow:hidden}._header_3icji_7{text-align:center;padding:1.25rem 1.5rem;margin-bottom:0;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._title_3icji_15{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground))}._titleHighlight_3icji_22{color:hsl(var(--accent));font-weight:700}._primary_3icji_27{color:hsl(var(--primary));font-weight:500}._tabsList_3icji_32{display:grid;width:100%;grid-template-columns:repeat(3,1fr);margin:0;padding:0 1.5rem;border-radius:0;background-color:hsl(var(--background));border-bottom:1px solid hsl(var(--border))}._tabsList_3icji_32 [data-state=active]{background-color:hsl(var(--accent) / .12);color:hsl(var(--accent));font-weight:600;border-bottom:2px solid hsl(var(--accent));margin-bottom:-1px}._tabsList_3icji_32 [data-state=inactive]{color:hsl(var(--muted-foreground))}._tabsList_3icji_32 [data-state=inactive]:hover{color:hsl(var(--foreground));background-color:hsl(var(--muted) / .3)}._body_3icji_60{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem}._grid2_3icji_67{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._fieldGroup_3icji_73{display:flex;flex-direction:column;gap:.375rem}._fieldGroup_3icji_73 label{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._textarea_3icji_85{min-height:5rem;resize:vertical}._triggerPlaceholder_3icji_90{color:hsl(var(--muted-foreground))}._actions_3icji_94{display:flex;justify-content:center;padding-top:.5rem}._btnConfirm_3icji_100{min-width:12rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._btnConfirm_3icji_100:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._btnConfirm_3icji_100:disabled{opacity:.6}._dropZone_3icji_116{border:2px dashed hsl(var(--accent) / .6);border-radius:var(--radius);padding:1.25rem 1.5rem;cursor:pointer;transition:border-color .2s,background-color .2s;background-color:hsl(var(--muted) / .15)}._dropZone_3icji_116:hover{background-color:hsl(var(--accent) / .06);border-color:hsl(var(--accent))}._dropZoneDragging_3icji_130{background-color:hsl(var(--accent) / .12);border-color:hsl(var(--accent))}._uploadPlaceholder_3icji_135{display:flex;flex-direction:column;align-items:center;gap:.375rem;text-align:center}._uploadIcon_3icji_143{width:2rem;height:2rem;color:hsl(var(--accent));flex-shrink:0}._uploadText_3icji_150{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._uploadHint_3icji_156{font-size:.75rem;color:hsl(var(--muted-foreground))}._filePreviewRow_3icji_161{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%}._filePreviewRow_3icji_161 ._fileName_3icji_169{font-size:.875rem;font-weight:500;color:hsl(var(--foreground));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._removeFileBtn_3icji_178{flex-shrink:0;color:hsl(var(--muted-foreground))}._removeFileBtn_3icji_178:hover{color:hsl(var(--accent));background-color:hsl(var(--accent) / .1)}._hiddenInput_3icji_188{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}._historicoTableWrap_3icji_199{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._historicoTableWrap_3icji_199 table{font-size:.875rem}._historicoTableWrap_3icji_199 tbody tr:hover{background-color:transparent}._historicoTableWrap_3icji_199 thead tr:hover{background-color:#0c333c!important}._tableHeaderRow_3icji_217{background-color:#0c333c}._tableHeaderRow_3icji_217:hover{background-color:#0c333c!important}._tableHead_3icji_217{color:#fff;font-weight:500;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;padding:.625rem .75rem;border-right:1px solid hsl(0 0% 100% / .15)}._tableHead_3icji_217:last-child{border-right:none}._tableBodyRow_3icji_239:hover{background-color:transparent}._tableCell_3icji_243{padding:.625rem .75rem;border-bottom:1px solid hsl(var(--border));color:hsl(var(--foreground));vertical-align:middle}._tabContent_3icji_250{padding:1.5rem}._tabContentInner_3icji_254{padding:0}._logsWrap_3icji_258{padding:0;display:flex;flex-direction:column;gap:.5rem}._logRow_3icji_265{display:flex;gap:1rem;font-size:.875rem;padding:.5rem 0;border-bottom:1px solid hsl(var(--border))}._logMuted_3icji_273{color:hsl(var(--muted-foreground))}._logBold_3icji_277{font-weight:500}._logPrimary_3icji_281{color:hsl(var(--accent))}._content_1wdgu_1{max-width:28rem}._body_1wdgu_5{padding:1.5rem 0;text-align:center;display:flex;flex-direction:column;gap:1.5rem}._text_1wdgu_13{font-size:1.125rem}._primary_1wdgu_17{color:hsl(var(--primary));font-weight:500}._triggerBtn_1wdgu_22{width:14rem;justify-content:flex-start;text-align:left;font-weight:400;margin:0 auto}._triggerBtnPlaceholder_1wdgu_30{color:hsl(var(--muted-foreground))}._btnConfirm_1wdgu_34{width:14rem;margin:0 auto;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));padding-left:2rem;padding-right:2rem}._btnConfirm_1wdgu_34:hover{background-color:hsl(var(--primary) / .9)}._btnConfirm_1wdgu_34:disabled{opacity:.5;cursor:not-allowed}._content_10ed0_1{max-width:26rem;padding:0;overflow:hidden}._header_10ed0_7{text-align:center;padding:1.25rem 1.5rem;margin-bottom:0;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._title_10ed0_15{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground))}._titleHighlight_10ed0_22{color:hsl(var(--accent));font-weight:700}._body_10ed0_27{padding:1.5rem;text-align:center;display:flex;flex-direction:column;gap:1.5rem}._text_10ed0_35{font-size:1.0625rem;color:hsl(var(--foreground));margin:0}._primary_10ed0_41{color:hsl(var(--primary));font-weight:500}._actions_10ed0_46{display:flex;justify-content:center;gap:.75rem;padding-top:.25rem}._btnOutline_10ed0_53{min-width:6rem;border-color:hsl(var(--border));color:hsl(var(--foreground))}._btnOutline_10ed0_53:hover{border-color:hsl(var(--accent));color:hsl(var(--accent));background-color:hsl(var(--accent) / .06)}._btnConfirm_10ed0_65{min-width:6rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._btnConfirm_10ed0_65:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._content_g9gs8_1{max-width:32rem;padding:0;overflow:hidden}._header_g9gs8_7{text-align:center;padding:1.25rem 1.5rem;margin-bottom:0;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._title_g9gs8_15{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground))}._titleHighlight_g9gs8_22{color:hsl(var(--accent));font-weight:700}._primary_g9gs8_27{color:hsl(var(--primary));font-weight:500}._body_g9gs8_32{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem}._fieldGroup_g9gs8_39{display:flex;flex-direction:column;gap:.375rem}._fieldGroup_g9gs8_39 label{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._inputMuted_g9gs8_51{background-color:hsl(var(--muted) / .3);border-color:hsl(var(--border));color:hsl(var(--foreground));cursor:not-allowed}._triggerPlaceholder_g9gs8_58{color:hsl(var(--muted-foreground))}._btnView_g9gs8_62{border-color:hsl(var(--accent));color:hsl(var(--accent))}._btnView_g9gs8_62:hover{background-color:hsl(var(--accent) / .08);border-color:hsl(var(--accent));color:hsl(var(--accent))}._grid2_g9gs8_73{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._alert_g9gs8_79{font-size:.875rem;color:hsl(var(--accent))}._actions_g9gs8_84{display:flex;justify-content:center;padding-top:.25rem}._btnConfirm_g9gs8_90{min-width:12rem;padding-left:2rem;padding-right:2rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._btnConfirm_g9gs8_90:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._btnConfirm_g9gs8_90:disabled{opacity:.6}._wrapper_1x5mb_1{display:flex;flex-direction:column;gap:1.5rem}._fieldset_1x5mb_7{border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1rem}._legend_1x5mb_13{font-size:.875rem;color:hsl(var(--muted-foreground));padding:0 .5rem}._buttons_1x5mb_19{display:flex;flex-wrap:wrap;gap:.75rem}._btn_1x5mb_25{justify-content:space-between;min-width:180px}._btnIcon_1x5mb_30{height:1rem;width:1rem;margin-left:.5rem;color:hsl(var(--muted-foreground))}._content_17ewj_1{max-width:28rem;padding:0;overflow:hidden}._header_17ewj_7{padding:1.25rem 1.5rem;margin-bottom:0;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._title_17ewj_14{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground));text-align:center}._titleHighlight_17ewj_22{color:hsl(var(--accent));font-weight:700}._primary_17ewj_27{color:hsl(var(--primary))}._body_17ewj_31{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem}._fieldGroup_17ewj_38{display:flex;flex-direction:column;gap:.375rem}._label_17ewj_44{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._textarea_17ewj_50{min-height:7rem;resize:vertical;border-radius:var(--radius)}._actions_17ewj_56{display:flex;justify-content:center;padding-top:.25rem}._btnConfirm_17ewj_62{min-width:10rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._btnConfirm_17ewj_62:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._btnConfirm_17ewj_62:disabled{opacity:.6}._content_1q450_1{max-width:28rem;padding:0;overflow:hidden}._header_1q450_7{padding:1.25rem 1.5rem;margin-bottom:0;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._title_1q450_14{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground));text-align:center}._titleHighlight_1q450_22{color:hsl(var(--accent));font-weight:700}._primary_1q450_27{color:hsl(var(--primary))}._body_1q450_31{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem}._tableWrap_1q450_38{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._table_1q450_38{width:100%;font-size:.875rem;table-layout:fixed}._tableWrap_1q450_38 ._thead_1q450_50,._tableWrap_1q450_38 thead tr{background-color:#0c333c!important;border-bottom:none}._tableWrap_1q450_38 ._thead_1q450_50:hover,._tableWrap_1q450_38 thead tr:hover{background-color:#0c333c!important}._tableWrap_1q450_38 ._th_1q450_50,._tableWrap_1q450_38 thead th{background-color:#0c333c!important;padding:.625rem .75rem;color:#fff!important;font-weight:500;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em}._tableWrap_1q450_38 thead th._thLeft_1q450_72{color:#fff!important}._thCheck_1q450_76{width:2.75rem;min-width:2.75rem;padding-left:.75rem;padding-right:.75rem}._thLeft_1q450_72{text-align:left}._tableWrap_1q450_38 thead th:nth-child(2){padding-left:.75rem}._tableWrap_1q450_38 thead th:nth-child(3){text-align:right}._tdCheck_1q450_95{width:2.75rem;min-width:2.75rem;box-sizing:border-box}._tableWrap_1q450_38 ._td_1q450_95:nth-child(3){text-align:right}._tbody_1q450_105 tr{border-bottom:1px solid hsl(var(--border))}._tbody_1q450_105 tr:last-child{border-bottom:none}._td_1q450_95{padding:.625rem .75rem;color:hsl(var(--foreground));vertical-align:middle}._warning_1q450_119{text-align:center;color:hsl(var(--muted-foreground));font-size:.875rem;margin:0;line-height:1.4}._actions_1q450_127{display:flex;justify-content:center;gap:.75rem;padding-top:.25rem}._btnOutline_1q450_134{min-width:7rem;border-color:hsl(var(--border));color:hsl(var(--foreground))}._btnOutline_1q450_134:hover{border-color:hsl(var(--accent));color:hsl(var(--accent));background-color:hsl(var(--accent) / .06)}._btnConfirm_1q450_146{min-width:7rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._btnConfirm_1q450_146:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._btnConfirm_1q450_146:disabled{opacity:.6}._wrapper_1010n_1{display:flex;flex-direction:column;gap:1.5rem}._grid_1010n_7{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 1024px){._grid_1010n_7{grid-template-columns:repeat(3,1fr)}}._fieldset_1010n_19{border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1rem}._legend_1010n_25{font-size:.875rem;color:hsl(var(--muted-foreground));padding:0 .5rem}._btnAdd_1010n_31{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));margin-bottom:1rem}._btnAdd_1010n_31:hover{background-color:hsl(var(--primary) / .9)}._list_1010n_41{display:flex;flex-direction:column;gap:.75rem}._obsCard_1010n_47{border:1px solid hsl(var(--border));border-radius:var(--radius);padding:.75rem}._obsHeader_1010n_53{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}._obsTitleRow_1010n_60{display:flex;align-items:center;gap:.5rem}._obsIcon_1010n_66{height:1rem;width:1rem;color:hsl(var(--muted-foreground))}._obsTitle_1010n_60{font-weight:500;font-size:.875rem}._obsMeta_1010n_77{font-size:.75rem;color:hsl(var(--primary));margin-top:.25rem}._obsText_1010n_83{font-size:.875rem;margin-top:.5rem;color:hsl(var(--muted-foreground))}._obsActions_1010n_89{display:flex;gap:.25rem}._btnIcon_1010n_94{height:2rem;width:2rem}._empty_1010n_99{font-size:.875rem;color:hsl(var(--muted-foreground));text-align:center;padding:1rem}._eliminacaoCard_1010n_106{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._eliminacaoHeader_1010n_112{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background-color:hsl(var(--muted) / .3);cursor:pointer}._eliminacaoHeaderLeft_1010n_121,._eliminacaoHeaderRight_1010n_127{display:flex;align-items:center;gap:.5rem}._logItem_1010n_133{display:flex;align-items:center;justify-content:space-between;padding:.5rem;background-color:hsl(var(--muted) / .2);border-radius:var(--radius)}._logMeta_1010n_142{font-size:.75rem;color:hsl(var(--muted-foreground))}._logName_1010n_147{font-size:.875rem;color:hsl(var(--primary))}._btnRevert_1010n_152{height:1.75rem;width:1.75rem}._dialogContent_1010n_157{max-width:450px}._dialogBody_1010n_161{padding:1rem 0}._dialogMeta_1010n_165{font-size:.75rem;color:hsl(var(--primary))}._dialogText_1010n_170{font-size:.875rem}._wrapper_nioui_1{display:flex;flex-direction:column;gap:1rem}._filters_nioui_7{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end}._searchWrap_nioui_14{flex:1;min-width:200px}._label_nioui_19{font-size:.75rem}._searchInput_nioui_23{position:relative}._searchIcon_nioui_27{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);height:1rem;width:1rem;color:hsl(var(--muted-foreground))}._inputWithIcon_nioui_37{padding-left:2.25rem}._dateWrap_nioui_41{width:10rem}._tableWrap_nioui_45{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._headerRow_nioui_51{background-color:#0c333c}._headerRow_nioui_51:hover,._tableWrap_nioui_45 thead tr:hover{background-color:#0c333c!important}._headerRow_nioui_51 th{color:#fff;font-weight:500;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em}._cellDate_nioui_68{width:7rem}._cellTime_nioui_72{width:5rem}._cellUser_nioui_76{width:10rem}._cellMuted_nioui_80{color:hsl(var(--muted-foreground))}._cellBold_nioui_84{font-weight:500}._emptyRow_nioui_88{text-align:center;color:hsl(var(--muted-foreground));padding:2rem}._pagination_nioui_94{display:flex;align-items:center;justify-content:flex-end;gap:.25rem}._paginationBtn_nioui_101{height:2rem;width:2rem}._footer_nioui_106{font-size:.875rem;color:hsl(var(--muted-foreground));text-align:right}._content_1s760_1{max-width:28rem}._closeBtn_1s760_5{position:absolute;right:1rem;top:1rem;border-radius:.125rem;opacity:.7;transition:opacity .2s;background:transparent;border:none;cursor:pointer;padding:.25rem}._closeBtn_1s760_5:hover{opacity:1}._closeBtn_1s760_5:focus{outline:2px solid hsl(var(--ring));outline-offset:2px}._closeIcon_1s760_27{height:1rem;width:1rem;color:hsl(var(--primary))}._header_1s760_33{text-align:center;padding-top:1rem}._title_1s760_38{font-size:1.25rem;font-weight:700;text-align:center}._primary_1s760_44{color:hsl(var(--primary))}._body_1s760_48{display:flex;flex-direction:column;gap:1rem;padding:1rem 0;text-align:center}._desc_1s760_56{color:hsl(var(--muted-foreground))}._primaryBold_1s760_60{font-weight:600;color:hsl(var(--primary))}._warning_1s760_65{font-size:.875rem}._warningLabel_1s760_69{font-weight:600}._warningText_1s760_73{color:hsl(var(--muted-foreground))}._question_1s760_77{font-weight:500;padding-top:.5rem}._footer_1s760_82{display:flex;gap:.75rem;justify-content:center;padding-bottom:1rem}._btn_1s760_89{min-width:6rem}._content_ibypw_1{max-width:20rem}._closeBtn_ibypw_5{position:absolute;right:1rem;top:1rem;border-radius:.125rem;opacity:.7;transition:opacity .2s;background:transparent;border:none;cursor:pointer;padding:.25rem}._closeBtn_ibypw_5:hover{opacity:1}._closeIcon_ibypw_22{height:1rem;width:1rem;color:hsl(var(--primary))}._body_ibypw_28{padding:1.5rem 0;text-align:center}._text_ibypw_33{font-size:1.125rem;font-weight:500}._primary_ibypw_38{color:hsl(var(--primary));font-weight:700}._footer_ibypw_43{display:flex;gap:.75rem;justify-content:center;padding-bottom:1rem}._btn_ibypw_50{min-width:6rem}._content_1sxmd_1{max-width:28rem}._title_1sxmd_5{text-align:center;font-size:1.125rem}._primary_1sxmd_10{color:hsl(var(--primary))}._body_1sxmd_14{display:flex;flex-direction:column;gap:1rem}._desc_1sxmd_20{font-size:.875rem;color:hsl(var(--muted-foreground));text-align:center}._actionsList_1sxmd_26{display:flex;flex-direction:column;gap:.5rem;max-height:15rem;overflow-y:auto}._actionCard_1sxmd_34{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--muted) / .3)}._actionIcon_1sxmd_44{height:1.25rem;width:1.25rem;color:hsl(var(--muted-foreground));flex-shrink:0;margin-top:.125rem}._actionText_1sxmd_52{display:flex;flex-direction:column;gap:.125rem}._actionName_1sxmd_58{font-size:.875rem;font-weight:500}._actionDesc_1sxmd_63{font-size:.75rem;color:hsl(var(--muted-foreground))}._empty_1sxmd_68{font-size:.875rem;text-align:center;color:hsl(var(--muted-foreground));padding:1rem}._footer_1sxmd_75{display:flex;gap:.75rem;padding-top:.5rem}._btnFlex_1sxmd_81{flex:1}._btnConfirm_1sxmd_85{flex:1;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}._btnConfirm_1sxmd_85:hover{background-color:hsl(var(--primary) / .9)}._wrapper_18sqe_1{display:flex;flex-direction:column;gap:1.5rem}._header_18sqe_7{display:flex;align-items:center;gap:1rem}._title_18sqe_13{font-size:1.25rem;font-weight:600}._breadcrumb_18sqe_18{font-size:.875rem;color:hsl(var(--muted-foreground));margin-left:auto}._headerCard_18sqe_24{background-color:hsl(var(--card));border-radius:var(--radius);border:1px solid hsl(var(--border));padding:1rem}._headerFields_18sqe_31{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end}._headerFieldsSecondRow_18sqe_38{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end;margin-top:.75rem}._fieldGroup_18sqe_46{display:flex;flex-direction:column;gap:.25rem}._fieldGroupW20_18sqe_52{width:5rem}._fieldGroupW24_18sqe_56{width:6rem}._fieldGroupW28_18sqe_60{width:7rem}._fieldGroupW32_18sqe_64{width:8rem}._fieldGroupW48_18sqe_68{width:12rem}._fieldGroupMin200_18sqe_72{min-width:200px;flex:1}._fieldGroupMin180_18sqe_77{min-width:180px}._label_18sqe_81{color:hsl(var(--muted-foreground));font-size:.75rem}._labelNowrap_18sqe_86{white-space:nowrap}._inputMuted_18sqe_90{background-color:hsl(var(--muted))}._checkboxRow_18sqe_94{display:flex;align-items:center;gap:1rem;height:2.5rem;flex-wrap:wrap}._checkboxGroup_18sqe_102{display:flex;align-items:center;gap:.5rem}._notaInput_18sqe_108{width:4rem;text-align:center}._notaInputMuted_18sqe_113{width:4rem;text-align:center;background-color:hsl(var(--muted))}._btnEditIcon_18sqe_119{height:2.25rem;width:2.25rem}._btnDisabled_18sqe_124{opacity:.5}._statusGroup_18sqe_128{width:8rem}._headerActions_18sqe_132{margin-left:auto}._btnStudent_18sqe_136{background-color:#059669;color:#fff}._btnStudent_18sqe_136:hover{background-color:#047857}._tabsList_18sqe_145{background:transparent;border-bottom:1px solid hsl(var(--border));width:100%;justify-content:flex-start;border-radius:0;height:auto;padding:0}._tabsTrigger_18sqe_155{border-radius:0;border-bottom:2px solid transparent;padding:.5rem 1rem}._tabsTrigger_18sqe_155[data-state=active]{border-color:hsl(var(--primary));background:transparent}._tabsContent_18sqe_166{margin-top:1rem}._statusActive_18sqe_170{background-color:#22c55e;color:#fff;border:0}._statusPendente_18sqe_176{background-color:#eab308;color:#fff;border:0}._statusConcluido_18sqe_182{background-color:#3b82f6;color:#fff;border:0}._statusCancelado_18sqe_188{background-color:#ef4444;color:#fff;border:0}._statusTrancado_18sqe_194{background-color:#6b7280;color:#fff;border:0}._statusMuted_18sqe_200{background-color:hsl(var(--muted));color:hsl(var(--foreground));border:0}._grid_gsj1i_1{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){._grid_gsj1i_1{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){._grid_gsj1i_1{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1280px){._grid_gsj1i_1{grid-template-columns:repeat(7,1fr)}}._fieldGroup_gsj1i_25{display:flex;flex-direction:column;gap:.5rem}._label_gsj1i_31{font-size:.875rem;color:hsl(var(--muted-foreground))}._card_wy1jb_1{padding:1rem;display:flex;flex-direction:column;gap:1rem}._row_wy1jb_8{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._fieldGroup_wy1jb_14{display:flex;flex-direction:column;gap:.25rem}._labelPrimary_wy1jb_20{font-size:.875rem;color:hsl(var(--primary));font-weight:500}._labelMuted_wy1jb_26{font-size:.875rem;color:hsl(var(--muted-foreground))}._fieldValue_wy1jb_31{border:1px solid hsl(var(--border));border-radius:var(--radius);padding:.5rem .75rem;background-color:hsl(var(--background));font-size:.875rem}._actionButton_wy1jb_39{width:100%;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._actionButton_wy1jb_39:hover{background-color:hsl(var(--accent) / .9)}._container_p8dhd_1{display:flex;flex-direction:column;gap:1.5rem}._header_p8dhd_7{display:flex;align-items:center;gap:1rem}._headerIcon_p8dhd_13{width:1.25rem;height:1.25rem;color:hsl(var(--muted-foreground))}._title_p8dhd_19{font-size:1.25rem;font-weight:600;color:hsl(var(--foreground))}._toggleGroup_p8dhd_25{display:flex;background-color:hsl(var(--muted));border-radius:.5rem;padding:.25rem}._toggleButton_p8dhd_32{padding:.375rem 1rem;font-size:.875rem;font-weight:500;border-radius:.375rem;transition:color .15s,background-color .15s;border:none;cursor:pointer;background:transparent;color:hsl(var(--muted-foreground))}._toggleButton_p8dhd_32:hover{color:hsl(var(--foreground))}._toggleButtonActive_p8dhd_48{background-color:#ec4899;color:#fff}._toggleButtonActive_p8dhd_48:hover{color:#fff}._breadcrumb_p8dhd_57{margin-left:auto;font-size:.875rem;color:hsl(var(--muted-foreground))}._filtersCard_p8dhd_63{padding:1.5rem}._cardsGrid_p8dhd_67{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){._cardsGrid_p8dhd_67{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){._cardsGrid_p8dhd_67{grid-template-columns:repeat(3,1fr)}}._emptyState_p8dhd_85{padding:3rem;text-align:center}._emptyStateText_p8dhd_90{color:hsl(var(--muted-foreground))}._card_rfjyi_1{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}._gridRow_rfjyi_8{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 768px){._gridRow_rfjyi_8{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){._gridRow_rfjyi_8{grid-template-columns:repeat(6,1fr)}}._gridRowFilters_rfjyi_26{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;align-items:end}@media (min-width: 768px){._gridRowFilters_rfjyi_26{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){._gridRowFilters_rfjyi_26{grid-template-columns:repeat(6,1fr)}}._fieldGroup_rfjyi_45{display:flex;flex-direction:column;gap:.25rem}._labelPrimary_rfjyi_51{font-size:.75rem;color:hsl(var(--primary));font-weight:500}._labelMuted_rfjyi_57{font-size:.75rem;color:hsl(var(--muted-foreground));font-weight:500}._inputReadonly_rfjyi_63{background-color:hsl(var(--muted));border:0}._navRow_rfjyi_68{display:flex;align-items:center;gap:.25rem}._navButton_rfjyi_74{height:2.25rem;width:2.25rem}._navIcon_rfjyi_79{height:1rem;width:1rem}._selectFlex_rfjyi_84{flex:1}._checkboxGroup_rfjyi_88{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem}._checkboxRow_rfjyi_95{display:flex;align-items:center;gap:.5rem}._checkboxInput_rfjyi_101{border-color:hsl(var(--accent))}._checkboxInput_rfjyi_101[data-state=checked]{background-color:hsl(var(--accent));border-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._checkboxLabel_rfjyi_111{font-size:.875rem;color:hsl(var(--primary));cursor:pointer}._dialogContent_sexw8_1{max-width:450px}@media (min-width: 640px){._dialogContent_sexw8_1{max-width:450px}}._dialogTitle_sexw8_11{text-align:center;font-size:1.125rem;font-weight:500}._titleHighlight_sexw8_17{color:hsl(var(--primary))}._body_sexw8_21{display:flex;flex-direction:column;gap:1rem;padding-top:1rem;padding-bottom:1rem}._formGrid_sexw8_29{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._fieldGroup_sexw8_35{display:flex;flex-direction:column;gap:.5rem}._labelMuted_sexw8_41{color:hsl(var(--muted-foreground))}._inputMuted_sexw8_45{background-color:hsl(var(--muted))}._errorText_sexw8_49{font-size:.875rem;color:hsl(var(--primary))}._radioGroup_sexw8_54{display:flex;flex-wrap:wrap;gap:1rem}._radioItem_sexw8_60{display:flex;align-items:center;gap:.5rem}._radioLabel_sexw8_66{cursor:pointer}._textarea_sexw8_70{min-height:100px;resize:none}._submitButton_sexw8_75{width:100%;background-color:hsl(var(--primary))}._submitButton_sexw8_75:hover{background-color:hsl(var(--primary) / .9)}._tableWrapper_18l6x_1{overflow:hidden}._scrollAreaRosa_18l6x_6 [data-orientation=horizontal]>div{background-color:hsl(var(--accent));border-radius:9999px}._minWidthContainer_18l6x_11{min-width:-moz-max-content;min-width:max-content}._table_18l6x_1{width:100%}._headerRow_18l6x_19{background-color:#0c333c;border-bottom:1px solid hsl(var(--border))}._headerRow_18l6x_19:hover,._headerRow_18l6x_19:hover th{background-color:#0c333c!important}._headerRow_18l6x_19 th{background-color:#0c333c;color:#fff;font-weight:600;font-size:.8125rem}._stickyHeader_18l6x_36{position:sticky;left:0;z-index:20;background-color:#0c333c;color:#fff;text-align:left;padding:.75rem;font-weight:600;font-size:.8125rem;min-width:250px;box-shadow:2px 0 5px -2px #0000001a}._headerRow_18l6x_19:hover ._stickyHeader_18l6x_36{background-color:#0c333c!important}._th_18l6x_54{padding:.75rem;font-weight:600;font-size:.8125rem}._thLeft_18l6x_60{text-align:left}._thCenter_18l6x_64{text-align:center}._minW80_18l6x_68{min-width:80px}._minW90_18l6x_72{min-width:90px}._minW100_18l6x_76{min-width:100px}._minW200_18l6x_80{min-width:200px}._row_18l6x_84{border-bottom:1px solid hsl(var(--border))}._bgBackground_18l6x_88{background-color:hsl(var(--background))}._bgMuted_18l6x_92{background-color:hsl(var(--muted))}._bgMutedHalf_18l6x_96{background-color:hsl(var(--muted) / .5)}._stickyCell_18l6x_100{position:sticky;left:0;z-index:10;padding:.75rem;box-shadow:2px 0 5px -2px #0000001a}._cellContent_18l6x_108{display:flex;align-items:center;gap:.5rem}._extensionIcon_18l6x_114{height:1rem;width:1rem;color:hsl(var(--muted-foreground))}._indicatorGreen_18l6x_120{width:.625rem;height:.625rem;border-radius:50%;background-color:#22c55e;flex-shrink:0}._indicatorOrange_18l6x_128{width:.625rem;height:.625rem;border-radius:50%;background-color:#f97316;flex-shrink:0}._studentName_18l6x_136{font-size:.875rem}._studentNameMuted_18l6x_140{color:hsl(var(--muted-foreground))}._linkPrimary_18l6x_144{color:hsl(var(--primary));font-size:.875rem}._linkPrimary_18l6x_144:hover{text-decoration:underline}._td_18l6x_153{padding:.75rem}._tdCenter_18l6x_157{padding:.75rem;text-align:center}._tdText_18l6x_162{font-size:.875rem}._tdPrimary_18l6x_166{color:hsl(var(--primary))}._dateCell_18l6x_170{padding:.75rem;text-align:center}._dateCellClickable_18l6x_175{cursor:pointer}._dateCellClickable_18l6x_175:hover{background-color:hsl(var(--primary) / .1)}._dateCellBlocked_18l6x_183{background-color:hsl(var(--muted) / .3)}._stripedPattern_18l6x_187{width:100%;height:2rem;display:flex;align-items:center;justify-content:center}._presenceText_18l6x_195{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._dashText_18l6x_201{font-weight:500;color:hsl(var(--foreground))}._presenceWithIndicator_18l6x_206{display:flex;align-items:center;justify-content:center;gap:.25rem}._indicatorDotPrimary_18l6x_213{width:.5rem;height:.5rem;border-radius:50%;background-color:hsl(var(--primary));cursor:help}._indicatorDotDestructive_18l6x_221{width:.5rem;height:.5rem;border-radius:50%;background-color:hsl(var(--destructive));cursor:help}._justifiedBadge_18l6x_229{width:1.5rem;height:1.5rem;border-radius:50%;margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:500;background-color:#fef9c3;color:#a16207}._badgeRounded_18l6x_244{border-radius:9999px;padding-left:1rem;padding-right:1rem}._badgeGreen_18l6x_250{background-color:#22c55e;color:#fff}._badgeGreen_18l6x_250:hover{background-color:#22c55e}._badgeYellow_18l6x_259{background-color:#facc15;color:#000}._badgeYellow_18l6x_259:hover{background-color:#facc15}._badgeGray_18l6x_268{background-color:#9ca3af;color:#fff}._badgeGray_18l6x_268:hover{background-color:#9ca3af}._badgeRed_18l6x_277{background-color:#ef4444;color:#fff}._badgeRed_18l6x_277:hover{background-color:#ef4444}._dialogContent_1utsi_1{max-width:500px}@media (min-width: 640px){._dialogContent_1utsi_1{max-width:500px}}._dialogTitle_1utsi_11{text-align:center;font-size:1.125rem;font-weight:500}._titleHighlight_1utsi_17{color:hsl(var(--primary))}._body_1utsi_21{padding-top:1.5rem;padding-bottom:1.5rem}._declarationText_1utsi_26{color:hsl(var(--muted-foreground));text-align:center;line-height:1.625}._highlightText_1utsi_32{color:hsl(var(--foreground));font-weight:500}._footer_1utsi_37{display:flex;justify-content:center}._confirmButton_1utsi_42{background-color:hsl(var(--primary));padding-left:2rem;padding-right:2rem}._confirmButton_1utsi_42:hover{background-color:hsl(var(--primary) / .9)}._container_qucva_1{display:flex;flex-direction:column;gap:1.5rem}._header_qucva_7{display:flex;align-items:center;justify-content:space-between}._headerLeft_qucva_13{display:flex;align-items:center;gap:1rem}._backButton_qucva_19{background:none;border:none;cursor:pointer;padding:0}._backButton_qucva_19:hover{opacity:.7}._backIcon_qucva_30{width:1.25rem;height:1.25rem;color:hsl(var(--muted-foreground))}._title_qucva_36{font-size:1.25rem;font-weight:600;color:hsl(var(--foreground))}._breadcrumb_qucva_42{font-size:.875rem;color:hsl(var(--muted-foreground))}._printRow_qucva_47{display:flex;justify-content:flex-end}._printButton_qucva_52{display:flex;align-items:center;gap:.5rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._printButton_qucva_52:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._printIcon_qucva_66{height:1rem;width:1rem}._footer_qucva_71{display:flex;align-items:center;justify-content:space-between;font-size:.875rem}._footerLeft_qucva_78{display:flex;align-items:center;gap:2rem}._footerField_qucva_84{display:flex;align-items:center;gap:.5rem}._footerLabel_qucva_90{color:hsl(var(--muted-foreground))}._footerInput_qucva_94{width:5rem;background-color:hsl(var(--muted));border:0;text-align:center}._validateButton_qucva_101{background-color:hsl(var(--muted-foreground));color:#fff}._validateButton_qucva_101:hover{background-color:hsl(var(--muted-foreground) / .9)}._emptyState_qucva_110{padding:3rem;text-align:center}._emptyStateText_qucva_115{color:hsl(var(--muted-foreground))}._card_4v51o_1{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}._gridRow1_4v51o_8{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){._gridRow1_4v51o_8{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){._gridRow1_4v51o_8{grid-template-columns:repeat(4,1fr)}}._gridRow2_4v51o_26{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){._gridRow2_4v51o_26{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){._gridRow2_4v51o_26{grid-template-columns:repeat(6,1fr)}}._gridRow3_4v51o_44{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){._gridRow3_4v51o_44{grid-template-columns:repeat(6,1fr)}}._fieldGroup_4v51o_56{display:flex;flex-direction:column;gap:.25rem}._label_4v51o_62{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._navRow_4v51o_68{display:flex;align-items:center;gap:.5rem}._navButton_4v51o_74{height:2rem;width:2rem}._navIcon_4v51o_79{height:1rem;width:1rem}._selectRow_4v51o_84{display:flex;gap:.5rem;flex:1}._selectFlex_4v51o_90{flex:1}._selectYear_4v51o_94{width:6rem}._searchRow_4v51o_98{display:flex;gap:.5rem}._searchTypeSelect_4v51o_103{width:7rem}._searchInput_4v51o_107{flex:1}._tableCard_1m7d2_1{overflow:hidden}._emptyState_1m7d2_5{padding:2rem;text-align:center;color:hsl(var(--muted-foreground))}._headerRow_1m7d2_11{background-color:#0c333c}._headerRow_1m7d2_11:hover{background-color:#0c333c!important}._headerCell_1m7d2_19{color:#fff;font-weight:600}._headerCellCenter_1m7d2_24{color:#fff;font-weight:600;text-align:center}._bodyRow_1m7d2_30:hover{background-color:hsl(var(--muted) / .5)}._linkPrimary_1m7d2_34{color:hsl(var(--primary));font-weight:500}._linkPrimary_1m7d2_34:hover{text-decoration:underline}._cursoCell_1m7d2_43{max-width:250px}._cursoText_1m7d2_47{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._centerCell_1m7d2_54{text-align:center}._statusBadgeMuted_1m7d2_58{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground))}._statusBadgeDestructive_1m7d2_63{background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}._statusBadgeSuccess_1m7d2_68{background-color:hsl(var(--success));color:hsl(var(--success-foreground))}._statusBadgeWarning_1m7d2_73{background-color:hsl(var(--warning));color:hsl(var(--warning-foreground))}._matriculaStatus_1m7d2_78{display:inline-flex;align-items:center;justify-content:center;padding:.375rem .75rem;border-radius:var(--radius);font-size:.75rem;font-weight:500;border-width:1px;border-style:solid;min-width:140px}._statusAtivo_1m7d2_91{background-color:hsl(var(--success) / .1);color:hsl(var(--success));border-color:hsl(var(--success) / .3)}._statusEncerrada_1m7d2_97{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground));border-color:hsl(var(--muted))}._statusConcluido_1m7d2_103{background-color:hsl(var(--info) / .1);color:hsl(var(--info));border-color:hsl(var(--info) / .3)}._statusTrancado_1m7d2_109{background-color:hsl(var(--warning) / .1);color:hsl(var(--warning));border-color:hsl(var(--warning) / .3)}._statusCancelado_1m7d2_115{background-color:hsl(var(--destructive) / .1);color:hsl(var(--destructive));border-color:hsl(var(--destructive) / .3)}._container_qzw0c_1{display:flex;flex-direction:column;gap:1.5rem}._header_qzw0c_7{display:flex;align-items:center;justify-content:space-between}._headerLeft_qzw0c_13{display:flex;align-items:center;gap:.75rem}._headerIcon_qzw0c_19{width:1.25rem;height:1.25rem;color:hsl(var(--primary))}._title_qzw0c_25{font-size:1.25rem;font-weight:600;color:hsl(var(--foreground))}._breadcrumb_qzw0c_31{font-size:.875rem;color:hsl(var(--muted-foreground))}._container_150uj_1{display:flex;flex-direction:column;gap:1.5rem}._header_150uj_7{display:flex;align-items:center;justify-content:space-between}._headerLeft_150uj_13{display:flex;align-items:center;gap:.75rem}._headerIcon_150uj_19{width:1.25rem;height:1.25rem;color:hsl(var(--muted-foreground))}._title_150uj_25{font-size:1.25rem;font-weight:600;color:hsl(var(--foreground))}._breadcrumb_150uj_31{font-size:.875rem;color:hsl(var(--muted-foreground))}._emptyCard_150uj_36{padding:3rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}._emptyIcon_150uj_45{width:4rem;height:4rem;border-radius:50%;background-color:hsl(var(--muted) / .5);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}._emptyIconInner_150uj_56{width:2rem;height:2rem;color:hsl(var(--muted-foreground))}._emptyTitle_150uj_62{font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem}._emptyText_150uj_69{color:hsl(var(--muted-foreground));margin-bottom:1.5rem;max-width:28rem}._emptyButton_150uj_75{display:flex;align-items:center;gap:.5rem}._emptyButtonIcon_150uj_81{width:1rem;height:1rem}._mainCard_150uj_86{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}._cardHeader_150uj_93{display:flex;align-items:center;justify-content:space-between}._cardHeaderLeft_150uj_99{display:flex;align-items:center;gap:.5rem}._cardHeaderIcon_150uj_105{width:1.25rem;height:1.25rem;color:hsl(var(--primary))}._cardTitle_150uj_111{font-size:1.125rem;font-weight:600;color:hsl(var(--foreground))}._logButton_150uj_117{display:flex;align-items:center;gap:.5rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._logButton_150uj_117:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._logButtonIcon_150uj_130{width:1rem;height:1rem}._nameRow_150uj_135{display:flex;align-items:flex-end;gap:1rem}._nameField_150uj_141{flex:1}._nameLabel_150uj_145{color:hsl(var(--muted-foreground))}._nameInput_150uj_149{margin-top:.25rem}._editButton_150uj_153{display:flex;align-items:center;gap:.5rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border-color:transparent}._editButton_150uj_153:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground));border-color:transparent}._editButtonIcon_150uj_168{width:1rem;height:1rem}._buttonGroup_150uj_173{display:flex;gap:.5rem}._appearanceLabel_150uj_178{color:hsl(var(--muted-foreground))}._appearanceGrid_150uj_182{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:.5rem}@media (min-width: 768px){._appearanceGrid_150uj_182{grid-template-columns:repeat(2,1fr)}}._signatureBox_150uj_195{border:1px solid hsl(var(--border));border-radius:.5rem;padding:1.5rem;background-color:hsl(var(--background))}._boxHeader_150uj_202{display:flex;align-items:center;gap:.5rem;color:hsl(var(--muted-foreground));margin-bottom:1rem}._boxHeaderIcon_150uj_210{width:1rem;height:1rem}._boxHeaderText_150uj_215{font-size:.875rem;font-weight:500}._signatureContent_150uj_220{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem 0}._signaturePreview_150uj_228{position:relative;margin-bottom:.5rem}._signatureCursive_150uj_233{font-size:1.5rem;font-style:italic;color:hsl(var(--foreground))}._signatureName_150uj_239{font-size:.875rem;color:hsl(var(--foreground));font-weight:500}._rubricaContent_150uj_245{display:flex;align-items:center;justify-content:center;padding:1rem 0}._rubricaCursive_150uj_252{font-size:2.25rem;font-style:italic;color:hsl(var(--foreground))}._placeholderText_150uj_258{color:hsl(var(--muted-foreground));font-size:.875rem}._dialogContent_1gjpg_1{max-width:44rem;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;padding:0}._header_1gjpg_10{padding:1.25rem 1.5rem;margin-bottom:0;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._title_1gjpg_17{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground))}._titleHighlight_1gjpg_24{color:hsl(var(--accent));font-weight:700}._filtersRow_1gjpg_29{display:flex;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .12)}._filterField_1gjpg_37{flex:1}._filterLabel_1gjpg_41{font-size:.8125rem;font-weight:500;color:hsl(var(--foreground));margin-bottom:.375rem;display:block}._dateButton_1gjpg_49{width:100%;justify-content:flex-start;text-align:left;font-weight:400}._calendarIcon_1gjpg_56{margin-right:.5rem;width:1rem;height:1rem;color:hsl(var(--muted-foreground))}._popoverContent_1gjpg_63{width:auto;padding:0}._logList_1gjpg_68{flex:1;overflow-y:auto;min-height:0;padding:0 1.5rem 1.5rem}._logListHeader_1gjpg_75{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background-color:#0c333c;color:#fff;font-size:.8125rem;font-weight:600;border-radius:.375rem .375rem 0 0;margin-top:1rem}._logColData_1gjpg_88{width:5.5rem;flex-shrink:0}._logColHora_1gjpg_89{width:3.5rem;flex-shrink:0}._logColUsuario_1gjpg_90{width:8rem;flex-shrink:0}._logColAcao_1gjpg_91{width:6rem;flex-shrink:0}._logColDetalhes_1gjpg_92{flex:1;min-width:0}._logItems_1gjpg_94{display:flex;flex-direction:column;gap:0;border:1px solid hsl(var(--border));border-top:none;border-radius:0 0 .375rem .375rem;overflow:hidden}._emptyText_1gjpg_104{text-align:center;color:hsl(var(--muted-foreground));padding:2.5rem 1rem;font-size:.875rem}._logItem_1gjpg_94{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;font-size:.875rem;border-bottom:1px solid hsl(var(--border) / .6);background-color:hsl(var(--background))}._logItem_1gjpg_94:last-child{border-bottom:none}._logData_1gjpg_125{color:hsl(var(--muted-foreground));width:5.5rem;flex-shrink:0;font-size:.8125rem}._logHora_1gjpg_132{color:hsl(var(--muted-foreground));width:3.5rem;flex-shrink:0;font-size:.8125rem}._logUsuario_1gjpg_139{font-weight:500;width:8rem;flex-shrink:0;color:hsl(var(--foreground))}._logAcao_1gjpg_146{font-weight:600;width:6rem;flex-shrink:0}._logAcaoAdicionou_1gjpg_152,._logAcaoEditou_1gjpg_153{color:hsl(var(--accent))}._logAcaoDefault_1gjpg_157{color:hsl(var(--foreground))}._logDetalhes_1gjpg_161{flex:1;min-width:0;color:hsl(var(--muted-foreground));font-size:.8125rem;line-height:1.4}._dialogContent_ib6bd_1{max-width:42rem}._cropContainer_ib6bd_5{display:flex;justify-content:center;align-items:center;max-height:60vh;overflow:auto}._cropImage_ib6bd_13{max-width:100%;max-height:50vh;-o-object-fit:contain;object-fit:contain}._helpText_ib6bd_19{font-size:.875rem;color:hsl(var(--muted-foreground));text-align:center}._hiddenInput_ib6bd_25{display:none}._dialogContent_1a566_1{max-width:42rem;padding:0;overflow:hidden}._header_1a566_7{padding:1.25rem 1.5rem;margin-bottom:0;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._title_1a566_14{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground))}._titleHighlight_1a566_21{color:hsl(var(--accent));font-weight:700}._formBody_1a566_26{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem}._avatarRow_1a566_33{display:flex;gap:1.5rem;align-items:center}._avatarWrapper_1a566_39{display:flex;flex-direction:column;align-items:center;justify-content:center}._avatarClickable_1a566_46{position:relative;cursor:pointer}._avatarLarge_1a566_51{width:5rem;height:5rem}._avatarFallback_1a566_56{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground));font-size:1.25rem}._avatarOverlay_1a566_62{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:9999px;background-color:#00000080;opacity:0;display:flex;align-items:center;justify-content:center;transition:opacity .2s}._avatarClickable_1a566_46:hover ._avatarOverlay_1a566_62{opacity:1}._cameraIcon_1a566_78{width:1.5rem;height:1.5rem;color:#fff}._userIcon_1a566_84{width:2rem;height:2rem}._hiddenInput_1a566_89{display:none}._fieldsColumn_1a566_93{flex:1;display:flex;flex-direction:column;gap:1rem}._fieldGroup_1a566_100{display:flex;flex-direction:column;gap:.5rem}._labelPrimary_1a566_106{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._gridTwoCols_1a566_112{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._phoneRow_1a566_119{width:100%;border:1px solid hsl(var(--input));border-radius:var(--radius);background-color:hsl(var(--background));overflow:visible;font-family:inherit}._phoneRow_1a566_119:focus-within{outline:none;box-shadow:none}._phoneRow_1a566_119 ._flag-dropdown_1a566_135,._phoneRow_1a566_119 ._phoneButton_1a566_136{border:none!important;border-right:1px solid hsl(var(--border))!important;border-radius:var(--radius) 0 0 var(--radius)!important;background-color:hsl(var(--background))!important;padding:0 0 0 8px}._phoneRow_1a566_119 ._flag-dropdown_1a566_135:hover,._phoneRow_1a566_119 ._flag-dropdown_1a566_135._open_1a566_145,._phoneRow_1a566_119 ._phoneButton_1a566_136:hover{background-color:hsl(var(--muted) / .3)!important}._phoneRow_1a566_119 ._form-control_1a566_151,._phoneRow_1a566_119 ._phoneInput_1a566_152{border:none!important;border-radius:0 var(--radius) var(--radius) 0!important;box-shadow:none!important;background-color:transparent!important;height:2.25rem;padding-left:52px;width:100%!important;font-size:.875rem;color:hsl(var(--foreground))}._phoneRow_1a566_119 ._form-control_1a566_151:focus,._phoneRow_1a566_119 ._phoneInput_1a566_152:focus{outline:none;box-shadow:none}._phoneRow_1a566_119 ._flag-dropdown_1a566_135:focus,._phoneRow_1a566_119 ._selected-flag_1a566_171:focus{outline:none}._phoneRow_1a566_119 ._form-control_1a566_151::-moz-placeholder{color:hsl(var(--muted-foreground))}._phoneRow_1a566_119 ._form-control_1a566_151::placeholder{color:hsl(var(--muted-foreground))}._phoneDropdown_1a566_180{border-radius:var(--radius);border:1px solid hsl(var(--border));box-shadow:0 4px 12px hsl(var(--foreground) / .1);background:hsl(var(--background));max-height:220px}._phoneSearch_1a566_188{border:1px solid hsl(var(--input));border-radius:var(--radius);padding:.5rem .5rem .5rem 1.75rem;font-size:.875rem;color:hsl(var(--foreground));background:hsl(var(--background))}._phoneSearch_1a566_188:focus{outline:none;border-color:hsl(var(--ring))}._countryOption_1a566_202{display:flex;align-items:center;gap:.5rem}._countryName_1a566_208{color:hsl(var(--muted-foreground));font-size:.75rem}._comboboxButton_1a566_213{width:100%;justify-content:space-between;font-weight:400}._comboboxButton_1a566_213:hover{background-color:hsl(var(--background));border-color:hsl(var(--border));color:hsl(var(--foreground))}._badgesList_1a566_225{display:flex;flex-wrap:wrap;gap:.25rem;max-width:90%}._badgeItem_1a566_232{margin-right:.25rem}._badgeRemove_1a566_236{margin-left:.25rem;border-radius:9999px;outline:none}._badgeRemove_1a566_236:hover{background-color:hsl(var(--muted))}._badgeRemoveIcon_1a566_246{width:.75rem;height:.75rem}._placeholderText_1a566_251{color:hsl(var(--muted-foreground))}._grupoSelectTrigger_1a566_255[data-placeholder]>span{color:hsl(var(--muted-foreground))}._chevronIcon_1a566_259{margin-left:.5rem;width:1rem;height:1rem;flex-shrink:0;opacity:.5}._popoverContent_1a566_267{width:100%;padding:0;background-color:hsl(var(--background));border:1px solid hsl(var(--border))}._popoverList_1a566_274{max-height:15rem;overflow:auto;padding:.25rem}._popoverItem_1a566_280{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;cursor:pointer;border-radius:.125rem}._checkboxVisual_1a566_289{width:1rem;height:1rem;border:1px solid hsl(var(--input));border-radius:var(--radius);display:flex;align-items:center;justify-content:center}._checkboxVisualSelected_1a566_299{background-color:hsl(var(--accent));border-color:hsl(var(--accent))}._checkIcon_1a566_304{width:.75rem;height:.75rem;color:hsl(var(--accent-foreground))}._professorRow_1a566_310{display:flex;align-items:center;gap:.5rem}._professorLabel_1a566_316{font-size:.875rem;font-weight:500;color:hsl(var(--foreground));cursor:pointer}._footerSpaced_1a566_323{margin-top:0;padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .15)}._btnCadastrar_1a566_330{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none;font-weight:500}._btnCadastrar_1a566_330:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._item_y9je1_2{border-bottom:1px solid hsl(var(--border))}._header_y9je1_7{display:flex}._trigger_y9je1_12{display:flex;flex:1;align-items:center;justify-content:space-between;padding:1rem 0;font-weight:500;transition:all .15s ease}._trigger_y9je1_12:hover{text-decoration:underline}._trigger_y9je1_12[data-state=open]>svg{transform:rotate(180deg)}._triggerIcon_y9je1_31{height:1rem;width:1rem;flex-shrink:0;transition:transform .2s ease}._content_y9je1_39{overflow:hidden;font-size:.875rem;line-height:1.25rem;transition:all .15s ease}._content_y9je1_39[data-state=closed]{animation:_accordionUp_y9je1_1 .2s ease-out}._content_y9je1_39[data-state=open]{animation:_accordionDown_y9je1_1 .2s ease-out}._contentInner_y9je1_55{padding-bottom:1rem;padding-top:0}@keyframes _accordionDown_y9je1_1{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes _accordionUp_y9je1_1{0%{height:var(--radix-accordion-content-height)}to{height:0}}._dialogContent_1wtwz_1{max-width:42rem;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;padding:0}._header_1wtwz_10{padding:1.25rem 1.5rem;margin-bottom:0;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._title_1wtwz_17{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground))}._titleHighlight_1wtwz_24{color:hsl(var(--accent));font-weight:700}._formBody_1wtwz_29{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem 1.5rem 1rem;overflow-y:auto;flex:1;min-height:0}._fieldGroup_1wtwz_39{display:flex;flex-direction:column;gap:.5rem}._fieldLabel_1wtwz_45{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._accordionFull_1wtwz_51{width:100%}._accordionBorder_1wtwz_55{border-bottom:1px solid hsl(var(--border))}._accordionBorder_1wtwz_55:last-child{border-bottom:none}._accordionTrigger_1wtwz_63{text-decoration:none;padding:.75rem 0;font-weight:600}._accordionTrigger_1wtwz_63:hover{text-decoration:none;color:hsl(var(--accent))}._moduleName_1wtwz_74{font-weight:600;color:hsl(var(--foreground));font-size:.9375rem}._innerAccordion_1wtwz_80{width:100%;padding-left:.75rem;border-left:2px solid hsl(var(--border));margin-left:.25rem}._innerBorder_1wtwz_87{border-bottom:1px solid hsl(var(--border) / .6)}._innerBorder_1wtwz_87:last-child{border-bottom:none}._innerTrigger_1wtwz_95{text-decoration:none;padding:.5rem 0}._innerTrigger_1wtwz_95:hover{text-decoration:none}._submoduleName_1wtwz_104{color:hsl(var(--accent));font-weight:500;font-size:.875rem}._permissionsGrid_1wtwz_110{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem;padding:.5rem 0 .5rem .5rem}._permissionLabel_1wtwz_118{display:flex;align-items:center;gap:.5rem;cursor:pointer;min-width:-moz-fit-content;min-width:fit-content}._permissionLabel_1wtwz_118:hover ._permissionText_1wtwz_126{color:hsl(var(--foreground))}._permissionText_1wtwz_126{font-size:.875rem;white-space:nowrap;color:hsl(var(--muted-foreground))}._iconSmall_1wtwz_136{width:1rem;height:1rem;color:hsl(var(--accent))}._footer_1wtwz_142{padding:1rem 1.5rem 1.25rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .15);flex-shrink:0}._btnSalvar_1wtwz_149{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._btnSalvar_1wtwz_149:hover:not(:disabled){background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._descriptionContent_nezjp_1{display:flex;flex-direction:column;gap:.5rem}._warningText_nezjp_7{color:hsl(var(--destructive));font-weight:500}._deleteButton_nezjp_12{background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}._deleteButton_nezjp_12:hover{background-color:hsl(var(--destructive) / .9)}._userName_1w0bx_1{font-weight:600;color:hsl(var(--foreground))}._deleteButton_1w0bx_6{background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}._deleteButton_1w0bx_6:hover{background-color:hsl(var(--destructive) / .9)}._container_do234_1{display:flex;flex-direction:column;gap:1.5rem}._header_do234_7{display:flex;align-items:center;gap:1rem}._headerIcon_do234_13{width:1.25rem;height:1.25rem}._title_do234_18{font-size:1.5rem;font-weight:700;color:hsl(var(--foreground))}._tabsList_do234_24{display:flex;background-color:hsl(var(--muted) / .2);border-bottom:1px solid hsl(var(--border));border-radius:var(--radius) var(--radius) 0 0;width:100%;justify-content:flex-start;height:auto;padding:.25rem .25rem 0;gap:0}._tabTrigger_do234_36{border-radius:var(--radius) var(--radius) 0 0;border:1px solid transparent;border-bottom:none;padding:.75rem 1.25rem;display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;transition:background-color .2s ease,color .2s ease,border-color .2s ease;margin-bottom:-1px}._tabTrigger_do234_36[data-state=inactive]{background-color:transparent;color:hsl(var(--muted-foreground))}._tabTrigger_do234_36[data-state=inactive]:hover{background-color:hsl(var(--muted) / .5);color:hsl(var(--foreground))}._tabTrigger_do234_36[data-state=active]{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border-color:hsl(var(--border));font-weight:600}._tabIcon_do234_67{width:1rem;height:1rem;flex-shrink:0}._btnPrimary_do234_73{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._btnPrimary_do234_73:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._tabContent_do234_84{margin-top:1.5rem}._filtersRow_do234_88{display:flex;align-items:flex-end;gap:1rem;margin-bottom:1.5rem}._filterGroup_do234_95{display:flex;flex-direction:column;gap:.5rem}._filterLabel_do234_101{font-size:.875rem;color:hsl(var(--muted-foreground))}._searchWrapper_do234_106{position:relative}._searchInput_do234_110{padding-right:2.5rem;width:16rem}._searchInputWide_do234_115{padding-right:2.5rem;width:20rem}._searchInputSmall_do234_120{padding-right:2.5rem;width:12rem}._searchButton_do234_125{position:absolute;right:0;top:0;height:100%;border-top-left-radius:0;border-bottom-left-radius:0}._searchIcon_do234_134{width:1rem;height:1rem}._spacer_do234_139{flex:1}._tableCard_do234_143{overflow:hidden}._tableHeaderRow_do234_147{background-color:#0c333c}._tableHeaderRow_do234_147:hover{background-color:#0c333c!important}._tableHeaderCell_do234_155{color:#fff;font-weight:600}._tableHeaderCellCenter_do234_160{color:#fff;font-weight:600;text-align:center}._tableHeaderCellW16_do234_166{color:#fff;font-weight:600;width:4rem}._userCell_do234_172{display:flex;align-items:center;gap:.75rem}._avatarSmall_do234_178{width:2rem;height:2rem}._avatarFallback_do234_183{font-size:.75rem;background-color:hsl(var(--muted))}._emailCell_do234_188{display:flex;align-items:center;gap:.5rem}._googleIcon_do234_194{width:1rem;height:1rem}._centerCell_do234_199{text-align:center}._switchRosa_do234_203[data-state=checked]{background-color:hsl(var(--accent))}._editButton_do234_207{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));width:2rem;height:2rem;border-radius:var(--radius)}._editButton_do234_207:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._editIcon_do234_220{width:1rem;height:1rem}._deleteButton_do234_225{border-color:hsl(var(--primary));color:hsl(var(--primary));width:2rem;height:2rem;border-radius:var(--radius)}._deleteButton_do234_225:hover{background-color:hsl(var(--primary) / .1)}._deleteIcon_do234_237{width:1rem;height:1rem}._fontMedium_do234_242{font-weight:500}._textPrimary_do234_246{color:hsl(var(--primary))}._actionsCell_do234_250{display:flex;justify-content:center;gap:.5rem}._checkIcon_do234_256{width:1rem;height:1rem}._grupoBadge_do234_261{background-color:hsl(var(--primary) / .1);color:hsl(var(--primary));border-color:hsl(var(--primary) / .2)}._grupoBadgeDefault_do234_267{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground))}._content_111o3_2{max-width:32rem}._header_111o3_6{margin-bottom:0;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .15);margin-left:-1.5rem;margin-right:-1.5rem;padding:1.25rem 1.5rem;text-align:left}._title_111o3_18{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground))}._titleHighlight_111o3_25{color:hsl(var(--accent));font-weight:700}._body_111o3_30{padding:1.5rem 0;display:flex;flex-direction:column;gap:1.25rem}._subtitle_111o3_37{font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground));margin-bottom:.25rem}._grid_111o3_44{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._fieldGroup_111o3_50{display:flex;flex-direction:column;gap:.5rem}._label_111o3_56{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._footer_111o3_62{display:flex;justify-content:flex-end;gap:.75rem;padding-top:1rem;border-top:1px solid hsl(var(--border));margin-top:.5rem}._cancelButton_111o3_71{border-color:hsl(var(--border));background-color:hsl(var(--background));color:hsl(var(--foreground))}._cancelButton_111o3_71:hover{background-color:hsl(var(--muted) / .3)}._applyButton_111o3_81{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500;padding:.5rem 1.5rem}._applyButton_111o3_81:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._contentWrapper_u1g0q_2{padding:0;overflow:hidden;gap:0}._header_u1g0q_8{padding:1.25rem 1.5rem;margin-bottom:0;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2);text-align:left}._title_u1g0q_16{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground))}._titleHighlight_u1g0q_23{color:hsl(var(--accent));font-weight:700}._body_u1g0q_28{padding:1.5rem}._description_u1g0q_32{font-size:.9375rem;line-height:1.5;color:hsl(var(--foreground))}._footer_u1g0q_38{padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .15);gap:.75rem}._cancelButton_u1g0q_45{border-color:hsl(var(--border))}._deleteAction_u1g0q_49{background-color:hsl(var(--accent))!important;color:hsl(var(--accent-foreground))!important;border:none;font-weight:600}._deleteAction_u1g0q_49:hover{background-color:hsl(var(--accent) / .9)!important;color:hsl(var(--accent-foreground))!important}._pageContainer_jw9fc_1{display:flex;flex-direction:column;gap:1.5rem}._header_jw9fc_7{display:flex;align-items:center;gap:.75rem}._headerIcon_jw9fc_13{width:1.5rem;height:1.5rem;color:hsl(var(--accent))}._title_jw9fc_19{font-size:1.5rem;line-height:2rem;font-weight:700;color:hsl(var(--foreground))}._actionsCard_jw9fc_26{padding:1rem}._actionsRow_jw9fc_30{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;justify-content:space-between}@media (min-width: 640px){._actionsRow_jw9fc_30{flex-direction:row;align-items:center}}._searchGroup_jw9fc_45{display:flex;flex-direction:column;gap:.75rem;flex:1}@media (min-width: 640px){._searchGroup_jw9fc_45{flex-direction:row}}._searchWrapper_jw9fc_58{position:relative;flex:1;max-width:28rem}._searchButtonInline_jw9fc_64{position:absolute;right:0;top:0;height:100%;border-top-left-radius:0;border-bottom-left-radius:0}._filterBadge_jw9fc_73{margin-left:.25rem;background-color:hsl(var(--primary-foreground));color:hsl(var(--primary));border-radius:9999px;padding:.125rem .5rem;font-size:.75rem;line-height:1rem}._tableCard_jw9fc_84{overflow:hidden}._tableHeaderRow_jw9fc_88{background-color:#0c333c}._tableHeaderRow_jw9fc_88:hover{background-color:#0c333c!important}._tableHeaderCell_jw9fc_96{color:#fff;font-weight:600}._tableHeaderCellCenter_jw9fc_101{color:#fff;font-weight:600;text-align:center}._emptyCell_jw9fc_107{text-align:center;padding-top:2rem;padding-bottom:2rem;color:hsl(var(--muted-foreground))}._nameCell_jw9fc_114{font-weight:500;max-width:250px;text-align:left}._centerCell_jw9fc_120{text-align:center}._fontMedium_jw9fc_124{font-weight:500}._textPrimary_jw9fc_128{color:hsl(var(--primary))}._switchRosa_jw9fc_132[data-state=checked]{background-color:hsl(var(--accent))}._editButton_jw9fc_136{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));width:2rem;height:2rem;border-radius:var(--radius)}._editButton_jw9fc_136:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._editIcon_jw9fc_149{width:1rem;height:1rem}._deleteButton_jw9fc_154{border-color:hsl(var(--primary));color:hsl(var(--primary));width:2rem;height:2rem;border-radius:var(--radius)}._deleteButton_jw9fc_154:hover{background-color:hsl(var(--primary) / .1)}._deleteIcon_jw9fc_166{width:1rem;height:1rem}._content_wonq3_2{max-width:28rem}._header_wonq3_6{margin-bottom:0;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .15);margin-left:-1.5rem;margin-right:-1.5rem;padding:1.25rem 1.5rem;text-align:left}._title_wonq3_18{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground))}._titleHighlight_wonq3_25{color:hsl(var(--accent));font-weight:700}._body_wonq3_30{padding:1.5rem 0;display:flex;flex-direction:column;gap:1.25rem}._fieldGroup_wonq3_37{display:flex;flex-direction:column;gap:.5rem}._label_wonq3_43{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._footer_wonq3_49{display:flex;justify-content:flex-end;gap:.75rem;padding-top:.5rem;border-top:1px solid hsl(var(--border));margin-top:.5rem}._cancelButton_wonq3_58{border-color:hsl(var(--border));background-color:hsl(var(--background));color:hsl(var(--foreground))}._cancelButton_wonq3_58:hover{background-color:hsl(var(--muted) / .3)}._saveButton_wonq3_68{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500;padding:.5rem 1.5rem}._saveButton_wonq3_68:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._contentWrapper_sq2yk_2{padding:0;overflow:hidden;gap:0}._header_sq2yk_8{padding:1.25rem 1.5rem;margin-bottom:0;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2);text-align:left}._title_sq2yk_16{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground))}._titleHighlight_sq2yk_23{color:hsl(var(--accent));font-weight:700}._body_sq2yk_28{padding:1.5rem}._description_sq2yk_32{font-size:.9375rem;line-height:1.5;color:hsl(var(--foreground))}._footer_sq2yk_38{padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .15);gap:.75rem}._cancelButton_sq2yk_45{border-color:hsl(var(--border))}._deleteAction_sq2yk_49{background-color:hsl(var(--accent))!important;color:hsl(var(--accent-foreground))!important;border:none;font-weight:600}._deleteAction_sq2yk_49:hover{background-color:hsl(var(--accent) / .9)!important;color:hsl(var(--accent-foreground))!important}._content_sxngj_2{max-width:42rem}._header_sxngj_6{margin-bottom:0;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .15);margin-left:-1.5rem;margin-right:-1.5rem;padding:1.25rem 1.5rem;text-align:left}._title_sxngj_18{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground))}._titleHighlight_sxngj_25{color:hsl(var(--accent));font-weight:700}._subtitle_sxngj_30{font-size:.875rem;color:hsl(var(--muted-foreground));margin-top:.25rem}._body_sxngj_36{padding:1.5rem 0}._tableWrapper_sxngj_40{overflow:hidden;border-radius:var(--radius);border:1px solid hsl(var(--border))}._tableHeaderRow_sxngj_46{background-color:#0c333c}._tableHeaderRow_sxngj_46:hover{background-color:#0c333c!important}._tableHeaderCell_sxngj_54{color:#fff;font-weight:600;font-size:.875rem;padding:.75rem 1rem}._tableHeaderCellFirst_sxngj_61{width:140px;min-width:140px}._tableBodyRow_sxngj_66:hover{background-color:hsl(var(--muted) / .3)}._tableCell_sxngj_70{padding:.875rem 1rem;font-size:.875rem;vertical-align:top}._tableCellFirst_sxngj_76{font-weight:500;color:hsl(var(--foreground))}._tableCellSecond_sxngj_81{color:hsl(var(--muted-foreground));line-height:1.5}._emptyState_sxngj_86{text-align:center;padding:3rem 2rem;color:hsl(var(--muted-foreground));background-color:hsl(var(--muted) / .15);border-radius:var(--radius);border:1px dashed hsl(var(--border))}._emptyStateText_sxngj_95{font-size:.875rem}._container_fwetf_2{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 768px){._container_fwetf_2{flex-direction:row;align-items:flex-start;gap:2rem}}._sidebar_fwetf_17{display:flex;flex-direction:column;gap:1rem;flex-shrink:0}@media (min-width: 768px){._sidebar_fwetf_17{width:12rem;position:sticky;top:1rem}}._durationGroup_fwetf_32{display:flex;flex-direction:column;gap:.5rem}._durationLabel_fwetf_38{font-size:.75rem;font-weight:500;color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.05em}._durationButtons_fwetf_46{display:flex;flex-direction:column;gap:.5rem}._durationButton_fwetf_46{width:100%;justify-content:center;font-weight:500;transition:all .2s ease}._durationButtonActive_fwetf_59{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border-color:hsl(var(--accent))}._durationButtonActive_fwetf_59:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground));border-color:hsl(var(--accent) / .9)}._durationButtonInactive_fwetf_71{background-color:#0c333c;color:#fff;border-color:#0c333c}._durationButtonInactive_fwetf_71:hover{background-color:#0c333c;opacity:.9;color:#fff}._actionButtons_fwetf_83{display:flex;flex-direction:column;gap:.5rem}._actionButton_fwetf_83{width:100%;justify-content:center;display:inline-flex;align-items:center;gap:.5rem}._actionButtonPrimary_fwetf_97{background-color:#0c333c;color:#fff;border:none}._actionButtonPrimary_fwetf_97:hover{background-color:#0c333c;opacity:.9;color:#fff}._mainContent_fwetf_110{flex:1;min-width:0}._sectionHeader_fwetf_115{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._sectionTitle_fwetf_122{font-size:1rem;font-weight:600;color:hsl(var(--foreground))}._addButton_fwetf_128{display:inline-flex;align-items:center;gap:.5rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._addButton_fwetf_128:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._contentList_fwetf_143{display:flex;flex-direction:column;gap:1rem}._contentCard_fwetf_149{border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1.25rem;background-color:hsl(var(--background));transition:box-shadow .2s ease,border-color .2s ease}._contentCard_fwetf_149:hover{box-shadow:0 2px 8px hsl(var(--foreground) / .06);border-color:hsl(var(--border))}._cardHeader_fwetf_162{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.75rem}._cardTitle_fwetf_170{font-size:1rem;font-weight:600;color:hsl(var(--foreground));line-height:1.4}._cardDescription_fwetf_177{font-size:.875rem;line-height:1.5;color:hsl(var(--muted-foreground));padding:.75rem 1rem;background-color:hsl(var(--muted) / .3);border-radius:calc(var(--radius) - 2px);margin-bottom:1rem}._cardFooter_fwetf_187{display:flex;align-items:center;justify-content:space-between;gap:1rem}._removeButton_fwetf_194{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border-color:hsl(var(--accent));font-size:.875rem}._removeButton_fwetf_194:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._reorderButtons_fwetf_206{display:flex;flex-direction:column;gap:0}._reorderButton_fwetf_206{width:2rem;height:1.75rem;padding:0;min-width:2rem}._reorderButton_fwetf_206:disabled{opacity:.4}._reorderButton_fwetf_206:first-child{border-radius:calc(var(--radius) - 2px) calc(var(--radius) - 2px) 0 0}._reorderButton_fwetf_206:last-child{border-radius:0 0 calc(var(--radius) - 2px) calc(var(--radius) - 2px)}._emptyState_fwetf_232{text-align:center;padding:3rem 2rem;color:hsl(var(--muted-foreground));background-color:hsl(var(--muted) / .2);border-radius:var(--radius);border:1px dashed hsl(var(--border))}._emptyStateText_fwetf_241{font-size:.875rem}._container_5dozv_2{display:flex;flex-direction:column;gap:1.5rem}._sectionTitle_5dozv_8{font-size:1rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem}._controlsRow_5dozv_15{display:flex;flex-direction:column;gap:1rem;align-items:stretch}@media (min-width: 640px){._controlsRow_5dozv_15{flex-direction:row;align-items:flex-end;justify-content:space-between}}._selectGroup_5dozv_30{flex:1;max-width:20rem}._selectLabel_5dozv_35{font-size:.875rem;font-weight:500;color:hsl(var(--foreground));margin-bottom:.5rem;display:block}._buttonsGroup_5dozv_43{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}._addButton_5dozv_50{display:inline-flex;align-items:center;gap:.5rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._addButton_5dozv_50:hover:not(:disabled){background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._brindeButton_5dozv_64{display:inline-flex;align-items:center;gap:.5rem;background-color:#0c333c;color:#fff;border:none}._brindeButton_5dozv_64:hover:not(:disabled){background-color:#0c333c;opacity:.9;color:#fff}._removeBrindeButton_5dozv_79{border-color:hsl(var(--primary));color:hsl(var(--primary))}._removeBrindeButton_5dozv_79:hover:not(:disabled){background-color:hsl(var(--primary) / .08)}._deleteButton_5dozv_88{color:hsl(var(--accent))}._deleteButton_5dozv_88:hover:not(:disabled){background-color:hsl(var(--accent) / .15);color:hsl(var(--accent))}._tableWrapper_5dozv_98{overflow:hidden;border-radius:var(--radius);border:1px solid hsl(var(--border))}._tableHeaderRow_5dozv_104{background-color:#0c333c}._tableHeaderRow_5dozv_104:hover{background-color:#0c333c!important}._tableHeaderCell_5dozv_112{color:#fff;font-weight:600;font-size:.875rem;padding:.75rem 1rem}._tableHeaderCellCheckbox_5dozv_119{width:3rem}._tableHeaderCellCenter_5dozv_123{text-align:center}._tableBodyRow_5dozv_127:hover{background-color:hsl(var(--muted) / .3)}._tableCell_5dozv_131{padding:.75rem 1rem;font-size:.875rem}._tableCellCheckbox_5dozv_136{width:3rem}._tableCellCenter_5dozv_140{text-align:center}._tableCellValue_5dozv_144{font-weight:500}._tableCellBrindeSim_5dozv_148{color:hsl(var(--primary));font-weight:500}._tableCellBrindeNao_5dozv_153{color:hsl(var(--muted-foreground))}._emptyCell_5dozv_157{text-align:center;padding:2.5rem 1rem;color:hsl(var(--muted-foreground));font-size:.875rem}._deleteModalContent_5dozv_165{padding:0;overflow:hidden;gap:0}._deleteModalHeader_5dozv_171{padding:1.25rem 1.5rem;margin-bottom:0;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2);text-align:left}._deleteModalTitle_5dozv_179{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground))}._deleteModalTitleHighlight_5dozv_186{color:hsl(var(--accent));font-weight:700}._deleteModalBody_5dozv_191{padding:1.5rem}._deleteModalDescription_5dozv_195{font-size:.9375rem;line-height:1.5;color:hsl(var(--foreground))}._deleteModalFooter_5dozv_201{padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .15);gap:.75rem}._deleteModalCancel_5dozv_208{border-color:hsl(var(--border))}._deleteModalAction_5dozv_212{background-color:hsl(var(--accent))!important;color:hsl(var(--accent-foreground))!important;border:none;font-weight:600}._deleteModalAction_5dozv_212:hover{background-color:hsl(var(--accent) / .9)!important;color:hsl(var(--accent-foreground))!important}._dialogContent_1mfgm_1{max-width:48rem;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;padding:0;gap:0}._header_1mfgm_12{padding:1.25rem 1.5rem;background-color:hsl(var(--muted) / .3);border-bottom:1px solid hsl(var(--border))}._title_1mfgm_18{font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin:0}._titleHighlight_1mfgm_25{color:hsl(var(--accent))}._body_1mfgm_30{flex:1;overflow:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;background-color:hsl(var(--muted) / .1)}._cropContainer_1mfgm_41{display:flex;align-items:center;justify-content:center}._cropImage_1mfgm_47{max-height:60vh;-o-object-fit:contain;object-fit:contain}._helpText_1mfgm_53{padding:0 1.5rem;text-align:center;font-size:.875rem;color:hsl(var(--muted-foreground));margin:0}._footer_1mfgm_62{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;background-color:hsl(var(--muted) / .2);border-top:1px solid hsl(var(--border))}._cancelButton_1mfgm_71{border-color:hsl(var(--border));font-weight:500}._cancelButton_1mfgm_71:hover{background-color:hsl(var(--muted) / .5)}._confirmButton_1mfgm_80{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._confirmButton_1mfgm_80:hover{background-color:hsl(var(--accent) / .9)}._confirmButton_1mfgm_80:disabled{opacity:.5;cursor:not-allowed}._content_fan5w_2{max-width:28rem}._header_fan5w_6{margin-bottom:0;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .15);margin-left:-1.5rem;margin-right:-1.5rem;padding:1.25rem 1.5rem;text-align:left}._title_fan5w_18{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground))}._titleHighlight_fan5w_25{color:hsl(var(--accent));font-weight:700}._body_fan5w_30{padding:1.5rem 0;display:flex;flex-direction:column;gap:1.25rem}._fieldGroup_fan5w_37{display:flex;flex-direction:column;gap:.5rem}._label_fan5w_43{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._hiddenFileInput_fan5w_49{position:absolute;width:0;height:0;opacity:0;overflow:hidden;pointer-events:none}._dropZone_fan5w_58{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;min-height:8rem;padding:1.5rem;border:2px dashed hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--muted) / .2);cursor:pointer;transition:all .2s ease}._dropZone_fan5w_58:hover,._dropZoneActive_fan5w_74{border-color:hsl(var(--accent));background-color:hsl(var(--accent) / .08)}._dropZoneIcon_fan5w_79{width:2rem;height:2rem;color:hsl(var(--muted-foreground))}._dropZone_fan5w_58:hover ._dropZoneIcon_fan5w_79,._dropZoneActive_fan5w_74 ._dropZoneIcon_fan5w_79{color:hsl(var(--accent))}._dropZoneText_fan5w_90{font-size:.875rem;color:hsl(var(--muted-foreground));text-align:center}._dropZone_fan5w_58:hover ._dropZoneText_fan5w_90,._dropZoneActive_fan5w_74 ._dropZoneText_fan5w_90{color:hsl(var(--foreground))}._imagePreview_fan5w_101{max-width:200px;border-radius:var(--radius);border:1px solid hsl(var(--border));margin-top:.75rem}._footer_fan5w_108{display:flex;justify-content:flex-end;gap:.75rem;padding-top:1rem;border-top:1px solid hsl(var(--border));margin-top:.5rem}._cancelButton_fan5w_117{border-color:hsl(var(--border));background-color:hsl(var(--background));color:hsl(var(--foreground))}._cancelButton_fan5w_117:hover{background-color:hsl(var(--muted) / .3)}._saveButton_fan5w_127{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500;padding:.5rem 1.5rem}._saveButton_fan5w_127:hover:not(:disabled){background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._container_g50hk_2{display:flex;flex-direction:column;gap:1.5rem}._addButton_g50hk_8{display:inline-flex;align-items:center;gap:.5rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._addButton_g50hk_8:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._grid_g50hk_22{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 640px){._grid_g50hk_22{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px){._grid_g50hk_22{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1024px){._grid_g50hk_22{grid-template-columns:repeat(5,1fr)}}._card_g50hk_46{position:relative;overflow:hidden;border-radius:var(--radius);border:1px solid hsl(var(--border));background-color:hsl(var(--background));transition:box-shadow .2s ease}._card_g50hk_46:hover{box-shadow:0 2px 8px hsl(var(--foreground) / .06)}._cardImage_g50hk_59{width:100%;aspect-ratio:1;-o-object-fit:cover;object-fit:cover}._cardImagePlaceholder_g50hk_65{width:100%;aspect-ratio:1;background-color:hsl(var(--muted) / .5);display:flex;align-items:center;justify-content:center}._cardImagePlaceholderText_g50hk_74{font-size:.875rem;color:hsl(var(--muted-foreground));text-align:center;padding:0 .5rem}._cardOverlay_g50hk_81{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0009;opacity:0;transition:opacity .2s ease;display:flex;align-items:center;justify-content:center}._card_g50hk_46:hover ._cardOverlay_g50hk_81{opacity:1}._cardActions_g50hk_96{display:flex;align-items:center;justify-content:center}._cardFooter_g50hk_102{padding:.75rem;text-align:center}._cardTitle_g50hk_107{font-size:.875rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:hsl(var(--foreground))}._emptyState_g50hk_117{text-align:center;padding:3rem 2rem;color:hsl(var(--muted-foreground));background-color:hsl(var(--muted) / .15);border-radius:var(--radius);border:1px dashed hsl(var(--border))}._emptyStateText_g50hk_126{font-size:.875rem}._deleteModalContent_g50hk_131{padding:0;overflow:hidden;gap:0}._deleteModalHeader_g50hk_137{padding:1.25rem 1.5rem;margin-bottom:0;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2);text-align:left}._deleteModalTitle_g50hk_145{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground))}._deleteModalTitleHighlight_g50hk_152{color:hsl(var(--accent));font-weight:700}._deleteModalBody_g50hk_157{padding:1.5rem}._deleteModalDescription_g50hk_161{font-size:.9375rem;line-height:1.5;color:hsl(var(--foreground))}._deleteModalFooter_g50hk_167{padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .15);gap:.75rem}._deleteModalCancel_g50hk_174{border-color:hsl(var(--border))}._deleteModalAction_g50hk_178{background-color:hsl(var(--accent))!important;color:hsl(var(--accent-foreground))!important;border:none;font-weight:600}._deleteModalAction_g50hk_178:hover{background-color:hsl(var(--accent) / .9)!important;color:hsl(var(--accent-foreground))!important}._content_dfnjp_2{max-width:28rem}._header_dfnjp_6{margin-bottom:0;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .15);margin-left:-1.5rem;margin-right:-1.5rem;padding:1.25rem 1.5rem;text-align:left}._title_dfnjp_18{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground))}._titleHighlight_dfnjp_25{color:hsl(var(--accent));font-weight:700}._body_dfnjp_30{padding:1.5rem 0;display:flex;flex-direction:column;gap:1.25rem}._fieldGroup_dfnjp_37{display:flex;flex-direction:column;gap:.5rem}._label_dfnjp_43{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._hiddenFileInput_dfnjp_49{position:absolute;width:0;height:0;opacity:0;overflow:hidden;pointer-events:none}._dropZone_dfnjp_58{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;min-height:8rem;padding:1.5rem;border:2px dashed hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--muted) / .2);cursor:pointer;transition:all .2s ease}._dropZone_dfnjp_58:hover,._dropZoneActive_dfnjp_74{border-color:hsl(var(--accent));background-color:hsl(var(--accent) / .08)}._dropZoneIcon_dfnjp_79{width:2rem;height:2rem;color:hsl(var(--muted-foreground))}._dropZone_dfnjp_58:hover ._dropZoneIcon_dfnjp_79,._dropZoneActive_dfnjp_74 ._dropZoneIcon_dfnjp_79{color:hsl(var(--accent))}._dropZoneText_dfnjp_90{font-size:.875rem;color:hsl(var(--muted-foreground));text-align:center}._dropZone_dfnjp_58:hover ._dropZoneText_dfnjp_90,._dropZoneActive_dfnjp_74 ._dropZoneText_dfnjp_90{color:hsl(var(--foreground))}._fileSelected_dfnjp_101{display:flex;flex-direction:column;gap:.75rem;padding:1rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--muted) / .1)}._fileSelectedRow_dfnjp_111{display:flex;align-items:center;justify-content:space-between;gap:.5rem}._fileSelectedInfo_dfnjp_118{display:flex;align-items:center;gap:.5rem;min-width:0}._fileSelectedIcon_dfnjp_125{width:1.25rem;height:1.25rem;color:hsl(var(--accent));flex-shrink:0}._fileSelectedName_dfnjp_132{font-size:.875rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:hsl(var(--foreground))}._filePreview_dfnjp_141{border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--muted) / .2);height:12rem;display:flex;align-items:center;justify-content:center}._filePreviewContent_dfnjp_151{text-align:center}._filePreviewIcon_dfnjp_155{width:3rem;height:3rem;color:hsl(var(--muted-foreground));margin-bottom:.5rem}._filePreviewText_dfnjp_162{font-size:.875rem;color:hsl(var(--muted-foreground))}._footer_dfnjp_167{display:flex;justify-content:flex-end;gap:.75rem;padding-top:1rem;border-top:1px solid hsl(var(--border));margin-top:.5rem}._cancelButton_dfnjp_176{border-color:hsl(var(--border));background-color:hsl(var(--background));color:hsl(var(--foreground))}._cancelButton_dfnjp_176:hover{background-color:hsl(var(--muted) / .3)}._saveButton_dfnjp_186{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500;padding:.5rem 1.5rem}._saveButton_dfnjp_186:hover:not(:disabled){background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._container_16d85_2{display:flex;flex-direction:column;gap:1.5rem}._addButton_16d85_8{display:inline-flex;align-items:center;gap:.5rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._addButton_16d85_8:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._grid_16d85_22{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 640px){._grid_16d85_22{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px){._grid_16d85_22{grid-template-columns:repeat(4,1fr)}}._card_16d85_40{position:relative;overflow:hidden;border-radius:var(--radius);border:1px solid hsl(var(--border));background-color:hsl(var(--background));transition:box-shadow .2s ease}._card_16d85_40:hover{box-shadow:0 2px 8px hsl(var(--foreground) / .06)}._cardThumb_16d85_53{aspect-ratio:4/3;background-color:hsl(var(--muted) / .3);display:flex;align-items:center;justify-content:center;border-bottom:1px solid hsl(var(--border))}._cardThumbContent_16d85_62{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}._cardThumbIcon_16d85_70{width:4rem;height:4rem;color:hsl(var(--muted-foreground));margin-bottom:.5rem}._cardThumbFileName_16d85_77{font-size:.75rem;color:hsl(var(--muted-foreground));text-align:center;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._cardFooter_16d85_87{padding:.75rem;text-align:center}._cardTitle_16d85_92{font-size:.875rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:hsl(var(--foreground))}._cardOverlay_16d85_101{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0009;opacity:0;transition:opacity .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}._card_16d85_40:hover ._cardOverlay_16d85_101{opacity:1}._cardActionButton_16d85_117{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground));border:none}._cardActionButton_16d85_117:hover{background-color:hsl(var(--muted-foreground) / .2);color:hsl(var(--background))}._cardActionDelete_16d85_128{background-color:hsl(var(--destructive))!important;color:hsl(var(--destructive-foreground))!important}._cardActionDelete_16d85_128:hover{background-color:hsl(var(--destructive) / .9)!important;color:hsl(var(--destructive-foreground))!important}._emptyState_16d85_138{text-align:center;padding:3rem 2rem;color:hsl(var(--muted-foreground));background-color:hsl(var(--muted) / .15);border-radius:var(--radius);border:1px dashed hsl(var(--border))}._emptyStateText_16d85_147{font-size:.875rem}._deleteModalContent_16d85_152{padding:0;overflow:hidden;gap:0}._deleteModalHeader_16d85_158{padding:1.25rem 1.5rem;margin-bottom:0;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2);text-align:left}._deleteModalTitle_16d85_166{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground))}._deleteModalTitleHighlight_16d85_173{color:hsl(var(--accent));font-weight:700}._deleteModalBody_16d85_178{padding:1.5rem}._deleteModalDescription_16d85_182{font-size:.9375rem;line-height:1.5;color:hsl(var(--foreground))}._deleteModalFooter_16d85_188{padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .15);gap:.75rem}._deleteModalCancel_16d85_195{border-color:hsl(var(--border))}._deleteModalAction_16d85_199{background-color:hsl(var(--accent))!important;color:hsl(var(--accent-foreground))!important;border:none;font-weight:600}._deleteModalAction_16d85_199:hover{background-color:hsl(var(--accent) / .9)!important;color:hsl(var(--accent-foreground))!important}._viewModalHeader_16d85_212{margin-bottom:0;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .15);margin-left:-1.5rem;margin-right:-1.5rem;padding:1.25rem 1.5rem;text-align:left}._viewModalTitle_16d85_224{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground))}._viewModalTitleHighlight_16d85_231{color:hsl(var(--accent));font-weight:700}._viewModalPreview_16d85_236{border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--muted) / .2);height:20rem;display:flex;align-items:center;justify-content:center}._viewModalPreviewContent_16d85_246{text-align:center}._viewModalPreviewIcon_16d85_250{width:5rem;height:5rem;color:hsl(var(--muted-foreground));margin-bottom:1rem}._viewModalDownloadButton_16d85_257{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._viewModalDownloadButton_16d85_257:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._container_145oj_2{display:flex;flex-direction:column;gap:1.5rem}._filters_145oj_8{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem}._filterGroup_145oj_15{display:flex;flex-direction:column;gap:.375rem}._filterLabel_145oj_21{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._dateTrigger_145oj_27{width:11rem;justify-content:flex-start;font-weight:400}._dateTriggerPlaceholder_145oj_33{color:hsl(var(--muted-foreground))}._filterButton_145oj_37{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500;border:none}._filterButton_145oj_37:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._clearButton_145oj_49{border-color:hsl(var(--border));color:hsl(var(--muted-foreground))}._clearButton_145oj_49:hover{background-color:hsl(var(--muted) / .3);color:hsl(var(--foreground))}._tableCard_145oj_60{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden;background-color:hsl(var(--background))}._tableHeader_145oj_67{display:grid;grid-template-columns:6.5rem 5rem 8rem 7rem 1fr;gap:1rem;padding:.75rem 1rem;background-color:#0c333c;color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}._logRow_145oj_80{display:grid;grid-template-columns:6.5rem 5rem 8rem 7rem 1fr;gap:1rem;padding:.75rem 1rem;font-size:.875rem;border-bottom:1px solid hsl(var(--border));align-items:center;transition:background-color .15s ease}._logRow_145oj_80:hover{background-color:hsl(var(--muted) / .3)}._logRow_145oj_80:last-child{border-bottom:none}._logData_145oj_99{color:hsl(var(--foreground))}._logHora_145oj_103{color:hsl(var(--muted-foreground))}._logUsuario_145oj_107{font-weight:500;color:hsl(var(--foreground))}._logAcao_145oj_112{font-weight:500}._logAcaoAdd_145oj_116{color:hsl(var(--accent))}._logAcaoEdit_145oj_120{color:#f59f0a}._logAcaoDelete_145oj_124{color:hsl(var(--destructive))}._logAcaoDefault_145oj_128{color:hsl(var(--foreground))}._logDetalhes_145oj_132{color:hsl(var(--muted-foreground))}._emptyState_145oj_136{padding:3rem 2rem;text-align:center;color:hsl(var(--muted-foreground));font-size:.875rem}._pagination_145oj_144{display:flex;align-items:center;justify-content:flex-end;gap:.25rem;flex-wrap:wrap}._paginationBtn_145oj_152{min-width:2rem;height:2rem;padding:0 .5rem}._paginationBtnActive_145oj_158{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._paginationBtnActive_145oj_158:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._paginationInfo_145oj_169{font-size:.875rem;color:hsl(var(--muted-foreground));margin-right:1rem}._pageContainer_1nmp4_2{display:flex;flex-direction:column;gap:1.5rem}._header_1nmp4_8{display:flex;align-items:center;gap:.75rem}._headerButton_1nmp4_14{flex-shrink:0}._headerIcon_1nmp4_18{width:1.25rem;height:1.25rem}._titleGroup_1nmp4_23{display:flex;flex-direction:column;gap:.25rem}._title_1nmp4_23{font-size:1.5rem;font-weight:700;color:hsl(var(--foreground));line-height:1.3}._breadcrumb_1nmp4_36{font-size:.875rem;color:hsl(var(--muted-foreground))}._formCard_1nmp4_42{padding:1.5rem}._sectionTitle_1nmp4_46{font-size:1rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid hsl(var(--border))}._formGrid_1nmp4_55{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}@media (min-width: 640px){._formGrid_1nmp4_55{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){._formGrid_1nmp4_55{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1280px){._formGrid_1nmp4_55{grid-template-columns:repeat(4,1fr)}}._formGridWide_1nmp4_80{grid-column:1 / -1}@media (min-width: 1024px){._formGridWide_1nmp4_80{grid-column:span 2}}._fieldGroup_1nmp4_90{display:flex;flex-direction:column;gap:.5rem}._fieldGroupAvaliacao_1nmp4_96{display:flex;align-items:flex-start;gap:.5rem}._fieldGroupAvaliacao_1nmp4_96>div:first-child{flex:1}._helpButton_1nmp4_106{flex-shrink:0;color:hsl(var(--primary))}._helpButton_1nmp4_106:hover{color:hsl(var(--primary) / .8)}._inputReadOnly_1nmp4_115{background-color:hsl(var(--muted) / .5);cursor:not-allowed}._displayPrice_1nmp4_120{display:flex;align-items:center;font-size:.875rem;color:hsl(var(--muted-foreground));align-self:flex-end}._displayPriceValue_1nmp4_128{font-weight:600;color:hsl(var(--primary));margin-left:.25rem}._saveButtonWrapper_1nmp4_134{display:flex;justify-content:flex-end}._saveButton_1nmp4_134{display:inline-flex;align-items:center;gap:.5rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));padding:.5rem 2rem;font-weight:500}._saveButton_1nmp4_134:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._saveIcon_1nmp4_154{width:1rem;height:1rem}._tabsCard_1nmp4_160{overflow:hidden}._tabsList_1nmp4_164{display:flex;justify-content:flex-start;align-items:stretch;background-color:hsl(var(--muted) / .2);border-bottom:1px solid hsl(var(--border));padding:0;gap:0;flex-wrap:wrap;overflow:hidden;min-height:3.5rem}._tabTrigger_1nmp4_177{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;line-height:1.25;font-size:.875rem;font-weight:500;border:none;border-radius:0;margin:0;transition:background-color .2s ease,color .2s ease}._tabTrigger_1nmp4_177:first-child{border-radius:var(--radius) 0 0 0}._tabTrigger_1nmp4_177:disabled{opacity:.5;cursor:not-allowed}._tabTrigger_1nmp4_177[data-state=inactive]:not(:disabled){background-color:hsl(var(--muted) / .4);color:hsl(var(--muted-foreground))}._tabTrigger_1nmp4_177[data-state=inactive]:not(:disabled):hover{background-color:hsl(var(--muted) / .5);color:hsl(var(--foreground))}._tabTrigger_1nmp4_177[data-state=active]{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:600}._tabIcon_1nmp4_219{width:1rem;height:1rem;flex-shrink:0}._tabsContent_1nmp4_225{padding:1.5rem;min-height:300px}._tabContentInner_1nmp4_230{margin-top:0}._emptyState_1nmp4_234{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:250px;color:hsl(var(--muted-foreground));text-align:center;gap:.5rem}._emptyStateIcon_1nmp4_245{width:3rem;height:3rem;color:hsl(var(--muted))}._helpModalContent_1nmp4_252{padding:1rem 0}._helpSection_1nmp4_256{margin-bottom:1.5rem}._helpSection_1nmp4_256:last-child{margin-bottom:0}._helpSectionTitle_1nmp4_264{font-weight:600;text-align:center;margin-bottom:.5rem;color:hsl(var(--foreground))}._helpSectionText_1nmp4_271{font-size:.875rem;color:hsl(var(--muted-foreground));text-align:center;line-height:1.5}._dialogContent_7rs5i_2{max-width:52rem;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;padding:0;gap:0}._dialogHeader_7rs5i_12{padding:1.25rem 1.5rem;margin-bottom:0;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .15);text-align:left}._dialogTitle_7rs5i_20{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground))}._titleHighlight_7rs5i_27{color:hsl(var(--accent));font-weight:700}._body_7rs5i_32{flex:1;overflow:hidden;display:flex;flex-direction:column;padding:1.5rem;gap:1rem}._tableCard_7rs5i_41{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden;flex:1;display:flex;flex-direction:column}._tableHeader_7rs5i_50{display:grid;grid-template-columns:6.5rem 5rem 10rem 1fr;gap:.5rem;padding:.75rem 1rem;background-color:#0c333c;color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}._tableWrapper_7rs5i_63{flex:1;overflow:auto}._logRow_7rs5i_68{display:grid;grid-template-columns:6.5rem 5rem 10rem 1fr;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid hsl(var(--border));font-size:.875rem;align-items:center;transition:background-color .15s ease}._logRow_7rs5i_68:hover{background-color:hsl(var(--muted) / .3)}._logRow_7rs5i_68:last-child{border-bottom:none}._dateCell_7rs5i_87{color:hsl(var(--foreground))}._timeCell_7rs5i_91{color:hsl(var(--muted-foreground))}._userCell_7rs5i_95{font-weight:500;color:hsl(var(--foreground))}._actionCell_7rs5i_100{display:flex;flex-wrap:wrap;gap:.25rem}._actionEdited_7rs5i_106{color:#f59f0a;font-weight:500}._actionDeleted_7rs5i_111{color:hsl(var(--destructive));font-weight:500}._actionAdded_7rs5i_116{color:hsl(var(--accent));font-weight:500}._actionDefault_7rs5i_121{color:hsl(var(--foreground));font-weight:500}._descriptionText_7rs5i_126{color:hsl(var(--muted-foreground))}._emptyState_7rs5i_130{text-align:center;color:hsl(var(--muted-foreground));padding:3rem 2rem;font-size:.875rem}._footer_7rs5i_138{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .1)}._paginationInfo_7rs5i_147{font-size:.875rem;color:hsl(var(--muted-foreground))}._pagination_7rs5i_147{display:flex;align-items:center;gap:.25rem}._paginationBtn_7rs5i_158{min-width:2rem;height:2rem;padding:0 .5rem}._paginationBtnActive_7rs5i_164{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._paginationBtnActive_7rs5i_164:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._ellipsis_7rs5i_175{padding:0 .5rem;color:hsl(var(--muted-foreground))}._wideModal_1w542_2{max-width:36rem;max-height:85vh;overflow:hidden;padding:0;gap:0}._narrowModal_1w542_10{max-width:28rem;padding:0;gap:0}._header_1w542_16{padding:1.25rem 1.5rem;margin-bottom:0;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .15);text-align:left}._title_1w542_24{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground))}._titleHighlight_1w542_31{color:hsl(var(--accent));font-weight:700}._formBody_1w542_36{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem;max-height:calc(85vh - 10rem);overflow-y:auto}._fieldGroup_1w542_45{display:flex;flex-direction:column;gap:.5rem}._label_1w542_51{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._gridTwoCols_1w542_57{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._footer_1w542_63{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .1)}._cancelButton_1w542_72{border-color:hsl(var(--border));background-color:hsl(var(--background));color:hsl(var(--foreground))}._saveButton_1w542_78{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500;padding:.5rem 1.5rem}._saveButton_1w542_78:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._comboButton_1w542_90{width:100%;justify-content:space-between;height:auto;min-height:2.5rem;font-weight:400}._comboButton_1w542_90:hover{background-color:hsl(var(--background))}._tagsWrapper_1w542_102{display:flex;flex-wrap:wrap;gap:.25rem}._tagBadge_1w542_108{margin-right:.25rem}._tagRemoveBtn_1w542_112{margin-left:.25rem;border-radius:9999px;outline:none}._tagRemoveBtn_1w542_112:focus{box-shadow:0 0 0 2px hsl(var(--ring)),0 0 0 4px hsl(var(--background))}._tagRemoveIcon_1w542_122{height:.75rem;width:.75rem;color:hsl(var(--muted-foreground))}._tagRemoveIcon_1w542_122:hover{color:hsl(var(--foreground))}._placeholderText_1w542_132{color:hsl(var(--muted-foreground))}._chevronIcon_1w542_136{height:1rem;width:1rem;flex-shrink:0;opacity:.5}._popoverContent_1w542_143{width:100%;padding:0;background-color:hsl(var(--background));border:1px solid hsl(var(--border));box-shadow:0 4px 6px -1px #0000001a;z-index:50}._popoverList_1w542_152{padding:.5rem;display:flex;flex-direction:column;gap:.25rem}._popoverItem_1w542_159{display:flex;align-items:center;gap:.5rem;padding:.375rem .5rem;border-radius:var(--radius);cursor:pointer}._popoverItem_1w542_159:hover,._popoverItemSelected_1w542_174{background-color:hsl(var(--muted))}._checkboxLabel_1w542_178{font-weight:400;cursor:pointer;flex:1}._checkboxLabelSm_1w542_184{font-weight:400;cursor:pointer;flex:1;font-size:.875rem;line-height:1.25rem}._ddiTrigger_1w542_192{width:110px;justify-content:space-between;padding-left:.5rem;padding-right:.5rem}._ddiTrigger_1w542_192:hover{background-color:hsl(var(--background))}._ddiFlag_1w542_203{font-size:1.25rem;line-height:1}._ddiCode_1w542_208{font-size:.875rem;line-height:1.25rem}._ddiChevron_1w542_213{height:.75rem;width:.75rem;flex-shrink:0;opacity:.5}._ddiPopover_1w542_220{width:250px;padding:0;background-color:hsl(var(--background));border:1px solid hsl(var(--border));box-shadow:0 4px 6px -1px #0000001a;z-index:50}._ddiSearchWrapper_1w542_229{padding:.5rem;border-bottom:1px solid hsl(var(--border))}._ddiSearchInner_1w542_234{position:relative}._ddiSearchIcon_1w542_238{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);height:1rem;width:1rem;color:hsl(var(--muted-foreground))}._ddiCountryItem_1w542_248{display:flex;align-items:center;gap:.5rem;padding:.375rem .5rem;border-radius:var(--radius);cursor:pointer}._ddiCountryItem_1w542_248:hover,._ddiCountryItemSelected_1w542_263{background-color:hsl(var(--muted))}._ddiCountryName_1w542_267{flex:1;font-size:.875rem;line-height:1.25rem}._ddiCountryCode_1w542_273{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._phoneRow_1w542_279,._colorRow_1w542_284{display:flex;gap:.5rem}._colorInput_1w542_289{width:3rem;height:2.5rem;padding:.25rem;cursor:pointer}._scrollArea_1w542_296{height:200px}._scrollAreaInner_1w542_300{padding:.25rem}._acoesPopoverContent_1w542_304{width:100%;padding:0;background-color:hsl(var(--background));border:1px solid hsl(var(--border));box-shadow:0 4px 6px -1px #0000001a;z-index:50}._alertContent_1yqdx_2{max-width:420px;padding:0;gap:0;overflow:hidden}._header_1yqdx_10{padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .3)}._title_1yqdx_16{font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin:0}._body_1yqdx_24{padding:1.5rem}._description_1yqdx_28{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.5}._footer_1yqdx_35{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._cancelButton_1yqdx_44{border-color:hsl(var(--border));color:hsl(var(--muted-foreground))}._confirmButton_1yqdx_49{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._confirmButton_1yqdx_49:hover{background-color:hsl(var(--accent) / .9)}._dialogContent_vmm2t_1{max-width:28rem}._dialogTitle_vmm2t_5{text-align:center}._titleHighlight_vmm2t_9{color:hsl(var(--primary))}._formBody_vmm2t_13{display:flex;flex-direction:column;gap:1rem;padding-top:1rem;padding-bottom:1rem}._description_vmm2t_21{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground));text-align:center}._statusName_vmm2t_28{font-weight:600;color:hsl(var(--foreground))}._statusOption_vmm2t_33{display:flex;align-items:center;gap:.5rem}._statusDot_vmm2t_39{width:.75rem;height:.75rem;border-radius:9999px}._actionsSection_vmm2t_45{display:flex;flex-direction:column;gap:.75rem}._actionsDescription_vmm2t_51{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground));text-align:center}._actionsContainer_vmm2t_58{display:flex;flex-direction:column;gap:.5rem}._actionCard_vmm2t_64{border:1px solid hsl(var(--border));border-radius:var(--radius);padding:.75rem;background-color:hsl(var(--muted) / .3)}._actionCardInner_vmm2t_71{display:flex;align-items:flex-start;gap:.5rem}._actionCardContent_vmm2t_77{flex:1}._actionLabel_vmm2t_81{font-weight:500;font-size:.875rem;line-height:1.25rem}._actionDescription_vmm2t_87{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground));margin-top:.25rem}._actionIcon_vmm2t_94{width:1rem;height:1rem;color:hsl(var(--muted-foreground));flex-shrink:0;margin-top:.125rem}._footerRow_vmm2t_102{display:flex;gap:.5rem}@media (min-width: 640px){._footerRow_vmm2t_102{gap:.5rem}}._footerBtn_vmm2t_113{flex:1}._pageContainer_ael98_1{display:flex;flex-direction:column;gap:1.5rem}._header_ael98_7{display:flex;align-items:center;gap:.75rem}._headerIcon_ael98_13{width:1.5rem;height:1.5rem;color:hsl(var(--accent))}._title_ael98_19{font-size:1.5rem;line-height:2rem;font-weight:700;color:hsl(var(--foreground))}._cardBody_ael98_26{padding:1.5rem}._tabsScrollContainer_ael98_31{overflow-x:auto;margin-bottom:1.5rem;margin-left:-.25rem;margin-right:-.25rem;padding-left:.25rem;padding-right:.25rem;scrollbar-width:thin}._tabsList_ael98_41{display:inline-flex;height:auto;gap:.25rem;background:transparent;padding:0;white-space:nowrap;min-width:-moz-max-content;min-width:max-content}._tabTrigger_ael98_51{padding:.5rem 1rem;border-radius:var(--radius);font-size:.875rem;line-height:1.25rem;flex-shrink:0;background-color:hsl(var(--muted) / .5);color:hsl(var(--muted-foreground));font-weight:500;transition:background-color .15s,color .15s}._tabTrigger_ael98_51:hover{background-color:hsl(var(--muted) / .8)}._tabTrigger_ael98_51[data-state=active]{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._subTabsContainer_ael98_75{margin-bottom:1.5rem}._subTabsRow_ael98_79{display:flex;width:100%;border-radius:var(--radius);overflow:hidden}._subTabButton_ael98_86{flex:1;padding:.625rem 1rem;font-size:.875rem;line-height:1.25rem;transition:background-color .15s,color .15s;border:none;cursor:pointer;font-weight:500}._subTabActive_ael98_99{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._subTabInactive_ael98_104{background-color:hsl(var(--muted) / .6);color:hsl(var(--muted-foreground))}._subTabInactive_ael98_104:hover{background-color:hsl(var(--muted) / .9)}._actionsRow_ael98_114{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;flex-wrap:wrap;gap:.75rem}._actionsLeft_ael98_123{display:flex;align-items:center;gap:.75rem}._cadastrarButton_ael98_129{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._cadastrarButton_ael98_129:hover:not(:disabled){background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._cadastrarButton_ael98_129:disabled{opacity:.5}._logsButton_ael98_144{border-color:hsl(var(--border));color:hsl(var(--foreground))}._searchWrapper_ael98_149{position:relative;width:16rem}._searchIcon_ael98_154{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);height:1rem;width:1rem;color:hsl(var(--muted-foreground))}._tableCard_ael98_165{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._tableHeaderAccent_ael98_171,._tableHeaderAccent_ael98_171:hover,._tableHeaderAccent_ael98_171 td,._tableHeaderAccent_ael98_171 th,._tableHeaderAccent_ael98_171:hover td,._tableHeaderAccent_ael98_171:hover th{background-color:#0c333c!important}._tableHeadCell_ael98_189{font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;color:#fff;padding:.75rem 1rem}._tableHeadCellCenter_ael98_198{font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;text-align:center;color:#fff;padding:.75rem 1rem}._tableHeadCellActions_ael98_208{font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;text-align:center;width:7rem;color:#fff;padding:.75rem 1rem}._tableCell_ael98_219{padding:.75rem 1rem;font-size:.875rem;color:hsl(var(--foreground));border-bottom:1px solid hsl(var(--border))}._primaryText_ael98_226{color:hsl(var(--foreground));font-size:.875rem}._centerCell_ael98_231{text-align:center}._actionsCell_ael98_235{display:flex;align-items:center;justify-content:center;gap:.5rem}._editActionBtn_ael98_242{height:2rem;width:2rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._editActionBtn_ael98_242:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._deleteActionBtn_ael98_255{height:2rem;width:2rem;border:1px solid hsl(var(--border));color:hsl(var(--destructive));background-color:transparent}._deleteActionBtn_ael98_255:hover{background-color:hsl(var(--destructive) / .1);color:hsl(var(--destructive));border-color:hsl(var(--destructive) / .5)}._emptyCell_ael98_269{text-align:center;color:hsl(var(--muted-foreground));padding-top:2rem;padding-bottom:2rem}._switchRosa_ael98_277[data-state=checked]{background-color:hsl(var(--accent))}._switchRosa_ael98_277[data-state=checked]:hover{background-color:hsl(var(--accent) / .9)}._statusBadge_ael98_286{display:inline-block;padding:.25rem .75rem;border-radius:9999px;color:#fff;font-size:.875rem;line-height:1.25rem;font-weight:500}._tabContentInner_ael98_297{margin-top:0}._dialogContent_1tivt_2{max-width:560px;padding:0;gap:0;overflow:hidden}._header_1tivt_10{display:flex;flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .3)}._title_1tivt_19{font-size:1.125rem;font-weight:400;color:hsl(var(--foreground));margin:0}._titleHighlight_1tivt_26{font-weight:700;color:hsl(var(--accent))}._body_1tivt_32{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}._formGrid_1tivt_39{display:grid;grid-template-columns:1fr 140px 100px;gap:1rem;align-items:end}@media (max-width: 560px){._formGrid_1tivt_39{grid-template-columns:1fr}}._fieldGroup_1tivt_52{display:flex;flex-direction:column;gap:.5rem}._label_1tivt_58{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._codigoInput_1tivt_64{text-align:center;font-weight:700;color:hsl(var(--primary))}._statusRow_1tivt_70{display:flex;align-items:center;height:2.5rem}._switchRosa_1tivt_77[data-state=checked]{background-color:hsl(var(--accent))}._switchRosa_1tivt_77[data-state=checked]:hover{background-color:hsl(var(--accent) / .9)}._hint_1tivt_85{font-size:.8125rem;line-height:1.4;color:hsl(var(--muted-foreground));padding:.75rem 1rem;background-color:hsl(var(--muted) / .4);border-radius:var(--radius);border-left:3px solid hsl(var(--accent))}._footer_1tivt_96{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._cancelButton_1tivt_105{border-color:hsl(var(--border));color:hsl(var(--muted-foreground))}._cancelButton_1tivt_105:hover{background-color:hsl(var(--muted) / .5);color:hsl(var(--foreground))}._saveButton_1tivt_115{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._saveButton_1tivt_115:hover:not(:disabled){background-color:hsl(var(--accent) / .9)}._saveButton_1tivt_115:disabled{opacity:.5;cursor:not-allowed}._dialogContent_8190b_2{max-width:900px;max-height:85vh;padding:0;gap:0;overflow:hidden;display:flex;flex-direction:column}._header_8190b_13{display:flex;flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .3);flex-shrink:0}._title_8190b_23{font-size:1.125rem;font-weight:400;color:hsl(var(--foreground));margin:0}._titleHighlight_8190b_30{font-weight:700;color:hsl(var(--accent))}._body_8190b_36{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;overflow-y:auto;flex:1}._filtersRow_8190b_46{display:flex;align-items:flex-end;gap:1rem;flex-wrap:wrap}._filterGroup_8190b_53{display:flex;flex-direction:column;gap:.5rem}._filterLabel_8190b_59{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._clearButton_8190b_65{border-color:hsl(var(--border));color:hsl(var(--muted-foreground))}._clearButton_8190b_65:hover{background-color:hsl(var(--muted) / .5);color:hsl(var(--foreground))}._tableCard_8190b_76{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._tableHeaderRow_8190b_82,._tableHeaderRow_8190b_82:hover,._tableHeaderRow_8190b_82 td,._tableHeaderRow_8190b_82 th,._tableHeaderRow_8190b_82:hover td,._tableHeaderRow_8190b_82:hover th{background-color:#0c333c!important}._tableHeadCell_8190b_100{font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;color:#fff;padding:.75rem 1rem}._tableCell_8190b_109{font-size:.875rem;color:hsl(var(--foreground));padding:.75rem 1rem}._acaoAdicionou_8190b_116{display:inline-flex;align-items:center;padding:.25rem .625rem;font-size:.75rem;font-weight:600;border-radius:9999px;background-color:#16a24926;color:#12873d}._acaoEditou_8190b_127{display:inline-flex;align-items:center;padding:.25rem .625rem;font-size:.75rem;font-weight:600;border-radius:9999px;background-color:#f59f0a26;color:#ab6f07}._acaoDeletou_8190b_138{display:inline-flex;align-items:center;padding:.25rem .625rem;font-size:.75rem;font-weight:600;border-radius:9999px;background-color:hsl(var(--destructive) / .15);color:hsl(var(--destructive))}._acaoDefault_8190b_149{display:inline-flex;align-items:center;padding:.25rem .625rem;font-size:.75rem;font-weight:600;border-radius:9999px;background-color:hsl(var(--muted));color:hsl(var(--muted-foreground))}._detalhesText_8190b_160{font-size:.8125rem;color:hsl(var(--muted-foreground));max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._emptyCell_8190b_169{text-align:center;color:hsl(var(--muted-foreground));padding:2rem 1rem}._footer_8190b_176{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2);flex-shrink:0}._paginationInfo_8190b_186{font-size:.875rem;color:hsl(var(--muted-foreground))}._pagination_8190b_186{display:flex;align-items:center;gap:.25rem}._paginationBtn_8190b_197{min-width:2rem;height:2rem;padding:0 .5rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;border:1px solid hsl(var(--border));background-color:transparent;color:hsl(var(--foreground));cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}._paginationBtn_8190b_197:hover:not(:disabled){background-color:hsl(var(--muted) / .5)}._paginationBtn_8190b_197:disabled{opacity:.5;cursor:not-allowed}._paginationBtnActive_8190b_223{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border-color:hsl(var(--accent))}._paginationBtnActive_8190b_223:hover:not(:disabled){background-color:hsl(var(--accent) / .9)}._acaoPrimary_8190b_234{font-weight:500;color:hsl(var(--primary))}._paginationWrap_8190b_239{margin-top:1rem}._paginationPrevDisabled_8190b_243{pointer-events:none;opacity:.5}._paginationPrevEnabled_8190b_248{cursor:pointer}._paginationNextDisabled_8190b_252{pointer-events:none;opacity:.5}._paginationNextEnabled_8190b_257,._paginationLink_8190b_261{cursor:pointer}._dialogContent_q5nlm_2{max-width:480px;padding:0;gap:0;overflow:hidden}._header_q5nlm_10{display:flex;flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .3)}._title_q5nlm_19{font-size:1.125rem;font-weight:400;color:hsl(var(--foreground));margin:0;text-align:center}._titleHighlight_q5nlm_27{font-weight:700;color:hsl(var(--accent))}._body_q5nlm_33{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}._formRow_q5nlm_40{display:flex;gap:1rem}._fieldGroup_q5nlm_45{display:flex;flex-direction:column;gap:.5rem}._fieldGroupSmall_q5nlm_51{display:flex;flex-direction:column;gap:.5rem;width:5rem}._fieldGroupFlex_q5nlm_58{display:flex;flex-direction:column;gap:.5rem;flex:1}._label_q5nlm_65{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._disabledInput_q5nlm_71{background-color:hsl(var(--muted) / .5);color:hsl(var(--muted-foreground))}._footer_q5nlm_77{display:flex;justify-content:center;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._cancelButton_q5nlm_86{border-color:hsl(var(--border));color:hsl(var(--muted-foreground))}._cancelButton_q5nlm_86:hover{background-color:hsl(var(--muted) / .5);color:hsl(var(--foreground))}._saveButton_q5nlm_96{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._saveButton_q5nlm_96:hover:not(:disabled){background-color:hsl(var(--accent) / .9)}._saveButton_q5nlm_96:disabled{opacity:.5;cursor:not-allowed}._dialogContent_lj5fu_2{max-width:700px;max-height:85vh;padding:0;gap:0;overflow:hidden;display:flex;flex-direction:column}._header_lj5fu_13{display:flex;flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .3);flex-shrink:0}._title_lj5fu_23{font-size:1.125rem;font-weight:400;color:hsl(var(--foreground));margin:0;text-align:center}._titleHighlight_lj5fu_31{font-weight:700;color:hsl(var(--accent))}._body_lj5fu_37{padding:1rem 1.5rem;display:flex;flex-direction:column;gap:0;overflow-y:auto;flex:1}._logRow_lj5fu_47{display:grid;grid-template-columns:90px 60px 1fr 1fr;gap:.75rem;padding:.625rem 0;border-bottom:1px solid hsl(var(--border) / .5);font-size:.875rem}._logData_lj5fu_56,._logHora_lj5fu_60{color:hsl(var(--muted-foreground))}._logUsuario_lj5fu_64{color:hsl(var(--foreground));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._logAcao_lj5fu_71{display:flex;gap:.25rem}._acaoAdicionou_lj5fu_77{color:#16a249;font-weight:500}._acaoEditou_lj5fu_82{color:#dc8f09;font-weight:500}._acaoDeletou_lj5fu_87{color:hsl(var(--destructive));font-weight:500}._acaoDefault_lj5fu_92{color:hsl(var(--muted-foreground));font-weight:500}._acaoDetalhes_lj5fu_97{color:hsl(var(--muted-foreground))}._emptyState_lj5fu_102{text-align:center;color:hsl(var(--muted-foreground));padding:2rem}._footer_lj5fu_109{display:flex;align-items:center;justify-content:flex-end;padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2);flex-shrink:0}._pagination_lj5fu_119{display:flex;align-items:center;gap:.25rem}._paginationBtn_lj5fu_125{min-width:2rem;height:2rem;padding:0 .5rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;border:1px solid hsl(var(--border));background-color:transparent;color:hsl(var(--foreground));cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}._paginationBtn_lj5fu_125:hover:not(:disabled){background-color:hsl(var(--muted) / .5)}._paginationBtn_lj5fu_125:disabled{opacity:.5;cursor:not-allowed}._paginationBtnActive_lj5fu_151{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border-color:hsl(var(--accent))}._paginationBtnActive_lj5fu_151:hover:not(:disabled){background-color:hsl(var(--accent) / .9)}._ellipsis_lj5fu_161{padding:0 .5rem;color:hsl(var(--muted-foreground))}._container_sqxj2_2{display:flex;flex-direction:column;gap:1rem}._searchSection_sqxj2_9{display:flex;flex-direction:column;gap:.5rem}._searchLabel_sqxj2_15{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._searchRow_sqxj2_21{display:flex;align-items:center;gap:.5rem}._searchWrapper_sqxj2_27{position:relative;flex:1}._searchInput_sqxj2_32{padding-right:2.5rem}._searchButton_sqxj2_36{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));flex-shrink:0}._searchButton_sqxj2_36:hover{background-color:hsl(var(--accent) / .9)}._treeContainer_sqxj2_47{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._avoRow_sqxj2_54{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;cursor:pointer;transition:background-color .15s;background-color:#0c333c;border-bottom:1px solid hsl(var(--border) / .3)}._avoRow_sqxj2_54:hover{background-color:#0a2930}._avoRow_sqxj2_54:last-child{border-bottom:none}._avoLeft_sqxj2_73{display:flex;align-items:center;gap:.5rem}._avoIcon_sqxj2_79{width:1rem;height:1rem;color:#fff}._avoName_sqxj2_85{font-weight:600;color:#fff;text-transform:uppercase;font-size:.875rem;letter-spacing:.02em}._avoAddBtn_sqxj2_93{height:1.75rem;width:1.75rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._avoAddBtn_sqxj2_93:hover{background-color:hsl(var(--accent) / .9)}._paiRow_sqxj2_106{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem .75rem 2rem;cursor:pointer;transition:background-color .15s;background-color:hsl(var(--muted) / .5);border-bottom:1px solid hsl(var(--border) / .5)}._paiRow_sqxj2_106:hover{background-color:hsl(var(--muted) / .7)}._paiLeft_sqxj2_122{display:flex;align-items:center;gap:.5rem}._paiIcon_sqxj2_128{width:1rem;height:1rem;color:hsl(var(--foreground))}._paiIconPlaceholder_sqxj2_134{width:1rem}._paiName_sqxj2_138{font-size:.875rem;color:hsl(var(--foreground))}._paiActions_sqxj2_143{display:flex;align-items:center;gap:.25rem}._paiAddBtn_sqxj2_149{height:1.75rem;width:1.75rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._paiAddBtn_sqxj2_149:hover{background-color:hsl(var(--accent) / .9)}._paiEditBtn_sqxj2_161{height:1.75rem;width:1.75rem;background-color:transparent;border:1px solid hsl(var(--border));color:hsl(var(--accent))}._paiEditBtn_sqxj2_161:hover{background-color:hsl(var(--accent) / .1)}._paiDeleteBtn_sqxj2_173{height:1.75rem;width:1.75rem;background-color:transparent;border:1px solid hsl(var(--border));color:hsl(var(--destructive))}._paiDeleteBtn_sqxj2_173:hover{background-color:hsl(var(--destructive) / .1);border-color:hsl(var(--destructive) / .5)}._filhoRow_sqxj2_187{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem .75rem 4rem;transition:background-color .15s;background-color:hsl(var(--background));border-bottom:1px solid hsl(var(--border) / .3)}._filhoRow_sqxj2_187:hover{background-color:hsl(var(--muted) / .3)}._filhoName_sqxj2_202{font-size:.875rem;color:hsl(var(--foreground))}._filhoActions_sqxj2_207{display:flex;align-items:center;gap:.25rem}._filhoEditBtn_sqxj2_213{height:1.75rem;width:1.75rem;background-color:transparent;border:1px solid hsl(var(--border));color:hsl(var(--accent))}._filhoEditBtn_sqxj2_213:hover{background-color:hsl(var(--accent) / .1)}._filhoDeleteBtn_sqxj2_225{height:1.75rem;width:1.75rem;background-color:transparent;border:1px solid hsl(var(--border));color:hsl(var(--destructive))}._filhoDeleteBtn_sqxj2_225:hover{background-color:hsl(var(--destructive) / .1);border-color:hsl(var(--destructive) / .5)}._logsSection_sqxj2_239{display:flex;justify-content:flex-start}._logsButton_sqxj2_244{display:inline-flex;align-items:center;gap:.5rem;border-color:hsl(var(--border));color:hsl(var(--foreground))}._dialogContent_ih14b_2{max-width:640px;padding:0;gap:0;overflow:hidden}._header_ih14b_10{display:flex;flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .3)}._title_ih14b_19{font-size:1.125rem;font-weight:400;color:hsl(var(--foreground));margin:0;text-align:center}._titleHighlight_ih14b_27{font-weight:700;color:hsl(var(--accent))}._body_ih14b_33{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}._formRow_ih14b_40{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}._formRowBanco_ih14b_46{display:grid;grid-template-columns:1fr 120px 100px 120px;gap:1rem}._fieldGroup_ih14b_52{display:flex;flex-direction:column;gap:.5rem}._label_ih14b_58{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._disabledInput_ih14b_64{background-color:hsl(var(--muted) / .5)}._statusRow_ih14b_68{display:flex;align-items:center;height:2.5rem}._switchRosa_ih14b_75[data-state=checked]{background-color:hsl(var(--accent))}._switchRosa_ih14b_75[data-state=checked]:hover{background-color:hsl(var(--accent) / .9)}._footer_ih14b_84{display:flex;justify-content:center;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._cancelButton_ih14b_93{border-color:hsl(var(--border));color:hsl(var(--muted-foreground))}._cancelButton_ih14b_93:hover{background-color:hsl(var(--muted) / .5);color:hsl(var(--foreground))}._saveButton_ih14b_103{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._saveButton_ih14b_103:hover:not(:disabled){background-color:hsl(var(--accent) / .9)}._saveButton_ih14b_103:disabled{opacity:.5;cursor:not-allowed}._dialogContent_12gne_2{max-width:700px;max-height:85vh;padding:0;gap:0;overflow:hidden;display:flex;flex-direction:column}._header_12gne_13{display:flex;flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .3);flex-shrink:0}._title_12gne_23{font-size:1.125rem;font-weight:400;color:hsl(var(--foreground));margin:0;text-align:center}._titleHighlight_12gne_31{font-weight:700;color:hsl(var(--accent))}._body_12gne_37{padding:1rem 1.5rem;display:flex;flex-direction:column;gap:0;overflow-y:auto;flex:1}._logRow_12gne_47{display:grid;grid-template-columns:90px 60px 140px 1fr;gap:.75rem;padding:.625rem 0;border-bottom:1px solid hsl(var(--border) / .5);font-size:.875rem}._logData_12gne_56,._logHora_12gne_60{color:hsl(var(--foreground))}._logUsuario_12gne_64{color:hsl(var(--foreground));font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._logAcao_12gne_72{display:flex;gap:.25rem;flex-wrap:wrap}._acaoAdicionou_12gne_79{color:#16a249;font-weight:500}._acaoEditou_12gne_84{color:#dc8f09;font-weight:500}._acaoDeletou_12gne_89{color:hsl(var(--destructive));font-weight:500}._acaoDefault_12gne_94{color:hsl(var(--muted-foreground));font-weight:500}._acaoDetalhes_12gne_99{color:hsl(var(--muted-foreground))}._emptyState_12gne_104{text-align:center;color:hsl(var(--muted-foreground));padding:2rem}._footer_12gne_111{display:flex;align-items:center;justify-content:flex-end;padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2);flex-shrink:0}._pagination_12gne_121{display:flex;align-items:center;gap:.25rem}._paginationBtn_12gne_127{min-width:2rem;height:2rem;padding:0 .5rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;border:1px solid hsl(var(--border));background-color:transparent;color:hsl(var(--foreground));cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}._paginationBtn_12gne_127:hover:not(:disabled){background-color:hsl(var(--muted) / .5)}._paginationBtn_12gne_127:disabled{opacity:.5;cursor:not-allowed}._paginationBtnActive_12gne_153{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border-color:hsl(var(--accent))}._paginationBtnActive_12gne_153:hover:not(:disabled){background-color:hsl(var(--accent) / .9)}._ellipsis_12gne_163{padding:0 .5rem;color:hsl(var(--muted-foreground))}._dialogContent_1cpfj_2{max-width:520px;padding:0;gap:0;overflow:hidden}._header_1cpfj_10{display:flex;flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .3)}._title_1cpfj_19{font-size:1.125rem;font-weight:400;color:hsl(var(--foreground));margin:0}._titleHighlight_1cpfj_26{font-weight:700;color:hsl(var(--accent))}._body_1cpfj_32{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}._formRow_1cpfj_39{display:grid;grid-template-columns:1fr 100px 80px;gap:1rem;align-items:end}._fieldGroup_1cpfj_46{display:flex;flex-direction:column;gap:.5rem}._label_1cpfj_52{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._disabledInput_1cpfj_58{background-color:hsl(var(--muted) / .5)}._statusRow_1cpfj_62{display:flex;align-items:center;height:2.5rem}._switchRosa_1cpfj_69[data-state=checked]{background-color:hsl(var(--accent))}._switchRosa_1cpfj_69[data-state=checked]:hover{background-color:hsl(var(--accent) / .9)}._footer_1cpfj_78{display:flex;justify-content:center;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._cancelButton_1cpfj_87{border-color:hsl(var(--border));color:hsl(var(--muted-foreground))}._cancelButton_1cpfj_87:hover{background-color:hsl(var(--muted) / .5);color:hsl(var(--foreground))}._saveButton_1cpfj_97{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._saveButton_1cpfj_97:hover:not(:disabled){background-color:hsl(var(--accent) / .9)}._saveButton_1cpfj_97:disabled{opacity:.5;cursor:not-allowed}._dialogContent_a1uga_2{max-width:700px;max-height:85vh;padding:0;gap:0;overflow:hidden;display:flex;flex-direction:column}._header_a1uga_13{display:flex;flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .3);flex-shrink:0}._title_a1uga_23{font-size:1.125rem;font-weight:400;color:hsl(var(--foreground));margin:0;text-align:center}._titleHighlight_a1uga_31{font-weight:700;color:hsl(var(--accent))}._body_a1uga_37{padding:1rem 1.5rem;display:flex;flex-direction:column;gap:0;overflow-y:auto;flex:1}._logRow_a1uga_47{display:grid;grid-template-columns:90px 60px 1fr 1fr;gap:.75rem;padding:.625rem 0;border-bottom:1px solid hsl(var(--border) / .5);font-size:.875rem}._logData_a1uga_56,._logHora_a1uga_60{color:hsl(var(--foreground))}._logUsuario_a1uga_64{color:hsl(var(--foreground));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._acaoAdicionou_a1uga_72{color:#16a249;font-weight:500}._acaoEditou_a1uga_77{color:#dc8f09;font-weight:500}._acaoDeletou_a1uga_82{color:hsl(var(--destructive));font-weight:500}._acaoDefault_a1uga_87{color:hsl(var(--muted-foreground));font-weight:500}._emptyState_a1uga_93{text-align:center;color:hsl(var(--muted-foreground));padding:2rem}._footer_a1uga_100{display:flex;align-items:center;justify-content:flex-end;padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2);flex-shrink:0}._pagination_a1uga_110{display:flex;align-items:center;gap:.25rem}._paginationBtn_a1uga_116{min-width:2rem;height:2rem;padding:0 .5rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;border:1px solid hsl(var(--border));background-color:transparent;color:hsl(var(--foreground));cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}._paginationBtn_a1uga_116:hover:not(:disabled){background-color:hsl(var(--muted) / .5)}._paginationBtn_a1uga_116:disabled{opacity:.5;cursor:not-allowed}._paginationBtnActive_a1uga_142{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border-color:hsl(var(--accent))}._paginationBtnActive_a1uga_142:hover:not(:disabled){background-color:hsl(var(--accent) / .9)}._container_4n8oy_2{display:flex;flex-direction:column;gap:1rem}._headerActions_4n8oy_9{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}._headerLeft_4n8oy_17{display:flex;align-items:center;gap:.75rem}._cadastrarButton_4n8oy_23{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._cadastrarButton_4n8oy_23:hover{background-color:hsl(var(--accent) / .9)}._logsButton_4n8oy_33{display:inline-flex;align-items:center;gap:.5rem;border-color:hsl(var(--border));color:hsl(var(--foreground))}._searchWrapper_4n8oy_42{position:relative;width:16rem}._searchIcon_4n8oy_47{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);height:1rem;width:1rem;color:hsl(var(--muted-foreground))}._tableCard_4n8oy_58{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._tableHeaderRow_4n8oy_64,._tableHeaderRow_4n8oy_64:hover,._tableHeaderRow_4n8oy_64 td,._tableHeaderRow_4n8oy_64 th,._tableHeaderRow_4n8oy_64:hover td,._tableHeaderRow_4n8oy_64:hover th{background-color:#0c333c!important}._tableHeadCell_4n8oy_82{font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;color:#fff;padding:.75rem 1rem}._tableHeadCellCenter_4n8oy_91{font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;text-align:center;color:#fff;padding:.75rem 1rem}._tableCell_4n8oy_101{font-size:.875rem;color:hsl(var(--foreground))}._tableCellCenter_4n8oy_106{font-size:.875rem;text-align:center;color:hsl(var(--foreground))}._tableCellBold_4n8oy_112{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._switchRosa_4n8oy_119[data-state=checked]{background-color:hsl(var(--accent))}._switchRosa_4n8oy_119[data-state=checked]:hover{background-color:hsl(var(--accent) / .9)}._actionsCell_4n8oy_128{display:flex;align-items:center;justify-content:center;gap:.5rem}._editActionBtn_4n8oy_135{height:2rem;width:2rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._editActionBtn_4n8oy_135:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._deleteActionBtn_4n8oy_148{height:2rem;width:2rem;border:1px solid hsl(var(--border));color:hsl(var(--destructive));background-color:transparent}._deleteActionBtn_4n8oy_148:hover{background-color:hsl(var(--destructive) / .1);color:hsl(var(--destructive));border-color:hsl(var(--destructive) / .5)}._emptyCell_4n8oy_163{text-align:center;color:hsl(var(--muted-foreground));padding:2rem 1rem}._dialogContent_10fjo_2{max-width:600px;padding:0;gap:0;overflow:hidden}._header_10fjo_10{display:flex;flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .3)}._title_10fjo_19{font-size:1.125rem;font-weight:400;color:hsl(var(--foreground));margin:0;text-align:center}._titleHighlight_10fjo_27{font-weight:700;color:hsl(var(--accent))}._body_10fjo_33{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}._formRow_10fjo_40{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;align-items:end}._fieldGroup_10fjo_47{display:flex;flex-direction:column;gap:.5rem}._label_10fjo_53{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._statusColumn_10fjo_59{display:flex;flex-direction:column;align-items:center;gap:.5rem}._switchRosa_10fjo_67[data-state=checked]{background-color:hsl(var(--accent))}._switchRosa_10fjo_67[data-state=checked]:hover{background-color:hsl(var(--accent) / .9)}._errorMessage_10fjo_76{font-size:.875rem;color:hsl(var(--destructive))}._inputError_10fjo_81{border-color:hsl(var(--destructive))}._footer_10fjo_86{display:flex;justify-content:center;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._cancelButton_10fjo_95{border-color:hsl(var(--border));color:hsl(var(--muted-foreground))}._cancelButton_10fjo_95:hover{background-color:hsl(var(--muted) / .5);color:hsl(var(--foreground))}._saveButton_10fjo_105{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._saveButton_10fjo_105:hover:not(:disabled){background-color:hsl(var(--accent) / .9)}._saveButton_10fjo_105:disabled{opacity:.5;cursor:not-allowed}._dialogContent_1u2oe_2{max-width:750px;max-height:85vh;padding:0;gap:0;overflow:hidden;display:flex;flex-direction:column}._header_1u2oe_13{display:flex;flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .3);flex-shrink:0}._title_1u2oe_23{font-size:1.125rem;font-weight:400;color:hsl(var(--foreground));margin:0;text-align:center}._titleHighlight_1u2oe_31{font-weight:700;color:hsl(var(--accent))}._filtersRow_1u2oe_37{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;flex-wrap:wrap;border-bottom:1px solid hsl(var(--border) / .5);flex-shrink:0}._filterGroup_1u2oe_47{display:flex;align-items:center;gap:.5rem}._filterLabel_1u2oe_53{font-size:.875rem;font-weight:500;color:hsl(var(--foreground));white-space:nowrap}._body_1u2oe_61{padding:1rem 1.5rem;display:flex;flex-direction:column;gap:0;overflow-y:auto;flex:1}._tableCard_1u2oe_71{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._tableHeaderRow_1u2oe_77,._tableHeaderRow_1u2oe_77:hover,._tableHeaderRow_1u2oe_77 td,._tableHeaderRow_1u2oe_77 th,._tableHeaderRow_1u2oe_77:hover td,._tableHeaderRow_1u2oe_77:hover th{background-color:#0c333c!important}._tableHeadCell_1u2oe_95{font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;color:#fff;padding:.75rem 1rem}._tableCell_1u2oe_104{font-size:.875rem;color:hsl(var(--foreground));padding:.75rem 1rem}._tableCellBold_1u2oe_110{font-size:.875rem;color:hsl(var(--foreground));font-weight:500;padding:.75rem 1rem}._acaoAdicionou_1u2oe_118{color:#16a249}._acaoEditou_1u2oe_122{color:#dc8f09}._acaoDeletou_1u2oe_126{color:hsl(var(--destructive))}._acaoDefault_1u2oe_130{color:hsl(var(--foreground))}._emptyCell_1u2oe_135{text-align:center;color:hsl(var(--muted-foreground));padding:2rem}._footer_1u2oe_142{display:flex;align-items:center;justify-content:flex-end;padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2);flex-shrink:0}._pagination_1u2oe_152{display:flex;align-items:center;gap:.25rem}._paginationBtn_1u2oe_158{min-width:2rem;height:2rem;padding:0 .5rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;border:1px solid hsl(var(--border));background-color:transparent;color:hsl(var(--foreground));cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}._paginationBtn_1u2oe_158:hover:not(:disabled){background-color:hsl(var(--muted) / .5)}._paginationBtn_1u2oe_158:disabled{opacity:.5;cursor:not-allowed}._paginationBtnActive_1u2oe_184{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border-color:hsl(var(--accent))}._paginationBtnActive_1u2oe_184:hover:not(:disabled){background-color:hsl(var(--accent) / .9)}._ellipsis_1u2oe_194{padding:0 .5rem;color:hsl(var(--muted-foreground))}._container_ii128_2{display:flex;flex-direction:column;gap:1.5rem}._headerActions_ii128_9{display:flex;align-items:center;gap:.75rem}._cadastrarButton_ii128_15{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._cadastrarButton_ii128_15:hover{background-color:hsl(var(--accent) / .9)}._logsButton_ii128_25{display:inline-flex;align-items:center;gap:.5rem;border-color:hsl(var(--border));color:hsl(var(--foreground))}._cardsGrid_ii128_34{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem}@media (min-width: 768px){._cardsGrid_ii128_34{grid-template-columns:repeat(2,1fr)}}._card_ii128_34{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--card))}._cardContent_ii128_57{flex:1;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}._cardField_ii128_64{display:flex;flex-direction:column;gap:.375rem}._cardFieldLabel_ii128_70{font-size:.75rem;color:hsl(var(--muted-foreground))}._cardFieldValue_ii128_75{padding:.5rem .75rem;background-color:hsl(var(--muted) / .5);border-radius:var(--radius);font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._cardActions_ii128_85{display:flex;align-items:center;gap:.5rem}._statusColumn_ii128_91{display:flex;flex-direction:column;align-items:center;gap:.375rem}._statusLabel_ii128_98{font-size:.75rem;color:hsl(var(--muted-foreground))}._switchRosa_ii128_104[data-state=checked]{background-color:hsl(var(--accent))}._switchRosa_ii128_104[data-state=checked]:hover{background-color:hsl(var(--accent) / .9)}._editActionBtn_ii128_112{height:2.25rem;width:2.25rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._editActionBtn_ii128_112:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._deleteActionBtn_ii128_125{height:2.25rem;width:2.25rem;border:1px solid hsl(var(--border));color:hsl(var(--destructive));background-color:transparent}._deleteActionBtn_ii128_125:hover{background-color:hsl(var(--destructive) / .1);color:hsl(var(--destructive));border-color:hsl(var(--destructive) / .5)}._emptyState_ii128_140{grid-column:1 / -1;text-align:center;color:hsl(var(--muted-foreground));padding:2rem}._dialogContent_tp8l8_2{max-width:750px;max-height:85vh;padding:0;gap:0;overflow:hidden;display:flex;flex-direction:column}._header_tp8l8_13{display:flex;flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .3);flex-shrink:0}._title_tp8l8_23{font-size:1.125rem;font-weight:400;color:hsl(var(--foreground));margin:0;text-align:center}._titleHighlight_tp8l8_31{font-weight:700;color:hsl(var(--accent))}._filtersRow_tp8l8_37{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;flex-wrap:wrap;border-bottom:1px solid hsl(var(--border) / .5);flex-shrink:0}._filterGroup_tp8l8_47{display:flex;align-items:center;gap:.5rem}._filterLabel_tp8l8_53{font-size:.875rem;font-weight:500;color:hsl(var(--foreground));white-space:nowrap}._body_tp8l8_61{padding:1rem 1.5rem;display:flex;flex-direction:column;gap:0;overflow-y:auto;flex:1}._logRow_tp8l8_71{display:grid;grid-template-columns:90px 60px 140px 1fr;gap:.75rem;padding:.625rem 0;border-bottom:1px solid hsl(var(--border) / .5);font-size:.875rem}._logData_tp8l8_80,._logHora_tp8l8_84{color:hsl(var(--muted-foreground))}._logUsuario_tp8l8_88{color:hsl(var(--foreground));font-weight:500}._logAcao_tp8l8_93{display:flex;gap:.25rem;flex-wrap:wrap}._acaoAdicionou_tp8l8_100{color:#16a249;font-weight:500}._acaoEditou_tp8l8_105{color:#dc8f09;font-weight:500}._acaoDeletou_tp8l8_110{color:hsl(var(--destructive));font-weight:500}._acaoDefault_tp8l8_115{color:hsl(var(--foreground));font-weight:500}._acaoDetalhes_tp8l8_120{color:hsl(var(--muted-foreground))}._emptyState_tp8l8_125{text-align:center;color:hsl(var(--muted-foreground));padding:2rem}._footer_tp8l8_132{display:flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2);flex-shrink:0}._pagination_tp8l8_142{display:flex;align-items:center;gap:.25rem}._paginationBtn_tp8l8_148{min-width:2rem;height:2rem;padding:0 .5rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;border:1px solid hsl(var(--border));background-color:transparent;color:hsl(var(--foreground));cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}._paginationBtn_tp8l8_148:hover:not(:disabled){background-color:hsl(var(--muted) / .5)}._paginationBtn_tp8l8_148:disabled{opacity:.5;cursor:not-allowed}._paginationBtnActive_tp8l8_174{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border-color:hsl(var(--accent))}._paginationBtnActive_tp8l8_174:hover:not(:disabled){background-color:hsl(var(--accent) / .9)}._container_kp2m6_2{display:flex;flex-direction:column;gap:1.5rem}._header_kp2m6_9{display:flex;align-items:center}._logsButton_kp2m6_14{display:inline-flex;align-items:center;gap:.5rem;border-color:hsl(var(--border));color:hsl(var(--foreground))}._cardsContainer_kp2m6_23{display:flex;flex-direction:column;gap:1rem}._distributionCard_kp2m6_30{border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1.25rem;display:flex;flex-direction:column;gap:1rem;background-color:hsl(var(--card))}._cardRow_kp2m6_40{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){._cardRow_kp2m6_40{grid-template-columns:1fr}}._cardRowWithStatus_kp2m6_52{display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:end}@media (max-width: 768px){._cardRowWithStatus_kp2m6_52{grid-template-columns:1fr}}._fieldGroup_kp2m6_66{display:flex;flex-direction:column;gap:.5rem}._fieldLabel_kp2m6_72{font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground))}._readonlyInput_kp2m6_78{background-color:hsl(var(--muted) / .5);cursor:not-allowed}._clickableInput_kp2m6_83{cursor:pointer;transition:background-color .15s}._clickableInput_kp2m6_83:hover{background-color:hsl(var(--muted) / .3)}._statusToggle_kp2m6_93{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;padding-bottom:.25rem}._statusLabel_kp2m6_101{font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground))}._switchRosa_kp2m6_108[data-state=checked]{background-color:hsl(var(--accent))}._switchRosa_kp2m6_108[data-state=checked]:hover{background-color:hsl(var(--accent) / .9)}._pageContainer_16wiq_1{display:flex;flex-direction:column;gap:1.5rem}._header_16wiq_7{display:flex;align-items:center;gap:.75rem}._headerIcon_16wiq_13{width:1.5rem;height:1.5rem;color:hsl(var(--accent))}._title_16wiq_19{font-size:1.5rem;line-height:2rem;font-weight:700;color:hsl(var(--foreground))}._cardBody_16wiq_26{padding:1.5rem}._tabsScrollContainer_16wiq_31{overflow-x:auto;margin-bottom:1.5rem;margin-left:-.25rem;margin-right:-.25rem;padding-left:.25rem;padding-right:.25rem;scrollbar-width:thin}._tabsList_16wiq_41{display:inline-flex;height:auto;gap:.25rem;background:transparent;padding:0;white-space:nowrap;min-width:-moz-max-content;min-width:max-content}._tabTrigger_16wiq_51{padding:.5rem 1rem;border-radius:var(--radius);font-size:.875rem;line-height:1.25rem;flex-shrink:0;background-color:hsl(var(--muted) / .5);color:hsl(var(--muted-foreground));font-weight:500;transition:background-color .15s,color .15s}._tabTrigger_16wiq_51:hover{background-color:hsl(var(--muted) / .8)}._tabTrigger_16wiq_51[data-state=active]{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._tabContentInner_16wiq_72{margin-top:0}._subTabsContent_16wiq_77{display:flex;flex-direction:column;gap:1rem}._subTabsRow_16wiq_83{display:flex;width:100%;border-radius:var(--radius);overflow:hidden}._subTabButton_16wiq_90{flex:1;padding:.625rem 1rem;font-size:.875rem;line-height:1.25rem;transition:background-color .15s,color .15s;border:none;cursor:pointer;font-weight:500}._subTabActive_16wiq_101{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._subTabInactive_16wiq_106{background-color:hsl(var(--muted) / .6);color:hsl(var(--muted-foreground))}._subTabInactive_16wiq_106:hover{background-color:hsl(var(--muted) / .9)}._fixasContent_16wiq_116{display:flex;flex-direction:column;gap:1rem}._searchRight_16wiq_122{display:flex;justify-content:flex-end}._searchWrapper_16wiq_127{position:relative;width:16rem}._searchIcon_16wiq_132{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);height:1rem;width:1rem;color:hsl(var(--muted-foreground))}._flexiveisContent_16wiq_143{display:flex;flex-direction:column;gap:1rem}._flexiveisActions_16wiq_149{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}._flexiveisActionsLeft_16wiq_157{display:flex;align-items:center;gap:.75rem}._cadastrarButton_16wiq_163{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._cadastrarButton_16wiq_163:hover:not(:disabled){background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._logsButton_16wiq_174{border-color:hsl(var(--border));color:hsl(var(--foreground))}._tableCard_16wiq_180{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._tableHeaderAccent_16wiq_186,._tableHeaderAccent_16wiq_186:hover,._tableHeaderAccent_16wiq_186 td,._tableHeaderAccent_16wiq_186 th,._tableHeaderAccent_16wiq_186:hover td,._tableHeaderAccent_16wiq_186:hover th{background-color:#0c333c!important}._tableHeadCell_16wiq_204{font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;color:#fff;padding:.75rem 1rem}._tableHeadCellCenter_16wiq_213{font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;text-align:center;color:#fff;padding:.75rem 1rem}._primaryText_16wiq_223{color:hsl(var(--foreground));font-size:.875rem}._primaryTextCenter_16wiq_228{text-align:center;color:hsl(var(--foreground));font-weight:500;font-size:.875rem}._centerCell_16wiq_235{text-align:center}._switchRosa_16wiq_240[data-state=checked]{background-color:hsl(var(--accent))}._switchRosa_16wiq_240[data-state=checked]:hover{background-color:hsl(var(--accent) / .9)}._editActionBtn_16wiq_249{height:2rem;width:2rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._editActionBtn_16wiq_249:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}._deleteActionBtn_16wiq_262{height:2rem;width:2rem;border:1px solid hsl(var(--border));color:hsl(var(--destructive));background-color:transparent}._deleteActionBtn_16wiq_262:hover{background-color:hsl(var(--destructive) / .1);color:hsl(var(--destructive));border-color:hsl(var(--destructive) / .5)}._actionsCell_16wiq_276{display:flex;align-items:center;justify-content:center;gap:.5rem}._actionBtn_16wiq_283{height:2rem;width:2rem;color:hsl(var(--primary))}._actionBtn_16wiq_283:hover{color:hsl(var(--primary) / .8)}._deleteBtn_16wiq_293{height:2rem;width:2rem;color:hsl(var(--destructive))}._deleteBtn_16wiq_293:hover{background-color:hsl(var(--destructive) / .1);color:hsl(var(--destructive))}._emptyCell_16wiq_304{text-align:center;color:hsl(var(--muted-foreground));padding-top:2rem;padding-bottom:2rem}._placeholderContent_16wiq_311{padding:2rem;text-align:center;color:hsl(var(--muted-foreground))}._animateFadeIn_16wiq_317{animation:_fadeIn_16wiq_1 .2s ease-out}@keyframes _fadeIn_16wiq_1{0%{opacity:0}to{opacity:1}}._inputPr10_16wiq_330{padding-right:2.5rem}._buttonWithGap_16wiq_334{display:inline-flex;align-items:center;gap:.5rem}._iconSmall_16wiq_340{width:1rem;height:1rem}._dialogContent_be1o4_2{max-width:480px;padding:0;gap:0;overflow:hidden}._header_be1o4_10{display:flex;flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .3)}._title_be1o4_19{font-size:1.125rem;font-weight:400;color:hsl(var(--foreground));margin:0;text-align:center}._titleHighlight_be1o4_27{font-weight:700;color:hsl(var(--accent))}._body_be1o4_33{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}._fieldGroup_be1o4_41{display:flex;flex-direction:column;gap:.5rem}._label_be1o4_47{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._obrigatorioRow_be1o4_54{display:flex;align-items:center;gap:.75rem;padding:.75rem;background-color:hsl(var(--muted) / .3);border-radius:var(--radius);border:1px solid hsl(var(--border))}._labelMuted_be1o4_64,._simLabel_be1o4_69{font-size:.875rem;color:hsl(var(--muted-foreground))}._footer_be1o4_75{display:flex;justify-content:center;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._cancelButton_be1o4_84{border-color:hsl(var(--border));color:hsl(var(--muted-foreground))}._saveButton_be1o4_89{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._saveButton_be1o4_89:hover{background-color:hsl(var(--accent) / .9)}._saveButton_be1o4_89:disabled{background-color:hsl(var(--accent) / .5)}._popoverTrigger_be1o4_104{width:100%;justify-content:space-between;font-weight:400;height:auto;min-height:2.5rem}._triggerInner_be1o4_112{display:flex;flex-wrap:wrap;gap:.25rem;flex:1}._placeholder_be1o4_119{color:hsl(var(--muted-foreground))}._badgeWrapper_be1o4_124{margin-right:.25rem;margin-bottom:.25rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._badgeRemoveBtn_be1o4_131{margin-left:.25rem;border-radius:9999px;outline:none;background:transparent;border:none;cursor:pointer}._badgeRemoveBtn_be1o4_131:focus-visible{box-shadow:0 0 0 2px hsl(var(--ring))}._chevron_be1o4_144{width:1rem;height:1rem;flex-shrink:0;opacity:.5;margin-left:.5rem}._popoverContent_be1o4_153{width:var(--radix-popover-trigger-width);padding:0;background-color:hsl(var(--popover))}._scrollArea_be1o4_159{height:12rem}._optionList_be1o4_163{padding:.5rem;display:flex;flex-direction:column;gap:.25rem}._optionItem_be1o4_170{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:var(--radius);cursor:pointer;transition:all .15s ease}._optionItem_be1o4_170:hover{background-color:hsl(var(--accent) / .1)}._optionText_be1o4_184{font-size:.875rem;flex:1}._checkboxNoPointer_be1o4_189{pointer-events:none}._xIcon_be1o4_193{width:.75rem;height:.75rem;color:hsl(var(--accent-foreground) / .7)}._xIcon_be1o4_193:hover{color:hsl(var(--accent-foreground))}._switchRosa_be1o4_204[data-state=checked]{background-color:hsl(var(--accent))}._switchRosa_be1o4_204[data-state=checked]:hover{background-color:hsl(var(--accent) / .9)}._dialogContent_8aq7p_2{max-width:600px;padding:0;gap:0;overflow:hidden}._header_8aq7p_10{display:flex;flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .3)}._title_8aq7p_19{font-size:1.125rem;font-weight:400;color:hsl(var(--foreground));margin:0;text-align:center}._titleHighlight_8aq7p_27{font-weight:700;color:hsl(var(--accent))}._body_8aq7p_33{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}._fieldGroup_8aq7p_41{display:flex;flex-direction:column;gap:.5rem}._label_8aq7p_47{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._formActions_8aq7p_54{display:flex;justify-content:flex-end}._addButton_8aq7p_59{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._addButton_8aq7p_59:hover{background-color:hsl(var(--accent) / .9)}._addButtonIcon_8aq7p_69{width:1rem;height:1rem;margin-right:.5rem}._tableCard_8aq7p_76{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._tableHeaderRow_8aq7p_82{background-color:#0c333c!important}._tableHeadCell_8aq7p_86{color:#fff!important;font-weight:500;padding:.75rem 1rem}._tableCell_8aq7p_92{padding:.75rem 1rem}._tableActionsCell_8aq7p_96{width:50px;text-align:center}._deleteButton_8aq7p_102{width:2rem;height:2rem;color:hsl(var(--destructive));border:1px solid transparent}._deleteButton_8aq7p_102:hover{color:hsl(var(--destructive));background-color:hsl(var(--destructive) / .1);border-color:hsl(var(--destructive) / .3)}._deleteIcon_8aq7p_115{width:1rem;height:1rem}._emptyState_8aq7p_121{text-align:center;padding:2rem;color:hsl(var(--muted-foreground));background-color:hsl(var(--muted) / .2);border-radius:var(--radius);border:1px dashed hsl(var(--border))}._footer_8aq7p_131{display:flex;justify-content:center;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._cancelButton_8aq7p_140{border-color:hsl(var(--border));color:hsl(var(--muted-foreground))}._saveButton_8aq7p_145{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._saveButton_8aq7p_145:hover{background-color:hsl(var(--accent) / .9)}._alertContent_107tv_2{max-width:420px;padding:0;gap:0;overflow:hidden}._header_107tv_10{padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--destructive) / .05)}._title_107tv_16{font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin:0}._body_107tv_24{padding:1.5rem}._description_107tv_28{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.5}._footer_107tv_35{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._cancelButton_107tv_44{border-color:hsl(var(--border));color:hsl(var(--muted-foreground))}._destructiveButton_107tv_49{background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground));font-weight:500}._destructiveButton_107tv_49:hover{background-color:hsl(var(--destructive) / .9)}._root_xrkws_1{display:flex;flex-direction:column;gap:1.5rem}._actionsEnd_xrkws_8{display:flex;justify-content:flex-end}._actionsEnd_xrkws_8 button{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._actionsEnd_xrkws_8 button:hover{background-color:hsl(var(--accent) / .9)}._section_xrkws_24{display:flex;flex-direction:column;gap:1.25rem}._labelMuted_xrkws_31{font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground))}._selectTriggerMuted_xrkws_38,._inputMuted_xrkws_43{background-color:hsl(var(--muted) / .5);border:1px solid hsl(var(--border))}._labelRow_xrkws_49{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}._tooltipContent_xrkws_56{max-width:20rem}._rowGap2_xrkws_61{display:flex;gap:.5rem}._selectTriggerFlex_xrkws_66{background-color:hsl(var(--muted) / .5);border:1px solid hsl(var(--border));flex:1}._iconButton_xrkws_73{width:2.25rem;height:2.25rem}._iconSmall_xrkws_78{width:1rem;height:1rem}._helpIcon_xrkws_83{width:1rem;height:1rem;color:hsl(var(--muted-foreground));cursor:help}._objetivosRow_xrkws_91{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;padding:.5rem 0;border-bottom:1px solid hsl(var(--border) / .5)}._objetivosActions_xrkws_100{display:flex;align-items:center;gap:.75rem}._obrigatorioWrap_xrkws_106{display:flex;align-items:center;gap:.5rem}._obrigatorioLabel_xrkws_112{font-size:.875rem;color:hsl(var(--muted-foreground))}._textXs_xrkws_117{font-size:.75rem;color:hsl(var(--muted-foreground))}._iconPrimary_xrkws_123{width:1.125rem;height:1.125rem;color:hsl(var(--accent))}._iconMuted_xrkws_129{width:1.125rem;height:1.125rem;color:hsl(var(--muted-foreground))}._textareaMuted_xrkws_136{background-color:hsl(var(--muted) / .5);border:1px solid hsl(var(--border));min-height:80px}._camposSection_xrkws_143{display:flex;flex-direction:column;gap:1.25rem;padding-top:1.5rem;margin-top:.5rem;border-top:1px solid hsl(var(--border))}._campoRow_xrkws_152{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;padding:.5rem 0;border-bottom:1px solid hsl(var(--border) / .5)}._campoActions_xrkws_161{display:flex;align-items:center;gap:.5rem}._deleteButton_xrkws_168{width:2.25rem;height:2.25rem;color:hsl(var(--destructive));border:1px solid transparent}._deleteButton_xrkws_168:hover{color:hsl(var(--destructive));background-color:hsl(var(--destructive) / .1);border-color:hsl(var(--destructive) / .3)}._switchRosa_xrkws_182[data-state=checked]{background-color:hsl(var(--accent))}._switchRosa_xrkws_182[data-state=checked]:hover{background-color:hsl(var(--accent) / .9)}._dialogContent_a7jge_2{max-width:480px;padding:0;gap:0;overflow:hidden}._header_a7jge_10{display:flex;flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .3)}._title_a7jge_19{font-size:1.125rem;font-weight:400;color:hsl(var(--foreground));margin:0;text-align:center}._titleHighlight_a7jge_27{font-weight:700;color:hsl(var(--accent))}._body_a7jge_33{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}._rowBetween_a7jge_41{display:flex;align-items:center;justify-content:space-between}._fieldGroup_a7jge_48{display:flex;flex-direction:column;gap:.5rem}._label_a7jge_54{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._viewButton_a7jge_61{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._viewButton_a7jge_61:hover{background-color:hsl(var(--accent) / .9)}._scrollArea_a7jge_72{height:16rem;border:1px solid hsl(var(--border));border-radius:var(--radius)}._scrollInner_a7jge_78{padding:.75rem;display:flex;flex-direction:column;gap:.5rem}._emptyMessage_a7jge_86{font-size:.875rem;color:hsl(var(--muted-foreground));text-align:center;padding:2rem 1rem}._midiaItem_a7jge_94{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-radius:var(--radius);background-color:hsl(var(--muted) / .5);border:1px solid hsl(var(--border));transition:all .15s ease}._midiaItem_a7jge_94:hover{background-color:hsl(var(--muted) / .7);border-color:hsl(var(--accent) / .3)}._midiaLabel_a7jge_110{font-size:.875rem;font-weight:500}._removeButton_a7jge_116{width:2rem;height:2rem;color:hsl(var(--destructive));border:1px solid transparent}._removeButton_a7jge_116:hover{color:hsl(var(--destructive));background-color:hsl(var(--destructive) / .1);border-color:hsl(var(--destructive) / .3)}._removeIcon_a7jge_129{width:1rem;height:1rem}._footer_a7jge_135{display:flex;justify-content:center;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._cancelButton_a7jge_144{border-color:hsl(var(--border));color:hsl(var(--muted-foreground))}._saveButton_a7jge_149{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._saveButton_a7jge_149:hover{background-color:hsl(var(--accent) / .9)}._root_grlsl_1{display:flex;flex-direction:column;gap:1.5rem}._actionsEnd_grlsl_8{display:flex;justify-content:flex-end}._actionsEnd_grlsl_8 button{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._actionsEnd_grlsl_8 button:hover{background-color:hsl(var(--accent) / .9)}._section_grlsl_24{display:flex;flex-direction:column;gap:1.25rem}._labelMuted_grlsl_31{font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground))}._inputMuted_grlsl_38,._selectTriggerMuted_grlsl_43{background-color:hsl(var(--muted) / .5);border:1px solid hsl(var(--border))}._configRow_grlsl_49{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;padding:.5rem 0;border-bottom:1px solid hsl(var(--border) / .5)}._configActions_grlsl_58{display:flex;align-items:center;gap:.5rem}._obrigatorioLabel_grlsl_64{font-size:.875rem;color:hsl(var(--muted-foreground))}._iconButton_grlsl_70{width:2.25rem;height:2.25rem}._iconSmall_grlsl_75{width:1rem;height:1rem}._iconPrimary_grlsl_81{width:1.125rem;height:1.125rem;color:hsl(var(--accent))}._iconMuted_grlsl_87{width:1.125rem;height:1.125rem;color:hsl(var(--muted-foreground))}._camposSection_grlsl_94{display:flex;flex-direction:column;gap:1.25rem;padding-top:1.5rem;margin-top:.5rem;border-top:1px solid hsl(var(--border))}._campoRow_grlsl_103{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;padding:.5rem 0;border-bottom:1px solid hsl(var(--border) / .5)}._deleteButton_grlsl_113{width:2.25rem;height:2.25rem;color:hsl(var(--destructive));border:1px solid transparent}._deleteButton_grlsl_113:hover{color:hsl(var(--destructive));background-color:hsl(var(--destructive) / .1);border-color:hsl(var(--destructive) / .3)}._switchRosa_grlsl_127[data-state=checked]{background-color:hsl(var(--accent))}._switchRosa_grlsl_127[data-state=checked]:hover{background-color:hsl(var(--accent) / .9)}._dialogContent_jpmu3_2{max-width:480px;padding:0;gap:0;overflow:hidden}._header_jpmu3_10{display:flex;flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .3)}._title_jpmu3_19{font-size:1.125rem;font-weight:400;color:hsl(var(--foreground));margin:0;text-align:center}._titleHighlight_jpmu3_27{font-weight:700;color:hsl(var(--accent))}._body_jpmu3_33{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}._fieldGroup_jpmu3_41{display:flex;flex-direction:column;gap:.5rem}._label_jpmu3_47{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._footer_jpmu3_54{display:flex;justify-content:center;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._cancelButton_jpmu3_63{border-color:hsl(var(--border));color:hsl(var(--muted-foreground))}._saveButton_jpmu3_68{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._saveButton_jpmu3_68:hover{background-color:hsl(var(--accent) / .9)}._saveButton_jpmu3_68:disabled{background-color:hsl(var(--accent) / .5)}._popoverTrigger_jpmu3_83{width:100%;justify-content:space-between;font-weight:400;height:auto;min-height:2.5rem}._triggerInner_jpmu3_91{display:flex;flex-wrap:wrap;gap:.25rem;flex:1}._placeholder_jpmu3_98{color:hsl(var(--muted-foreground))}._badgeWrapper_jpmu3_103{margin-right:.25rem;margin-bottom:.25rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._badgeRemoveBtn_jpmu3_110{margin-left:.25rem;border-radius:9999px;outline:none;background:transparent;border:none;cursor:pointer}._badgeRemoveBtn_jpmu3_110:focus-visible{box-shadow:0 0 0 2px hsl(var(--ring))}._chevron_jpmu3_123{width:1rem;height:1rem;flex-shrink:0;opacity:.5;margin-left:.5rem}._popoverContent_jpmu3_132{width:var(--radix-popover-trigger-width);padding:0;background-color:hsl(var(--popover))}._scrollArea_jpmu3_138{height:12rem}._optionList_jpmu3_142{padding:.5rem;display:flex;flex-direction:column;gap:.25rem}._optionItem_jpmu3_149{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:var(--radius);cursor:pointer;transition:all .15s ease}._optionItem_jpmu3_149:hover{background-color:hsl(var(--accent) / .1)}._optionText_jpmu3_163{font-size:.875rem;flex:1}._checkboxNoPointer_jpmu3_168{pointer-events:none}._xIcon_jpmu3_172{width:.75rem;height:.75rem;color:hsl(var(--accent-foreground) / .7)}._xIcon_jpmu3_172:hover{color:hsl(var(--accent-foreground))}._root_16s8n_1{display:flex;flex-direction:column;gap:1.5rem}._actionsEnd_16s8n_8{display:flex;justify-content:flex-end;gap:.75rem}._actionsEnd_16s8n_8 button:not([class*=outline]){background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._actionsEnd_16s8n_8 button:not([class*=outline]):hover{background-color:hsl(var(--accent) / .9)}._segmentacaoBadge_16s8n_25{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;padding:.5rem 1rem;background-color:hsl(var(--accent) / .1);border-radius:var(--radius);border:1px solid hsl(var(--accent) / .2)}._segmentacaoLabel_16s8n_36{font-size:.875rem;font-weight:600;color:hsl(var(--accent))}._cursorHelp_16s8n_42{cursor:help;background:none;border:none;padding:0}._helpIcon_16s8n_49{width:1rem;height:1rem;color:hsl(var(--accent))}._tooltipContent_16s8n_55{max-width:20rem}._section_16s8n_60{display:flex;flex-direction:column;gap:1.25rem}._campoBlock_16s8n_67{display:flex;flex-direction:column;gap:.5rem}._fieldRow_16s8n_73{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid hsl(var(--border) / .5)}._labelMuted_16s8n_82{font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground))}._fieldActions_16s8n_88{display:flex;align-items:center;gap:.75rem}._obrigatorioWrap_16s8n_94{display:flex;align-items:center;gap:.5rem}._obrigatorioLabel_16s8n_100{font-size:.875rem;color:hsl(var(--muted-foreground))}._visibilityBtn_16s8n_106{padding:.375rem;border-radius:var(--radius);background:none;border:1px solid transparent;cursor:pointer;transition:all .15s ease}._visibilityBtn_16s8n_106:hover{background-color:hsl(var(--muted));border-color:hsl(var(--border))}._eyeIcon_16s8n_120{width:1.25rem;height:1.25rem;color:hsl(var(--accent))}._eyeOffIcon_16s8n_126{width:1.25rem;height:1.25rem;color:hsl(var(--muted-foreground))}._deleteBtn_16s8n_133{padding:.375rem;border-radius:var(--radius);background:none;border:1px solid transparent;cursor:pointer;transition:all .15s ease}._deleteBtn_16s8n_133:hover{background-color:hsl(var(--destructive) / .1);border-color:hsl(var(--destructive) / .3)}._trashIcon_16s8n_147{width:1.25rem;height:1.25rem;color:hsl(var(--destructive))}._inputMuted_16s8n_154{background-color:hsl(var(--muted) / .5);border:1px solid hsl(var(--border))}._customSection_16s8n_160{display:flex;flex-direction:column;gap:1.25rem;padding-top:1.5rem;margin-top:.5rem;border-top:1px solid hsl(var(--border))}._customTitle_16s8n_169{font-size:.875rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem}._switchRosa_16s8n_177[data-state=checked]{background-color:hsl(var(--accent))}._switchRosa_16s8n_177[data-state=checked]:hover{background-color:hsl(var(--accent) / .9)}._root_naptv_1{display:flex;flex-direction:column;gap:1.5rem}._headerRow_naptv_8{display:flex;align-items:center;justify-content:flex-end}._headerRow_naptv_8 button{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._headerRow_naptv_8 button:hover{background-color:hsl(var(--accent) / .9)}._addIcon_naptv_24{width:1rem;height:1rem;margin-right:.5rem}._section_naptv_31{display:flex;flex-direction:column;gap:1.25rem}._fieldBlock_naptv_38{display:flex;flex-direction:column;gap:.5rem}._labelMuted_naptv_45{font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground))}._requiredStar_naptv_51{color:hsl(var(--destructive));margin-left:.25rem}._inputMuted_naptv_57{background-color:hsl(var(--muted) / .5);border:1px solid hsl(var(--border))}._customSection_naptv_63{display:flex;flex-direction:column;gap:1rem;padding-top:1.5rem;margin-top:.5rem;border-top:1px solid hsl(var(--border))}._customTitle_naptv_72{font-size:.875rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem}._customList_naptv_79{display:flex;flex-direction:column;gap:.75rem}._customCard_naptv_86{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--muted) / .3);transition:all .15s ease}._customCard_naptv_86:hover{border-color:hsl(var(--accent) / .3);background-color:hsl(var(--muted) / .5)}._cardBody_naptv_102{flex:1}._cardTitleRow_naptv_106{display:flex;align-items:center;gap:.75rem}._cardTitle_naptv_106{font-weight:600;color:hsl(var(--foreground))}._requiredBadge_naptv_117{font-size:.75rem;font-weight:500;color:hsl(var(--destructive));padding:.125rem .5rem;background-color:hsl(var(--destructive) / .1);border-radius:var(--radius)}._cardMeta_naptv_126{display:flex;align-items:center;gap:1.5rem;margin-top:.5rem;font-size:.8125rem;color:hsl(var(--muted-foreground))}._cardActions_naptv_135{display:flex;align-items:center;gap:.25rem}._iconSmall_naptv_141{width:1rem;height:1rem}._trashIcon_naptv_146{width:1rem;height:1rem;color:hsl(var(--destructive))}._root_1cs4x_1{display:flex;flex-direction:column;gap:1.5rem}._alertBanner_1cs4x_8{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;background-color:hsl(var(--destructive) / .1);border:1px solid hsl(var(--destructive) / .3);border-radius:var(--radius)}._alertIcon_1cs4x_19{width:1.25rem;height:1.25rem;color:hsl(var(--destructive))}._alertText_1cs4x_25{font-weight:600;color:hsl(var(--destructive))}._actionsEnd_1cs4x_31{display:flex;justify-content:flex-end}._toggleButton_1cs4x_37{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._toggleButton_1cs4x_37:hover{background-color:hsl(var(--accent) / .9)}._uploadSection_1cs4x_48{display:flex;flex-direction:column;gap:1.5rem}._fieldBlock_1cs4x_55{display:flex;flex-direction:column;gap:.5rem}._labelMuted_1cs4x_62{font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground))}._requiredStar_1cs4x_68{color:hsl(var(--destructive));margin-left:.25rem}._uploadRow_1cs4x_74{display:flex;align-items:center;gap:1rem}._uploadButton_1cs4x_80{padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;color:hsl(var(--accent) / .6);border:2px dashed hsl(var(--accent) / .4);border-radius:var(--radius);cursor:not-allowed;background-color:hsl(var(--muted) / .3);transition:all .15s ease}._uploadHint_1cs4x_92{font-size:.875rem;color:hsl(var(--muted-foreground));font-style:italic}._root_ndjfd_1{display:flex;flex-direction:column;gap:1.5rem}._alertBanner_ndjfd_8{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;background-color:hsl(var(--destructive) / .1);border:1px solid hsl(var(--destructive) / .3);border-radius:var(--radius)}._alertIcon_ndjfd_19{width:1.25rem;height:1.25rem;color:hsl(var(--destructive))}._alertText_ndjfd_25{font-weight:600;color:hsl(var(--destructive))}._actionsEnd_ndjfd_31{display:flex;justify-content:flex-end}._toggleButton_ndjfd_37{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._toggleButton_ndjfd_37:hover{background-color:hsl(var(--accent) / .9)}._section_ndjfd_48{display:flex;flex-direction:column;gap:1.5rem}._fieldBlock_ndjfd_55{display:flex;flex-direction:column;gap:.5rem}._fieldRow_ndjfd_61{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid hsl(var(--border) / .5)}._labelMuted_ndjfd_70{font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground))}._fieldMeta_ndjfd_76{display:flex;align-items:center;gap:.75rem}._obrigatorioWrap_ndjfd_82{display:flex;align-items:center;gap:.5rem}._obrigatorioLabel_ndjfd_88{font-size:.875rem;color:hsl(var(--muted-foreground))}._switchDisabled_ndjfd_93{opacity:.7}._eyeIcon_ndjfd_98{width:1.25rem;height:1.25rem;color:hsl(var(--accent));opacity:.8}._inputMuted_ndjfd_106{background-color:hsl(var(--muted) / .5);border:1px solid hsl(var(--border))}._switchRosa_ndjfd_112[data-state=checked]{background-color:hsl(var(--accent))}._switchRosa_ndjfd_112[data-state=checked]:hover{background-color:hsl(var(--accent) / .9)}._pageContainer_jcggw_1{display:flex;flex-direction:column;gap:1.5rem}._headerRow_jcggw_7{display:flex;align-items:center;justify-content:space-between}._headerLeft_jcggw_13{display:flex;align-items:center;gap:.75rem}._headerIcon_jcggw_19{width:1.5rem;height:1.5rem;color:hsl(var(--accent))}._title_jcggw_25{font-size:1.5rem;line-height:2rem;font-weight:700;color:hsl(var(--foreground))}._headerRight_jcggw_32{display:flex;align-items:center;gap:1rem}._breadcrumb_jcggw_38{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._tabsList_jcggw_45{width:100%;justify-content:flex-start;border-radius:0;border-bottom:1px solid hsl(var(--border));background:transparent;padding:0;height:auto;flex-wrap:wrap}._tabTrigger_jcggw_56{border-radius:0;border-bottom:2px solid transparent;padding:.75rem 1.5rem;font-weight:500;color:hsl(var(--muted-foreground));background-color:transparent;transition:all .15s ease}._tabTrigger_jcggw_56:hover{color:hsl(var(--foreground));background-color:hsl(var(--muted) / .3)}._tabTrigger_jcggw_56[data-state=active]{border-color:hsl(var(--accent));background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._tabContent_jcggw_77{padding:1.5rem}._tabContentInner_jcggw_81{margin-top:0}._animateFadeIn_jcggw_85{animation:_fadeIn_jcggw_1 .2s ease-out}@keyframes _fadeIn_jcggw_1{0%{opacity:0}to{opacity:1}}._headerIconSmall_jcggw_98{width:1rem;height:1rem;margin-left:.5rem}._cardOverflowHidden_jcggw_104{overflow:hidden}._root_tmsts_1{display:flex;flex-direction:column;gap:1.5rem}._providersRow_tmsts_8{display:flex;gap:1rem;flex-wrap:wrap}._providerButton_tmsts_15{padding:1rem 1.5rem;border:2px solid hsl(var(--border));border-radius:var(--radius);transition:all .15s ease;font-weight:500;background:transparent;cursor:pointer;min-width:120px}._providerButton_tmsts_15:hover{border-color:hsl(var(--accent) / .5);background-color:hsl(var(--muted) / .3)}._providerButtonSelected_tmsts_31{border-color:hsl(var(--accent));background-color:hsl(var(--accent) / .05)}._providerContent_tmsts_37{display:flex;flex-direction:column;align-items:center;gap:.125rem}._providerContentRow_tmsts_44{display:flex;align-items:center;gap:.375rem}._providerName_tmsts_50{font-weight:700;font-size:.875rem;color:hsl(var(--accent))}._providerNameTeal_tmsts_56{font-weight:700;color:#0c333c}._providerNameBlue_tmsts_61{font-weight:700;color:#2563eb}._providerSubtext_tmsts_66{font-size:.75rem;color:hsl(var(--accent))}._configCard_tmsts_72{padding:1.5rem}._providerHeader_tmsts_77{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}._providerTitle_tmsts_84{font-size:1.125rem;font-weight:600;color:hsl(var(--foreground))}._statusActive_tmsts_90{font-size:.875rem;font-weight:500;color:#22c55e}._statusInactive_tmsts_96{font-size:.875rem;font-weight:500;color:hsl(var(--destructive))}._providerDescription_tmsts_102{font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:1.5rem}._formSection_tmsts_109{display:flex;flex-direction:column;gap:1.25rem}._fieldGroup_tmsts_116{display:flex;flex-direction:column;gap:.5rem}._label_tmsts_122{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._activateRow_tmsts_129{display:flex;align-items:center;gap:.75rem}._infoIcon_tmsts_135{width:1rem;height:1rem;color:hsl(var(--muted-foreground));cursor:help}._passwordWrapper_tmsts_143{position:relative}._passwordToggle_tmsts_147{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:.25rem;color:hsl(var(--muted-foreground));transition:color .15s ease}._passwordToggle_tmsts_147:hover{color:hsl(var(--foreground))}._passwordIcon_tmsts_164{width:1rem;height:1rem}._sslRow_tmsts_170{display:flex;align-items:center;gap:.75rem;padding:.75rem;background-color:hsl(var(--muted) / .3);border-radius:var(--radius);border:1px solid hsl(var(--border))}._domainRow_tmsts_181{display:flex;gap:.75rem}._domainInput_tmsts_186{flex:1}._actionsEnd_tmsts_191{display:flex;justify-content:flex-end;margin-top:.5rem}._saveButton_tmsts_197{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._saveButton_tmsts_197:hover{background-color:hsl(var(--accent) / .9)}._generateButton_tmsts_207{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._generateButton_tmsts_207:hover{background-color:hsl(var(--accent) / .9)}._switchRosa_tmsts_218[data-state=checked]{background-color:hsl(var(--accent))}._switchRosa_tmsts_218[data-state=checked]:hover{background-color:hsl(var(--accent) / .9)}._alertContent_tmsts_227{max-width:420px;padding:0;gap:0;overflow:hidden}._alertHeader_tmsts_234{padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .3)}._alertTitle_tmsts_240{font-size:1.125rem;font-weight:600;color:hsl(var(--foreground))}._alertBody_tmsts_246{padding:1.5rem}._alertDescription_tmsts_250{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.5}._alertFooter_tmsts_256{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._alertCancel_tmsts_265{border-color:hsl(var(--border));color:hsl(var(--muted-foreground))}._alertConfirm_tmsts_270{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._alertConfirm_tmsts_270:hover{background-color:hsl(var(--accent) / .9)}._grid_7nvbu_1{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 1024px){._grid_7nvbu_1{grid-template-columns:1fr 1fr}}._configPanel_7nvbu_14{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius)}._fieldGroup_7nvbu_25{display:flex;flex-direction:column;gap:.5rem}._label_7nvbu_31{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._colorRow_7nvbu_38{display:flex;gap:.5rem;margin-top:.25rem}._colorInputText_7nvbu_44{flex:1}._colorPickerWrapper_7nvbu_48{position:relative}._colorPicker_7nvbu_48{width:2.5rem;height:2.5rem;border-radius:var(--radius);cursor:pointer;border:1px solid hsl(var(--border))}._colorPicker_7nvbu_48:hover{border-color:hsl(var(--accent))}._hiddenInput_7nvbu_65{display:none}._uploadBtn_7nvbu_70{width:100%;border-color:hsl(var(--accent));color:hsl(var(--accent));font-weight:500}._uploadBtn_7nvbu_70:hover{background-color:hsl(var(--accent) / .1)}._saveButton_7nvbu_82{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._saveButton_7nvbu_82:hover{background-color:hsl(var(--accent) / .9)}._alertContent_7nvbu_93{max-width:420px;padding:0;gap:0;overflow:hidden}._alertHeader_7nvbu_100{padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .3)}._alertTitle_7nvbu_106{font-size:1.125rem;font-weight:600;color:hsl(var(--foreground))}._alertBody_7nvbu_112{padding:1.5rem}._alertDescription_7nvbu_116{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.5}._alertFooter_7nvbu_122{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._alertCancel_7nvbu_131{border-color:hsl(var(--border));color:hsl(var(--muted-foreground))}._alertConfirm_7nvbu_136{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._alertConfirm_7nvbu_136:hover{background-color:hsl(var(--accent) / .9)}._previewCard_7nvbu_146{padding:1rem}._browserChrome_7nvbu_150{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}._dot_7nvbu_157{width:.75rem;height:.75rem;border-radius:9999px}._dotGreen_7nvbu_163{background-color:#22c55e}._dotYellow_7nvbu_167{background-color:#eab308}._dotGray_7nvbu_171{background-color:#9ca3af}._emailPreview_7nvbu_175{background-color:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}._subjectLine_7nvbu_182{padding:.75rem 1rem;border-bottom:1px solid hsl(var(--border))}._subjectText_7nvbu_187{font-size:.875rem;color:hsl(var(--muted-foreground))}._senderText_7nvbu_192{font-size:.875rem}._headerBanner_7nvbu_196{padding:2rem 0;display:flex;justify-content:center}._headerImage_7nvbu_202{max-height:4rem;-o-object-fit:contain;object-fit:contain}._emailBody_7nvbu_207{padding:1.5rem;background-color:#fff}._emailTitle_7nvbu_212{font-size:1.125rem;font-weight:700;text-align:center;margin-bottom:1rem}._emailParagraph_7nvbu_219{font-size:.875rem;color:#4b5563;text-align:center;margin-bottom:1.5rem}._buttonCenter_7nvbu_226{display:flex;justify-content:center}._previewButton_7nvbu_231{padding:.5rem 1.5rem;border-radius:var(--radius);color:#fff;font-weight:500;transition:background-color .2s;border:none;cursor:pointer}._dialogContent_5vga0_2{max-width:900px;max-height:80vh;padding:0;gap:0;overflow:hidden;display:flex;flex-direction:column}._header_5vga0_13{display:flex;flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .3)}._title_5vga0_22{font-size:1.125rem;font-weight:400;color:hsl(var(--foreground));margin:0}._titleHighlight_5vga0_29{font-weight:700;color:hsl(var(--accent))}._filtersRow_5vga0_35{display:flex;align-items:flex-end;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .15)}._filterGroup_5vga0_44{display:flex;flex-direction:column;gap:.375rem;flex:1}._filterLabel_5vga0_51{font-size:.8125rem;font-weight:500;color:hsl(var(--muted-foreground))}._clearButton_5vga0_57{border-color:hsl(var(--border));color:hsl(var(--muted-foreground))}._clearButton_5vga0_57:hover{background-color:hsl(var(--muted) / .5)}._body_5vga0_67{padding:1rem 1.5rem;display:flex;flex-direction:column;gap:0;overflow-y:auto;flex:1}._tableCard_5vga0_77{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._tableHeaderRow_5vga0_83,._tableHeaderRow_5vga0_83:hover{background-color:#0c333c!important}._tableHeadCell_5vga0_91{color:#fff!important;font-weight:500;padding:.75rem 1rem;background-color:#0c333c!important}._tableCell_5vga0_98{padding:.75rem 1rem;font-size:.875rem}._tableCellBold_5vga0_103{font-weight:500}._acaoAdicionou_5vga0_108{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-size:.75rem;font-weight:500;padding:.25rem .625rem;border-radius:var(--radius)}._acaoEditou_5vga0_117{background-color:#f59e0b;color:#fff;font-size:.75rem;font-weight:500;padding:.25rem .625rem;border-radius:var(--radius)}._acaoDeletou_5vga0_126{background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground));font-size:.75rem;font-weight:500;padding:.25rem .625rem;border-radius:var(--radius)}._emptyCell_5vga0_136{text-align:center;color:hsl(var(--muted-foreground));padding:2rem 1rem}._footer_5vga0_143{display:flex;justify-content:center;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._pagination_5vga0_153{display:flex;align-items:center;gap:.25rem}._paginationBtn_5vga0_159{min-width:2rem;height:2rem;padding:0 .5rem;font-size:.875rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background:transparent;color:hsl(var(--foreground));cursor:pointer;transition:all .15s ease}._paginationBtn_5vga0_159:hover{background-color:hsl(var(--muted));border-color:hsl(var(--accent) / .5)}._paginationBtnActive_5vga0_177{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border-color:hsl(var(--accent))}._paginationBtnActive_5vga0_177:hover{background-color:hsl(var(--accent) / .9)}._pageContainer_vazlf_1{display:flex;flex-direction:column;gap:1.5rem}._headerRow_vazlf_7{display:flex;align-items:center;justify-content:space-between}._headerLeft_vazlf_13{display:flex;align-items:center;gap:.75rem}._headerIcon_vazlf_19{width:1.5rem;height:1.5rem;color:hsl(var(--accent))}._title_vazlf_25{font-size:1.5rem;line-height:2rem;font-weight:700;color:hsl(var(--foreground))}._logButton_vazlf_33{display:flex;align-items:center;gap:.5rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none;font-weight:500}._logButton_vazlf_33:hover{background-color:hsl(var(--accent) / .9)}._tabsContainer_vazlf_48{display:flex;flex-direction:column;gap:1.5rem}._tabsList_vazlf_55{width:100%;justify-content:flex-start;border-radius:0;border-bottom:1px solid hsl(var(--border));background:transparent;padding:0;height:auto}._tabTrigger_vazlf_66{display:flex;align-items:center;gap:.5rem;border-radius:0;border-bottom:2px solid transparent;padding:.75rem 1.5rem;font-weight:500;color:hsl(var(--muted-foreground));background-color:transparent;transition:all .15s ease}._tabTrigger_vazlf_66:hover{color:hsl(var(--foreground));background-color:hsl(var(--muted) / .3)}._tabTrigger_vazlf_66[data-state=active]{border-color:hsl(var(--accent));background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._dialogContent_thbmb_2{max-width:800px;max-height:80vh;padding:0;gap:0;overflow:hidden;display:flex;flex-direction:column}._header_thbmb_13{display:flex;flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .3)}._title_thbmb_22{font-size:1.125rem;font-weight:400;color:hsl(var(--foreground));margin:0;text-align:center}._titleHighlight_thbmb_30{font-weight:700;color:hsl(var(--accent))}._filtersRow_thbmb_36{display:flex;align-items:flex-end;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .15)}._filterGroup_thbmb_45{display:flex;flex-direction:column;gap:.375rem;flex:1}._filterLabel_thbmb_52{font-size:.8125rem;font-weight:500;color:hsl(var(--muted-foreground))}._clearButton_thbmb_58{border-color:hsl(var(--border));color:hsl(var(--muted-foreground))}._clearButton_thbmb_58:hover{background-color:hsl(var(--muted) / .5)}._body_thbmb_68{padding:1rem 1.5rem;display:flex;flex-direction:column;gap:0;overflow-y:auto;flex:1}._tableCard_thbmb_78{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._table_thbmb_78{width:100%;border-collapse:collapse}._tableHeaderRow_thbmb_89{background-color:#0c333c!important}._tableHeadCell_thbmb_93{color:#fff!important;font-weight:500;padding:.75rem 1rem;text-align:left}._tableRow_thbmb_100{border-bottom:1px solid hsl(var(--border) / .5)}._tableRow_thbmb_100:last-child{border-bottom:none}._tableCell_thbmb_108{padding:.75rem 1rem;font-size:.875rem}._tableCellBold_thbmb_113{padding:.75rem 1rem;font-size:.875rem;font-weight:600}._actionAdded_thbmb_120{display:inline-block;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-size:.75rem;font-weight:500;padding:.25rem .625rem;border-radius:var(--radius)}._actionEdited_thbmb_130{display:inline-block;background-color:#f59e0b;color:#fff;font-size:.75rem;font-weight:500;padding:.25rem .625rem;border-radius:var(--radius)}._actionDeleted_thbmb_140{display:inline-block;background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground));font-size:.75rem;font-weight:500;padding:.25rem .625rem;border-radius:var(--radius)}._actionDefault_thbmb_150{display:inline-block;background-color:hsl(var(--muted));color:hsl(var(--foreground));font-size:.75rem;font-weight:500;padding:.25rem .625rem;border-radius:var(--radius)}._footer_thbmb_161{display:flex;justify-content:center;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._pagination_thbmb_171{display:flex;align-items:center;gap:.25rem}._paginationBtn_thbmb_177{min-width:2rem;height:2rem;padding:0 .5rem;font-size:.875rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background:transparent;color:hsl(var(--foreground));cursor:pointer;transition:all .15s ease}._paginationBtn_thbmb_177:hover{background-color:hsl(var(--muted));border-color:hsl(var(--accent) / .5)}._paginationBtn_thbmb_177:disabled{opacity:.5;cursor:not-allowed}._paginationBtnActive_thbmb_200{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border-color:hsl(var(--accent))}._paginationBtnActive_thbmb_200:hover{background-color:hsl(var(--accent) / .9)}._paginationEllipsis_thbmb_210{min-width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:.875rem;color:hsl(var(--muted-foreground))}._chevronIcon_thbmb_221{width:1rem;height:1rem}._dialogContent_2aa9d_2{max-width:800px;max-height:90vh;padding:0;gap:0;overflow:hidden;display:flex;flex-direction:column}._header_2aa9d_13{display:flex;flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .3)}._title_2aa9d_22{font-size:1.125rem;font-weight:400;color:hsl(var(--foreground));margin:0;text-align:center}._titleHighlight_2aa9d_30{font-weight:700;color:hsl(var(--accent))}._formBody_2aa9d_36{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem;overflow-y:auto;flex:1}._gridThreeCols_2aa9d_46{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}._gridTwoCols_2aa9d_52{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._fieldGroup_2aa9d_59{display:flex;flex-direction:column;gap:.5rem}._labelPrimary_2aa9d_66{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._labelMuted_2aa9d_72{font-size:.8125rem;font-weight:500;color:hsl(var(--muted-foreground))}._salasSection_2aa9d_79{border-top:1px solid hsl(var(--border));padding-top:1.25rem;margin-top:.5rem}._salasTitle_2aa9d_85{color:hsl(var(--accent));font-weight:600;font-size:1rem;margin-bottom:.75rem}._salasList_2aa9d_92{display:flex;flex-direction:column;gap:.75rem}._salaRow_2aa9d_98{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:.75rem;align-items:flex-end;padding:.75rem;background-color:hsl(var(--muted) / .3);border-radius:var(--radius);border:1px solid hsl(var(--border))}._salaActions_2aa9d_109{display:flex;gap:.5rem}._salaEditBtn_2aa9d_115{width:2.25rem;height:2.25rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._salaEditBtn_2aa9d_115:hover{background-color:hsl(var(--accent) / .9)}._salaDeleteBtn_2aa9d_128{width:2.25rem;height:2.25rem;color:hsl(var(--destructive));border:1px solid transparent;background:transparent}._salaDeleteBtn_2aa9d_128:hover{color:hsl(var(--destructive));background-color:hsl(var(--destructive) / .1);border-color:hsl(var(--destructive) / .3)}._addSalaBtn_2aa9d_143{margin-top:.75rem;border-color:hsl(var(--accent));color:hsl(var(--accent));font-weight:500}._addSalaBtn_2aa9d_143:hover{background-color:hsl(var(--accent) / .1)}._footer_2aa9d_155{display:flex;justify-content:center;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._cancelButton_2aa9d_164{border-color:hsl(var(--border));color:hsl(var(--muted-foreground))}._submitBtn_2aa9d_169{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500;padding-left:2rem;padding-right:2rem}._submitBtn_2aa9d_169:hover{background-color:hsl(var(--accent) / .9)}._dialogContent_9zgcy_2{max-width:500px;padding:0;gap:0;overflow:hidden}._header_9zgcy_10{padding:1.5rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--accent) / .1)}._title_9zgcy_16{font-size:1.5rem;font-weight:700;color:hsl(var(--accent));margin:0;text-align:center}._body_9zgcy_25{padding:1.5rem;text-align:center}._textBlock_9zgcy_30{display:flex;flex-direction:column;gap:1rem;color:hsl(var(--muted-foreground));font-size:.9375rem;line-height:1.6}._nameHighlight_9zgcy_39{color:hsl(var(--foreground));font-weight:500}._accentHighlight_9zgcy_44{color:hsl(var(--accent));font-weight:600}._attentionText_9zgcy_49{display:inline-block;font-weight:600;color:hsl(var(--destructive))}._footer_9zgcy_56{display:flex;justify-content:center;padding:1rem 1.5rem 1.5rem}._confirmBtn_9zgcy_62{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500;padding-left:3rem;padding-right:3rem}._confirmBtn_9zgcy_62:hover{background-color:hsl(var(--accent) / .9)}._pageContainer_11eu5_1{display:flex;flex-direction:column;gap:1.5rem}._header_11eu5_7{display:flex;align-items:center;gap:.75rem}._headerIcon_11eu5_13{width:1.5rem;height:1.5rem;color:hsl(var(--accent))}._title_11eu5_19{font-size:1.5rem;line-height:2rem;font-weight:700;color:hsl(var(--foreground))}._searchActionsRow_11eu5_27{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}._searchGroup_11eu5_34{flex:1;max-width:24rem}._searchLabel_11eu5_39{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--muted-foreground));margin-bottom:.375rem;display:block}._searchWrapper_11eu5_48{position:relative}._searchButtonInline_11eu5_52{position:absolute;right:0;top:0;height:100%;border-top-left-radius:0;border-bottom-left-radius:0;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._searchButtonInline_11eu5_52:hover{background-color:hsl(var(--accent) / .9)}._buttonsGroup_11eu5_67{display:flex;gap:.75rem}._logButton_11eu5_73{border-color:hsl(var(--accent));color:hsl(var(--accent));font-weight:500}._logButton_11eu5_73:hover{background-color:hsl(var(--accent) / .1)}._newButton_11eu5_84{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._newButton_11eu5_84:hover{background-color:hsl(var(--accent) / .9)}._tableCard_11eu5_95{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._tableHeader_11eu5_102,._tableHeader_11eu5_102:hover{background-color:#0c333c!important}._tableHeadCell_11eu5_110{color:#fff!important;font-weight:500;padding:.75rem 1rem;background-color:#0c333c!important}._tableHeadCellCenter_11eu5_117{color:#fff!important;font-weight:500;padding:.75rem 1rem;text-align:center;background-color:#0c333c!important}._rowEven_11eu5_126{background-color:hsl(var(--muted) / .2)}._rowOdd_11eu5_130{background-color:hsl(var(--background))}._nameCell_11eu5_135{color:hsl(var(--accent));font-weight:600;padding:.75rem 1rem}._centerCell_11eu5_141{text-align:center;padding:.75rem 1rem}._emptyCell_11eu5_146{text-align:center;padding:2rem 1rem;color:hsl(var(--muted-foreground))}._editButton_11eu5_153{width:2.25rem;height:2.25rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._editButton_11eu5_153:hover{background-color:hsl(var(--accent) / .9)}._switchRosa_11eu5_166[data-state=checked]{background-color:hsl(var(--accent))}._switchRosa_11eu5_166[data-state=checked]:hover{background-color:hsl(var(--accent) / .9)}._animateFadeIn_11eu5_175{animation:_fadeIn_11eu5_1 .2s ease-out}@keyframes _fadeIn_11eu5_1{0%{opacity:0}to{opacity:1}}._inputPr10_11eu5_189{padding-right:2.5rem}._iconSmall_11eu5_193{width:1rem;height:1rem}._logButtonIcon_11eu5_198{width:1rem;height:1rem;margin-right:.5rem}._dialogContent_jquk6_1{max-width:42rem}._cropContainer_jquk6_5{display:flex;justify-content:center;align-items:center;max-height:60vh;overflow:auto}._cropImage_jquk6_13{max-width:100%;max-height:50vh;-o-object-fit:contain;object-fit:contain}._helpText_jquk6_19{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground));text-align:center}._dialogContent_g9j6j_2{max-width:800px;max-height:90vh;padding:0;gap:0;overflow:hidden;display:flex;flex-direction:column}._header_g9j6j_13{display:flex;flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .3)}._title_g9j6j_22{font-size:1.125rem;font-weight:400;color:hsl(var(--foreground));margin:0;text-align:center}._titleHighlight_g9j6j_30{font-weight:700;color:hsl(var(--accent))}._formBody_g9j6j_36{padding:1.5rem;overflow-y:auto;flex:1}._formGrid_g9j6j_42{display:grid;gap:1.25rem}._gridThreeCols_g9j6j_48{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}._gridFourCols_g9j6j_54{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}._fieldGroup_g9j6j_61{display:flex;flex-direction:column;gap:.5rem}._label_g9j6j_67{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}._disabledInput_g9j6j_74{background-color:hsl(var(--muted) / .5);border:1px solid hsl(var(--border))}._priceInput_g9j6j_80{background-color:hsl(var(--accent) / .05);border-color:hsl(var(--accent) / .3)}._imageRow_g9j6j_86{display:flex;gap:.75rem;align-items:center}._imagePreview_g9j6j_92{position:relative;width:3rem;height:3rem;border:2px solid hsl(var(--accent) / .3);border-radius:var(--radius);overflow:hidden}._imagePreviewImg_g9j6j_101{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._imagePlaceholder_g9j6j_107{width:3rem;height:3rem;border:2px dashed hsl(var(--border));border-radius:var(--radius);display:flex;align-items:center;justify-content:center;background-color:hsl(var(--muted) / .3)}._imagePlaceholderIcon_g9j6j_118{width:1.25rem;height:1.25rem;color:hsl(var(--muted-foreground))}._uploadBtn_g9j6j_124{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500;font-size:.8125rem}._uploadBtn_g9j6j_124:hover{background-color:hsl(var(--accent) / .9)}._hiddenInput_g9j6j_135{display:none}._footer_g9j6j_140{display:flex;justify-content:center;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._cancelButton_g9j6j_149{border-color:hsl(var(--border));color:hsl(var(--muted-foreground))}._submitButton_g9j6j_154{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._submitButton_g9j6j_154:hover{background-color:hsl(var(--accent) / .9)}._dialogContent_uhzox_2{max-width:900px;max-height:80vh;padding:0;gap:0;overflow:hidden;display:flex;flex-direction:column}._header_uhzox_13{display:flex;flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .3)}._title_uhzox_22{font-size:1.125rem;font-weight:400;color:hsl(var(--foreground));margin:0}._titleHighlight_uhzox_29{font-weight:700;color:hsl(var(--accent))}._filtersRow_uhzox_35{display:flex;align-items:flex-end;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .15)}._filterGroup_uhzox_44{display:flex;flex-direction:column;gap:.375rem;flex:1}._filterLabel_uhzox_51{font-size:.8125rem;font-weight:500;color:hsl(var(--muted-foreground))}._clearButton_uhzox_57{border-color:hsl(var(--border));color:hsl(var(--muted-foreground))}._clearButton_uhzox_57:hover{background-color:hsl(var(--muted) / .5)}._body_uhzox_67{padding:1rem 1.5rem;display:flex;flex-direction:column;gap:0;overflow-y:auto;flex:1}._tableCard_uhzox_77{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._tableHeaderRow_uhzox_83,._tableHeaderRow_uhzox_83:hover{background-color:#0c333c!important}._tableHeadCell_uhzox_91{color:#fff!important;font-weight:500;padding:.75rem 1rem;background-color:#0c333c!important}._tableCell_uhzox_98{padding:.75rem 1rem;font-size:.875rem}._tableCellBold_uhzox_103{padding:.75rem 1rem;font-size:.875rem;font-weight:600}._actionAdded_uhzox_110,._actionActivated_uhzox_120{display:inline-block;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-size:.75rem;font-weight:500;padding:.25rem .625rem;border-radius:var(--radius)}._actionEdited_uhzox_130{display:inline-block;background-color:#f59e0b;color:#fff;font-size:.75rem;font-weight:500;padding:.25rem .625rem;border-radius:var(--radius)}._actionDeleted_uhzox_140,._actionDeactivated_uhzox_150{display:inline-block;background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground));font-size:.75rem;font-weight:500;padding:.25rem .625rem;border-radius:var(--radius)}._actionDefault_uhzox_160{display:inline-block;background-color:hsl(var(--muted));color:hsl(var(--foreground));font-size:.75rem;font-weight:500;padding:.25rem .625rem;border-radius:var(--radius)}._emptyCell_uhzox_171{text-align:center;color:hsl(var(--muted-foreground));padding:2rem 1rem}._footer_uhzox_178{display:flex;justify-content:center;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .2)}._pagination_uhzox_188{display:flex;align-items:center;gap:.25rem}._paginationBtn_uhzox_194{min-width:2rem;height:2rem;padding:0 .5rem;font-size:.875rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background:transparent;color:hsl(var(--foreground));cursor:pointer;transition:all .15s ease}._paginationBtn_uhzox_194:hover{background-color:hsl(var(--muted));border-color:hsl(var(--accent) / .5)}._paginationBtn_uhzox_194:disabled{opacity:.5;cursor:not-allowed}._paginationBtnActive_uhzox_217{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border-color:hsl(var(--accent))}._paginationBtnActive_uhzox_217:hover{background-color:hsl(var(--accent) / .9)}._pageContainer_1ednv_1{display:flex;flex-direction:column;gap:1.5rem}._header_1ednv_7{display:flex;align-items:center;gap:.75rem}._headerIcon_1ednv_13{width:1.5rem;height:1.5rem;color:hsl(var(--accent))}._title_1ednv_19{font-size:1.5rem;line-height:2rem;font-weight:700;color:hsl(var(--foreground))}._cardBody_1ednv_27{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}._filtersGrid_1ednv_35{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){._filtersGrid_1ednv_35{grid-template-columns:repeat(4,1fr)}}._filterGroup_1ednv_47{display:flex;flex-direction:column;gap:.375rem}._filterLabel_1ednv_53{font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground))}._searchWrapper_1ednv_59{position:relative}._searchButtonInline_1ednv_63{position:absolute;right:0;top:0;height:100%;border-top-left-radius:0;border-bottom-left-radius:0;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._searchButtonInline_1ednv_63:hover{background-color:hsl(var(--accent) / .9)}._actionsRow_1ednv_79{display:flex;justify-content:flex-end;gap:.75rem}._logButton_1ednv_85{border-color:hsl(var(--accent));color:hsl(var(--accent));font-weight:500}._logButton_1ednv_85:hover{background-color:hsl(var(--accent) / .1)}._newButton_1ednv_95{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._newButton_1ednv_95:hover{background-color:hsl(var(--accent) / .9)}._tableWrapper_1ednv_106{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._tableHeader_1ednv_112,._tableHeader_1ednv_112:hover{background-color:#0c333c!important}._tableHeadCell_1ednv_120{color:#fff!important;font-weight:500;padding:.75rem 1rem;background-color:#0c333c!important}._tableHeadCellCenter_1ednv_127{color:#fff!important;font-weight:500;padding:.75rem 1rem;text-align:center;background-color:#0c333c!important}._tableCell_1ednv_136{padding:.75rem 1rem}._nameCell_1ednv_140{font-weight:600;color:hsl(var(--accent));padding:.75rem 1rem}._productNameWrapper_1ednv_146{display:flex;align-items:center;gap:.75rem}._productImage_1ednv_152{width:2.5rem;height:2.5rem;border-radius:var(--radius);-o-object-fit:cover;object-fit:cover;border:1px solid hsl(var(--border))}._productImagePlaceholder_1ednv_160{width:2.5rem;height:2.5rem;border-radius:var(--radius);background-color:hsl(var(--muted));display:flex;align-items:center;justify-content:center;border:1px solid hsl(var(--border))}._productImagePlaceholderIcon_1ednv_171{width:1rem;height:1rem;color:hsl(var(--muted-foreground))}._productNameText_1ednv_177{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:300px;font-weight:500}._centerCell_1ednv_185{text-align:center;padding:.75rem 1rem}._editBtn_1ednv_191{width:2.25rem;height:2.25rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._editBtn_1ednv_191:hover{background-color:hsl(var(--accent) / .9)}._deleteBtn_1ednv_203{width:2.25rem;height:2.25rem;color:hsl(var(--destructive));border:1px solid transparent;background:transparent}._deleteBtn_1ednv_203:hover{color:hsl(var(--destructive));background-color:hsl(var(--destructive) / .1);border-color:hsl(var(--destructive) / .3)}._switchRosa_1ednv_218[data-state=checked]{background-color:hsl(var(--accent))}._switchRosa_1ednv_218[data-state=checked]:hover{background-color:hsl(var(--accent) / .9)}._emptyCell_1ednv_227{text-align:center;color:hsl(var(--muted-foreground));padding:2rem 1rem}._dialogContent_8jcto_1{max-width:56rem;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;gap:0;padding:0}._header_8jcto_12{padding:1.25rem 1.5rem;background-color:hsl(var(--muted) / .3);border-bottom:1px solid hsl(var(--border))}._title_8jcto_18{font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin:0}._titleHighlight_8jcto_25{color:hsl(var(--accent))}._filtersRow_8jcto_30{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end;padding:1rem 1.5rem;border-bottom:1px solid hsl(var(--border))}._filterField_8jcto_39{display:flex;flex-direction:column;gap:.375rem}._filterLabel_8jcto_45{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--muted-foreground))}._dateButton_8jcto_52{width:180px;justify-content:flex-start;text-align:left;font-weight:400}._dateButtonEmpty_8jcto_59{color:hsl(var(--muted-foreground))}._clearButton_8jcto_63{border-color:hsl(var(--destructive));color:hsl(var(--destructive));font-weight:500}._clearButton_8jcto_63:hover{background-color:hsl(var(--destructive) / .1)}._body_8jcto_74{flex:1;overflow:auto;padding:1rem 1.5rem}._tableHeaderRow_8jcto_80,._tableHeaderRow_8jcto_80:hover{background-color:#0c333c!important}._tableHeadCell_8jcto_88{color:#fff!important;font-weight:500;background-color:#0c333c!important;padding:.75rem 1rem}._tableCell_8jcto_95{padding:.75rem 1rem}._tableCellBold_8jcto_99{font-weight:600;color:hsl(var(--accent));padding:.75rem 1rem}._emptyCell_8jcto_105{text-align:center;color:hsl(var(--muted-foreground));padding:2rem 1rem}._actionAdded_8jcto_112{display:inline-block;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600;background-color:hsl(var(--primary) / .1);color:hsl(var(--primary))}._actionEdited_8jcto_122{display:inline-block;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600;background-color:#f59f0a1a;color:#d97706}._actionDeleted_8jcto_132{display:inline-block;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600;background-color:hsl(var(--destructive) / .1);color:hsl(var(--destructive))}._actionDefault_8jcto_142{display:inline-block;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600;background-color:hsl(var(--muted) / .5);color:hsl(var(--foreground))}._detailsCell_8jcto_152{max-width:20rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:.75rem 1rem}._pagination_8jcto_161{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;background-color:hsl(var(--muted) / .2);border-top:1px solid hsl(var(--border))}._dialogContent_15tmt_1{max-width:28rem;padding:0;gap:0}._header_15tmt_8{padding:1.25rem 1.5rem;background-color:hsl(var(--muted) / .3);border-bottom:1px solid hsl(var(--border))}._title_15tmt_14{font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin:0}._titleHighlight_15tmt_21{color:hsl(var(--accent))}._body_15tmt_26{display:flex;flex-direction:column;gap:1rem;padding:1.5rem}._fieldGroup_15tmt_33{display:flex;flex-direction:column;gap:.5rem}._errorText_15tmt_39{font-size:.875rem;line-height:1.25rem;color:hsl(var(--destructive))}._helpText_15tmt_45{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._footer_15tmt_52{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;background-color:hsl(var(--muted) / .2);border-top:1px solid hsl(var(--border))}._cancelButton_15tmt_61{border-color:hsl(var(--border));font-weight:500}._cancelButton_15tmt_61:hover{background-color:hsl(var(--muted) / .5)}._duplicateButton_15tmt_70{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._duplicateButton_15tmt_70:hover{background-color:hsl(var(--accent) / .9)}._pageContainer_1c5j2_1{display:flex;flex-direction:column;gap:1.5rem}._header_1c5j2_7{display:flex;align-items:center;gap:.75rem}._headerIcon_1c5j2_13{width:1.5rem;height:1.5rem;color:hsl(var(--accent))}._title_1c5j2_19{font-size:1.5rem;line-height:2rem;font-weight:700;color:hsl(var(--foreground))}._filtersCard_1c5j2_26{padding:1.5rem}._filtersRow_1c5j2_30{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;justify-content:space-between}@media (min-width: 768px){._filtersRow_1c5j2_30{flex-direction:row;align-items:flex-end}}._searchGroup_1c5j2_45{width:100%}@media (min-width: 768px){._searchGroup_1c5j2_45{width:auto}}._searchLabel_1c5j2_55{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--muted-foreground));margin-bottom:.375rem;display:block}._searchWrapper_1c5j2_64{position:relative}._searchInput_1c5j2_68{width:100%;padding-right:2.5rem}@media (min-width: 768px){._searchInput_1c5j2_68{width:16rem}}._searchButtonInline_1c5j2_79{position:absolute;right:0;top:0;height:100%;border-top-left-radius:0;border-bottom-left-radius:0;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._searchButtonInline_1c5j2_79:hover{background-color:hsl(var(--accent) / .9)}._actionsRow_1c5j2_94{display:flex;gap:.75rem}._logButton_1c5j2_100{border-color:hsl(var(--accent));color:hsl(var(--accent));font-weight:500}._logButton_1c5j2_100:hover{background-color:hsl(var(--accent) / .1)}._newButton_1c5j2_111{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._newButton_1c5j2_111:hover{background-color:hsl(var(--accent) / .9)}._tableCard_1c5j2_122{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._tableHeader_1c5j2_129,._tableHeader_1c5j2_129:hover{background-color:#0c333c!important}._tableHeadCell_1c5j2_137{color:#fff!important;font-weight:500;padding:.75rem 1rem;background-color:#0c333c!important}._tableHeadCellCenter_1c5j2_144{color:#fff!important;font-weight:500;text-align:center;padding:.75rem 1rem;background-color:#0c333c!important}._tableHeadCellCenterSmall_1c5j2_152{color:#fff!important;font-weight:500;text-align:center;width:5rem;padding:.75rem 1rem;background-color:#0c333c!important}._tableHeadCellCenterStatus_1c5j2_161{color:#fff!important;font-weight:500;text-align:center;width:6rem;padding:.75rem 1rem;background-color:#0c333c!important}._emptyCell_1c5j2_170{text-align:center;color:hsl(var(--muted-foreground));padding:2rem 1rem}._nameCell_1c5j2_176{font-weight:500;color:hsl(var(--foreground));padding:.75rem 1rem}._centerCell_1c5j2_182{text-align:center;padding:.75rem 1rem}._editBtn_1c5j2_188{width:2.25rem;height:2.25rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}._editBtn_1c5j2_188:hover{background-color:hsl(var(--accent) / .9)}._deleteBtn_1c5j2_201{width:2.25rem;height:2.25rem;color:hsl(var(--destructive));border:1px solid transparent;background:transparent}._deleteBtn_1c5j2_201:hover{color:hsl(var(--destructive));background-color:hsl(var(--destructive) / .1);border-color:hsl(var(--destructive) / .3)}._switchRosa_1c5j2_216[data-state=checked]{background-color:hsl(var(--accent))}._switchRosa_1c5j2_216[data-state=checked]:hover{background-color:hsl(var(--accent) / .9)}._dialogContent_yb0c0_1{max-width:24rem}._scrollArea_yb0c0_5{height:400px;padding-right:1rem}._categoriesList_yb0c0_10{display:flex;flex-direction:column;gap:.5rem}._categoryContainer_yb0c0_16{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._categoryButton_yb0c0_22{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.75rem;background-color:hsl(var(--muted) / .5);text-align:left;border:none;cursor:pointer;transition:background-color .15s}._categoryButton_yb0c0_22:hover{background-color:hsl(var(--muted))}._categoryName_yb0c0_39{font-weight:600;font-size:.875rem;line-height:1.25rem}._chevronIcon_yb0c0_45{width:1rem;height:1rem;color:hsl(var(--primary))}._variablesList_yb0c0_51{padding:.5rem;display:flex;flex-direction:column;gap:.25rem;background-color:hsl(var(--background));max-height:12rem;overflow-y:auto}._variableItem_yb0c0_61{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:calc(var(--radius) - 2px);cursor:pointer;transition:background-color .15s}._variableItem_yb0c0_61:hover{background-color:hsl(var(--muted))}._gripIcon_yb0c0_75{width:.75rem;height:.75rem;color:hsl(var(--muted-foreground));opacity:0;transition:opacity .15s}._variableItem_yb0c0_61:hover ._gripIcon_yb0c0_75{opacity:1}._variableName_yb0c0_87{font-size:.875rem;line-height:1.25rem}._dialogContent_1deeq_1{max-width:48rem;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}._cropContainer_1deeq_9{flex:1;overflow:auto;display:flex;justify-content:center;align-items:center;padding:1rem 0;background-color:hsl(var(--muted) / .3);border-radius:var(--radius)}._cropImage_1deeq_20{max-height:60vh;-o-object-fit:contain;object-fit:contain}._helpText_1deeq_25{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground));text-align:center}._editorContainer_vvqme_1{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._toolbar_vvqme_7{display:flex;flex-wrap:wrap;align-items:center;gap:.125rem;padding:.5rem;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .3)}._formatSelect_vvqme_17{height:2rem;padding:0 .5rem;font-size:.875rem;line-height:1.25rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--background))}._variablesBtn_vvqme_27{height:2rem;padding:0 .75rem;gap:.25rem}._variablesBtnText_vvqme_33{font-size:.75rem;line-height:1rem}._resizeHint_vvqme_38{background-color:hsl(var(--primary) / .1);color:hsl(var(--primary));font-size:.75rem;line-height:1rem;padding:.5rem;text-align:center}._editor_vvqme_1{min-height:300px;padding:1rem;outline:none}._editor_vvqme_1 img{max-width:100%;height:auto;cursor:pointer}._editorDisabled_vvqme_59{background-color:hsl(var(--muted) / .5);cursor:not-allowed;opacity:.7}._editor_vvqme_1:empty:before{content:attr(data-placeholder);color:hsl(var(--muted-foreground));pointer-events:none}._hiddenInput_vvqme_71{display:none}._dialogContent_1pln8_1{max-width:56rem;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;gap:0;padding:0}._header_1pln8_12{padding:1.25rem 1.5rem;background-color:hsl(var(--muted) / .3);border-bottom:1px solid hsl(var(--border))}._title_1pln8_18{font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin:0}._titleHighlight_1pln8_25{color:hsl(var(--accent))}._body_1pln8_30{flex:1;overflow:auto;display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem}._sectionBlock_1pln8_39{display:flex;flex-direction:column;gap:1rem}._sectionLabel_1pln8_45{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--muted-foreground))}._fieldGroup_1pln8_52{display:flex;flex-direction:column;gap:.5rem}._errorText_1pln8_58{font-size:.875rem;line-height:1.25rem;color:hsl(var(--destructive))}._footer_1pln8_65{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;background-color:hsl(var(--muted) / .2);border-top:1px solid hsl(var(--border))}._cancelButton_1pln8_74{border-color:hsl(var(--border));font-weight:500}._cancelButton_1pln8_74:hover{background-color:hsl(var(--muted) / .5)}._saveButton_1pln8_83{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._saveButton_1pln8_83:hover{background-color:hsl(var(--accent) / .9)}._container_qhbtz_1{display:flex;flex-direction:column;gap:2rem}._headerSection_qhbtz_8{display:flex;flex-direction:column;gap:.5rem}._headerTitle_qhbtz_14{font-size:1.25rem;font-weight:600;color:hsl(var(--foreground));margin:0}._headerTitleHighlight_qhbtz_21{color:hsl(var(--accent))}._headerDescription_qhbtz_25{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.5;margin:0}._colorsGrid_qhbtz_33{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media (min-width: 768px){._colorsGrid_qhbtz_33{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){._colorsGrid_qhbtz_33{grid-template-columns:repeat(3,1fr)}}._colorCard_qhbtz_52{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background-color:hsl(var(--muted) / .2);border:1px solid hsl(var(--border));border-radius:var(--radius)}._colorLabel_qhbtz_62{font-size:.875rem;font-weight:500;color:hsl(var(--foreground));line-height:1.4}._footer_qhbtz_70{display:flex;justify-content:flex-end;padding-top:1rem;border-top:1px solid hsl(var(--border))}._saveButton_qhbtz_77{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500;padding-left:2rem;padding-right:2rem}._saveButton_qhbtz_77:hover{background-color:hsl(var(--accent) / .9)}._container_lab60_1{display:flex;flex-direction:column;gap:2rem}._headerSection_lab60_8{display:flex;flex-direction:column;gap:.5rem}._headerTitle_lab60_14{font-size:1.25rem;font-weight:600;color:hsl(var(--foreground));margin:0}._headerTitleHighlight_lab60_21{color:hsl(var(--accent))}._headerDescription_lab60_25{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.5;margin:0}._logoGrid_lab60_33{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media (min-width: 768px){._logoGrid_lab60_33{grid-template-columns:repeat(2,1fr)}}._logoCard_lab60_46{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background-color:hsl(var(--muted) / .1);border:1px solid hsl(var(--border));border-radius:var(--radius)}._cardHeader_lab60_56{display:flex;align-items:center;justify-content:center;gap:.5rem}._cardTitle_lab60_63{font-size:1rem;font-weight:600;color:hsl(var(--foreground));margin:0}._helpButton_lab60_70{width:1.5rem;height:1.5rem;border-radius:50%;border:1px solid hsl(var(--muted-foreground) / .5);display:flex;align-items:center;justify-content:center;color:hsl(var(--muted-foreground));background:transparent;cursor:pointer;transition:all .2s ease}._helpButton_lab60_70:hover{color:hsl(var(--foreground));border-color:hsl(var(--foreground))}._hiddenInput_lab60_90{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}._dropZone_lab60_103{width:100%;min-height:12rem;border:2px dashed hsl(var(--border));border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:1.5rem;cursor:pointer;transition:all .2s ease;background-color:hsl(var(--muted) / .1)}._dropZone_lab60_103:hover{border-color:hsl(var(--accent));background-color:hsl(var(--accent) / .05)}._dropZoneActive_lab60_124{border-color:hsl(var(--accent));background-color:hsl(var(--accent) / .1);border-style:solid}._dropZoneIcon_lab60_130{width:3rem;height:3rem;color:hsl(var(--muted-foreground))}._dropZone_lab60_103:hover ._dropZoneIcon_lab60_130,._dropZoneActive_lab60_124 ._dropZoneIcon_lab60_130{color:hsl(var(--accent))}._dropZoneText_lab60_144{text-align:center}._dropZoneTitle_lab60_148{font-size:.875rem;font-weight:500;color:hsl(var(--foreground));margin:0 0 .25rem}._dropZoneSubtitle_lab60_155{font-size:.75rem;color:hsl(var(--muted-foreground));margin:0}._dropZoneHighlight_lab60_161{color:hsl(var(--accent));font-weight:500}._imagePreview_lab60_167{width:100%;height:12rem;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;overflow:hidden;background-image:linear-gradient(45deg,#e0e0e0 25%,transparent 25%),linear-gradient(-45deg,#e0e0e0 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#e0e0e0 75%),linear-gradient(-45deg,transparent 75%,#e0e0e0 75%);background-size:20px 20px;background-position:0 0,0 10px,10px -10px,-10px 0px;background-color:#f5f5f5}._previewImage_lab60_185{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}._noImageText_lab60_191{color:hsl(var(--muted-foreground));font-size:.875rem}._dimensions_lab60_197{font-size:.75rem;color:hsl(var(--muted-foreground));text-align:center}._cardActions_lab60_204{display:flex;flex-direction:column;align-items:center;gap:.5rem}._addButton_lab60_211{width:10rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._addButton_lab60_211:hover{background-color:hsl(var(--accent) / .9)}._deleteButton_lab60_222{width:10rem;border-color:hsl(var(--accent));color:hsl(var(--accent));font-weight:500}._deleteButton_lab60_222:hover{background-color:hsl(var(--accent) / .1)}._footer_lab60_234{display:flex;justify-content:flex-end;padding-top:1rem;border-top:1px solid hsl(var(--border))}._saveButton_lab60_241{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500;padding-left:2rem;padding-right:2rem}._saveButton_lab60_241:hover{background-color:hsl(var(--accent) / .9)}._container_tg2at_1{display:flex;flex-direction:column;gap:2rem}._headerSection_tg2at_8{display:flex;flex-direction:column;gap:.5rem}._headerTitle_tg2at_14{font-size:1.25rem;font-weight:600;color:hsl(var(--foreground));margin:0}._headerTitleHighlight_tg2at_21{color:hsl(var(--accent))}._headerDescription_tg2at_25{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.5;margin:0}._subTabsContainer_tg2at_33{display:flex;gap:.5rem}._subTabButton_tg2at_38{padding:.5rem 1.25rem;border-radius:var(--radius);font-weight:500;transition:all .2s ease}._subTabButtonActive_tg2at_45{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._subTabButtonActive_tg2at_45:hover{background-color:hsl(var(--accent) / .9)}._subTabButtonInactive_tg2at_54{background-color:transparent;border:1px solid hsl(var(--border));color:hsl(var(--muted-foreground))}._hiddenInput_tg2at_61{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}._subTabButtonInactive_tg2at_54:hover{background-color:hsl(var(--muted) / .3);color:hsl(var(--foreground))}._colorsSection_tg2at_79{display:flex;flex-direction:column;gap:1.5rem}._colorsGrid_tg2at_85{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media (min-width: 768px){._colorsGrid_tg2at_85{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){._colorsGrid_tg2at_85{grid-template-columns:repeat(3,1fr)}}._colorCard_tg2at_103{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background-color:hsl(var(--muted) / .2);border:1px solid hsl(var(--border));border-radius:var(--radius)}._colorLabel_tg2at_113{font-size:.875rem;font-weight:500;color:hsl(var(--foreground));line-height:1.4}._previewSection_tg2at_121{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background-color:hsl(var(--muted) / .1);border:1px solid hsl(var(--border));border-radius:var(--radius)}._previewText_tg2at_131{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0}._previewButton_tg2at_137{width:-moz-fit-content;width:fit-content;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._previewButton_tg2at_137:hover{background-color:hsl(var(--accent) / .9)}._imagesSection_tg2at_149{display:flex;flex-direction:column;gap:2rem}._imagesGrid_tg2at_155{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media (min-width: 768px){._imagesGrid_tg2at_155{grid-template-columns:repeat(2,1fr)}}._imageCard_tg2at_168{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background-color:hsl(var(--muted) / .1);border:1px solid hsl(var(--border));border-radius:var(--radius)}._imageCardTitle_tg2at_178{font-size:1rem;font-weight:600;color:hsl(var(--foreground));text-align:center;margin:0}._imageActions_tg2at_186{display:flex;flex-direction:column;align-items:center;gap:.5rem}._addButton_tg2at_193{width:10rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._addButton_tg2at_193:hover{background-color:hsl(var(--accent) / .9)}._deleteButton_tg2at_204{width:10rem;border-color:hsl(var(--accent));color:hsl(var(--accent));font-weight:500}._deleteButton_tg2at_204:hover{background-color:hsl(var(--accent) / .1)}._dropZone_tg2at_216{width:100%;min-height:12rem;border:2px dashed hsl(var(--border));border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:1.5rem;cursor:pointer;transition:all .2s ease;background-color:hsl(var(--muted) / .1)}._dropZone_tg2at_216:hover{border-color:hsl(var(--accent));background-color:hsl(var(--accent) / .05)}._dropZoneActive_tg2at_237{border-color:hsl(var(--accent));background-color:hsl(var(--accent) / .1);border-style:solid}._dropZoneLarge_tg2at_243{min-height:18rem}._dropZoneIcon_tg2at_247{width:3rem;height:3rem;color:hsl(var(--muted-foreground))}._dropZone_tg2at_216:hover ._dropZoneIcon_tg2at_247,._dropZoneActive_tg2at_237 ._dropZoneIcon_tg2at_247{color:hsl(var(--accent))}._dropZoneText_tg2at_261{text-align:center}._dropZoneTitle_tg2at_265{font-size:.875rem;font-weight:500;color:hsl(var(--foreground));margin:0 0 .25rem}._dropZoneSubtitle_tg2at_272{font-size:.75rem;color:hsl(var(--muted-foreground));margin:0}._dropZoneHighlight_tg2at_278{color:hsl(var(--accent));font-weight:500}._imagePreview_tg2at_284{width:100%;min-height:12rem;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;overflow:hidden;padding:1rem;background-image:linear-gradient(45deg,#e0e0e0 25%,transparent 25%),linear-gradient(-45deg,#e0e0e0 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#e0e0e0 75%),linear-gradient(-45deg,transparent 75%,#e0e0e0 75%);background-size:20px 20px;background-position:0 0,0 10px,10px -10px,-10px 0px;background-color:#f5f5f5}._imagePreviewLarge_tg2at_303{min-height:18rem}._previewImage_tg2at_307{max-width:100%;max-height:11rem;-o-object-fit:contain;object-fit:contain}._previewImageLarge_tg2at_313{max-height:17rem}._noImageText_tg2at_317{color:hsl(var(--muted-foreground));font-size:.875rem}._footer_tg2at_323{display:flex;justify-content:flex-end;padding-top:1rem;border-top:1px solid hsl(var(--border))}._saveButton_tg2at_330{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500;padding-left:2rem;padding-right:2rem}._saveButton_tg2at_330:hover{background-color:hsl(var(--accent) / .9)}._dialogContent_1c5sm_1{max-width:64rem;max-height:90vh;overflow:hidden;padding:0;gap:0}._header_1c5sm_10{padding:1.25rem 1.5rem;background-color:hsl(var(--muted) / .3);border-bottom:1px solid hsl(var(--border))}._title_1c5sm_16{font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin:0}._titleHighlight_1c5sm_23{color:hsl(var(--accent))}._previewContainer_1c5sm_28{display:flex;min-height:600px;overflow:hidden}._loginSide_1c5sm_35{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}._logoContainer_1c5sm_44{margin-bottom:2rem}._logo_1c5sm_44{max-height:80px}._formContainer_1c5sm_52{width:100%;max-width:24rem;display:flex;flex-direction:column;gap:1rem}._inputWrapper_1c5sm_60{position:relative}._input_1c5sm_60{height:3rem;width:100%;padding:0 1rem;border-radius:var(--radius);background-color:transparent;border-width:1px;border-style:solid}._inputWithIcon_1c5sm_74{padding-right:3rem}._eyeButton_1c5sm_78{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}._loginButton_1c5sm_92{width:100%;height:3rem;font-weight:600;transition:background-color .2s ease;border:none;border-radius:var(--radius);cursor:pointer}._forgotPassword_1c5sm_102{text-align:center;font-size:.875rem;cursor:pointer;margin:0}._forgotPassword_1c5sm_102:hover{text-decoration:underline}._bannerSide_1c5sm_114{flex:1;position:relative;overflow:hidden}._bannerImage_1c5sm_120{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._pageContainer_9u3js_1{display:flex;flex-direction:column;gap:1.5rem}._header_9u3js_7{display:flex;align-items:center;gap:.75rem}._headerIcon_9u3js_13{width:1.5rem;height:1.5rem;color:hsl(var(--accent))}._title_9u3js_19{font-size:1.5rem;line-height:2rem;font-weight:700;color:hsl(var(--foreground))}._mainCard_9u3js_27{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}._tabsList_9u3js_34{width:100%;justify-content:flex-start;border-bottom:1px solid hsl(var(--border));border-radius:0;height:auto;padding:0;background-color:hsl(var(--muted) / .3)}._tabTrigger_9u3js_44{border-radius:0;border-bottom:3px solid transparent;padding:1rem 1.5rem;gap:.5rem;font-weight:500;color:hsl(var(--muted-foreground));transition:all .2s ease}._tabTrigger_9u3js_44:hover{color:hsl(var(--foreground));background-color:hsl(var(--muted) / .5)}._tabTrigger_9u3js_44[data-state=active]{background-color:transparent;color:hsl(var(--accent));border-color:hsl(var(--accent));font-weight:600}._tabContent_9u3js_66{padding:2rem}._tabContentInner_9u3js_70{margin-top:0}._confirmContent_9u3js_75{max-width:28rem;padding:0;gap:0}._confirmHeader_9u3js_81{padding:1.25rem 1.5rem;background-color:hsl(var(--muted) / .3);border-bottom:1px solid hsl(var(--border))}._confirmTitle_9u3js_87{font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin:0}._confirmTitleHighlight_9u3js_94{color:hsl(var(--accent))}._confirmBody_9u3js_98{padding:1.5rem}._confirmDescription_9u3js_102{font-size:.9375rem;line-height:1.5;color:hsl(var(--muted-foreground));margin:0}._confirmFooter_9u3js_109{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;background-color:hsl(var(--muted) / .2);border-top:1px solid hsl(var(--border))}._cancelButton_9u3js_118{border-color:hsl(var(--border));font-weight:500}._cancelButton_9u3js_118:hover{background-color:hsl(var(--muted) / .5)}._confirmButton_9u3js_127{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500}._confirmButton_9u3js_127:hover{background-color:hsl(var(--accent) / .9)}._container_1dcja_1{display:flex;flex-direction:column;gap:1rem}._fieldGroup_1dcja_7{display:flex;flex-direction:column;gap:.5rem}._label_1dcja_13{color:hsl(var(--muted-foreground))}._textareaMin_1dcja_17{min-height:100px}._charCount_1dcja_21{font-size:.875rem}._charCountAccent_1dcja_25{color:hsl(var(--accent))}._charCountMuted_1dcja_29{color:hsl(var(--muted-foreground))}._container_hj6b4_1{display:flex;flex-direction:column;gap:1rem}._fieldGroup_hj6b4_7{display:flex;flex-direction:column;gap:.5rem}._label_hj6b4_13{color:hsl(var(--muted-foreground))}._phoneRow_hj6b4_17{display:flex;gap:.5rem}._phonePrefix_hj6b4_22{display:flex;align-items:center;gap:.25rem;padding:0 .75rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--muted) / .3)}._countryTrigger_hj6b4_32{width:5rem;border:0;background:transparent;padding:0}._phoneInput_hj6b4_39{flex:1}._errorText_hj6b4_43{font-size:.875rem;color:hsl(var(--destructive))}._helpText_hj6b4_48{font-size:.875rem;color:hsl(var(--muted-foreground))}._container_171g7_1{display:flex;flex-direction:column;gap:1rem}._fieldGroup_171g7_7{display:flex;flex-direction:column;gap:.5rem}._label_171g7_13{color:hsl(var(--muted-foreground))}._container_19rt0_1{display:flex;flex-direction:column;gap:1rem}._fieldGroup_19rt0_7{display:flex;flex-direction:column;gap:.5rem}._label_19rt0_13{color:hsl(var(--muted-foreground))}._disabledInput_19rt0_17{background-color:hsl(var(--muted) / .5)}._phoneRow_19rt0_21{display:flex;gap:.5rem}._phonePrefix_19rt0_26{display:flex;align-items:center;gap:.25rem;padding:0 .75rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--muted) / .3)}._phonePrefixDisabled_19rt0_36{background-color:hsl(var(--muted) / .5)}._countryTrigger_19rt0_40{width:5rem;border:0;background:transparent;padding:0}._phoneInput_19rt0_47{flex:1}._errorText_19rt0_51{font-size:.875rem;color:hsl(var(--destructive))}._helpText_19rt0_56{font-size:.875rem;color:hsl(var(--muted-foreground))}._container_18q8w_1{display:flex;flex-direction:column;gap:1.5rem}._fieldGroup_18q8w_7{display:flex;flex-direction:column;gap:.5rem}._label_18q8w_13{color:hsl(var(--muted-foreground))}._uploadRow_18q8w_17{display:flex;align-items:center;gap:.75rem}._uploadButton_18q8w_23{border-style:dashed;border-color:hsl(var(--accent));color:hsl(var(--accent))}._uploadButton_18q8w_23:hover{background-color:hsl(var(--accent) / .1)}._fileName_18q8w_33{font-size:.875rem;color:hsl(var(--muted-foreground))}._hiddenInput_18q8w_38{display:none}._container_1fdbe_1{display:flex;flex-direction:column;gap:1rem}._fieldGroup_1fdbe_7{display:flex;flex-direction:column;gap:.5rem}._label_1fdbe_13{color:hsl(var(--muted-foreground))}._phoneRow_1fdbe_17{display:flex;gap:.5rem}._phonePrefix_1fdbe_22{display:flex;align-items:center;gap:.25rem;padding:0 .75rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--muted) / .3)}._countryTrigger_1fdbe_32{width:5rem;border:0;background:transparent;padding:0}._phoneInput_1fdbe_39{flex:1}._checkboxRow_1fdbe_43{display:flex;align-items:flex-start;gap:.75rem;padding-top:1rem}._checkboxTop_1fdbe_50{margin-top:.25rem}._checkboxLabel_1fdbe_54{font-size:.875rem;color:hsl(var(--accent));cursor:pointer}._textareaMin_1fdbe_60{min-height:100px}._container_jls71_1{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem}._logoWrapper_jls71_9{margin-bottom:2rem}._logoImage_jls71_13{height:6rem;-o-object-fit:contain;object-fit:contain}._successText_jls71_18{text-align:center;font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));max-width:28rem}._pageBackground_1bxwf_1{min-height:100vh;background-color:hsl(var(--muted))}._confirmationWrapper_1bxwf_6{min-height:100vh;background-color:hsl(var(--muted));display:flex;align-items:center;justify-content:center;padding:1rem}._confirmationCard_1bxwf_15{max-width:48rem;width:100%;background-color:hsl(var(--background));border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a}._headerCenter_1bxwf_23{display:flex;justify-content:center;padding-top:2rem;padding-bottom:1rem}._logoBox_1bxwf_30{width:8rem;height:5rem;border-radius:.5rem;overflow:hidden;background:linear-gradient(to bottom right,#d97706,#92400e);display:flex;align-items:center;justify-content:center}._logoInner_1bxwf_41{font-size:.75rem;text-align:center;color:#fffc;padding:.5rem}._formCardWrapper_1bxwf_48{max-width:48rem;margin:0 auto;padding:0 1rem 2rem}._formCard_1bxwf_48{background-color:hsl(var(--background));border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a;overflow:hidden}._titleSection_1bxwf_61{text-align:center;padding:1.5rem 0;border-bottom:1px solid hsl(var(--border))}._titleText_1bxwf_67{font-size:1.5rem;font-weight:700}._titleAccent_1bxwf_72{color:hsl(var(--accent))}._stepSection_1bxwf_76{padding:1.5rem 0;border-bottom:1px solid hsl(var(--border))}._formContent_1bxwf_81{padding:1.5rem;max-height:60vh;overflow-y:auto}._navButtons_1bxwf_87{display:flex;justify-content:center;gap:1rem;padding:1.5rem 0;border-top:1px solid hsl(var(--border))}._navButton_1bxwf_87{min-width:7.5rem}._continueButton_1bxwf_99{min-width:7.5rem;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._continueButton_1bxwf_99:hover{background-color:hsl(var(--accent) / .9)}._sidebar_1gjrh_1{width:100%;background-color:hsl(var(--sidebar-background));display:flex;flex-direction:column;flex-shrink:0}@media (min-width: 1024px){._sidebar_1gjrh_1{width:20rem}}._coverWrapper_1gjrh_15{width:100%;height:12rem;overflow:hidden}._coverImage_1gjrh_21{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._content_1gjrh_27{padding:1.5rem;flex:1;overflow-y:auto}._title_1gjrh_33{font-size:1.25rem;line-height:1.75rem;font-weight:700;color:hsl(var(--sidebar-foreground));margin-bottom:1rem}._signatariosLabel_1gjrh_41{display:flex;align-items:center;gap:.5rem;color:hsl(var(--sidebar-foreground) / .7);margin-bottom:1.5rem}._signatariosIcon_1gjrh_49{height:1rem;width:1rem}._signatariosText_1gjrh_54{font-size:.875rem;line-height:1.25rem}._card_1gjrh_59{background-color:hsl(var(--sidebar-accent));border-radius:var(--radius);padding:1rem;margin-bottom:1rem}._cardLast_1gjrh_66{background-color:hsl(var(--sidebar-accent));border-radius:var(--radius);padding:1rem}._cardLabel_1gjrh_72{font-size:.75rem;line-height:1rem;color:hsl(var(--sidebar-foreground) / .6);text-transform:uppercase;letter-spacing:.05em}._cardRow_1gjrh_80{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}._avatarAmber_1gjrh_87{width:2rem;height:2rem;border-radius:9999px;background-color:#fef3c7;display:flex;align-items:center;justify-content:center;font-size:1.125rem;line-height:1.75rem}._avatarOrange_1gjrh_99{width:2rem;height:2rem;border-radius:9999px;background-color:#ffedd5;display:flex;align-items:center;justify-content:center;font-size:1.125rem;line-height:1.75rem}._cardInfo_1gjrh_111{flex:1;min-width:0}._cardName_1gjrh_116{font-weight:600;color:hsl(var(--sidebar-foreground));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._cardDesc_1gjrh_124{font-size:.75rem;line-height:1rem;color:hsl(var(--sidebar-foreground) / .6);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._infoRow_1gjrh_133{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;font-size:.875rem;line-height:1.25rem;color:hsl(var(--sidebar-foreground) / .7)}._infoRowSmall_1gjrh_143{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.875rem;line-height:1.25rem;color:hsl(var(--sidebar-foreground) / .7)}._infoIcon_1gjrh_153{height:1rem;width:1rem}._truncate_1gjrh_158{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._checkInfo_1gjrh_164{font-size:.75rem;line-height:1rem}._checkInfoDate_1gjrh_169{font-size:.75rem;line-height:1rem;color:hsl(var(--sidebar-foreground) / .5)}._signatarioHeader_1gjrh_175{display:flex;align-items:center;justify-content:space-between}._statusGroup_1gjrh_181{display:flex;align-items:center;gap:.5rem}._badgeText_1gjrh_187{font-size:.75rem;line-height:1rem}._eyeIcon_1gjrh_192{height:1rem;width:1rem;color:hsl(var(--sidebar-foreground) / .6)}._detailsRow_1gjrh_198{display:flex;align-items:center;gap:.75rem;margin-top:.75rem;font-size:.75rem;line-height:1rem;color:hsl(var(--sidebar-foreground) / .7)}._detailItem_1gjrh_208{display:flex;align-items:center;gap:.25rem}._cpfBadge_1gjrh_214{background-color:hsl(var(--sidebar-foreground) / .1);padding:.125rem .375rem;border-radius:.25rem;font-size:10px}._calendarIcon_1gjrh_221{height:.75rem;width:.75rem}._downloadSection_1gjrh_226{padding:1rem;border-top:1px solid hsl(var(--sidebar-border))}._downloadButton_1gjrh_231{width:100%}._downloadIcon_1gjrh_235{height:1rem;width:1rem;margin-right:.5rem}._container_aghz4_1{flex:1;overflow-y:auto;padding:1.5rem 1.5rem 6rem}@media (min-width: 1024px){._container_aghz4_1{padding:2.5rem 2.5rem 6rem}}._header_aghz4_15{text-align:right;margin-bottom:2rem}._headerTitle_aghz4_20{font-size:1.125rem;line-height:1.75rem;font-weight:600}._headerDate_aghz4_26{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._contratoCard_aghz4_32{background-color:#fff;border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1.5rem;box-shadow:0 1px 2px #0000000d}@media (min-width: 1024px){._contratoCard_aghz4_32{padding:2.5rem}}._topSection_aghz4_46{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start;margin-bottom:2rem}@media (min-width: 1024px){._topSection_aghz4_46{flex-direction:row}}._imageWrapper_aghz4_60{width:10rem;height:7rem;border-radius:var(--radius);overflow:hidden;flex-shrink:0}._coverImage_aghz4_68{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._topInfo_aghz4_74{text-align:right;flex:1}._topInfoTitle_aghz4_79{font-weight:600}._topInfoCourse_aghz4_83{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._topInfoDate_aghz4_89{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground))}._proseContent_aghz4_95{max-width:none;margin-bottom:2.5rem;font-size:.875rem;line-height:1.625}._proseContent_aghz4_95 p{margin-bottom:1em}._proseContent_aghz4_95 strong{font-weight:600}._sectionDivider_aghz4_110{border-top:1px solid hsl(var(--border));padding-top:2.5rem;margin-top:2.5rem}._sectionTitle_aghz4_116{font-size:1.125rem;line-height:1.75rem;font-weight:600;text-align:center;margin-bottom:2rem}._assinaturasGrid_aghz4_124{display:flex;flex-wrap:wrap;justify-content:center;gap:2.5rem}._assinaturaItem_aghz4_131{text-align:center}._assinaturaNome_aghz4_135{font-family:serif;font-size:1.5rem;line-height:2rem;font-style:italic;border-bottom:2px solid hsl(var(--foreground));padding-bottom:.5rem;margin-bottom:.5rem}._assinaturaNomeCompleto_aghz4_145{font-weight:600}._assinaturaDocumento_aghz4_149{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}._historicoTitle_aghz4_155{font-size:1.125rem;line-height:1.75rem;font-weight:600;margin-bottom:1.5rem}._historicoList_aghz4_162{display:flex;flex-direction:column;gap:1rem}._historicoItem_aghz4_168{display:flex;align-items:flex-start;gap:1rem}._historicoDate_aghz4_174{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground));white-space:nowrap;width:6rem}._historicoIcon_aghz4_182{margin-top:.125rem}._historicoIconMuted_aghz4_186{height:1rem;width:1rem;color:hsl(var(--muted-foreground))}._historicoIconPrimary_aghz4_192{height:1rem;width:1rem;color:hsl(var(--primary))}._historicoContent_aghz4_198{flex:1}._historicoContentTitle_aghz4_202{font-weight:500;font-size:.875rem;line-height:1.25rem}._historicoContentDesc_aghz4_208{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground))}._page_1a2ov_1{min-height:100vh;background-color:hsl(var(--background));display:flex;flex-direction:column}@media (min-width: 1024px){._page_1a2ov_1{flex-direction:row}}._main_1a2ov_14{flex:1;display:flex;flex-direction:column;min-height:100vh}@media (min-width: 1024px){._main_1a2ov_14{min-height:0}}._stickyBar_1a2ov_27{position:sticky;bottom:0;background-color:hsl(var(--background));border-top:1px solid hsl(var(--border));padding:1rem;display:flex;justify-content:center}._assinarButton_1a2ov_37{padding-left:3rem;padding-right:3rem}._successBar_1a2ov_42{position:sticky;bottom:0;background-color:hsl(var(--accent));border-top:1px solid hsl(var(--border));padding:1rem;display:flex;justify-content:center;align-items:center;gap:.5rem}._successIcon_1a2ov_54{height:1.25rem;width:1.25rem;color:hsl(var(--accent-foreground))}._successText_1a2ov_60{color:hsl(var(--accent-foreground));font-weight:500}._page_45uf0_1{min-height:100vh;background-color:hsl(var(--background));display:flex;align-items:center;justify-content:center;padding:1rem}._formWrapper_45uf0_10{width:100%;max-width:28rem}._logoContainer_45uf0_15{display:flex;justify-content:center;margin-bottom:2rem}._logoText_45uf0_21{text-align:center}._logoTitle_45uf0_25{font-size:1.875rem;line-height:2.25rem;font-weight:700;color:hsl(var(--primary))}._logoDot_45uf0_32{color:hsl(var(--primary))}._logoSubtitle_45uf0_36{font-size:.75rem;line-height:1rem;color:hsl(var(--primary))}._titleContainer_45uf0_42{text-align:center;margin-bottom:2rem}._title_45uf0_42{font-size:1.5rem;line-height:2rem;font-weight:700}._subtitle_45uf0_53{color:hsl(var(--muted-foreground));margin-top:.25rem}._form_45uf0_10{display:flex;flex-direction:column;gap:1rem}._fieldGroup_45uf0_64{display:flex;flex-direction:column;gap:.5rem}._readOnlyInput_45uf0_70{background-color:hsl(var(--muted))}._submitButton_45uf0_74{width:100%;margin-top:1.5rem}._container_d5j62_1{min-height:100vh;display:flex}._brandPanel_d5j62_6{display:none;position:relative;align-items:center;justify-content:center;padding:3rem}@media (min-width: 1024px){._brandPanel_d5j62_6{display:flex;width:50%}}._cornerAccent_d5j62_21{position:absolute;top:0;left:0;width:8rem;height:8rem;background-color:var(--mondrian-cyan, #00bcd4)}._brandContent_d5j62_30{position:relative;z-index:10;text-align:left;max-width:28rem}._logoWrapper_d5j62_37{color:#fff;margin-bottom:2rem}._logoMagenta_d5j62_42{color:var(--mondrian-magenta, #e91e63);font-size:3.75rem;font-weight:700}._logoM_d5j62_42{font-size:3.75rem;font-weight:700}._heroTitle_d5j62_53{font-size:1.5rem;font-weight:600;color:#fff;line-height:1.625}@media (min-width: 768px){._heroTitle_d5j62_53{font-size:1.875rem}}._formPanel_d5j62_66{width:100%;display:flex;flex-direction:column;background-color:hsl(var(--card));position:relative}@media (min-width: 1024px){._formPanel_d5j62_66{width:50%}}._progressBar_d5j62_80{width:100%;height:.25rem;background-color:hsl(var(--border))}._progressFill_d5j62_86{height:100%;background-color:hsl(var(--accent));transition:width .3s}._formContent_d5j62_92{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}._footer_d5j62_100{text-align:center;padding:1rem 0;font-size:.875rem;color:hsl(var(--muted-foreground))}._fieldGroup_twqdn_1{display:flex;flex-direction:column;gap:1rem}._labelRow_twqdn_7{display:flex;align-items:center;gap:.5rem}._label_twqdn_7{color:hsl(var(--accent));font-weight:500}._infoIcon_twqdn_18{width:1rem;height:1rem;color:hsl(var(--muted-foreground))}._urlRow_twqdn_24{display:flex;align-items:center;border-bottom:2px solid hsl(var(--accent) / .3);transition:border-color .2s}._urlRow_twqdn_24:focus-within{border-bottom-color:hsl(var(--accent))}._baseUrl_twqdn_35{color:hsl(var(--muted-foreground));font-size:.875rem}._urlInput_twqdn_40{flex:1;border:0;background:transparent;padding:.75rem 0;color:hsl(var(--accent));outline:none}._statusRow_twqdn_49{display:flex;align-items:center;justify-content:space-between}._previewUrl_twqdn_55{font-size:.875rem;color:hsl(var(--muted-foreground))}._statusText_twqdn_60{font-size:.875rem;display:flex;align-items:center;gap:.25rem}._statusAvailable_twqdn_67{color:#16a34a}._statusUnavailable_twqdn_71{color:hsl(var(--destructive))}._statusIcon_twqdn_75{width:1rem;height:1rem}._fieldGroup_il838_1{display:flex;flex-direction:column;gap:.5rem}._label_il838_7{color:hsl(var(--accent));font-weight:500}._phoneRow_il838_12{display:flex;align-items:center;gap:.5rem;border-bottom:2px solid hsl(var(--accent) / .3);transition:border-color .2s}._phoneRow_il838_12:focus-within{border-bottom-color:hsl(var(--accent))}._plusSign_il838_24{color:hsl(var(--muted-foreground))}._countryTrigger_il838_28{width:6rem;border:0;background:transparent;box-shadow:none}._countryTrigger_il838_28:focus{ring:0}._countryValue_il838_39{display:flex;align-items:center;gap:.5rem}._flagLarge_il838_45{font-size:1.125rem}._selectOption_il838_49{display:flex;align-items:center;gap:.5rem}._phoneInput_il838_55{flex:1;border:0;background:transparent;padding:.75rem 0;color:hsl(var(--foreground));outline:none}._fieldGroup_15e63_1{display:flex;flex-direction:column;gap:.5rem}._label_15e63_7{color:hsl(var(--accent));font-weight:500}._input_15e63_12{width:100%;border:0;border-bottom:2px solid hsl(var(--accent) / .3);background:transparent;padding:.75rem 0;color:hsl(var(--foreground));outline:none;transition:border-color .2s}._input_15e63_12:focus{border-bottom-color:hsl(var(--accent))}._fieldGroup_tl4yb_1{display:flex;flex-direction:column;gap:1rem}._label_tl4yb_7{color:hsl(var(--foreground));font-weight:500}._inputWrapper_tl4yb_12{position:relative}._input_tl4yb_12{width:100%;border:0;border-bottom:2px solid hsl(var(--accent) / .3);background:transparent;padding:.75rem 2.5rem .75rem 0;color:hsl(var(--foreground));outline:none;transition:border-color .2s}._input_tl4yb_12:focus{border-bottom-color:hsl(var(--accent))}._toggleButton_tl4yb_31{position:absolute;right:0;top:50%;transform:translateY(-50%);color:hsl(var(--muted-foreground));background:none;border:none;cursor:pointer;padding:0;transition:color .2s}._toggleButton_tl4yb_31:hover{color:hsl(var(--foreground))}._toggleIcon_tl4yb_48{width:1.25rem;height:1.25rem}._requirements_tl4yb_53{display:flex;flex-direction:column;gap:.25rem;padding-top:.5rem}._requirementItem_tl4yb_60{display:flex;align-items:center;gap:.5rem;font-size:.875rem}._requirementIcon_tl4yb_67{width:1rem;height:1rem}._requirementIconMet_tl4yb_72{color:#16a34a}._requirementIconUnmet_tl4yb_76{color:hsl(var(--destructive))}._requirementTextMet_tl4yb_80{color:#16a34a}._requirementTextUnmet_tl4yb_84{color:hsl(var(--destructive))}._container_12yjl_1{width:100%;max-width:28rem;display:flex;flex-direction:column;gap:2rem;text-align:center}._headerGroup_12yjl_10{display:flex;flex-direction:column;gap:.5rem}._title_12yjl_16{font-size:1.5rem;font-weight:700;color:hsl(var(--accent))}._description_12yjl_22{color:hsl(var(--muted-foreground))}._emailHighlight_12yjl_26{color:hsl(var(--accent))}._codeRow_12yjl_30{display:flex;justify-content:center;gap:.75rem}._codeInput_12yjl_36{width:3.5rem;height:3.5rem;text-align:center;font-size:1.5rem;font-weight:700;border:2px solid hsl(var(--border));border-radius:.5rem;background-color:hsl(var(--background));color:hsl(var(--foreground));outline:none;transition:border-color .2s}._codeInput_12yjl_36:focus{border-color:hsl(var(--accent))}._confirmButton_12yjl_54{width:100%;max-width:20rem;margin:0 auto;background-color:hsl(var(--sidebar-background));color:hsl(var(--sidebar-foreground))}._confirmButton_12yjl_54:hover{background-color:hsl(var(--sidebar-background) / .9)}._dialogContent_j77i1_1{max-width:28rem}._headerRelative_j77i1_5{position:relative}._closeButtonWrapper_j77i1_9{position:absolute;right:0;top:0}._closeButton_j77i1_9{color:hsl(var(--muted-foreground))}._closeButton_j77i1_9:hover{color:hsl(var(--foreground))}._closeIcon_j77i1_23{width:1.25rem;height:1.25rem}._titleCenter_j77i1_28{text-align:center;color:hsl(var(--muted-foreground));font-weight:400}._bodyCenter_j77i1_34{text-align:center;padding:1.5rem 0}._bodyText_j77i1_39{font-size:1.125rem}._nameText_j77i1_43{color:hsl(var(--foreground))}._schoolText_j77i1_47{color:hsl(var(--accent));font-weight:500}._buttonsRow_j77i1_52{display:flex;justify-content:center;gap:1rem}._buttonWide_j77i1_58{padding-left:2rem;padding-right:2rem}._confirmButton_j77i1_63{padding-left:2rem;padding-right:2rem;background-color:hsl(var(--sidebar-background));color:hsl(var(--sidebar-foreground))}._confirmButton_j77i1_63:hover{background-color:hsl(var(--sidebar-background) / .9)}*,*:before,*:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:hsl(var(--border))}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{margin:0;line-height:inherit;background-color:hsl(var(--background));color:hsl(var(--foreground));font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}hr{height:0;color:inherit;border-top-width:1px}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:hsl(var(--muted-foreground))}input::placeholder,textarea::placeholder{opacity:1;color:hsl(var(--muted-foreground))}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}:root{--mondrian-teal: 195 50% 20%;--mondrian-teal-dark: 195 55% 15%;--mondrian-teal-light: 195 45% 25%;--mondrian-magenta: 325 85% 52%;--mondrian-cyan: 190 100% 50%;--mondrian-cyan-light: 190 100% 70%;--background: 0 0% 96%;--foreground: 200 30% 15%;--card: 0 0% 100%;--card-foreground: 200 30% 15%;--popover: 0 0% 100%;--popover-foreground: 200 30% 15%;--primary: 195 50% 20%;--primary-foreground: 0 0% 100%;--secondary: 210 20% 93%;--secondary-foreground: 200 30% 15%;--muted: 210 15% 90%;--muted-foreground: 200 15% 45%;--accent: 325 85% 52%;--accent-foreground: 0 0% 100%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 100%;--border: 210 20% 88%;--input: 210 20% 88%;--ring: 195 50% 20%;--radius: .5rem;--sidebar-background: 195 55% 15%;--sidebar-foreground: 0 0% 100%;--sidebar-primary: 325 85% 52%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 195 45% 25%;--sidebar-accent-foreground: 0 0% 100%;--sidebar-border: 195 40% 25%;--sidebar-ring: 190 100% 50%;--success: 145 65% 42%;--success-foreground: 0 0% 100%;--info: 190 100% 50%;--info-foreground: 0 0% 100%;--warning: 38 92% 50%;--warning-foreground: 0 0% 100%;--gradient-brand: linear-gradient(135deg, hsl(195 50% 20%) 0%, hsl(195 55% 12%) 100%);--gradient-accent: linear-gradient(135deg, hsl(325 85% 52%) 0%, hsl(325 85% 42%) 100%);--gradient-cyan: linear-gradient(135deg, hsl(190 100% 50%) 0%, hsl(190 100% 40%) 100%);--shadow-sm: 0 1px 2px 0 hsl(200 30% 15% / .05);--shadow-md: 0 4px 6px -1px hsl(200 30% 15% / .1), 0 2px 4px -2px hsl(200 30% 15% / .1);--shadow-lg: 0 10px 15px -3px hsl(200 30% 15% / .1), 0 4px 6px -4px hsl(200 30% 15% / .1);--shadow-xl: 0 20px 25px -5px hsl(200 30% 15% / .1), 0 8px 10px -6px hsl(200 30% 15% / .1);--shadow-accent: 0 4px 14px 0 hsl(325 85% 52% / .4)}.dark{--background: 195 55% 12%;--foreground: 0 0% 95%;--card: 195 50% 18%;--card-foreground: 0 0% 95%;--popover: 195 50% 18%;--popover-foreground: 0 0% 95%;--primary: 0 0% 100%;--primary-foreground: 195 50% 20%;--secondary: 195 40% 25%;--secondary-foreground: 0 0% 95%;--muted: 195 35% 22%;--muted-foreground: 195 15% 65%;--accent: 325 85% 52%;--accent-foreground: 0 0% 100%;--destructive: 0 62% 50%;--destructive-foreground: 0 0% 100%;--border: 195 35% 25%;--input: 195 35% 25%;--ring: 190 100% 50%;--sidebar-background: 195 55% 12%;--sidebar-foreground: 0 0% 95%;--sidebar-primary: 325 85% 52%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 195 45% 20%;--sidebar-accent-foreground: 0 0% 95%;--sidebar-border: 195 35% 25%;--sidebar-ring: 190 100% 50%}.login-bg{background:linear-gradient(135deg,#11313b,#0a2129);position:relative;overflow:hidden}.login-bg:before{content:"";position:absolute;top:-10%;left:-10%;width:40%;height:40%;background:#00d4ff1a;border-radius:0 0 100%;transform:rotate(-5deg)}.floating-circle{position:absolute;border-radius:50%;pointer-events:none}.floating-circle.cyan{border:2px solid hsl(190 100% 50% / .6);background:transparent}.floating-circle.magenta{background:#ed1d96}.floating-circle.magenta-outline{border:2px solid hsl(325 85% 52% / .6);background:transparent}.sidebar-nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:var(--radius);transition:all .2s;color:hsl(var(--sidebar-foreground) / .7)}.sidebar-nav-item:hover{color:hsl(var(--sidebar-foreground));background-color:hsl(var(--sidebar-accent))}.sidebar-nav-item.active{background-color:hsl(var(--sidebar-accent));color:hsl(var(--sidebar-foreground));border-left:3px solid hsl(var(--accent))}.mondrian-card{background-color:hsl(var(--card));border-radius:.75rem;box-shadow:var(--shadow-md);border:1px solid hsl(var(--border) / .5);transition:all .2s}.mondrian-card:hover{box-shadow:var(--shadow-lg)}.stat-card{background-color:hsl(var(--card));border-radius:.75rem;box-shadow:var(--shadow-md);border:1px solid hsl(var(--border) / .5);transition:all .2s;padding:1.5rem}.stat-card:hover{box-shadow:var(--shadow-lg)}.mondrian-table{width:100%}.mondrian-table th{text-align:left;font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground));padding-bottom:.75rem;border-bottom:1px solid hsl(var(--border))}.mondrian-table td{padding-top:.75rem;padding-bottom:.75rem;font-size:.875rem;border-bottom:1px solid hsl(var(--border) / .5)}.mondrian-table tr:hover td{background-color:hsl(var(--muted) / .3)}.mondrian-link{color:hsl(var(--accent));transition:color .15s;cursor:pointer}.mondrian-link:hover{color:hsl(var(--accent) / .8)}.mondrian-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}.mondrian-badge.primary{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.mondrian-badge.success{background-color:hsl(var(--success));color:hsl(var(--success-foreground))}.mondrian-input{width:100%;padding:.75rem 1rem;border-radius:var(--radius);border:1px solid hsl(var(--border));background-color:hsl(var(--card));transition:all .2s}.mondrian-input:focus{outline:none;box-shadow:0 0 0 2px hsl(var(--accent) / .5);border-color:hsl(var(--accent))}.btn-mondrian{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:var(--radius);font-weight:500;transition:all .2s;cursor:pointer}.btn-mondrian.primary{background:hsl(var(--mondrian-teal));color:#fff}.btn-mondrian.primary:hover{opacity:.9}.btn-mondrian.accent{background:hsl(var(--mondrian-magenta));color:#fff;box-shadow:var(--shadow-accent)}.btn-mondrian.accent:hover{transform:translateY(-1px);box-shadow:0 6px 20px #ed1d9680}.btn-mondrian.outline{border:2px solid hsl(var(--border));background:transparent}.btn-mondrian.outline:hover{background-color:hsl(var(--muted))}.notification-dot{width:.5rem;height:.5rem;border-radius:9999px}.notification-dot.cyan{background:hsl(var(--mondrian-cyan))}.notification-dot.magenta{background:hsl(var(--mondrian-magenta))}.notification-dot.orange{background:#f59f0a}.text-gradient-brand{background:linear-gradient(135deg,#00d4ff,#ed1d96);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sr-only{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 float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-left{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}@keyframes enter-from-right{0%{opacity:0;transform:translate(200px)}to{opacity:1;transform:translate(0)}}@keyframes enter-from-left{0%{opacity:0;transform:translate(-200px)}to{opacity:1;transform:translate(0)}}@keyframes exit-to-right{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(200px)}}@keyframes exit-to-left{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-200px)}}@keyframes dialog-overlay-show{0%{opacity:0}to{opacity:1}}@keyframes dialog-content-show{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes slide-up-and-fade{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-right-and-fade{0%{opacity:0;transform:translate(-2px)}to{opacity:1;transform:translate(0)}}@keyframes slide-down-and-fade{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-left-and-fade{0%{opacity:0;transform:translate(2px)}to{opacity:1;transform:translate(0)}}@keyframes toast-slide-in{0%{transform:translate(calc(100% + 1rem))}to{transform:translate(0)}}@keyframes toast-swipe-out{0%{transform:translate(var(--radix-toast-swipe-end-x))}to{transform:translate(calc(100% + 1rem))}}.animate-float{animation:float 6s ease-in-out infinite}.animate-float-delayed{animation:float 6s ease-in-out infinite;animation-delay:2s}.animate-pulse-slow{animation:pulse 4s ease-in-out infinite}.animate-fade-in{animation:fade-in .4s ease-out}.animate-slide-in-left{animation:slide-in-left .3s ease-out}.animate-scale-in{animation:scale-in .2s ease-out}.animate-accordion-down{animation:accordion-down .2s ease-out}.animate-accordion-up{animation:accordion-up .2s ease-out}
