*{margin:0;padding:0;box-sizing:border-box}body,html,#root{width:100%;min-height:100%}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{min-width:320px;overflow-x:hidden;overflow-y:auto;background:var(--theme-background, #0B1220);color:var(--theme-text, var(--theme-background))}#root{min-height:100dvh;overflow-x:clip;background:var(--theme-background, #0B1220)}button,input,select,textarea{min-width:0;max-width:100%;font-family:inherit}img,video,canvas{max-width:100%}@media(max-width:760px){input,select,textarea{font-size:16px!important}}._container_1n7qn_1{width:100%;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding:24px}._wrapper_1n7qn_12{background-color:var(--theme-surface);border-radius:12px;width:100%;max-width:360px;height:400px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 8px 32px var(--theme-shadow)}._headerWrapper_1n7qn_22{width:100%;height:30%;display:flex;align-items:center;justify-content:center;cursor:pointer}._fotoPerfil_1n7qn_31{width:80px;height:80px;border-radius:50%;object-fit:cover}._form_1n7qn_38{width:100%}._inputWrapper_1n7qn_42{width:100%;height:40%;display:flex;flex-direction:column;align-items:center;justify-content:center}._inputGroup_1n7qn_51{width:90%;margin-bottom:20px;position:relative}._error_1n7qn_57{color:var(--theme-error-text);font-size:12px;margin-top:4px}._footerWrapper_1n7qn_63{width:100%;height:30%;padding:0 20px}._button_1n7qn_69{width:100%;height:40px;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:background .3s ease}._button_1n7qn_69:hover{background-color:var(--theme-primary-hover)}._buttonDisabled_1n7qn_83{width:100%;height:40px;font-size:16px;border:none;border-radius:5px;cursor:not-allowed}._forgot_1n7qn_92{margin-top:15px;font-size:13px;text-align:center}._forgot_1n7qn_92 a{color:var(--theme-primary-text);text-decoration:underline;cursor:pointer}._error_1n7qn_57{color:var(--theme-error);font-size:.85rem;margin-top:4px}._spinner_1n7qn_111{width:20px;height:20px;border:3px solid transparent;border-top-color:var(--theme-on-primary);border-radius:50%;animation:_spin_1n7qn_111 .8s linear infinite;display:inline-block}@keyframes _spin_1n7qn_111{to{transform:rotate(360deg)}}._container_yjui0_1{position:relative;width:100%;height:40px;display:flex;align-items:center;border:2px solid;border-radius:5px}._container_yjui0_1 ._input_yjui0_11:-webkit-autofill,._container_yjui0_1 ._input_yjui0_11:-webkit-autofill:hover,._container_yjui0_1 ._input_yjui0_11:-webkit-autofill:focus,._container_yjui0_1 ._input_yjui0_11:-webkit-autofill:active{-webkit-box-shadow:0 0 0px 1000px var(--theme-background-color) inset;-webkit-text-fill-color:var(--theme-text-color)!important;transition:background-color 5000s ease-in-out 0s}._input_yjui0_11{flex:1;height:100%;padding-left:10px;border:none;outline:none;color:var(--theme-text-color);font-size:14px;background:transparent}._icon_yjui0_31{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:var(--theme-text-muted)}._passwordIcon_yjui0_39{cursor:pointer}._container_yjui0_1:focus-within ._icon_yjui0_31{color:var(--theme-primary)}._container_odmhk_1{position:fixed;top:24px;right:24px;display:flex;flex-direction:column;align-items:flex-end;gap:12px;z-index:9999;pointer-events:none}._notification_odmhk_17{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;width:min(390px,calc(100vw - 48px));min-height:86px;padding:16px 48px 16px 16px;border-radius:10px;box-shadow:0 8px 24px var(--theme-shadow),0 2px 8px var(--theme-shadow);pointer-events:auto;overflow:hidden;animation:_notificationEnter_odmhk_1 .18s ease-out forwards}._success_odmhk_44{background:var(--theme-success);color:var(--theme-white)}._warning_odmhk_49{background:var(--theme-warning);color:var(--theme-warning-text)}._error_odmhk_54{background:var(--theme-error);color:var(--theme-white)}._icon_odmhk_59{display:flex;align-items:center;justify-content:flex-start;font-size:28px}._content_odmhk_67{min-width:0;display:flex;flex-direction:column;gap:4px}._title_odmhk_76{display:block;margin:0;font-size:15px;font-weight:700;line-height:1.3}._message_odmhk_86{margin:0;font-size:13px;font-weight:400;line-height:1.45;overflow-wrap:anywhere}._closeButton_odmhk_96{position:absolute;top:10px;right:10px;display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:0;border-radius:6px;background:transparent;color:inherit;font-size:17px;cursor:pointer;opacity:.8;transition:opacity .15s ease,background-color .15s ease}._closeButton_odmhk_96:hover{opacity:1;background:var(--theme-shadow)}._closeButton_odmhk_96:focus-visible{outline:2px solid currentColor;outline-offset:2px}._leaving_odmhk_139{animation:_notificationExit_odmhk_1 .22s ease-in forwards}@keyframes _notificationEnter_odmhk_1{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes _notificationExit_odmhk_1{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(24px)}}@media(max-width:600px){._container_odmhk_1{top:16px;right:16px;left:16px;align-items:stretch}._notification_odmhk_17{width:100%;max-width:none}}@media(prefers-reduced-motion:reduce){._notification_odmhk_17,._leaving_odmhk_139{animation-duration:1ms}}._container_fv0w1_1{display:flex;justify-content:center;align-items:flex-start;min-height:100dvh;padding:32px 20px;background-size:cover;background-position:center;overflow-y:auto}._card_fv0w1_12{background-color:var(--theme-surface);padding:32px;border-radius:12px;box-shadow:0 4px 24px var(--theme-shadow);width:100%;max-width:440px}._title_fv0w1_21{font-size:28px;font-weight:700;margin-bottom:24px;text-align:center}._form_fv0w1_28{display:flex;flex-direction:column;gap:16px}._formGroup_fv0w1_34{display:flex;flex-direction:column}._label_fv0w1_39{font-weight:600;margin-bottom:6px}._labelWrapper_fv0w1_44{position:relative}._imageUploadContainer_fv0w1_48{display:flex;justify-content:center;align-items:center;margin-top:8px}._hiddenFileInput_fv0w1_55{display:none}._imageCircle_fv0w1_59{width:120px;height:120px;border-radius:50%;background-color:var(--theme-bottom);display:flex;justify-content:center;align-items:center;cursor:pointer;overflow:hidden;border:2px dashed var(--theme-text-muted);position:relative;transition:border-color .3s}._imageCircle_fv0w1_59:hover{border-color:var(--theme-primary)}._plusIcon_fv0w1_78{font-size:24px;color:var(--theme-border-strong)}._imagePreview_fv0w1_83{width:100%;height:100%;object-fit:cover}._input_fv0w1_89{width:100%;padding:12px 40px 12px 12px;border:1px solid var(--theme-text-muted);border-radius:8px;outline:none;font-size:16px;transition:border-color .3s}select._input_fv0w1_89{cursor:pointer}._input_fv0w1_89 option{color:var(--theme-text)}._input_fv0w1_89:focus{border-color:var(--theme-primary)}._icon_fv0w1_111{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:var(--theme-text-muted)}._iconButton_fv0w1_119{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:28px;height:28px;padding:0;border:0;background:transparent;color:var(--theme-text-muted);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}._locationGrid_fv0w1_136{display:grid;grid-template-columns:1fr 1fr;gap:16px}._locationGrid_fv0w1_136 ._formGroup_fv0w1_34:last-child{grid-column:1 / -1}._button_fv0w1_146{padding:12px;background-color:var(--theme-primary);border:none;border-radius:8px;font-size:16px;font-weight:600;color:var(--theme-on-primary);cursor:pointer;transition:background-color .3s}._button_fv0w1_146:hover{background-color:var(--theme-primary-hover)}._buttonDisabled_fv0w1_162{padding:12px;background-color:var(--theme-text-muted);border:none;border-radius:8px;font-size:16px;font-weight:600;color:var(--theme-on-primary);cursor:not-allowed}._error_fv0w1_173{color:var(--theme-error);font-size:14px;margin-top:4px}._linksRow_fv0w1_179{display:flex;justify-content:space-between;align-items:center;margin-top:-4px;margin-bottom:12px}._link_fv0w1_179{font-size:14px;color:var(--theme-primary);text-decoration:none}._link_fv0w1_179:hover{text-decoration:underline}._spinner_fv0w1_197{width:20px;height:20px;border:3px solid var(--theme-surface-muted);border-top:3px solid var(--theme-primary);border-radius:50%;animation:_spin_fv0w1_197 1s linear infinite;margin:0 auto}@keyframes _spin_fv0w1_197{to{transform:rotate(360deg)}}@media(max-width:520px){._container_fv0w1_1{padding:20px 12px}._card_fv0w1_12{padding:24px}._locationGrid_fv0w1_136{grid-template-columns:1fr}}._container_1eqrp_1{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}._wrapper_1eqrp_11{background-color:var(--theme-surface);border-radius:12px;width:100%;max-width:360px;height:400px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 8px 32px var(--theme-shadow)}._headerWrapper_1eqrp_21{width:100%;height:30%;display:flex;align-items:center;justify-content:center;cursor:pointer}._text_1eqrp_30{font-size:1.8em}._content_1eqrp_34{width:100%;height:40%;display:flex;flex-direction:column;align-items:center;justify-content:center}._container_e84uz_1{width:90%;display:flex;flex-direction:column;align-items:center;justify-content:center}._inputGroup_e84uz_9{width:100%}._error_e84uz_13{color:var(--theme-error-text);background-color:var(--theme-error-soft);padding:8px 12px;border-radius:6px;margin-top:10px;font-size:14px;font-weight:500;text-align:center;border:1px solid var(--theme-error-text);transition:all .3s ease-in-out}._button_e84uz_26{width:100%;height:40px;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:background .3s ease;margin-top:40px;background-color:var(--theme-text-muted)}._button_e84uz_26:hover{background-color:var(--theme-primary-hover)}._spinner_e84uz_42{width:20px;height:20px;border:3px solid transparent;border-top-color:var(--theme-on-primary);border-radius:50%;animation:_spin_e84uz_42 .8s linear infinite;display:inline-block}@keyframes _spin_e84uz_42{to{transform:rotate(360deg)}}._container_1hqct_1{position:relative;width:100%;height:40px;display:flex;align-items:center;border:2px solid;border-radius:5px}._container_1hqct_1 ._input_1hqct_11:-webkit-autofill,._container_1hqct_1 ._input_1hqct_11:-webkit-autofill:hover,._container_1hqct_1 ._input_1hqct_11:-webkit-autofill:focus,._container_1hqct_1 ._input_1hqct_11:-webkit-autofill:active{-webkit-box-shadow:0 0 0px 1000px var(--theme-background-color) inset;-webkit-text-fill-color:var(--theme-text-color)!important;transition:background-color 5000s ease-in-out 0s}._input_1hqct_11{flex:1;height:100%;padding-left:10px;border:none;outline:none;color:var(--theme-text-color);font-size:14px;background:transparent}._icon_1hqct_31{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:var(--theme-text-muted)}._container_1hqct_1:focus-within ._icon_1hqct_31{color:var(--theme-primary)}._header_1f4iz_1{width:100%;height:60px;padding:0 24px;border-bottom:1px solid;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 1px 3px var(--theme-shadow);position:fixed;top:0;left:0;display:flex;justify-content:space-between;align-items:center;z-index:1000}._profileWrapper_1f4iz_18{position:relative}._profileButton_1f4iz_22{width:42px;height:42px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:transparent;cursor:pointer}._profileButton_1f4iz_22:hover{background:var(--theme-primary-soft)}._profileButton_1f4iz_22:focus-visible{outline:2px solid var(--theme-primary);outline-offset:2px}._headerActions_1f4iz_43{margin-left:auto;display:flex;align-items:center;gap:12px}._findMeButton_1f4iz_50{border:0;background:transparent;padding:8px 6px;cursor:pointer;font-size:15px;font-weight:700}._findMeButton_1f4iz_50:hover{color:var(--theme-primary)!important}._findMeButton_1f4iz_50:focus-visible{outline:2px solid var(--theme-primary);outline-offset:2px}._profileMenu_1f4iz_68{position:absolute;top:48px;right:0;gap:3px;min-width:190px;padding:7px;border:1px solid var(--theme-bottom);border-radius:8px;box-shadow:0 4px 10px var(--theme-shadow);display:flex;flex-direction:column;z-index:2000}._profileMenu_1f4iz_68 a,._profileMenu_1f4iz_68 button{width:100%;min-height:38px;display:flex;align-items:center;gap:10px;padding:8px 10px;text-align:left;background:none;border:none;color:var(--theme-text);text-decoration:none;font-size:14px;cursor:pointer}._profileMenu_1f4iz_68 svg{width:16px;flex:0 0 16px;color:var(--theme-text-muted)}._profileMenu_1f4iz_68 a:hover,._profileMenu_1f4iz_68 button:hover{background:var(--theme-glass-strong);border-radius:5px}._profileMenu_1f4iz_68 a:focus-visible,._profileMenu_1f4iz_68 button:focus-visible{outline:2px solid var(--theme-primary);outline-offset:-2px;border-radius:5px}._fotoPerfil_1f4iz_119{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid;position:relative}._placeholder_1f4iz_128{width:40px;height:40px;background-color:var(--theme-text-muted);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;color:var(--theme-on-primary)}._menuButton_1f4iz_140{width:42px;height:42px;border:0;border-radius:6px;background:transparent;cursor:pointer;display:inline-grid;place-items:center;font-size:24px;transition:background-color .16s ease,color .16s ease}._menuButton_1f4iz_140:hover{background:var(--theme-primary-soft)}._menuButton_1f4iz_140:focus-visible{outline:2px solid var(--theme-primary);outline-offset:2px}._modalOverlay_1f4iz_162{position:fixed;inset:0;z-index:3000;display:grid;place-items:center;padding:16px;background:var(--theme-overlay);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}._findMeModal_1f4iz_174{position:relative;width:min(100%,580px);max-height:calc(100dvh - 32px);padding:28px;border:1px solid;border-radius:8px;overflow-y:auto;box-shadow:0 18px 50px var(--theme-shadow)}._closeModalButton_1f4iz_185{position:absolute;top:8px;right:8px;z-index:1;width:40px;height:40px;border:0;border-radius:6px;background:transparent;cursor:pointer;display:inline-grid;place-items:center;font-size:22px}._closeModalButton_1f4iz_185:hover{background:var(--theme-primary-soft)}._closeModalButton_1f4iz_185:focus-visible{outline:2px solid var(--theme-primary);outline-offset:2px}@media(max-width:480px){._header_1f4iz_1{padding:0 12px}._headerActions_1f4iz_43{gap:6px}._findMeButton_1f4iz_50{font-size:14px;padding-inline:4px}._findMeModal_1f4iz_174{padding:24px 16px 20px}}._wrapper_jvp80_1{display:grid;gap:16px;width:min(100%,520px);margin:0 auto}._header_jvp80_8{display:grid;gap:6px;text-align:center}._header_jvp80_8 h3,._header_jvp80_8 p{margin:0}._header_jvp80_8 p{font-size:14px}._content_jvp80_23{display:grid;gap:16px;justify-items:center}._container_jvp80_29{display:flex;justify-content:center;align-items:center;background-color:var(--theme-white);padding:10px;border-radius:12px;box-shadow:0 4px 8px var(--theme-shadow);width:220px;height:220px}._qrCode_jvp80_41{display:block;width:200px;height:200px;border-radius:8px}._linkBox_jvp80_48{width:100%;display:grid;gap:8px}._copyLinkButton_jvp80_54{width:100%;min-height:58px;padding:0 16px;border:1px solid var(--theme-border-strong);border-radius:8px;background:var(--theme-surface);color:var(--theme-text);cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;transition:background .16s ease,border-color .16s ease,color .16s ease}._copyLinkButton_jvp80_54 span{min-width:0;overflow-wrap:anywhere;font-size:14px;font-weight:700}._copyLinkButton_jvp80_54 svg{flex:0 0 auto;color:var(--theme-primary-text);font-size:18px}._copyLinkButton_jvp80_54:hover{border-color:var(--theme-primary);background:var(--theme-primary-soft)}._copyLinkButton_jvp80_54:focus-visible{outline:2px solid var(--theme-primary-text);outline-offset:2px}._copyLinkButtonSuccess_jvp80_94{border-color:var(--theme-success);background:var(--theme-success-soft);color:var(--theme-success-text)}._copyLinkButtonSuccess_jvp80_94 svg{color:var(--theme-success-text)}._copyError_jvp80_104{margin:0;color:var(--theme-error-text);font-size:13px;text-align:left}._feedback_jvp80_111,._error_jvp80_112{margin:0;font-size:14px;text-align:center}._error_jvp80_112{color:var(--theme-error-text)}._nav_dm45u_1{position:fixed;top:0;left:0;width:260px;height:100dvh;padding:70px 12px 16px;border-right:1px solid;transform:translate(-100%);visibility:hidden;pointer-events:none;transition:transform .22s ease,visibility .22s;z-index:1100;overflow-y:auto}._nav_dm45u_1._open_dm45u_17{transform:translate(0);visibility:visible;pointer-events:auto}._closeMenuIcon_dm45u_23{position:absolute;top:9px;right:8px;width:42px;height:42px;border:0;border-radius:6px;background:transparent;cursor:pointer;display:inline-grid;place-items:center;font-size:24px;transition:background-color .16s ease}._closeMenuIcon_dm45u_23:hover{background:var(--theme-primary-soft)}._closeMenuIcon_dm45u_23:focus-visible{outline:2px solid var(--sidebar-primary);outline-offset:2px}._navList_dm45u_48{list-style:none;margin:0;padding:0;display:grid;gap:6px}._navItem_dm45u_56{min-width:0}._navLink_dm45u_60{position:relative;min-width:0;min-height:48px;padding:0 12px;border-radius:6px;color:var(--sidebar-inactive);display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:700;transition:background-color .16s ease,color .16s ease,transform .16s ease}._navLink_dm45u_60:hover{background:var(--theme-primary-soft);color:var(--sidebar-text)}._navLink_dm45u_60._active_dm45u_80{background:var(--theme-primary-soft);color:var(--sidebar-primary);box-shadow:inset 3px 0 var(--sidebar-primary);transform:translate(2px)}._navLink_dm45u_60._active_dm45u_80 ._navIcon_dm45u_87{transform:scale(1.06)}._navLink_dm45u_60:focus-visible{outline:2px solid var(--sidebar-primary);outline-offset:2px}._navIcon_dm45u_87{width:24px;flex:0 0 24px;font-size:22px;color:inherit;transition:transform .16s ease}._navLink_dm45u_60 span{min-width:0;overflow-wrap:anywhere}@media(max-width:480px){._nav_dm45u_1{width:min(260px,calc(100vw - 48px));box-shadow:14px 0 32px var(--theme-shadow)}}@media(prefers-reduced-motion:reduce){._nav_dm45u_1,._navLink_dm45u_60,._navIcon_dm45u_87{transition:none}}._shell_1p1ns_1{--sidebar-width: 260px;min-height:100dvh;width:100%;overflow-x:hidden}._content_1p1ns_8{width:100%;min-width:0;min-height:100dvh;margin-left:0;transition:margin-left .22s ease,width .22s ease}._content_1p1ns_8>*{width:100%;max-width:100%}._contentShifted_1p1ns_21{width:calc(100% - var(--sidebar-width));margin-left:var(--sidebar-width)}@media(max-width:480px){._contentShifted_1p1ns_21{width:100%;margin-left:0}}@media(prefers-reduced-motion:reduce){._content_1p1ns_8{transition:none}}._backdrop_1tqas_1{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:24px;background:var(--theme-shadow);pointer-events:all}._modal_1tqas_17{width:min(100%,480px);padding:32px 28px;border:1px solid var(--theme-glass-strong);border-radius:14px;background:var(--theme-surface);box-shadow:0 24px 80px var(--theme-overlay);text-align:center;color:var(--theme-text)}._icon_1tqas_39{width:64px;height:64px;margin:0 auto 18px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--theme-primary-soft);color:var(--theme-primary-text);font-size:28px}._modal_1tqas_17 h1{margin:0 0 12px;font-size:24px}._modal_1tqas_17 p{margin:0;line-height:1.6;color:var(--theme-text-muted)}._statusBox_1tqas_73{margin-top:22px;padding:14px 16px;border-radius:8px;background:var(--theme-glass-subtle);display:grid;gap:5px}._statusBox_1tqas_73 span{color:var(--theme-text-muted);font-size:12px;text-transform:uppercase}._statusBox_1tqas_73 strong{color:var(--theme-primary-text);font-size:15px}._statusBox_1tqas_73 small{color:var(--theme-text-muted)}._helpText_1tqas_106{display:block;margin-top:18px;color:var(--theme-text-muted);line-height:1.5}._retryButton_1tqas_116{margin-top:22px;min-height:42px;padding:0 18px;border:0;border-radius:8px;background:var(--theme-primary);color:var(--theme-on-primary);font-weight:700;cursor:pointer}._retryButton_1tqas_116:hover{opacity:.9}@media(max-width:560px){._backdrop_1tqas_1{padding:16px}._modal_1tqas_17{padding:26px 20px}._modal_1tqas_17 h1{font-size:21px}}._container_16pro_1{width:100%;border:1px solid var(--theme-bottom);border-radius:8px;padding:10px;background:var(--theme-surface);color:var(--theme-text);box-shadow:0 8px 24px var(--theme-shadow);font-family:Inter,Segoe UI,Arial,sans-serif}._header_16pro_12{min-height:54px;display:grid;grid-template-columns:40px 1fr 40px;align-items:center;background:var(--theme-primary);color:var(--theme-on-primary);padding:7px;border-radius:6px}._header_16pro_12 button{width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:5px;background:transparent;color:var(--theme-on-primary);font-size:.86rem;cursor:pointer}._header_16pro_12 button:hover{background:var(--theme-glass-strong)}._header_16pro_12 button:focus-visible,._day_16pro_41:focus-visible{outline:3px solid var(--theme-warning);outline-offset:2px}._monthYear_16pro_46{min-width:0;display:flex;flex-direction:column;align-items:center;line-height:1.25}._month_16pro_46{font-size:.9rem;font-weight:800}._year_16pro_59{font-size:.72rem;opacity:.82}._weekdays_16pro_64,._days_16pro_65{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));text-align:center}._weekdays_16pro_64{margin-top:10px;color:var(--theme-text-muted);font-size:.65rem;font-weight:800}._weekdays_16pro_64 span{min-width:0}._days_16pro_65{gap:2px 0;margin-top:4px}._day_16pro_41,._emptyDay_16pro_88{width:36px;height:36px;margin:auto}._day_16pro_41{display:grid;place-items:center;border:1px solid transparent;border-radius:50%;background:transparent;color:inherit;font:inherit;font-size:.82rem;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}._day_16pro_41:hover{background:var(--theme-primary-soft)}._today_16pro_111{border-color:var(--theme-primary);color:var(--theme-primary);font-weight:800}._selected_16pro_117{border-color:var(--theme-primary);background:var(--theme-primary);color:var(--theme-on-primary);font-weight:800}._selected_16pro_117:hover{background:var(--theme-primary-hover)}._weekContainer_16pro_128{display:grid;gap:10px}._weekDays_16pro_133{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px}._weekDay_16pro_133{min-width:0;min-height:62px;display:grid;place-items:center;align-content:center;gap:5px;padding:6px 2px;border:1px solid transparent;border-radius:6px;background:transparent;color:inherit;font:inherit;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}._weekDay_16pro_133 span{color:var(--theme-text-muted);font-size:.6rem;font-weight:800}._weekDay_16pro_133 strong{font-size:.88rem;font-variant-numeric:tabular-nums}._weekDay_16pro_133:hover{background:var(--theme-primary-soft)}._currentWeekDay_16pro_171{border-color:var(--theme-primary)}._selectedWeekDay_16pro_175{border-color:var(--theme-primary);background:var(--theme-primary);color:var(--theme-on-primary)}._selectedWeekDay_16pro_175 span{color:var(--theme-primary-text)}._selectedWeekDay_16pro_175:hover{background:var(--theme-primary-hover)}.dark ._container_16pro_1{border-color:var(--theme-bottom);background:var(--theme-surface);color:var(--theme-text);box-shadow:0 8px 24px var(--theme-shadow)}.dark ._weekdays_16pro_64{color:var(--theme-primary-text)}.dark ._day_16pro_41:hover{background:var(--theme-surface-hover)}.dark ._today_16pro_111,.dark ._weekDay_16pro_133 span{color:var(--theme-primary-text)}.dark ._weekDay_16pro_133:hover{background:var(--theme-surface-hover)}.dark ._selectedWeekDay_16pro_175{background:var(--theme-primary)}@media(max-width:360px){._container_16pro_1{padding:8px 6px}._day_16pro_41,._emptyDay_16pro_88{width:34px;height:34px}}._listSection_15cyu_1{width:100%;min-width:0;overflow:hidden;border:1px solid var(--theme-bottom);border-radius:8px;background:var(--theme-surface);color:var(--theme-text);box-shadow:0 8px 24px var(--theme-shadow);font-family:Inter,Segoe UI,Arial,sans-serif}._listHeader_15cyu_13,._listItem_15cyu_14{display:grid;grid-template-columns:minmax(145px,1.6fr) minmax(125px,1.3fr) minmax(135px,1.25fr) 74px 104px minmax(84px,.75fr) 84px;align-items:center;gap:14px}._listHeader_15cyu_13{min-height:50px;padding:0 18px;border-bottom:1px solid var(--theme-bottom);background:var(--theme-surface-muted);color:var(--theme-text-muted);font-size:.72rem;font-weight:800;text-transform:uppercase}._listBody_15cyu_32{width:100%}._listItem_15cyu_14{min-height:70px;padding:12px 18px;border-bottom:1px solid var(--theme-grey21);font-size:.88rem;transition:background-color .15s ease}._listItem_15cyu_14:last-child{border-bottom:0}._listItem_15cyu_14:hover{background:var(--theme-surface-hover)}._listItem_15cyu_14>div{min-width:0;overflow-wrap:anywhere}._patient_15cyu_57{display:flex;align-items:center;gap:10px}._patient_15cyu_57 strong{font-weight:750}._statusDot_15cyu_67{width:9px;height:9px;flex:0 0 9px;border-radius:50%;background:var(--theme-secondary)}._time_15cyu_75,._value_15cyu_76{font-variant-numeric:tabular-nums;font-weight:750}._value_15cyu_76{text-align:right}._actions_15cyu_85{display:flex;align-items:center;justify-content:flex-end;gap:7px}._actionButton_15cyu_92{width:34px;height:34px;display:grid;place-items:center;border:1px solid;border-radius:6px;background:transparent;font-size:.86rem;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}._actionButton_15cyu_92:disabled{opacity:.48;cursor:wait}._cancelAction_15cyu_110{border-color:var(--theme-error);color:var(--theme-error)}._cancelAction_15cyu_110:hover:not(:disabled){background:var(--theme-error-soft)}._completeAction_15cyu_119{border-color:var(--theme-success);color:var(--theme-success)}._completeAction_15cyu_119:hover:not(:disabled){background:var(--theme-success-soft)}._noActions_15cyu_128{color:var(--theme-text-muted)}._statusBadge_15cyu_132{min-height:26px;display:inline-flex;align-items:center;justify-content:center;padding:3px 9px;border-radius:999px;font-size:.67rem;font-weight:850;text-transform:uppercase;white-space:nowrap}._scheduled_15cyu_145{background:var(--theme-primary-soft);color:var(--theme-primary-text)}._completed_15cyu_150{background:var(--theme-success-soft);color:var(--theme-success)}._cancelled_15cyu_155{background:var(--theme-error-soft);color:var(--theme-error)}._feedback_15cyu_160,._error_15cyu_161,._emptyState_15cyu_162{min-height:170px;display:flex;align-items:center;justify-content:center;padding:28px 20px;text-align:center}._feedback_15cyu_160{gap:10px;color:var(--theme-text-muted)}._loader_15cyu_176{width:18px;height:18px;border:2px solid var(--theme-border-strong);border-top-color:var(--theme-primary);border-radius:50%;animation:_rotate_15cyu_1 .8s linear infinite}._error_15cyu_161{color:var(--theme-error)}._emptyState_15cyu_162{flex-direction:column;gap:7px;color:var(--theme-text-muted)}._emptyState_15cyu_162 svg{margin-bottom:4px;color:var(--theme-text-muted);font-size:1.6rem}._emptyState_15cyu_162 strong{color:var(--theme-text);font-size:1rem}._emptyState_15cyu_162 span{font-size:.82rem}.dark ._listSection_15cyu_1{border-color:var(--theme-bottom);background:var(--theme-surface);color:var(--theme-text);box-shadow:0 8px 24px var(--theme-shadow)}.dark ._listHeader_15cyu_13{border-color:var(--theme-bottom);background:var(--theme-surface-hover);color:var(--theme-text-muted)}.dark ._listItem_15cyu_14{border-color:var(--theme-surface-hover)}.dark ._listItem_15cyu_14:hover{background:var(--theme-surface-hover)}.dark ._cancelAction_15cyu_110:hover:not(:disabled){background:var(--theme-error-soft)}.dark ._completeAction_15cyu_119:hover:not(:disabled){background:var(--theme-success-soft)}.dark ._feedback_15cyu_160,.dark ._emptyState_15cyu_162{color:var(--theme-text-muted)}.dark ._emptyState_15cyu_162 strong{color:var(--theme-text)}@keyframes _rotate_15cyu_1{to{transform:rotate(360deg)}}@media(max-width:1450px)and (min-width:761px){._listSection_15cyu_1{overflow-x:auto}._listHeader_15cyu_13,._listItem_15cyu_14{min-width:1010px}}@media(max-width:760px){._listSection_15cyu_1{border-radius:7px}._listHeader_15cyu_13{display:none}._listBody_15cyu_32{padding:0 14px}._listItem_15cyu_14{grid-template-columns:minmax(0,1fr) minmax(112px,auto);gap:10px 18px;min-height:0;padding:16px 0}._listItem_15cyu_14>div{display:grid;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:8px}._listItem_15cyu_14>div:before{content:attr(data-label);color:var(--theme-text-muted);font-size:.68rem;font-weight:800;text-transform:uppercase}._patient_15cyu_57{grid-column:1 / -1;grid-template-columns:92px minmax(0,1fr)!important}._patient_15cyu_57 ._statusDot_15cyu_67{display:none}._patient_15cyu_57 strong{min-width:0;overflow-wrap:anywhere}._listItem_15cyu_14>div:nth-child(2),._listItem_15cyu_14>div:nth-child(3){grid-column:1 / -1}._time_15cyu_75,._value_15cyu_76{text-align:left}._listItem_15cyu_14>div._actions_15cyu_85{display:flex;align-items:center;justify-content:flex-start}._actions_15cyu_85:before{width:92px;flex:0 0 92px}}@media(max-width:480px){._listBody_15cyu_32{padding-inline:12px}._listItem_15cyu_14{grid-template-columns:1fr;gap:9px}._listItem_15cyu_14>div,._patient_15cyu_57{grid-column:1;grid-template-columns:84px minmax(0,1fr)!important}._actions_15cyu_85:before{width:84px;flex-basis:84px}._feedback_15cyu_160,._error_15cyu_161,._emptyState_15cyu_162{min-height:150px;padding-inline:14px}}._container_43lgp_1{width:100%;min-height:100dvh;display:grid;grid-template-columns:minmax(280px,330px) minmax(0,1fr);gap:28px;padding:92px clamp(20px,3vw,44px) 40px;align-items:flex-start;font-family:Inter,Segoe UI,Arial,sans-serif}._sidebar_43lgp_12{width:100%;display:grid;gap:14px;position:sticky;top:88px}._viewControls_43lgp_20{display:grid;gap:14px;padding:12px;border:1px solid var(--theme-bottom);border-radius:8px;background:var(--theme-surface)}._segmented_43lgp_29{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:4px;border:1px solid var(--theme-border-strong);border-radius:7px;background:var(--theme-surface-hover)}._segmented_43lgp_29 button{min-width:0;min-height:38px;border:0;border-radius:5px;background:transparent;color:var(--theme-text-muted);font:inherit;font-size:.82rem;font-weight:750;cursor:pointer;transition:background-color .15s ease,color .15s ease}._segmented_43lgp_29 button:hover{color:var(--theme-primary-text)}._segmented_43lgp_29 button._activeSegment_43lgp_57{background:var(--theme-primary);color:var(--theme-on-primary)}._professionalFilter_43lgp_62{display:grid;gap:7px;color:var(--theme-text-muted);font-size:.75rem;font-weight:800}._professionalFilter_43lgp_62 select{width:100%;min-height:42px;padding:0 36px 0 11px;border:1px solid var(--theme-border-strong);border-radius:6px;background:var(--theme-surface-hover);color:var(--theme-text);font:inherit;font-size:.82rem}.light ._viewControls_43lgp_20{border-color:var(--theme-bottom);background:var(--theme-surface)}.light ._segmented_43lgp_29{border-color:var(--theme-bottom);background:var(--theme-surface-muted)}.light ._segmented_43lgp_29 button{color:var(--theme-text-muted)}.light ._segmented_43lgp_29 button._activeSegment_43lgp_57{color:var(--theme-on-primary)}.light ._professionalFilter_43lgp_62{color:var(--theme-text-muted)}.light ._professionalFilter_43lgp_62 select{border-color:var(--theme-border-strong);background:var(--theme-surface);color:var(--theme-text)}._todayButton_43lgp_110{width:100%;min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--theme-primary);border-radius:6px;background:var(--theme-primary);color:var(--theme-on-primary);font:inherit;font-weight:700;cursor:pointer;transition:background-color .16s ease,border-color .16s ease}._closeAllButton_43lgp_127{width:100%;min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 12px;border:1px solid var(--theme-success);border-radius:6px;background:transparent;color:var(--theme-success-text);font:inherit;font-weight:750;cursor:pointer;transition:background-color .16s ease,color .16s ease}._closeAllButton_43lgp_127:hover:not(:disabled){background:var(--theme-success-soft);color:var(--theme-success-text)}._closeAllButton_43lgp_127:disabled{opacity:.55;cursor:wait}.light ._closeAllButton_43lgp_127{color:var(--theme-success)}.light ._closeAllButton_43lgp_127:hover:not(:disabled){background:var(--theme-success-soft)}._todayButton_43lgp_110:hover:not(:disabled){background:var(--theme-primary-hover);border-color:var(--theme-primary-hover)}._todayButton_43lgp_110:disabled{background:transparent;border-color:var(--theme-text-muted);color:var(--theme-text-muted);cursor:default}._content_43lgp_175{min-width:0;width:100%}._actionFeedback_43lgp_180{margin-bottom:12px;padding:11px 13px;border:1px solid;border-radius:6px;font-size:.82rem;font-weight:700}._actionFeedback_43lgp_180._success_43lgp_189{border-color:var(--theme-success);background:var(--theme-success-soft);color:var(--theme-success-text)}._actionFeedback_43lgp_180._error_43lgp_195{border-color:var(--theme-error);background:var(--theme-error-soft);color:var(--theme-error-text)}.light ._actionFeedback_43lgp_180._success_43lgp_189{color:var(--theme-success)}.light ._actionFeedback_43lgp_180._error_43lgp_195{color:var(--theme-error)}._pageHeader_43lgp_209{min-height:86px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:18px}._titleGroup_43lgp_218{min-width:0}._eyebrow_43lgp_222{margin:0 0 5px;color:var(--theme-primary);font-size:.78rem;font-weight:800;text-transform:uppercase}._titleGroup_43lgp_218 h1{margin:0;max-width:760px;font-size:clamp(1.45rem,2.1vw,2rem);line-height:1.2;letter-spacing:0;overflow-wrap:anywhere}._updateInfo_43lgp_239{min-height:24px;display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:10px;color:var(--theme-text-muted);font-size:.82rem}._liveDot_43lgp_250{width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:var(--theme-text-muted)}._liveDot_43lgp_250._connected_43lgp_258{background:var(--theme-secondary);box-shadow:0 0 0 3px var(--theme-success-soft)}._liveDot_43lgp_250._connecting_43lgp_263,._liveDot_43lgp_250._reconnecting_43lgp_264{background:var(--theme-warning)}._liveDot_43lgp_250._offline_43lgp_268{background:var(--theme-text-muted)}._separator_43lgp_272{width:1px;height:14px;background:var(--theme-text-muted)}._headerActions_43lgp_278{display:flex;align-items:center;gap:10px;flex:0 0 auto}._count_43lgp_285{min-height:38px;display:inline-flex;align-items:center;padding:0 12px;border:1px solid var(--theme-border-strong);border-radius:6px;color:var(--theme-text-muted);font-size:.82rem;font-weight:700;white-space:nowrap}._refreshButton_43lgp_298{width:40px;height:40px;display:inline-grid;place-items:center;border:1px solid var(--theme-border-strong);border-radius:6px;background:transparent;color:currentColor;cursor:pointer}._refreshButton_43lgp_298:hover:not(:disabled){border-color:var(--theme-primary);color:var(--theme-primary)}._refreshButton_43lgp_298:disabled{opacity:.55;cursor:wait}._rotating_43lgp_320{animation:_rotate_43lgp_1 .9s linear infinite}.light ._count_43lgp_285,.light ._refreshButton_43lgp_298{border-color:var(--theme-border-strong);color:var(--theme-text)}.light ._updateInfo_43lgp_239{color:var(--theme-text-muted)}@keyframes _rotate_43lgp_1{to{transform:rotate(360deg)}}@media(max-width:960px){._container_43lgp_1{grid-template-columns:1fr;gap:26px}._sidebar_43lgp_12{position:static;grid-template-columns:repeat(2,minmax(0,1fr));align-items:end}}@media(max-width:640px){._container_43lgp_1{gap:24px;padding:78px 12px 28px}._sidebar_43lgp_12{grid-template-columns:1fr}._pageHeader_43lgp_209{min-height:0;flex-direction:column;gap:16px}._headerActions_43lgp_278{width:100%}._count_43lgp_285{flex:1;justify-content:center}._titleGroup_43lgp_218 h1{font-size:1.45rem}}@media(max-width:360px){._container_43lgp_1{padding-inline:8px}._updateInfo_43lgp_239{gap:6px;font-size:.76rem}}._container_yiczm_1{width:100%;min-height:100dvh;padding:96px 40px 44px;color:var(--theme-text);font-family:Inter,Segoe UI,Arial,sans-serif}._header_yiczm_9,._agendaSection_yiczm_10{width:min(100%,1320px);margin-inline:auto}._header_yiczm_9{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:34px}._titleGroup_yiczm_23{min-width:0}._eyebrow_yiczm_27{display:block;margin-bottom:7px;color:var(--theme-secondary-text);font-size:.76rem;font-weight:800;text-transform:uppercase}._titleGroup_yiczm_23 h1{margin:0;color:var(--theme-text);font-size:2.1rem;font-weight:800;line-height:1.18;overflow-wrap:anywhere}._titleGroup_yiczm_23 p{max-width:620px;margin:9px 0 0;color:var(--theme-text-muted);font-size:.96rem;line-height:1.55}._agendaSection_yiczm_10{min-width:0}._agendaHeader_yiczm_57{min-height:86px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:16px}._agendaTitleGroup_yiczm_66{min-width:0}._agendaTitleGroup_yiczm_66>span{display:inline-flex;align-items:center;gap:7px;margin-bottom:6px;color:var(--theme-secondary-text);font-size:.76rem;font-weight:800;text-transform:uppercase}._agendaTitleGroup_yiczm_66>span svg{font-size:.86rem}._agendaTitleGroup_yiczm_66 h2{margin:0;color:var(--theme-text);font-size:1.45rem;line-height:1.25;overflow-wrap:anywhere}._agendaTitleGroup_yiczm_66 p{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:8px 0 0;color:var(--theme-text-muted);font-size:.82rem;line-height:1.35}._agendaTitleGroup_yiczm_66 p>span{width:4px;height:4px;flex:0 0 4px;border-radius:50%;background:var(--theme-border-strong)}._agendaActions_yiczm_112{flex:0 0 auto}._segmented_yiczm_116{display:grid;grid-template-columns:repeat(2,minmax(110px,1fr));gap:4px;padding:4px;border:1px solid var(--theme-bottom);border-radius:7px;background:var(--theme-surface-muted)}._segmented_yiczm_116 button{min-width:0;min-height:38px;padding:0 14px;border:0;border-radius:5px;background:transparent;color:var(--theme-text-muted);font:inherit;font-size:.8rem;font-weight:750;cursor:pointer;transition:background-color .15s ease,color .15s ease}._segmented_yiczm_116 button:hover{color:var(--theme-primary-text)}._segmented_yiczm_116 button._active_yiczm_145{background:var(--theme-primary);color:var(--theme-on-primary)}._segmented_yiczm_116 button:focus-visible,._agendaLink_yiczm_151:focus-visible{outline:2px solid var(--theme-primary);outline-offset:2px}._agendaLink_yiczm_151{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 17px;border:1px solid var(--theme-primary);border-radius:6px;background:var(--theme-primary);color:var(--theme-on-primary);font-size:.84rem;font-weight:750;text-decoration:none;transition:background-color .15s ease,border-color .15s ease}._agendaLink_yiczm_151:hover{border-color:var(--theme-primary-hover);background:var(--theme-primary-hover)}._agendaLink_yiczm_151 svg{font-size:.78rem}@media(max-width:900px){._container_yiczm_1{padding-inline:24px}._header_yiczm_9{margin-bottom:28px}._agendaHeader_yiczm_57{align-items:flex-start;flex-direction:column;gap:18px}._agendaActions_yiczm_112,._segmented_yiczm_116,._agendaLink_yiczm_151{width:100%}}@media(max-width:480px){._container_yiczm_1{padding:82px 14px 28px}._header_yiczm_9{margin-bottom:24px}._titleGroup_yiczm_23 h1{font-size:1.7rem}._titleGroup_yiczm_23 p{font-size:.9rem}._agendaHeader_yiczm_57{min-height:0;margin-bottom:14px}._agendaTitleGroup_yiczm_66 h2{font-size:1.25rem}._segmented_yiczm_116{grid-template-columns:repeat(2,minmax(0,1fr))}._segmented_yiczm_116 button{padding-inline:8px;font-size:.76rem}}@media(prefers-reduced-motion:reduce){._segmented_yiczm_116 button,._agendaLink_yiczm_151{transition:none}}._container_a4kql_1{min-height:100dvh;padding:96px 24px 32px}._header_a4kql_6,._profilePanel_a4kql_7,._success_a4kql_8,._error_a4kql_9{width:min(100%,920px);margin-right:auto;margin-left:auto}._header_a4kql_6{margin-bottom:24px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px}._header_a4kql_6 h1,._header_a4kql_6 p,._modalHeader_a4kql_25 h2,._modalHeader_a4kql_25 p{margin:0}._header_a4kql_6 h1{margin-bottom:6px;font-size:28px}._header_a4kql_6 p{font-size:15px}._editButton_a4kql_39,._saveButton_a4kql_40,._cancelButton_a4kql_41{min-height:44px;padding:0 16px;border-radius:7px;cursor:pointer;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px}._editButton_a4kql_39,._saveButton_a4kql_40{border:0}._editButton_a4kql_39:disabled,._saveButton_a4kql_40:disabled{opacity:.58;cursor:not-allowed}._profilePanel_a4kql_7{padding:28px;border:1px solid var(--theme-border);border-radius:8px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);align-items:center;gap:32px}._identity_a4kql_74{min-width:0;display:flex;align-items:center;gap:20px}._identity_a4kql_74>img{width:104px;height:104px;flex:0 0 104px;border:3px solid var(--theme-primary);border-radius:50%;object-fit:cover}._identity_a4kql_74 h2{margin:7px 0 0;overflow-wrap:anywhere;font-size:24px}._role_a4kql_96{color:var(--theme-secondary);font-size:12px;font-weight:800;text-transform:uppercase}._details_a4kql_103{margin:0;display:grid;gap:16px}._details_a4kql_103>div{min-width:0;padding-bottom:14px;border-bottom:1px solid var(--theme-border)}._details_a4kql_103>div:last-child{padding-bottom:0;border-bottom:0}._details_a4kql_103 dt{margin-bottom:5px;color:var(--theme-text-muted);font-size:12px;font-weight:700;text-transform:uppercase;display:flex;align-items:center;gap:7px}._details_a4kql_103 dd{margin:0;color:var(--theme-text);overflow-wrap:anywhere;font-size:15px}._success_a4kql_8,._error_a4kql_9{margin-bottom:16px;font-size:14px}._success_a4kql_8{color:var(--theme-success)}._error_a4kql_9,._formError_a4kql_149{color:var(--theme-error)}._modalBackdrop_a4kql_153{position:fixed;inset:0;z-index:3000;padding:24px;background:var(--theme-overlay);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:grid;place-items:center}._modal_a4kql_25{width:min(100%,570px);max-height:min(92dvh,800px);padding:22px;border:1px solid var(--theme-border-strong);border-radius:8px;overflow-y:auto;box-shadow:0 24px 70px var(--theme-shadow)}._modalHeader_a4kql_25{margin-bottom:18px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}._modalHeader_a4kql_25 h2{margin-bottom:5px;font-size:22px}._modalHeader_a4kql_25 button{width:36px;height:36px;flex:0 0 36px;border:0;border-radius:7px;background:var(--theme-glass-strong);color:var(--theme-text);cursor:pointer;display:inline-grid;place-items:center}._form_a4kql_149{display:grid;gap:15px}._form_a4kql_149 label{color:var(--theme-text);font-size:14px;font-weight:700;display:grid;gap:8px}._photoControl_a4kql_213{position:relative;min-height:72px;padding:10px 46px 10px 10px;border:1px dashed var(--theme-border-strong);border-radius:8px;background:var(--theme-surface-muted);cursor:pointer;display:flex;align-items:center;gap:12px}._photoPreview_a4kql_226{width:50px;height:50px;flex:0 0 50px;border-radius:50%;overflow:hidden}._photoPreview_a4kql_226 img{width:100%;height:100%;object-fit:cover}._photoControl_a4kql_213>span:nth-child(2){min-width:0;display:grid;gap:3px}._photoControl_a4kql_213 strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._photoControl_a4kql_213 small{color:var(--theme-text-muted);font-weight:400}._photoControl_a4kql_213>svg{position:absolute;right:16px;color:var(--theme-primary-text)}._photoControl_a4kql_213 input{position:absolute;width:1px;height:1px;opacity:0}._inputWrap_a4kql_270{position:relative}._inputWrap_a4kql_270 input{width:100%;min-height:44px;padding:0 42px 0 12px;border:1px solid var(--theme-border-strong);border-radius:6px;background:var(--theme-surface-muted);color:var(--theme-text);font:inherit}._inputWrap_a4kql_270 svg{position:absolute;top:50%;right:13px;transform:translateY(-50%);color:var(--theme-text-muted)}._photoControl_a4kql_213:focus-within,._inputWrap_a4kql_270 input:focus-visible{border-color:var(--theme-primary-text);outline:2px solid var(--theme-focus);outline-offset:1px}._formError_a4kql_149{margin:0;font-size:14px}._modalActions_a4kql_305{margin-top:3px;display:flex;justify-content:flex-end;gap:10px}._cancelButton_a4kql_41{border:1px solid var(--theme-border-strong);background:transparent;color:var(--theme-text)}._editButton_a4kql_39:focus-visible,._modalHeader_a4kql_25 button:focus-visible,._saveButton_a4kql_40:focus-visible,._cancelButton_a4kql_41:focus-visible{outline:2px solid var(--theme-primary-text);outline-offset:2px}@media(max-width:760px){._container_a4kql_1{padding:84px 12px 24px}._header_a4kql_6{flex-direction:column}._editButton_a4kql_39{width:100%}._profilePanel_a4kql_7{padding:20px;grid-template-columns:1fr;gap:24px}._modalBackdrop_a4kql_153{padding:12px;place-items:center}._modal_a4kql_25{max-height:calc(100dvh - 24px)}}@media(max-width:430px){._identity_a4kql_74{align-items:flex-start;flex-direction:column}._identity_a4kql_74>img{width:88px;height:88px;flex-basis:88px}._modalActions_a4kql_305{flex-direction:column-reverse}._saveButton_a4kql_40,._cancelButton_a4kql_41{width:100%}}._container_zkwbi_1{min-height:100dvh;padding:96px 24px 32px}._header_zkwbi_6{width:min(100%,1120px);margin:0 auto 24px;display:flex;justify-content:space-between;align-items:flex-start;gap:16px}._header_zkwbi_6 h1,._header_zkwbi_6 p,._modalHeader_zkwbi_17 h2,._modalHeader_zkwbi_17 p{margin:0}._header_zkwbi_6 h1{margin-bottom:6px;font-size:28px}._header_zkwbi_6 p{font-size:15px}._headerActions_zkwbi_31{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}._primaryButton_zkwbi_39,._secondaryHeaderButton_zkwbi_40,._submitButton_zkwbi_41{border:0;border-radius:8px;cursor:pointer;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px}._primaryButton_zkwbi_39{min-width:190px;height:44px;padding:0 16px}._secondaryHeaderButton_zkwbi_40{min-height:44px;padding:0 16px;border:1px solid var(--theme-border-strong);background:var(--theme-surface);color:var(--theme-text);transition:background .16s ease,border-color .16s ease,color .16s ease}._secondaryHeaderButton_zkwbi_40 svg{color:var(--theme-secondary);font-size:16px}._secondaryHeaderButton_zkwbi_40:hover{border-color:var(--theme-secondary);background:var(--theme-surface-hover)}._tableWrap_zkwbi_77{width:min(100%,1120px);margin:0 auto;border-radius:8px;overflow:hidden}._table_zkwbi_77{width:100%;border-collapse:collapse}._table_zkwbi_77 th,._table_zkwbi_77 td{padding:16px;text-align:left;border-bottom:1px solid var(--theme-glass-strong);color:var(--theme-text-muted)}._table_zkwbi_77 th{font-size:13px;text-transform:uppercase;letter-spacing:0}._table_zkwbi_77 tr:last-child td{border-bottom:0}._actionsHeader_zkwbi_107,._actionsCell_zkwbi_108{width:72px;text-align:right!important}._iconButton_zkwbi_113{width:36px;height:36px;border:1px solid var(--theme-glass-strong);border-radius:6px;background:var(--theme-glass-subtle);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .16s ease,border-color .16s ease}._iconButton_zkwbi_113:hover{border-color:var(--theme-glass-strong);background:var(--theme-glass-strong)}._iconButton_zkwbi_113:focus-visible,._primaryButton_zkwbi_39:focus-visible,._secondaryHeaderButton_zkwbi_40:focus-visible,._modalHeader_zkwbi_17 button:focus-visible,._secondaryButton_zkwbi_135:focus-visible,._submitButton_zkwbi_41:focus-visible{outline:2px solid var(--theme-primary-text);outline-offset:2px}._status_zkwbi_141{display:inline-flex;min-height:28px;align-items:center;padding:0 10px;border-radius:999px;background:var(--theme-primary-soft);color:var(--theme-primary-text);font-size:13px;font-weight:700}._feedback_zkwbi_153,._error_zkwbi_154,._success_zkwbi_155{width:min(100%,1120px);margin:0 auto 16px;font-size:14px}._feedback_zkwbi_153{padding:20px}._error_zkwbi_154{color:var(--theme-error)}._success_zkwbi_155{color:var(--theme-success)}._modalBackdrop_zkwbi_173{position:fixed;inset:0;z-index:3000;padding:24px;background:var(--theme-overlay);display:grid;place-items:center}._modal_zkwbi_17{width:min(100%,640px);max-height:min(92dvh,860px);overflow:auto;border-radius:8px;padding:22px;box-shadow:0 24px 70px var(--theme-shadow)}._modalHeader_zkwbi_17{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}._modalHeader_zkwbi_17 h2{margin-bottom:6px;font-size:22px}._modalHeader_zkwbi_17 button{width:36px;height:36px;border:0;border-radius:8px;background:var(--theme-glass-strong);color:var(--theme-text);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}._form_zkwbi_218{display:grid;gap:14px}._form_zkwbi_218 label,._photoField_zkwbi_224{display:grid;gap:8px;color:var(--theme-text);font-size:14px;font-weight:700}._inputWrap_zkwbi_232{position:relative}._inputWrap_zkwbi_232 input,._inputWrap_zkwbi_232 select{width:100%;min-height:44px;padding:0 42px 0 12px;border:1px solid var(--theme-border-strong);border-radius:6px;background:var(--theme-surface-muted);color:var(--theme-text);font:inherit}._inputWrap_zkwbi_232 select{cursor:pointer}._inputWrap_zkwbi_232 option{color:var(--theme-text)}._inputWrap_zkwbi_232>svg,._inputWrap_zkwbi_232>button{position:absolute;top:50%;right:12px;transform:translateY(-50%);color:var(--theme-text-muted)}._inputWrap_zkwbi_232>button{width:28px;height:28px;border:0;background:transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}._photoControl_zkwbi_276{min-height:62px;border:1px dashed var(--theme-border-strong);border-radius:8px;padding:10px;display:flex;align-items:center;gap:12px;cursor:pointer}._photoControl_zkwbi_276 input{display:none}._photoPreview_zkwbi_291{width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;background:var(--theme-glass-strong);color:var(--theme-text)}._photoPreview_zkwbi_291 img{width:100%;height:100%;object-fit:cover}._locationGrid_zkwbi_309{display:grid;grid-template-columns:1fr 1fr;gap:14px}._locationGrid_zkwbi_309 label:last-child{grid-column:1 / -1}._submitButton_zkwbi_41{width:100%;min-height:48px;margin-top:4px}._submitButton_zkwbi_41:disabled{opacity:.62;cursor:not-allowed}._servicesModal_zkwbi_330{width:min(100%,560px)}._requestsModal_zkwbi_334{width:min(100%,580px)}._whatsappModal_zkwbi_338{width:min(100%,480px)}._whatsappMessage_zkwbi_342{margin:0 0 20px;color:var(--theme-text-muted);font-size:14px;line-height:1.5}._whatsappButton_zkwbi_349{min-height:44px;padding:0 16px;border-radius:6px;background:var(--theme-success);color:var(--theme-on-primary);text-decoration:none;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px}._whatsappButton_zkwbi_349:focus-visible{outline:2px solid var(--theme-primary-text);outline-offset:2px}._requestsList_zkwbi_368{display:grid;gap:10px}._requestItem_zkwbi_373{min-width:0;padding:14px;border:1px solid var(--theme-border-strong);border-radius:8px;background:var(--theme-surface-muted);display:flex;align-items:center;justify-content:space-between;gap:16px}._requestItem_zkwbi_373>div:first-child{min-width:0;display:grid;gap:4px}._requestItem_zkwbi_373 strong{color:var(--theme-text);overflow-wrap:anywhere;font-size:15px}._requestItem_zkwbi_373 span{color:var(--theme-text-muted);overflow-wrap:anywhere;font-size:13px}._requestActions_zkwbi_403{flex:0 0 auto;display:flex;align-items:center;gap:8px}._rejectButton_zkwbi_410,._approveButton_zkwbi_411{width:38px;height:38px;border-radius:7px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .16s ease,border-color .16s ease,transform .16s ease}._rejectButton_zkwbi_410{border:1px solid var(--theme-error);background:var(--theme-error-soft);color:var(--theme-error-text)}._approveButton_zkwbi_411{border:1px solid var(--theme-success);background:var(--theme-success-soft);color:var(--theme-success-text)}._rejectButton_zkwbi_410:hover,._approveButton_zkwbi_411:hover{transform:translateY(-1px)}._rejectButton_zkwbi_410:focus-visible,._approveButton_zkwbi_411:focus-visible{outline:2px solid var(--theme-primary-text);outline-offset:2px}._rejectButton_zkwbi_410:disabled,._approveButton_zkwbi_411:disabled{opacity:.55;cursor:not-allowed;transform:none}._servicesForm_zkwbi_452{display:grid;gap:14px}._servicesSummary_zkwbi_457{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--theme-text-muted);font-size:13px}._servicesSummary_zkwbi_457 strong{color:var(--theme-primary-text)}._servicesList_zkwbi_471{max-height:360px;overflow-y:auto;border:1px solid var(--theme-glass-strong);border-radius:6px;background:var(--theme-surface-muted)}._serviceOption_zkwbi_479{min-height:58px;padding:10px 12px;display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:10px;color:var(--theme-text);cursor:pointer}._serviceOption_zkwbi_479+._serviceOption_zkwbi_479{border-top:1px solid var(--theme-glass-strong)}._serviceOption_zkwbi_479:hover{background:var(--theme-glass-subtle)}._serviceOptionSelected_zkwbi_498{background:var(--theme-primary-soft);box-shadow:inset 4px 0 var(--theme-primary)}._serviceOptionSelected_zkwbi_498:hover{background:var(--theme-primary-soft)}._serviceOptionSelected_zkwbi_498 small{color:var(--theme-primary-text)}._serviceOption_zkwbi_479 input{width:18px;height:18px;margin:0;accent-color:var(--theme-primary)}._serviceOption_zkwbi_479 span{min-width:0;display:grid;gap:3px}._serviceOption_zkwbi_479 strong{overflow-wrap:anywhere;font-size:14px}._serviceOption_zkwbi_479 small{color:var(--theme-text-muted);font-size:12px}._servicesFeedback_zkwbi_534{margin:0;padding:24px 12px;color:var(--theme-text-muted);text-align:center;font-size:14px}._modalActions_zkwbi_542{display:flex;justify-content:flex-end;gap:10px}._secondaryButton_zkwbi_135,._servicesSaveButton_zkwbi_549{min-height:44px;padding:0 16px;border-radius:6px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}._secondaryButton_zkwbi_135{border:1px solid var(--theme-border-strong);background:transparent;color:var(--theme-text)}._servicesSaveButton_zkwbi_549{width:auto;margin:0;border:0}._secondaryButton_zkwbi_135:disabled{opacity:.62;cursor:not-allowed}@media(max-width:760px){._container_zkwbi_1{padding:84px 12px 24px}._header_zkwbi_6{flex-direction:column}._headerActions_zkwbi_31{width:100%;display:grid;grid-template-columns:1fr}._primaryButton_zkwbi_39,._secondaryHeaderButton_zkwbi_40{width:100%}._table_zkwbi_77,._table_zkwbi_77 thead,._table_zkwbi_77 tbody,._table_zkwbi_77 tr,._table_zkwbi_77 td{display:block}._table_zkwbi_77 thead{display:none}._table_zkwbi_77 tr{position:relative;padding:14px 56px 14px 14px;border-bottom:1px solid var(--theme-glass-strong)}._table_zkwbi_77 td{min-height:32px;padding:6px 0;border-bottom:0;display:grid;grid-template-columns:minmax(88px,34%) minmax(0,1fr);align-items:start;gap:10px;overflow-wrap:anywhere}._table_zkwbi_77 td:before{content:attr(data-label);color:var(--theme-text-muted);font-size:12px;font-weight:700;text-transform:uppercase}._actionsCell_zkwbi_108{position:absolute;top:8px;right:8px;width:auto;min-height:0!important;padding:0!important;display:block!important}._actionsCell_zkwbi_108:before{display:none}._modalBackdrop_zkwbi_173{padding:12px;place-items:stretch}._modal_zkwbi_17{max-height:calc(100dvh - 24px)}._locationGrid_zkwbi_309{grid-template-columns:1fr}._servicesSummary_zkwbi_457,._modalActions_zkwbi_542{align-items:stretch;flex-direction:column}._secondaryButton_zkwbi_135,._servicesSaveButton_zkwbi_549,._whatsappButton_zkwbi_349{width:100%}._requestItem_zkwbi_373{align-items:stretch;flex-direction:column}._requestActions_zkwbi_403{justify-content:flex-end}}@media(max-width:340px){._table_zkwbi_77 td{grid-template-columns:80px minmax(0,1fr)}._table_zkwbi_77 td:before{font-size:10px}}._container_1ic79_1{min-height:100dvh;padding:96px 24px 32px}._header_1ic79_6{width:min(100%,1120px);margin:0 auto 24px;display:flex;justify-content:space-between;align-items:flex-start;gap:16px}._header_1ic79_6 h1,._header_1ic79_6 p,._modalHeader_1ic79_17 h2,._modalHeader_1ic79_17 p{margin:0}._header_1ic79_6 h1{margin-bottom:6px;font-size:28px}._header_1ic79_6 p{font-size:15px}._primaryButton_1ic79_31,._submitButton_1ic79_32{border:0;border-radius:8px;cursor:pointer;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px}._primaryButton_1ic79_31{min-width:190px;height:44px;padding:0 16px}._tableWrap_1ic79_49{width:min(100%,1120px);margin:0 auto;border-radius:8px;overflow:hidden}._table_1ic79_49{width:100%;border-collapse:collapse}._table_1ic79_49 th,._table_1ic79_49 td{padding:16px;text-align:left;border-bottom:1px solid var(--theme-glass-strong);color:var(--theme-text-muted)}._table_1ic79_49 th{font-size:13px;text-transform:uppercase;letter-spacing:0}._table_1ic79_49 tr:last-child td{border-bottom:0}._valueHeader_1ic79_79,._valueCell_1ic79_80{text-align:right!important}._valueCell_1ic79_80 strong{white-space:nowrap}._actionsHeader_1ic79_88,._actionsCell_1ic79_89{width:72px;text-align:right!important}._actionsMenu_1ic79_94{position:relative;display:inline-flex}._menuTrigger_1ic79_99{width:36px;height:36px;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--theme-text-muted);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}._menuTrigger_1ic79_99:hover,._menuTrigger_1ic79_99[aria-expanded=true]{border-color:var(--theme-border-strong);background:var(--theme-surface-hover);color:var(--theme-text)}._menuPopover_1ic79_119{position:absolute;top:calc(100% + 6px);right:0;z-index:20;min-width:132px;padding:6px;border:1px solid var(--theme-border-strong);border-radius:7px;background:var(--theme-surface);box-shadow:0 12px 30px var(--theme-shadow)}._menuPopover_1ic79_119 button{width:100%;min-height:36px;padding:0 10px;border:0;border-radius:5px;background:transparent;color:var(--theme-text);cursor:pointer;font-weight:700;display:flex;align-items:center;gap:9px}._menuPopover_1ic79_119 button:hover{background:var(--theme-primary-soft);color:var(--theme-primary-text)}._serviceIdentity_1ic79_152{min-width:0;display:flex;align-items:center;gap:12px}._serviceThumbnail_1ic79_159{position:relative;width:48px;height:40px;flex:0 0 48px;overflow:visible;border-radius:6px;background:var(--theme-primary-soft);color:var(--theme-primary-text);display:grid;place-items:center}._serviceThumbnail_1ic79_159 img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}._feedback_1ic79_180,._error_1ic79_181,._success_1ic79_182{width:min(100%,1120px);margin:0 auto 16px;font-size:14px}._feedback_1ic79_180{padding:20px}._error_1ic79_181,._formError_1ic79_193{color:var(--theme-error)}._success_1ic79_182{color:var(--theme-success)}._modalBackdrop_1ic79_201{position:fixed;inset:0;z-index:3000;padding:24px;background:var(--theme-overlay);display:grid;place-items:center}._modal_1ic79_17{width:min(100%,560px);max-height:min(92dvh,760px);overflow:auto;border-radius:8px;padding:22px;box-shadow:0 24px 70px var(--theme-shadow)}._modalHeader_1ic79_17{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}._modalHeader_1ic79_17 h2{margin-bottom:6px;font-size:22px}._modalHeader_1ic79_17 button{width:36px;height:36px;flex:0 0 36px;border:0;border-radius:8px;background:var(--theme-glass-strong);color:var(--theme-text);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}._form_1ic79_193{display:grid;gap:14px}._form_1ic79_193 label{display:grid;gap:8px;color:var(--theme-text);font-size:14px;font-weight:700}._imageControl_1ic79_260{min-height:58px;padding:10px 12px;border:1px dashed var(--theme-border-strong);border-radius:8px;background:var(--theme-surface-muted);cursor:pointer;display:flex;align-items:center;gap:12px}._imagePreview_1ic79_272{position:relative;width:36px;height:36px;flex:0 0 36px;padding:9px;border-radius:50%;overflow:hidden;background:var(--theme-primary-soft);color:var(--theme-primary-text);display:grid;place-items:center}._imagePreview_1ic79_272 img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}._imageControl_1ic79_260>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._imageControl_1ic79_260 input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}._imageControl_1ic79_260:focus-within{border-color:var(--theme-primary-text);outline:2px solid var(--theme-focus);outline-offset:1px}._fieldGroup_1ic79_315{display:grid;gap:8px}._form_1ic79_193 input{width:100%;min-height:44px;padding:0 12px;border:1px solid var(--theme-border-strong);border-radius:6px;background:var(--theme-surface-muted);color:var(--theme-text);font:inherit}._form_1ic79_193 input:focus-visible{border-color:var(--theme-primary-text);outline:2px solid var(--theme-focus);outline-offset:1px}._durationField_1ic79_337{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}._durationField_1ic79_337 span{color:var(--theme-text-muted);font-size:14px;font-weight:700}._formError_1ic79_193{margin:0;font-size:14px}._submitButton_1ic79_32{width:100%;min-height:48px;margin-top:4px}._submitButton_1ic79_32:disabled{opacity:.62;cursor:not-allowed}._primaryButton_1ic79_31:focus-visible,._menuTrigger_1ic79_99:focus-visible,._menuPopover_1ic79_119 button:focus-visible,._modalHeader_1ic79_17 button:focus-visible,._submitButton_1ic79_32:focus-visible{outline:2px solid var(--theme-primary-text);outline-offset:2px}@media(max-width:760px){._container_1ic79_1{padding:84px 12px 24px}._header_1ic79_6{flex-direction:column}._primaryButton_1ic79_31{width:100%}._table_1ic79_49,._table_1ic79_49 thead,._table_1ic79_49 tbody,._table_1ic79_49 tr,._table_1ic79_49 td{display:block}._table_1ic79_49 thead{display:none}._table_1ic79_49 tr{position:relative;padding:12px 56px 12px 14px;border-bottom:1px solid var(--theme-glass-strong)}._table_1ic79_49 tr:last-child{border-bottom:0}._table_1ic79_49 td{min-height:32px;padding:6px 0;border-bottom:0;display:grid;grid-template-columns:minmax(88px,34%) minmax(0,1fr);align-items:start;gap:10px;text-align:left!important;overflow-wrap:anywhere}._table_1ic79_49 td:before{content:attr(data-label);color:var(--theme-text-muted);font-size:12px;font-weight:700;text-transform:uppercase}._valueCell_1ic79_80 strong{white-space:normal}._actionsCell_1ic79_89{position:absolute;top:8px;right:8px;width:auto;min-height:0!important;padding:0!important;display:block!important}._actionsCell_1ic79_89:before{display:none}._modalBackdrop_1ic79_201{padding:12px;place-items:center}._modal_1ic79_17{max-height:calc(100dvh - 24px)}}@media(max-width:360px){._table_1ic79_49 td:first-child{grid-template-columns:1fr;gap:7px}._table_1ic79_49 td:first-child:before{font-size:10px}}._container_3ftgm_1{min-height:100dvh;padding:96px 24px 40px}._header_3ftgm_6{width:min(100%,1180px);margin:0 auto 24px}._eyebrow_3ftgm_11{display:block;margin-bottom:6px;font-size:12px;font-weight:800;text-transform:uppercase}._header_3ftgm_6 h1{margin:0 0 6px;font-size:30px;line-height:1.15}._header_3ftgm_6 p{margin:0;font-size:15px}._content_3ftgm_30{width:min(100%,1180px);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:flex-start}._editor_3ftgm_39{min-width:0;display:grid;gap:16px}._card_3ftgm_45,._summary_3ftgm_46{border:1px solid;border-radius:8px}._card_3ftgm_45{min-width:0;padding:20px}._cardHeader_3ftgm_56{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}._titleGroup_3ftgm_64{min-width:0;display:flex;align-items:flex-start;gap:12px}._step_3ftgm_71{width:28px;height:28px;flex:0 0 28px;border-radius:50%;color:var(--theme-on-primary);display:inline-grid;place-items:center;font-size:13px;font-weight:800}._titleGroup_3ftgm_64 h2,._titleGroup_3ftgm_64 p{margin:0}._titleGroup_3ftgm_64 h2{font-size:18px;line-height:1.35}._titleGroup_3ftgm_64 p{margin-top:3px;font-size:13px;line-height:1.4}._presets_3ftgm_99{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}._presets_3ftgm_99 button{min-height:32px;padding:0 10px;border:1px solid var(--theme-focus);border-radius:6px;background:var(--theme-primary-soft);color:var(--theme-primary-text);cursor:pointer;font:inherit;font-size:12px;font-weight:700}._daysGrid_3ftgm_119{display:grid;grid-template-columns:repeat(7,minmax(72px,1fr));gap:8px}._dayButton_3ftgm_125{position:relative;min-width:0;min-height:76px;padding:12px 6px 9px;border:1px solid;border-radius:8px;cursor:pointer;display:grid;place-items:center;align-content:center;gap:4px;transition:border-color .18s,background-color .18s,box-shadow .18s}._dayButton_3ftgm_125:hover{border-color:var(--theme-primary)!important}._dayButtonActive_3ftgm_144{box-shadow:0 8px 20px var(--theme-primary-soft)}._dayButton_3ftgm_125 strong{font-size:14px}._dayFullName_3ftgm_152{max-width:100%;overflow:hidden;text-overflow:ellipsis;font-size:11px}._dayCheck_3ftgm_159{position:absolute;top:7px;right:7px;width:15px;height:15px;display:grid;place-items:center;font-size:9px}._duration_3ftgm_170{min-height:32px;padding:0 10px;border-radius:6px;background:var(--theme-primary-soft);display:inline-flex;align-items:center;gap:7px;white-space:nowrap;font-size:13px;font-weight:800}._timeRange_3ftgm_183{display:grid;grid-template-columns:minmax(0,1fr) 20px minmax(0,1fr);gap:14px;align-items:end}._timeRange_3ftgm_183 label,._intervalRow_3ftgm_191 label{min-width:0;display:grid;gap:7px;font-size:13px;font-weight:700}._timeRange_3ftgm_183 input,._intervalRow_3ftgm_191 input{box-sizing:border-box;width:100%;min-width:0;height:46px;padding:0 12px;border:1px solid var(--theme-glass-strong);border-radius:6px;background:var(--theme-background-color);color:var(--theme-text-color);color-scheme:dark light;font:inherit;font-weight:700}._timeArrow_3ftgm_215{margin-bottom:15px;color:var(--theme-text-muted);justify-self:center}._addButton_3ftgm_221,._removeButton_3ftgm_222,._saveButton_3ftgm_223{border:0;border-radius:7px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font:inherit;font-weight:800}._addButton_3ftgm_221{min-height:40px;padding:0 13px;gap:8px;background:var(--theme-primary-soft);color:var(--theme-primary-text);white-space:nowrap}._emptyState_3ftgm_243{min-height:78px;padding:14px 16px;border:1px dashed;border-radius:7px;display:flex;align-items:center;gap:13px;color:var(--theme-text-muted)}._emptyState_3ftgm_243>svg{flex:0 0 auto;font-size:20px}._emptyState_3ftgm_243 div{min-width:0;display:grid;gap:3px}._emptyState_3ftgm_243 span{font-size:13px}._intervalList_3ftgm_269{display:grid}._intervalRow_3ftgm_191{min-width:0;padding:14px 0;border-top:1px solid;display:grid;grid-template-columns:110px minmax(0,1fr) minmax(0,1fr) auto 42px;gap:12px;align-items:end}._intervalRow_3ftgm_191:first-child{padding-top:0;border-top:0}._intervalRow_3ftgm_191:last-child{padding-bottom:0}._intervalName_3ftgm_292{min-height:46px;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:800}._intervalName_3ftgm_292 svg{color:var(--theme-warning)}._intervalDuration_3ftgm_305{min-width:54px;min-height:46px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;white-space:nowrap}._removeButton_3ftgm_222{width:42px;height:42px;margin-bottom:2px;background:var(--theme-error-soft);color:var(--theme-error-text)}._actions_3ftgm_323{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:18px}._messages_3ftgm_331{min-width:0;flex:1}._feedback_3ftgm_336,._error_3ftgm_337,._success_3ftgm_338{margin:0;font-size:13px;line-height:1.45}._error_3ftgm_337{color:var(--theme-error)}._success_3ftgm_338{color:var(--theme-success)}._saveButton_3ftgm_223{min-width:218px;min-height:48px;padding:0 18px;gap:9px}._saveButton_3ftgm_223:disabled{cursor:wait;opacity:.7}._summary_3ftgm_46{position:sticky;top:88px;padding:20px;display:grid;gap:0}._summaryTitle_3ftgm_372{padding-bottom:16px;display:flex;align-items:center;gap:10px}._summaryTitle_3ftgm_372 h2{margin:0;font-size:18px}._summaryBlock_3ftgm_384{padding:16px 0;border-top:1px solid var(--theme-glass-strong);display:grid;gap:7px}._summaryBlock_3ftgm_384>span{font-size:12px;font-weight:700;text-transform:uppercase}._summaryBlock_3ftgm_384>strong{font-size:16px;line-height:1.35}._summaryHours_3ftgm_402{font-size:22px!important}._summaryBlock_3ftgm_384 small{font-size:12px}._summaryIntervals_3ftgm_410{display:grid;gap:8px}._summaryIntervals_3ftgm_410 small{display:flex;justify-content:space-between;gap:12px}button:focus-visible,input:focus-visible{outline:2px solid var(--theme-primary);outline-offset:2px}@media(max-width:980px){._content_3ftgm_30{grid-template-columns:1fr}._summary_3ftgm_46{position:static;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}._summaryTitle_3ftgm_372{grid-column:1 / -1;padding-bottom:0}._summaryBlock_3ftgm_384{padding:14px 0 0}}@media(max-width:760px){._daysGrid_3ftgm_119{grid-template-columns:repeat(4,minmax(58px,1fr))}._intervalRow_3ftgm_191{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 42px}._intervalName_3ftgm_292{grid-column:1 / -1;min-height:28px}._intervalDuration_3ftgm_305{grid-column:1 / 3;grid-row:3;min-height:32px;justify-content:flex-start}._removeButton_3ftgm_222{grid-column:3;grid-row:3}._summary_3ftgm_46{grid-template-columns:1fr;gap:0}._summaryTitle_3ftgm_372{padding-bottom:12px}._summaryBlock_3ftgm_384{padding:14px 0}}@media(max-width:560px){._container_3ftgm_1{padding:84px 12px 28px}._header_3ftgm_6{margin-bottom:18px}._header_3ftgm_6 h1{font-size:26px}._content_3ftgm_30,._editor_3ftgm_39{gap:12px}._card_3ftgm_45,._summary_3ftgm_46{padding:16px}._cardHeader_3ftgm_56{display:grid;gap:12px}._presets_3ftgm_99{justify-content:flex-start}._addButton_3ftgm_221{width:100%}._dayButton_3ftgm_125{min-height:68px}._dayFullName_3ftgm_152{display:none}._actions_3ftgm_323{display:grid}._messages_3ftgm_331:empty{display:none}._saveButton_3ftgm_223{width:100%;min-width:0}}@media(max-width:400px){._daysGrid_3ftgm_119{grid-template-columns:repeat(4,minmax(50px,1fr));gap:6px}._timeRange_3ftgm_183{grid-template-columns:1fr;gap:9px}._timeArrow_3ftgm_215{margin:0;transform:rotate(90deg)}._intervalRow_3ftgm_191{grid-template-columns:minmax(0,1fr) 42px}._intervalRow_3ftgm_191 label{grid-column:1 / -1}._intervalDuration_3ftgm_305{grid-column:1;grid-row:auto}._removeButton_3ftgm_222{grid-column:2;grid-row:auto}}._container_jakds_1{min-height:100dvh;padding:96px 24px 40px;background:var(--reports-bg);color:var(--reports-text)}._pageHeader_jakds_8{width:min(100%,1120px);margin:0 auto 28px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}._pageHeader_jakds_8 h1,._pageHeader_jakds_8 p,._cardContent_jakds_19 h2,._cardContent_jakds_19 p,._modalHeader_jakds_21 h2,._modalHeader_jakds_21 span{margin:0}._eyebrow_jakds_26{display:block;margin-bottom:6px;color:var(--reports-primary);font-size:13px;font-weight:800;text-transform:uppercase}._pageHeader_jakds_8 h1{margin-bottom:6px;font-size:30px}._pageHeader_jakds_8 p{color:var(--reports-muted);font-size:15px}._periodField_jakds_45{width:220px;flex:0 0 220px;display:grid;gap:7px;color:var(--reports-text);font-size:13px;font-weight:700}._periodControl_jakds_55{min-height:44px;padding:0 12px;border:1px solid var(--reports-border);border-radius:6px;background:var(--reports-panel);display:flex;align-items:center;gap:10px}._periodControl_jakds_55 svg{color:var(--reports-primary)}._periodControl_jakds_55 input{width:100%;border:0;outline:0;background:transparent;color:var(--reports-text);font:inherit;color-scheme:dark}._reportGrid_jakds_80{width:min(100%,1120px);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}._reportCard_jakds_88{min-width:0;min-height:292px;padding:20px;border:1px solid var(--reports-border);border-top:3px solid var(--report-accent);border-radius:8px;background:var(--reports-panel);display:flex;flex-direction:column;box-shadow:0 12px 30px var(--theme-shadow)}._financeiro_jakds_101{--report-accent: var(--theme-secondary);--report-accent-soft: var(--theme-secondary-soft)}._servicos_jakds_106{--report-accent: var(--theme-primary);--report-accent-soft: var(--theme-primary-soft)}._agenda_jakds_111{--report-accent: var(--theme-warning);--report-accent-soft: var(--theme-warning-soft)}._cardHeader_jakds_116{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}._cardIcon_jakds_123{width:44px;height:44px;border-radius:6px;background:var(--report-accent-soft);color:var(--report-accent);display:inline-flex;align-items:center;justify-content:center;font-size:20px}._pdfBadge_jakds_135{padding:4px 7px;border:1px solid var(--reports-border);border-radius:4px;color:var(--reports-muted);font-size:11px;font-weight:800}._cardContent_jakds_19{margin:20px 0 24px;display:grid;gap:10px}._cardContent_jakds_19 h2{font-size:20px;overflow-wrap:anywhere}._cardContent_jakds_19 p{min-height:44px;color:var(--reports-muted);font-size:14px;line-height:1.55}._cardContent_jakds_19 small{color:var(--report-accent);font-size:12px;font-weight:700}._cardActions_jakds_168{margin-top:auto;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}._previewButton_jakds_175,._downloadButton_jakds_176,._modalDownload_jakds_177,._closeButton_jakds_178,._previewFeedback_jakds_179 button{min-height:42px;border-radius:6px;cursor:pointer;font-weight:750;display:inline-flex;align-items:center;justify-content:center;gap:8px}._previewButton_jakds_175{border:0;padding:0 14px;background:var(--reports-primary);color:var(--theme-text)}._downloadButton_jakds_176{min-width:102px;border:1px solid var(--reports-border);padding:0 12px;background:transparent;color:var(--reports-text)}._previewButton_jakds_175:hover,._modalDownload_jakds_177:hover{filter:brightness(1.08)}._downloadButton_jakds_176:hover,._closeButton_jakds_178:hover{background:var(--theme-glass-strong)}._previewButton_jakds_175:disabled,._downloadButton_jakds_176:disabled,._modalDownload_jakds_177:disabled{opacity:.58;cursor:not-allowed}._pageError_jakds_222{width:min(100%,1120px);margin:0 auto 16px;color:var(--theme-error-text);font-size:14px}._modalBackdrop_jakds_229{position:fixed;inset:0;z-index:3000;padding:22px;background:var(--theme-overlay);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;place-items:center}._modal_jakds_21{width:min(100%,1040px);height:min(92dvh,880px);min-height:520px;border:1px solid var(--reports-border);border-radius:8px;background:var(--reports-panel);overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr);box-shadow:0 26px 80px var(--theme-shadow)}._modalHeader_jakds_21{min-height:72px;padding:14px 16px;border-bottom:1px solid var(--reports-border);display:flex;align-items:center;justify-content:space-between;gap:16px}._modalHeader_jakds_21>div:first-child{min-width:0}._modalHeader_jakds_21 span{color:var(--reports-muted);font-size:11px;font-weight:800;text-transform:uppercase}._modalHeader_jakds_21 h2{margin-top:3px;font-size:19px;overflow-wrap:anywhere}._modalActions_jakds_280{flex:0 0 auto;display:flex;gap:8px}._modalDownload_jakds_177{border:0;padding:0 14px;background:var(--reports-primary);color:var(--theme-on-primary)}._closeButton_jakds_178{width:42px;border:1px solid var(--reports-border);background:transparent;color:var(--reports-text);font-size:18px}._previewArea_jakds_301{min-height:0;padding:12px;background:var(--theme-surface-hover)}._previewFeedback_jakds_179{width:100%;height:100%;color:var(--theme-text);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center}._previewFeedback_jakds_179 p{max-width:420px;margin:0}._previewFeedback_jakds_179 button{border:1px solid var(--theme-glass-strong);padding:0 14px;background:transparent;color:var(--theme-on-primary)}._spinner_jakds_331{width:30px;height:30px;border:3px solid var(--theme-glass-strong);border-top-color:var(--theme-primary);border-radius:50%;animation:_spin_jakds_331 .8s linear infinite}._previewButton_jakds_175:focus-visible,._downloadButton_jakds_176:focus-visible,._modalDownload_jakds_177:focus-visible,._closeButton_jakds_178:focus-visible,._periodControl_jakds_55:focus-within{outline:2px solid var(--reports-primary);outline-offset:2px}@keyframes _spin_jakds_331{to{transform:rotate(360deg)}}@media(max-width:900px){._reportGrid_jakds_80{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){._container_jakds_1{padding:84px 12px 24px}._pageHeader_jakds_8{align-items:stretch;flex-direction:column;gap:18px}._periodField_jakds_45{width:100%;flex-basis:auto}._reportGrid_jakds_80{grid-template-columns:1fr}._reportCard_jakds_88{min-height:264px}._modalBackdrop_jakds_229{padding:8px}._modal_jakds_21{width:100%;height:calc(100dvh - 16px);min-height:0}._modalHeader_jakds_21{align-items:flex-start}._modalDownload_jakds_177{width:42px;padding:0}._modalDownload_jakds_177{font-size:0}._modalDownload_jakds_177 svg{font-size:15px}._previewArea_jakds_301{padding:6px}}@media(max-width:380px){._cardActions_jakds_168{grid-template-columns:1fr}._downloadButton_jakds_176{width:100%}}@media(prefers-reduced-motion:reduce){._spinner_jakds_331{animation:none}}._container_yrnot_1{min-height:100dvh;display:grid;place-items:center;padding:24px;background:var(--theme-background)}._panel_yrnot_9{width:min(100%,440px);display:grid;gap:16px;padding:28px;border:1px solid var(--theme-bottom);border-radius:8px;background:var(--theme-surface);color:var(--theme-text);box-shadow:0 16px 44px var(--theme-shadow)}._heading_yrnot_21{display:flex;align-items:center;gap:12px;margin-bottom:4px}._heading_yrnot_21 h1{margin:0;font-size:24px}._mark_yrnot_33{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--theme-primary);color:var(--theme-on-primary);font-weight:800}._photoField_yrnot_44{display:grid;gap:8px;font-size:14px;font-weight:700}._photoControl_yrnot_51{position:relative;display:flex;align-items:center;gap:12px;min-height:64px;padding:10px 12px;border:1px dashed var(--theme-border-strong);border-radius:8px;background:var(--theme-surface-muted);color:var(--theme-text);cursor:pointer}._photoControl_yrnot_51 strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}._photoPreview_yrnot_73{display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;overflow:hidden;border-radius:50%;background:var(--theme-primary);color:var(--theme-on-primary)}._photoPreview_yrnot_73 img{width:100%;height:100%;object-fit:cover}._photoInput_yrnot_91{position:absolute;inset:0;opacity:0;cursor:pointer}._field_yrnot_98{display:grid;gap:8px;font-size:14px;font-weight:700}._inputWrap_yrnot_105{display:flex;align-items:center;gap:8px;min-height:46px;padding:0 12px;border:1px solid var(--theme-bottom);border-radius:8px;background:var(--theme-surface-muted)}._inputWrap_yrnot_105 input,._inputWrap_yrnot_105 select{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--theme-text);font:inherit}._inputWrap_yrnot_105 select{appearance:none;cursor:pointer}._inputWrap_yrnot_105 option{color:var(--theme-text)}._inputWrap_yrnot_105 span,._inputWrap_yrnot_105 button{display:grid;place-items:center;color:var(--theme-text-muted)}._inputWrap_yrnot_105 button{width:28px;height:28px;border:0;background:transparent}._locationGrid_yrnot_150{display:grid;grid-template-columns:1fr 1fr;gap:14px}._locationGrid_yrnot_150 ._field_yrnot_98:last-child{grid-column:1 / -1}._submit_yrnot_160{width:100%;height:48px;border:0;border-radius:8px;font-weight:800}._submit_yrnot_160:disabled{opacity:.55;cursor:not-allowed}._link_yrnot_173{justify-self:center;color:var(--theme-primary-text);font-size:14px}._error_yrnot_179{margin:0;color:var(--theme-error-text);font-size:14px}@media(max-width:520px){._container_yrnot_1{padding:12px}._panel_yrnot_9{padding:22px}._locationGrid_yrnot_150{grid-template-columns:1fr}}._container_l7mvz_1{min-height:100dvh;padding:32px;background:var(--theme-background);color:var(--theme-text)}._header_l7mvz_8{width:min(100%,1160px);margin:0 auto 30px;display:flex;align-items:center;justify-content:space-between;gap:16px}._header_l7mvz_8 span{color:var(--theme-primary-text);font-size:14px;font-weight:700}._header_l7mvz_8 h1{margin:6px 0 0;font-size:30px}._header_l7mvz_8 a{display:inline-grid;place-items:center;height:42px;padding:0 18px;border-radius:8px;background:var(--theme-primary);color:var(--theme-on-primary);font-weight:800;text-decoration:none}._content_l7mvz_40{width:min(100%,1160px);margin:0 auto}._form_l7mvz_45{min-width:0;display:grid;gap:24px}._selectionGroup_l7mvz_51{min-width:0;margin:0;padding:0 0 24px;border:0;border-bottom:1px solid var(--theme-border);transition:padding .16s ease}._selectionGroup_l7mvz_51>legend{width:100%;margin:0 0 16px;padding:0;color:var(--theme-text);font-size:18px;font-weight:800}._selectionGroupCollapsed_l7mvz_69{padding-bottom:12px}._selectionGroupCollapsed_l7mvz_69>legend{margin-bottom:0}._selectionGroup_l7mvz_51:disabled{opacity:.68}._stepToggle_l7mvz_81{width:100%;min-height:38px;padding:4px 0;border:0;background:transparent;color:inherit;cursor:pointer;display:flex;align-items:center;gap:10px;font:inherit;text-align:left}._stepToggle_l7mvz_81:disabled{cursor:not-allowed}._stepToggle_l7mvz_81:focus-visible{border-radius:6px;outline:2px solid var(--theme-primary-text);outline-offset:3px}._stepTitle_l7mvz_106{min-width:0;flex:0 1 auto;display:inline-flex;align-items:center;gap:10px}._stepSummary_l7mvz_114{min-width:0;margin-left:auto;overflow:hidden;color:var(--theme-primary-text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700}._stepChevron_l7mvz_125{flex:0 0 auto;color:var(--theme-text-muted);font-size:15px;transition:transform .16s ease,color .16s ease}._stepChevronOpen_l7mvz_132{color:var(--theme-primary-text);transform:rotate(180deg)}._stepNumber_l7mvz_137{width:30px;height:30px;flex:0 0 30px;border-radius:50%;background:var(--theme-primary);color:var(--theme-on-primary);display:inline-grid;place-items:center;font-size:13px}._optionGrid_l7mvz_149{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}._serviceGrid_l7mvz_155{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}._identityOption_l7mvz_159,._serviceOption_l7mvz_160{position:relative;min-width:0;border:1px solid var(--theme-border-strong);border-radius:8px;background:var(--theme-surface);color:var(--theme-text);cursor:pointer;display:grid;align-items:center;gap:14px;text-align:left;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease}._identityOption_l7mvz_159{min-height:86px;padding:12px 44px 12px 12px;grid-template-columns:60px minmax(0,1fr)}._serviceOption_l7mvz_160{min-height:116px;padding:10px 44px 10px 10px;grid-template-columns:118px minmax(0,1fr)}._identityOption_l7mvz_159:hover,._serviceOption_l7mvz_160:hover{border-color:var(--theme-primary);background:var(--theme-surface-hover)}._identityOption_l7mvz_159:focus-visible,._serviceOption_l7mvz_160:focus-visible,._timeButton_l7mvz_195:focus-visible,._dateField_l7mvz_196 input:focus-visible,._submitButton_l7mvz_197:focus-visible,._header_l7mvz_8 a:focus-visible{outline:2px solid var(--theme-primary-text);outline-offset:2px}._optionSelected_l7mvz_203{border-color:var(--theme-primary);background:var(--theme-primary-soft);box-shadow:inset 4px 0 var(--theme-primary)}._profilePhoto_l7mvz_209{width:60px;height:60px;overflow:hidden;border:2px solid var(--theme-border-strong);border-radius:50%;background:var(--theme-surface-muted)}._profilePhoto_l7mvz_209 img,._servicePhoto_l7mvz_219 img{width:100%;height:100%;object-fit:cover}._servicePhoto_l7mvz_219{position:relative;width:118px;height:92px;overflow:hidden;border-radius:6px;background:var(--theme-primary-soft);color:var(--theme-primary-text);display:grid;place-items:center;font-size:28px}._servicePhoto_l7mvz_219 img{position:absolute;inset:0}._optionText_l7mvz_243{min-width:0;display:grid;gap:6px}._optionText_l7mvz_243 strong,._optionText_l7mvz_243 b{overflow-wrap:anywhere}._optionText_l7mvz_243 strong{font-size:15px}._optionText_l7mvz_243 small{color:var(--theme-text-muted);display:flex;align-items:center;gap:6px;font-size:12px}._optionText_l7mvz_243 b{color:var(--theme-primary-text);font-size:15px}._selectedIcon_l7mvz_271{position:absolute;top:12px;right:12px;color:var(--theme-primary-text);font-size:16px}._optionFeedback_l7mvz_279,._scheduleFeedback_l7mvz_280{margin:0;padding:16px;border:1px dashed var(--theme-border-strong);border-radius:8px;color:var(--theme-text-muted);background:var(--theme-surface-muted);font-size:14px;font-weight:600}._scheduleGroup_l7mvz_291{border-bottom:0;padding-bottom:0}._scheduleLayout_l7mvz_296{display:grid;grid-template-columns:minmax(220px,300px) minmax(0,1fr);align-items:start;gap:18px}._dateField_l7mvz_196{display:grid;gap:8px;color:var(--theme-text);font-size:14px;font-weight:800}._dateField_l7mvz_196>span{display:flex;align-items:center;gap:7px}._dateField_l7mvz_196>span svg{color:var(--theme-secondary)}._dateField_l7mvz_196 input{min-width:0;width:100%;min-height:48px;box-sizing:border-box;border:1px solid var(--theme-border-strong);border-radius:8px;background:var(--theme-surface);color:var(--theme-text);padding:0 12px;font:inherit}._scheduleFieldset_l7mvz_334{min-width:0;margin:0;padding:0;border:0;display:grid;gap:10px}._scheduleFieldset_l7mvz_334 legend{margin-bottom:8px;color:var(--theme-text);font-size:14px;font-weight:800}._timeGrid_l7mvz_350{display:grid;grid-template-columns:repeat(auto-fill,minmax(82px,1fr));gap:10px}._timeButton_l7mvz_195{min-height:46px;border:1px solid var(--theme-border-strong);border-radius:8px;background:var(--theme-surface);color:var(--theme-text);cursor:pointer;font:inherit;font-weight:800;transition:border-color .16s ease,background-color .16s ease,color .16s ease}._timeButton_l7mvz_195:hover{border-color:var(--theme-primary-text);background:var(--theme-primary-soft)}._timeButtonSelected_l7mvz_373{border-color:var(--theme-primary-text);background:var(--theme-primary);color:var(--theme-on-primary)}._submitButton_l7mvz_197{width:100%;min-height:52px;border:0;border-radius:8px;background:var(--theme-primary);color:var(--theme-on-primary);cursor:pointer;font-weight:800}._submitButton_l7mvz_197:disabled{opacity:.55;cursor:not-allowed}._error_l7mvz_395,._success_l7mvz_396{margin:0;padding:12px 14px;border-radius:8px;font-size:14px;font-weight:700}._error_l7mvz_395{background:var(--theme-error-soft);color:var(--theme-error-text)}._success_l7mvz_396{background:var(--theme-success-soft);color:var(--theme-success-text)}@media(max-width:760px){._container_l7mvz_1{padding:20px 12px 28px}._header_l7mvz_8{align-items:stretch;flex-direction:column;margin-bottom:24px}._header_l7mvz_8 a{width:100%;box-sizing:border-box}._header_l7mvz_8 h1{font-size:26px}._form_l7mvz_45{gap:20px}._selectionGroup_l7mvz_51{padding-bottom:20px}._selectionGroupCollapsed_l7mvz_69{padding-bottom:10px}._stepToggle_l7mvz_81,._stepTitle_l7mvz_106{gap:8px}._stepSummary_l7mvz_114{max-width:34%;font-size:12px}._optionGrid_l7mvz_149,._scheduleLayout_l7mvz_296{grid-template-columns:1fr}._serviceOption_l7mvz_160{min-height:104px;grid-template-columns:92px minmax(0,1fr)}._servicePhoto_l7mvz_219{width:92px;height:78px}._timeGrid_l7mvz_350{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:380px){._identityOption_l7mvz_159{grid-template-columns:52px minmax(0,1fr)}._profilePhoto_l7mvz_209{width:52px;height:52px}._serviceOption_l7mvz_160{grid-template-columns:76px minmax(0,1fr)}._servicePhoto_l7mvz_219{width:76px;height:68px}._timeGrid_l7mvz_350{grid-template-columns:repeat(2,minmax(0,1fr))}}._container_14utb_1{min-height:100dvh;background:var(--theme-background);color:var(--theme-text)}._topbar_14utb_7{position:fixed;inset:0 0 auto;z-index:100;height:72px;border-bottom:1px solid var(--theme-bottom);background:var(--theme-surface);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}._topbarInner_14utb_17{width:min(100%,1120px);height:100%;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}._brand_14utb_28,._logoutButton_14utb_29,._navigation_14utb_30 button,._primaryButton_14utb_31,._secondaryButton_14utb_32,._textButton_14utb_33,._feedback_14utb_34 button,._emptyState_14utb_35 button{font:inherit;cursor:pointer}._brand_14utb_28{width:max-content;display:inline-flex;align-items:center;gap:10px;padding:0;border:0;background:transparent;color:var(--theme-text)}._brand_14utb_28>span{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:var(--theme-primary);color:var(--theme-on-primary);font-weight:800}._brand_14utb_28 strong{font-size:15px}._navigation_14utb_30{display:flex;align-items:center;gap:4px}._navigation_14utb_30 button{position:relative;min-width:104px;height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;border:0;border-radius:6px;background:transparent;color:var(--theme-text-muted);font-weight:700;transition:background-color .16s ease,color .16s ease}._navigation_14utb_30 button:hover{background:var(--theme-surface-hover);color:var(--theme-primary-text)}._navigation_14utb_30 button._activeNavItem_14utb_94{background:var(--theme-primary-soft);color:var(--theme-primary-text)}._navigation_14utb_30 button._activeNavItem_14utb_94:after{content:"";position:absolute;right:14px;bottom:4px;left:14px;height:2px;background:var(--theme-primary)}._logoutButton_14utb_29{justify-self:end;height:42px;display:inline-flex;align-items:center;gap:8px;padding:0 14px;border:1px solid var(--theme-border-strong);border-radius:6px;background:transparent;color:var(--theme-text);font-weight:700}._logoutButton_14utb_29:hover{border-color:var(--theme-error-text);color:var(--theme-error-text)}._content_14utb_128{width:min(100%,1096px);margin:0 auto;padding:112px 28px 48px}._statusFeedback_14utb_134{position:sticky;top:84px;z-index:40;margin-bottom:18px;padding:11px 13px;border:1px solid;border-radius:6px;font-size:14px;font-weight:700;box-shadow:0 8px 22px var(--theme-shadow)}._statusFeedback_14utb_134._success_14utb_147{border-color:var(--theme-success);background:var(--theme-success-soft);color:var(--theme-success-text)}._statusFeedback_14utb_134._error_14utb_153{border-color:var(--theme-error);background:var(--theme-error-soft);color:var(--theme-error-text)}._view_14utb_159{display:grid;gap:28px}._pageHeader_14utb_164{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}._pageHeader_14utb_164 span,._sectionHeading_14utb_172 span,._profileIdentity_14utb_173 span{color:var(--theme-primary-text);font-size:13px;font-weight:800;text-transform:uppercase}._pageHeader_14utb_164 h1{margin:6px 0 0;font-size:32px;line-height:1.15}._primaryButton_14utb_31,._secondaryButton_14utb_32{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 17px;border-radius:7px;font-weight:800}._primaryButton_14utb_31{border:0;background:var(--theme-primary);color:var(--theme-on-primary)}._secondaryButton_14utb_32{border:1px solid var(--theme-border-strong);background:var(--theme-surface);color:var(--theme-text)}._secondaryButton_14utb_32:disabled{opacity:.6;cursor:wait}._summaryGrid_14utb_215{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--theme-bottom);border-radius:8px;background:var(--theme-surface)}._summaryGrid_14utb_215>div{min-height:104px;display:flex;flex-direction:column;justify-content:center;gap:6px;padding:20px 24px}._summaryGrid_14utb_215>div+div{border-left:1px solid var(--theme-bottom)}._summaryGrid_14utb_215 span{color:var(--theme-text-muted);font-size:14px}._summaryGrid_14utb_215 strong{font-size:28px;line-height:1}._sectionBlock_14utb_246,._historyGroups_14utb_247,._historyGroups_14utb_247>section{display:grid;gap:16px}._sectionHeading_14utb_172,._listTitle_14utb_254{display:flex;align-items:center;justify-content:space-between;gap:16px}._sectionHeading_14utb_172 h2,._listTitle_14utb_254 h2{margin:4px 0 0;font-size:21px}._textButton_14utb_33{padding:8px;border:0;background:transparent;color:var(--theme-primary-text);font-weight:800}._appointmentList_14utb_275{display:grid;gap:10px}._appointmentCard_14utb_280{min-height:104px;display:grid;grid-template-columns:minmax(180px,.9fr) minmax(210px,1.4fr) auto 82px;align-items:center;gap:24px;padding:18px 20px;border:1px solid var(--theme-bottom);border-radius:8px;background:var(--theme-surface)}._appointmentDate_14utb_292{display:flex;align-items:center;gap:13px}._appointmentDate_14utb_292>svg{width:20px;height:20px;flex:0 0 auto;color:var(--theme-primary-text)}._appointmentDate_14utb_292 div,._appointmentMain_14utb_306,._appointmentMeta_14utb_307{min-width:0;display:flex;flex-direction:column;gap:5px}._appointmentDate_14utb_292 time,._appointmentMain_14utb_306 span{color:var(--theme-text-muted);font-size:14px}._appointmentDate_14utb_292 strong,._appointmentMain_14utb_306 strong,._appointmentMeta_14utb_307 strong{overflow-wrap:anywhere}._appointmentDate_14utb_292 strong{font-size:20px}._appointmentMain_14utb_306 strong{font-size:17px}._appointmentMeta_14utb_307{align-items:flex-end}._appointmentActions_14utb_338{display:flex;align-items:center;justify-content:flex-end;gap:8px}._appointmentActions_14utb_338 button{width:36px;height:36px;display:grid;place-items:center;border:1px solid;border-radius:6px;background:transparent;font:inherit;cursor:pointer;transition:background-color .15s ease,color .15s ease}._appointmentActions_14utb_338 button:disabled{opacity:.48;cursor:wait}._cancelAction_14utb_363{border-color:var(--theme-error)!important;color:var(--theme-error-text)}._cancelAction_14utb_363:hover:not(:disabled){background:var(--theme-error-soft)}._completeAction_14utb_372{border-color:var(--theme-success)!important;color:var(--theme-success-text)}._completeAction_14utb_372:hover:not(:disabled){background:var(--theme-success-soft)}._statusBadge_14utb_381{width:max-content;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:800;text-transform:uppercase}._scheduled_14utb_390{background:var(--theme-primary-soft);color:var(--theme-primary-text)}._completed_14utb_395{background:var(--theme-success-soft);color:var(--theme-success-text)}._cancelled_14utb_400{background:var(--theme-error-soft);color:var(--theme-error-text)}._listTitle_14utb_254 span{min-width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:var(--theme-surface-hover);color:var(--theme-text-muted);font-size:12px;font-weight:800}._historyGroups_14utb_247{gap:30px}._feedback_14utb_34,._emptyState_14utb_35{min-height:132px;display:flex;align-items:center;justify-content:center;gap:16px;padding:24px;border:1px dashed var(--theme-bottom);border-radius:8px;color:var(--theme-text-muted);text-align:center}._feedback_14utb_34{flex-direction:column}._feedback_14utb_34 button,._emptyState_14utb_35 button{min-height:38px;padding:0 14px;border:1px solid var(--theme-border-strong);border-radius:6px;background:var(--theme-surface-hover);color:var(--theme-text);font-weight:800}._emptyState_14utb_35>svg{width:28px;height:28px;flex:0 0 auto;color:var(--theme-primary-text)}._emptyState_14utb_35 div{display:grid;gap:5px;text-align:left}._emptyState_14utb_35 span{color:var(--theme-text-muted);font-size:14px}._profilePanel_14utb_468{display:grid;grid-template-columns:minmax(230px,.8fr) minmax(300px,1.2fr);border:1px solid var(--theme-bottom);border-radius:8px;background:var(--theme-surface)}._profileIdentity_14utb_173{display:flex;align-items:center;gap:16px;padding:28px;border-right:1px solid var(--theme-bottom)}._avatar_14utb_484{width:58px;height:58px;display:grid;place-items:center;flex:0 0 58px;border-radius:50%;background:var(--theme-primary);color:var(--theme-on-primary);font-size:22px;font-weight:900}._profileIdentity_14utb_173 h2{margin:5px 0 0;overflow-wrap:anywhere;font-size:22px}._profileDetails_14utb_503{margin:0;padding:12px 28px}._profileDetails_14utb_503>div{display:grid;grid-template-columns:130px minmax(0,1fr);gap:18px;padding:18px 0}._profileDetails_14utb_503>div+div{border-top:1px solid var(--theme-bottom)}._profileDetails_14utb_503 dt{display:flex;align-items:center;gap:8px;color:var(--theme-text-muted);font-size:14px}._profileDetails_14utb_503 dd{min-width:0;margin:0;overflow-wrap:anywhere;font-weight:700}._rotating_14utb_534{animation:_rotate_14utb_1 .8s linear infinite}@keyframes _rotate_14utb_1{to{transform:rotate(360deg)}}@media(max-width:760px){._topbarInner_14utb_17{gap:12px}._brand_14utb_28 strong,._logoutButton_14utb_29 span{display:none}._navigation_14utb_30 button{min-width:92px}._content_14utb_128{padding-right:20px;padding-left:20px}._appointmentCard_14utb_280{grid-template-columns:1fr auto auto}._appointmentMain_14utb_306{grid-column:1 / -1;grid-row:2;padding-top:14px;border-top:1px solid var(--theme-bottom)}._appointmentActions_14utb_338{grid-column:3;grid-row:1}._profilePanel_14utb_468{grid-template-columns:1fr}._profileIdentity_14utb_173{border-right:0;border-bottom:1px solid var(--theme-bottom)}}@media(max-width:560px){._topbar_14utb_7{height:116px}._topbarInner_14utb_17{grid-template-columns:1fr auto;grid-template-rows:58px 58px;gap:0;padding:0 12px}._brand_14utb_28{grid-column:1;grid-row:1}._navigation_14utb_30{grid-column:1 / -1;grid-row:2;align-self:stretch;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--theme-bottom)}._navigation_14utb_30 button{width:100%;min-width:0;height:48px;padding:0 5px;font-size:12px}._logoutButton_14utb_29{grid-column:2;grid-row:1;width:40px;padding:0;justify-content:center}._content_14utb_128{padding:146px 12px 32px}._statusFeedback_14utb_134{top:128px}._view_14utb_159{gap:22px}._pageHeader_14utb_164{align-items:stretch;flex-direction:column}._pageHeader_14utb_164 h1{font-size:27px}._primaryButton_14utb_31,._secondaryButton_14utb_32{width:100%}._summaryGrid_14utb_215>div{min-height:88px;padding:16px}._appointmentCard_14utb_280{grid-template-columns:1fr;gap:14px;padding:16px}._appointmentMain_14utb_306{grid-column:auto;grid-row:auto;padding:14px 0;border-top:1px solid var(--theme-bottom);border-bottom:1px solid var(--theme-bottom)}._appointmentMeta_14utb_307{align-items:flex-start;flex-direction:row;justify-content:space-between;gap:12px}._appointmentActions_14utb_338{grid-column:auto;grid-row:auto;justify-content:flex-start}._emptyState_14utb_35{align-items:flex-start;flex-direction:column;text-align:left}._emptyState_14utb_35 button{width:100%}._profileIdentity_14utb_173,._profileDetails_14utb_503{padding:20px}._profileDetails_14utb_503>div{grid-template-columns:1fr;gap:8px}}
