._dropdown_co52g_1{position:relative}._openDropdown_co52g_5{z-index:1000}._btn_co52g_9{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem .75rem .5rem 1rem;background-color:var(--accent-light);border:2px solid var(--background);border-radius:6px;cursor:pointer}._btn_co52g_9:hover,._openBtn_co52g_21{border:2px solid var(--text-light)}._shadow_co52g_25{box-shadow:#959da533 0 8px 24px}._searchInput_co52g_29{width:100%;min-width:0;border:none;outline:none;background:transparent;color:var(--text-dark);font:inherit;font-size:1.15rem}._label_co52g_40{pointer-events:none}._chevronDown_co52g_44,._chevronUp_co52g_44{display:inline-block;width:8px;height:8px;border-right:2px solid var(--text-dark);border-bottom:2px solid var(--text-dark);margin-left:1rem;transition:transform .2s}._chevronDown_co52g_44{transform:rotate(45deg);margin-bottom:.2rem}._chevronUp_co52g_44{transform:rotate(-135deg);margin-top:.2rem}._content_co52g_64{position:absolute;z-index:1001;min-width:100%;display:flex;flex-direction:column;align-items:left;padding:.75rem;background-color:var(--accent-light);border-radius:6px;box-shadow:#959da533 0 8px 24px;max-height:0;overflow:hidden;scrollbar-width:thin;scrollbar-color:var(--text-light) transparent;opacity:0;transform:translateY(-5%);transition:opacity .2s ease-in-out,transform .2s ease-in-out;pointer-events:none}._content_co52g_64::-webkit-scrollbar{width:6px;height:6px}._content_co52g_64::-webkit-scrollbar-track{background:transparent}._content_co52g_64::-webkit-scrollbar-thumb{background-color:var(--text-light);border-radius:999px}._openContent_co52g_99{max-height:40vh;overflow-y:scroll;opacity:1;transform:translateY(0);pointer-events:all}._item_co52g_107{padding:.5rem;width:100%;border-radius:6px;cursor:pointer}._item_co52g_107:hover{background-color:var(--background)}._button_1t3ge_1{min-width:fit-content;background-color:var(--primary-color);border:3px solid var(--primary-color);color:var(--accent-light);border-radius:6px;box-shadow:#959da533 0 8px 24px;transition:background-color .4s ease,border-color .4s ease}._button_1t3ge_1:not(._dimmed_1t3ge_11){cursor:pointer}._button_1t3ge_1:disabled,._button_1t3ge_1:disabled ._text_1t3ge_15{cursor:not-allowed;background:var(--text-light);border-color:var(--text-light)}._button_1t3ge_1:hover:not(:disabled):not(._dimmed_1t3ge_11):not(._muted_1t3ge_21):not(._danger_1t3ge_21):not(._mutedDanger_1t3ge_21){background-color:var(--primary-color-dark);border-color:var(--primary-color-dark)}._dimmed_1t3ge_11{opacity:.55}._regular_1t3ge_30{padding:.5rem 1rem}._large_1t3ge_34{padding:1rem 1.5rem;font-size:1.4rem}._muted_1t3ge_21{background-color:transparent;border:2px solid var(--primary-color);color:var(--primary-color);font-weight:700}._muted_1t3ge_21:hover:not(:disabled){background-color:transparent;border-color:var(--primary-color-dark);color:var(--primary-color-dark)}._muted_1t3ge_21:disabled{background:transparent;border-color:var(--primary-color);color:var(--primary-color);filter:grayscale(.8)}._danger_1t3ge_21{background-color:var(--offline);border:3px solid var(--offline)}._danger_1t3ge_21:disabled,._danger_1t3ge_21:disabled ._text_1t3ge_15{background:#ac8188;border-color:#ac8188}._danger_1t3ge_21:hover:not(:disabled){background-color:#92172c;border-color:#92172c}._mutedDanger_1t3ge_21{background-color:transparent;border:2px solid var(--offline);color:var(--offline);font-weight:700}._mutedDanger_1t3ge_21:hover:not(:disabled){background-color:transparent;border-color:#92172c;color:#92172c}._mutedDanger_1t3ge_21:disabled{background:transparent;border-color:#ac8188;color:#ac8188}._navbar_cvtlh_1{display:flex;justify-content:center;align-items:center;position:sticky;top:0;z-index:10;background-color:var(--accent-light);box-shadow:var(--shadow);padding:1.5rem 3rem;height:88px}._navbarContainer_cvtlh_14{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1400px}._logoLink_cvtlh_22{display:flex;align-items:center;text-decoration:none}._logo_cvtlh_22{height:2rem;width:auto}._hamburger_cvtlh_33{display:none}._navbarMenu_cvtlh_37{display:flex;position:static;flex-direction:row;background:none;box-shadow:none;border-radius:0;align-items:center;width:auto}._navList_cvtlh_48{display:flex;flex-direction:row;align-items:center;gap:1.5rem;padding:0;margin:0;list-style:none;margin-right:1.5rem}._navItem_cvtlh_59{text-decoration:none;color:var(--text-dark);cursor:pointer;position:relative;display:inline-block}._navItem_cvtlh_59:after{content:"";position:absolute;width:100%;height:3px;background:linear-gradient(to right,var(--primary-color),var(--accent));bottom:-5px;left:0;transform:scaleX(0);transform-origin:left;transition:transform .4s ease}._navItem_cvtlh_59:hover:after,._navItem_cvtlh_59:focus:after{transform:scaleX(1)}._navButtons_cvtlh_85{display:flex;align-items:center;gap:1.5rem}@media(max-width:991px){._navbar_cvtlh_1{padding:1.5rem 2rem}._hamburger_cvtlh_33{display:block;border:none;background:none;cursor:pointer;margin-left:1rem;z-index:11}._bar_cvtlh_105{display:block;width:25px;height:3px;margin:5px auto;background-color:var(--primary-color);border-radius:2px;transition:all .3s ease-in-out}._hamburger_cvtlh_33._active_cvtlh_115 ._bar_cvtlh_105:nth-child(1){transform:translateY(8px) rotate(45deg)}._hamburger_cvtlh_33._active_cvtlh_115 ._bar_cvtlh_105:nth-child(2){opacity:0}._hamburger_cvtlh_33._active_cvtlh_115 ._bar_cvtlh_105:nth-child(3){transform:translateY(-8px) rotate(-45deg)}._navbarMenu_cvtlh_37{display:none;position:absolute;top:100%;right:0;background:var(--accent-light);box-shadow:var(--shadow);flex-direction:column;transition:all .3s;border-radius:0 0 6px 6px}._navbarMenu_cvtlh_37._active_cvtlh_115{display:flex}._navList_cvtlh_48{min-width:200px;flex-direction:column;align-items:start;gap:0;margin-right:0}._navList_cvtlh_48 li{width:100%;padding:1rem 2rem}._navButtons_cvtlh_85{flex-direction:column;align-items:center;gap:1rem;margin-bottom:1.5rem}}@media(min-width:1100px){._navList_cvtlh_48{gap:3rem;margin-right:3rem}}._footer_11u5u_1{text-align:center;padding:2rem;background-color:var(--accent-light);color:var(--text-dark)}._layout_1la73_1{display:flex;flex-direction:column;min-height:100vh}._main_1la73_7{flex:1}._button_1etus_1{border:none;position:relative;cursor:pointer;overflow:hidden;border-radius:6px;margin:0 auto}._button_1etus_1:disabled ._inner_1etus_10,._button_1etus_1:disabled ._text_1etus_10{cursor:not-allowed;background:var(--text-light)}._text_1etus_10{color:var(--accent-light);position:relative;z-index:2}._button_1etus_1 ._inner_1etus_10{position:absolute;top:0;left:-100%;width:300%;height:100%;background:linear-gradient(to right,var(--primary-color),var(--accent),var(--primary-color),var(--accent));transition:left .6s;z-index:1}._button_1etus_1:hover ._inner_1etus_10{left:0}._regular_1etus_36{padding:.75rem 1rem}._large_1etus_40{padding:1rem 1.5rem}._large_1etus_40 ._text_1etus_10{font-size:1.4rem}._hero_1hmjo_1{background-image:url(/assets/hero-D8XmJ5fJ.png);background-size:cover;width:100%;margin-bottom:6rem}._container_1hmjo_8{height:calc(100vh - 88px);background-color:#000c;padding:6rem}._content_1hmjo_14{display:flex;flex-direction:column;justify-content:center;width:50%;height:100%}._title_1hmjo_22{font-size:4rem;background:linear-gradient(90deg,var(--primary-color),var(--accent));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._text_1hmjo_30{margin:2rem 0;font-size:1.75rem;color:var(--background);line-height:1.5}@media(min-width:1200px)and (max-width:1399px){._hero_1hmjo_1{margin-bottom:5rem}._container_1hmjo_8{padding:5rem}._content_1hmjo_14{width:60%}._title_1hmjo_22{font-size:3.5rem}._text_1hmjo_30{font-size:1.5rem}}@media(min-width:992px)and (max-width:1199px){._hero_1hmjo_1{margin-bottom:5rem}._container_1hmjo_8{padding:3rem}._content_1hmjo_14{width:60%}._title_1hmjo_22{font-size:3rem}._text_1hmjo_30{font-size:1.25rem}}@media(min-width:768px)and (max-width:991px){._hero_1hmjo_1{background-position:calc(50% - 100px);margin-bottom:4rem}._container_1hmjo_8{padding:4rem}._content_1hmjo_14{width:100%}._title_1hmjo_22{font-size:3.5rem}._text_1hmjo_30{font-size:1.5rem}}@media(min-width:576px)and (max-width:767px){._hero_1hmjo_1{background-position:calc(50% - 150px);margin-bottom:4rem}._container_1hmjo_8{padding:3rem}._content_1hmjo_14{width:100%}._title_1hmjo_22{font-size:2.75rem}._text_1hmjo_30{font-size:1.25rem}}@media(min-width:480px)and (max-width:575px){._hero_1hmjo_1{background-position:calc(50% - 200px);margin-bottom:3rem}._container_1hmjo_8{padding:3rem}._content_1hmjo_14{width:100%}._title_1hmjo_22{font-size:2.3rem}._text_1hmjo_30{font-size:1.25rem}}@media(max-width:479px){._hero_1hmjo_1{background-position:calc(50% - 120px);margin-bottom:2rem}._container_1hmjo_8{padding:2rem}._content_1hmjo_14{width:100%}._title_1hmjo_22{font-size:2.3rem}._text_1hmjo_30{font-size:1.25rem}}._card_4xx5v_1{max-width:320px;display:flex;flex-direction:column;align-items:center;gap:1.5rem;background-color:var(--accent-light);border-radius:6px;box-shadow:var(--shadow);padding:1.5rem;margin:1rem}._cardIcon_4xx5v_14{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background-color:var(--background);border-radius:50%}._cardTitle_4xx5v_24{text-align:center}@media(min-width:1200px)and (max-width:1399px){._card_4xx5v_1{max-width:300px}}@media(min-width:768px)and (max-width:991px){._card_4xx5v_1{max-width:400px}}@media(min-width:480px)and (max-width:767px){._card_4xx5v_1{max-width:350px}}._cardContainer_fi1r2_1{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-evenly;margin-top:2rem}@media(max-width:991px){._cardContainer_fi1r2_1{flex-direction:column;align-items:center}}@media(max-width:479px){._cardContainer_fi1r2_1{margin-top:1rem;gap:0}}._cardContainer_76wqb_1{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-evenly;margin-top:2rem}@media(min-width:992px)and (max-width:1662px){._cardContainer_76wqb_1{display:grid;grid-template-columns:repeat(2,max-content);align-items:stretch;justify-content:center;gap:1rem}}@media(max-width:991px){._cardContainer_76wqb_1{flex-direction:column;align-items:center}}@media(max-width:479px){._cardContainer_76wqb_1{margin-top:1rem;gap:0}}._section_skgv9_1{background-color:var(--accent-light);margin-top:6rem;margin-bottom:6rem;box-shadow:var(--shadow)}._container_skgv9_8{display:flex;gap:4rem}._intro_skgv9_13{flex:1}._title_skgv9_17{margin-bottom:1rem}._items_skgv9_21{flex:1;display:flex;flex-direction:column;gap:1.5rem}._item_skgv9_21{display:flex;gap:1.5rem}._icon_skgv9_33{flex:0 0 40px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:var(--background);border-radius:50%}@media(min-width:992px)and (max-width:1399px){._section_skgv9_1{margin-top:5rem;margin-bottom:5rem}}@media(min-width:576px)and (max-width:991px){._section_skgv9_1{margin-top:4rem;margin-bottom:4rem}._container_skgv9_8{flex-direction:column}}@media(min-width:480px)and (max-width:575px){._section_skgv9_1{margin-top:3rem;margin-bottom:3rem}._container_skgv9_8{flex-direction:column}}@media(max-width:479px){._section_skgv9_1{margin-top:2rem;margin-bottom:2rem}._container_skgv9_8{flex-direction:column}}._fieldGroup_dlejm_1{width:100%;height:40px;position:relative}._passwordInput_dlejm_7{padding-right:2.5rem}._passwordToggle_dlejm_11{position:absolute;top:50%;right:.75rem;display:flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:var(--text-dark);cursor:pointer;transform:translateY(-50%)}._passwordToggle_dlejm_11:hover{color:var(--primary-color)}._fieldGroup_dlejm_1:has(textarea){height:117px}._input_dlejm_34,._textarea_dlejm_35{display:block;width:100%;height:100%;border:none;border-bottom:3px solid var(--background);font-family:var(--font-family);color:var(--text-dark)}._input_dlejm_34:focus,._textarea_dlejm_35:focus{outline:none}._label_dlejm_50{position:absolute;pointer-events:none;bottom:10px;color:var(--text-light);transition:all .4s ease;--input-offset: -30px;--textarea-offset: -110px;--active-label-color: var(--primary-color)}._shortLabel_dlejm_63{--input-offset: -25px;--textarea-offset: -100px}._mutedLabel_dlejm_68{--active-label-color: grey}._input_dlejm_34:focus~._label_dlejm_50,._input_dlejm_34:not(:placeholder-shown)~._label_dlejm_50{transform:translateY(var(--input-offset));font-size:.9rem;color:var(--active-label-color)}._textarea_dlejm_35:focus~._label_dlejm_50,._textarea_dlejm_35:not(:placeholder-shown)~._label_dlejm_50{transform:translateY(var(--textarea-offset));font-size:.9rem;color:var(--active-label-color)}._input_dlejm_34:focus~._label_dlejm_50 ._compulsory_dlejm_86,._input_dlejm_34:not(:placeholder-shown)~._label_dlejm_50 ._compulsory_dlejm_86,._textarea_dlejm_35:focus~._label_dlejm_50 ._compulsory_dlejm_86,._textarea_dlejm_35:not(:placeholder-shown)~._label_dlejm_50 ._compulsory_dlejm_86{color:var(--primary-color)}._textarea_dlejm_35{resize:none;padding-top:5px}._underline_dlejm_98{position:absolute;bottom:0;height:3px;width:100%}._underline_dlejm_98:before{position:absolute;content:"";height:3px;width:100%;background:linear-gradient(to right,var(--primary-color),var(--accent));transform:scaleX(0);transform-origin:left;transition:transform .4s ease}._input_dlejm_34:focus~._underline_dlejm_98:before,._input_dlejm_34:not(:placeholder-shown)~._underline_dlejm_98:before,._textarea_dlejm_35:focus~._underline_dlejm_98:before,._textarea_dlejm_35:not(:placeholder-shown)~._underline_dlejm_98:before{transform:scaleX(1)}._compulsory_dlejm_86{margin-left:.25rem;transition:color .4s ease}._error_dlejm_128{font-size:.9rem;margin-top:5px;color:var(--error);text-align:right}@media(max-width:767px){._error_dlejm_128{font-size:.8rem}}._overlay_18wdq_1{position:fixed;inset:0;background-color:#000000b3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:40;display:flex;align-items:center;justify-content:center}._overlayGlobal_18wdq_12{z-index:60}._content_18wdq_16{position:relative;display:flex;flex-direction:column;align-items:center;width:min(30rem,calc(100vw - 2rem));max-height:calc(100vh - 2rem);gap:1.5rem;padding:3rem;border-radius:6px;box-shadow:var(--shadow);background-color:var(--background-light);z-index:50;overflow:hidden}._hasNavigation_18wdq_32{padding-left:.5rem;padding-right:.5rem}._hasNavigation_18wdq_32 ._title_18wdq_37{padding-left:3rem;padding-right:3rem}._sizeSm_18wdq_42{width:min(30rem,calc(100vw - 2rem))}._sizeMd_18wdq_46{width:min(44rem,calc(100vw - 2rem))}._sizeLg_18wdq_50{width:min(70rem,calc(100vw - 2rem))}._alignCenter_18wdq_54{align-items:center}._alignStart_18wdq_58{align-items:stretch}._icon_18wdq_62{display:flex;align-items:center;justify-content:center}._bodyRow_18wdq_68{width:100%;flex:1;min-height:0;display:flex;align-items:stretch;gap:.5rem;overflow:hidden}._body_18wdq_68{width:100%;flex:1;overflow:auto;line-height:1.5}._header_18wdq_85,._footer_18wdq_89{width:100%}._closeBtn_18wdq_93{position:absolute;top:1.5rem;right:1.5rem;color:inherit;background:none;border:none;cursor:pointer;transition:color .4s}._closeBtn_18wdq_93:hover:not(:disabled){color:var(--primary-color)}._closeBtn_18wdq_93:disabled{cursor:not-allowed}._closeBtnIcon_18wdq_112{flex-shrink:0;width:1.5rem;height:1.5rem}._navButton_18wdq_118{flex:0 0 auto;align-self:center;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--primary-color);transition:color .2s ease,opacity .2s ease}._navButton_18wdq_118:hover:not(:disabled){color:var(--primary-color-dark)}._navButton_18wdq_118:disabled{color:gray;cursor:not-allowed}._description_18wdq_140{flex:1;text-align:center}._success_7iezd_1{color:var(--secondary-color)}._error_7iezd_5{color:var(--error)}._formContainer_7iezd_9{background-color:var(--accent-light);max-width:670px;margin:3rem auto;border-radius:6px;padding:3rem;box-shadow:var(--shadow)}._form_7iezd_9{display:flex;flex-direction:column;gap:3rem;padding:1.5rem}._formRow_7iezd_25{width:100%;display:flex;gap:3rem}@media(min-width:768px)and (max-width:1199px){._formContainer_7iezd_9{max-width:600px;padding:1.5rem}}@media(min-width:480px)and (max-width:767px){._formContainer_7iezd_9{max-width:600px;padding:1.5rem 1rem}._form_7iezd_9{padding:1.5rem 1rem}._formRow_7iezd_25{flex-direction:column}}@media(max-width:479px){._formContainer_7iezd_9{margin:2rem auto;padding:1.5rem 1rem}._form_7iezd_9{padding:1.5rem 1rem}._formRow_7iezd_25{flex-direction:column}}._fieldGroup_1i6jc_1{display:flex;flex-direction:column}._input_1i6jc_6,._textarea_1i6jc_6{width:100%;padding:8px 10px;border:2px solid var(--background);border-radius:6px;font-family:var(--font-family);color:var(--text-dark);cursor:pointer}._input_1i6jc_6:hover,._textarea_1i6jc_6:hover{border-color:var(--text-light)}._input_1i6jc_6:focus,._textarea_1i6jc_6:focus{outline-color:var(--text-light)}._shadow_1i6jc_25{box-shadow:#959da533 0 8px 24px}._passwordWrapper_1i6jc_29{position:relative}._passwordInput_1i6jc_33{padding-right:2.5rem}._passwordToggle_1i6jc_37{position:absolute;top:50%;right:.75rem;display:flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:var(--text-dark);cursor:pointer;transform:translateY(-50%)}._passwordToggle_1i6jc_37:hover{color:var(--primary-color)}._passwordToggle_1i6jc_37:disabled{cursor:not-allowed;opacity:.6}._label_1i6jc_61{color:var(--text-dark);margin-bottom:.5rem;font-weight:600}._compulsory_1i6jc_67{color:var(--primary-color);margin-left:.25rem}._error_1i6jc_72{font-size:.9rem;margin-top:.5rem;color:var(--error);text-align:right}@media(max-width:767px){._error_1i6jc_72{font-size:.8rem}}._container_8p528_1{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:100vh;padding:2rem;background-image:url(/assets/background-CluQLybr.png);background-size:cover;background-position:center;background-repeat:no-repeat}._navigation_8p528_14{display:flex;justify-content:space-between;align-items:center;width:100%}._backButton_8p528_21{text-decoration:none;color:var(--text-dark);transition:color .2s ease;font-size:1.1rem;display:flex;align-items:center;justify-content:center}._backButton_8p528_21:hover{color:var(--accent-light)}._logo_8p528_35{height:2.5rem;width:auto;display:flex;align-items:center;justify-content:center}._card_8p528_43{width:100%;max-width:520px;background-color:var(--accent-light);box-shadow:var(--shadow);border-radius:6px;padding:2rem}._title_8p528_52{margin-bottom:1.5rem;text-align:center}._form_8p528_57{display:flex;flex-direction:column;gap:1.5rem}._label_8p528_63{display:flex;flex-direction:column;gap:.5rem}._input_8p528_69{border:1px solid rgba(0,0,0,.15);border-radius:8px;padding:.75rem;outline:none}._error_8p528_76,._modalIconError_8p528_80{color:var(--error)}@media(max-width:420px){._navigation_8p528_14{flex-direction:column;gap:1rem}._backButton_8p528_21{font-size:1rem}._logo_8p528_35{height:2rem}}._backdrop_1goiy_1{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1300}._container_1goiy_14{display:flex;align-items:center;justify-content:center}._loader_1goiy_20{width:50px;height:50px;display:block;animation:_spin_1goiy_1 1.5s cubic-bezier(.95,.15,.21,.56) infinite}._circle_1goiy_26{stroke:var(--primary-color);stroke-dasharray:1,150;stroke-dashoffset:0;stroke-linecap:round;animation:_dash_1goiy_1 1.5s cubic-bezier(.95,.15,.21,.56) infinite}@keyframes _spin_1goiy_1{to{transform:rotate(360deg)}}@keyframes _dash_1goiy_1{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:1,150;stroke-dashoffset:-125}}._sidebar_1e2ly_1{background:var(--accent-light);box-shadow:var(--shadow);padding:2rem 1.5rem;display:flex;flex-direction:column}._brand_1e2ly_9{display:flex;align-items:center;margin-bottom:1rem}._logo_1e2ly_15{height:2.5rem;width:auto;margin:0 auto}._container_1e2ly_21{display:flex;flex-direction:column;flex:1;justify-content:space-between}._nav_1e2ly_28{display:flex;flex-direction:column;gap:.5rem;padding:1rem 0}._link_1e2ly_35{text-decoration:none;color:var(--text-dark);display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:6px}._active_1e2ly_45,._link_1e2ly_35:hover{background-color:var(--background);color:var(--primary-color-dark)}._icon_1e2ly_50{display:inline-flex;align-items:center;justify-content:center}._container_58cl9_1{display:grid;grid-template-columns:280px 1fr;min-height:100vh;background:var(--background)}._main_58cl9_8{padding:2rem;height:100vh;overflow:auto;scrollbar-gutter:stable}._languageSwitcher_58cl9_15{position:fixed;right:2rem;bottom:2rem;z-index:100}._clock_1hgeh_1{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1rem}._time_1hgeh_10{font-variant-numeric:slashed-zero;letter-spacing:.02em;font-size:4rem;font-weight:bolder}._tz_1hgeh_17{font-size:1rem;font-weight:700;color:var(--primary-color-dark);letter-spacing:.05em;text-transform:uppercase}._wrapper_1d43s_1{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}._block_1d43s_7{background:var(--accent-light);box-shadow:var(--shadow);border-radius:6px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1.5rem;min-height:340px}._blockHeader_1d43s_20{display:flex;flex-direction:column;gap:.5rem}._blockEyebrow_1d43s_26{font-size:.9rem;text-transform:uppercase;letter-spacing:.06em;color:gray;font-weight:600}._blockTitle_1d43s_34{font-size:1.2rem;line-height:1}._blockDescription_1d43s_39{font-size:1rem;color:gray}._blockBody_1d43s_44,._blockFooter_1d43s_44{width:100%;flex:1;display:flex;flex-direction:column;gap:1rem}._blockBody_1d43s_44{justify-content:center}._blockFooter_1d43s_44{justify-content:flex-end}._deviceDetected_1d43s_60{color:#1e40af;background-color:#dbeafe;padding:.25rem .75rem;border-radius:6px;box-shadow:var(--shadow);line-height:1.15}._deviceDetected_1d43s_60 span,._deviceDetected_1d43s_60 strong{font-size:.9rem}._notDetected_1d43s_73{color:#64748b}._timer_1d43s_77{display:flex;justify-content:space-between;align-items:center;padding:0 .75rem}._timer_1d43s_77 span,._timer_1d43s_77 strong{font-size:1rem;color:#64748b}._audioPreview_1d43s_89{width:100%}._actions_1d43s_93{display:flex;align-items:center;justify-content:center}._preview_1d43s_99{display:flex;flex-direction:column;align-items:center}._videoPreview_1d43s_105,._photoPreview_1d43s_106{max-width:100%;border-radius:6px;background:#000;height:180px;object-fit:contain}._checkingConnection_1d43s_114{font-size:1rem;color:#64748b}._feedback_1d43s_119{padding:.75rem;border-radius:6px;box-shadow:var(--shadow);display:flex;align-items:center;gap:.75rem}._icon_1d43s_128{display:flex;align-items:center;justify-content:center;min-width:fit-content}._success_1d43s_135{background-color:var(--background-success);color:var(--success)}._success_1d43s_135 span,._error_1d43s_140 span{font-size:.9rem}._error_1d43s_140{background-color:var(--background-error);color:var(--error)}._footer_1d43s_149{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}._unauthorizedContainer_1d43s_156{margin-top:1rem}._unauthorizedMessage_1d43s_160{font-weight:600;background-color:var(--offline);box-shadow:var(--shadow);padding:1rem;border-radius:6px;color:var(--background-error);display:flex;align-items:center;justify-content:center;gap:1rem}@media(max-width:720px){._sections_1d43s_174{grid-template-columns:1fr}}._card_75dgo_1{display:grid;grid-template-columns:1.5fr 3fr;max-width:1100px;background:var(--accent-light);border-radius:6px;box-shadow:var(--shadow);padding:2rem;gap:1rem;margin:0 auto}._content_75dgo_13{width:100%;display:flex;flex-direction:column;justify-content:center;gap:.5rem;padding:1rem}._meta_75dgo_22{display:flex;align-items:center;gap:.5rem}._dot_75dgo_28{width:10px;height:10px;border-radius:50%}._online_75dgo_34{background:var(--online)}._offline_75dgo_38{background:var(--offline)}._metaLabel_75dgo_42{font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#626262}._status_75dgo_50{font-size:1.7rem;font-weight:700}._description_75dgo_55{font-size:1.1rem;padding:1rem 0}._action_75dgo_60{margin-top:.5rem}._confirmFooter_75dgo_64{display:flex;justify-content:center;gap:.75rem}._reportPromptBody_75dgo_70{display:flex;flex-direction:column;gap:1.5rem}._reportPromptCheckContainer_75dgo_76{margin:0 2rem;display:flex;flex-direction:column;gap:1rem}._reportPromptDescription_75dgo_83{text-align:center}._reportPromptCheck_75dgo_76{display:flex;align-items:center;gap:1rem;line-height:1.4}._reportPromptCheck_75dgo_76 span{font-size:1.05rem}input[type=checkbox]{width:1rem;height:1rem;flex-shrink:0;accent-color:var(--primary-color)}@media(max-width:420px){._confirmFooter_75dgo_64{flex-direction:column-reverse;align-items:stretch}}@media(max-width:991px){._card_75dgo_1{display:flex;flex-direction:column;text-align:center}._meta_75dgo_22{justify-content:center}}._resources_1ypm0_1{display:flex;flex-direction:column;gap:.75rem;margin:2rem 0}._actions_1ypm0_8{margin:1rem 0;display:flex;align-items:center;justify-content:center;gap:2rem}._card_106xu_1{display:flex;flex-direction:column;gap:1rem;border-radius:6px;padding:1rem;background:var(--accent-light);box-shadow:var(--shadow)}._rows_106xu_11{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:1rem}._countryInput_106xu_17{font-size:1.15rem}._checkmark_106xu_21{color:var(--primary-color);display:inline-flex;align-items:center;justify-content:center}._option_106xu_28{display:inline-flex;align-items:center;gap:.5rem;line-height:1}._checkmarkSlot_106xu_35{width:16px;height:16px;min-width:16px;min-height:16px;display:inline-flex;align-items:center;justify-content:center}._filterButton_106xu_45,._searchButton_106xu_46{display:flex;align-items:center;justify-content:center;border:0;background:transparent;cursor:pointer;transition:color .3s ease;color:var(--primary-color)}._filterButton_106xu_45:disabled,._searchButton_106xu_46:disabled{color:gray;cursor:default}._searchButton_106xu_46:hover:not(:disabled){color:var(--primary-color-dark)}._searchButton_106xu_46{margin-left:5px}._pagination_1t5jl_1{display:flex;align-items:center;justify-content:space-between;border-top:2px solid var(--background-light);padding:1rem;gap:1rem}._paginationText_1t5jl_10,._paginationStrong_1t5jl_11{font-size:.9rem}._paginationStrong_1t5jl_11{font-weight:700}._pager_1t5jl_19{display:flex;align-items:center;gap:.15rem}._pagerItem_1t5jl_25,._arrowButton_1t5jl_26,._ellipsis_1t5jl_27{display:flex;align-items:center;justify-content:center;min-width:35px;height:35px;font-size:.9rem;border:none;border-radius:6px;background:transparent}._pagerItem_1t5jl_25,._arrowButton_1t5jl_26{cursor:pointer}._arrowButton_1t5jl_26{color:gray}._arrowButton_1t5jl_26:disabled{cursor:not-allowed;opacity:.45}._arrowButton_1t5jl_26:not(:disabled):hover{color:var(--primary-color-dark)}._pagerItemActive_1t5jl_57{background-color:var(--primary-color);color:var(--accent-light)}._pagerItem_1t5jl_25:hover{border:2px solid var(--primary-color)}._ellipsis_1t5jl_27{color:gray;cursor:default}@media(max-width:700px){._pagination_1t5jl_1{align-items:flex-start;flex-direction:column}._pager_1t5jl_19{max-width:100%;overflow-x:auto}}._tableContainer_rx1n5_1{border-radius:6px;background:var(--accent-light);box-shadow:var(--shadow);overflow:hidden;margin-bottom:3rem}._tableScroll_rx1n5_9{overflow-x:auto;width:100%}._table_rx1n5_1{min-width:100%;border-collapse:collapse;text-align:left}._thead_rx1n5_20{background:var(--background-light);font-size:1rem;font-weight:bolder;text-transform:uppercase;letter-spacing:.05em}._th_rx1n5_20{padding:1.5rem 1rem;text-align:center}._tr_rx1n5_33{border-top:2px solid var(--background-light)}._td_rx1n5_37{padding:1rem;white-space:nowrap}._content_rx1n5_42{display:flex;flex-direction:column;gap:.5rem}._interpreterCell_rx1n5_48,._languageCell_rx1n5_49{max-width:190px;white-space:normal}._interpreterContent_rx1n5_54{max-width:100%;white-space:normal}._countryCell_rx1n5_59{max-width:150px;white-space:normal}._centerContent_rx1n5_64{text-align:center}._skillsCell_rx1n5_68{max-width:300px}._skillsList_rx1n5_72{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem}._languagesList_rx1n5_80{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem}._skillTag_rx1n5_88,._modalityPill_rx1n5_88,._statusPill_rx1n5_88{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.25rem .7rem;font-size:.9rem;font-weight:600}._skillTagDefault_rx1n5_98{background:#f3f4f6;color:#374151}._skillTagSOCIAL_SERVICES_rx1n5_103{background:#dbeafe;color:#1e40af}._skillTagHEALTHCARE_rx1n5_108{background:#dcfce7;color:#166534}._skillTagLEGAL_rx1n5_113{background:#efebe9;color:#5d4037}._skillTagEMERGENCY_rx1n5_118{background:#fee2e2;color:#b91c1c}._skillTagCUSTOMER_SERVICE_rx1n5_123{background:#ffedd5;color:#c2410c}._modalityPillOpi_rx1n5_128{background:#cffafe;color:#155e75}._modalityPillBlended_rx1n5_133{background:#ede9fe;color:#5b21b6}._statusPillActive_rx1n5_138{background:#dcfce7;color:#166534}._statusPillDeleted_rx1n5_143{background:#fee2e2;color:#b91c1c}._actions_rx1n5_148{display:flex;align-items:center;justify-content:center;gap:.5rem}._iconButton_rx1n5_155{border:0;background:transparent;cursor:pointer;color:var(--primary-color);transition:color .3s ease}._iconButton_rx1n5_155:hover{color:var(--primary-color-dark)}._empty_rx1n5_167{text-align:center;font-size:1.15rem;padding:2rem;color:gray}._loadingOverlay_3x97l_1{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:40;display:flex;align-items:center;justify-content:center}._content_3x97l_12{display:flex;flex-direction:column;gap:1.5rem;width:100%}._section_3x97l_19{padding:1rem;border-radius:6px;background:var(--accent-light);position:relative}._sectionTitle_3x97l_26{font-size:1.5rem;margin-bottom:.5rem}._editIconButton_3x97l_31{position:absolute;top:.75rem;right:.75rem;border:none;background:transparent;cursor:pointer;color:var(--primary-color);transition:color .3s ease;display:inline-flex;align-items:center;justify-content:center}._editIconButton_3x97l_31:disabled{cursor:not-allowed;color:gray}._editIconButton_3x97l_31:hover:not(:disabled){color:var(--primary-color-dark)}._subsection_3x97l_54{display:flex;flex-direction:column;gap:1rem}._grid_3x97l_60{display:grid;gap:1.5rem}._row2unequal_3x97l_65{grid-template-columns:2fr 1fr}._row3equal_3x97l_69{grid-template-columns:1fr 1fr 1fr}._row3unequal_3x97l_73{grid-template-columns:2fr 1.5fr 1fr}._row4equal_3x97l_77{grid-template-columns:1fr 1fr 1fr 1fr}._row4unequal_3x97l_81{grid-template-columns:2fr 1fr 1fr 1fr}._group_3x97l_85{display:flex;gap:1rem}._label_3x97l_90{margin:0;color:gray;font-size:.9rem}._value_3x97l_96{margin-top:.25rem;font-size:1.05rem}._pill_3x97l_101{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.2rem .7rem;font-size:.95rem;font-weight:500}._roleSupervisor_3x97l_111{background:#cffafe;color:#155e75}._roleAdmin_3x97l_116{background:#ede9fe;color:#5b21b6}._roleInterpreter_3x97l_121{background:#fce7f3;color:#be185d}._statusActive_3x97l_126{background:#dcfce7;color:#166534}._statusDeleted_3x97l_131{background:#fee2e2;color:#b91c1c}._tags_3x97l_136{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}._languagePill_3x97l_143{background:#e5e7eb;color:#374151}._skillPillDefault_3x97l_148{background:#f3f4f6;color:#374151}._skillPillSOCIAL_SERVICES_3x97l_153{background:#dbeafe;color:#1e40af}._skillPillHEALTHCARE_3x97l_158{background:#dcfce7;color:#166534}._skillPillLEGAL_3x97l_163{background:#efebe9;color:#5d4037}._skillPillEMERGENCY_3x97l_168{background:#fee2e2;color:#b91c1c}._skillPillCUSTOMER_SERVICE_3x97l_173{background:#ffedd5;color:#c2410c}._modalityPillOpi_3x97l_178{background:#cffafe;color:#155e75}._modalityPillBlended_3x97l_183{background:#ede9fe;color:#5b21b6}@media(max-width:920px){._grid_3x97l_60{grid-template-columns:1fr 1fr}}@media(max-width:760px){._grid_3x97l_60{grid-template-columns:1fr}}._loadingOverlay_1dokv_1{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:40;display:flex;align-items:center;justify-content:center}._form_1dokv_12{display:flex;flex-direction:column;gap:1.5rem;width:100%}._section_1dokv_19{padding:1rem;border-radius:6px;background:var(--accent-light);position:relative}._sectionTitle_1dokv_26{font-size:1.5rem;margin-bottom:.5rem}._sectionDescription_1dokv_31{font-size:1rem}._subsection_1dokv_35{display:flex;flex-direction:column;gap:2rem}._grid_1dokv_41{margin-top:1rem;display:grid;gap:1.5rem}._row2equal_1dokv_47{grid-template-columns:1fr 1fr}._row2unequal_1dokv_51{grid-template-columns:2fr 1fr}._row3equal_1dokv_55{grid-template-columns:1fr 1fr 1fr}._row3unequal_1dokv_59{grid-template-columns:1.5fr 1.5fr 1fr}._row4unequal_1dokv_63{grid-template-columns:2fr 1fr 1fr 1fr}._selectLabel_1dokv_67{position:absolute;pointer-events:none;bottom:10px;color:var(--text-light);transition:all .4s ease}._dropdownField_1dokv_75:focus-within ._selectLabel_1dokv_67,._dropdownFieldHasValue_1dokv_76 ._selectLabel_1dokv_67{transform:translateY(-25px);font-size:.9rem;color:gray}._dropdownField_1dokv_75:focus-within ._compulsory_1dokv_82,._dropdownFieldHasValue_1dokv_76 ._compulsory_1dokv_82{color:var(--primary-color)}._underline_1dokv_87{position:absolute;bottom:0;height:3px;width:100%}._underline_1dokv_87:before{position:absolute;content:"";height:3px;width:100%;background:linear-gradient(to right,var(--primary-color),var(--accent));transform:scaleX(0);transform-origin:left;transition:transform .4s ease}._dropdownField_1dokv_75:focus-within ._underline_1dokv_87:before,._dropdownFieldHasValue_1dokv_76 ._underline_1dokv_87:before{transform:scaleX(1)}._compulsory_1dokv_82{margin-left:.25rem;transition:color .4s ease}._skillsField_1dokv_115{display:flex;flex-direction:column;gap:.5rem;translate:0 -20px}._skillsLabel_1dokv_122{font-size:.9rem;color:gray}._skills_1dokv_115{display:flex;flex-wrap:wrap;gap:.5rem}._checkbox_1dokv_133{position:absolute;opacity:0;width:0;height:0}._skill_1dokv_115{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.2rem .7rem;border:2px solid var(--text-light);font-size:.9rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s ease-in-out}._skill_1dokv_115:hover{border-color:var(--primary-color)}._checkbox_1dokv_133:checked+._skill_1dokv_115{background-color:var(--primary-color);border-color:var(--primary-color);color:var(--accent-light)}._checkbox_1dokv_133:focus-visible+._skill_1dokv_115{outline:2px solid var(--primary-color);outline-offset:3px}._dropdown_1dokv_75>*,._dropdownItem_1dokv_168 span{font-size:1rem}._dropdownField_1dokv_75{width:100%;position:relative;height:40px}._dropdownField_1dokv_75 ._underline_1dokv_87{background:var(--background)}._languageOption_1dokv_182{display:inline-flex;align-items:center;gap:.5rem;line-height:1}._checkmarkSlot_1dokv_189{width:16px;height:16px;min-width:16px;min-height:16px;display:inline-flex;align-items:center;justify-content:center}._checkmark_1dokv_189{color:var(--primary-color);display:inline-flex;align-items:center;justify-content:center}._dropdown_1dokv_75{height:100%;border:none;font-family:var(--font-family);font-size:1rem;color:var(--text-dark);border-radius:0;padding:.5rem .75rem .45rem 0!important}._dropdown_1dokv_75:hover{border:none}._dropdownField_1dokv_75 ._dropdown_1dokv_75,._dropdownField_1dokv_75 ._dropdown_1dokv_75:hover,._dropdownField_1dokv_75 ._dropdown_1dokv_75:focus-within{border:none;box-shadow:none}._dropdown_1dokv_75:not(._selectHasValue_1dokv_227):not(:focus-within) .label{color:transparent}._dropdownEmpty_1dokv_231{cursor:default;pointer-events:none;color:gray}._inlineError_1dokv_237{font-size:.9rem;margin-top:1.15rem;color:var(--error);text-align:right}@media(max-width:900px){._row2equal_1dokv_47,._row2unequal_1dokv_51,._row3equal_1dokv_55,._row3unequal_1dokv_59,._row4equal_1dokv_249,._row4unequal_1dokv_63{grid-template-columns:minmax(0,1fr)}}._footerActions_1dokv_255{display:flex;justify-content:center;gap:1rem}._card_19lp2_1{display:flex;flex-direction:column;gap:1rem;border-radius:6px;padding:1rem;background:var(--accent-light);box-shadow:var(--shadow)}._firstRow_19lp2_11{display:grid;grid-template-columns:1fr 1fr auto;gap:1rem}._countryInput_19lp2_17{font-size:1.15rem}._secondRow_19lp2_21{display:grid;grid-template-columns:1fr 1fr auto;gap:1rem}._filterButton_19lp2_27,._searchButton_19lp2_28{display:flex;align-items:center;justify-content:center;border:0;background:transparent;cursor:pointer;transition:color .3s ease;color:var(--primary-color)}._filterButton_19lp2_27:disabled,._searchButton_19lp2_28:disabled{color:gray;cursor:default}._searchButton_19lp2_28:hover:not(:disabled){color:var(--primary-color-dark)}._searchButton_19lp2_28{margin-left:5px}._tableContainer_1a9e0_1{border-radius:6px;background:var(--accent-light);box-shadow:var(--shadow);overflow:hidden;margin-bottom:3rem}._tableScroll_1a9e0_9{overflow-x:auto;width:100%}._table_1a9e0_1{min-width:100%;border-collapse:collapse;text-align:left}._thead_1a9e0_20{background:var(--background-light);font-size:1rem;font-weight:bolder;text-transform:uppercase;letter-spacing:.05em}._th_1a9e0_20{padding:1.5rem 1rem;text-align:center}._tr_1a9e0_33{border-top:2px solid var(--background-light)}._td_1a9e0_37{padding:1rem;white-space:nowrap}._content_1a9e0_42{display:flex;flex-direction:column;gap:.5rem}._userCell_1a9e0_48{max-width:190px;white-space:normal}._countryCell_1a9e0_53{max-width:150px;white-space:normal}._centerContent_1a9e0_58{text-align:center}._rolePill_1a9e0_62,._statusPill_1a9e0_63{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.25rem .7rem;font-size:.9rem;font-weight:600}._rolePillSupervisor_1a9e0_73{background:#cffafe;color:#155e75}._rolePillAdmin_1a9e0_78{background:#ede9fe;color:#5b21b6}._statusPillActive_1a9e0_83{background:#dcfce7;color:#166534}._statusPillDeleted_1a9e0_88{background:#fee2e2;color:#b91c1c}._actions_1a9e0_93{display:flex;align-items:center;justify-content:center;gap:.5rem}._iconButton_1a9e0_100{border:0;background:transparent;cursor:pointer;color:var(--primary-color);transition:color .3s ease}._iconButton_1a9e0_100:hover{color:var(--primary-color-dark)}._empty_1a9e0_112{text-align:center;font-size:1.15rem;padding:2rem;color:gray}._createButton_ih12h_1{display:flex;justify-content:flex-end;margin-bottom:2rem}._content_ih12h_7{display:flex;flex-direction:column;gap:2rem}._modalActions_ih12h_13{display:flex;justify-content:center;gap:1.5rem}._tabs_ih12h_19{display:flex;border-bottom:2px solid var(--primary-color);padding:0 .5rem}._tabButton_ih12h_25{width:50%;border:2px solid var(--accent-light);border-bottom:none;background:var(--accent-light);color:var(--primary-color);padding:.5rem 1rem;border-radius:6px 6px 0 0;cursor:pointer}._tabButton_ih12h_25:hover{background:var(--background-light);border-color:var(--background-light)}._tabButtonActive_ih12h_41{background:var(--primary-color);border-color:var(--primary-color);color:var(--accent-light)}._tabButtonActive_ih12h_41:hover{background:var(--primary-color);border-color:var(--primary-color)}._card_1nhgc_1{position:relative;background:var(--accent-light);border-radius:6px;box-shadow:var(--shadow);padding:2.5rem 2rem 2rem}._clearButton_1nhgc_9{position:absolute;top:1.25rem;right:1.25rem;display:flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;color:var(--primary-color);cursor:pointer}._clearButton_1nhgc_9:hover:not(:disabled){color:var(--primary-color-dark)}._clearButton_1nhgc_9:disabled{cursor:not-allowed;opacity:.5}._form_1nhgc_32{display:flex;flex-direction:column;gap:1rem}._row_1nhgc_38{width:100%;display:flex;gap:2rem}._row_1nhgc_38>*{flex:1}._singleRow_1nhgc_48>*{width:calc(50% - 1rem)}._skillsRow_1nhgc_52,._languagesRow_1nhgc_56{margin:.5rem 0}._label_1nhgc_60{margin-bottom:.5rem;font-weight:600;font-size:1rem}._requiredMark_1nhgc_66{color:var(--primary-color);margin-left:.25rem}._skillsContainer_1nhgc_71{display:flex;flex-wrap:wrap;gap:2rem}._skill_1nhgc_52{display:flex;align-items:center;gap:.5rem;cursor:pointer}._dropdown_1nhgc_84>*,._dropdownItem_1nhgc_84 span{font-size:1rem}._languageOption_1nhgc_88{display:inline-flex;align-items:center;gap:.5rem;line-height:1}._checkmarkSlot_1nhgc_95{width:16px;height:16px;min-width:16px;min-height:16px;display:inline-flex;align-items:center;justify-content:center}._checkmark_1nhgc_95{color:var(--primary-color);display:inline-flex;align-items:center;justify-content:center}._dropdownEmpty_1nhgc_112{cursor:default;pointer-events:none;color:gray}._inlineError_1nhgc_118{font-size:.9rem;margin-top:.5rem;color:var(--error);text-align:right}._submitButton_1nhgc_125{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:.5rem}._feedback_1nhgc_134{padding:.75rem;border-radius:6px;box-shadow:var(--shadow);display:flex;align-items:center;gap:.75rem}._icon_1nhgc_143{display:flex;align-items:center;justify-content:center;min-width:fit-content}._success_1nhgc_150{background-color:var(--background-success);color:var(--success)}._success_1nhgc_150 span{font-size:.9rem}@media(max-width:992px){._row_1nhgc_38{flex-direction:column;gap:1rem}._singleRow_1nhgc_48>*{width:100%}._skillsContainer_1nhgc_71{flex-direction:column;gap:1rem}}._card_1f6dp_1{position:relative;background:var(--accent-light);border-radius:6px;box-shadow:var(--shadow);padding:2.5rem 2rem 2rem}._clearButton_1f6dp_9{position:absolute;top:1.25rem;right:1.25rem;display:flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;color:var(--primary-color);cursor:pointer}._clearButton_1f6dp_9:hover:not(:disabled){color:var(--primary-color-dark)}._clearButton_1f6dp_9:disabled{cursor:not-allowed;opacity:.5}._form_1f6dp_32{display:flex;flex-direction:column;gap:1rem}._row_1f6dp_38{width:100%;display:flex;gap:2rem}._row_1f6dp_38>*{flex:1}._submitButton_1f6dp_48{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:.5rem}._feedback_1f6dp_56{padding:.75rem;border-radius:6px;box-shadow:var(--shadow);display:flex;align-items:center;gap:.75rem}._icon_1f6dp_65{display:flex;align-items:center;justify-content:center;min-width:fit-content}._success_1f6dp_72{background-color:var(--background-success);color:var(--success)}._success_1f6dp_72 span{font-size:.9rem}@media(max-width:992px){._row_1f6dp_38{flex-direction:column;gap:1rem}}._createButton_1nq74_1{display:flex;justify-content:flex-end;margin-bottom:2rem}._content_1nq74_7{display:flex;flex-direction:column;gap:2rem}._modalActions_1nq74_13{display:flex;justify-content:center;gap:1.5rem}._card_xt8wm_1{display:grid;grid-template-columns:1fr 2fr 1fr 1fr auto;width:100%;gap:1rem;border-radius:6px;padding:1rem;background:var(--accent-light);box-shadow:var(--shadow)}._cardMoreColumns_xt8wm_12{grid-template-columns:1fr 1fr 2fr 1fr 1fr auto}._filterButton_xt8wm_16{display:flex;align-items:center;justify-content:center;border:0;background:transparent;cursor:pointer;transition:color .3s ease;color:var(--primary-color-dark)}._filterButton_xt8wm_16:disabled{color:gray;cursor:default}._dateInput_xt8wm_32{padding:.5rem .75rem;background:var(--accent-light);border:2px solid var(--accent-light);border-radius:6px;box-shadow:#959da533 0 8px 24px;font-size:1rem;cursor:pointer;font-family:var(--font-family)}._dateInput_xt8wm_32:hover,._dateInput_xt8wm_32:focus{border:2px solid var(--text-light);outline:none}._tableContainer_mamsc_1{border-radius:6px;background:var(--accent-light);box-shadow:var(--shadow);overflow:hidden;margin-bottom:3rem}._tableScroll_mamsc_9{overflow-x:auto;width:100%}._table_mamsc_1{width:max-content;min-width:100%;border-collapse:collapse;text-align:left}._thead_mamsc_21{background:var(--background-light);font-size:1rem;font-weight:bolder;text-transform:uppercase;letter-spacing:.05em}._th_mamsc_21{padding:1.5rem 1rem;text-align:center;white-space:normal;max-width:200px}._tr_mamsc_36{border-top:2px solid var(--background-light)}._td_mamsc_40{padding:1rem;white-space:nowrap}._content_mamsc_45{display:flex;flex-direction:column;gap:.5rem}._centerContent_mamsc_51{text-align:center}._primaryLine_mamsc_55{font-weight:600}._secondaryLine_mamsc_59{color:gray}._reportList_mamsc_63{display:flex;flex-direction:column;gap:.5rem;align-items:center}._reportItem_mamsc_70{font-size:1rem}._badge_mamsc_74{display:flex;align-items:center;justify-content:center;border-radius:999px;padding:.25rem .75rem;font-size:.9rem;font-weight:600;width:fit-content;margin:0 auto}._badgeProgress_mamsc_86{background:#ffedd5;color:#9a3412;border-color:#9a34121f}._badgeFinished_mamsc_92{background:#dcfce7;color:#065f46;border-color:#065f461f}._actions_mamsc_98{display:flex;align-items:center;justify-content:center;gap:.5rem}._iconButton_mamsc_105{border:0;background:transparent;cursor:pointer;color:var(--primary-color);transition:color .3s ease}._iconButton_mamsc_105:hover{color:var(--primary-color-dark)}._empty_mamsc_117{text-align:center;font-size:1.15rem;padding:2rem;color:gray}._pagination_mamsc_124{display:flex;align-items:center;justify-content:space-between;border-top:2px solid var(--background-light);padding:1rem 1.5rem;gap:1rem}._paginationText_mamsc_133,._paginationStrong_mamsc_134{font-size:.9rem}._paginationStrong_mamsc_134{font-weight:700}._pager_mamsc_142{display:flex}._pagerItem_mamsc_146,._arrowButton_mamsc_147{display:flex;align-items:center;justify-content:center;min-width:35px;height:35px;font-size:.9rem;border:none;border-radius:6px;background:transparent}._arrowButton_mamsc_147{color:gray}._arrowButton_mamsc_147:hover{color:var(--primary-color-dark)}._pagerItemActive_mamsc_167,._pagerItem_mamsc_146:hover{background-color:var(--primary-color);color:var(--accent-light)}._badge_1bn4g_1{display:flex;align-items:center;justify-content:center;border-radius:999px;padding:.25rem .75rem;font-size:.9rem;font-weight:600;width:fit-content}._badgeOpen_1bn4g_12{background:#dbeafe;color:#1e40af;border-color:#1e40af1f}._badgeProgress_1bn4g_18{background:#ffedd5;color:#9a3412;border-color:#9a34121f}._badgeResolved_1bn4g_24{background:#dcfce7;color:#065f46;border-color:#065f461f}._header_116r4_1{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}._headerTitle_116r4_9{font-size:1.75rem;font-weight:700}._wrapper_116r4_14{width:100%;display:flex;flex-direction:column;gap:2rem;margin:0 1rem}._contentRow_116r4_22{display:flex;align-items:stretch;justify-content:center;gap:1.5rem}._navButton_116r4_29{border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--primary-color);transition:color .2s ease,opacity .2s ease}._navButton_116r4_29:hover:not(:disabled){color:var(--primary-color-dark)}._navButton_116r4_29:disabled{color:gray;cursor:not-allowed}._metaGrid_116r4_49,._timelineGrid_116r4_50{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:767px){._metaGrid_116r4_49,._timelineGrid_116r4_50{grid-template-columns:1fr}}._metaCard_116r4_63,._timelineGrid_116r4_50{background:var(--accent-light);border-radius:6px;box-shadow:var(--shadow)}._metaCard_116r4_63{display:flex;flex-direction:column;gap:.75rem;padding:1rem}._metaLabel_116r4_77{font-size:1rem;font-weight:600}._metaValue_116r4_82,._metaValue_116r4_82 span{font-size:1rem;text-align:center}._shiftLabelMultiline_116r4_88{display:flex;flex-direction:column;line-height:1.5}._section_116r4_94{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}._subsection_116r4_100{display:flex;flex-direction:column;gap:1rem}._sectionHeading_116r4_106{font-size:1.2rem;font-weight:700}._reportList_116r4_111{display:flex;align-items:center;justify-content:center;gap:1.5rem}._reportItem_116r4_118{background:var(--accent-light);border-radius:6px;box-shadow:var(--shadow);padding:.75rem;width:fit-content}._subsection_116r4_100 ._emptyText_116r4_126{font-size:1rem}._timeline_116r4_50{display:flex;flex-direction:column;gap:1rem}._timelineGrid_116r4_50{padding:1rem}._timelineItem_116r4_140{display:flex;flex-direction:column;gap:.75rem}._timelineLabel_116r4_146{font-size:1rem;font-weight:600}._timelineValue_116r4_151{display:flex;flex-direction:column;align-items:center;gap:.5rem}._timelineValue_116r4_151 p{font-size:1rem}._timelineValueBy_116r4_162{color:gray}._loading_116r4_166,._emptyState_116r4_170{padding:2rem 0}._emptyText_116r4_126{text-align:center;color:gray}._footerActions_116r4_179{display:flex;justify-content:flex-end;gap:1.5rem}@media(max-width:420px){._footerActions_116r4_179{flex-direction:column-reverse;align-items:center}}._content_o87lj_1{display:flex;flex-direction:column;gap:2rem}._createButton_o87lj_7{display:flex;justify-content:flex-end;margin-bottom:2rem}._modalActions_o87lj_13{display:flex;justify-content:center;gap:1.5rem}._card_14p22_1{background:var(--accent-light);border-radius:6px;box-shadow:var(--shadow);padding:2rem;max-width:900px;margin:0 auto}._form_14p22_10{display:flex;flex-direction:column;gap:2rem}._field_14p22_16{display:flex;flex-direction:column;gap:.5rem}._label_14p22_22{color:var(--text-dark);font-weight:600}._dropdown_14p22_27{padding:.75rem;box-shadow:none}._readonly_14p22_32{padding:.75rem;background:var(--background-light);border-radius:6px;font-size:1.15rem}._errorText_14p22_39{font-size:.9rem;color:var(--error);text-align:right;margin-top:.5rem}._grid_14p22_46{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media(max-width:700px){._grid_14p22_46{grid-template-columns:1fr}}._actions_14p22_58{display:flex;justify-content:flex-end;gap:1.5rem}@media(max-width:420px){._actions_14p22_58{flex-direction:column-reverse;align-items:center}}._actions_1rowe_1{display:flex;justify-content:center;gap:1.5rem}@media(max-width:420px){._actions_1rowe_1{flex-direction:column-reverse;align-items:center}}._card_dhumw_1{display:flex;flex-direction:column;gap:1rem;border-radius:6px;padding:1rem;background:var(--accent-light);box-shadow:var(--shadow)}._inputs_dhumw_11{display:flex;gap:1rem}._searchWrap_dhumw_16{flex:1;min-width:240px}._dropdowns_dhumw_21{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:1rem}._dropdownsMoreColumns_dhumw_27{grid-template-columns:1fr 1fr 1fr 1fr auto}._dateInput_dhumw_31{padding:.5rem .75rem;box-shadow:#959da533 0 8px 24px}._filterButton_dhumw_36,._searchButton_dhumw_36{display:flex;align-items:center;justify-content:center;border:0;background:transparent;cursor:pointer;transition:color .3s ease;color:var(--primary-color)}._filterButton_dhumw_36:disabled,._searchButton_dhumw_36:disabled{color:gray;cursor:default}._searchButton_dhumw_36:hover:not(:disabled){color:var(--primary-color-dark)}._tableContainer_ehfon_1{border-radius:6px;background:var(--accent-light);box-shadow:var(--shadow);overflow:hidden;margin-bottom:3rem}._tableScroll_ehfon_9{overflow-x:auto;width:100%}._table_ehfon_1{width:max-content;min-width:100%;border-collapse:collapse;text-align:left}._thead_ehfon_21{background:var(--background-light);font-size:1rem;font-weight:bolder;text-transform:uppercase;letter-spacing:.05em}._th_ehfon_21{padding:1.5rem;text-align:center;max-width:125px;width:max-content;white-space:wrap}._tr_ehfon_37{border-top:2px solid var(--background-light)}._td_ehfon_41{padding:1rem 1.5rem;white-space:nowrap}._tdCenter_ehfon_46{text-align:center}._dateCell_ehfon_50{display:flex;flex-direction:column;gap:.5rem}._date_ehfon_50{font-weight:600;font-size:1rem}._time_ehfon_61,._reportId_ehfon_65{font-size:1rem}._badge_ehfon_69{display:flex;align-items:center;justify-content:center;border-radius:999px;padding:.25rem .75rem;font-size:.9rem;font-weight:600;width:fit-content;margin:0 auto}._badgeOpen_ehfon_81{background:#dbeafe;color:#1e40af;border-color:#1e40af1f}._badgeProgress_ehfon_87{background:#ffedd5;color:#9a3412;border-color:#9a34121f}._badgeResolved_ehfon_93{background:#dcfce7;color:#065f46;border-color:#065f461f}._content_ehfon_99{white-space:normal;max-width:250px}._contentText_ehfon_104{display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._actions_ehfon_112{display:flex;align-items:center;justify-content:flex-end;gap:.5rem}._iconButton_ehfon_119{border:0;background:transparent;cursor:pointer;color:var(--primary-color);transition:color .3s ease}._iconButton_ehfon_119:hover{color:var(--primary-color-dark)}._empty_ehfon_131{text-align:center;font-size:1.15rem;padding:2rem;color:gray}._pagination_ehfon_138{display:flex;align-items:center;justify-content:space-between;border-top:2px solid var(--background-light);padding:1rem 1.5rem;gap:1rem}._paginationText_ehfon_147,._paginationStrong_ehfon_148{font-size:.9rem}._paginationStrong_ehfon_148{font-weight:700}._pager_ehfon_156{display:flex}._pagerItem_ehfon_160,._arrowButton_ehfon_161{display:flex;align-items:center;justify-content:center;min-width:35px;height:35px;font-size:.9rem;border:none;border-radius:6px;background:transparent}._arrowButton_ehfon_161{color:gray}._arrowButton_ehfon_161:hover{color:var(--primary-color-dark)}._pagerItemActive_ehfon_181,._pagerItem_ehfon_160:hover{background-color:var(--primary-color);color:var(--accent-light)}._commentsCard_cenei_1{background:var(--accent-light);border-radius:6px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}._header_cenei_10{display:flex;align-items:center;justify-content:space-between;gap:1rem}._title_cenei_17{font-size:1.5rem;font-weight:600;color:var(--text-dark)}._refreshButton_cenei_23{border:none;background:transparent;padding:.25rem;color:var(--primary-color);cursor:pointer}._commentsCount_cenei_31{font-size:.8rem;font-weight:700;background:var(--background);border-radius:999px;padding:.25rem .5rem;width:fit-content}._commentsList_cenei_40{display:flex;flex-direction:column;gap:1.5rem}._commentItem_cenei_46{border:1px solid var(--background);border-radius:6px;padding:1rem;background:var(--accent-light);display:flex;flex-direction:column;gap:.75rem}._commentHeader_cenei_56{display:flex;justify-content:space-between;align-items:center;gap:1rem}._commentAuthor_cenei_63{font-weight:600;color:var(--text-dark)}._commentMeta_cenei_68{font-size:.9rem;color:gray;margin-top:.2rem}._commentActions_cenei_74{display:flex;gap:.25rem}._iconButton_cenei_79{border:none;background:transparent;padding:.25rem;cursor:pointer;color:gray;transition:color .3s ease}._iconButton_cenei_79:disabled,._refreshButton_cenei_23:disabled{opacity:.4;cursor:not-allowed}._iconButton_cenei_79:hover,._refreshButton_cenei_23:hover{color:var(--primary-color-dark)}._form_cenei_99{display:flex;flex-direction:column;gap:.75rem}._textarea_cenei_105{background-color:#fbfbfa;resize:vertical}._actionsRow_cenei_110{display:flex;gap:1rem;justify-content:flex-end}._commentBody_cenei_116{white-space:pre-wrap;line-height:1.4}._emptyState_cenei_121{padding:1.5rem;border-radius:6px;border:2px dashed var(--background);text-align:center;color:gray;font-size:1.15rem}._confirmActions_cenei_130{display:flex;justify-content:center;gap:1rem}._loading_erii8_1,._emptyState_erii8_5{padding:2rem 0}._emptyText_erii8_9{text-align:center;color:gray}._wrapper_erii8_14{display:flex;flex-direction:column;gap:1.5rem}._title_erii8_20{font-size:1.75rem;font-weight:700}._card_erii8_25{padding:1.5rem;border-radius:6px;background:var(--accent-light);display:grid;gap:1.5rem}._mainCard_erii8_33{grid-template-columns:1fr 1fr 1fr;grid-template-areas:"area1  .      area2" "area3  area4  area5"}._area1_erii8_40{grid-area:area1}._area2_erii8_43{grid-area:area2}._area3_erii8_46{grid-area:area3}._area4_erii8_49{grid-area:area4}._area5_erii8_52{grid-area:area5}._cardContent_erii8_56,._sectionText_erii8_57{display:flex;flex-direction:column;gap:.5rem}._name_erii8_63{font-size:1.75rem;font-weight:600;color:var(--text-dark)}._id_erii8_69{font-size:1.1rem;color:gray}._sectionTitle_erii8_74{font-weight:600;color:var(--text-dark);font-size:1.35rem}._sectionText_erii8_57 p,._sectionText_erii8_57 p span{font-size:1.1rem}._subtitle_erii8_85{font-weight:600}._noShift_erii8_89,._noJob_erii8_89,._by_erii8_89{color:gray}._statusSelectOpen_erii8_93,._statusSelectOpen_erii8_93:focus,._statusSelectOpen_erii8_93:hover{background-color:#1e40af2e;border-color:#1e40af99}._statusSelectProgress_erii8_100,._statusSelectProgress_erii8_100:focus,._statusSelectProgress_erii8_100:hover{background-color:#cd7b0d2e;border-color:#cd7b0d99}._statusSelectResolved_erii8_107,._statusSelectResolved_erii8_107:focus,._statusSelectResolved_erii8_107:hover{background-color:#28a7452e;border-color:#28a74599}._detailsCard_erii8_114{grid-template-columns:1fr 2.5fr}._subsection_erii8_118{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem}p._by_erii8_89{font-size:1rem}._contentBox_erii8_128{white-space:pre-wrap;border:1px solid var(--background);border-radius:6px;padding:1rem;background:var(--accent-light)}._footerActions_erii8_136{display:flex;justify-content:flex-end;gap:1.5rem}@media(max-width:420px){._footerActions_erii8_136{flex-direction:column-reverse;align-items:center}}._card_1dvwd_1{display:flex;flex-direction:column;gap:1rem;border-radius:6px;padding:1rem;background:var(--accent-light);box-shadow:var(--shadow)}._inputs_1dvwd_11{display:flex;gap:1rem}._searchWrap_1dvwd_16{flex:1;min-width:240px}._dropdowns_1dvwd_21{display:grid;grid-template-columns:1fr 1fr 1.5fr 1fr auto;gap:1rem}._dropdownsMoreColumns_1dvwd_27{grid-template-columns:1fr 1fr 1.5fr 1fr 1fr auto}._dateInput_1dvwd_31{padding:.5rem .75rem;box-shadow:#959da533 0 8px 24px}._filterButton_1dvwd_36,._searchButton_1dvwd_36{display:flex;align-items:center;justify-content:center;border:0;background:transparent;cursor:pointer;transition:color .3s ease;color:var(--primary-color)}._filterButton_1dvwd_36:disabled,._searchButton_1dvwd_36:disabled{color:gray;cursor:default}._searchButton_1dvwd_36:hover:not(:disabled){color:var(--primary-color-dark)}._tableContainer_6omue_1{border-radius:6px;background:var(--accent-light);box-shadow:var(--shadow);overflow:hidden;margin-bottom:3rem}._tableScroll_6omue_9{overflow-x:auto;width:100%}._table_6omue_1{width:max-content;min-width:100%;border-collapse:collapse;text-align:left}._thead_6omue_21{background:var(--background-light);font-size:1rem;font-weight:bolder;text-transform:uppercase;letter-spacing:.05em}._th_6omue_21{padding:1.5rem;text-align:center;max-width:125px;width:max-content;white-space:wrap}._tr_6omue_37{border-top:2px solid var(--background-light)}._td_6omue_41{padding:1rem 1.5rem;white-space:nowrap}._tdCenter_6omue_46{text-align:center}._dateCell_6omue_50{display:flex;flex-direction:column;gap:.5rem}._date_6omue_50{font-weight:600;font-size:1rem}._time_6omue_61,._reportId_6omue_65{font-size:1rem}._interpreterCell_6omue_69{display:flex;flex-direction:column;gap:.25rem}._interpreterId_6omue_75{color:gray}._statusSelect_6omue_79{padding:.5rem .75rem;background-color:var(--accent-light);border:2px solid var(--accent-light);border-radius:6px;box-shadow:#959da533 0 8px 24px;cursor:pointer;font-size:1rem;color:var(--text-dark)}._statusSelectOpen_6omue_90{background-color:#1e40af2e;border-color:#1e40af99}._statusSelectProgress_6omue_95{background-color:#cd7b0d2e;border-color:#cd7b0d99}._statusSelectResolved_6omue_100{background-color:#28a7452e;border-color:#28a74599}._statusSelect_6omue_79:focus{outline:none}._statusSelectOpen_6omue_90:focus{border:2px solid rgba(30,64,175,.6)}._statusSelectProgress_6omue_95:focus{border:2px solid rgba(205,123,13,.6)}._statusSelectResolved_6omue_100:focus{border:2px solid rgba(40,167,69,.6)}._actions_6omue_121{display:flex;align-items:center;justify-content:flex-end;gap:.5rem}._iconButton_6omue_128{border:0;background:transparent;cursor:pointer;color:var(--primary-color);transition:color .3s ease}._iconButton_6omue_128:hover{color:var(--primary-color-dark)}._empty_6omue_140{text-align:center;font-size:1.15rem;padding:2rem;color:gray}._pagination_6omue_147{display:flex;align-items:center;justify-content:space-between;border-top:2px solid var(--background-light);padding:1rem 1.5rem;gap:1rem}._paginationText_6omue_156,._paginationStrong_6omue_157{font-size:.9rem}._paginationStrong_6omue_157{font-weight:700}._pager_6omue_165{display:flex}._pagerItem_6omue_169,._arrowButton_6omue_170{display:flex;align-items:center;justify-content:center;min-width:35px;height:35px;font-size:.9rem;border:none;border-radius:6px;background:transparent}._arrowButton_6omue_170{color:gray}._arrowButton_6omue_170:hover{color:var(--primary-color-dark)}._pagerItemActive_6omue_190,._pagerItem_6omue_169:hover{background-color:var(--primary-color);color:var(--accent-light)}._actions_119cf_1{width:100%;display:flex;justify-content:flex-end}._content_119cf_7{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}._card_3669f_1{display:grid;grid-template-columns:1fr 1.5fr 2fr auto;width:100%;gap:1rem;border-radius:6px;padding:1rem;background:var(--accent-light);box-shadow:var(--shadow)}._filterButton_3669f_12{display:flex;align-items:center;justify-content:center;border:0;background:transparent;cursor:pointer;transition:color .3s ease;color:var(--primary-color-dark)}._filterButton_3669f_12:disabled{color:gray;cursor:default}._tableContainer_1o36r_1{border-radius:6px;background:var(--accent-light);box-shadow:var(--shadow);overflow:hidden;margin-bottom:3rem}._tableScroll_1o36r_9{overflow-x:auto;width:100%}._table_1o36r_1{width:max-content;min-width:100%;border-collapse:collapse;text-align:left}._thead_1o36r_21{background:var(--background-light);font-size:1rem;font-weight:bolder;text-transform:uppercase;letter-spacing:.05em}._th_1o36r_21{padding:1.5rem 1rem;text-align:center}._tr_1o36r_34{border-top:2px solid var(--background-light)}._td_1o36r_38{padding:1rem;white-space:nowrap}._content_1o36r_43{display:flex;flex-direction:column;gap:.5rem}._interpreterCell_1o36r_49{max-width:190px;white-space:normal}._interpreterContent_1o36r_54{max-width:100%;overflow-wrap:anywhere;word-break:break-word}._centerContent_1o36r_60{text-align:center}._statusSelect_1o36r_64{padding:.5rem .75rem;background-color:var(--accent-light);border:2px solid var(--accent-light);border-radius:6px;box-shadow:#959da533 0 8px 24px;cursor:pointer;font-size:1rem;color:var(--text-dark)}._statusSelectUnreviewed_1o36r_75{background-color:#ffc10740;border-color:#ffc10799}._statusSelectApproved_1o36r_80{background-color:#28a7452e;border-color:#28a74599}._statusSelectNotApproved_1o36r_85{background-color:#dc354524;border-color:#dc35458c}._statusSelectResolved_1o36r_90{background-color:#6f42c129;border-color:#6f42c18c}._statusSelect_1o36r_64:focus{outline:none;border:2px solid var(--text-light)}._actions_1o36r_100{display:flex;align-items:center;justify-content:center}._iconButton_1o36r_106{border:0;background:transparent;cursor:pointer;color:var(--primary-color);transition:color .3s ease}._iconButton_1o36r_106:hover{color:var(--primary-color-dark)}._empty_1o36r_118{text-align:center;font-size:1.15rem;padding:2rem;color:gray}._commentsCard_1svmd_1{background:var(--accent-light);border-radius:6px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}._header_1svmd_10{display:flex;align-items:center;justify-content:space-between;gap:1rem}._title_1svmd_17{font-size:1.5rem;font-weight:600;color:var(--text-dark)}._refreshButton_1svmd_23{border:none;background:transparent;padding:.25rem;color:var(--primary-color);cursor:pointer}._commentsList_1svmd_31{display:flex;flex-direction:column;gap:1.5rem}._commentItem_1svmd_37{border:1px solid var(--background);border-radius:6px;padding:1rem;background:var(--accent-light);display:flex;flex-direction:column;gap:.75rem}._commentHeader_1svmd_47{display:flex;justify-content:space-between;align-items:center;gap:1rem}._commentAuthor_1svmd_54{font-weight:600;color:var(--text-dark)}._commentMeta_1svmd_59{font-size:.9rem;color:gray;margin-top:.2rem}._commentActions_1svmd_65{display:flex;gap:.25rem}._iconButton_1svmd_70{border:none;background:transparent;padding:.25rem;cursor:pointer;color:gray;transition:color .3s ease}._iconButton_1svmd_70:disabled,._refreshButton_1svmd_23:disabled{opacity:.4;cursor:not-allowed}._iconButton_1svmd_70:hover,._refreshButton_1svmd_23:hover{color:var(--primary-color-dark)}._form_1svmd_88{display:flex;flex-direction:column;gap:.75rem}._textarea_1svmd_94{background-color:#fbfbfa;resize:vertical}._actionsRow_1svmd_99{display:flex;gap:1rem;justify-content:flex-end}._commentBody_1svmd_105{white-space:pre-wrap;line-height:1.4}._emptyState_1svmd_110{padding:1.5rem;border-radius:6px;border:2px dashed var(--background);text-align:center;color:gray;font-size:1.15rem}._confirmActions_1svmd_119{display:flex;justify-content:center;gap:1rem}._content_f1mh6_1{display:flex;flex-direction:column;gap:1.5rem;width:100%}._loadingOverlay_f1mh6_8{position:fixed;inset:0;background-color:#000000b3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:40;display:flex;align-items:center;justify-content:center}._card_f1mh6_19{padding:1.5rem;border-radius:6px;background:var(--accent-light)}._mainCard_f1mh6_25{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem}._cardContent_f1mh6_31,._sectionText_f1mh6_31{display:flex;flex-direction:column;gap:.5rem}._name_f1mh6_37{font-size:1.75rem;font-weight:600;color:var(--text-dark)}._id_f1mh6_43{font-size:1.1rem;color:gray}._sectionTitle_f1mh6_48{font-weight:600;color:var(--text-dark);font-size:1.5rem}._sectionText_f1mh6_31 p,._sectionText_f1mh6_31 p span,._subSectionText_f1mh6_54 p,._subSectionText_f1mh6_54 p span{font-size:1rem}._subtitle_f1mh6_58{font-weight:600}p:has(._unauthorizedDevice_f1mh6_62){background-color:var(--background-error);color:var(--error);padding:.5rem .75rem;border-radius:6px}._sectionText_f1mh6_31 ._reviewedAt_f1mh6_69{font-size:.9rem;color:gray}._statusSelectUnreviewed_f1mh6_74{background-color:#ffc10740;border-color:#ffc10799}._statusSelectApproved_f1mh6_79{background-color:#28a7452e;border-color:#28a74599}._statusSelectNotApproved_f1mh6_84{background-color:#dc354524;border-color:#dc35458c}._statusSelectResolved_f1mh6_89{background-color:#6f42c129;border-color:#6f42c18c}._smallCards_f1mh6_94{display:grid;grid-template-columns:.9fr 2fr;gap:1.5rem}._mediaCard_f1mh6_100,._networkCard_f1mh6_100{display:flex;flex-direction:column;gap:1rem}._photo_f1mh6_106,._audio_f1mh6_106{max-width:100%;border-radius:6px}._noPhoto_f1mh6_111{background-color:var(--text-dark);min-height:180px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--accent-light)}._noAudio_f1mh6_121{min-height:50px;display:flex;align-items:center;justify-content:center;font-size:1.15rem;color:gray}._photoClickable_f1mh6_130{cursor:zoom-in}._photoOverlay_f1mh6_134{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;padding:2rem}._photoOverlayInner_f1mh6_145{position:relative;width:min(1000px,95vw);max-height:90vh}._photoOverlayImg_f1mh6_151{width:100%;max-height:90vh;object-fit:contain;border-radius:6px;background:#0003}._photoOverlayClose_f1mh6_159{position:absolute;top:-12px;right:-12px;width:36px;height:36px;border-radius:999px;border:none;background:var(--accent-light);color:var(--text-dark);cursor:pointer;font-size:24px;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:#0003 0 8px 24px}._subSections_f1mh6_178{display:grid;grid-template-columns:1fr 1fr;gap:1rem}._subSectionTitle_f1mh6_184{font-size:1.25rem;margin-bottom:.75rem}._subSectionText_f1mh6_54{display:flex;flex-direction:column;gap:1rem}._wrapper_79wwi_1{display:flex;flex-direction:column;gap:2rem}._actionsContainer_79wwi_7{display:grid;grid-template-columns:1fr auto;align-items:stretch;gap:2rem}._filters_79wwi_14{display:grid;grid-template-columns:2fr auto 1fr auto;width:auto;gap:1rem;border-radius:6px;padding:1rem;background:var(--accent-light);box-shadow:var(--shadow)}._filterInput_79wwi_25{font-size:1.15rem}._filterButton_79wwi_29,._searchButton_79wwi_29{display:flex;align-items:center;justify-content:center;border:0;background:transparent;cursor:pointer;transition:color .3s ease;color:var(--primary-color)}._filterButton_79wwi_29:disabled,._searchButton_79wwi_29:disabled{color:gray;cursor:default}._filterButton_79wwi_29:hover:not(:disabled),._searchButton_79wwi_29:hover:not(:disabled){color:var(--primary-color-dark)}._addButton_79wwi_49{margin:auto 0;height:90%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;border:0;background-color:var(--primary-color);border-radius:6px;cursor:pointer;color:var(--accent-light);transition:background-color .3s ease}._addButton_79wwi_49:hover:not(:disabled){background-color:var(--primary-color-dark)}._addButton_79wwi_49:disabled{cursor:not-allowed;background-color:gray}._loadingContainer_79wwi_73{height:200px;width:100%;margin:auto;display:flex;align-items:center;justify-content:center}._tableContainer_79wwi_82{border-radius:6px;background:var(--accent-light);box-shadow:var(--shadow);overflow:hidden;margin-bottom:3rem}._tableScroll_79wwi_90{overflow-x:auto;width:100%}._table_79wwi_82{width:max-content;min-width:100%;border-collapse:collapse;text-align:left}._thead_79wwi_102{background:var(--background-light);font-size:1rem;font-weight:bolder;text-transform:uppercase;letter-spacing:.05em}._th_79wwi_102{padding:1.5rem;text-align:center}._tr_79wwi_115{border-top:2px solid var(--background-light)}._editing_79wwi_119{border:2px solid var(--text-light)}._td_79wwi_123{padding:1rem 1.5rem;white-space:nowrap}._centerContent_79wwi_128{text-align:center}._actions_79wwi_7{display:flex;align-items:center;justify-content:flex-end;gap:1rem}._iconButton_79wwi_139{border:0;background:transparent;cursor:pointer;color:var(--primary-color);transition:color .3s ease}._iconButton_79wwi_139:hover:not(:disabled){color:var(--primary-color-dark)}._iconButton_79wwi_139:disabled{cursor:not-allowed;color:gray}._editingInput_79wwi_156 span,._editingInputItem_79wwi_157 span{font-size:1rem}._empty_79wwi_161{text-align:center;font-size:1.15rem;padding:2rem;color:gray}._modalActions_79wwi_168{display:flex;justify-content:center;gap:1.5rem}._content_ucwnw_1{display:flex;flex-direction:column;gap:2rem}._tabs_ucwnw_7{display:flex;border-bottom:2px solid var(--primary-color);padding:0 .5rem}._tabButton_ucwnw_13{width:50%;border:2px solid var(--accent-light);border-bottom:none;background:var(--accent-light);color:var(--primary-color);padding:.5rem 1rem;border-radius:6px 6px 0 0;cursor:pointer}._tabButton_ucwnw_13:hover{background:var(--background-light);border-color:var(--background-light)}._tabButtonActive_ucwnw_29{background:var(--primary-color);border-color:var(--primary-color);color:var(--accent-light)}._tabButtonActive_ucwnw_29:hover{background:var(--primary-color);border-color:var(--primary-color)}._actionsContainer_sypmx_1{display:grid;grid-template-columns:1fr auto;align-items:stretch;gap:1rem}._filters_sypmx_8{display:grid;grid-template-columns:1fr auto auto;width:auto;gap:1rem;border-radius:6px;padding:1rem;background:var(--accent-light);box-shadow:var(--shadow)}._filterInput_sypmx_19{font-size:1.15rem}._filterButton_sypmx_23,._searchButton_sypmx_24,._confirmButton_sypmx_25,._cancelButton_sypmx_26{display:flex;align-items:center;justify-content:center;border:0;background:transparent;cursor:pointer;transition:color .3s ease;color:var(--primary-color)}._filterButton_sypmx_23:disabled,._searchButton_sypmx_24:disabled,._confirmButton_sypmx_25:disabled,._cancelButton_sypmx_26:disabled{color:gray;cursor:default}._filterButton_sypmx_23:hover:not(:disabled),._searchButton_sypmx_24:hover:not(:disabled),._confirmButton_sypmx_25:hover:not(:disabled),._cancelButton_sypmx_26:hover:not(:disabled){color:var(--primary-color-dark)}._addButton_sypmx_52{margin:auto 0;height:50px;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;border:0;background-color:var(--primary-color);border-radius:6px;cursor:pointer;color:var(--accent-light);transition:background-color .3s ease}._addButton_sypmx_52:hover:not(:disabled){background-color:var(--primary-color-dark)}._addButton_sypmx_52:disabled{cursor:not-allowed;background-color:gray}._tableContainer_sypmx_76{border-radius:6px;background:var(--accent-light);box-shadow:var(--shadow);overflow:hidden;margin-bottom:2rem}._tableScroll_sypmx_84{overflow-x:auto;width:100%}._table_sypmx_76{width:max-content;min-width:100%;border-collapse:collapse;text-align:left}._thead_sypmx_96{background:var(--background-light);font-size:1rem;font-weight:bolder;text-transform:uppercase;letter-spacing:.05em}._th_sypmx_96{padding:1.5rem;text-align:center}._tr_sypmx_109{border-top:2px solid var(--background-light)}._editing_sypmx_113{border:2px solid var(--text-light)}._td_sypmx_117{padding:1rem 1.5rem;white-space:nowrap}._centerContent_sypmx_122{text-align:center}._actions_sypmx_1{display:flex;align-items:center;justify-content:flex-end;gap:1rem}._iconButton_sypmx_133{border:0;background:transparent;cursor:pointer;color:var(--primary-color);transition:color .3s ease}._iconButton_sypmx_133:disabled{cursor:not-allowed;color:gray}._iconButton_sypmx_133:hover:not(:disabled){color:var(--primary-color-dark)}._editingInput_sypmx_150 span{font-size:1rem}._empty_sypmx_154{text-align:center;font-size:1.15rem;padding:2rem;color:gray}._loadingContainer_sypmx_161{min-height:180px;width:100%;display:flex;align-items:center;justify-content:center}@media(max-width:900px){._actionsContainer_sypmx_1{grid-template-columns:1fr}._filters_sypmx_8{grid-template-columns:1fr auto auto}}._actionsContainer_19bj2_1{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:2rem;border-radius:6px;padding:1rem;background:var(--accent-light);box-shadow:var(--shadow)}._filterContainer_19bj2_12,._addContainer_19bj2_13{display:flex;flex-direction:column;gap:1rem}._panel_19bj2_19{display:grid;grid-template-columns:1fr auto auto;width:auto;gap:1rem;align-items:center}._dropdownPlaceholder_19bj2_27{color:gray}._editingSelect_19bj2_31{width:100%;border:2px solid var(--background);border-radius:6px;background:var(--accent-light);color:var(--text-dark);font-size:1rem;padding:8px 10px}._editingSelect_19bj2_31:hover{border-color:var(--text-light)}._editingSelect_19bj2_31:focus{outline:none;border-color:var(--text-light);box-shadow:none}@media(max-width:900px){._addPanel_19bj2_52{grid-template-columns:1fr}}@media(max-width:1120px){._actionsContainer_19bj2_1{display:flex;flex-direction:column}}._content_15423_1{display:flex;flex-direction:column;gap:2rem}._tabs_15423_7{display:flex;border-bottom:2px solid var(--primary-color);padding:0 .5rem}._tabButton_15423_13{width:50%;border:2px solid var(--accent-light);border-bottom:none;background:var(--accent-light);color:var(--primary-color);padding:.5rem 1rem;border-radius:6px 6px 0 0;cursor:pointer}._tabButton_15423_13:hover{background:var(--background-light);border-color:var(--background-light)}._tabButtonActive_15423_29{background:var(--primary-color);border-color:var(--primary-color);color:var(--accent-light)}._tabButtonActive_15423_29:hover{background:var(--primary-color);border-color:var(--primary-color)}._modalActions_15423_40{display:flex;justify-content:center;gap:1.5rem}._card_1tzo0_1{background:var(--accent-light);border-radius:6px;box-shadow:var(--shadow);padding:2rem;min-width:1000px}._form_1tzo0_9{display:flex;flex-direction:column;gap:2rem}._grid_1tzo0_15{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}._fullWidth_1tzo0_21{grid-column:1 / -1}._sharedRow_1tzo0_25{display:flex;flex-direction:column;gap:1.5rem}._field_1tzo0_31{display:flex;flex-direction:column;gap:.5rem}._label_1tzo0_37{color:var(--text-dark);font-weight:600}._select_1tzo0_42{padding:9px;border:2px solid var(--background);border-radius:5px;font-family:var(--font-family);font-size:1rem;color:var(--text-dark)}._select_1tzo0_42:focus{outline-color:var(--primary-color)}._select_1tzo0_42:disabled{background-color:light-dark(rgba(239,239,239,.3),rgba(59,59,59,.3))}._error_1tzo0_59{font-size:.9rem;color:var(--error);text-align:right}._comments_1tzo0_65{padding:1rem 0}._comment_1tzo0_65{padding:.5rem 0}._hint_1tzo0_73{font-size:.9rem;color:gray}._actions_1tzo0_78{display:flex;justify-content:flex-end;gap:1.5rem}@media(max-width:1100px){._grid_1tzo0_15{grid-template-columns:1fr}}@font-face{font-family:Inter;src:url(/assets/Inter-Variable-c8O0ljhh.ttf) format("truetype")}:root{--primary-color: #ED6B03;--secondary-color: #3BB273;--primary-color-dark: #C64C2D;--accent: #E1BC29;--accent-light: #ffffff;--text-dark: #212529;--text-light: #e0bda9;--background: #EEE3DD;--background-light: #f6f6f5;--background-success: #DCEFE5;--background-error: #F1DEE3;--error: #92374D;--success: #3F7F5F;--online: #3BB273;--offline: #B23B4E;--shadow: 0 2px 4px rgba(0, 0, 0, .1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text-dark);background-color:var(--background);font-family:Inter,sans-serif}.section{padding:6rem;scroll-margin-top:5rem}.sectionTitle,h2{font-size:2rem}.sectionText,p,a,button,span{font-size:1.15rem}.sectionTitle{text-align:center;margin-bottom:1rem}.sectionText{text-align:center}input,textarea,label{font-size:1rem}.page{margin:0 auto;width:100%;padding:1rem 2rem}.pageHeading{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.pageBackLink{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--primary-color);font-size:1rem;font-weight:500;margin-bottom:1rem;width:fit-content;transition:color .2s ease}.pageBackLink:hover{color:var(--primary-color-dark)}.pageTitle{font-size:2.25rem;font-weight:bolder}.pageSubtitle{font-size:1.75rem}@media(min-width:992px)and (max-width:1399px){.section{padding:5rem;scroll-margin-top:4rem}}@media(max-width:1199px){.sectionTitle,h2{font-size:1.5rem}.sectionText,p,a,button,span{font-size:1rem}.page{padding:1rem}.pageTitle{font-size:2rem}}@media(min-width:576px)and (max-width:991px){.section{padding:4rem;scroll-margin-top:3rem}}@media(min-width:480px)and (max-width:575px){.section{padding:3rem;scroll-margin-top:2rem}}@media(max-width:479px){.section{padding:2rem;scroll-margin-top:1rem}}
