:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;width:100%}._container_woip1_5{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;padding:24px;position:relative;overflow:hidden;background-color:#f8f8f8}._content_woip1_31{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:32px;width:100%;max-width:440px}._decorTopLeft_woip1_55,._decorBottomRight_woip1_57{position:absolute;pointer-events:none}._decorTopLeft_woip1_55{width:400px;height:400px;top:0;left:0;background:#ff4545;border-radius:0 0 100%}._decorBottomRight_woip1_57{width:350px;height:350px;bottom:0;right:0;background:#ff4545;border-radius:100% 0 0}._card_woip1_107{width:100%;padding:48px 40px}._logoWrapper_woip1_117{display:flex;justify-content:center}._logoWrapper_woip1_117 img{height:32px;width:auto;object-fit:contain}._header_woip1_141{width:100%;text-align:center;margin-bottom:32px}._title_woip1_153{display:block;text-align:center;margin:0 0 8px}._subtitle_woip1_165{display:block;text-align:center;margin:0;font-weight:400;color:#90a5ba}._form_woip1_181{display:flex;flex-direction:column;gap:20px}._forgotLink_woip1_193{display:flex;justify-content:flex-end;margin-top:-8px}._submitButton_woip1_205{margin-top:8px}._pageHeader_97f6d_3{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:24px}._titleBlock_97f6d_12{flex:0 1 auto}._title_97f6d_12{display:block;font-size:1.75rem;font-weight:700;color:#1a1a1a;margin:0 0 4px}._subtitle_97f6d_24{display:block;font-size:.9375rem;font-weight:400;color:#6b7280;margin:0}._actions_97f6d_32{display:flex;align-items:center;gap:12px;flex-wrap:wrap}._searchWrap_97f6d_39{flex:0 1 240px;min-width:180px}._searchInput_97f6d_44{width:100%;height:40px;padding:0 12px 0 40px;border:1px solid #e5e7eb;border-radius:8px;background-color:#f9fafb;font-size:.875rem;color:#1a1a1a;outline:none;transition:border-color .2s,background-color .2s}._searchInput_97f6d_44::placeholder{color:#9ca3af}._searchInput_97f6d_44:focus{border-color:#ff4545;background-color:#fff}._searchBox_97f6d_66{position:relative;display:flex;align-items:center}._searchIcon_97f6d_72{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#6b7280;pointer-events:none}._onboardingBtn_97f6d_83{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 20px;border:none;border-radius:8px;background-color:#ff4545;color:#fff;font-size:.9375rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background-color .2s,opacity .2s}._onboardingBtn_97f6d_83:hover{background-color:#e63e3e}._onboardingBtn_97f6d_83:active{opacity:.9}._filterBtn_97f6d_109{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #e5e7eb;border-radius:8px;background-color:#f9fafb;color:#374151;cursor:pointer;transition:background-color .2s,border-color .2s}._filterBtn_97f6d_109:hover{background-color:#f3f4f6;border-color:#d1d5db}._cardsGrid_97f6d_129{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}._card_97f6d_129{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;overflow:hidden;transition:box-shadow .2s}._card_97f6d_129:hover{box-shadow:0 4px 12px #0000001a}._card_97f6d_129[role=button]{cursor:pointer}._cardImageWrap_97f6d_151{position:relative;width:100%;aspect-ratio:16 / 10;background-color:#e5e7eb;overflow:hidden}._cardImage_97f6d_151{width:100%;height:100%;object-fit:cover}._cardBody_97f6d_165{padding:16px;position:relative}._manageBtn_97f6d_170{margin-top:12px!important;width:100%;text-transform:none!important;font-weight:600!important}._cardTitle_97f6d_177{font-size:1rem;font-weight:700;color:#1a1a1a;margin:0 0 8px;line-height:1.35;padding-right:72px}._cardMeta_97f6d_186{display:flex;flex-direction:column;gap:6px}._metaRow_97f6d_192{display:flex;align-items:center;gap:8px;font-size:.875rem;color:#6b7280}._metaRow_97f6d_192 svg{flex-shrink:0;width:18px;height:18px;color:#9ca3af}._status_97f6d_207{position:absolute;top:16px;right:16px;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:capitalize}._statusActive_97f6d_218{background-color:#22c55e;color:#fff}._statusPending_97f6d_223{background-color:#f59e0b;color:#fff}._statusInactive_97f6d_228{background-color:#6b7280;color:#fff}._pageTitle_1gqbn_3{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin:0 0 4px}._pageSubtitle_1gqbn_10,._breadcrumb_1gqbn_16{font-size:.875rem;color:#6b7280;margin:0 0 20px}._breadcrumb_1gqbn_16 a{color:#6b7280;text-decoration:none}._breadcrumb_1gqbn_16 a:hover{color:#ff4545}._sectionTitle_1gqbn_31{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0 0 16px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}._formSection_1gqbn_40{margin-bottom:28px}._imageUploadRow_1gqbn_44{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:8px}._imageSlot_1gqbn_51{width:100px;height:100px;border-radius:8px;border:1px dashed #d1d5db;background:#f9fafb;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden}._imageSlot_1gqbn_51:hover{border-color:#ff4545;background:#fff5f5}._imageSlotAdd_1gqbn_69{border-style:dashed;color:#6b7280}._imageSlotAdd_1gqbn_69:hover{color:#ff4545}._imagePreview_1gqbn_78{width:100%;height:100%;object-fit:cover;display:block}._imageHint_1gqbn_85{font-size:.8125rem;color:#6b7280;margin:0}._twoCol_1gqbn_91{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:30px}._threeCol_1gqbn_98{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;margin-top:30px}._billingRow2_1gqbn_105{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:20px}@media(max-width:768px){._twoCol_1gqbn_91,._billingRow2_1gqbn_105,._threeCol_1gqbn_98{grid-template-columns:1fr}}._actionButtons_1gqbn_122{display:flex;gap:12px;margin-top:32px;padding-top:24px;border-top:1px solid #e5e7eb}._btnSave_1gqbn_130{background-color:#fef2f2!important;color:#ff4545!important}._btnSave_1gqbn_130:hover{background-color:#fee2e2!important}._fileUploadBox_1gqbn_140{width:100%;min-height:72px;border:1px dashed #d1d5db;border-radius:8px;background-color:#f9fafb;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:border-color .2s,background-color .2s,color .2s;color:#9ca3af}._fileUploadBox_1gqbn_140:hover{border-color:#ff4545;background-color:#fff5f5;color:#ff4545}._fileUploadBox_1gqbn_140._hasFile_1gqbn_162{color:#6b7280;border-style:solid;border-color:#e5e7eb}._fileUploadLabel_1gqbn_168{font-size:.875rem;font-weight:500;color:inherit}._fileUploadInput_1gqbn_174{position:absolute;width:.1px;height:.1px;opacity:0;overflow:hidden;z-index:-1}._fileUploadWrap_1gqbn_183{position:relative;width:100%}._page_eu2uj_1{max-width:100%;padding-bottom:24px}._header_eu2uj_6{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}._pageTitle_eu2uj_13{font-size:1.25rem!important;font-weight:600!important;color:#1a1a1a;margin:0!important}._menuBtn_eu2uj_20{color:#6b7280}._bannerWrap_eu2uj_24{position:relative;width:100%;height:240px;border-radius:12px;overflow:hidden;background:#e5e7eb;margin-bottom:16px}._banner_eu2uj_24{width:100%;height:100%;object-fit:cover}._logoOverlay_eu2uj_40{position:absolute;bottom:16px;left:20px}._hotelIdentity_eu2uj_46{margin-bottom:24px}._hotelIdentityTop_eu2uj_50{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}._hotelName_eu2uj_58{font-size:1.5rem!important;font-weight:700!important;color:#1a1a1a;margin:0 0 8px!important}._contactRow_eu2uj_65{display:flex;align-items:center;gap:8px}._email_eu2uj_71{font-size:.875rem;color:#6b7280}._phoneIcon_eu2uj_76{color:#22c55e}._section_eu2uj_80{margin-bottom:28px}._sectionTitle_eu2uj_84{font-size:1rem!important;font-weight:600!important;color:#374151;margin:0 0 12px!important}._generalGrid_eu2uj_91{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}._generalCard_eu2uj_97{background:#fff;border:1px solid #d1d9e0;border-radius:10px;padding:16px 18px;min-height:72px;display:flex;flex-direction:row;align-items:center;gap:14px;box-sizing:border-box}._generalCard_eu2uj_97 ._cardIcon_eu2uj_110{color:#2d3748;flex-shrink:0}._generalCardText_eu2uj_115{display:flex;flex-direction:column;gap:2px;min-width:0}._cardLabel_eu2uj_122{font-size:.75rem;color:#a0aec0;font-weight:500;letter-spacing:.01em}._cardValue_eu2uj_129{font-size:1rem;font-weight:600;color:#2d3748}._statusCard_eu2uj_135{background:#f6ffed;border:1px solid #52c41a}._statusCardIconWrap_eu2uj_140{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#52c41a;color:#fff;flex-shrink:0}._statusCard_eu2uj_135 ._cardIcon_eu2uj_110{color:#fff}._statusCard_eu2uj_135 ._cardLabel_eu2uj_122{color:#8c8c8c}._statusCard_eu2uj_135 ._cardValue_eu2uj_129{color:#52c41a;font-weight:700}._statusCardInactive_eu2uj_165{background:#fff1f0;border-color:#ff4d4f}._statusCardIconWrapInactive_eu2uj_170{background:#ff4d4f}._statusCardInactive_eu2uj_165 ._cardValue_eu2uj_129{color:#ff4d4f}._description_eu2uj_178{font-size:.9375rem;color:#374151;line-height:1.6;margin:0 0 16px}._tabs_eu2uj_185{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px;min-height:40px;border-bottom:none}._tabs_eu2uj_185 .MuiTabs-flexContainer{gap:8px}._tabs_eu2uj_185 .MuiTabs-indicator{display:none}._tab_eu2uj_185{font-size:.875rem!important;font-weight:500!important;text-transform:none!important;min-height:38px!important;padding:8px 18px!important;border-radius:999px!important;border:1px solid #d1d5db;background:#fff;color:#6b7280;min-width:auto!important}._tabs_eu2uj_185 .MuiTab-root.Mui-selected{color:#fff!important;background-color:#ff4545!important;border-color:#ff4545!important;border-radius:999px!important}._tabIndicator_eu2uj_222{display:none}._tabPanel_eu2uj_226{margin-top:8px}._panelTitle_eu2uj_230{font-weight:600!important;color:#374151;margin-bottom:12px!important}._tableWrap_eu2uj_236{overflow-x:auto;border:1px solid #e5e7eb;border-radius:8px;background:#fff}._table_eu2uj_236{width:100%;border-collapse:collapse;font-size:.875rem}._table_eu2uj_236 th{text-align:left;padding:12px 16px;font-size:.7rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.02em;background:#f3f4f6;border-bottom:1px solid #e5e7eb}._table_eu2uj_236 td{padding:12px 16px;border-bottom:1px solid #e5e7eb;color:#374151}._table_eu2uj_236 tbody tr:last-child td{border-bottom:none}._thCheck_eu2uj_271,._tdCheck_eu2uj_272{width:40px;text-align:center}._thActions_eu2uj_277,._tdActions_eu2uj_278{width:48px;text-align:center}._nameCell_eu2uj_283{display:flex;align-items:center;gap:10px}._statusActive_eu2uj_289{color:#22c55e;font-weight:500}._statusInactive_eu2uj_294{color:#6b7280;font-weight:500}._emptyCell_eu2uj_299{color:#9ca3af;text-align:center;padding:24px!important}._amenitiesList_eu2uj_305{display:flex;flex-wrap:wrap;gap:8px}._amenityChip_eu2uj_311{display:inline-block;padding:6px 12px;background:#f3f4f6;border-radius:999px;font-size:.8125rem;color:#374151}._pageHeader_10b36_3{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:32px}._titleBlock_10b36_12{flex:0 1 auto}._title_10b36_12{display:block;font-size:1.75rem;font-weight:700;color:#1a1a1a;margin:0 0 4px}._subtitle_10b36_24{display:block;font-size:.9375rem;font-weight:400;color:#6b7280;margin:0}._actions_10b36_32{display:flex;align-items:center;gap:12px}._createBtn_10b36_38{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 20px;border:none;border-radius:8px;background-color:#ff4b4b;color:#fff;font-size:.9375rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background-color .2s,opacity .2s}._createBtn_10b36_38:hover{background-color:#e64545}._createBtn_10b36_38:active{opacity:.9}._filterBtn_10b36_64{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #e5e7eb;border-radius:8px;background-color:#fff;color:#374151;cursor:pointer;transition:background-color .2s,border-color .2s}._filterBtn_10b36_64:hover{background-color:#f9fafb;border-color:#d1d5db}._categorySection_10b36_84{margin-bottom:32px}._categoryHeader_10b36_88{display:flex;align-items:center;gap:10px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}._categoryIcon_10b36_97{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:#ff4b4b;flex-shrink:0;overflow:hidden;border-radius:6px}._categoryIconImg_10b36_109{width:100%;height:100%;object-fit:cover}._categoryHeaderText_10b36_115{flex:1;min-width:0}._categoryTitle_10b36_120{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0}._categoryCount_10b36_127{font-size:.875rem;font-weight:400;color:#6b7280;margin:4px 0 0}._cardsGrid_10b36_135{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}._card_10b36_135{background:#fff;border:1px solid #f0f0f0;border-radius:20px;padding:18px;display:flex;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 2px 8px #0000000f;transition:box-shadow .2s}._card_10b36_135:hover{box-shadow:0 4px 14px #00000014}._cardTopRow_10b36_159{display:flex;align-items:flex-start;justify-content:space-between;width:100%;margin-bottom:12px}._cardIconWrap_10b36_167{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background-color:#fdf1f2;color:#e44c5d;flex-shrink:0;overflow:hidden}._cardIconImg_10b36_180{width:100%;height:100%;object-fit:cover}._cardActions_10b36_186{display:flex;align-items:center;gap:6px;flex-shrink:0}._cardTitle_10b36_193{font-size:1rem;font-weight:700;color:#333;margin:0;line-height:1.35;width:100%;text-align:left}._cardDivider_10b36_203{height:1px;max-width:140px;width:100%;background-color:#fdd8da;margin:10px 0 12px;align-self:flex-start}._toggle_10b36_212{position:relative;width:44px;height:24px;border:none;border-radius:999px;cursor:pointer;transition:background-color .2s;flex-shrink:0;overflow:hidden}._toggleActive_10b36_224{background-color:#ffccd0}._toggleInactive_10b36_228{background-color:#e5e7eb}._toggleKnob_10b36_232{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#ff3b30;box-shadow:0 1px 2px #0000001a;transition:transform .2s}._toggleActive_10b36_224 ._toggleKnob_10b36_232{transform:translate(22px)}._toggleInactive_10b36_228 ._toggleKnob_10b36_232{background:#fff;transform:translate(0)}._menuBtn_10b36_253{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;background:transparent;color:#6b7280;cursor:pointer;transition:background-color .2s,color .2s}._menuBtn_10b36_253:hover{background-color:#f3f4f6;color:#374151}._cardBody_10b36_272{width:100%}._cardMeta_10b36_276{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%}._duration_10b36_284{display:inline-flex;align-items:center;gap:6px;font-size:.8125rem;color:#888}._durationInactive_10b36_292{color:#b0b0b0}._duration_10b36_284 svg{flex-shrink:0;width:14px;height:14px;color:inherit}._pillFree_10b36_303,._pillPaid_10b36_304{display:inline-block;padding:5px 12px;border-radius:12px;font-size:.75rem;font-weight:600;background-color:#fceeee;color:#e44c5d}._pillOffline_10b36_314{display:inline-block;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:600;background-color:#f3f4f6;color:#9e9e9e}._addCard_10b36_325{background:#fff;border:2px dashed #e5e7eb;border-radius:20px;padding:24px 16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:140px;cursor:pointer;transition:border-color .2s,background-color .2s}._addCard_10b36_325:hover{border-color:#ff4b4b;background-color:snow}._addCardIconWrap_10b36_345{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background-color:#f3f4f6;color:#9ca3af}._addCard_10b36_325:hover ._addCardIconWrap_10b36_345{background-color:#fee2e2;color:#ff4b4b}._addCardIcon_10b36_345{display:inline-flex;align-items:center;justify-content:center;color:inherit}._addCard_10b36_325:hover ._addCardIcon_10b36_345{color:#ff4545}._addCardLabel_10b36_372{font-size:.875rem;font-weight:500;color:#6b7280;margin:0}._addCard_10b36_325:hover ._addCardLabel_10b36_372{color:#ff4b4b}._drawerBackdrop_10b36_384{position:fixed;inset:0;background-color:#0006;z-index:1200;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}._drawerBackdropOpen_10b36_394{opacity:1;visibility:visible}._drawerPanel_10b36_399{position:fixed;top:0;right:0;width:100%;max-width:420px;height:100%;background:#fff;box-shadow:-4px 0 24px #0000001f;z-index:1201;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;border-radius:16px 0 0 16px}._drawerPanelOpen_10b36_416{transform:translate(0)}._drawerHeader_10b36_420{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #eee;flex-shrink:0}._drawerTitle_10b36_429{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0}._drawerCloseBtn_10b36_436{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:8px;background:transparent;color:#6b7280;cursor:pointer;transition:background-color .2s,color .2s}._drawerCloseBtn_10b36_436:hover{background-color:#f3f4f6;color:#1a1a1a}._drawerBody_10b36_455{flex:1;overflow-y:auto;padding:24px}._drawerSectionTitle_10b36_461{font-size:.875rem;font-weight:600;color:#374151;margin:0 0 12px}._drawerIconUpload_10b36_468{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:24px}._drawerIconPlaceholder_10b36_476{width:100px;height:100px;border-radius:14px;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#9ca3af;overflow:hidden;cursor:pointer}._drawerIconPlaceholder_10b36_476 img{width:100%;height:100%;object-fit:cover}._drawerUploadLink_10b36_495{font-size:.875rem;font-weight:500;color:#ff4b4b;cursor:pointer;background:none;border:none;padding:0}._drawerUploadLink_10b36_495:hover{text-decoration:underline}._drawerField_10b36_509{width:100%;margin-bottom:16px}._drawerField_10b36_509 input{width:100%;padding:12px 14px;border:1px solid #e5e7eb;border-radius:10px;font-size:.9375rem;color:#1a1a1a;background:#fff;box-sizing:border-box}._drawerField_10b36_509 input::placeholder{color:#9ca3af}._drawerField_10b36_509 input:focus{outline:none;border-color:#ff4b4b}._drawerSubmitBtn_10b36_534{width:100%;margin-top:24px;padding:12px 20px;border:none;border-radius:10px;background-color:#ff4b4b;color:#fff;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background-color .2s;display:inline-flex;align-items:center;justify-content:center;gap:8px}._drawerSubmitBtn_10b36_534:disabled{opacity:.8;cursor:not-allowed}._drawerSubmitBtn_10b36_534:hover{background-color:#e64545}._drawerTextarea_10b36_562{width:100%;min-height:88px;padding:12px 14px;border:1px solid #e5e7eb;border-radius:10px;font-size:.9375rem;color:#1a1a1a;background:#fff;box-sizing:border-box;resize:vertical;font-family:inherit;margin-bottom:16px}._drawerTextarea_10b36_562::placeholder{color:#9ca3af}._drawerTextarea_10b36_562:focus{outline:none;border-color:#ff4b4b}._drawerToggleRow_10b36_586{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}._drawerToggleLabel_10b36_593{font-size:.9375rem;font-weight:500;color:#374151}._drawerToggle_10b36_586{position:relative;width:44px;height:24px;border:none;border-radius:999px;cursor:pointer;transition:background-color .2s;flex-shrink:0}._drawerToggleOn_10b36_610{background-color:#ffccd0}._drawerToggleOff_10b36_614{background-color:#e5e7eb}._drawerToggleKnob_10b36_618{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#ff3b30;box-shadow:0 1px 2px #0000001a;transition:transform .2s;pointer-events:none}._drawerToggleOn_10b36_610 ._drawerToggleKnob_10b36_618{transform:translate(22px)}._drawerToggleOff_10b36_614 ._drawerToggleKnob_10b36_618{background:#fff;transform:translate(0)}._drawerGalleryTitle_10b36_640{font-size:.875rem;font-weight:600;color:#374151;margin:0 0 12px}._drawerGalleryGrid_10b36_647{display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:10px;margin-bottom:16px}._drawerGallerySlot_10b36_654{aspect-ratio:1;border-radius:10px;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}._drawerGallerySlot_10b36_654 img{width:100%;height:100%;object-fit:cover}._drawerGallerySlotAdd_10b36_671{border:2px dashed #e5e7eb;cursor:pointer;color:#9ca3af;transition:border-color .2s,background-color .2s}._drawerGallerySlotAdd_10b36_671:hover{border-color:#ff4b4b;background-color:snow;color:#ff4b4b}._drawerGalleryRemove_10b36_684{position:absolute;top:4px;right:4px;width:24px;height:24px;border:none;border-radius:6px;background:#00000080;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0}._drawerGalleryRemove_10b36_684:hover{background:#000000b3}._pageHeader_1qpom_1{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:28px}._titleBlock_1qpom_10{min-width:220px}._title_1qpom_10{margin:0;font-size:2rem;font-weight:700;line-height:1.1;color:#14161c}._subtitle_1qpom_22{margin:4px 0 0;font-size:.95rem;font-style:italic;color:#8b92a6}._topActions_1qpom_29{display:flex;align-items:center;justify-content:flex-end;gap:16px;margin-left:auto}._exportBtn_1qpom_37,._addBtn_1qpom_38{border-radius:8px;height:48px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s}._exportBtn_1qpom_37{border:1px solid #d7deea;background:#fff;color:#22252e}._exportBtn_1qpom_37:hover{background:#f7f9fc}._addBtn_1qpom_38{border:1px solid #ff5d5d;background:#ff5d5d;color:#fff}._addBtn_1qpom_38:hover{border-color:#ef4f4f;background:#ef4f4f}._filtersRow_1qpom_73{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}._searchField_1qpom_81{position:relative;width:min(100%,430px);min-width:260px}._searchIcon_1qpom_87{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#555f73;pointer-events:none}._searchField_1qpom_81 input{width:100%;height:48px;border:1px solid #d7deea;border-radius:8px;background:#fff;padding:0 14px 0 44px;font-size:1rem;color:#1d2230;outline:none}._searchField_1qpom_81 input::placeholder{color:#99a0b3}._searchField_1qpom_81 input:focus{border-color:#c2ccde}._departmentField_1qpom_116{position:relative;width:220px}._departmentField_1qpom_116 select{width:100%;height:48px;border:1px solid #d7deea;border-radius:8px;background:#fff;color:#222730;font-size:1rem;padding:0 36px 0 16px;appearance:none;outline:none;cursor:pointer}._departmentField_1qpom_116 select:focus{border-color:#c2ccde}._chevronIcon_1qpom_139{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:#4b5567}._tableSection_1qpom_148{margin-top:20px}._tableWrap_1qpom_152{border:1px solid #e5eaf2;border-radius:10px;background:#fff;overflow:auto}._table_1qpom_148{width:100%;border-collapse:collapse;min-width:1100px}._table_1qpom_148 th,._table_1qpom_148 td{text-align:center;padding:12px 14px;border-bottom:1px solid #edf1f7;font-size:.92rem;color:#222730;vertical-align:middle}._table_1qpom_148 th{font-weight:700;color:#4a5368;background:#f8fafd;position:sticky;top:0;z-index:1}._emptyCell_1qpom_184{text-align:center!important;color:#8b92a6!important;padding:24px!important}._actionCell_1qpom_190{display:flex;align-items:center;justify-content:center;gap:2px;white-space:nowrap}._errorText_1qpom_198{margin:8px 0 0;color:#dc2626;font-size:.95rem}._modalBackdrop_1qpom_204{position:fixed;inset:0;background:#090e1c73;z-index:1200}._modalPanel_1qpom_211{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(860px,calc(100vw - 32px));max-height:calc(100vh - 48px);overflow:auto;background:#fff;border-radius:12px;box-shadow:0 16px 40px #0f142340;z-index:1201}._modalHeader_1qpom_225{padding:18px 22px;border-bottom:1px solid #eceff5}._modalHeader_1qpom_225 h2{margin:0;font-size:1.2rem;font-weight:700;color:#1d2230}._modalBody_1qpom_237{padding:18px 22px 20px}._formGrid_1qpom_241{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px}._formGrid_1qpom_241 label{display:flex;flex-direction:column;gap:6px;font-size:.86rem;font-weight:600;color:#4a5368}._formGrid_1qpom_241 input,._formGrid_1qpom_241 select{height:40px;border:1px solid #d7deea;border-radius:8px;background:#fff;padding:0 12px;font-size:.95rem;color:#222730;outline:none}._formGrid_1qpom_241 input:focus,._formGrid_1qpom_241 select:focus{border-color:#c2ccde}._modalActions_1qpom_273{margin-top:18px;display:flex;justify-content:flex-end;gap:10px}._cancelBtn_1qpom_280,._saveBtn_1qpom_281{height:40px;border-radius:8px;padding:0 16px;font-size:.95rem;font-weight:600;cursor:pointer}._cancelBtn_1qpom_280{border:1px solid #d7deea;background:#fff;color:#2a3142}._saveBtn_1qpom_281{border:1px solid #ff5d5d;background:#ff5d5d;color:#fff}._cancelBtn_1qpom_280:disabled,._saveBtn_1qpom_281:disabled,._exportBtn_1qpom_37:disabled,._addBtn_1qpom_38:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){._topActions_1qpom_29{width:100%;justify-content:flex-start;margin-left:0}._filtersRow_1qpom_73{align-items:stretch}._searchField_1qpom_81,._departmentField_1qpom_116{width:100%}._formGrid_1qpom_241{grid-template-columns:1fr}}._pageHeader_grm0w_1{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:24px}._titleBlock_grm0w_10{flex:1;min-width:220px}._title_grm0w_10{margin:0 0 4px;font-size:1.75rem;font-weight:700;color:#202124}._subtitle_grm0w_22{margin:0;font-size:.85rem;color:#9ca3af}._newGuestBtn_grm0w_28{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:38px;border:none;border-radius:4px;padding:0 16px;background:#ff4b4b;color:#fff;font-size:.8125rem;font-weight:600;cursor:pointer}._newGuestBtn_grm0w_28:hover{background:#ed3d3d}._tableSection_grm0w_48{background:#fff;border:1px solid #dde3ea;border-radius:4px;overflow:hidden}._tableWrap_grm0w_55{width:100%;overflow-x:auto}._table_grm0w_48{width:100%;border-collapse:collapse;min-width:900px}._table_grm0w_48 thead tr{background:#e5e7eb}._table_grm0w_48 th{text-align:left;padding:14px 16px;font-size:.7rem;font-weight:700;color:#373a3f;letter-spacing:.02em}._table_grm0w_48 td{padding:10px 16px;border-top:1px solid #e5e7eb;vertical-align:middle}._primaryText_grm0w_85{margin:0;font-size:.9rem;font-weight:600;color:#202124}._subText_grm0w_92{margin:2px 0 0;font-size:.72rem;color:#9ca3af}._actionsHeader_grm0w_98{text-align:center}._table_grm0w_48 th:last-child,._table_grm0w_48 td:last-child{width:200px}._eyeIconBtn_grm0w_107{background:#e5e7eb!important;color:#6b7280!important;border-radius:6px!important}._eyeIconBtn_grm0w_107:hover{background:#d1d5db!important;color:#374151!important}._actionsCell_grm0w_118{display:flex;justify-content:flex-start;align-items:center;gap:8px}._checkInBtn_grm0w_125,._checkOutBtn_grm0w_126,._statusBtn_grm0w_127{border:none;border-radius:4px;min-width:100px;height:30px;padding:0 12px;color:#fff;font-size:.76rem;font-weight:600;cursor:pointer}._checkInBtn_grm0w_125{background:#22c55e}._checkOutBtn_grm0w_126{background:#ff4b4b}._statusBtn_grm0w_127{background:#6b7280}._checkInBtn_grm0w_125:disabled,._checkOutBtn_grm0w_126:disabled,._statusBtn_grm0w_127:disabled{opacity:.65;cursor:not-allowed}._dashboardDialog_grm0w_159{border-radius:8px}._dashboardDialogTitle_grm0w_163{font-size:1.1rem;font-weight:600;padding:16px 24px}._dashboardHeader_grm0w_169{display:flex;align-items:center;gap:16px;padding:16px;background:#f3f4f6;border-radius:8px;margin-bottom:20px}._dashboardAvatar_grm0w_179{width:48px;height:48px;font-size:1.1rem}._dashboardHeaderText_grm0w_185{flex:1}._dashboardGuestName_grm0w_189{margin:0;font-size:1.25rem;font-weight:700;color:#202124}._dashboardRoomNo_grm0w_196{margin:4px 0 0;font-size:.875rem;color:#6b7280}._dashboardCards_grm0w_202{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:768px){._dashboardCards_grm0w_202{grid-template-columns:1fr}}._dashboardCard_grm0w_202{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px}._dashboardCardHead_grm0w_221{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;margin-bottom:12px}._dashboardCardTitle_grm0w_230{margin:0;font-size:.95rem;font-weight:600;color:#202124}._dashboardEdit_grm0w_237{display:inline-flex;align-items:center;gap:4px;font-size:.8rem;color:#dc2626;cursor:pointer}._dashboardStayGrid_grm0w_246{display:grid;grid-template-columns:1fr 1fr;gap:16px 24px}._dashboardLabel_grm0w_252{margin:0;font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.02em}._dashboardValue_grm0w_260{margin:4px 0 0;font-size:.95rem;font-weight:600;color:#202124}._dashboardSub_grm0w_267{margin:2px 0 0;font-size:.8rem;color:#6b7280}._dashboardTableWrap_grm0w_273{overflow-x:auto;margin-top:8px}._dashboardTable_grm0w_273{width:100%;border-collapse:collapse;font-size:.85rem}._dashboardTable_grm0w_273 th{text-align:left;padding:8px 12px;font-size:.7rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.02em;border-bottom:1px solid #e5e7eb}._dashboardTable_grm0w_273 td{padding:10px 12px;border-bottom:1px solid #e5e7eb;color:#374151}._dashboardStatusPending_grm0w_301{color:#ea580c;font-weight:500}._dashboardStatusDone_grm0w_306{color:#16a34a;font-weight:500}._dashboardEmpty_grm0w_311{color:#9ca3af;font-size:.85rem;text-align:center;padding:16px!important}._pageHeader_9uk87_1{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:22px}._titleBlock_9uk87_10{min-width:220px}._title_9uk87_10{margin:0;font-size:1.9rem;font-weight:700;color:#14161c}._subtitle_9uk87_21{margin:4px 0 0;font-size:.92rem;color:#8b92a6}._topActions_9uk87_27{display:flex;align-items:center;gap:12px;margin-left:auto}._filterField_9uk87_34{height:42px;border:1px solid #d7deea;border-radius:8px;padding:0 12px;font-size:.92rem;background:#fff;color:#1d2230}._addBtn_9uk87_44{border-radius:8px;height:42px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:.92rem;font-weight:600;cursor:pointer;border:1px solid #ff5d5d;background:#ff5d5d;color:#fff}._statsGrid_9uk87_60{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-bottom:16px}._statCard_9uk87_67{border:1px solid #e5eaf2;border-radius:10px;background:#fff;padding:12px}._statLabel_9uk87_74{margin:0;color:#6b7280;font-size:.78rem;font-weight:600}._statValue_9uk87_81{margin:4px 0 0;color:#111827;font-size:1.2rem;font-weight:700}._tableWrap_9uk87_88{border:1px solid #e5eaf2;border-radius:10px;background:#fff;overflow:auto}._table_9uk87_88{width:100%;border-collapse:collapse;min-width:980px}._table_9uk87_88 th,._table_9uk87_88 td{text-align:left;padding:12px 14px;border-bottom:1px solid #edf1f7;font-size:.9rem;color:#222730;vertical-align:middle}._table_9uk87_88 th{font-weight:700;color:#4a5368;background:#f8fafd}._status_9uk87_117{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:2px 10px;font-size:.74rem;font-weight:700;text-transform:capitalize}._available_9uk87_128{color:#047857;background:#d1fae5}._occupied_9uk87_133{color:#b91c1c;background:#fee2e2}._reserved_9uk87_138{color:#1d4ed8;background:#dbeafe}._maintenance_9uk87_143{color:#92400e;background:#fef3c7}._actionCell_9uk87_148{display:flex;align-items:center;gap:4px}._amenitiesCell_9uk87_154{max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._errorText_9uk87_161{margin:8px 0 0;color:#dc2626;font-size:.94rem}._emptyCell_9uk87_167{text-align:center!important;color:#8b92a6!important;padding:24px!important}@media(max-width:1100px){._statsGrid_9uk87_60{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){._topActions_9uk87_27{width:100%;margin-left:0}._filterField_9uk87_34{flex:1}._statsGrid_9uk87_60{grid-template-columns:repeat(2,minmax(0,1fr))}}._pageHeader_n3fgm_1{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:18px}._titleBlock_n3fgm_10{min-width:220px}._title_n3fgm_10{margin:0;font-size:1.9rem;font-weight:700;color:#14161c}._subtitle_n3fgm_21{margin:4px 0 0;font-size:.92rem;color:#8b92a6}._topActions_n3fgm_27{display:flex;align-items:center;gap:10px}._searchField_n3fgm_33{height:42px;border:1px solid #d7deea;border-radius:8px;padding:0 12px;font-size:.92rem;background:#fff;color:#1d2230;width:220px}._addBtn_n3fgm_44{border-radius:8px;height:42px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:.92rem;font-weight:600;cursor:pointer;border:1px solid #ff5d5d;background:#ff5d5d;color:#fff}._uploadRow_n3fgm_60{display:flex;gap:14px;align-items:center;flex-wrap:wrap}._uploadPreviewBox_n3fgm_67{width:140px;height:96px;border-radius:10px;border:1px solid #e5eaf2;overflow:hidden;background:#f8fafd}._uploadPreviewImage_n3fgm_76{width:100%;height:100%;object-fit:cover}._uploadPlaceholder_n3fgm_82{width:100%;height:100%;display:flex;align-items:center;justify-content:center;gap:8px;color:#8b92a6;font-size:.82rem}._uploadActions_n3fgm_93{display:flex;align-items:center;gap:10px;flex-wrap:wrap}._clearImageBtn_n3fgm_100{border-radius:8px;height:38px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:.86rem;font-weight:600;cursor:pointer;border:1px solid #fecaca;background:#fff5f5;color:#b91c1c}._filtersBar_n3fgm_116{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:14px}._tableWrap_n3fgm_125{border:1px solid #e5eaf2;border-radius:10px;background:#fff;overflow:auto}._table_n3fgm_125{width:100%;border-collapse:collapse;min-width:980px}._table_n3fgm_125 th,._table_n3fgm_125 td{text-align:left;padding:12px 14px;border-bottom:1px solid #edf1f7;font-size:.9rem;color:#222730;vertical-align:middle}._table_n3fgm_125 th{font-weight:700;color:#4a5368;background:#f8fafd}._status_n3fgm_154{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:2px 10px;font-size:.74rem;font-weight:700;text-transform:capitalize}._available_n3fgm_165{color:#047857;background:#d1fae5}._unavailable_n3fgm_170{color:#b91c1c;background:#fee2e2}._out_of_stock_n3fgm_175{color:#92400e;background:#fef3c7}._imageThumb_n3fgm_180{width:42px;height:42px;object-fit:cover;border-radius:8px;border:1px solid #e5eaf2;background:#f9fafb}._actionCell_n3fgm_189{display:flex;align-items:center;gap:4px}._errorText_n3fgm_195{margin:8px 0 0;color:#dc2626;font-size:.94rem}._emptyCell_n3fgm_201{text-align:center!important;color:#8b92a6!important;padding:24px!important}@media(max-width:900px){._topActions_n3fgm_27{width:100%}._searchField_n3fgm_33{flex:1;width:auto}}._pageHeader_1n7im_1{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:18px}._titleBlock_1n7im_10{min-width:220px}._title_1n7im_10{margin:0;font-size:1.9rem;font-weight:700;color:#14161c}._subtitle_1n7im_21{margin:4px 0 0;font-size:.92rem;color:#8b92a6}._topActions_1n7im_27{display:flex;align-items:center;gap:10px}._searchField_1n7im_33{height:42px;border:1px solid #d7deea;border-radius:8px;padding:0 12px;font-size:.92rem;background:#fff;color:#1d2230;width:240px}._addBtn_1n7im_44{border-radius:8px;height:42px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:.92rem;font-weight:600;cursor:pointer;border:1px solid #ff5d5d;background:#ff5d5d;color:#fff}._filtersBar_1n7im_60{background:#fff;border:1px solid #e5eaf2;border-radius:10px;padding:12px 14px;margin-bottom:14px}._filtersLeft_1n7im_68{display:flex;align-items:center;gap:14px;flex-wrap:wrap}._tableSection_1n7im_75{background:#fff;border:1px solid #e5eaf2;border-radius:10px;overflow:hidden}._tableWrap_1n7im_82{width:100%;overflow-x:auto}._table_1n7im_75{width:100%;border-collapse:collapse;min-width:900px}._table_1n7im_75 thead tr{background:#f3f6fb}._table_1n7im_75 th{text-align:left;padding:12px 14px;font-size:.72rem;font-weight:700;color:#334155;letter-spacing:.02em;text-transform:uppercase}._table_1n7im_75 td{padding:12px 14px;border-top:1px solid #eef2f7;vertical-align:top;color:#1f2937;font-size:.9rem}._primaryText_1n7im_115{margin:0;font-weight:700;color:#111827}._subText_1n7im_121{margin:4px 0 0;color:#6b7280;font-size:.8rem}._addressCell_1n7im_127{max-width:320px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._actionsHeader_1n7im_134{text-align:center}._actionsCell_1n7im_138{display:flex;align-items:center;justify-content:center;gap:8px}._emptyText_1n7im_145{margin:0;padding:18px 0;color:#6b7280;font-size:.9rem}._errorText_1n7im_152{margin:16px;color:#b91c1c}._pageHeader_x1zu1_2{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:28px}._titleBlock_x1zu1_11{min-width:220px}._title_x1zu1_11{margin:0;font-size:2rem;font-weight:700;line-height:1.1;color:#14161c}._subtitle_x1zu1_23{margin:4px 0 0;font-size:.95rem;font-style:italic;color:#8b92a6}._topActions_x1zu1_30{display:flex;align-items:center;justify-content:flex-end;gap:16px;margin-left:auto}._exportBtn_x1zu1_38{border-radius:8px;height:48px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:1.05rem;font-weight:600;cursor:pointer;border:1px solid #d7deea;background:#fff;color:#22252e}._raiseBtn_x1zu1_54{border-radius:8px;height:48px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:1.05rem;font-weight:600;cursor:pointer;border:1px solid #dc2626;background:#dc2626;color:#fff}._raiseBtn_x1zu1_54:hover{background:#b91c1c;border-color:#b91c1c}._raiseBtn_x1zu1_54:disabled{opacity:.6;cursor:not-allowed}._myComplaintsBtn_x1zu1_80{border-radius:8px;height:48px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:1.05rem;font-weight:600;cursor:pointer;border:1px solid #d7deea;background:#fff;color:#22252e}._myComplaintsBtn_x1zu1_80:hover{background:#f7f9fc}._hiddenFileInput_x1zu1_100{display:none}._exportBtn_x1zu1_38:hover{background:#f7f9fc}._filtersRow_x1zu1_108{display:flex;align-items:center;gap:16px;flex-wrap:wrap}._filterField_x1zu1_115{position:relative;min-width:160px}._filterField_x1zu1_115 select{width:100%;height:48px;border:1px solid #d7deea;border-radius:8px;background:#fff;color:#222730;font-size:1rem;padding:0 36px 0 16px;appearance:none;outline:none;cursor:pointer}._filterField_x1zu1_115 select:focus{border-color:#c2ccde}._chevronIcon_x1zu1_138{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:#4b5567}._tableSection_x1zu1_147{margin-top:20px}._tableWrap_x1zu1_151{border:1px solid #e5eaf2;border-radius:10px;background:#fff;overflow:auto}._table_x1zu1_147{width:100%;border-collapse:collapse;min-width:800px}._table_x1zu1_147 th,._table_x1zu1_147 td{text-align:left;padding:12px 14px;border-bottom:1px solid #edf1f7;font-size:.92rem;color:#222730;vertical-align:middle}._table_x1zu1_147 th{font-weight:700;color:#4a5368;background:#f8fafd;position:sticky;top:0;z-index:1}._table_x1zu1_147 tbody tr{cursor:pointer}._table_x1zu1_147 tbody tr:hover{background:#f8fafd}._emptyCell_x1zu1_191{text-align:center!important;color:#8b92a6!important;padding:24px!important}._actionCell_x1zu1_197{display:flex;align-items:center;justify-content:flex-start;gap:8px;white-space:nowrap}._errorText_x1zu1_205{margin:8px 0 0;color:#dc2626;font-size:.95rem}._detailSection_x1zu1_212{margin-bottom:20px}._detailSectionTitle_x1zu1_216{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#8b92a6;margin:0 0 8px}._detailValue_x1zu1_225{font-size:.95rem;color:#1d2230;margin:0;line-height:1.5}._imageGrid_x1zu1_232{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;margin-top:8px}._imageWrap_x1zu1_239{position:relative;border-radius:8px;overflow:hidden;border:1px solid #e5eaf2;aspect-ratio:1;background:#f8fafd}._imageWrap_x1zu1_239 img{width:100%;height:100%;object-fit:cover;display:block}._resolutionBox_x1zu1_255{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:12px;margin-top:8px}._resolutionBox_x1zu1_255 ._detailValue_x1zu1_225{color:#166534}._resolvedAt_x1zu1_267{font-size:.8rem;color:#6b7280;margin-top:4px}._modalHeader_x1zu1_275{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:4px 0 8px}._modalSubject_x1zu1_283{margin:0;font-size:1.05rem;font-weight:600;color:#111827}._modalMeta_x1zu1_290{margin:4px 0 0;font-size:.82rem;color:#6b7280}._modalHeaderPills_x1zu1_296{display:flex;flex-wrap:wrap;gap:8px}._modalMetaGrid_x1zu1_302{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px 16px}._pill_x1zu1_310{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:999px;font-size:.75rem;font-weight:600;letter-spacing:.03em;white-space:nowrap}._priorityLow_x1zu1_322{background-color:#ecfdf3;color:#166534}._priorityMedium_x1zu1_327{background-color:#e0f2fe;color:#075985}._priorityHigh_x1zu1_332{background-color:#fef3c7;color:#92400e}._priorityUrgent_x1zu1_337{background-color:#fee2e2;color:#b91c1c}._statusPending_x1zu1_342{background-color:#fef9c3;color:#854d0e}._statusInProgress_x1zu1_347{background-color:#e0f2fe;color:#1d4ed8}._statusResolved_x1zu1_352{background-color:#dcfce7;color:#15803d}._statusClosed_x1zu1_357{background-color:#e5e7eb;color:#374151}._statusRejected_x1zu1_362{background-color:#fee2e2;color:#b91c1c}._statusCell_x1zu1_367{display:inline-flex;align-items:center;position:relative}._statusSelect_x1zu1_373{appearance:none;border:none;background:transparent;padding-right:22px;cursor:pointer;font:inherit;color:inherit}._statusSelect_x1zu1_373:focus-visible{outline:2px solid #dc2626;outline-offset:2px}._statusChevron_x1zu1_388{position:absolute;right:6px;pointer-events:none;color:#4b5563}._uploadPreviewGrid_x1zu1_395{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px}._uploadPreviewCard_x1zu1_401{position:relative;border:1px solid #e5eaf2;border-radius:8px;overflow:hidden;aspect-ratio:1;background:#f8fafd}._uploadPreviewCard_x1zu1_401 img{width:100%;height:100%;object-fit:cover;display:block}._removePreviewBtn_x1zu1_417{position:absolute!important;top:4px;right:4px;background:#11182799!important;color:#fff!important}._removePreviewBtn_x1zu1_417:hover{background:#111827cc!important}._pageHeader_mo6mh_3{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:28px}._titleBlock_mo6mh_12{min-width:220px}._title_mo6mh_12{margin:0;font-size:2rem;font-weight:700;line-height:1.1;color:#14161c}._subtitle_mo6mh_24{margin:4px 0 0;font-size:.95rem;color:#8b92a6;line-height:1.4;max-width:420px}._topActions_mo6mh_32{display:flex;align-items:center;justify-content:flex-end;margin-left:auto}._saveBtn_mo6mh_39{border-radius:8px;height:48px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:1rem;font-weight:600;cursor:pointer;border:none;background:#dc2626;color:#fff}._saveBtn_mo6mh_39:hover{background:#b91c1c}._saveBtn_mo6mh_39:disabled{opacity:.6;cursor:not-allowed}._sectionTitle_mo6mh_64{font-size:1.125rem;font-weight:700;color:#14161c;margin:0 0 16px}._card_mo6mh_71{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;border:1px solid #e5eaf2;padding:24px;display:flex;gap:24px;align-items:flex-start;flex-wrap:wrap}._avatarWrap_mo6mh_83{position:relative;flex-shrink:0}._avatar_mo6mh_83{width:120px;height:120px;border-radius:50%;object-fit:cover;background:#f1f5f9;border:2px solid #e5eaf2}._avatarPlaceholder_mo6mh_97{width:120px;height:120px;border-radius:50%;background:#dc2626;color:#fff;border:2px solid #e5eaf2;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700;letter-spacing:.02em}._avatarEdit_mo6mh_112{position:absolute;right:0;bottom:0;width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#4b5563;box-shadow:0 2px 6px #00000026}._avatarEdit_mo6mh_112:hover{background:#f3f4f6}._detailsGrid_mo6mh_133{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px 32px;flex:1;min-width:0}._detailItem_mo6mh_141{display:flex;flex-direction:column;gap:4px}._detailLabel_mo6mh_147{font-size:.8125rem;font-weight:500;color:#8b92a6}._detailValue_mo6mh_153{font-size:1rem;font-weight:600;color:#14161c}._noHotel_mo6mh_159{color:#8b92a6;font-size:.95rem;padding:24px;text-align:center}
