@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Poppins:wght@400;600;700;800&display=swap";:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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 #0000001a;--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));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.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);align-items:center;left:50%;transform:translate(-50%)}.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);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0px;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;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;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (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%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (width<=480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.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:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.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:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.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;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.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{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}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:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}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:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,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:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}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:translateY(2000px)}}.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%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}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) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}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:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.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-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._overlay_1s0nq_7{-webkit-backdrop-filter:blur(4px);z-index:999;background:#0f172a8c;justify-content:center;align-items:center;padding:16px;animation:.2s _fadeOverlay_1s0nq_1;display:flex;position:fixed;inset:0}@keyframes _fadeOverlay_1s0nq_1{0%{opacity:0}to{opacity:1}}._modal_1s0nq_47{background:#fff;border-radius:20px;width:100%;max-width:440px;padding:36px 40px 32px;animation:.25s cubic-bezier(.34,1.56,.64,1) _slideUp_1s0nq_1;position:relative;box-shadow:0 24px 64px #0000002e}@keyframes _slideUp_1s0nq_1{0%{opacity:0;transform:translateY(24px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}._closeBtn_1s0nq_81{cursor:pointer;color:#6b7280;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,color .15s;display:flex;position:absolute;top:16px;right:16px}._closeBtn_1s0nq_81:hover{color:#1f2937;background:#e5e7eb}._brand_1s0nq_127{letter-spacing:-.5px;justify-content:center;align-items:center;margin-bottom:24px;font-family:Poppins,sans-serif;font-size:28px;font-weight:800;display:flex}._brandIn_1s0nq_149{color:#1e5eff}._brandJoy_1s0nq_157{background:linear-gradient(135deg,#1e5eff 0%,#ff7a00 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}._tabs_1s0nq_173{background:#f3f4f6;border-radius:10px;gap:4px;margin-bottom:24px;padding:4px;display:flex}._tab_1s0nq_173{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;padding:9px 0;font-family:Inter,sans-serif;font-size:14px;font-weight:600;transition:background .2s,color .2s,box-shadow .2s}._tab_1s0nq_173:hover{color:#374151}._tabActive_1s0nq_227{color:#1e5eff;background:#fff;box-shadow:0 1px 4px #0000001a}._form_1s0nq_241{flex-direction:column;gap:16px;display:flex}._subtitle_1s0nq_253{color:#6b7280;text-align:center;margin-bottom:4px;font-family:Inter,sans-serif;font-size:13.5px}._errorBanner_1s0nq_271{color:#dc2626;text-align:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 14px;font-family:Inter,sans-serif;font-size:13px}._field_1s0nq_295{flex-direction:column;gap:5px;display:flex}._label_1s0nq_307{color:#374151;font-family:Inter,sans-serif;font-size:13px;font-weight:600}._inputWrapper_1s0nq_321{align-items:center;display:flex;position:relative}._inputIcon_1s0nq_333{color:#9ca3af;pointer-events:none;position:absolute;left:12px}._input_1s0nq_321{color:#1f2937;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:10px 12px 10px 38px;font-family:Inter,sans-serif;font-size:14px;transition:border-color .15s,box-shadow .15s,background .15s}._input_1s0nq_321::placeholder{color:#d1d5db}._input_1s0nq_321:focus{background:#fff;border-color:#1e5eff;box-shadow:0 0 0 3px #1e5eff1a}._inputWithToggle_1s0nq_393{padding-right:40px}._inputError_1s0nq_401{border-color:#f87171}._inputError_1s0nq_401:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}._eyeBtn_1s0nq_419{cursor:pointer;color:#9ca3af;background:0 0;border:none;align-items:center;padding:0;transition:color .15s;display:flex;position:absolute;right:12px}._eyeBtn_1s0nq_419:hover{color:#374151}._fieldError_1s0nq_453{color:#ef4444;padding-left:2px;font-family:Inter,sans-serif;font-size:12px}._forgotRow_1s0nq_469{justify-content:flex-end;margin-top:-8px;display:flex}._forgotLink_1s0nq_481{color:#1e5eff;cursor:pointer;background:0 0;border:none;padding:0;font-family:Inter,sans-serif;font-size:12.5px;font-weight:500;transition:opacity .15s}._forgotLink_1s0nq_481:hover{opacity:.75}._submitBtn_1s0nq_515{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1e5eff 0%,#1a4fd4 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:4px;padding:12px;font-family:Inter,sans-serif;font-size:15px;font-weight:700;transition:opacity .2s,transform .15s;display:flex;box-shadow:0 4px 14px #1e5eff59}._submitBtn_1s0nq_515:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}._submitBtn_1s0nq_515:disabled{opacity:.65;cursor:not-allowed}._spinner_1s0nq_577{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.65s linear infinite _spin_1s0nq_577;display:inline-block}@keyframes _spin_1s0nq_577{to{transform:rotate(360deg)}}._switchText_1s0nq_607{color:#6b7280;text-align:center;margin-top:4px;font-family:Inter,sans-serif;font-size:13px}._switchLink_1s0nq_623{color:#1e5eff;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600;transition:opacity .15s}._switchLink_1s0nq_623:hover{opacity:.75}._checkRow_1s0nq_653{flex-wrap:wrap;align-items:flex-start;gap:10px;display:flex}._checkbox_1s0nq_667{accent-color:#1e5eff;cursor:pointer;border:1.5px solid #d1d5db;border-radius:4px;flex-shrink:0;width:16px;height:16px;margin-top:2px}._checkLabel_1s0nq_689{color:#374151;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;line-height:1.4}._checkLabelLink_1s0nq_705{color:#1e5eff;font-weight:600;text-decoration:none}._checkLabelLink_1s0nq_705:hover{text-decoration:underline}._divider_1s0nq_727{align-items:center;margin:4px 0;display:flex;position:relative}._divider_1s0nq_727:before,._divider_1s0nq_727:after{content:"";background:#e5e7eb;flex:1;height:1px}._dividerText_1s0nq_757{color:#9ca3af;white-space:nowrap;padding:0 12px;font-family:Inter,sans-serif;font-size:12px}@media (width<=480px){._modal_1s0nq_47{border-radius:16px;padding:28px 24px 24px}}._header_1scyp_1{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;border-bottom:1px solid #eef2f7;position:sticky;top:0;box-shadow:0 8px 26px #1f29370d}._navbar_1scyp_11{justify-content:space-between;align-items:center;gap:24px;max-width:1280px;height:72px;margin:0 auto;padding:0 32px;display:flex}._logo_1scyp_22{letter-spacing:0;flex-shrink:0;align-items:center;font-family:Poppins,Inter,sans-serif;font-size:34px;font-weight:950;line-height:1;text-decoration:none;display:flex}._logoIn_1scyp_34{color:#1e5eff}._logoJoy_1scyp_38{background:linear-gradient(135deg,#1e5eff 0 34%,#ff7a00 35% 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}._navLinks_1scyp_45{flex:1;justify-content:center;align-items:center;gap:26px;margin:0;padding:0;list-style:none;display:flex}._navLink_1scyp_45{color:#081a3a;white-space:nowrap;padding:26px 0 22px;font-family:Inter,sans-serif;font-size:15px;font-weight:800;text-decoration:none;transition:color .16s;display:block;position:relative}._navLink_1scyp_45:hover,._navLinkActive_1scyp_70{color:#ff5c00}._navLinkActive_1scyp_70:after{content:"";background:#ff5c00;border-radius:999px;height:3px;position:absolute;bottom:14px;left:0;right:0}._actions_1scyp_85{flex-shrink:0;align-items:center;gap:10px;display:flex}._locationPill_1scyp_92{color:#081a3a;background:#f7faff;border-radius:999px;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-size:14px;font-weight:850;display:inline-flex}._locationPill_1scyp_92 svg{color:#1e5eff}._iconBtn_1scyp_109,._burger_1scyp_110{color:#081a3a;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:background .16s,color .16s;display:inline-flex;position:relative}._iconBtn_1scyp_109:hover,._burger_1scyp_110:hover{color:#1e5eff;background:#f0f5ff}._badge_1scyp_131{background:#ff3d3d;border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:9px;right:8px}._authBtns_1scyp_142{align-items:center;gap:8px;margin-left:4px;display:flex}._btnOutline_1scyp_149,._btnPrimary_1scyp_150{cursor:pointer;white-space:nowrap;border-radius:999px;min-height:40px;padding:0 18px;font-family:Inter,sans-serif;font-size:14px;font-weight:850}._btnOutline_1scyp_149{color:#1e5eff;background:#fff;border:1.5px solid #1e5eff47}._btnPrimary_1scyp_150{color:#fff;background:#1e5eff;border:1.5px solid #1e5eff;box-shadow:0 12px 22px #1e5eff2e}._userDropdown_1scyp_174{margin-left:2px;position:relative}._userBtn_1scyp_179{cursor:pointer;background:0 0;border:0;border-radius:999px;grid-template-rows:auto auto;grid-template-columns:38px auto auto 13px;align-items:center;column-gap:9px;padding:4px 8px 4px 4px;display:grid}._userBtn_1scyp_179:hover{background:#f7faff}._avatar_1scyp_196{color:#1e5eff;background:linear-gradient(135deg,#ffe0c2,#fff);border-radius:50%;grid-row:1/span 2;place-items:center;width:38px;height:38px;display:grid}._userGreeting_1scyp_207{color:#6b7280;text-align:left;grid-column:2/span 2;font-size:11px;line-height:1}._userName_1scyp_215{color:#081a3a;text-overflow:ellipsis;white-space:nowrap;max-width:92px;font-size:14px;font-weight:950;line-height:1.1;overflow:hidden}._chevron_1scyp_226{color:#9ca3af;grid-area:1/4/span 2;transition:transform .18s}._chevronOpen_1scyp_233{transform:rotate(180deg)}._dropdownMenu_1scyp_237{z-index:200;background:#fff;border:1px solid #e7ecf3;border-radius:14px;min-width:220px;padding:8px;animation:.14s ease-out _dropIn_1scyp_1;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 18px 48px #1f293724}@keyframes _dropIn_1scyp_1{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}._dropdownItem_1scyp_256{color:#374151;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;text-decoration:none;display:flex}._dropdownItem_1scyp_256:hover{color:#1e5eff;background:#f5f7fa}._dropdownItemDanger_1scyp_279{color:#ef4444}._dropdownItemDanger_1scyp_279:hover{color:#dc2626;background:#fef2f2}._dropdownDivider_1scyp_288{border:0;border-top:1px solid #eef2f7;margin:6px 0}._burger_1scyp_110{display:none}._mobileMenu_1scyp_298{background:#fff;border-top:1px solid #eef2f7;flex-direction:column;gap:4px;padding:12px 20px 16px;display:flex;box-shadow:0 12px 26px #1f293714}._mobileLink_1scyp_308{color:#1f2937;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;width:100%;padding:12px 14px;font-family:Inter,sans-serif;font-size:15px;font-weight:750;text-decoration:none;display:block}._mobileLink_1scyp_308:hover,._mobileLinkActive_1scyp_325{color:#1e5eff;background:#f0f5ff}._mobileLinkDanger_1scyp_330{color:#ef4444}._mobileDivider_1scyp_334{border-top:1px solid #eef2f7;margin:8px 0}._mobileAuthBtns_1scyp_339{gap:8px;margin-top:6px;display:flex}._mobileAuthBtns_1scyp_339 ._btnOutline_1scyp_149,._mobileAuthBtns_1scyp_339 ._btnPrimary_1scyp_150{flex:1}@media (width<=1120px){._navLinks_1scyp_45{gap:16px}._locationPill_1scyp_92{display:none}}@media (width<=980px){._navLinks_1scyp_45,._authBtns_1scyp_142{display:none}._burger_1scyp_110{display:inline-flex}}@media (width<=640px){._navbar_1scyp_11{height:64px;padding:0 16px}._logo_1scyp_22{font-size:28px}._iconBtn_1scyp_109{width:38px;height:38px}._userGreeting_1scyp_207,._userName_1scyp_215,._chevron_1scyp_226{display:none}._userBtn_1scyp_179{padding:0;display:flex}}._dashboardContainer_otvkb_3{color:#1f2937;background:#f5f7fa;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex}._loadingState_otvkb_11{background:#f5f7fa;justify-content:center;align-items:center;min-height:100vh;display:flex}._loadingSpinner_otvkb_19{border:3px solid #1e5eff29;border-top-color:#1e5eff;border-radius:50%;width:46px;height:46px;animation:.8s linear infinite _spin_otvkb_1}._sidebar_otvkb_35{z-index:1000;background:#fff;border-right:1px solid #e5e7eb;width:280px;height:100vh;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;overflow-y:auto;box-shadow:10px 0 30px #1f29370f}._sidebarCollapsed_otvkb_59{width:80px}._sidebarBrand_otvkb_67{border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:center;padding:24px 20px;display:flex}._sidebarBrand_otvkb_67 h1{-webkit-text-fill-color:transparent;letter-spacing:-.5px;background:linear-gradient(135deg,#1e5eff,#ff7a00);-webkit-background-clip:text;background-clip:text;font-size:22px;font-weight:800}._sidebarBrandCollapsed_otvkb_97 h1{font-size:18px}._sidebarToggle_otvkb_105{color:#4b5563;cursor:pointer;background:#f5f7fa;border:none;border-radius:10px;padding:8px;transition:all .3s}._sidebarToggle_otvkb_105:hover{color:#1e5eff;background:#eff6ff}._sidebarNav_otvkb_130{flex-direction:column;gap:4px;padding:16px 12px;display:flex}._navItem_otvkb_144{color:#4b5563;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:14px;width:100%;padding:12px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s;display:flex;position:relative}._navItem_otvkb_144:hover{color:#1e5eff;background:#f5f7fa}._navItemActive_otvkb_182{color:#1e5eff;background:#eff6ff}._navItemActive_otvkb_182:before{content:"";background:linear-gradient(#1e5eff,#ff7a00);border-radius:0 4px 4px 0;width:3px;height:24px;position:absolute;top:50%;left:0;transform:translateY(-50%)}._navIcon_otvkb_211{flex-shrink:0;width:20px;height:20px}._navLabel_otvkb_223{transition:opacity .3s}._navItemDanger_otvkb_231{color:#dc2626;margin-top:auto}._navItemDanger_otvkb_231:hover{color:#b91c1c;background:#fef2f2}._sidebarFooter_otvkb_248{border-top:1px solid #ffffff0d;margin-top:auto;padding:16px 20px}._adminInfo_otvkb_260{align-items:center;gap:12px;display:flex}._adminAvatar_otvkb_272{color:#fff;background:linear-gradient(135deg,#1e5eff,#7c3aed);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}._adminName_otvkb_300{color:#1f2937;font-size:14px;font-weight:600}._adminRole_otvkb_312{color:#6b7280;font-size:12px}._mainContent_otvkb_328{background:#f5f7fa;flex:1;min-height:100vh;margin-left:280px;padding:24px 32px;transition:margin-left .4s cubic-bezier(.4,0,.2,1)}._mainContentExpanded_otvkb_342{margin-left:80px}._header_otvkb_356{background:#fff;border:1px solid #eef2f7;border-radius:14px;justify-content:space-between;align-items:center;margin-bottom:32px;padding:16px 24px;display:flex;box-shadow:0 10px 30px #1f29370f}._headerTitle_otvkb_375 h1{color:#1f2937;letter-spacing:0;font-size:24px;font-weight:700}._headerTitle_otvkb_375 p{color:#4b5563;margin-top:2px;font-size:14px}._headerActions_otvkb_396{align-items:center;gap:16px;display:flex}._headerNotification_otvkb_408{color:#4b5563;cursor:pointer;background:#f5f7fa;border:none;border-radius:12px;padding:10px;transition:all .3s;position:relative}._headerNotification_otvkb_408:hover{color:#1e5eff;background:#eff6ff}._notificationDot_otvkb_434{background:#ef4444;border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:6px;right:6px}._headerAdmin_otvkb_456{background:#ffffff0d;border:1px solid #ffffff0d;border-radius:12px;align-items:center;gap:12px;padding:8px 16px 8px 12px;display:flex}._headerAdminAvatar_otvkb_476{color:#fff;background:linear-gradient(135deg,#1e5eff,#7c3aed);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:700;display:flex}._headerAdminName_otvkb_502{color:#1f2937;font-size:14px;font-weight:500}._statsGrid_otvkb_520{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:32px;display:grid}._statCard_otvkb_534{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1e293b99;border:1px solid #ffffff0d;border-radius:16px;padding:24px;transition:all .3s;position:relative;overflow:hidden}._statCard_otvkb_534:hover{border-color:#ffffff1a;transform:translateY(-4px);box-shadow:0 20px 40px #0000004d}._statCard_otvkb_534:before{content:"";border-radius:2px;height:2px;position:absolute;top:0;left:0;right:0}._statCardPurple_otvkb_588:before{background:linear-gradient(90deg,#1e5eff,#7c3aed)}._statCardGreen_otvkb_596:before{background:linear-gradient(90deg,#059669,#34d399)}._statCardBlue_otvkb_604:before{background:linear-gradient(90deg,#1e5eff,#1e5eff)}._statCardOrange_otvkb_612:before{background:linear-gradient(90deg,#ff7a00,#ffb15c)}._statCardHeader_otvkb_620{justify-content:space-between;align-items:flex-start;display:flex}._statCardLabel_otvkb_632{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-size:13px;font-weight:500}._statCardValue_otvkb_648{color:#111827;letter-spacing:-1px;margin-top:8px;font-size:32px;font-weight:800}._statCardIcon_otvkb_664{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}._statCardIconPurple_otvkb_684{color:#1e5eff;background:#818cf826}._statCardIconGreen_otvkb_694{color:#059669;background:#34d39926}._statCardIconBlue_otvkb_704{color:#1e5eff;background:#60a5fa26}._statCardIconOrange_otvkb_714{color:#ff7a00;background:#fb923c26}._adminOverview_otvkb_719{flex-direction:column;gap:20px;margin-bottom:24px;display:flex}._overviewHero_otvkb_726{background:#f8fafc;border:1px solid #e6eaf1;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;padding:24px;display:flex;box-shadow:0 20px 42px #0f172a2e}._overviewHero_otvkb_726 p,._overviewHero_otvkb_726 h2,._overviewHero_otvkb_726 span{margin:0}._overviewHero_otvkb_726 p{color:#38bdf8;text-transform:uppercase;font-size:12px;font-weight:850}._overviewHero_otvkb_726 h2{color:#111827;letter-spacing:0;margin-top:7px;font-size:26px;font-weight:850}._overviewHero_otvkb_726 span{color:#6b7280;margin-top:6px;font-size:14px;display:block}._overviewHero_otvkb_726 button{color:#111827;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d8dee8;border-radius:8px;align-items:center;gap:8px;min-height:42px;padding:0 14px;font-weight:800;display:inline-flex}._kpiGrid_otvkb_781{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}._kpiCard_otvkb_787{background:#fff;border:1px solid #e6eaf1;border-radius:12px;flex-direction:column;gap:8px;min-height:150px;padding:18px;display:flex}._kpiIcon_otvkb_798{border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:6px;display:flex}._kpiCard_otvkb_787 span{color:#6b7280;text-transform:uppercase;font-size:12px;font-weight:850}._kpiCard_otvkb_787 strong{color:#111827;font-size:30px;font-weight:850}._kpiCard_otvkb_787 em{color:#374151;font-size:13px;font-style:normal}._kpiBlue_otvkb_827 ._kpiIcon_otvkb_798{color:#1e5eff;background:#60a5fa26}._kpiCyan_otvkb_832 ._kpiIcon_otvkb_798{color:#22d3ee;background:#22d3ee26}._kpiGreen_otvkb_837 ._kpiIcon_otvkb_798{color:#059669;background:#34d39926}._kpiOrange_otvkb_842 ._kpiIcon_otvkb_798{color:#ff7a00;background:#fb923c26}._analyticsGrid_otvkb_847,._operationsGrid_otvkb_848{gap:14px;display:grid}._analyticsGrid_otvkb_847{grid-template-columns:minmax(0,1.5fr) minmax(320px,.8fr)}._operationsGrid_otvkb_848{grid-template-columns:repeat(3,minmax(0,1fr))}._chartCard_otvkb_861,._chartCardLarge_otvkb_862{background:#fff;border:1px solid #e6eaf1;border-radius:12px;min-width:0;padding:18px}._chartHeader_otvkb_870{align-items:center;gap:12px;margin-bottom:18px;display:flex}._chartIcon_otvkb_877{color:#1e5eff;background:#f8fafc;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}._chartHeader_otvkb_870 h3,._chartHeader_otvkb_870 p{margin:0}._chartHeader_otvkb_870 h3{color:#111827;font-size:16px;font-weight:850}._chartHeader_otvkb_870 p{color:#6b7280;margin-top:3px;font-size:13px}._barChart_otvkb_905{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;min-height:250px;display:grid}._barGroup_otvkb_912{flex-direction:column;justify-content:flex-end;align-items:center;gap:10px;min-width:0;display:flex}._barTrack_otvkb_921{background:#f8fafc;border-radius:8px;justify-content:center;align-items:flex-end;gap:7px;width:100%;height:180px;padding:10px;display:flex}._barTrack_otvkb_921 span{border-radius:999px 999px 4px 4px;width:18px;transition:height .25s}._barUsers_otvkb_939,._legendUsers_otvkb_940{background:#1e5eff}._barChildren_otvkb_944,._legendChildren_otvkb_945{background:#059669}._barGroup_otvkb_912 strong{color:#374151;text-transform:capitalize;font-size:12px;font-weight:800}._chartLegend_otvkb_956{color:#6b7280;grid-column:1/-1;justify-content:center;gap:18px;font-size:12px;font-weight:800;display:flex}._chartLegend_otvkb_956 span,._donutLegend_otvkb_967 div{align-items:center;gap:7px;display:inline-flex}._chartLegend_otvkb_956 i,._donutLegend_otvkb_967 i{border-radius:999px;width:9px;height:9px}._donutWrap_otvkb_980{grid-template-columns:150px minmax(0,1fr);align-items:center;gap:18px;display:grid}._donut_otvkb_967{border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:150px;height:150px;display:flex;position:relative}._donut_otvkb_967:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:23px}._donut_otvkb_967 span,._donut_otvkb_967 em{z-index:1;position:relative}._donut_otvkb_967 span{color:#111827;font-size:26px;font-weight:850}._donut_otvkb_967 em{color:#6b7280;font-size:12px;font-style:normal}._donutLegend_otvkb_967{flex-direction:column;gap:10px;display:flex}._donutLegend_otvkb_967 div{justify-content:space-between}._donutLegend_otvkb_967 span{color:#374151;flex:1;font-size:13px}._donutLegend_otvkb_967 strong{color:#111827;font-size:13px}._progressRow_otvkb_1045{flex-direction:column;gap:9px;margin-top:16px;display:flex}._progressRow_otvkb_1045 div{color:#374151;justify-content:space-between;align-items:center;font-size:13px;font-weight:800;display:flex}._progressRow_otvkb_1045 strong{color:#111827}._progressRow_otvkb_1045 em{background:#f8fafc;border-radius:999px;height:9px;display:block;overflow:hidden}._progressRow_otvkb_1045 i{border-radius:inherit;background:#1e5eff;height:100%;display:block}._pipelineList_otvkb_1080,._recentList_otvkb_1081{flex-direction:column;gap:10px;display:flex}._pipelineItem_otvkb_1087{color:#374151;cursor:pointer;background:#f8fafc;border:1px solid #e6eaf1;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:46px;padding:0 12px;font-weight:800;display:flex}._pipelineItem_otvkb_1087:disabled{cursor:default}._pipelineItem_otvkb_1087 strong{color:#111827;font-size:18px}._pipelineWarning_otvkb_1112{border-color:#fb923c73}._pipelineSuccess_otvkb_1116{border-color:#34d39973}._pipelineInfo_otvkb_1120{border-color:#60a5fa73}._pipelineNeutral_otvkb_1124{border-color:#94a3b859}._recentItem_otvkb_1128{border-bottom:1px solid #e6eaf1;justify-content:space-between;align-items:center;gap:12px;padding-bottom:10px;display:flex}._recentItem_otvkb_1128 span{color:#111827;overflow-wrap:anywhere;min-width:0;font-size:13px;font-weight:750}._recentItem_otvkb_1128 em,._emptyMetric_otvkb_1146{color:#6b7280;font-size:12px;font-style:normal}._activityMediaThumb_otvkb_1152{align-items:center;gap:10px;min-width:160px;display:flex}._activityMediaThumb_otvkb_1152 img{object-fit:cover;background:#f8fafc;border:1px solid #e6eaf1;border-radius:8px;flex-shrink:0;width:58px;height:44px}._activityMediaThumb_otvkb_1152 strong,._activityMediaThumb_otvkb_1152 span{display:block}._activityMediaThumb_otvkb_1152 strong{color:#111827;font-size:13px;font-weight:850}._activityMediaThumb_otvkb_1152 span,._activityMediaMissing_otvkb_1181{color:#6b7280;font-size:12px;font-weight:750}._activityMediaMissing_otvkb_1181{color:#b91c1c;background:#fef2f2;border:1px solid #fca5a5;border-radius:999px;padding:5px 9px;display:inline-flex}._activityMediaReview_otvkb_1196{background:#fff;border:1px solid #e6eaf1;border-radius:10px;margin-top:16px;padding:14px}._activityMediaReviewHeader_otvkb_1204{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}._activityMediaReviewHeader_otvkb_1204 h4{color:#111827;margin:0;font-size:15px;font-weight:850}._activityMediaReviewHeader_otvkb_1204 span{color:#6b7280;font-size:12px;font-weight:800}._activityMediaWarning_otvkb_1225{color:#b91c1c;background:#fef2f2;border:1px dashed #fca5a5;border-radius:8px;padding:12px;font-size:13px;font-weight:750}._activityMediaGrid_otvkb_1235{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;display:grid}._activityMediaCard_otvkb_1241{color:inherit;background:#fff;border:1px solid #e6eaf1;border-radius:8px;text-decoration:none;display:block;overflow:hidden}._activityMediaCard_otvkb_1241 img{aspect-ratio:4/3;object-fit:cover;background:#f8fafc;width:100%;display:block}._activityMediaCard_otvkb_1241 div{justify-content:space-between;align-items:center;gap:8px;padding:9px;display:flex}._activityMediaCard_otvkb_1241 strong{color:#111827;font-size:12px;font-weight:850}._activityMediaCard_otvkb_1241 span{color:#6b7280;font-size:11px;font-weight:750}._tableCard_otvkb_1282{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1e293b99;border:1px solid #ffffff0d;border-radius:16px;overflow:hidden}._tableHeader_otvkb_1298{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}._tableTitle_otvkb_1314{color:#111827;align-items:center;gap:10px;font-size:16px;font-weight:600;display:flex}._tableSearch_otvkb_1332{background:#ffffff0d;border:1px solid #ffffff0d;border-radius:10px;align-items:center;gap:8px;padding:8px 14px;display:flex}._tableSearch_otvkb_1332 input{color:#1f2937;background:0 0;border:none;outline:none;width:200px;font-size:14px}._tableSearch_otvkb_1332 input::placeholder,._tableSearch_otvkb_1332 svg{color:#6b7280}._tableWrapper_otvkb_1386{overflow-x:auto}._table_otvkb_1282{border-collapse:collapse;width:100%}._table_otvkb_1282 th{text-align:left;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #ffffff0d;padding:14px 20px;font-size:11px;font-weight:600}._table_otvkb_1282 td{color:#1f2937;border-bottom:1px solid #ffffff08;padding:14px 20px;font-size:14px}._table_otvkb_1282 tr:hover td{background:#ffffff05}._statusBadge_otvkb_1450{border-radius:20px;padding:4px 12px;font-size:12px;font-weight:500;display:inline-block}._statusActive_otvkb_1466{color:#059669;background:#34d39926}._statusInactive_otvkb_1476{color:#ff7a00;background:#fb923c26}._statusBlocked_otvkb_1486{color:#f87171;background:#f8717126}._statusPending_otvkb_1496{color:#1e5eff;background:#60a5fa26}._tableActions_otvkb_1508{justify-content:flex-end;gap:6px;display:flex}._tableActionBtn_otvkb_1520{cursor:pointer;color:#6b7280;background:#ffffff0d;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px 8px;transition:all .3s;display:flex}._tableActionBtn_otvkb_1520:hover{background:#ffffff1a}._tableActionBtnView_otvkb_1554:hover{color:#1e5eff;background:#60a5fa26}._tableActionBtnEdit_otvkb_1564:hover{color:#fbbf24;background:#fbbf2426}._tableActionBtnDelete_otvkb_1574:hover{color:#f87171;background:#f8717126}@media (width<=1024px){._sidebar_otvkb_35{width:80px}._sidebarCollapsed_otvkb_59{width:0;padding:0;overflow:hidden}._mainContent_otvkb_328{margin-left:80px;padding:16px}._mainContentExpanded_otvkb_342{margin-left:0}._navLabel_otvkb_223{display:none}._sidebarBrand_otvkb_67 h1{font-size:18px}._sidebarBrand_otvkb_67 span,._adminInfo_otvkb_260 span{display:none}._kpiGrid_otvkb_781,._analyticsGrid_otvkb_847,._operationsGrid_otvkb_848{grid-template-columns:repeat(2,minmax(0,1fr))}._chartCardLarge_otvkb_862{grid-column:1/-1}}@media (width<=768px){._statsGrid_otvkb_520{grid-template-columns:1fr 1fr}._header_otvkb_356{flex-direction:column;align-items:flex-start;gap:12px;padding:16px}._headerActions_otvkb_396{justify-content:space-between;width:100%}._statCardValue_otvkb_648{font-size:24px}._overviewHero_otvkb_726{flex-direction:column;align-items:flex-start}._kpiGrid_otvkb_781,._analyticsGrid_otvkb_847,._operationsGrid_otvkb_848{grid-template-columns:1fr}._donutWrap_otvkb_980{grid-template-columns:1fr;justify-items:center}}@media (width<=480px){._statsGrid_otvkb_520{grid-template-columns:1fr}._mainContent_otvkb_328{padding:12px}._tableSearch_otvkb_1332 input{width:120px}}@keyframes _fadeInUp_otvkb_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._statCard_otvkb_534{animation:.5s forwards _fadeInUp_otvkb_1}._statCard_otvkb_534:first-child{animation-delay:50ms}._statCard_otvkb_534:nth-child(2){animation-delay:.1s}._statCard_otvkb_534:nth-child(3){animation-delay:.15s}._statCard_otvkb_534:nth-child(4){animation-delay:.2s}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#ffffff05;border-radius:10px}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#fff3}._page_j7y4n_7{background:#f5f7fa;min-height:100vh;padding:40px 16px 60px;font-family:Inter,sans-serif}._progressBar_j7y4n_23{align-items:center;gap:8px;max-width:860px;margin:0 auto 24px;display:flex}._progressStep_j7y4n_39{flex:1;align-items:center;gap:8px;display:flex}._progressDot_j7y4n_53{color:#9ca3af;background:#fff;border:2px solid #e5e7eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;transition:all .3s;display:flex}._progressDotActive_j7y4n_85{color:#fff;background:#1e5eff;border-color:#1e5eff;box-shadow:0 0 0 4px #1e5eff26}._progressDotDone_j7y4n_99{color:#fff;background:#10b981;border-color:#10b981}._progressLine_j7y4n_111{background:#e5e7eb;border-radius:2px;flex:1;height:2px;overflow:hidden}._progressLineFill_j7y4n_127{background:#1e5eff;border-radius:2px;height:100%;transition:width .4s}._progressLabel_j7y4n_141{color:#9ca3af;white-space:nowrap;font-size:11px;font-weight:600}._progressLabelActive_j7y4n_155{color:#1e5eff}._card_j7y4n_165{background:#fff;border-radius:20px;max-width:860px;margin:0 auto;overflow:hidden;box-shadow:0 4px 32px #00000014}._header_j7y4n_185{background:linear-gradient(135deg,#1e5eff 0%,#ff7a00 100%);padding:28px 36px;position:relative;overflow:hidden}._header_j7y4n_185:before{content:"";background:#ffffff14;border-radius:50%;width:160px;height:160px;position:absolute;top:-40px;right:-40px}._header_j7y4n_185:after{content:"";background:#ffffff0f;border-radius:50%;width:120px;height:120px;position:absolute;bottom:-30px;left:40%}._headerTitle_j7y4n_243{color:#fff;z-index:1;margin:0 0 6px;font-family:Poppins,sans-serif;font-size:22px;font-weight:700;position:relative}._headerSub_j7y4n_263{color:#ffffffd9;z-index:1;margin:0;font-size:13.5px;position:relative}._body_j7y4n_281{padding:36px 36px 28px}._errorBanner_j7y4n_291{color:#dc2626;background:#fef2f2;border:1.5px solid #fecaca;border-radius:10px;align-items:center;gap:10px;margin-bottom:24px;padding:12px 16px;font-size:13.5px;animation:.2s _fadeIn_j7y4n_1;display:flex}._successBanner_j7y4n_319{color:#15803d;background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:10px;align-items:center;gap:10px;margin-bottom:24px;padding:12px 16px;font-size:13.5px;animation:.2s _fadeIn_j7y4n_1;display:flex}@keyframes _fadeIn_j7y4n_1{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}._section_j7y4n_359{border-bottom:1px solid #f1f5f9;margin-bottom:36px;padding-bottom:36px}._section_j7y4n_359:last-of-type{border-bottom:none}._sectionHeader_j7y4n_379{align-items:center;gap:10px;margin-bottom:6px;display:flex}._sectionIcon_j7y4n_393{background:#eff6ff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}._sectionTitle_j7y4n_415{color:#1f2937;margin:0;font-family:Poppins,sans-serif;font-size:15px;font-weight:700}._sectionRequired_j7y4n_431{color:#ef4444;font-size:13px;font-weight:700}._sectionDesc_j7y4n_443{color:#9ca3af;margin:0 0 16px 42px;font-size:13px}._grid2_j7y4n_457{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}._fieldGroup_j7y4n_469{flex-direction:column;gap:6px;display:flex}._label_j7y4n_481{color:#374151;font-size:13px;font-weight:600}._input_j7y4n_493{color:#1f2937;box-sizing:border-box;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:10px 14px;font-family:Inter,sans-serif;font-size:14px;transition:border-color .15s,background .15s,box-shadow .15s}._input_j7y4n_493::placeholder{color:#d1d5db}._input_j7y4n_493:focus{background:#fff;border-color:#1e5eff;box-shadow:0 0 0 3px #1e5eff1a}._tagsWrapper_j7y4n_543{flex-wrap:wrap;gap:8px;margin-left:42px;display:flex}._tag_j7y4n_543{color:#374151;cursor:pointer;background:#fff;border:1.5px solid #e5e7eb;border-radius:40px;padding:7px 16px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;line-height:1;transition:all .15s}._tag_j7y4n_543:hover{color:#1e5eff;background:#eff6ff;border-color:#1e5eff}._tagActive_j7y4n_597{color:#fff;background:#1e5eff;border-color:#1e5eff;box-shadow:0 2px 8px #1e5eff40}._tagActive_j7y4n_597:hover{color:#fff;background:#1a4fd4;border-color:#1a4fd4}._tagHint_j7y4n_623{color:#9ca3af;margin:8px 0 0 42px;font-size:12px}._counter_j7y4n_637{color:#1e5eff;background:#eff6ff;border-radius:20px;align-items:center;gap:5px;margin-left:8px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-flex}._footer_j7y4n_665{border-top:1px solid #f1f5f9;align-items:center;gap:12px;margin-top:4px;padding-top:28px;display:flex}._btnPrimary_j7y4n_683{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1e5eff 0%,#1a4fd4 100%);border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;padding:13px;font-family:Inter,sans-serif;font-size:15px;font-weight:700;transition:opacity .2s,transform .15s;display:flex;box-shadow:0 4px 16px #1e5eff59}._btnPrimary_j7y4n_683:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}._btnPrimary_j7y4n_683:disabled{opacity:.6;cursor:not-allowed}._btnSecondary_j7y4n_741{color:#6b7280;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;padding:13px 24px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;transition:border-color .15s,color .15s}._btnSecondary_j7y4n_741:hover{color:#374151;border-color:#9ca3af}._spinner_j7y4n_781{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.65s linear infinite _spin_j7y4n_781;display:inline-block}@keyframes _spin_j7y4n_781{to{transform:rotate(360deg)}}._footerNote_j7y4n_809{color:#9ca3af;text-align:center;margin-top:12px;font-size:12px}@media (width<=640px){._header_j7y4n_185{padding:24px 20px}._body_j7y4n_281{padding:24px 20px 20px}._tagsWrapper_j7y4n_543,._sectionDesc_j7y4n_443,._tagHint_j7y4n_623{margin-left:0}._footer_j7y4n_665{flex-direction:column-reverse}._btnPrimary_j7y4n_683,._btnSecondary_j7y4n_741{width:100%}}._page_1cvar_1{background:#f5f7fa;min-height:100vh;padding:40px 16px 64px;font-family:Inter,sans-serif}._container_1cvar_8{flex-direction:column;gap:20px;max-width:920px;margin:0 auto;display:flex}._hero_1cvar_16{background:linear-gradient(135deg,#1e5eff 0%,#ff7a00 100%);border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:26px 30px;display:flex;box-shadow:0 16px 36px #1e5eff2e}._eyebrow_1cvar_28{color:#ffffffd1;margin:0 0 4px;font-size:13px;font-weight:650}._title_1cvar_35{color:#fff;margin:0;font-family:Poppins,sans-serif;font-size:22px;font-weight:750}._ghostButton_1cvar_43{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff24;border:1px solid #ffffff61;border-radius:10px;align-items:center;gap:8px;padding:9px 16px;font-family:Inter,sans-serif;font-size:14px;font-weight:650;display:inline-flex}._ghostButton_1cvar_43:hover{background:#ffffff38}._notice_1cvar_63{border-radius:12px;align-items:center;gap:12px;padding:16px 18px;display:flex}._noticeWarning_1cvar_71{background:#fffbeb;border:1px solid #fcd34d}._noticeSuccess_1cvar_76{background:#ecfdf5;border:1px solid #86efac}._noticeTitle_1cvar_81{margin:0 0 2px;font-size:14px;font-weight:750}._noticeText_1cvar_87{margin:0;font-size:13px;line-height:1.5}._grid_1cvar_93{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px;display:grid}._infoCard_1cvar_99,._actionCard_1cvar_100{background:#fff;border:1px solid #eef2f7;border-radius:12px;padding:18px;box-shadow:0 8px 24px #1f29370f}._infoCard_1cvar_99{flex-direction:column;gap:8px;display:flex}._actionCard_1cvar_100{cursor:pointer;color:#1f2937;flex-direction:column;justify-content:space-between;align-items:flex-start;min-height:120px;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex}._actionCard_1cvar_100:not(:disabled):hover{border-color:#bfdbfe;transform:translateY(-2px);box-shadow:0 14px 30px #1f29371a}._actionCard_1cvar_100:disabled{cursor:not-allowed;opacity:.62}._iconBox_1cvar_136{color:#1e5eff;background:#eff6ff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}._label_1cvar_147{color:#9ca3af;text-transform:uppercase;margin:0;font-size:12px;font-weight:750}._value_1cvar_155{color:#1f2937;word-break:break-word;margin:0;font-size:14px;font-weight:650}._actionLabel_1cvar_163{text-align:left;font-size:16px;font-weight:750}@media (width<=640px){._page_1cvar_1{padding-top:24px}._hero_1cvar_16{padding:22px 20px}}:root{--primary:#1e5eff;--primary-dark:#0b46d8;--orange:#ff7a00;--bg:#f5f7fa;--text:#1f2937;--muted:#6b7280;--line:#e7ecf3;--white:#fff;--radius:14px;--shadow:0 14px 40px #1f29371a}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.home-page{background:radial-gradient(circle at 12% 8%, #1e5eff14, transparent 28%), linear-gradient(180deg, #fff 0%, var(--bg) 34%, #fff 100%);min-height:100vh}.container{width:min(100% - 48px,1180px);margin:0 auto}.section-padding{padding:34px 0 0}.section-row-header,.panel-header{justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;display:flex}.section-title-left,.panel-header h2{color:#081a3a;margin:0;font-family:Poppins,Inter,sans-serif;font-size:21px;font-weight:800;line-height:1.2}.section-title-left:before{content:"⚡";color:var(--orange);margin-right:8px}.section-view-all,.panel-header a{color:var(--primary);white-space:nowrap;font-size:13px;font-weight:800;text-decoration:none}.section-view-all:after,.panel-header a:after{content:"›";margin-left:7px;font-size:18px;line-height:0}.hero-section{background-color:#0000;background-image:linear-gradient(90deg,#fffffffa 0%,#ffffffeb 34%,#ffffff85 54%,#ffffff14 100%),url(/assets/hero-injoy-kids-B_rgy6Gs.png);background-position:top;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:54px 0 0;position:relative;overflow:visible}.hero-section:before,.hero-section:after{content:"";pointer-events:none;border-radius:999px;display:none;position:absolute}.hero-section:before{background:#1e5eff1f;width:220px;height:220px;top:72px;right:17%}.hero-section:after{background:#ff7a0029;width:160px;height:160px;bottom:46px;right:4%}.hero-inner{z-index:1;grid-template-columns:minmax(360px,.46fr) minmax(430px,.54fr);align-items:center;gap:24px;width:min(100% - 48px,1180px);min-height:500px;margin:0 auto;display:grid;position:relative}.hero-content{padding-bottom:96px}.hero-title{color:#07183a;margin:0 0 16px;font-family:Poppins,Inter,sans-serif;font-size:clamp(40px,5vw,58px);font-weight:900;line-height:1.08}.text-gradient{color:var(--orange)}.hero-subtitle{color:#26344d;max-width:520px;margin:0 0 22px;font-size:17px;line-height:1.65}.hero-stats,.hero-buttons{flex-wrap:wrap;align-items:center;gap:14px 22px;display:flex}.hero-stats{margin-bottom:30px}.hero-stat{color:#24324a;align-items:center;gap:8px;font-size:14px;font-weight:700;display:inline-flex}.stat-orange{color:var(--orange)}.stat-blue{color:var(--primary)}.stat-red{color:#ff3d3d}.btn{border-radius:999px;justify-content:center;align-items:center;min-height:50px;padding:0 26px;font-size:15px;font-weight:850;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-primary,.btn-orange{color:#fff;background:linear-gradient(135deg, var(--orange), #ff5c00);box-shadow:0 14px 28px #ff7a0047}.btn-outline{color:var(--primary);background:#fff;border:1.5px solid #1e5eff59}.hero-searchbar-wrapper{z-index:5;width:min(100% - 72px,1140px);margin:-34px auto 0;position:relative}.hero-search-form{background:#fff;border:1px solid #e7ecf3f2;border-radius:999px;grid-template-columns:minmax(210px,1.65fr) 1px minmax(94px,.7fr) 1px minmax(110px,.8fr) 1px minmax(110px,.78fr) 1px minmax(130px,.95fr) auto;align-items:center;min-height:76px;padding:10px 12px 10px 24px;display:grid;box-shadow:0 22px 46px #1f293724}.hs-field{align-items:center;gap:11px;min-width:0;padding:0 12px;display:flex}.hs-field-search{background:#f7f9fc;border-radius:999px;height:52px;padding-left:0}.hs-field-select{flex-direction:column;align-items:flex-start;gap:4px}.hs-icon{color:#0b1b3e;margin-left:14px}.hs-field input{width:100%;min-width:0;color:var(--text);font:inherit;background:0 0;border:0;outline:0;font-size:14px}.hs-field-label{color:#07183a;font-size:11px;font-weight:900;line-height:1}.hs-field-value{color:#344154;white-space:nowrap;align-items:center;gap:6px;font-size:13px;font-weight:650;display:flex}.hs-divider{background:var(--line);width:1px;height:42px}.hs-btn{background:linear-gradient(135deg, var(--primary), var(--primary-dark));color:#fff;min-height:52px;font:inherit;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0 25px;font-size:15px;font-weight:850;display:inline-flex;box-shadow:0 14px 24px #1e5eff40}.activities-section{padding-top:64px}.activities-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;display:grid}.activity-card,.promo-card,.mini-card,.recommended-card,.category-panel,.home-panel,.recommendation-panel,.event-charter-card,.blog-card{border-radius:var(--radius);background:#fff;border:1px solid #e7ecf3f2;box-shadow:0 10px 24px #1f293714}.activity-card{transition:transform .18s,box-shadow .18s;overflow:hidden}.activity-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.activity-media,.promo-media{position:relative;overflow:hidden}.activity-media{height:132px}.activity-media img,.promo-media img,.mini-card img,.recommended-card img,.event-charter-img,.blog-card img{object-fit:cover;width:100%;height:100%;display:block}.activity-ribbon,.promo-media span{z-index:1;color:#fff;background:#16c43b;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:900;position:absolute;top:10px;left:10px}.activity-favorite{color:#fff;cursor:pointer;background:#08183a6b;border:0;border-radius:50%;place-items:center;width:32px;height:32px;display:grid;position:absolute;top:9px;right:9px}.activity-content{padding:12px 14px 14px}.activity-content h3,.promo-body h3,.mini-card h3,.recommended-card h3,.event-charter-title,.blog-card h3{color:#07183a;margin:0;font-size:15px;font-weight:900;line-height:1.25}.activity-content p,.promo-body p,.mini-card p,.recommended-card p,.event-meta-item,.blog-card p{color:var(--muted);margin:6px 0;font-size:12.5px;line-height:1.35}.activity-content p{align-items:center;gap:4px;display:flex}.activity-content strong,.promo-body strong,.mini-card strong,.recommended-card strong{color:var(--primary);font-size:15px;font-weight:950}.home-dashboard-grid{grid-template-columns:minmax(0,1.45fr) minmax(300px,.8fr);gap:22px;margin-top:28px;display:grid}.home-panel,.recommendation-panel,.mini-panel,.category-panel{padding:18px}.promo-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.promo-card{overflow:hidden}.promo-media{height:116px}.promo-media span{background:var(--orange)}.promo-body{padding:10px 12px 12px}.promo-body del{color:#9ca3af;margin-right:10px}.recommended-card{grid-template-columns:118px 1fr;align-items:center;gap:16px;min-height:150px;padding:16px;display:grid}.recommended-card img{border-radius:12px;height:96px}.highlights-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:22px;display:grid}.mini-panel{min-width:0}.mini-card{overflow:hidden}.mini-card img{height:112px}.mini-card div{padding:11px 13px 13px}.categories-section{padding:28px 0 0}.category-panel{padding:22px}.category-panel .section-title-left:before{content:"🎯"}.categories-circle-grid{grid-template-columns:repeat(8,minmax(80px,1fr));gap:16px;display:grid}.category-circle-card{min-width:0;color:inherit;border-radius:12px;flex-direction:column;align-items:center;gap:9px;padding:8px 4px 10px;text-decoration:none;transition:background .18s,transform .18s;display:flex}.category-circle-card:hover{background:#f6f8fc;transform:translateY(-3px)}.category-circle-icon{border-radius:50%;place-items:center;width:58px;height:58px;display:grid}.category-circle-name{color:#07183a;text-align:center;margin:0;font-size:12.5px;font-weight:900}.events-section-charter{background:0 0;padding-top:30px}.events-section-charter .section-title-left:before{content:"💡"}.events-charter-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;display:grid}.event-charter-card{position:relative;overflow:hidden}.event-charter-img-wrapper{height:126px}.event-charter-date-box{background:var(--orange);color:#fff;text-align:center;border-radius:12px;min-width:46px;padding:7px 9px;position:absolute;top:10px;left:10px;box-shadow:0 10px 18px #ff7a003d}.event-charter-day{font-size:18px;font-weight:950;line-height:1;display:block}.event-charter-month{margin-top:2px;font-size:9px;font-weight:900;display:block}.event-charter-info{padding:12px 14px 16px}.event-charter-meta{gap:3px;display:grid}.event-meta-item{align-items:center;gap:6px;display:flex}.meta-icon{color:var(--primary);flex-shrink:0}.event-charter-btn{background:var(--primary);color:#fff;cursor:pointer;border:0;border-radius:50%;place-items:center;width:34px;height:34px;display:grid;position:absolute;bottom:12px;right:12px}.pro-banner{color:#fff;background:radial-gradient(circle at 76%,#ff7a00eb 0 24%,#0000 25%),linear-gradient(100deg,#0348d8 0%,#0758f8 56%,#ff7a00 100%);border-radius:14px;justify-content:space-between;align-items:center;gap:28px;width:min(100% - 48px,1180px);min-height:120px;margin:32px auto;padding:28px 48px;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 36px #1e5eff3d}.pro-banner:before{content:"🚀";width:78px;height:78px;color:var(--orange);background:#fff;border-radius:50%;flex:none;place-items:center;font-size:34px;display:grid}.pro-banner h2,.pro-banner p{margin:0}.pro-banner h2{font-family:Poppins,Inter,sans-serif;font-size:24px;font-weight:900;line-height:1.2}.pro-banner p{color:#ffffffeb;max-width:430px;margin-top:6px;font-size:15px;line-height:1.45}.pro-banner-button{color:#fff;background:linear-gradient(135deg, var(--orange), #ff5c00);border-radius:999px;justify-content:center;align-items:center;min-width:250px;min-height:52px;padding:0 28px;font-size:15px;font-weight:900;text-decoration:none;display:inline-flex;box-shadow:0 14px 24px #782f002e}.site-footer{color:var(--text);background:#fff;margin-top:28px}.footer-stats{color:#fff;background:linear-gradient(135deg,#0348d8,#0758f8);grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;padding:16px max(24px,50vw - 590px);display:grid}.footer-stats div{border-right:1px solid #ffffff2e;flex-direction:column;justify-content:center;align-items:center;min-height:62px;display:flex}.footer-stats div:last-child{border-right:0}.footer-stats strong{font-size:27px;font-weight:950;line-height:1}.footer-stats span{opacity:.92;margin-top:4px;font-size:12px;font-weight:750}.footer-main{grid-template-columns:minmax(220px,1.4fr) repeat(4,minmax(130px,1fr));gap:34px;width:min(100% - 48px,1180px);margin:0 auto;padding:28px 0 34px;display:grid}.footer-logo{color:var(--orange);margin-bottom:10px;font-family:Poppins,Inter,sans-serif;font-size:25px;font-weight:950;text-decoration:none;display:inline-block}.footer-logo span{color:var(--primary)}.footer-brand p{color:#4b5563;max-width:280px;margin:0;font-size:13px;line-height:1.6}.footer-column,.footer-social{flex-direction:column;gap:9px;display:flex}.footer-column h3,.footer-social h3{color:#07183a;text-transform:uppercase;margin:0 0 3px;font-size:12px;font-weight:950}.footer-column a{color:#374151;font-size:13px;font-weight:650;text-decoration:none}.footer-column a:hover{color:var(--primary)}.social-links{gap:10px;display:flex}.social-links a{color:#fff;background:var(--primary);border-radius:50%;place-items:center;width:28px;height:28px;font-size:13px;text-decoration:none;display:grid}.animate-fade-in{animation:.7s ease-out both fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (width<=1120px){.activities-grid,.events-charter-list{grid-template-columns:repeat(3,minmax(0,1fr))}.categories-circle-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hero-search-form{border-radius:24px;grid-template-columns:minmax(220px,1fr) minmax(110px,.45fr) minmax(110px,.45fr) minmax(110px,.45fr);gap:10px;padding:16px}.hs-divider{display:none}.hs-btn,.hs-field-search{grid-column:span 2}.hs-field{background:#f7f9fc;border-radius:16px;min-height:52px}}@media (width<=900px){.hero-section{background-color:#0000;background-image:linear-gradient(#fffffff5 0%,#ffffffe6 42%,#ffffff8f 100%),url(/assets/hero-injoy-kids-B_rgy6Gs.png);background-position:58% 0;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.hero-inner{text-align:center;grid-template-columns:1fr;min-height:500px}.hero-content{padding-bottom:150px}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-stats,.hero-buttons{justify-content:center}.home-dashboard-grid,.highlights-grid{grid-template-columns:1fr}.promo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pro-banner{flex-direction:column;align-items:flex-start}.pro-banner-button{width:100%;min-width:0}.footer-main{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.container,.hero-inner,.hero-searchbar-wrapper,.pro-banner{width:min(100% - 28px,1180px)}.hero-section{background-position:63% 0;padding-top:34px}.hero-title{font-size:36px}.hero-subtitle{font-size:15px}.hero-inner{min-height:560px}.hero-content{padding-bottom:200px}.hero-searchbar-wrapper{margin-top:-8px}.hero-search-form{grid-template-columns:1fr}.hs-btn,.hs-field-search{grid-column:auto}.activities-section{padding-top:38px}.activities-grid,.events-charter-list,.promo-grid{grid-template-columns:1fr}.activity-media,.promo-media,.event-charter-img-wrapper{height:170px}.categories-circle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section-row-header,.panel-header{align-items:flex-start}.recommended-card{grid-template-columns:96px 1fr}.pro-banner{padding:24px}.footer-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-main{grid-template-columns:1fr;gap:22px;width:min(100% - 28px,1180px)}}@media (width<=420px){.hero-title{font-size:31px}.btn{width:100%}.section-title-left,.panel-header h2{font-size:18px}}._page_yljhc_1{background:radial-gradient(circle at 0 0,#1e5eff17,#0000 26rem),linear-gradient(#fff 0%,#f5f7fa 52%);justify-content:center;align-items:center;min-height:100vh;padding:40px 16px;font-family:Inter,sans-serif;display:flex}._shell_yljhc_13{width:100%;max-width:460px}._brandBlock_yljhc_18{text-align:center;margin-bottom:24px}._brand_yljhc_18{letter-spacing:0;margin-bottom:8px;font-family:Poppins,sans-serif;font-size:32px;font-weight:800}._brandIn_yljhc_31{color:#1e5eff}._brandJoy_yljhc_35{background:linear-gradient(135deg,#1e5eff 0%,#ff7a00 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}._title_yljhc_42{color:#1f2937;margin:0 0 6px;font-size:21px;font-weight:750}._subtitle_yljhc_49{color:#4b5563;margin:0;font-size:14px}._link_yljhc_55{color:#1e5eff;font-weight:650;text-decoration:none}._link_yljhc_55:hover{text-decoration:underline}._card_yljhc_65{background:#fff;border:1px solid #eef2f7;border-radius:14px;padding:32px;box-shadow:0 14px 40px #1f293717}._error_yljhc_73{color:#b91c1c;text-align:center;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-bottom:18px;padding:12px 14px;font-size:13.5px}._form_yljhc_84{flex-direction:column;gap:16px;display:flex}._row_yljhc_90{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}._field_yljhc_96{flex-direction:column;gap:6px;display:flex}._label_yljhc_102{color:#374151;font-size:13px;font-weight:650}._inputWrap_yljhc_108{align-items:center;display:flex;position:relative}._inputIcon_yljhc_114{color:#9ca3af;pointer-events:none;position:absolute;left:12px}._input_yljhc_108{color:#1f2937;background:#f9fafb;border:1px solid #dde4ee;border-radius:10px;outline:none;width:100%;padding:11px 12px 11px 38px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s,background .15s}._input_yljhc_108:focus{background:#fff;border-color:#1e5eff;box-shadow:0 0 0 3px #1e5eff24}._inputError_yljhc_140{border-color:#f87171}._inputWithToggle_yljhc_144{padding-right:42px}._iconButton_yljhc_148{cursor:pointer;color:#9ca3af;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;right:10px}._iconButton_yljhc_148:hover{color:#4b5563;background:#eef2f7}._fieldError_yljhc_168{color:#dc2626;font-size:12px}._checkboxStack_yljhc_173{flex-direction:column;gap:10px;margin-top:2px;display:flex}._checkboxLabel_yljhc_180{cursor:pointer;align-items:flex-start;gap:10px;display:flex}._checkbox_yljhc_173{accent-color:#1e5eff;cursor:pointer;flex-shrink:0;width:16px;height:16px;margin-top:2px}._checkboxText_yljhc_196{color:#374151;font-size:13px;line-height:1.45}._submit_yljhc_202{color:#fff;cursor:pointer;background:#1e5eff;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:46px;padding:12px 16px;font-family:inherit;font-size:15px;font-weight:750;transition:transform .15s,box-shadow .15s,background .15s;display:flex;box-shadow:0 10px 22px #1e5eff3d}._submit_yljhc_202:hover:not(:disabled){background:#1a4fd4;transform:translateY(-1px);box-shadow:0 14px 28px #1e5eff47}._submit_yljhc_202:disabled{cursor:not-allowed;box-shadow:none;background:#9ca3af}._secondaryText_yljhc_234{text-align:center;color:#6b7280;margin-top:20px;font-size:13px}._spinner_yljhc_241{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.65s linear infinite _spin_yljhc_241;display:inline-block}@keyframes _spin_yljhc_241{to{transform:rotate(360deg)}}@media (width<=560px){._card_yljhc_65{padding:24px 20px}._row_yljhc_90{grid-template-columns:1fr}}._page_lid5f_5{background:#f5f7fa;min-height:100vh;padding:40px 16px 60px;font-family:Inter,sans-serif}._container_lid5f_19{flex-direction:column;gap:20px;max-width:860px;margin:0 auto;display:flex}._heroCard_lid5f_37{background:linear-gradient(135deg,#1e5eff 0%,#ff7a00 100%);border-radius:20px;align-items:center;gap:24px;padding:32px 36px;display:flex;position:relative;overflow:hidden}._heroCard_lid5f_37:before{content:"";background:#ffffff12;border-radius:50%;width:180px;height:180px;position:absolute;top:-50px;right:-50px}._heroCard_lid5f_37:after{content:"";background:#ffffff0d;border-radius:50%;width:140px;height:140px;position:absolute;bottom:-40px;left:30%}._avatar_lid5f_95{z-index:1;background:#fff3;border:3px solid #ffffff80;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative}._avatarInitials_lid5f_123{color:#fff;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:26px;font-weight:700}._heroInfo_lid5f_139{z-index:1;flex:1;position:relative}._heroName_lid5f_151{color:#fff;margin:0 0 4px;font-family:Poppins,sans-serif;font-size:22px;font-weight:700}._heroEmail_lid5f_167{color:#fffc;margin:0 0 12px;font-size:14px}._heroBadges_lid5f_179{flex-wrap:wrap;gap:8px;display:flex}._badge_lid5f_191{color:#fff;background:#fff3;border:1px solid #ffffff4d;border-radius:20px;padding:4px 12px;font-size:12px;font-weight:600}._badgeSuccess_lid5f_211{background:#10b98140;border-color:#10b98180}._badgeWarn_lid5f_221{background:#f59e0b40;border-color:#f59e0b80}._heroActions_lid5f_231{z-index:1;flex-direction:column;gap:8px;display:flex;position:relative}._btnEditHero_lid5f_247{color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff26;border:1.5px solid #fff6;border-radius:40px;align-items:center;gap:6px;padding:9px 18px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;transition:background .15s;display:flex}._btnEditHero_lid5f_247:hover{background:#ffffff40}._card_lid5f_291{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 16px #0000000f}._cardHeader_lid5f_305{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}._cardHeaderLeft_lid5f_321{align-items:center;gap:10px;display:flex}._cardIcon_lid5f_333{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}._cardTitle_lid5f_353{color:#1f2937;margin:0;font-family:Poppins,sans-serif;font-size:15px;font-weight:700}._btnEdit_lid5f_247{color:#1e5eff;cursor:pointer;background:#eff6ff;border:none;border-radius:8px;align-items:center;gap:5px;padding:6px 14px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;text-decoration:none;transition:background .15s;display:flex}._btnEdit_lid5f_247:hover{background:#dbeafe}._cardBody_lid5f_411{padding:20px 24px}._infoGrid_lid5f_421{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}._infoField_lid5f_433{flex-direction:column;gap:4px;display:flex}._infoLabel_lid5f_445{color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:700}._infoValue_lid5f_461{color:#1f2937;font-size:14px;font-weight:500}._infoValueEmpty_lid5f_473{color:#d1d5db;font-size:14px;font-style:italic}._tagsWrapper_lid5f_487{flex-wrap:wrap;gap:8px;display:flex}._tag_lid5f_487{color:#1e5eff;background:#eff6ff;border:1.5px solid #bfdbfe;border-radius:40px;padding:6px 14px;font-size:13px;font-weight:500}._tagEmpty_lid5f_519{color:#d1d5db;font-size:13px;font-style:italic}._emptyState_lid5f_533{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:32px 16px;display:flex}._emptyIcon_lid5f_551{background:#f3f4f6;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex}._emptyTitle_lid5f_571{color:#374151;margin:0;font-size:15px;font-weight:600}._emptyDesc_lid5f_585{color:#9ca3af;margin:0;font-size:13px}._btnComplete_lid5f_597{color:#fff;cursor:pointer;background:#1e5eff;border:none;border-radius:10px;align-items:center;gap:6px;padding:10px 20px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-flex;box-shadow:0 4px 12px #1e5eff40}._btnComplete_lid5f_597:hover{opacity:.88}@media (width<=640px){._heroCard_lid5f_37{text-align:center;flex-direction:column;padding:24px 20px}._heroBadges_lid5f_179{justify-content:center}._heroActions_lid5f_231{width:100%}._btnEditHero_lid5f_247{justify-content:center}._cardHeader_lid5f_305{padding:14px 16px}._cardBody_lid5f_411{padding:16px}}._page_1qqtp_1{background:#f5f7fa;min-height:100vh;padding:34px 16px 64px;font-family:Inter,sans-serif}._container_1qqtp_8{max-width:1120px;margin:0 auto}._header_1qqtp_13,._formTitle_1qqtp_14,._listHeader_1qqtp_15,._actions_1qqtp_16{justify-content:space-between;align-items:center;gap:16px;display:flex}._header_1qqtp_13{align-items:flex-start;margin-bottom:22px}._backButton_1qqtp_28,._cancelButton_1qqtp_29,._secondaryButton_1qqtp_30,._rowActions_1qqtp_31 button{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #d8dee8;border-radius:8px;justify-content:center;align-items:center;gap:8px;font-weight:750;display:inline-flex}._backButton_1qqtp_28,._cancelButton_1qqtp_29{padding:9px 13px}._eyebrow_1qqtp_49{color:#1e5eff;text-transform:uppercase;margin:0 0 6px;font-size:13px;font-weight:800}._title_1qqtp_57{color:#111827;align-items:center;gap:10px;margin:0;font-family:Poppins,sans-serif;font-size:28px;font-weight:800;display:flex}._steps_1qqtp_68{grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;margin-bottom:18px;display:grid}._steps_1qqtp_68 button{color:#374151;cursor:pointer;background:#fff;border:1px solid #d8dee8;border-radius:8px;justify-content:center;align-items:center;gap:9px;min-height:44px;font-weight:800;display:inline-flex}._steps_1qqtp_68 span{color:#1e5eff;background:#eff6ff;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:inline-flex}._steps_1qqtp_68 ._stepActive_1qqtp_101{color:#1e5eff;border-color:#1e5eff;box-shadow:0 0 0 3px #1e5eff1f}._form_1qqtp_14{flex-direction:column;gap:18px;margin-bottom:28px;display:flex}._formTitle_1qqtp_14 h2,._listHeader_1qqtp_15 h2{color:#111827;margin:0;font-size:20px;font-weight:850}._section_1qqtp_122{background:#fff;border:1px solid #e6eaf1;border-radius:8px;margin:0;padding:22px;box-shadow:0 10px 28px #1f29370f}._section_1qqtp_122 legend{color:#111827;padding:0 8px;font-size:16px;font-weight:800}._fields_1qqtp_138{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}._fieldsNested_1qqtp_144{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:10px;display:grid}._field_1qqtp_138{flex-direction:column;gap:8px;min-width:0;display:flex}._field_1qqtp_138 span,._groupLabel_1qqtp_159{color:#374151;font-size:13px;font-weight:750}._field_1qqtp_138 input,._field_1qqtp_138 select,._field_1qqtp_138 textarea{color:#111827;width:100%;min-height:44px;font:inherit;box-sizing:border-box;background:#fff;border:1px solid #d8dee8;border-radius:8px;outline:none;padding:10px 12px}._field_1qqtp_138 textarea{resize:vertical}._field_1qqtp_138 input:focus,._field_1qqtp_138 select:focus,._field_1qqtp_138 textarea:focus{border-color:#1e5eff;box-shadow:0 0 0 3px #1e5eff1f}._field_1qqtp_138 small{color:#dc2626;font-size:12px;font-weight:650}._fullField_1qqtp_197,._segmented_1qqtp_198,._photoNotice_1qqtp_199{grid-column:1/-1}._photoNotice_1qqtp_199{color:#6b7280;background:#f8fafc;border:1px dashed #aeb8c8;border-radius:8px;padding:14px;font-weight:750}._quotaBox_1qqtp_212,._uploadZone_1qqtp_213,._mediaEmpty_1qqtp_214,._mediaError_1qqtp_215,._mediaGrid_1qqtp_216{grid-column:1/-1}._quotaBox_1qqtp_212{background:#f8fafc;border:1px solid #d8dee8;border-radius:8px;gap:10px;padding:14px;display:grid}._quotaBox_1qqtp_212 strong,._quotaBox_1qqtp_212 span{display:block}._quotaBox_1qqtp_212 strong{color:#111827;text-transform:capitalize;font-weight:850}._quotaBox_1qqtp_212 span,._quotaBox_1qqtp_212 p{color:#4b5563;font-size:13px;font-weight:700}._quotaBox_1qqtp_212 p{align-items:center;gap:7px;margin:0;display:flex}._quotaMeter_1qqtp_254{background:#e5e7eb;border-radius:999px;height:9px;overflow:hidden}._quotaMeter_1qqtp_254 span{border-radius:inherit;background:#1e5eff;height:100%;display:block}._quotaWarning_1qqtp_268{background:#fffbeb;border-color:#fbbf24}._quotaWarning_1qqtp_268 ._quotaMeter_1qqtp_254 span{background:#f59e0b}._quotaCritical_1qqtp_277,._quotaBlocked_1qqtp_278{background:#fef2f2;border-color:#fca5a5}._quotaCritical_1qqtp_277 ._quotaMeter_1qqtp_254 span,._quotaBlocked_1qqtp_278 ._quotaMeter_1qqtp_254 span{background:#dc2626}._uploadZone_1qqtp_213{color:#1f2937;cursor:pointer;text-align:center;background:#fff;border:1px dashed #91a1b8;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:150px;padding:18px;display:flex}._uploadZone_1qqtp_213 span{font-weight:850}._uploadZone_1qqtp_213 small{color:#6b7280;max-width:560px;font-size:13px;font-weight:650}._uploadZone_1qqtp_213 input,._mediaActions_1qqtp_316 input{display:none}._mediaEmpty_1qqtp_214{color:#4b5563;background:#f8fafc;border:1px dashed #aeb8c8;border-radius:8px;align-items:center;gap:14px;padding:16px;display:flex}._mediaEmpty_1qqtp_214 strong,._mediaEmpty_1qqtp_214 p{margin:0}._mediaEmpty_1qqtp_214 strong{color:#111827;font-weight:850}._mediaEmpty_1qqtp_214 p{margin-top:3px;font-size:13px;font-weight:650}._mediaError_1qqtp_215{color:#b91c1c;background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;padding:10px 12px;font-size:13px;font-weight:750}._mediaGrid_1qqtp_216{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}._mediaCard_1qqtp_363{background:#fff;border:1px solid #e6eaf1;border-radius:8px;overflow:hidden}._mediaDragging_1qqtp_370{opacity:.55}._mediaImageWrap_1qqtp_374{aspect-ratio:4/3;background:#eef2f7;position:relative}._mediaImageWrap_1qqtp_374 img{object-fit:cover;width:100%;height:100%;display:block}._primaryBadge_1qqtp_387{color:#fff;background:#111827;border-radius:999px;align-items:center;gap:5px;padding:6px 9px;font-size:12px;font-weight:850;display:inline-flex;position:absolute;top:10px;left:10px}._mediaMeta_1qqtp_402,._mediaActions_1qqtp_316{justify-content:space-between;align-items:center;gap:8px;padding:10px;display:flex}._mediaMeta_1qqtp_402{color:#6b7280;font-size:12px;font-weight:750}._mediaActions_1qqtp_316{border-top:1px solid #eef2f7}._mediaActions_1qqtp_316 button,._mediaActions_1qqtp_316 label{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #d8dee8;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}._mediaActions_1qqtp_316 button:disabled{cursor:default;opacity:.45}._segmented_1qqtp_198{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}._segmented_1qqtp_198 button,._chips_1qqtp_447 button{color:#374151;cursor:pointer;background:#fff;border:1px solid #d8dee8;border-radius:8px;min-height:40px;font-weight:800}._segmented_1qqtp_198 ._segmentedActive_1qqtp_457,._chips_1qqtp_447 ._chipActive_1qqtp_458{color:#1e5eff;background:#eff6ff;border-color:#1e5eff}._chips_1qqtp_447{flex-wrap:wrap;gap:9px;margin-top:9px;display:flex}._chips_1qqtp_447 button{align-items:center;gap:6px;padding:0 12px;display:inline-flex}._actions_1qqtp_16{flex-wrap:wrap;justify-content:flex-end}._submitButton_1qqtp_483,._secondaryButton_1qqtp_30{min-height:46px;padding:0 18px}._submitButton_1qqtp_483{color:#fff;cursor:pointer;background:#1e5eff;border:0;border-radius:8px;justify-content:center;align-items:center;gap:9px;font-weight:800;display:inline-flex;box-shadow:0 12px 24px #1e5eff33}._submitButton_1qqtp_483:disabled,._secondaryButton_1qqtp_30:disabled{cursor:progress;opacity:.75}._emptyState_1qqtp_509{color:#6b7280;background:#fff;border:1px dashed #aeb8c8;border-radius:8px;align-items:center;gap:12px;margin-top:14px;padding:20px;display:flex}._emptyState_1qqtp_509 p{margin:0;font-weight:700}._tableWrap_1qqtp_526{background:#fff;border:1px solid #e6eaf1;border-radius:8px;margin-top:14px;overflow-x:auto;box-shadow:0 10px 28px #1f29370f}._table_1qqtp_526{border-collapse:collapse;width:100%;min-width:920px}._table_1qqtp_526 th,._table_1qqtp_526 td{text-align:left;vertical-align:top;border-bottom:1px solid #eef2f7;padding:14px 12px}._table_1qqtp_526 th{color:#6b7280;text-transform:uppercase;background:#f8fafc;font-size:12px;font-weight:850}._table_1qqtp_526 td{color:#1f2937;font-size:14px}._table_1qqtp_526 td strong,._table_1qqtp_526 td span{display:block}._table_1qqtp_526 td strong{color:#111827;margin-bottom:4px}._status_1qqtp_572{border-radius:999px;width:max-content;padding:6px 10px;font-size:12px;font-weight:850;display:inline-flex}._statusActive_1qqtp_581{color:#166534;background:#dcfce7}._statusDraft_1qqtp_586{color:#92400e;background:#fef3c7}._statusPending_1qqtp_591{color:#1e40af;background:#eff6ff}._statusArchived_1qqtp_596{color:#374151;background:#e5e7eb}._rowActions_1qqtp_31{gap:8px;display:flex}._rowActions_1qqtp_31 button{width:36px;height:36px}._rowActions_1qqtp_31 ._archiveButton_1qqtp_611{color:#ea580c;border-color:#fed7aa}@media (width<=720px){._header_1qqtp_13,._formTitle_1qqtp_14{flex-direction:column-reverse;align-items:flex-start}._title_1qqtp_57{font-size:24px}._steps_1qqtp_68,._fields_1qqtp_138,._fieldsNested_1qqtp_144,._segmented_1qqtp_198,._mediaGrid_1qqtp_216{grid-template-columns:1fr}._section_1qqtp_122{padding:18px}._actions_1qqtp_16,._submitButton_1qqtp_483,._secondaryButton_1qqtp_30{width:100%}}._page_by2p9_1{background:#f5f7fa;min-height:100vh;padding:34px 16px 64px;font-family:Inter,sans-serif}._container_by2p9_8{max-width:980px;margin:0 auto}._header_by2p9_13{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}._backButton_by2p9_21{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #d8dee8;border-radius:8px;align-items:center;gap:8px;padding:9px 13px;font-weight:700;display:inline-flex}._eyebrow_by2p9_34{color:#1e5eff;text-transform:uppercase;margin:0 0 6px;font-size:13px;font-weight:800}._title_by2p9_42{color:#111827;align-items:center;gap:10px;margin:0;font-family:Poppins,sans-serif;font-size:28px;font-weight:800;display:flex}._form_by2p9_53,._details_by2p9_59{flex-direction:column;gap:18px;display:flex}._summary_by2p9_65{background:#fff;border:1px solid #e6eaf1;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;padding:22px;display:flex;box-shadow:0 10px 28px #1f29370f}._summaryLabel_by2p9_77{color:#6b7280;margin:0 0 6px;font-size:13px;font-weight:750}._summary_by2p9_65 h2{color:#111827;margin:0;font-size:22px;font-weight:800}._summary_by2p9_65 span{color:#1e5eff;white-space:nowrap;background:#eff6ff;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:800}._section_by2p9_101{background:#fff;border:1px solid #e6eaf1;border-radius:8px;margin:0;padding:22px;box-shadow:0 10px 28px #1f29370f}._section_by2p9_101 legend{color:#111827;padding:0 8px;font-size:16px;font-weight:800}._fields_by2p9_117{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}._field_by2p9_117{flex-direction:column;gap:8px;min-width:0;display:flex}._field_by2p9_117 span{color:#374151;font-size:13px;font-weight:750}._field_by2p9_117 input,._field_by2p9_117 select{color:#111827;width:100%;min-height:44px;font:inherit;box-sizing:border-box;background:#fff;border:1px solid #d8dee8;border-radius:8px;outline:none;padding:10px 12px}._field_by2p9_117 input:focus,._field_by2p9_117 select:focus{border-color:#1e5eff;box-shadow:0 0 0 3px #1e5eff1f}._field_by2p9_117 small{color:#dc2626;font-size:12px;font-weight:650}._detailItem_by2p9_162{flex-direction:column;gap:7px;min-width:0;display:flex}._detailItem_by2p9_162 span{color:#6b7280;text-transform:uppercase;font-size:12px;font-weight:800}._detailItem_by2p9_162 strong{color:#111827;overflow-wrap:anywhere;font-size:15px;font-weight:750}._documentList_by2p9_183{flex-wrap:wrap;grid-column:1/-1;gap:12px;display:flex}._documentLink_by2p9_190{color:#1e5eff;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;align-items:center;gap:8px;min-height:42px;padding:0 13px;font-size:14px;font-weight:800;text-decoration:none;display:inline-flex}._documentLink_by2p9_190:hover{background:#dbeafe}._emptyText_by2p9_209{color:#6b7280;margin:0;font-size:14px}._fileField_by2p9_215 input{opacity:0;pointer-events:none;block-size:1px;inline-size:1px;position:absolute}._fileBox_by2p9_223{color:#1e5eff;cursor:pointer;background:#f8fafc;border:1px dashed #aeb8c8;border-radius:8px;flex-direction:column;justify-content:center;gap:4px;min-height:88px;padding:16px;display:flex}._fileBox_by2p9_223 strong{color:#111827;overflow-wrap:anywhere;font-size:14px}._fileBox_by2p9_223 em{color:#6b7280;font-size:12px;font-style:normal}._actions_by2p9_249{justify-content:flex-end;display:flex}._submitButton_by2p9_254{color:#fff;cursor:pointer;background:#1e5eff;border:0;border-radius:8px;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:0 22px;font-weight:800;display:inline-flex;box-shadow:0 12px 24px #1e5eff33}._submitButton_by2p9_254:disabled{cursor:progress;opacity:.75}@media (width<=720px){._header_by2p9_13{flex-direction:column-reverse}._title_by2p9_42{font-size:24px}._fields_by2p9_117{grid-template-columns:1fr}._section_by2p9_101{padding:18px}._summary_by2p9_65{flex-direction:column;align-items:flex-start}._actions_by2p9_249,._submitButton_by2p9_254{width:100%}}._page_pd08x_1{background:#f5f7fa;min-height:100vh;padding:34px 16px 64px;font-family:Inter,sans-serif}._container_pd08x_8{max-width:1120px;margin:0 auto}._header_pd08x_13{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}._backButton_pd08x_21,._cancelButton_pd08x_22,._rowActions_pd08x_23 button{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #d8dee8;border-radius:8px;justify-content:center;align-items:center;gap:8px;font-weight:750;display:inline-flex}._backButton_pd08x_21{padding:9px 13px}._eyebrow_pd08x_40{color:#1e5eff;text-transform:uppercase;margin:0 0 6px;font-size:13px;font-weight:800}._title_pd08x_48{color:#111827;align-items:center;gap:10px;margin:0;font-family:Poppins,sans-serif;font-size:28px;font-weight:800;display:flex}._statsBar_pd08x_59{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}._stat_pd08x_59{background:#fff;border:1px solid #e6eaf1;border-radius:8px;padding:16px;box-shadow:0 10px 28px #1f29370f}._stat_pd08x_59 span{color:#6b7280;text-transform:uppercase;font-size:12px;font-weight:800;display:block}._stat_pd08x_59 strong{color:#111827;margin-top:6px;font-size:24px;font-weight:850;display:block}._form_pd08x_90{flex-direction:column;gap:18px;margin-bottom:28px;display:flex}._formTitle_pd08x_97,._listHeader_pd08x_98{justify-content:space-between;align-items:center;gap:14px;display:flex}._formTitle_pd08x_97 h2,._listHeader_pd08x_98 h2{color:#111827;margin:0;font-size:20px;font-weight:850}._cancelButton_pd08x_22{min-height:38px;padding:0 12px}._section_pd08x_118{background:#fff;border:1px solid #e6eaf1;border-radius:8px;margin:0;padding:22px;box-shadow:0 10px 28px #1f29370f}._section_pd08x_118 legend{color:#111827;padding:0 8px;font-size:16px;font-weight:800}._fields_pd08x_134{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}._field_pd08x_134,._switchField_pd08x_141{flex-direction:column;gap:8px;min-width:0;display:flex}._field_pd08x_134 span{color:#374151;font-size:13px;font-weight:750}._field_pd08x_134 input,._field_pd08x_134 select,._field_pd08x_134 textarea{color:#111827;width:100%;min-height:44px;font:inherit;box-sizing:border-box;background:#fff;border:1px solid #d8dee8;border-radius:8px;outline:none;padding:10px 12px}._field_pd08x_134 textarea{resize:vertical}._field_pd08x_134 input:focus,._field_pd08x_134 select:focus,._field_pd08x_134 textarea:focus{border-color:#1e5eff;box-shadow:0 0 0 3px #1e5eff1f}._field_pd08x_134 small{color:#dc2626;font-size:12px;font-weight:650}._fullField_pd08x_186{grid-column:1/-1}._switchField_pd08x_141{cursor:pointer;border:1px solid #d8dee8;border-radius:8px;flex-direction:row;align-items:center;padding:12px}._switchField_pd08x_141 input{accent-color:#1e5eff;width:18px;height:18px}._switchField_pd08x_141 span{flex-direction:column;gap:4px;display:flex}._switchField_pd08x_141 strong{color:#374151;font-size:13px}._switchField_pd08x_141 em{color:#6b7280;font-size:12px;font-style:normal}._actions_pd08x_222{justify-content:flex-end;display:flex}._submitButton_pd08x_227{color:#fff;cursor:pointer;background:#1e5eff;border:0;border-radius:8px;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:0 22px;font-weight:800;display:inline-flex;box-shadow:0 12px 24px #1e5eff33}._submitButton_pd08x_227:disabled{cursor:progress;opacity:.75}._emptyState_pd08x_248{color:#6b7280;background:#fff;border:1px dashed #aeb8c8;border-radius:8px;align-items:center;gap:12px;margin-top:14px;padding:20px;display:flex}._emptyState_pd08x_248 p{margin:0;font-weight:700}._tableWrap_pd08x_265{background:#fff;border:1px solid #e6eaf1;border-radius:8px;margin-top:14px;overflow-x:auto;box-shadow:0 10px 28px #1f29370f}._table_pd08x_265{border-collapse:collapse;width:100%;min-width:920px}._table_pd08x_265 th,._table_pd08x_265 td{text-align:left;vertical-align:top;border-bottom:1px solid #eef2f7;padding:14px 12px}._table_pd08x_265 th{color:#6b7280;text-transform:uppercase;background:#f8fafc;font-size:12px;font-weight:850}._table_pd08x_265 td{color:#1f2937;font-size:14px}._table_pd08x_265 td strong,._table_pd08x_265 td span{display:block}._table_pd08x_265 td strong{color:#111827;margin-bottom:4px}._table_pd08x_265 td a{color:#1e5eff;align-items:center;gap:4px;margin-top:5px;font-weight:800;text-decoration:none;display:inline-flex}._status_pd08x_321{border-radius:999px;width:max-content;padding:6px 10px;font-size:12px;font-weight:850;display:inline-flex}._statusActive_pd08x_330{color:#166534;background:#dcfce7}._statusInactive_pd08x_335{color:#991b1b;background:#fee2e2}._rowActions_pd08x_23{gap:8px;display:flex}._rowActions_pd08x_23 button{width:36px;height:36px}._rowActions_pd08x_23 ._deleteButton_pd08x_350{color:#dc2626;border-color:#fecaca}@media (width<=720px){._header_pd08x_13,._formTitle_pd08x_97{flex-direction:column-reverse;align-items:flex-start}._title_pd08x_48{font-size:24px}._statsBar_pd08x_59,._fields_pd08x_134{grid-template-columns:1fr}._section_pd08x_118{padding:18px}._actions_pd08x_222,._submitButton_pd08x_227{width:100%}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{color:#333;background:#f5f7fa;min-width:320px;font-family:Inter,sans-serif}button,input,select,textarea{font:inherit}button{min-height:40px}img,svg{max-width:100%}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}:focus-visible{outline-offset:2px;outline:3px solid #1e5eff59}:root{--brand-blue:#1e5eff;--brand-orange:#ff7a00;--surface:#fff;--app-bg:#f5f7fa;--text:#4b5563;--text-strong:#1f2937;--line:#e5e7eb;--line-soft:#eef2f7;--radius-sm:8px;--radius-md:10px;--radius-lg:14px;--shadow-card:0 10px 30px #1f293714;--shadow-soft:0 4px 16px #1f29370f}body{background:radial-gradient(circle at top left, #1e5eff14, transparent 26rem), linear-gradient(180deg, #fff 0%, var(--app-bg) 34rem);color:var(--text)}a{color:inherit}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.top-0{top:0}.z-10{z-index:10}.z-50{z-index:50}.min-h-screen{min-height:100vh}.min-h-\[200px\]{min-height:200px}.max-h-\[90vh\]{max-height:90vh}.w-full{width:100%}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.max-w-md{max-width:28rem}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.mx-auto{margin-left:auto;margin-right:auto}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.-ml-1{margin-left:-.25rem}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.flex{display:flex}.inline{display:inline}.block{display:block}.grid{display:grid}.hidden{display:none}.flex-1{flex:1}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-x-2>*+*{margin-left:.5rem}.space-x-3>*+*{margin-left:.75rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-5>*+*{margin-top:1.25rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:.875rem}.rounded-full{border-radius:9999px}.border{border:1px solid}.border-2{border-width:2px}.border-b{border-bottom:1px solid}.border-t{border-top:1px solid}.border-transparent{border-color:#0000}.border-gray-100{border-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}.border-gray-400{border-color:#9ca3af}.border-red-400{border-color:#f87171}.border-red-500{border-color:#ef4444}.border-green-400{border-color:#4ade80}.border-b-2{border-bottom-width:2px}.border-indigo-600{border-color:#1e5eff}.bg-white{background-color:#fff}.bg-white\/30{background-color:#ffffff4d}.bg-white\/50{background-color:#ffffff80}.bg-gray-50{background-color:#f5f7fa}.bg-gray-100{background-color:#f3f4f6}.bg-red-50{background-color:#fef2f2}.bg-green-50{background-color:#f0fdf4}.bg-indigo-50{background-color:#eff6ff}.bg-indigo-600{background-color:#1e5eff}.bg-black\/60{background-color:#0f172ab8}.bg-gradient-to-r{background-image:linear-gradient(to right, var(--tw-gradient-stops))}.from-indigo-600{--tw-gradient-from:#1e5eff;--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to,#1e5eff00)}.from-indigo-700{--tw-gradient-from:#1a4fd4;--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to,#1a4fd400)}.from-blue-400{--tw-gradient-from:#60a5fa;--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to,#60a5fa00)}.from-pink-400{--tw-gradient-from:#f472b6;--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to,#f472b600)}.to-purple-600{--tw-gradient-to:#ff7a00}.to-purple-700{--tw-gradient-to:#e56e00}.to-blue-600{--tw-gradient-to:#2563eb}.to-pink-600{--tw-gradient-to:#db2777}.text-center{text-align:center}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-7xl{font-size:4.5rem;line-height:1}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.leading-tight{line-height:1.25}.italic{font-style:italic}.uppercase{text-transform:uppercase}.tracking-wider{letter-spacing:.05em}.text-white{color:#fff}.text-white\/80{color:#fffc}.text-indigo-100{color:#dbeafe}.text-indigo-400{color:#60a5fa}.text-indigo-500{color:#1a4fd4}.text-indigo-600{color:#1e5eff}.text-indigo-700{color:#1d4ed8}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}.text-gray-900{color:#111827}.text-red-500{color:#ef4444}.text-red-600{color:#dc2626}.text-red-700{color:#b91c1c}.text-green-700{color:#15803d}.shadow{box-shadow:0 1px 3px #0f172a1f,0 1px 2px #0f172a14}.shadow-sm{box-shadow:0 1px 2px #0f172a0f}.shadow-md{box-shadow:0 4px 12px #0f172a1f}.shadow-lg{box-shadow:0 10px 24px #0f172a24}.shadow-xl{box-shadow:var(--shadow-card)}.shadow-2xl{box-shadow:0 24px 64px #0f172a38}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.outline-none{outline:none}.transition-all{transition:all .2s}.transition-colors{transition:color .2s,background-color .2s,border-color .2s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.scale-105{transform:scale(1.05)}.backdrop-blur,.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.bg-opacity-75{--tw-bg-opacity:.75}.animate-spin{animation:.8s linear infinite spin}.hover\:bg-gray-50:hover{background-color:#f9fafb}.hover\:bg-gray-100:hover{background-color:#f3f4f6}.hover\:bg-gray-200:hover{background-color:#e5e7eb}.hover\:bg-blue-50:hover{background-color:#eff6ff}.hover\:bg-red-50:hover{background-color:#fef2f2}.hover\:bg-indigo-700:hover{background-color:#1a4fd4}.hover\:from-indigo-700:hover{--tw-gradient-from:#1a4fd4;--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to,#1a4fd400)}.hover\:to-purple-700:hover{--tw-gradient-to:#e56e00}.hover\:border-gray-300:hover{border-color:#d1d5db}.hover\:text-gray-600:hover{color:#4b5563}.hover\:text-indigo-500:hover{color:#1a4fd4}.hover\:text-red-500:hover{color:#ef4444}.hover\:shadow-lg:hover{box-shadow:0 10px 24px #0f172a24}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.focus\:outline-none:focus{outline:none}.focus\:ring-2:focus{box-shadow:0 0 0 3px #1e5eff38}.focus\:ring-offset-2:focus{outline-offset:2px}.focus\:ring-indigo-500:focus{box-shadow:0 0 0 3px #1e5eff3d}.focus\:border-indigo-500:focus{border-color:#1e5eff}@keyframes spin{to{transform:rotate(360deg)}}@media (width>=640px){.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:w-full{width:100%}.sm\:max-w-md{max-width:28rem}.sm\:rounded-lg{border-radius:.5rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:inline{display:inline}}@media (width>=768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=640px){.grid-cols-2{grid-template-columns:1fr}.text-3xl{font-size:1.55rem;line-height:2rem}}
