._loadingScreen_1t2hj_1{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:var(--text-secondary)}._spinner_1t2hj_11{width:2rem;height:2rem;border:3px solid var(--border);border-top-color:var(--royal-blue);border-radius:50%;animation:_spin_1t2hj_11 .7s linear infinite}@keyframes _spin_1t2hj_11{to{transform:rotate(360deg)}}._shell_1vjic_1{min-height:100vh;background:var(--surface)}._header_1vjic_6{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}._headerInner_1vjic_14{width:min(100% - 2rem,1200px);margin-inline:auto;height:4rem;display:flex;align-items:center;justify-content:space-between}._brand_1vjic_23{display:flex;align-items:center;gap:.625rem;font-weight:800;font-size:1rem;color:var(--text-primary)}._brandIcon_1vjic_32{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:8px;background:var(--royal-blue);color:var(--white)}._headerRight_1vjic_43{display:flex;align-items:center;gap:1rem}._userEmail_1vjic_49{font-size:.875rem;color:var(--text-secondary)}._logoutBtn_1vjic_54{font-size:.875rem;font-weight:600;color:var(--royal-blue);padding:.375rem .75rem;border-radius:8px;transition:background .15s ease}._logoutBtn_1vjic_54:hover{background:var(--royal-blue-muted)}._main_1vjic_67{width:min(100% - 2rem,1200px);margin-inline:auto;padding-block:2rem 3rem}._pageHeader_1vjic_73{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem}._title_1vjic_81{font-size:1.75rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.25rem}._subtitle_1vjic_88{color:var(--text-secondary);font-size:.9375rem}._landingLink_1vjic_93{font-size:.875rem;font-weight:500;color:var(--text-secondary);white-space:nowrap;padding-top:.25rem}._landingLink_1vjic_93:hover{color:var(--royal-blue)}@media (max-width: 640px){._userEmail_1vjic_49{display:none}._pageHeader_1vjic_73{flex-direction:column}}._badge_nhwod_1{display:inline-flex;align-items:center;padding:.25rem .625rem;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.02em}._active_nhwod_11{background:#d4edda;color:#155724}._inactive_nhwod_16{background:#f8d7da;color:#721c24}._card_18q2v_1{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}._cardTitle_18q2v_8{font-size:1rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}._grid2_18q2v_15{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._grid3_18q2v_21{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}._field_18q2v_27{display:flex;flex-direction:column;gap:.375rem}._field_18q2v_27 label{font-size:.8125rem;font-weight:600;color:var(--text-secondary)}._input_18q2v_39,._textarea_18q2v_40,._select_18q2v_41{padding:.625rem .875rem;border:1px solid var(--border);border-radius:var(--radius-sm);font:inherit;color:var(--text-primary);background:var(--white);transition:border-color .15s ease,box-shadow .15s ease}._input_18q2v_39:focus,._textarea_18q2v_40:focus,._select_18q2v_41:focus{outline:none;border-color:var(--royal-blue);box-shadow:0 0 0 3px var(--royal-blue-muted)}._textarea_18q2v_40{resize:vertical;min-height:5rem}._btnSm_18q2v_64{padding:.5rem 1rem;font-size:.8125rem}._btnDanger_18q2v_69{background:#dc3545;color:var(--white);box-shadow:none}._btnDanger_18q2v_69:hover{background:#c82333}._btnSuccess_18q2v_79{background:#28a745;color:var(--white);box-shadow:none}._btnSuccess_18q2v_79:hover{background:#218838}._alert_18q2v_89{padding:.875rem 1rem;border-radius:var(--radius-sm);font-size:.875rem;margin-bottom:1rem}._alertError_18q2v_96{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}._alertSuccess_18q2v_102{background:#d4edda;color:#155724;border:1px solid #c3e6cb}._empty_18q2v_108{text-align:center;padding:2rem;color:var(--text-secondary);font-size:.9375rem}._toggleRow_18q2v_115{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--border)}._toggleRow_18q2v_115:last-child{border-bottom:none}._toggleLabel_18q2v_128{font-size:.9375rem;font-weight:500}._switch_18q2v_133{position:relative;width:2.75rem;height:1.5rem;flex-shrink:0}._switch_18q2v_133 input{opacity:0;width:0;height:0}._slider_18q2v_146{position:absolute;top:0;right:0;bottom:0;left:0;background:#ccc;border-radius:999px;cursor:pointer;transition:background .2s ease}._slider_18q2v_146:before{content:"";position:absolute;width:1.125rem;height:1.125rem;left:.1875rem;bottom:.1875rem;background:var(--white);border-radius:50%;transition:transform .2s ease}._switch_18q2v_133 input:checked+._slider_18q2v_146{background:var(--royal-blue)}._switch_18q2v_133 input:checked+._slider_18q2v_146:before{transform:translate(1.25rem)}@media (max-width: 768px){._grid2_18q2v_15,._grid3_18q2v_21{grid-template-columns:1fr}}._backLink_nmwl7_1{display:inline-block;font-size:.875rem;color:var(--text-secondary);margin-bottom:1.25rem}._backLink_nmwl7_1:hover{color:var(--royal-blue)}._topActions_nmwl7_12{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}._actionButtons_nmwl7_21{display:flex;gap:.75rem;flex-wrap:wrap}._grid_nmwl7_27{display:grid;grid-template-columns:1.2fr .8fr;gap:1.5rem;margin-bottom:1.5rem}._formStack_nmwl7_34{display:flex;flex-direction:column;gap:1rem}._devicesSection_nmwl7_40{margin-top:0}._portalSection_nmwl7_44{margin-bottom:1.5rem}._portalHint_nmwl7_48{font-size:.875rem;color:var(--text-secondary);margin-bottom:1rem;line-height:1.5}._devicesHeader_nmwl7_55{margin-bottom:1rem}._vincularRow_nmwl7_59{display:flex;gap:.75rem;margin-bottom:1.25rem}._vincularRow_nmwl7_59 select{flex:1}._deviceList_nmwl7_69{display:flex;flex-direction:column;gap:1rem}._deviceRow_nmwl7_75{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem;background:var(--surface);border-radius:var(--radius-sm);border:1px solid var(--border)}._deviceInfo_nmwl7_86{flex:1;display:flex;flex-direction:column;gap:.5rem;min-width:0}._deviceId_nmwl7_94{font-size:.8125rem;word-break:break-all;background:var(--white);padding:.375rem .5rem;border-radius:6px;border:1px solid var(--border)}._deviceMeta_nmwl7_103{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;font-size:.8125rem;color:var(--text-secondary)}@media (max-width: 900px){._grid_nmwl7_27{grid-template-columns:1fr}._deviceRow_nmwl7_75{flex-direction:column}}@media (max-width: 640px){._vincularRow_nmwl7_59{flex-direction:column}}._stats_v3sem_1{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem}._statCard_v3sem_8{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;display:flex;flex-direction:column;gap:.25rem}._statValue_v3sem_18{font-size:1.75rem;font-weight:800;color:var(--text-primary)}._statGreen_v3sem_24{color:#28a745}._statRed_v3sem_28{color:#dc3545}._statBlue_v3sem_32{color:var(--royal-blue)}._statLabel_v3sem_36{font-size:.8125rem;color:var(--text-secondary)}._toolbar_v3sem_41{display:flex;gap:1rem;margin-bottom:1.5rem}._toolbar_v3sem_41 input{flex:1}._createForm_v3sem_51{margin-bottom:1.5rem}._createHint_v3sem_55{font-size:.875rem;color:var(--text-secondary);margin:1rem 0}._list_v3sem_61{display:flex;flex-direction:column;gap:.75rem}._listItem_v3sem_67{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);transition:border-color .15s ease,box-shadow .15s ease}._listItem_v3sem_67:hover{border-color:var(--royal-blue-light);box-shadow:var(--shadow)}._listItemTitle_v3sem_84{font-size:1rem;font-weight:700;margin-bottom:.25rem}._listItemAddress_v3sem_90{font-size:.875rem;color:var(--text-secondary);margin-bottom:.25rem}._listItemId_v3sem_96{font-size:.75rem;color:var(--text-secondary);font-family:ui-monospace,monospace;opacity:.8}@media (max-width: 900px){._stats_v3sem_1{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){._toolbar_v3sem_41{flex-direction:column}._stats_v3sem_1{grid-template-columns:1fr 1fr}}._page_x090p_1{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(160deg,var(--royal-blue-muted) 0%,var(--white) 50%)}._card_x090p_10{width:min(100%,400px);background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow-lg)}._back_x090p_19{display:inline-block;font-size:.8125rem;color:var(--text-secondary);margin-bottom:1.5rem}._back_x090p_19:hover{color:var(--royal-blue)}._logo_x090p_30{display:flex;justify-content:center;margin-bottom:1rem}._logoIcon_x090p_36{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:12px;background:var(--royal-blue);color:var(--white)}._title_x090p_47{text-align:center;font-size:1.5rem;font-weight:800;margin-bottom:.375rem}._subtitle_x090p_54{text-align:center;font-size:.9375rem;color:var(--text-secondary);margin-bottom:1.5rem}._error_x090p_61{background:#f8d7da;color:#721c24;padding:.75rem 1rem;border-radius:var(--radius-sm);font-size:.875rem;margin-bottom:1rem}._form_x090p_70{display:flex;flex-direction:column;gap:1rem}._field_x090p_76{display:flex;flex-direction:column;gap:.375rem}._field_x090p_76 label{font-size:.8125rem;font-weight:600;color:var(--text-secondary)}._input_x090p_88{padding:.75rem .875rem;border:1px solid var(--border);border-radius:var(--radius-sm);font:inherit}._input_x090p_88:focus{outline:none;border-color:var(--royal-blue);box-shadow:0 0 0 3px var(--royal-blue-muted)}._submit_x090p_101{width:100%;margin-top:.5rem}._submit_x090p_101:disabled{opacity:.7;cursor:not-allowed}._loading_3ejy1_1{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:var(--text-secondary);background:var(--surface)}._spinner_3ejy1_12{width:2rem;height:2rem;border:3px solid var(--border);border-top-color:var(--royal-blue);border-radius:50%;animation:_spin_3ejy1_12 .7s linear infinite}@keyframes _spin_3ejy1_12{to{transform:rotate(360deg)}}._errorTitle_3ejy1_27{font-weight:700;color:var(--text-primary)}._errorText_3ejy1_32{max-width:28rem;text-align:center;line-height:1.5;color:var(--text-secondary)}._errorActions_3ejy1_39{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}._errorLink_3ejy1_46{font-size:.875rem;color:var(--royal-blue)}._errorLink_3ejy1_46:hover{text-decoration:underline}._shell_vu1ev_1{min-height:100vh;background:var(--surface)}._header_vu1ev_6{background:linear-gradient(160deg,var(--royal-blue) 0%,var(--royal-blue-dark) 100%);color:var(--white);padding-bottom:1.25rem}._headerInner_vu1ev_12{width:min(100% - 2rem,1100px);margin-inline:auto;padding-top:1rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}._brandBlock_vu1ev_22{min-width:0}._brand_vu1ev_22{display:inline-flex;align-items:center;gap:.5rem;font-weight:800;font-size:1.125rem;color:var(--white)}._brandIcon_vu1ev_35{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:8px;background:#fff3}._condominioNome_vu1ev_45{margin-top:.25rem;font-size:.875rem;opacity:.9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:280px}._headerRight_vu1ev_55{display:flex;align-items:center;gap:.75rem;flex-shrink:0}._userName_vu1ev_62{font-size:.8125rem;opacity:.9}._logoutBtn_vu1ev_67{font-size:.8125rem;font-weight:600;padding:.375rem .75rem;border-radius:8px;background:#ffffff26;color:var(--white);transition:background .15s ease}._logoutBtn_vu1ev_67:hover{background:#ffffff40}._pageTitle_vu1ev_81{width:min(100% - 2rem,1100px);margin:1rem auto 0;font-size:1.375rem;font-weight:700}._main_vu1ev_88{width:min(100% - 2rem,1100px);margin-inline:auto;padding-block:1.5rem 3rem}@media (max-width: 640px){._userName_vu1ev_62{display:none}._condominioNome_vu1ev_45{max-width:180px}}._box_8lpxw_1{text-align:center;padding:3rem 1.5rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius)}._text_8lpxw_9{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem}._banner_1ws9j_1{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;background:#fff3cd;border:1px solid #ffc107;border-radius:var(--radius);color:#856404;margin-bottom:1.5rem;font-size:.9375rem;line-height:1.5}._icon_1ws9j_15{flex-shrink:0}._overlay_f725i_1{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#1a2b4a8c;display:flex;align-items:flex-end;justify-content:center;padding:1rem}._box_f725i_12{width:min(100%,480px);max-height:calc(100vh - 2rem);overflow-y:auto;background:var(--white);border-radius:var(--radius) var(--radius) 0 0;box-shadow:var(--shadow-lg)}._header_f725i_21{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.25rem 0}._title_f725i_28{font-size:1.125rem;font-weight:700}._close_f725i_33{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1;color:var(--text-secondary);border-radius:8px}._close_f725i_33:hover{background:var(--surface)}._body_f725i_49{padding:1.25rem}@media (min-width: 640px){._overlay_f725i_1{align-items:center}._box_f725i_12{border-radius:var(--radius)}}._backLink_1ou33_1{display:inline-block;font-size:.875rem;color:var(--text-secondary);margin-bottom:1rem}._backLink_1ou33_1:hover{color:var(--royal-blue)}._toolbar_1ou33_12{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}._searchWrap_1ou33_19{flex:1;min-width:200px;position:relative}._searchInput_1ou33_25{width:100%;padding:.625rem 2.25rem .625rem .875rem;border:1px solid var(--border);border-radius:var(--radius-sm);font:inherit;color:var(--text-primary);background:var(--white)}._searchInput_1ou33_25:focus{outline:none;border-color:var(--royal-blue);box-shadow:0 0 0 3px var(--royal-blue-muted)}._clearSearch_1ou33_41{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--text-secondary);font-size:1.25rem;line-height:1;padding:.25rem;cursor:pointer}._loading_1ou33_55,._empty_1ou33_56{text-align:center;padding:2.5rem 1rem;color:var(--text-secondary)}._emptySub_1ou33_62{font-size:.875rem;margin-top:.5rem;opacity:.8}._lista_1ou33_68{list-style:none;display:flex;flex-direction:column;gap:1rem}._unidadeCard_1ou33_75{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem}._unidadeHeader_1ou33_82{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}._unidadeTitulo_1ou33_90{font-size:1.0625rem;font-weight:700;color:var(--text-primary)}._unidadeActions_1ou33_96{display:flex;gap:.5rem}._iconBtn_1ou33_101{background:none;border:1px solid var(--border);border-radius:var(--radius-sm);padding:.375rem .625rem;font-size:.8125rem;color:var(--text-secondary);cursor:pointer;transition:border-color .15s ease,color .15s ease}._iconBtn_1ou33_101:hover{border-color:var(--royal-blue);color:var(--royal-blue)}._iconBtnDanger_1ou33_117:hover{border-color:#dc3545;color:#dc3545}._moradoresHeader_1ou33_122{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}._moradoresLabel_1ou33_130{font-size:.8125rem;font-weight:600;color:var(--text-secondary)}._moradoresLista_1ou33_136{list-style:none;display:flex;flex-direction:column;gap:.5rem}._moradorItem_1ou33_143{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm)}._moradorNome_1ou33_154{font-weight:600;font-size:.9375rem;margin-bottom:.25rem}._moradorDetail_1ou33_160{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--text-secondary);margin-top:.25rem}._whatsappLink_1ou33_169{color:#25d366;text-decoration:none;font-size:.75rem;font-weight:600}._whatsappLink_1ou33_169:hover{text-decoration:underline}._moradorActions_1ou33_180{display:flex;gap:.375rem;flex-shrink:0}._emptyMoradores_1ou33_186{text-align:center;padding:1rem;font-size:.875rem;color:var(--text-secondary)}._unidadeBadge_1ou33_193{display:inline-block;padding:.5rem .75rem;background:var(--royal-blue-muted);color:var(--royal-blue);border-radius:var(--radius-sm);font-size:.875rem;font-weight:600;margin-bottom:1rem}._modalActions_1ou33_204{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}._modalActions_1ou33_204 ._btn-primary_1ou33_211{flex:1;min-width:140px}@media (max-width: 480px){._unidadeHeader_1ou33_82{flex-direction:column;align-items:flex-start}._moradorItem_1ou33_143,._modalActions_1ou33_204{flex-direction:column}._modalActions_1ou33_204 ._btn-primary_1ou33_211{width:100%}}._card_16hqr_1{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:1.25rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);transition:box-shadow .15s ease,transform .15s ease,border-color .15s ease;position:relative;min-height:120px}._card_16hqr_1:not(._disabled_16hqr_15):hover{border-color:var(--royal-blue-light);box-shadow:var(--shadow);transform:translateY(-2px)}._disabled_16hqr_15{opacity:.65;cursor:not-allowed}._icon_16hqr_26{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:50%;background:var(--royal-blue-muted);font-size:1.25rem;margin-bottom:.75rem}._title_16hqr_38{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem}._subtitle_16hqr_45{font-size:.8125rem;color:var(--text-secondary)}._badge_16hqr_50{position:absolute;top:.75rem;right:.75rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary);background:var(--surface);padding:.2rem .5rem;border-radius:999px}._welcome_1i5tn_1{font-size:1rem;color:var(--text-secondary);margin-bottom:1.25rem}._grid_1i5tn_7{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}@media (min-width: 640px){._grid_1i5tn_7{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem}}@media (min-width: 900px){._grid_1i5tn_7{grid-template-columns:repeat(3,1fr)}}._wrap_1o2az_1{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem}._compact_1o2az_8,._label_1o2az_12{font-size:.8125rem}._onDark_1o2az_16 ._label_1o2az_12{color:#ffffff8c}._onLight_1o2az_20 ._label_1o2az_12{color:var(--text-secondary)}._brand_1o2az_24{display:inline-flex;align-items:center;text-decoration:none;transition:opacity .15s ease}._brand_1o2az_24:hover{opacity:.88}._logo_1o2az_35{height:36px;width:auto;object-fit:contain}._onLight_1o2az_20 ._logo_1o2az_35{border-radius:6px}._compact_1o2az_8 ._logo_1o2az_35{height:30px}@media (max-width: 480px){._wrap_1o2az_1{flex-direction:column;align-items:flex-start;gap:.375rem}._logo_1o2az_35{height:32px}._compact_1o2az_8 ._logo_1o2az_35{height:28px}}._page_1tkdb_1{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(160deg,var(--royal-blue) 0%,var(--royal-blue-dark) 55%,#1a2b4a 100%)}._card_1tkdb_10{width:min(100%,400px);background:var(--white);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow-lg)}._back_1tkdb_18{display:inline-block;font-size:.8125rem;color:var(--text-secondary);margin-bottom:1.5rem}._back_1tkdb_18:hover{color:var(--royal-blue)}._logo_1tkdb_29{display:flex;justify-content:center;margin-bottom:1rem}._logoIcon_1tkdb_35{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:12px;background:var(--royal-blue);color:var(--white)}._title_1tkdb_46{text-align:center;font-size:1.5rem;font-weight:800;margin-bottom:.25rem}._subtitle_1tkdb_53{text-align:center;font-size:.9375rem;color:var(--text-secondary);margin-bottom:1.5rem}._error_1tkdb_60{background:#f8d7da;color:#721c24;padding:.75rem 1rem;border-radius:var(--radius-sm);font-size:.875rem;margin-bottom:1rem}._form_1tkdb_69{display:flex;flex-direction:column;gap:1rem}._field_1tkdb_75{display:flex;flex-direction:column;gap:.375rem}._field_1tkdb_75 label{font-size:.8125rem;font-weight:600;color:var(--text-secondary)}._input_1tkdb_87{padding:.75rem .875rem;border:1px solid var(--border);border-radius:var(--radius-sm);font:inherit}._input_1tkdb_87:focus{outline:none;border-color:var(--royal-blue);box-shadow:0 0 0 3px var(--royal-blue-muted)}._submit_1tkdb_100{width:100%;margin-top:.5rem}._submit_1tkdb_100:disabled{opacity:.7;cursor:not-allowed}._hint_1tkdb_110{margin-top:1.25rem;font-size:.8125rem;color:var(--text-secondary);text-align:center;line-height:1.5}._hint_1tkdb_110 a{color:var(--royal-blue);font-weight:600}._hint_1tkdb_110 a:hover{text-decoration:underline}._managedBy_1tkdb_127{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--border);display:flex;justify-content:center}._wrap_y85ub_1{display:flex;flex-direction:column;gap:.5rem}._canvas_y85ub_7{width:100%;height:180px;background:var(--white);border:2px dashed var(--border);border-radius:var(--radius-sm);touch-action:none;cursor:crosshair}._hint_y85ub_17{font-size:.75rem;color:var(--text-secondary);text-align:center}._backLink_1brwo_1{display:inline-block;font-size:.875rem;color:var(--text-secondary);margin-bottom:1rem}._backLink_1brwo_1:hover{color:var(--royal-blue)}._disabledBox_1brwo_12{text-align:center;padding:3rem 1.5rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius)}._disabledBox_1brwo_12 p{margin-bottom:1.25rem;color:var(--text-secondary)}._tabs_1brwo_25{display:flex;gap:.5rem;margin-bottom:1.25rem;border-bottom:1px solid var(--border)}._tab_1brwo_25{padding:.75rem 1.25rem;font-weight:600;font-size:.9375rem;color:var(--text-secondary);border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s ease,border-color .15s ease}._tabActive_1brwo_42{color:var(--royal-blue);border-bottom-color:var(--royal-blue)}._toolbar_1brwo_47{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}._loading_1brwo_54,._empty_1brwo_55{text-align:center;padding:2.5rem 1rem;color:var(--text-secondary)}._lista_1brwo_61{list-style:none;display:flex;flex-direction:column;gap:.625rem}._item_1brwo_68{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.875rem 1rem}._itemRetirada_1brwo_75{display:flex;align-items:center;justify-content:space-between;gap:1rem}._itemLabel_1brwo_82{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}._itemLabel_1brwo_82 input{margin-top:.25rem;width:1.125rem;height:1.125rem;accent-color:var(--royal-blue)}._itemBody_1brwo_96{display:flex;flex-direction:column;gap:.25rem;min-width:0}._itemTitulo_1brwo_103{font-weight:600;font-size:.9375rem}._itemMeta_1brwo_108{font-size:.8125rem;color:var(--text-secondary)}._assinaturaThumb_1brwo_113{width:72px;height:40px;object-fit:contain;border:1px solid var(--border);border-radius:4px;background:var(--surface);flex-shrink:0}._lgpdNote_1brwo_123{font-size:.8125rem;color:var(--text-secondary);margin:1rem 0 .75rem;line-height:1.5}._modalActions_1brwo_130{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}._modalActions_1brwo_130 ._btn-primary_1brwo_137{flex:1;min-width:160px}@media (max-width: 480px){._modalActions_1brwo_130{flex-direction:column}._modalActions_1brwo_130 ._btn-primary_1brwo_137{width:100%}}._wrap_1tqv6_1{display:flex;flex-direction:column;gap:1rem}._erro_1tqv6_7{font-size:.875rem;color:#856404;background:#fff3cd;padding:.75rem 1rem;border-radius:var(--radius-sm)}._preview_1tqv6_15{width:100%;aspect-ratio:4 / 3;max-height:320px;background:#000;border-radius:var(--radius);overflow:hidden}._video_1tqv6_24{width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}._fallback_1tqv6_31{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1rem;background:var(--surface);border-radius:var(--radius);color:var(--text-secondary);font-size:.9375rem}._fileInput_1tqv6_43{display:none}._actions_1tqv6_47{display:flex;flex-direction:column;gap:.75rem}._captureBtn_1tqv6_53{width:100%}@media (min-width: 480px){._actions_1tqv6_47{flex-direction:row}._captureBtn_1tqv6_53{flex:1}}._backLink_1n22k_1{display:inline-block;font-size:.875rem;color:var(--text-secondary);margin-bottom:1rem}._backLink_1n22k_1:hover{color:var(--royal-blue)}._toolbar_1n22k_12{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}._loading_1n22k_19,._empty_1n22k_20{text-align:center;color:var(--text-secondary);padding:2rem 1rem;font-size:.9375rem}._disabledBox_1n22k_27{text-align:center;padding:3rem 1.5rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius)}._disabledBox_1n22k_27 p{color:var(--text-secondary);margin-bottom:1.25rem}._section_1n22k_40{margin-bottom:2rem}._sectionTitle_1n22k_44{font-size:.9375rem;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.875rem}._registroList_1n22k_53{list-style:none;display:flex;flex-direction:column;gap:.625rem}._registroItem_1n22k_60{display:flex;align-items:center;gap:.875rem;padding:.75rem 1rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm)}._registroThumb_1n22k_70{width:48px;height:48px;border-radius:8px;object-fit:cover;flex-shrink:0}._registroThumbPlaceholder_1n22k_78{width:48px;height:48px;border-radius:8px;background:var(--royal-blue-muted);display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}._registroInfo_1n22k_90{display:flex;flex-direction:column;gap:.125rem;min-width:0}._registroNome_1n22k_97{font-weight:600;font-size:.9375rem}._registroMeta_1n22k_102{font-size:.8125rem;color:var(--text-secondary)}._tipoEntrada_1n22k_107{color:#28a745;font-weight:600}._tipoSaida_1n22k_112{color:#dc3545;font-weight:600}._funcGrid_1n22k_117{display:grid;grid-template-columns:1fr;gap:1rem}._funcCard_1n22k_123{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}._funcNome_1n22k_130{font-size:1rem;font-weight:700;margin-bottom:.25rem}._funcCargo_1n22k_136{font-size:.875rem;color:var(--text-secondary);margin-bottom:1rem}._funcActions_1n22k_142{display:grid;grid-template-columns:1fr 1fr;gap:.625rem}._btnEntrada_1n22k_148,._btnSaida_1n22k_149{padding:.625rem 1rem;border-radius:var(--radius-sm);font-weight:600;font-size:.875rem;color:var(--white);transition:opacity .15s ease}._btnEntrada_1n22k_148{background:#28a745}._btnSaida_1n22k_149{background:#dc3545}._btnEntrada_1n22k_148:hover:not(:disabled),._btnSaida_1n22k_149:hover:not(:disabled){opacity:.9}._btnDisabled_1n22k_171,._btnEntrada_1n22k_148:disabled,._btnSaida_1n22k_149:disabled{opacity:.5;cursor:not-allowed}._form_1n22k_178{display:flex;flex-direction:column;gap:1rem}._modalFuncionario_1n22k_184{font-size:1rem;font-weight:600;margin-bottom:.5rem}._lgpdNote_1n22k_190{font-size:.8125rem;color:var(--text-secondary);line-height:1.5;margin-bottom:1rem}@media (min-width: 640px){._funcGrid_1n22k_117{grid-template-columns:repeat(2,1fr)}}@media (min-width: 900px){._funcGrid_1n22k_117{grid-template-columns:repeat(3,1fr)}}._backLink_hq2er_1{display:inline-block;font-size:.875rem;color:var(--text-secondary);margin-bottom:1rem}._backLink_hq2er_1:hover{color:var(--royal-blue)}._disabledBox_hq2er_12{text-align:center;padding:3rem 1.5rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius)}._disabledBox_hq2er_12 p{margin-bottom:1.25rem;color:var(--text-secondary)}._form_hq2er_25{display:flex;flex-direction:column;gap:1.25rem}._sugestoes_hq2er_31{list-style:none;margin-top:.5rem;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}._sugestoes_hq2er_31 button{width:100%;display:flex;justify-content:space-between;gap:1rem;padding:.75rem 1rem;text-align:left;font-size:.9375rem;border-bottom:1px solid var(--border);transition:background .15s ease}._sugestoes_hq2er_31 li:last-child button{border-bottom:none}._sugestoes_hq2er_31 button:hover{background:var(--royal-blue-muted)}._sugestoes_hq2er_31 span{color:var(--text-secondary);font-size:.875rem;flex-shrink:0}._selecionado_hq2er_65{margin-top:.75rem;font-size:.875rem;color:var(--royal-blue)}._submit_hq2er_71{align-self:flex-start}@media (max-width: 640px){._submit_hq2er_71{width:100%}}._section_gei1y_1{background:linear-gradient(180deg,var(--white) 0%,var(--royal-blue-muted) 100%)}._inner_gei1y_5{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}._cards_gei1y_12{display:flex;flex-direction:column;gap:1rem}._card_gei1y_12{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:.25rem 1rem;padding:1.5rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);transition:box-shadow .2s ease,border-color .2s ease}._card_gei1y_12:hover{box-shadow:var(--shadow);border-color:var(--royal-blue-light)}._cardStatic_gei1y_35{cursor:default}._cardStatic_gei1y_35:hover{box-shadow:none;border-color:var(--border)}._cardIcon_gei1y_44{grid-row:span 2;font-size:1.75rem;align-self:center}._cardTitle_gei1y_50{font-size:1rem;font-weight:700}._cardText_gei1y_55{font-size:.9375rem;color:var(--text-secondary)}._cardText_gei1y_55 code{font-size:.8125rem;background:var(--surface);padding:.125rem .375rem;border-radius:4px}._cardAction_gei1y_67{grid-column:2;font-size:.875rem;font-weight:600;color:var(--royal-blue)}._managedBy_gei1y_74{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}@media (max-width: 768px){._inner_gei1y_5{grid-template-columns:1fr}}._section_uducv_1{background:var(--surface)}._grid_uducv_5{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}._card_uducv_12{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;transition:box-shadow .2s ease,transform .2s ease}._card_uducv_12:hover{box-shadow:var(--shadow);transform:translateY(-2px)}._icon_uducv_25{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:12px;background:var(--royal-blue-muted);font-size:1.375rem;margin-bottom:1.25rem}._cardTitle_uducv_37{font-size:1.0625rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}._cardDescription_uducv_44{font-size:.9375rem;color:var(--text-secondary);line-height:1.6}@media (max-width: 900px){._grid_uducv_5{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){._grid_uducv_5{grid-template-columns:1fr}}._footer_xmdk7_1{background:var(--text-primary);color:#ffffffd9;padding-top:3rem}._inner_xmdk7_7{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}._logo_xmdk7_16{font-size:1.125rem;font-weight:800;color:var(--white);display:block;margin-bottom:.5rem}._tagline_xmdk7_24{font-size:.875rem;color:#fff9;max-width:20rem}._nav_xmdk7_30{display:flex;gap:1.5rem;flex-wrap:wrap}._nav_xmdk7_30 a{font-size:.875rem;color:#ffffffb3;transition:color .15s ease}._nav_xmdk7_30 a:hover{color:var(--white)}._bottom_xmdk7_46{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding-block:1.25rem}._copyright_xmdk7_55{font-size:.8125rem;color:#ffffff73}@media (max-width: 640px){._inner_xmdk7_7{flex-direction:column}}._header_1c27i_1{position:sticky;top:0;z-index:100;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}._inner_1c27i_10{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;height:4.25rem}._logo_1c27i_18{display:flex;align-items:center;gap:.625rem;font-weight:800;font-size:1.125rem;color:var(--text-primary);flex-shrink:0}._logoIcon_1c27i_28{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:10px;background:var(--royal-blue);color:var(--white)}._nav_1c27i_39{display:flex;align-items:center;gap:2rem}._navLink_1c27i_45{font-size:.9375rem;font-weight:500;color:var(--text-secondary);transition:color .15s ease}._navLink_1c27i_45:hover{color:var(--royal-blue)}._cta_1c27i_56{flex-shrink:0;padding:.625rem 1.25rem;font-size:.875rem}@media (max-width: 900px){._nav_1c27i_39{display:none}}@media (max-width: 480px){._cta_1c27i_56{display:none}}._hero_h5vnd_1{background:linear-gradient(160deg,var(--royal-blue) 0%,var(--royal-blue-dark) 55%,#1a2b4a 100%);color:var(--white);padding-block:4rem 5rem;overflow:hidden;position:relative}._hero_h5vnd_1:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(255,255,255,.12) 0%,transparent 40%),radial-gradient(circle at 10% 80%,rgba(255,255,255,.08) 0%,transparent 35%);pointer-events:none}._inner_h5vnd_19{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative}._content_h5vnd_27{max-width:34rem}._badge_h5vnd_31{display:inline-block;padding:.375rem .875rem;border-radius:999px;background:#ffffff26;font-size:.8125rem;font-weight:600;margin-bottom:1.25rem;border:1px solid rgba(255,255,255,.2)}._title_h5vnd_42{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.25rem}._title_h5vnd_42 span{color:#b8ccff}._description_h5vnd_54{font-size:1.125rem;line-height:1.7;color:#ffffffe0;margin-bottom:2rem}._actions_h5vnd_61{display:flex;flex-wrap:wrap;gap:.875rem;margin-bottom:2rem}._secondaryBtn_h5vnd_68{background:#ffffff26!important;color:var(--white)!important}._secondaryBtn_h5vnd_68:hover{background:#ffffff40!important}._highlights_h5vnd_77{list-style:none;display:flex;flex-direction:column;gap:.5rem}._highlights_h5vnd_77 li{display:flex;align-items:center;gap:.625rem;font-size:.9375rem;color:#ffffffd9}._highlights_h5vnd_77 li:before{content:"✓";display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:50%;background:#fff3;font-size:.6875rem;font-weight:700;flex-shrink:0}._mockup_h5vnd_106{display:flex;justify-content:center}._phone_h5vnd_111{width:min(100%,300px);background:var(--white);border-radius:28px;padding:1rem;box-shadow:var(--shadow-lg);color:var(--text-primary)}._phoneHeader_h5vnd_120{display:flex;align-items:center;gap:.5rem;padding:.75rem .5rem 1rem;border-bottom:1px solid var(--border);margin-bottom:.75rem}._phoneDot_h5vnd_129{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--royal-blue-muted)}._phoneTitle_h5vnd_136{font-weight:700;font-size:.9375rem}._phoneGrid_h5vnd_141{display:grid;grid-template-columns:1fr 1fr;gap:.625rem}._phoneCard_h5vnd_147{background:var(--surface);border-radius:12px;padding:.875rem .625rem;text-align:center;font-size:.75rem;font-weight:600;color:var(--text-secondary)}._phoneCardIcon_h5vnd_157{width:2rem;height:2rem;border-radius:50%;background:var(--royal-blue-muted);margin:0 auto .5rem}@media (max-width: 900px){._inner_h5vnd_19{grid-template-columns:1fr;text-align:center}._content_h5vnd_27{max-width:none}._actions_h5vnd_61{justify-content:center}._highlights_h5vnd_77{align-items:center}._mockup_h5vnd_106{order:-1}}@media (max-width: 480px){._hero_h5vnd_1{padding-block:2.5rem 3.5rem}._actions_h5vnd_61{flex-direction:column}._actions_h5vnd_61 ._btn_h5vnd_197{width:100%}}._steps_f167c_1{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;position:relative}._step_f167c_1{position:relative;text-align:center}._number_f167c_15{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:50%;background:var(--royal-blue);color:var(--white);font-weight:800;font-size:.875rem;margin:0 auto 1.25rem;position:relative;z-index:1}._content_f167c_31{max-width:18rem;margin-inline:auto}._stepTitle_f167c_36{font-size:1.0625rem;font-weight:700;margin-bottom:.5rem}._stepDescription_f167c_42{font-size:.9375rem;color:var(--text-secondary);line-height:1.6}._connector_f167c_48{display:none}@media (min-width: 901px){._steps_f167c_1:before{content:"";position:absolute;top:1.75rem;left:calc(16.66% + 1.75rem);right:calc(16.66% + 1.75rem);height:2px;background:var(--border);z-index:0}}@media (max-width: 900px){._steps_f167c_1{grid-template-columns:1fr;gap:2.5rem;max-width:28rem;margin-inline:auto}._step_f167c_1{text-align:left;display:grid;grid-template-columns:auto 1fr;gap:1.25rem;align-items:start}._number_f167c_15{margin:0}._content_f167c_31{margin:0;max-width:none}}._section_1905j_1{background:var(--surface)}._grid_1905j_5{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3rem;max-width:52rem;margin-inline:auto}._card_1905j_14{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;position:relative}._highlighted_1905j_22{border-color:var(--royal-blue);box-shadow:0 8px 32px #4169e126}._badge_1905j_27{position:absolute;top:-.75rem;left:50%;transform:translate(-50%);background:var(--royal-blue);color:var(--white);font-size:.75rem;font-weight:700;padding:.25rem .875rem;border-radius:999px;white-space:nowrap}._planName_1905j_41{font-size:1.25rem;font-weight:800;margin-bottom:.5rem}._planDescription_1905j_47{font-size:.9375rem;color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.5}._price_1905j_54{font-size:1.5rem;font-weight:800;color:var(--royal-blue);margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.25rem}._price_1905j_54 span{font-size:.8125rem;font-weight:500;color:var(--text-secondary)}._featureList_1905j_70{list-style:none;display:flex;flex-direction:column;gap:.625rem}._featureList_1905j_70 li{display:flex;align-items:flex-start;gap:.625rem;font-size:.9375rem;color:var(--text-secondary)}._featureList_1905j_70 li:before{content:"✓";color:var(--royal-blue);font-weight:700;flex-shrink:0}._cta_1905j_92{text-align:center;margin-top:2.5rem}@media (max-width: 640px){._grid_1905j_5{grid-template-columns:1fr}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--royal-blue: #4169e1;--royal-blue-dark: #2e4db5;--royal-blue-light: #6b8def;--royal-blue-muted: #e8eeff;--text-primary: #1a2b4a;--text-secondary: #5a6b8a;--white: #ffffff;--surface: #f7f9fc;--border: #e2e8f4;--shadow: 0 4px 24px rgba(26, 43, 74, .08);--shadow-lg: 0 12px 48px rgba(26, 43, 74, .12);--radius: 16px;--radius-sm: 10px;--max-width: 1120px;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;color:var(--text-primary);background:var(--white);-webkit-font-smoothing:antialiased}html{scroll-behavior:smooth}body{min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font:inherit;cursor:pointer;border:none;background:none}.container{width:min(100% - 2.5rem,var(--max-width));margin-inline:auto}.section{padding-block:5rem}.section-label{display:inline-block;font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--royal-blue);margin-bottom:.75rem}.section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.2;letter-spacing:-.02em;color:var(--text-primary);margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:var(--text-secondary);max-width:36rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:999px;font-weight:600;font-size:.9375rem;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--royal-blue);color:var(--white);box-shadow:0 4px 16px #4169e159}.btn-primary:hover{background:var(--royal-blue-dark);box-shadow:0 6px 20px #4169e173}.btn-outline{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.6)}.btn-outline:hover{background:#ffffff1a;border-color:var(--white)}.btn-ghost{background:var(--royal-blue-muted);color:var(--royal-blue)}.btn-ghost:hover{background:#d8e4ff}@media (max-width: 768px){.section{padding-block:3.5rem}}
